@codeandfunction/callaloo 3.16.4 → 3.16.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/dist/assets/CLInputMessages.css +1 -1
  2. package/dist/chunks/{CLA11yButton.vue_vue_type_style_index_0_lang-C9OzrJ6Y.js → CLA11yButton.vue_vue_type_style_index_0_lang-Drw6jsX_.js} +13 -12
  3. package/dist/chunks/{CLButton.vue_vue_type_style_index_0_lang--MP4S4D4.js → CLButton.vue_vue_type_style_index_0_lang-CQipGQ26.js} +5 -5
  4. package/dist/chunks/CLCard.vue_vue_type_style_index_0_lang-CAjsSjd9.js +248 -0
  5. package/dist/chunks/{CLFormLabel.vue_vue_type_script_setup_true_lang-DNZdlItJ.js → CLFormLabel.vue_vue_type_script_setup_true_lang-CaHCD2xF.js} +1 -1
  6. package/dist/chunks/{CLHeading.vue_vue_type_style_index_0_lang-BO5OiCE-.js → CLHeading.vue_vue_type_style_index_0_lang-nUnSpm32.js} +11 -10
  7. package/dist/chunks/CLIcon.vue_vue_type_style_index_0_lang-R0Nhlutc.js +84 -0
  8. package/dist/chunks/CLInputMessages.vue_vue_type_style_index_0_lang-Bt5xgOT4.js +153 -0
  9. package/dist/chunks/CLLink.vue_vue_type_style_index_0_lang-DCwTmOOz.js +68 -0
  10. package/dist/chunks/{CLNavLink.vue_vue_type_script_setup_true_lang-DtzSW2Tr.js → CLNavLink.vue_vue_type_script_setup_true_lang-B_AmMW02.js} +1 -1
  11. package/dist/chunks/CLPill.vue_vue_type_style_index_0_lang-B1MuCUnW.js +90 -0
  12. package/dist/chunks/CLProgress.vue_vue_type_style_index_0_lang-DVJDbuDr.js +63 -0
  13. package/dist/chunks/CLSkeleton.vue_vue_type_style_index_0_lang--LtiFHSO.js +30 -0
  14. package/dist/chunks/{CLSpinner.vue_vue_type_style_index_0_lang-DyT8L74M.js → CLSpinner.vue_vue_type_style_index_0_lang-BQ1w9Ik9.js} +17 -16
  15. package/dist/chunks/{CLText.vue_vue_type_style_index_0_lang-CG6043pv.js → CLText.vue_vue_type_style_index_0_lang-BJoS9z9q.js} +14 -13
  16. package/dist/chunks/CLToast.vue_vue_type_style_index_0_lang-Bhat3Q9Z.js +182 -0
  17. package/dist/chunks/utils-CAV1sBee.js +24 -0
  18. package/dist/chunks/utils-CS9Gz4oX.js +25 -0
  19. package/dist/chunks/utils-C_e2F4X7.js +17 -0
  20. package/dist/chunks/utils-Sqgt8Fa4.js +85 -0
  21. package/dist/chunks/utils-cOhtsyeB.js +41 -0
  22. package/dist/chunks/utils-zJwcNHl4.js +37 -0
  23. package/dist/components/Buttons/CLA11yButton/CLA11yButton.css +1 -1
  24. package/dist/components/Buttons/CLA11yButton/CLA11yButton.js +1 -1
  25. package/dist/components/Buttons/CLButton/CLButton.css +1 -1
  26. package/dist/components/Buttons/CLButton/CLButton.js +1 -1
  27. package/dist/components/Buttons/CLButton/CLButton.vue.d.ts +1 -1
  28. package/dist/components/Buttons/utils.d.ts +16 -2
  29. package/dist/components/CLIcon/CLIcon.css +1 -1
  30. package/dist/components/CLIcon/CLIcon.js +1 -1
  31. package/dist/components/CLIcon/utils.d.ts +3 -1
  32. package/dist/components/CLTable/CLTable.css +1 -1
  33. package/dist/components/CLTable/CLTable.js +113 -117
  34. package/dist/components/CLTable/utils.d.ts +5 -1
  35. package/dist/components/Containers/CLCard/CLCard.css +1 -1
  36. package/dist/components/Containers/CLCard/CLCard.js +1 -1
  37. package/dist/components/Containers/CLCarousel/CLCarousel.js +2 -2
  38. package/dist/components/Containers/CLDisclosure/CLDisclosure.css +1 -1
  39. package/dist/components/Containers/CLDisclosure/CLDisclosure.js +32 -31
  40. package/dist/components/Containers/utils.d.ts +15 -2
  41. package/dist/components/Form/CLCheckbox/CLCheckbox.css +1 -1
  42. package/dist/components/Form/CLCheckbox/CLCheckbox.js +33 -35
  43. package/dist/components/Form/CLCheckbox/CLCheckbox.vue.d.ts +2 -2
  44. package/dist/components/Form/CLInput/CLInput.css +1 -1
  45. package/dist/components/Form/CLInput/CLInput.js +31 -33
  46. package/dist/components/Form/CLInput/CLInput.vue.d.ts +3 -3
  47. package/dist/components/Form/CLRadioButton/CLRadioButton.css +1 -1
  48. package/dist/components/Form/CLRadioButton/CLRadioButton.js +35 -34
  49. package/dist/components/Form/CLSelect/CLSelect.css +1 -1
  50. package/dist/components/Form/CLSelect/CLSelect.js +32 -31
  51. package/dist/components/Form/CLTextArea/CLTextArea.css +1 -1
  52. package/dist/components/Form/CLTextArea/CLTextArea.js +21 -20
  53. package/dist/components/Form/utils.d.ts +51 -4
  54. package/dist/components/Indicators/CLBadge/CLBadge.css +1 -1
  55. package/dist/components/Indicators/CLBadge/CLBadge.js +12 -11
  56. package/dist/components/Indicators/CLBanner/CLBanner.css +1 -1
  57. package/dist/components/Indicators/CLBanner/CLBanner.js +49 -52
  58. package/dist/components/Indicators/CLPill/CLPill.css +1 -1
  59. package/dist/components/Indicators/CLPill/CLPill.js +1 -1
  60. package/dist/components/Indicators/CLProgress/CLProgress.css +1 -1
  61. package/dist/components/Indicators/CLProgress/CLProgress.js +1 -1
  62. package/dist/components/Indicators/utils.d.ts +31 -4
  63. package/dist/components/Loading/CLSkeleton/CLSkeleton.css +1 -1
  64. package/dist/components/Loading/CLSkeleton/CLSkeleton.js +1 -1
  65. package/dist/components/Loading/CLSpinner/CLSpinner.css +1 -1
  66. package/dist/components/Loading/CLSpinner/CLSpinner.js +1 -1
  67. package/dist/components/Loading/utils.d.ts +7 -2
  68. package/dist/components/Modals/CLModal/CLModal.css +1 -1
  69. package/dist/components/Modals/CLModal/CLModal.js +92 -91
  70. package/dist/components/Modals/utils.d.ts +5 -1
  71. package/dist/components/Navigation/CLLink/CLLink.css +1 -1
  72. package/dist/components/Navigation/CLLink/CLLink.js +1 -1
  73. package/dist/components/Navigation/CLNavLink/CLNavLink.js +1 -1
  74. package/dist/components/Navigation/CLNavSection/CLNavSection.js +2 -2
  75. package/dist/components/Navigation/utils.d.ts +8 -1
  76. package/dist/components/Popups/CLDropdownMenu/CLDropdownMenu.css +1 -1
  77. package/dist/components/Popups/CLDropdownMenu/CLDropdownMenu.js +200 -203
  78. package/dist/components/Popups/CLDropdownMenu/CLDropdownMenu.vue.d.ts +3 -3
  79. package/dist/components/Popups/CLToast/CLToast.css +1 -1
  80. package/dist/components/Popups/CLToast/CLToast.js +1 -1
  81. package/dist/components/Popups/utils.d.ts +8 -1
  82. package/dist/components/Providers/CLThemeProvider/utils.d.ts +0 -1
  83. package/dist/components/Providers/CLToastProvider/CLToastProvider.js +1 -1
  84. package/dist/components/Typography/CLHeading/CLHeading.css +1 -1
  85. package/dist/components/Typography/CLHeading/CLHeading.js +1 -1
  86. package/dist/components/Typography/CLText/CLText.css +1 -1
  87. package/dist/components/Typography/CLText/CLText.js +1 -1
  88. package/dist/components/Typography/utils.d.ts +3 -1
  89. package/dist/composables/useTheme.js +17 -16
  90. package/package.json +1 -4
  91. package/dist/chunks/CLCard.vue_vue_type_style_index_0_lang-Ba1c7ZNn.js +0 -252
  92. package/dist/chunks/CLIcon.vue_vue_type_style_index_0_lang-B_341q_b.js +0 -84
  93. package/dist/chunks/CLInputMessages.vue_vue_type_style_index_0_lang-DZEfoinY.js +0 -121
  94. package/dist/chunks/CLLink.vue_vue_type_style_index_0_lang-RAFpWIR2.js +0 -60
  95. package/dist/chunks/CLPill.vue_vue_type_style_index_0_lang-UKMQXfI-.js +0 -88
  96. package/dist/chunks/CLProgress.vue_vue_type_style_index_0_lang-BMozy0NJ.js +0 -65
  97. package/dist/chunks/CLSkeleton.vue_vue_type_style_index_0_lang-C82FyxKt.js +0 -33
  98. package/dist/chunks/CLToast.vue_vue_type_style_index_0_lang-LiL8p_1M.js +0 -179
  99. package/dist/chunks/utils-B_htczw5.js +0 -30
  100. package/dist/chunks/utils-Bf54TEIp.js +0 -387
  101. package/dist/chunks/utils-CPp2QUlb.js +0 -15
  102. package/dist/chunks/utils-Cm9XP0Vu.js +0 -29
  103. package/dist/chunks/utils-DPwEOLZc.js +0 -26
  104. package/dist/chunks/utils-_aITYXfA.js +0 -73
@@ -1,29 +1,32 @@
1
1
  import '../../../assets/core.css';
2
2
  import './CLModal.css';
3
- import { defineComponent as W, useCssVars as F, unref as n, computed as m, useTemplateRef as U, useSlots as Z, ref as j, watch as q, onMounted as A, onBeforeUnmount as G, createElementBlock as p, createCommentVNode as f, openBlock as v, normalizeClass as a, createElementVNode as r, createBlock as g, renderSlot as $, withCtx as J, createTextVNode as K, toDisplayString as P, normalizeStyle as Q } from "vue";
4
- import { _ as X } from "../../../chunks/CLButton.vue_vue_type_style_index_0_lang--MP4S4D4.js";
5
- import { _ as Y } from "../../../chunks/CLHeading.vue_vue_type_style_index_0_lang-BO5OiCE-.js";
6
- import { CLMode as k, CLColors as R, CLColorVariants as T, CLBorderRadius as ee, CLIconSizes as oe, CLIconNames as te, CLHeadingTypes as le } from "../../../index.js";
7
- import { g as ne, c as B, a as ae } from "../../../chunks/utils-Bf54TEIp.js";
8
- import { useTheme as se } from "../../../composables/useTheme.js";
9
- import { useEsc as de } from "../../../composables/useEsc.js";
10
- import { b as S, i as s } from "../../../chunks/helper--hRjZVm6.js";
11
- const re = () => {
12
- const { borderRadius: t, colors: w, darkMode: c } = se(), d = c.value ? k.Dark : k.Light, u = ne({
13
- color: R.Neutral,
14
- colors: w.value,
15
- mode: d,
16
- variant: T.Solid
3
+ import { defineComponent as W, useTemplateRef as F, useSlots as U, ref as Z, computed as _, watch as j, onMounted as q, onBeforeUnmount as A, createElementBlock as p, createCommentVNode as f, openBlock as v, normalizeStyle as w, normalizeClass as l, unref as n, createElementVNode as d, createBlock as B, renderSlot as $, withCtx as G, createTextVNode as J, toDisplayString as K } from "vue";
4
+ import { _ as P } from "../../../chunks/CLButton.vue_vue_type_style_index_0_lang-CQipGQ26.js";
5
+ import { _ as Q } from "../../../chunks/CLHeading.vue_vue_type_style_index_0_lang-nUnSpm32.js";
6
+ import { CLMode as k, CLColors as T, CLColorVariants as R, CLBorderRadius as X, CLIconSizes as Y, CLIconNames as ee, CLHeadingTypes as oe } from "../../../index.js";
7
+ import { g as te } from "../../../chunks/utils-CS9Gz4oX.js";
8
+ import { useTheme as ne } from "../../../composables/useTheme.js";
9
+ import { useEsc as le } from "../../../composables/useEsc.js";
10
+ import { b as S, i as a } from "../../../chunks/helper--hRjZVm6.js";
11
+ const se = () => {
12
+ const { borderRadius: t, colors: y, darkMode: c } = ne(), r = c.value ? k.Dark : k.Light, u = te({
13
+ color: T.Neutral,
14
+ colors: y.value,
15
+ mode: r,
16
+ variant: R.Solid
17
17
  }), o = c.value ? "black" : "white";
18
- let e;
19
- return t.value && (e = B`&.clll-modal{.clll-modal__window{.clll-modal__content:not([class*='clll-modal__content--rounded-']){border-radius:var(--clll-${t.value});}}}`), ae(B`.clll-modal__overlay{background-color:${u?.bg};}.clll-modal__window{.clll-modal__content{background:${o}}}`, e);
20
- }, ie = ["id", "data-testid"], ce = ["aria-labelledby"], $e = /* @__PURE__ */ W({
18
+ return {
19
+ "--clll-modal-overlay-bg": u?.bg ?? "transparent",
20
+ "--clll-modal-content-bg": o,
21
+ "--clll-modal-theme-radius": t.value ? `var(--clll-${t.value})` : void 0
22
+ };
23
+ }, ae = ["id", "data-testid"], re = ["aria-labelledby"], we = /* @__PURE__ */ W({
21
24
  name: "CLModal",
22
25
  __name: "CLModal",
23
26
  props: {
24
27
  borderRadius: { default: void 0 },
25
28
  close: { type: Boolean, default: !0 },
26
- closeBorderRadius: { default: ee.Full },
29
+ closeBorderRadius: { default: X.Full },
27
30
  dismissible: { type: Boolean, default: !0 },
28
31
  fullscreen: { type: Boolean, default: !1 },
29
32
  isOpen: { type: Boolean, default: !1 },
@@ -36,22 +39,17 @@ const re = () => {
36
39
  zIndex: { default: 100 }
37
40
  },
38
41
  emits: ["modal-open", "modal-close"],
39
- setup(t, { emit: w }) {
40
- F((l) => ({
41
- v1b3cde5d: n(O),
42
- v9756aaa0: n(V),
43
- v7a09ccea: l.maxWidth
44
- }));
45
- const c = w, d = U("modal-window"), u = Z(), o = t, e = "clll-modal", h = "clll-prevent-scroll", _ = j(), C = () => {
46
- s && window?.document.body.classList.add(h);
47
- }, x = () => {
48
- s && window?.document.body.classList.remove(h);
49
- }, N = m(() => [
42
+ setup(t, { emit: y }) {
43
+ const c = y, r = F("modal-window"), u = U(), o = t, e = "clll-modal", x = "clll-prevent-scroll", m = Z(), C = () => {
44
+ a && window?.document.body.classList.add(x);
45
+ }, I = () => {
46
+ a && window?.document.body.classList.remove(x);
47
+ }, N = _(() => [
50
48
  e
51
- ]), E = m(() => [
49
+ ]), E = _(() => [
52
50
  `${e}__window`,
53
51
  o.fullscreen ? `${e}__window--fullscreen` : ""
54
- ]), M = m(() => [
52
+ ]), M = _(() => [
55
53
  `${e}__content`,
56
54
  o.borderRadius ? `${e}__content--${o.borderRadius}` : "",
57
55
  o.close ? `${e}__content--has-close-button` : `${e}__content--has-no-close-button`,
@@ -59,119 +57,122 @@ const re = () => {
59
57
  u.footer ? `${e}__content--has-footer` : `${e}__content--has-no-footer`,
60
58
  u.header || o.title ? `${e}__content--has-header` : `${e}__content--has-no-header`,
61
59
  o.title ? `${e}__content--has-title` : `${e}__content--has-no-title`
62
- ]), O = m(() => o.zIndex === "auto" || S(o.zIndex) ? o.zIndex : o.zIndex.toString()), V = m(() => o.zIndex === "auto" ? o.zIndex : ((S(o.zIndex) ? parseInt(o.zIndex, 10) : o.zIndex) + 100).toString()), H = (l) => {
60
+ ]), O = _(() => o.zIndex === "auto" || S(o.zIndex) ? o.zIndex : o.zIndex.toString()), V = _(() => o.zIndex === "auto" ? o.zIndex : ((S(o.zIndex) ? parseInt(o.zIndex, 10) : o.zIndex) + 100).toString()), H = (s) => {
63
61
  try {
64
- const i = l?.target, L = d.value;
65
- return s && L && !L.contains(i) ? !0 : void 0;
62
+ const i = s?.target, g = r.value;
63
+ return a && g && !g.contains(i) ? !0 : void 0;
66
64
  } catch (i) {
67
65
  console.error(i);
68
66
  return;
69
67
  }
70
- }, b = (l) => {
68
+ }, b = (s) => {
71
69
  try {
72
- H(l) && (s && window.removeEventListener("mousedown", b), z());
70
+ H(s) && (a && window.removeEventListener("mousedown", b), L());
73
71
  } catch (i) {
74
72
  console.error(i);
75
73
  }
76
- }, y = () => {
77
- s && window.removeEventListener("mousedown", b);
78
- }, I = () => {
79
- s && (_.value && s && window.clearTimeout(_.value), y(), x());
74
+ }, h = () => {
75
+ a && window.removeEventListener("mousedown", b);
80
76
  }, z = () => {
81
- o.isOpen && (o.onClose?.(), I());
77
+ a && (m.value && a && window.clearTimeout(m.value), h(), I());
78
+ }, L = () => {
79
+ o.isOpen && (o.onClose?.(), z());
82
80
  };
83
- q(o, (l) => {
84
- l.isOpen ? (c("modal-open"), C(), d.value && d.value.focus(), s && l.dismissible && (y(), _.value = window.setTimeout(() => {
81
+ j(o, (s) => {
82
+ s.isOpen ? (c("modal-open"), C(), r.value && r.value.focus(), a && s.dismissible && (h(), m.value = window.setTimeout(() => {
85
83
  window.addEventListener("mousedown", b);
86
- }, 100))) : (d.value && d.value.blur(), x(), y(), _.value && s && window.clearTimeout(_.value), c("modal-close"));
87
- }), A(() => {
88
- o.isOpen && s && (C(), d.value && d.value.focus());
84
+ }, 100))) : (r.value && r.value.blur(), I(), h(), m.value && a && window.clearTimeout(m.value), c("modal-close"));
85
+ }), q(() => {
86
+ o.isOpen && a && (C(), r.value && r.value.focus());
89
87
  });
90
- const { clearEventListeners: D } = de({ escHandler: o.dismissible ? z : void 0 });
91
- return G(() => {
92
- I(), D();
93
- }), (l, i) => t.isOpen ? (v(), p("div", {
88
+ const { clearEventListeners: D } = le({ escHandler: o.dismissible ? L : void 0 });
89
+ return A(() => {
90
+ z(), D();
91
+ }), (s, i) => t.isOpen ? (v(), p("div", {
94
92
  key: 0,
95
93
  id: t.modalId,
96
- class: a([n(N), n(re)()]),
97
- "data-testid": t.testId
94
+ class: l(n(N)),
95
+ "data-testid": t.testId,
96
+ style: w({ ...n(se)(), zIndex: n(O) })
98
97
  }, [
99
- r("div", {
100
- class: a(n(E))
98
+ d("div", {
99
+ class: l(n(E)),
100
+ style: w({ zIndex: n(V) })
101
101
  }, [
102
- r("div", {
102
+ d("div", {
103
103
  ref: "modal-window",
104
104
  "aria-modal": "true",
105
105
  "aria-labelledby": `${e}__content__header__title`,
106
- class: a(n(M)),
106
+ class: l(n(M)),
107
107
  role: "dialog",
108
- tabindex: -1
108
+ tabindex: -1,
109
+ style: w({ "--clll-modal-max-width": t.maxWidth })
109
110
  }, [
110
- r("div", {
111
- class: a(`${e}__close-button`)
111
+ d("div", {
112
+ class: l(`${e}__close-button`)
112
113
  }, [
113
- t.onClose && t.close ? (v(), g(n(X), {
114
+ t.onClose && t.close ? (v(), B(n(P), {
114
115
  key: 0,
115
116
  "aria-label": "Close modal",
116
117
  "border-radius": t.closeBorderRadius,
117
- color: n(R).Neutral,
118
- "icon-before": n(te).Delete,
119
- "icon-size": n(oe).Tiny,
118
+ color: n(T).Neutral,
119
+ "icon-before": n(ee).Delete,
120
+ "icon-size": n(Y).Tiny,
120
121
  "on-click": t.onClose,
121
122
  "test-id": `${e}__close-button`,
122
- variant: n(T).Text
123
+ variant: n(R).Text
123
124
  }, null, 8, ["border-radius", "color", "icon-before", "icon-size", "on-click", "test-id", "variant"])) : f("", !0)
124
125
  ], 2),
125
- r("div", {
126
- class: a(`${e}__content__header`)
126
+ d("div", {
127
+ class: l(`${e}__content__header`)
127
128
  }, [
128
- r("div", {
129
- class: a(`${e}__content__title`)
129
+ d("div", {
130
+ class: l(`${e}__content__title`)
130
131
  }, [
131
- r("div", {
132
- class: a(`${e}__content__header__container`)
132
+ d("div", {
133
+ class: l(`${e}__content__header__container`)
133
134
  }, [
134
- t.title ? (v(), g(n(Y), {
135
+ t.title ? (v(), B(n(Q), {
135
136
  key: 0,
136
137
  id: `${e}__content__header__title`,
137
- class: a(`${e}__content__header__title`),
138
- type: n(le).Section
138
+ class: l(`${e}__content__header__title`),
139
+ type: n(oe).Section
139
140
  }, {
140
- default: J(() => [
141
- K(P(t.title), 1)
141
+ default: G(() => [
142
+ J(K(t.title), 1)
142
143
  ]),
143
144
  _: 1
144
145
  }, 8, ["id", "class", "type"])) : f("", !0),
145
- $(l.$slots, "header")
146
+ $(s.$slots, "header")
146
147
  ], 2)
147
148
  ], 2)
148
149
  ], 2),
149
- r("div", {
150
- class: a(`${e}__content__scroller`)
150
+ d("div", {
151
+ class: l(`${e}__content__scroller`)
151
152
  }, [
152
- r("div", {
153
- class: a(`${e}__content__body`)
153
+ d("div", {
154
+ class: l(`${e}__content__body`)
154
155
  }, [
155
- $(l.$slots, "body")
156
+ $(s.$slots, "body")
156
157
  ], 2)
157
158
  ], 2),
158
- r("div", {
159
- class: a(`${e}__content__footer`)
159
+ d("div", {
160
+ class: l(`${e}__content__footer`)
160
161
  }, [
161
- $(l.$slots, "footer")
162
+ $(s.$slots, "footer")
162
163
  ], 2)
163
- ], 10, ce)
164
- ], 2),
164
+ ], 14, re)
165
+ ], 6),
165
166
  t.overlay ? (v(), p("div", {
166
167
  key: 0,
167
168
  ref: "overlay-ref",
168
- class: a(`${e}__overlay`),
169
- style: Q({ zIndex: t.zIndex })
169
+ class: l(`${e}__overlay`),
170
+ style: w({ zIndex: t.zIndex })
170
171
  }, null, 6)) : f("", !0)
171
- ], 10, ie)) : f("", !0);
172
+ ], 14, ae)) : f("", !0);
172
173
  }
173
174
  });
174
175
  export {
175
- $e as CLModal,
176
- $e as default
176
+ we as CLModal,
177
+ we as default
177
178
  };
@@ -1 +1,5 @@
1
- export declare const modalTheme: () => string;
1
+ export declare const modalTheme: () => {
2
+ '--clll-modal-overlay-bg': string;
3
+ '--clll-modal-content-bg': string;
4
+ '--clll-modal-theme-radius': string | undefined;
5
+ };
@@ -1 +1 @@
1
- .clll-link{cursor:pointer}.clll-link.clll-link--underline.clll-link--neutral,.clll-link.clll-link--underline.clll-link--primary,.clll-link.clll-link--underline.clll-link--secondary,.clll-link.clll-link--underline.clll-link--danger,.clll-link.clll-link--underline.clll-link--info,.clll-link.clll-link--underline.clll-link--warning,.clll-link.clll-link--underline.clll-link--success{font-family:var(--clll-font-family);-webkit-font-smoothing:antialiased;border-radius:var(--clll-rounded-xs);text-underline-offset:var(--clll-unit-0_5);transition-property:text-decoration-color;transition-duration:.3s;transition-timing-function:ease}.clll-link.clll-link--nounderline.clll-link--neutral,.clll-link.clll-link--nounderline.clll-link--primary,.clll-link.clll-link--nounderline.clll-link--secondary,.clll-link.clll-link--nounderline.clll-link--danger,.clll-link.clll-link--nounderline.clll-link--info,.clll-link.clll-link--nounderline.clll-link--warning,.clll-link.clll-link--nounderline.clll-link--success{font-family:var(--clll-font-family);-webkit-font-smoothing:antialiased;border-radius:var(--clll-rounded-xs);transition-property:text-decoration-color;transition-duration:.3s;transition-timing-function:ease}.clll-link .clll-text{transition-property:color;transition-duration:.3s;transition-timing-function:ease}.clll-link.clll-link--external .clll-icon{padding-left:var(--clll-px-s-xs)}
1
+ .clll-link{font-family:var(--clll-font-family);-webkit-font-smoothing:antialiased;cursor:pointer;border-radius:var(--clll-rounded-xs);text-decoration-line:underline;text-decoration-color:var(--clll-link-underline-color, transparent);text-underline-offset:var(--clll-unit-0_5);display:inline-flex;align-items:center;transition:color .2s linear,text-decoration-color .2s linear;color:var(--clll-link-text-color, inherit);font-weight:500;background-color:transparent;padding:0;border:0;transition-property:text-decoration-color;transition-duration:.3s;transition-timing-function:ease}.clll-link .clll-text{color:var(--clll-link-text-color, inherit);transition-property:color;transition-duration:.3s;transition-timing-function:ease}.clll-link:hover{text-decoration-color:var(--clll-link-underline-hover, transparent);background-color:transparent;color:var(--clll-link-text-hover, inherit)}.clll-link:hover .clll-text{color:var(--clll-link-text-hover, inherit)}.clll-link{outline-color:#0000;outline-offset:2px;outline-style:solid;outline-width:2px}.clll-link:focus{outline:none}.clll-link:focus-visible{border-color:transparent!important;outline-color:var(--clll-link-focus-border, transparent);outline-style:solid;outline-width:2px;box-shadow:0 0 0 var(--clll-unit-0) var(--clll-link-focus-shadow, transparent)}.clll-link.clll-link--external .clll-icon{padding-left:var(--clll-px-s-xs)}
@@ -1,6 +1,6 @@
1
1
  import '../../../assets/core.css';
2
2
  import './CLLink.css';
3
- import { _ as s } from "../../../chunks/CLLink.vue_vue_type_style_index_0_lang-RAFpWIR2.js";
3
+ import { _ as s } from "../../../chunks/CLLink.vue_vue_type_style_index_0_lang-DCwTmOOz.js";
4
4
  export {
5
5
  s as CLLink,
6
6
  s as default
@@ -1,5 +1,5 @@
1
1
  import '../../../assets/core.css';
2
- import { _ as s } from "../../../chunks/CLNavLink.vue_vue_type_script_setup_true_lang-DtzSW2Tr.js";
2
+ import { _ as s } from "../../../chunks/CLNavLink.vue_vue_type_script_setup_true_lang-B_AmMW02.js";
3
3
  export {
4
4
  s as CLNavLink,
5
5
  s as default
@@ -1,8 +1,8 @@
1
1
  import '../../../assets/core.css';
2
2
  import './CLNavSection.css';
3
3
  import { defineComponent as f, computed as u, createElementBlock as a, openBlock as l, normalizeClass as m, unref as r, Fragment as p, renderList as _, createVNode as i, withCtx as n, createTextVNode as C, toDisplayString as x } from "vue";
4
- import { _ as k } from "../../../chunks/CLNavLink.vue_vue_type_script_setup_true_lang-DtzSW2Tr.js";
5
- import { _ as L } from "../../../chunks/CLText.vue_vue_type_style_index_0_lang-CG6043pv.js";
4
+ import { _ as k } from "../../../chunks/CLNavLink.vue_vue_type_script_setup_true_lang-B_AmMW02.js";
5
+ import { _ as L } from "../../../chunks/CLText.vue_vue_type_style_index_0_lang-BJoS9z9q.js";
6
6
  import { CLOrientation as h, CLColors as $ } from "../../../index.js";
7
7
  const g = ["data-testid"], V = /* @__PURE__ */ f({
8
8
  name: "CLNavSection",
@@ -3,5 +3,12 @@ interface BaseLinkProps {
3
3
  color: CLColors;
4
4
  underline?: boolean;
5
5
  }
6
- export declare const base_link: ({ color, underline }: BaseLinkProps) => string;
6
+ export declare const base_link: ({ color, underline }: BaseLinkProps) => {
7
+ '--clll-link-text-color': string;
8
+ '--clll-link-text-hover': string;
9
+ '--clll-link-underline-color': string;
10
+ '--clll-link-underline-hover': string;
11
+ '--clll-link-focus-border': string;
12
+ '--clll-link-focus-shadow': string;
13
+ };
7
14
  export {};
@@ -1 +1 @@
1
- .clll-dropdown-menu__menu{position:relative;display:inline-block}.clll-dropdown-menu__menu .clll-dropdown-menu__dropdown{z-index:var(--v69f60b10)}
1
+ .clll-dropdown-menu__menu{position:relative;display:inline-block}