@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.
- package/dist/assets/CLInputMessages.css +1 -1
- 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
- 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
- package/dist/chunks/CLCard.vue_vue_type_style_index_0_lang-CAjsSjd9.js +248 -0
- 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
- 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
- package/dist/chunks/CLIcon.vue_vue_type_style_index_0_lang-R0Nhlutc.js +84 -0
- package/dist/chunks/CLInputMessages.vue_vue_type_style_index_0_lang-Bt5xgOT4.js +153 -0
- package/dist/chunks/CLLink.vue_vue_type_style_index_0_lang-DCwTmOOz.js +68 -0
- 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
- package/dist/chunks/CLPill.vue_vue_type_style_index_0_lang-B1MuCUnW.js +90 -0
- package/dist/chunks/CLProgress.vue_vue_type_style_index_0_lang-DVJDbuDr.js +63 -0
- package/dist/chunks/CLSkeleton.vue_vue_type_style_index_0_lang--LtiFHSO.js +30 -0
- 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
- 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
- package/dist/chunks/CLToast.vue_vue_type_style_index_0_lang-Bhat3Q9Z.js +182 -0
- package/dist/chunks/utils-CAV1sBee.js +24 -0
- package/dist/chunks/utils-CS9Gz4oX.js +25 -0
- package/dist/chunks/utils-C_e2F4X7.js +17 -0
- package/dist/chunks/utils-Sqgt8Fa4.js +85 -0
- package/dist/chunks/utils-cOhtsyeB.js +41 -0
- package/dist/chunks/utils-zJwcNHl4.js +37 -0
- package/dist/components/Buttons/CLA11yButton/CLA11yButton.css +1 -1
- package/dist/components/Buttons/CLA11yButton/CLA11yButton.js +1 -1
- package/dist/components/Buttons/CLButton/CLButton.css +1 -1
- package/dist/components/Buttons/CLButton/CLButton.js +1 -1
- package/dist/components/Buttons/CLButton/CLButton.vue.d.ts +1 -1
- package/dist/components/Buttons/utils.d.ts +16 -2
- package/dist/components/CLIcon/CLIcon.css +1 -1
- package/dist/components/CLIcon/CLIcon.js +1 -1
- package/dist/components/CLIcon/utils.d.ts +3 -1
- package/dist/components/CLTable/CLTable.css +1 -1
- package/dist/components/CLTable/CLTable.js +113 -117
- package/dist/components/CLTable/utils.d.ts +5 -1
- package/dist/components/Containers/CLCard/CLCard.css +1 -1
- package/dist/components/Containers/CLCard/CLCard.js +1 -1
- package/dist/components/Containers/CLCarousel/CLCarousel.js +2 -2
- package/dist/components/Containers/CLDisclosure/CLDisclosure.css +1 -1
- package/dist/components/Containers/CLDisclosure/CLDisclosure.js +32 -31
- package/dist/components/Containers/utils.d.ts +15 -2
- package/dist/components/Form/CLCheckbox/CLCheckbox.css +1 -1
- package/dist/components/Form/CLCheckbox/CLCheckbox.js +33 -35
- package/dist/components/Form/CLCheckbox/CLCheckbox.vue.d.ts +2 -2
- package/dist/components/Form/CLInput/CLInput.css +1 -1
- package/dist/components/Form/CLInput/CLInput.js +31 -33
- package/dist/components/Form/CLInput/CLInput.vue.d.ts +3 -3
- package/dist/components/Form/CLRadioButton/CLRadioButton.css +1 -1
- package/dist/components/Form/CLRadioButton/CLRadioButton.js +35 -34
- package/dist/components/Form/CLSelect/CLSelect.css +1 -1
- package/dist/components/Form/CLSelect/CLSelect.js +32 -31
- package/dist/components/Form/CLTextArea/CLTextArea.css +1 -1
- package/dist/components/Form/CLTextArea/CLTextArea.js +21 -20
- package/dist/components/Form/utils.d.ts +51 -4
- package/dist/components/Indicators/CLBadge/CLBadge.css +1 -1
- package/dist/components/Indicators/CLBadge/CLBadge.js +12 -11
- package/dist/components/Indicators/CLBanner/CLBanner.css +1 -1
- package/dist/components/Indicators/CLBanner/CLBanner.js +49 -52
- package/dist/components/Indicators/CLPill/CLPill.css +1 -1
- package/dist/components/Indicators/CLPill/CLPill.js +1 -1
- package/dist/components/Indicators/CLProgress/CLProgress.css +1 -1
- package/dist/components/Indicators/CLProgress/CLProgress.js +1 -1
- package/dist/components/Indicators/utils.d.ts +31 -4
- package/dist/components/Loading/CLSkeleton/CLSkeleton.css +1 -1
- package/dist/components/Loading/CLSkeleton/CLSkeleton.js +1 -1
- package/dist/components/Loading/CLSpinner/CLSpinner.css +1 -1
- package/dist/components/Loading/CLSpinner/CLSpinner.js +1 -1
- package/dist/components/Loading/utils.d.ts +7 -2
- package/dist/components/Modals/CLModal/CLModal.css +1 -1
- package/dist/components/Modals/CLModal/CLModal.js +92 -91
- package/dist/components/Modals/utils.d.ts +5 -1
- package/dist/components/Navigation/CLLink/CLLink.css +1 -1
- package/dist/components/Navigation/CLLink/CLLink.js +1 -1
- package/dist/components/Navigation/CLNavLink/CLNavLink.js +1 -1
- package/dist/components/Navigation/CLNavSection/CLNavSection.js +2 -2
- package/dist/components/Navigation/utils.d.ts +8 -1
- package/dist/components/Popups/CLDropdownMenu/CLDropdownMenu.css +1 -1
- package/dist/components/Popups/CLDropdownMenu/CLDropdownMenu.js +200 -203
- package/dist/components/Popups/CLDropdownMenu/CLDropdownMenu.vue.d.ts +3 -3
- package/dist/components/Popups/CLToast/CLToast.css +1 -1
- package/dist/components/Popups/CLToast/CLToast.js +1 -1
- package/dist/components/Popups/utils.d.ts +8 -1
- package/dist/components/Providers/CLThemeProvider/utils.d.ts +0 -1
- package/dist/components/Providers/CLToastProvider/CLToastProvider.js +1 -1
- package/dist/components/Typography/CLHeading/CLHeading.css +1 -1
- package/dist/components/Typography/CLHeading/CLHeading.js +1 -1
- package/dist/components/Typography/CLText/CLText.css +1 -1
- package/dist/components/Typography/CLText/CLText.js +1 -1
- package/dist/components/Typography/utils.d.ts +3 -1
- package/dist/composables/useTheme.js +17 -16
- package/package.json +1 -4
- package/dist/chunks/CLCard.vue_vue_type_style_index_0_lang-Ba1c7ZNn.js +0 -252
- package/dist/chunks/CLIcon.vue_vue_type_style_index_0_lang-B_341q_b.js +0 -84
- package/dist/chunks/CLInputMessages.vue_vue_type_style_index_0_lang-DZEfoinY.js +0 -121
- package/dist/chunks/CLLink.vue_vue_type_style_index_0_lang-RAFpWIR2.js +0 -60
- package/dist/chunks/CLPill.vue_vue_type_style_index_0_lang-UKMQXfI-.js +0 -88
- package/dist/chunks/CLProgress.vue_vue_type_style_index_0_lang-BMozy0NJ.js +0 -65
- package/dist/chunks/CLSkeleton.vue_vue_type_style_index_0_lang-C82FyxKt.js +0 -33
- package/dist/chunks/CLToast.vue_vue_type_style_index_0_lang-LiL8p_1M.js +0 -179
- package/dist/chunks/utils-B_htczw5.js +0 -30
- package/dist/chunks/utils-Bf54TEIp.js +0 -387
- package/dist/chunks/utils-CPp2QUlb.js +0 -15
- package/dist/chunks/utils-Cm9XP0Vu.js +0 -29
- package/dist/chunks/utils-DPwEOLZc.js +0 -26
- 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,
|
|
4
|
-
import { _ as
|
|
5
|
-
import { _ as
|
|
6
|
-
import { CLMode as k, CLColors as
|
|
7
|
-
import { g as
|
|
8
|
-
import { useTheme as
|
|
9
|
-
import { useEsc as
|
|
10
|
-
import { b as S, i as
|
|
11
|
-
const
|
|
12
|
-
const { borderRadius: t, colors:
|
|
13
|
-
color:
|
|
14
|
-
colors:
|
|
15
|
-
mode:
|
|
16
|
-
variant:
|
|
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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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:
|
|
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:
|
|
40
|
-
F((
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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 =
|
|
49
|
+
]), E = _(() => [
|
|
52
50
|
`${e}__window`,
|
|
53
51
|
o.fullscreen ? `${e}__window--fullscreen` : ""
|
|
54
|
-
]), 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 =
|
|
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 =
|
|
65
|
-
return
|
|
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 = (
|
|
68
|
+
}, b = (s) => {
|
|
71
69
|
try {
|
|
72
|
-
H(
|
|
70
|
+
H(s) && (a && window.removeEventListener("mousedown", b), L());
|
|
73
71
|
} catch (i) {
|
|
74
72
|
console.error(i);
|
|
75
73
|
}
|
|
76
|
-
},
|
|
77
|
-
|
|
78
|
-
}, I = () => {
|
|
79
|
-
s && (_.value && s && window.clearTimeout(_.value), y(), x());
|
|
74
|
+
}, h = () => {
|
|
75
|
+
a && window.removeEventListener("mousedown", b);
|
|
80
76
|
}, z = () => {
|
|
81
|
-
|
|
77
|
+
a && (m.value && a && window.clearTimeout(m.value), h(), I());
|
|
78
|
+
}, L = () => {
|
|
79
|
+
o.isOpen && (o.onClose?.(), z());
|
|
82
80
|
};
|
|
83
|
-
|
|
84
|
-
|
|
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))) : (
|
|
87
|
-
}),
|
|
88
|
-
o.isOpen &&
|
|
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 } =
|
|
91
|
-
return
|
|
92
|
-
|
|
93
|
-
}), (
|
|
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:
|
|
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
|
-
|
|
100
|
-
class:
|
|
98
|
+
d("div", {
|
|
99
|
+
class: l(n(E)),
|
|
100
|
+
style: w({ zIndex: n(V) })
|
|
101
101
|
}, [
|
|
102
|
-
|
|
102
|
+
d("div", {
|
|
103
103
|
ref: "modal-window",
|
|
104
104
|
"aria-modal": "true",
|
|
105
105
|
"aria-labelledby": `${e}__content__header__title`,
|
|
106
|
-
class:
|
|
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
|
-
|
|
111
|
-
class:
|
|
111
|
+
d("div", {
|
|
112
|
+
class: l(`${e}__close-button`)
|
|
112
113
|
}, [
|
|
113
|
-
t.onClose && t.close ? (v(),
|
|
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(
|
|
118
|
-
"icon-before": n(
|
|
119
|
-
"icon-size": n(
|
|
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(
|
|
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
|
-
|
|
126
|
-
class:
|
|
126
|
+
d("div", {
|
|
127
|
+
class: l(`${e}__content__header`)
|
|
127
128
|
}, [
|
|
128
|
-
|
|
129
|
-
class:
|
|
129
|
+
d("div", {
|
|
130
|
+
class: l(`${e}__content__title`)
|
|
130
131
|
}, [
|
|
131
|
-
|
|
132
|
-
class:
|
|
132
|
+
d("div", {
|
|
133
|
+
class: l(`${e}__content__header__container`)
|
|
133
134
|
}, [
|
|
134
|
-
t.title ? (v(),
|
|
135
|
+
t.title ? (v(), B(n(Q), {
|
|
135
136
|
key: 0,
|
|
136
137
|
id: `${e}__content__header__title`,
|
|
137
|
-
class:
|
|
138
|
-
type: n(
|
|
138
|
+
class: l(`${e}__content__header__title`),
|
|
139
|
+
type: n(oe).Section
|
|
139
140
|
}, {
|
|
140
|
-
default:
|
|
141
|
-
K(
|
|
141
|
+
default: G(() => [
|
|
142
|
+
J(K(t.title), 1)
|
|
142
143
|
]),
|
|
143
144
|
_: 1
|
|
144
145
|
}, 8, ["id", "class", "type"])) : f("", !0),
|
|
145
|
-
$(
|
|
146
|
+
$(s.$slots, "header")
|
|
146
147
|
], 2)
|
|
147
148
|
], 2)
|
|
148
149
|
], 2),
|
|
149
|
-
|
|
150
|
-
class:
|
|
150
|
+
d("div", {
|
|
151
|
+
class: l(`${e}__content__scroller`)
|
|
151
152
|
}, [
|
|
152
|
-
|
|
153
|
-
class:
|
|
153
|
+
d("div", {
|
|
154
|
+
class: l(`${e}__content__body`)
|
|
154
155
|
}, [
|
|
155
|
-
$(
|
|
156
|
+
$(s.$slots, "body")
|
|
156
157
|
], 2)
|
|
157
158
|
], 2),
|
|
158
|
-
|
|
159
|
-
class:
|
|
159
|
+
d("div", {
|
|
160
|
+
class: l(`${e}__content__footer`)
|
|
160
161
|
}, [
|
|
161
|
-
$(
|
|
162
|
+
$(s.$slots, "footer")
|
|
162
163
|
], 2)
|
|
163
|
-
],
|
|
164
|
-
],
|
|
164
|
+
], 14, re)
|
|
165
|
+
], 6),
|
|
165
166
|
t.overlay ? (v(), p("div", {
|
|
166
167
|
key: 0,
|
|
167
168
|
ref: "overlay-ref",
|
|
168
|
-
class:
|
|
169
|
-
style:
|
|
169
|
+
class: l(`${e}__overlay`),
|
|
170
|
+
style: w({ zIndex: t.zIndex })
|
|
170
171
|
}, null, 6)) : f("", !0)
|
|
171
|
-
],
|
|
172
|
+
], 14, ae)) : f("", !0);
|
|
172
173
|
}
|
|
173
174
|
});
|
|
174
175
|
export {
|
|
175
|
-
|
|
176
|
-
|
|
176
|
+
we as CLModal,
|
|
177
|
+
we as default
|
|
177
178
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.clll-link{
|
|
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-
|
|
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-
|
|
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-
|
|
5
|
-
import { _ as L } from "../../../chunks/CLText.vue_vue_type_style_index_0_lang-
|
|
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) =>
|
|
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}
|
|
1
|
+
.clll-dropdown-menu__menu{position:relative;display:inline-block}
|