@layers.digital/layers-design-system-vue3 1.3.0 → 1.4.0
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/chunks/chunk-1474.cjs +1 -1
- package/dist/chunks/chunk-1474.js +2 -2
- package/dist/chunks/chunk-1478.cjs +6 -3
- package/dist/chunks/chunk-1478.js +8 -235
- package/dist/chunks/chunk-1479.cjs +6 -1
- package/dist/chunks/chunk-1479.js +18 -28
- package/dist/chunks/chunk-1480.cjs +3 -1
- package/dist/chunks/chunk-1480.js +234 -5
- package/dist/chunks/chunk-1481.cjs +1 -6
- package/dist/chunks/chunk-1481.js +28 -8
- package/dist/chunks/chunk-1482.cjs +1 -6
- package/dist/chunks/chunk-1482.js +6 -18
- package/dist/chunks/chunk-2.cjs +1 -1
- package/dist/chunks/chunk-2.js +3 -3
- package/dist/src/base/tailwind.config.d.ts +135 -0
- package/dist/style.css +1 -1
- package/dist/tailwind.config.cjs +1 -0
- package/dist/tailwind.config.d.ts +150 -0
- package/dist/tailwind.config.js +121 -0
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const u=require("vue"),d=require("./chunk-
|
|
1
|
+
"use strict";const u=require("vue"),d=require("./chunk-1478.cjs"),e=require("./chunk-1479.cjs");/**
|
|
2
2
|
* @license lucide-vue-next v0.395.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});/**
|
|
2
|
+
* @license lucide-vue-next v0.395.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/const t=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();exports.toKebabCase=t;
|
|
@@ -1,237 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
throw new Error(
|
|
9
|
-
`Injection \`${o.toString()}\` not found. Component must be used within ${Array.isArray(t) ? `one of the following components: ${t.join(
|
|
10
|
-
", "
|
|
11
|
-
)}` : `\`${t}\``}`
|
|
12
|
-
);
|
|
13
|
-
}, (r) => (F(o, r), r)];
|
|
14
|
-
}
|
|
15
|
-
function q(t) {
|
|
16
|
-
let e = !1, n;
|
|
17
|
-
const o = _(!0);
|
|
18
|
-
return (...r) => (e || (n = o.run(() => t(...r)), e = !0), n);
|
|
19
|
-
}
|
|
20
|
-
function z(t) {
|
|
21
|
-
return typeof t == "function" ? t() : G(t);
|
|
22
|
-
}
|
|
23
|
-
const J = typeof window < "u" && typeof document < "u";
|
|
24
|
-
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
25
|
-
function O(t) {
|
|
26
|
-
var e;
|
|
27
|
-
const n = z(t);
|
|
28
|
-
return (e = n?.$el) != null ? e : n;
|
|
29
|
-
}
|
|
30
|
-
function g(t) {
|
|
31
|
-
return t ? t.flatMap((e) => e.type === k ? g(e.children) : [e]) : [];
|
|
32
|
-
}
|
|
33
|
-
function K(t, e) {
|
|
34
|
-
const n = h(t);
|
|
35
|
-
function o(r) {
|
|
36
|
-
return e[n.value][r] ?? n.value;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
state: n,
|
|
40
|
-
dispatch: (r) => {
|
|
41
|
-
n.value = o(r);
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
const M = N({
|
|
46
|
-
name: "PrimitiveSlot",
|
|
47
|
-
inheritAttrs: !1,
|
|
48
|
-
setup(t, { attrs: e, slots: n }) {
|
|
49
|
-
return () => {
|
|
50
|
-
var o, r;
|
|
51
|
-
if (!n.default)
|
|
52
|
-
return null;
|
|
53
|
-
const a = g(n.default()), i = a.findIndex((p) => p.type !== P);
|
|
54
|
-
if (i === -1)
|
|
55
|
-
return a;
|
|
56
|
-
const l = a[i];
|
|
57
|
-
(o = l.props) == null || delete o.ref;
|
|
58
|
-
const s = l.props ? U(e, l.props) : e;
|
|
59
|
-
e.class && (r = l.props) != null && r.class && delete l.props.class;
|
|
60
|
-
const c = $(l, s);
|
|
61
|
-
for (const p in s)
|
|
62
|
-
p.startsWith("on") && (c.props || (c.props = {}), c.props[p] = s[p]);
|
|
63
|
-
return a.length === 1 ? c : (a[i] = c, a);
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
}), X = N({
|
|
67
|
-
name: "Primitive",
|
|
68
|
-
inheritAttrs: !1,
|
|
69
|
-
props: {
|
|
70
|
-
asChild: {
|
|
71
|
-
type: Boolean,
|
|
72
|
-
default: !1
|
|
73
|
-
},
|
|
74
|
-
as: {
|
|
75
|
-
type: [String, Object],
|
|
76
|
-
default: "div"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
setup(t, { attrs: e, slots: n }) {
|
|
80
|
-
const o = t.asChild ? "template" : t.as;
|
|
81
|
-
return typeof o == "string" && ["area", "img", "input"].includes(o) ? () => v(o, e) : o !== "template" ? () => v(t.as, e, { default: n.default }) : () => v(M, e, { default: n.default });
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
function T() {
|
|
85
|
-
const t = h(), e = I(() => {
|
|
86
|
-
var n, o;
|
|
87
|
-
return ["#text", "#comment"].includes((n = t.value) == null ? void 0 : n.$el.nodeName) ? (o = t.value) == null ? void 0 : o.$el.nextElementSibling : O(t);
|
|
88
|
-
});
|
|
89
|
-
return {
|
|
90
|
-
primitiveElement: t,
|
|
91
|
-
currentElement: e
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
|
-
function Q(t, e) {
|
|
95
|
-
const n = h({}), o = h("none"), r = t.value ? "mounted" : "unmounted", { state: a, dispatch: i } = K(r, {
|
|
96
|
-
mounted: {
|
|
97
|
-
UNMOUNT: "unmounted",
|
|
98
|
-
ANIMATION_OUT: "unmountSuspended"
|
|
99
|
-
},
|
|
100
|
-
unmountSuspended: {
|
|
101
|
-
MOUNT: "mounted",
|
|
102
|
-
ANIMATION_END: "unmounted"
|
|
103
|
-
},
|
|
104
|
-
unmounted: {
|
|
105
|
-
MOUNT: "mounted"
|
|
106
|
-
}
|
|
107
|
-
}), l = (u) => {
|
|
108
|
-
var d;
|
|
109
|
-
if (J) {
|
|
110
|
-
const f = new CustomEvent(u, { bubbles: !1, cancelable: !1 });
|
|
111
|
-
(d = e.value) == null || d.dispatchEvent(f);
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
E(
|
|
115
|
-
t,
|
|
116
|
-
async (u, d) => {
|
|
117
|
-
var f;
|
|
118
|
-
const w = d !== u;
|
|
119
|
-
if (await R(), w) {
|
|
120
|
-
const x = o.value, S = y(e.value);
|
|
121
|
-
u ? (i("MOUNT"), l("enter"), S === "none" && l("after-enter")) : S === "none" || ((f = n.value) == null ? void 0 : f.display) === "none" ? (i("UNMOUNT"), l("leave"), l("after-leave")) : d && x !== S ? (i("ANIMATION_OUT"), l("leave")) : (i("UNMOUNT"), l("after-leave"));
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{ immediate: !0 }
|
|
125
|
-
);
|
|
126
|
-
const s = (u) => {
|
|
127
|
-
const d = y(e.value), f = d.includes(
|
|
128
|
-
u.animationName
|
|
129
|
-
), w = a.value === "mounted" ? "enter" : "leave";
|
|
130
|
-
u.target === e.value && f && (l(`after-${w}`), i("ANIMATION_END")), u.target === e.value && d === "none" && i("ANIMATION_END");
|
|
131
|
-
}, c = (u) => {
|
|
132
|
-
u.target === e.value && (o.value = y(e.value));
|
|
133
|
-
}, p = E(
|
|
134
|
-
e,
|
|
135
|
-
(u, d) => {
|
|
136
|
-
u ? (n.value = getComputedStyle(u), u.addEventListener("animationstart", c), u.addEventListener("animationcancel", s), u.addEventListener("animationend", s)) : (i("ANIMATION_END"), d?.removeEventListener("animationstart", c), d?.removeEventListener("animationcancel", s), d?.removeEventListener("animationend", s));
|
|
137
|
-
},
|
|
138
|
-
{ immediate: !0 }
|
|
139
|
-
), m = E(a, () => {
|
|
140
|
-
const u = y(e.value);
|
|
141
|
-
o.value = a.value === "mounted" ? u : "none";
|
|
142
|
-
});
|
|
143
|
-
return B(() => {
|
|
144
|
-
p(), m();
|
|
145
|
-
}), {
|
|
146
|
-
isPresent: I(
|
|
147
|
-
() => ["mounted", "unmountSuspended"].includes(a.value)
|
|
148
|
-
)
|
|
149
|
-
};
|
|
150
|
-
}
|
|
151
|
-
function y(t) {
|
|
152
|
-
return t && getComputedStyle(t).animationName || "none";
|
|
153
|
-
}
|
|
154
|
-
N({
|
|
155
|
-
name: "Presence",
|
|
156
|
-
props: {
|
|
157
|
-
present: {
|
|
158
|
-
type: Boolean,
|
|
159
|
-
required: !0
|
|
160
|
-
},
|
|
161
|
-
forceMount: {
|
|
162
|
-
type: Boolean
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
slots: {},
|
|
166
|
-
setup(t, { slots: e, expose: n }) {
|
|
167
|
-
var o;
|
|
168
|
-
const { present: r, forceMount: a } = j(t), i = h(), { isPresent: l } = Q(r, i);
|
|
169
|
-
n({ present: l });
|
|
170
|
-
let s = e.default({ present: l });
|
|
171
|
-
s = g(s || []);
|
|
172
|
-
const c = A();
|
|
173
|
-
if (s && s?.length > 1) {
|
|
174
|
-
const p = (o = c?.parent) != null && o.type.name ? `<${c.parent.type.name} />` : "component";
|
|
175
|
-
throw new Error(
|
|
176
|
-
[
|
|
177
|
-
`Detected an invalid children for \`${p}\` for \`Presence\` component.`,
|
|
178
|
-
"",
|
|
179
|
-
"Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.",
|
|
180
|
-
"You can apply a few solutions:",
|
|
181
|
-
[
|
|
182
|
-
"Provide a single child element so that `presence` directive attach correctly.",
|
|
183
|
-
"Ensure the first child is an actual element instead of a raw text node or comment node."
|
|
184
|
-
].map((m) => ` - ${m}`).join(`
|
|
185
|
-
`)
|
|
186
|
-
].join(`
|
|
187
|
-
`)
|
|
188
|
-
);
|
|
189
|
-
}
|
|
190
|
-
return () => a.value || r.value || l.value ? v(e.default({ present: l })[0], {
|
|
191
|
-
ref: (p) => {
|
|
192
|
-
const m = O(p);
|
|
193
|
-
return typeof m?.hasAttribute > "u" || (m != null && m.hasAttribute("data-radix-popper-content-wrapper") ? i.value = m.firstElementChild : i.value = m), m;
|
|
194
|
-
}
|
|
195
|
-
}) : null;
|
|
196
|
-
}
|
|
197
|
-
});
|
|
198
|
-
D({
|
|
199
|
-
layersRoot: /* @__PURE__ */ new Set(),
|
|
200
|
-
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
201
|
-
branches: /* @__PURE__ */ new Set()
|
|
202
|
-
});
|
|
203
|
-
q(() => h([]));
|
|
204
|
-
const [C, Z] = V("CollectionProvider");
|
|
205
|
-
N({
|
|
206
|
-
name: "CollectionSlot",
|
|
207
|
-
setup(t, { slots: e }) {
|
|
208
|
-
const n = C(), { primitiveElement: o, currentElement: r } = T();
|
|
209
|
-
return E(r, () => {
|
|
210
|
-
n.collectionRef.value = r.value;
|
|
211
|
-
}), () => v(M, { ref: o }, e);
|
|
212
|
-
}
|
|
213
|
-
});
|
|
214
|
-
N({
|
|
215
|
-
name: "CollectionItem",
|
|
216
|
-
setup(t, { slots: e, attrs: n }) {
|
|
217
|
-
const o = C(), { primitiveElement: r, currentElement: a } = T(), i = A();
|
|
218
|
-
return L((l) => {
|
|
219
|
-
var s;
|
|
220
|
-
if (a.value) {
|
|
221
|
-
const c = b(a.value);
|
|
222
|
-
o.itemMap.value.set(c, { ref: a.value, ...b(((s = i?.parent) == null ? void 0 : s.props) ?? {}) }), l(() => o.itemMap.value.delete(c));
|
|
223
|
-
}
|
|
224
|
-
}), () => v(M, { ...n, [o.attrName]: "", ref: r }, e);
|
|
225
|
-
}
|
|
226
|
-
});
|
|
227
|
-
function Y() {
|
|
228
|
-
if (typeof matchMedia == "function")
|
|
229
|
-
return matchMedia("(pointer:coarse)").matches ? "coarse" : "fine";
|
|
230
|
-
}
|
|
231
|
-
Y();
|
|
1
|
+
/**
|
|
2
|
+
* @license lucide-vue-next v0.395.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
const a = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
232
8
|
export {
|
|
233
|
-
|
|
234
|
-
M as Slot,
|
|
235
|
-
V as createContext,
|
|
236
|
-
K as useStateMachine
|
|
9
|
+
a as toKebabCase
|
|
237
10
|
};
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
"use strict"
|
|
1
|
+
"use strict";/**
|
|
2
|
+
* @license lucide-vue-next v0.395.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/var t={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};module.exports=t;
|
|
@@ -1,30 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
lg: "h-11 rounded-md px-8",
|
|
19
|
-
icon: "h-10 w-10"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
defaultVariants: {
|
|
23
|
-
variant: "default",
|
|
24
|
-
size: "default"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
);
|
|
1
|
+
/**
|
|
2
|
+
* @license lucide-vue-next v0.395.0 - ISC
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the ISC license.
|
|
5
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
var t = {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
12
|
+
fill: "none",
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
"stroke-width": 2,
|
|
15
|
+
"stroke-linecap": "round",
|
|
16
|
+
"stroke-linejoin": "round"
|
|
17
|
+
};
|
|
28
18
|
export {
|
|
29
|
-
t as
|
|
19
|
+
t as default
|
|
30
20
|
};
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue");function g(n,e){const o=typeof n=="string"&&!e?`${n}Context`:e,r=Symbol(o);return[a=>{const l=t.inject(r,a);if(l||l===null)return l;throw new Error(`Injection \`${r.toString()}\` not found. Component must be used within ${Array.isArray(n)?`one of the following components: ${n.join(", ")}`:`\`${n}\``}`)},a=>(t.provide(r,a),a)]}function I(n){let e=!1,o;const r=t.effectScope(!0);return(...a)=>(e||(o=r.run(()=>n(...a)),e=!0),o)}function O(n){return typeof n=="function"?n():t.unref(n)}const T=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;function S(n){var e;const o=O(n);return(e=o?.$el)!=null?e:o}function E(n){return n?n.flatMap(e=>e.type===t.Fragment?E(e.children):[e]):[]}function b(n,e){const o=t.ref(n);function r(a){return e[o.value][a]??o.value}return{state:o,dispatch:a=>{o.value=r(a)}}}const N=t.defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(n,{attrs:e,slots:o}){return()=>{var r,a;if(!o.default)return null;const l=E(o.default()),u=l.findIndex(m=>m.type!==t.Comment);if(u===-1)return l;const i=l[u];(r=i.props)==null||delete r.ref;const c=i.props?t.mergeProps(e,i.props):e;e.class&&(a=i.props)!=null&&a.class&&delete i.props.class;const d=t.cloneVNode(i,c);for(const m in c)m.startsWith("on")&&(d.props||(d.props={}),d.props[m]=c[m]);return l.length===1?d:(l[u]=d,l)}}}),P=t.defineComponent({name:"Primitive",inheritAttrs:!1,props:{asChild:{type:Boolean,default:!1},as:{type:[String,Object],default:"div"}},setup(n,{attrs:e,slots:o}){const r=n.asChild?"template":n.as;return typeof r=="string"&&["area","img","input"].includes(r)?()=>t.h(r,e):r!=="template"?()=>t.h(n.as,e,{default:o.default}):()=>t.h(N,e,{default:o.default})}});function M(){const n=t.ref(),e=t.computed(()=>{var o,r;return["#text","#comment"].includes((o=n.value)==null?void 0:o.$el.nodeName)?(r=n.value)==null?void 0:r.$el.nextElementSibling:S(n)});return{primitiveElement:n,currentElement:e}}function x(n,e){const o=t.ref({}),r=t.ref("none"),a=n.value?"mounted":"unmounted",{state:l,dispatch:u}=b(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}}),i=s=>{var p;if(T){const v=new CustomEvent(s,{bubbles:!1,cancelable:!1});(p=e.value)==null||p.dispatchEvent(v)}};t.watch(n,async(s,p)=>{var v;const y=p!==s;if(await t.nextTick(),y){const A=r.value,w=h(e.value);s?(u("MOUNT"),i("enter"),w==="none"&&i("after-enter")):w==="none"||((v=o.value)==null?void 0:v.display)==="none"?(u("UNMOUNT"),i("leave"),i("after-leave")):p&&A!==w?(u("ANIMATION_OUT"),i("leave")):(u("UNMOUNT"),i("after-leave"))}},{immediate:!0});const c=s=>{const p=h(e.value),v=p.includes(s.animationName),y=l.value==="mounted"?"enter":"leave";s.target===e.value&&v&&(i(`after-${y}`),u("ANIMATION_END")),s.target===e.value&&p==="none"&&u("ANIMATION_END")},d=s=>{s.target===e.value&&(r.value=h(e.value))},m=t.watch(e,(s,p)=>{s?(o.value=getComputedStyle(s),s.addEventListener("animationstart",d),s.addEventListener("animationcancel",c),s.addEventListener("animationend",c)):(u("ANIMATION_END"),p?.removeEventListener("animationstart",d),p?.removeEventListener("animationcancel",c),p?.removeEventListener("animationend",c))},{immediate:!0}),f=t.watch(l,()=>{const s=h(e.value);r.value=l.value==="mounted"?s:"none"});return t.onUnmounted(()=>{m(),f()}),{isPresent:t.computed(()=>["mounted","unmountSuspended"].includes(l.value))}}function h(n){return n&&getComputedStyle(n).animationName||"none"}t.defineComponent({name:"Presence",props:{present:{type:Boolean,required:!0},forceMount:{type:Boolean}},slots:{},setup(n,{slots:e,expose:o}){var r;const{present:a,forceMount:l}=t.toRefs(n),u=t.ref(),{isPresent:i}=x(a,u);o({present:i});let c=e.default({present:i});c=E(c||[]);const d=t.getCurrentInstance();if(c&&c?.length>1){const m=(r=d?.parent)!=null&&r.type.name?`<${d.parent.type.name} />`:"component";throw new Error([`Detected an invalid children for \`${m}\` for \`Presence\` component.`,"","Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.","You can apply a few solutions:",["Provide a single child element so that `presence` directive attach correctly.","Ensure the first child is an actual element instead of a raw text node or comment node."].map(f=>` - ${f}`).join(`
|
|
2
|
+
`)].join(`
|
|
3
|
+
`))}return()=>l.value||a.value||i.value?t.h(e.default({present:i})[0],{ref:m=>{const f=S(m);return typeof f?.hasAttribute>"u"||(f!=null&&f.hasAttribute("data-radix-popper-content-wrapper")?u.value=f.firstElementChild:u.value=f),f}}):null}});t.reactive({layersRoot:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set});I(()=>t.ref([]));const[C,$]=g("CollectionProvider");t.defineComponent({name:"CollectionSlot",setup(n,{slots:e}){const o=C(),{primitiveElement:r,currentElement:a}=M();return t.watch(a,()=>{o.collectionRef.value=a.value}),()=>t.h(N,{ref:r},e)}});t.defineComponent({name:"CollectionItem",setup(n,{slots:e,attrs:o}){const r=C(),{primitiveElement:a,currentElement:l}=M(),u=t.getCurrentInstance();return t.watchEffect(i=>{var c;if(l.value){const d=t.markRaw(l.value);r.itemMap.value.set(d,{ref:l.value,...t.markRaw(((c=u?.parent)==null?void 0:c.props)??{})}),i(()=>r.itemMap.value.delete(d))}}),()=>t.h(N,{...o,[r.attrName]:"",ref:a},e)}});function U(){if(typeof matchMedia=="function")return matchMedia("(pointer:coarse)").matches?"coarse":"fine"}U();exports.Primitive=P;exports.Slot=N;exports.createContext=g;exports.useStateMachine=b;
|
|
@@ -1,8 +1,237 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
return
|
|
1
|
+
import { defineComponent as N, Comment as P, mergeProps as U, cloneVNode as $, h as v, toRefs as j, ref as h, getCurrentInstance as A, reactive as D, watch as E, watchEffect as L, markRaw as b, effectScope as _, Fragment as k, computed as I, nextTick as R, onUnmounted as B, inject as W, provide as F, unref as G } from "vue";
|
|
2
|
+
function V(t, e) {
|
|
3
|
+
const n = typeof t == "string" && !e ? `${t}Context` : e, o = Symbol(n);
|
|
4
|
+
return [(r) => {
|
|
5
|
+
const a = W(o, r);
|
|
6
|
+
if (a || a === null)
|
|
7
|
+
return a;
|
|
8
|
+
throw new Error(
|
|
9
|
+
`Injection \`${o.toString()}\` not found. Component must be used within ${Array.isArray(t) ? `one of the following components: ${t.join(
|
|
10
|
+
", "
|
|
11
|
+
)}` : `\`${t}\``}`
|
|
12
|
+
);
|
|
13
|
+
}, (r) => (F(o, r), r)];
|
|
5
14
|
}
|
|
15
|
+
function q(t) {
|
|
16
|
+
let e = !1, n;
|
|
17
|
+
const o = _(!0);
|
|
18
|
+
return (...r) => (e || (n = o.run(() => t(...r)), e = !0), n);
|
|
19
|
+
}
|
|
20
|
+
function z(t) {
|
|
21
|
+
return typeof t == "function" ? t() : G(t);
|
|
22
|
+
}
|
|
23
|
+
const J = typeof window < "u" && typeof document < "u";
|
|
24
|
+
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
25
|
+
function O(t) {
|
|
26
|
+
var e;
|
|
27
|
+
const n = z(t);
|
|
28
|
+
return (e = n?.$el) != null ? e : n;
|
|
29
|
+
}
|
|
30
|
+
function g(t) {
|
|
31
|
+
return t ? t.flatMap((e) => e.type === k ? g(e.children) : [e]) : [];
|
|
32
|
+
}
|
|
33
|
+
function K(t, e) {
|
|
34
|
+
const n = h(t);
|
|
35
|
+
function o(r) {
|
|
36
|
+
return e[n.value][r] ?? n.value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
state: n,
|
|
40
|
+
dispatch: (r) => {
|
|
41
|
+
n.value = o(r);
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
const M = N({
|
|
46
|
+
name: "PrimitiveSlot",
|
|
47
|
+
inheritAttrs: !1,
|
|
48
|
+
setup(t, { attrs: e, slots: n }) {
|
|
49
|
+
return () => {
|
|
50
|
+
var o, r;
|
|
51
|
+
if (!n.default)
|
|
52
|
+
return null;
|
|
53
|
+
const a = g(n.default()), i = a.findIndex((p) => p.type !== P);
|
|
54
|
+
if (i === -1)
|
|
55
|
+
return a;
|
|
56
|
+
const l = a[i];
|
|
57
|
+
(o = l.props) == null || delete o.ref;
|
|
58
|
+
const s = l.props ? U(e, l.props) : e;
|
|
59
|
+
e.class && (r = l.props) != null && r.class && delete l.props.class;
|
|
60
|
+
const c = $(l, s);
|
|
61
|
+
for (const p in s)
|
|
62
|
+
p.startsWith("on") && (c.props || (c.props = {}), c.props[p] = s[p]);
|
|
63
|
+
return a.length === 1 ? c : (a[i] = c, a);
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
}), X = N({
|
|
67
|
+
name: "Primitive",
|
|
68
|
+
inheritAttrs: !1,
|
|
69
|
+
props: {
|
|
70
|
+
asChild: {
|
|
71
|
+
type: Boolean,
|
|
72
|
+
default: !1
|
|
73
|
+
},
|
|
74
|
+
as: {
|
|
75
|
+
type: [String, Object],
|
|
76
|
+
default: "div"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
setup(t, { attrs: e, slots: n }) {
|
|
80
|
+
const o = t.asChild ? "template" : t.as;
|
|
81
|
+
return typeof o == "string" && ["area", "img", "input"].includes(o) ? () => v(o, e) : o !== "template" ? () => v(t.as, e, { default: n.default }) : () => v(M, e, { default: n.default });
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
function T() {
|
|
85
|
+
const t = h(), e = I(() => {
|
|
86
|
+
var n, o;
|
|
87
|
+
return ["#text", "#comment"].includes((n = t.value) == null ? void 0 : n.$el.nodeName) ? (o = t.value) == null ? void 0 : o.$el.nextElementSibling : O(t);
|
|
88
|
+
});
|
|
89
|
+
return {
|
|
90
|
+
primitiveElement: t,
|
|
91
|
+
currentElement: e
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
function Q(t, e) {
|
|
95
|
+
const n = h({}), o = h("none"), r = t.value ? "mounted" : "unmounted", { state: a, dispatch: i } = K(r, {
|
|
96
|
+
mounted: {
|
|
97
|
+
UNMOUNT: "unmounted",
|
|
98
|
+
ANIMATION_OUT: "unmountSuspended"
|
|
99
|
+
},
|
|
100
|
+
unmountSuspended: {
|
|
101
|
+
MOUNT: "mounted",
|
|
102
|
+
ANIMATION_END: "unmounted"
|
|
103
|
+
},
|
|
104
|
+
unmounted: {
|
|
105
|
+
MOUNT: "mounted"
|
|
106
|
+
}
|
|
107
|
+
}), l = (u) => {
|
|
108
|
+
var d;
|
|
109
|
+
if (J) {
|
|
110
|
+
const f = new CustomEvent(u, { bubbles: !1, cancelable: !1 });
|
|
111
|
+
(d = e.value) == null || d.dispatchEvent(f);
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
E(
|
|
115
|
+
t,
|
|
116
|
+
async (u, d) => {
|
|
117
|
+
var f;
|
|
118
|
+
const w = d !== u;
|
|
119
|
+
if (await R(), w) {
|
|
120
|
+
const x = o.value, S = y(e.value);
|
|
121
|
+
u ? (i("MOUNT"), l("enter"), S === "none" && l("after-enter")) : S === "none" || ((f = n.value) == null ? void 0 : f.display) === "none" ? (i("UNMOUNT"), l("leave"), l("after-leave")) : d && x !== S ? (i("ANIMATION_OUT"), l("leave")) : (i("UNMOUNT"), l("after-leave"));
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{ immediate: !0 }
|
|
125
|
+
);
|
|
126
|
+
const s = (u) => {
|
|
127
|
+
const d = y(e.value), f = d.includes(
|
|
128
|
+
u.animationName
|
|
129
|
+
), w = a.value === "mounted" ? "enter" : "leave";
|
|
130
|
+
u.target === e.value && f && (l(`after-${w}`), i("ANIMATION_END")), u.target === e.value && d === "none" && i("ANIMATION_END");
|
|
131
|
+
}, c = (u) => {
|
|
132
|
+
u.target === e.value && (o.value = y(e.value));
|
|
133
|
+
}, p = E(
|
|
134
|
+
e,
|
|
135
|
+
(u, d) => {
|
|
136
|
+
u ? (n.value = getComputedStyle(u), u.addEventListener("animationstart", c), u.addEventListener("animationcancel", s), u.addEventListener("animationend", s)) : (i("ANIMATION_END"), d?.removeEventListener("animationstart", c), d?.removeEventListener("animationcancel", s), d?.removeEventListener("animationend", s));
|
|
137
|
+
},
|
|
138
|
+
{ immediate: !0 }
|
|
139
|
+
), m = E(a, () => {
|
|
140
|
+
const u = y(e.value);
|
|
141
|
+
o.value = a.value === "mounted" ? u : "none";
|
|
142
|
+
});
|
|
143
|
+
return B(() => {
|
|
144
|
+
p(), m();
|
|
145
|
+
}), {
|
|
146
|
+
isPresent: I(
|
|
147
|
+
() => ["mounted", "unmountSuspended"].includes(a.value)
|
|
148
|
+
)
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
function y(t) {
|
|
152
|
+
return t && getComputedStyle(t).animationName || "none";
|
|
153
|
+
}
|
|
154
|
+
N({
|
|
155
|
+
name: "Presence",
|
|
156
|
+
props: {
|
|
157
|
+
present: {
|
|
158
|
+
type: Boolean,
|
|
159
|
+
required: !0
|
|
160
|
+
},
|
|
161
|
+
forceMount: {
|
|
162
|
+
type: Boolean
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
slots: {},
|
|
166
|
+
setup(t, { slots: e, expose: n }) {
|
|
167
|
+
var o;
|
|
168
|
+
const { present: r, forceMount: a } = j(t), i = h(), { isPresent: l } = Q(r, i);
|
|
169
|
+
n({ present: l });
|
|
170
|
+
let s = e.default({ present: l });
|
|
171
|
+
s = g(s || []);
|
|
172
|
+
const c = A();
|
|
173
|
+
if (s && s?.length > 1) {
|
|
174
|
+
const p = (o = c?.parent) != null && o.type.name ? `<${c.parent.type.name} />` : "component";
|
|
175
|
+
throw new Error(
|
|
176
|
+
[
|
|
177
|
+
`Detected an invalid children for \`${p}\` for \`Presence\` component.`,
|
|
178
|
+
"",
|
|
179
|
+
"Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.",
|
|
180
|
+
"You can apply a few solutions:",
|
|
181
|
+
[
|
|
182
|
+
"Provide a single child element so that `presence` directive attach correctly.",
|
|
183
|
+
"Ensure the first child is an actual element instead of a raw text node or comment node."
|
|
184
|
+
].map((m) => ` - ${m}`).join(`
|
|
185
|
+
`)
|
|
186
|
+
].join(`
|
|
187
|
+
`)
|
|
188
|
+
);
|
|
189
|
+
}
|
|
190
|
+
return () => a.value || r.value || l.value ? v(e.default({ present: l })[0], {
|
|
191
|
+
ref: (p) => {
|
|
192
|
+
const m = O(p);
|
|
193
|
+
return typeof m?.hasAttribute > "u" || (m != null && m.hasAttribute("data-radix-popper-content-wrapper") ? i.value = m.firstElementChild : i.value = m), m;
|
|
194
|
+
}
|
|
195
|
+
}) : null;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
198
|
+
D({
|
|
199
|
+
layersRoot: /* @__PURE__ */ new Set(),
|
|
200
|
+
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
201
|
+
branches: /* @__PURE__ */ new Set()
|
|
202
|
+
});
|
|
203
|
+
q(() => h([]));
|
|
204
|
+
const [C, Z] = V("CollectionProvider");
|
|
205
|
+
N({
|
|
206
|
+
name: "CollectionSlot",
|
|
207
|
+
setup(t, { slots: e }) {
|
|
208
|
+
const n = C(), { primitiveElement: o, currentElement: r } = T();
|
|
209
|
+
return E(r, () => {
|
|
210
|
+
n.collectionRef.value = r.value;
|
|
211
|
+
}), () => v(M, { ref: o }, e);
|
|
212
|
+
}
|
|
213
|
+
});
|
|
214
|
+
N({
|
|
215
|
+
name: "CollectionItem",
|
|
216
|
+
setup(t, { slots: e, attrs: n }) {
|
|
217
|
+
const o = C(), { primitiveElement: r, currentElement: a } = T(), i = A();
|
|
218
|
+
return L((l) => {
|
|
219
|
+
var s;
|
|
220
|
+
if (a.value) {
|
|
221
|
+
const c = b(a.value);
|
|
222
|
+
o.itemMap.value.set(c, { ref: a.value, ...b(((s = i?.parent) == null ? void 0 : s.props) ?? {}) }), l(() => o.itemMap.value.delete(c));
|
|
223
|
+
}
|
|
224
|
+
}), () => v(M, { ...n, [o.attrName]: "", ref: r }, e);
|
|
225
|
+
}
|
|
226
|
+
});
|
|
227
|
+
function Y() {
|
|
228
|
+
if (typeof matchMedia == "function")
|
|
229
|
+
return matchMedia("(pointer:coarse)").matches ? "coarse" : "fine";
|
|
230
|
+
}
|
|
231
|
+
Y();
|
|
6
232
|
export {
|
|
7
|
-
|
|
233
|
+
X as Primitive,
|
|
234
|
+
M as Slot,
|
|
235
|
+
V as createContext,
|
|
236
|
+
K as useStateMachine
|
|
8
237
|
};
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})
|
|
2
|
-
* @license lucide-vue-next v0.395.0 - ISC
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the ISC license.
|
|
5
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const t=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();exports.toKebabCase=t;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunk-1483.cjs"),r=e.cva("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-bold ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-10 px-4 py-2",xs:"h-7 rounded px-2",sm:"h-9 rounded-md px-3",lg:"h-11 rounded-md px-8",icon:"h-10 w-10"}},defaultVariants:{variant:"default",size:"default"}});exports.buttonVariants=r;
|
|
@@ -1,10 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { cva as e } from "./chunk-1483.js";
|
|
2
|
+
const t = e(
|
|
3
|
+
"inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-bold ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
|
|
4
|
+
{
|
|
5
|
+
variants: {
|
|
6
|
+
variant: {
|
|
7
|
+
default: "bg-primary text-primary-foreground hover:bg-primary/90",
|
|
8
|
+
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
|
|
9
|
+
outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
|
|
10
|
+
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
11
|
+
ghost: "hover:bg-accent hover:text-accent-foreground",
|
|
12
|
+
link: "text-primary underline-offset-4 hover:underline"
|
|
13
|
+
},
|
|
14
|
+
size: {
|
|
15
|
+
default: "h-10 px-4 py-2",
|
|
16
|
+
xs: "h-7 rounded px-2",
|
|
17
|
+
sm: "h-9 rounded-md px-3",
|
|
18
|
+
lg: "h-11 rounded-md px-8",
|
|
19
|
+
icon: "h-10 w-10"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
defaultVariants: {
|
|
23
|
+
variant: "default",
|
|
24
|
+
size: "default"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
);
|
|
8
28
|
export {
|
|
9
|
-
|
|
29
|
+
t as buttonVariants
|
|
10
30
|
};
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
"use strict"
|
|
2
|
-
* @license lucide-vue-next v0.395.0 - ISC
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the ISC license.
|
|
5
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/var t={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};module.exports=t;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./chunk-1484.cjs"),t=require("./chunk-1485.cjs");function n(...e){return t.twMerge(r.clsx(e))}exports.cn=n;
|
|
@@ -1,20 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
var t = {
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
width: 24,
|
|
10
|
-
height: 24,
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
fill: "none",
|
|
13
|
-
stroke: "currentColor",
|
|
14
|
-
"stroke-width": 2,
|
|
15
|
-
"stroke-linecap": "round",
|
|
16
|
-
"stroke-linejoin": "round"
|
|
17
|
-
};
|
|
1
|
+
import { clsx as o } from "./chunk-1484.js";
|
|
2
|
+
import { twMerge as t } from "./chunk-1485.js";
|
|
3
|
+
function n(...r) {
|
|
4
|
+
return t(o(r));
|
|
5
|
+
}
|
|
18
6
|
export {
|
|
19
|
-
|
|
7
|
+
n as cn
|
|
20
8
|
};
|
package/dist/chunks/chunk-2.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),n=require("./chunk-
|
|
1
|
+
"use strict";const e=require("vue"),n=require("./chunk-1480.cjs"),r=require("./chunk-1481.cjs"),i=require("./chunk-1482.cjs"),l=e.defineComponent({__name:"LButtonTest",props:{variant:{default:"default"},size:{default:"default"},class:{default:""},asChild:{type:Boolean},as:{default:"button"}},setup(t){const a=t;return(s,u)=>(e.openBlock(),e.createBlock(e.unref(n.Primitive),{as:s.as,"as-child":s.asChild,class:e.normalizeClass(e.unref(i.cn)(e.unref(r.buttonVariants)({variant:s.variant,size:s.size}),a.class))},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},8,["as","as-child","class"]))}});module.exports=l;
|
package/dist/chunks/chunk-2.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as o, openBlock as r, createBlock as l, unref as t, normalizeClass as i, withCtx as n, renderSlot as f } from "vue";
|
|
2
|
-
import { Primitive as u } from "./chunk-
|
|
3
|
-
import { buttonVariants as d } from "./chunk-
|
|
4
|
-
import { cn as m } from "./chunk-
|
|
2
|
+
import { Primitive as u } from "./chunk-1480.js";
|
|
3
|
+
import { buttonVariants as d } from "./chunk-1481.js";
|
|
4
|
+
import { cn as m } from "./chunk-1482.js";
|
|
5
5
|
const z = /* @__PURE__ */ o({
|
|
6
6
|
__name: "LButtonTest",
|
|
7
7
|
props: {
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
darkMode: ["class"];
|
|
3
|
+
safelist: string[];
|
|
4
|
+
prefix: string;
|
|
5
|
+
purge: string[];
|
|
6
|
+
content: string[];
|
|
7
|
+
theme: {
|
|
8
|
+
colors: {
|
|
9
|
+
gray: {
|
|
10
|
+
DEFAULT: string;
|
|
11
|
+
10: string;
|
|
12
|
+
20: string;
|
|
13
|
+
30: string;
|
|
14
|
+
40: string;
|
|
15
|
+
50: string;
|
|
16
|
+
60: string;
|
|
17
|
+
70: string;
|
|
18
|
+
80: string;
|
|
19
|
+
90: string;
|
|
20
|
+
};
|
|
21
|
+
aqua: {
|
|
22
|
+
DEFAULT: string;
|
|
23
|
+
dark: string;
|
|
24
|
+
};
|
|
25
|
+
purple: {
|
|
26
|
+
DEFAULT: string;
|
|
27
|
+
dark: string;
|
|
28
|
+
};
|
|
29
|
+
salmon: {
|
|
30
|
+
DEFAULT: string;
|
|
31
|
+
dark: string;
|
|
32
|
+
};
|
|
33
|
+
yellow: {
|
|
34
|
+
DEFAULT: string;
|
|
35
|
+
Dark: string;
|
|
36
|
+
};
|
|
37
|
+
lead: {
|
|
38
|
+
DEFAULT: string;
|
|
39
|
+
light: string;
|
|
40
|
+
};
|
|
41
|
+
white: string;
|
|
42
|
+
red: string;
|
|
43
|
+
green: string;
|
|
44
|
+
link: string;
|
|
45
|
+
success: string;
|
|
46
|
+
warning: string;
|
|
47
|
+
danger: string;
|
|
48
|
+
};
|
|
49
|
+
container: {
|
|
50
|
+
center: true;
|
|
51
|
+
padding: string;
|
|
52
|
+
screens: {
|
|
53
|
+
"2xl": string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
extend: {
|
|
57
|
+
colors: {
|
|
58
|
+
border: string;
|
|
59
|
+
input: string;
|
|
60
|
+
ring: string;
|
|
61
|
+
background: string;
|
|
62
|
+
foreground: string;
|
|
63
|
+
primary: {
|
|
64
|
+
DEFAULT: string;
|
|
65
|
+
foreground: string;
|
|
66
|
+
};
|
|
67
|
+
secondary: {
|
|
68
|
+
DEFAULT: string;
|
|
69
|
+
foreground: string;
|
|
70
|
+
};
|
|
71
|
+
destructive: {
|
|
72
|
+
DEFAULT: string;
|
|
73
|
+
foreground: string;
|
|
74
|
+
};
|
|
75
|
+
muted: {
|
|
76
|
+
DEFAULT: string;
|
|
77
|
+
foreground: string;
|
|
78
|
+
};
|
|
79
|
+
accent: {
|
|
80
|
+
DEFAULT: string;
|
|
81
|
+
foreground: string;
|
|
82
|
+
};
|
|
83
|
+
popover: {
|
|
84
|
+
DEFAULT: string;
|
|
85
|
+
foreground: string;
|
|
86
|
+
};
|
|
87
|
+
card: {
|
|
88
|
+
DEFAULT: string;
|
|
89
|
+
foreground: string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
borderRadius: {
|
|
93
|
+
xl: string;
|
|
94
|
+
lg: string;
|
|
95
|
+
md: string;
|
|
96
|
+
sm: string;
|
|
97
|
+
};
|
|
98
|
+
keyframes: {
|
|
99
|
+
"accordion-down": {
|
|
100
|
+
from: {
|
|
101
|
+
height: string;
|
|
102
|
+
};
|
|
103
|
+
to: {
|
|
104
|
+
height: string;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
"accordion-up": {
|
|
108
|
+
from: {
|
|
109
|
+
height: string;
|
|
110
|
+
};
|
|
111
|
+
to: {
|
|
112
|
+
height: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
"collapsible-down": {
|
|
116
|
+
from: {
|
|
117
|
+
height: string;
|
|
118
|
+
};
|
|
119
|
+
to: {
|
|
120
|
+
height: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
"collapsible-up": {
|
|
124
|
+
from: {
|
|
125
|
+
height: string;
|
|
126
|
+
};
|
|
127
|
+
to: {
|
|
128
|
+
height: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
export default _default;
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap";*{font-family:Nunito,sans-serif}h1,.h1,.l-h1{font-size:36px;font-family:Nunito,sans-serif;font-weight:700;line-height:110%;margin:0}h2,.h2,.l-h2{font-size:28px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}h3,.h3,.l-h3{font-size:20px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}h4,.h4,.l-h4{font-size:18px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}h5,.h5,.l-h5{font-size:16px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}h6,.h6,.l-h6{font-size:14px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}.text-overline,.l-text-overline{font-size:12px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:400;line-height:120%}.text-link,.l-text-link{font-size:14px;font-family:Nunito,sans-serif;font-weight:600;line-height:120%}.text-extra-large,.l-text-extra-large{font-size:24px;line-height:140%}.text-large,.l-text-large{font-size:20px;line-height:140%}.text-medium,.l-text-medium{font-size:18px;line-height:140%}.text-regular,.l-text-regular{font-size:16px;line-height:140%}.text-small,.l-text-small{font-size:14px;line-height:140%}.text-subtitle,.l-text-subtitle{font-size:12px;line-height:140%}.l-text-left{text-align:left!important}.l-text-right{text-align:right!important}.l-text-center{text-align:center!important}.semibold,.l-semibold{font-weight:600}.bold,.l-bold{font-weight:700}.l-ellipsis,.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ellipsis-1,.l-ellipsis-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.ellipsis-2,.l-ellipsis-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--ring: 222.2 84% 4.9%;--radius: .5rem}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--ring: 212.7 26.8% 83.9%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.inline-flex{display:inline-flex}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.w-10{width:2.5rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.items-center{align-items:center}.justify-center{justify-content:center}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-input{border-color:hsl(var(--input))}.bg-background{background-color:hsl(var(--background))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.underline-offset-4{text-underline-offset:4px}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.aqua{background-color:#00b8ad!important}.aqua-outline{border-color:#00b8ad!important}.aqua--text{color:#00b8ad!important}.color-aqua{color:#00b8ad}.bg-color-aqua{background-color:#00b8ad}:root{--aqua: #00b8ad;--color-aqua: #00b8ad;--color-aqua-rgb: 0,184,173;--color-aqua-op: rgba(0,184,173, .12)}.aqua-dark{background-color:#00a69c!important}.aqua-dark-outline{border-color:#00a69c!important}.aqua-dark--text{color:#00a69c!important}.color-aqua-dark{color:#00a69c}.bg-color-aqua-dark{background-color:#00a69c}:root{--aqua-dark: #00a69c;--color-aqua-dark: #00a69c;--color-aqua-dark-rgb: 0,166,156;--color-aqua-dark-op: rgba(0,166,156, .12)}.aqua-light{background-color:#00b8ad1a!important}.aqua-light-outline{border-color:#00b8ad1a!important}.aqua-light--text{color:#00b8ad1a!important}.color-aqua-light{color:#00b8ad1a}.bg-color-aqua-light{background-color:#00b8ad1a}:root{--aqua-light: rgba(0, 184, 173, .1);--color-aqua-light: rgba(0, 184, 173, .1);--color-aqua-light-rgb: 0,184,173;--color-aqua-light-op: rgba(0,184,173, .12)}.purple{background-color:#5451d6!important}.purple-outline{border-color:#5451d6!important}.purple--text{color:#5451d6!important}.color-purple{color:#5451d6}.bg-color-purple{background-color:#5451d6}:root{--purple: #5451d6;--color-purple: #5451d6;--color-purple-rgb: 84,81,214;--color-purple-op: rgba(84,81,214, .12)}.purple-dark{background-color:#4644b5!important}.purple-dark-outline{border-color:#4644b5!important}.purple-dark--text{color:#4644b5!important}.color-purple-dark{color:#4644b5}.bg-color-purple-dark{background-color:#4644b5}:root{--purple-dark: #4644b5;--color-purple-dark: #4644b5;--color-purple-dark-rgb: 70,68,181;--color-purple-dark-op: rgba(70,68,181, .12)}.salmon{background-color:#f97777!important}.salmon-outline{border-color:#f97777!important}.salmon--text{color:#f97777!important}.color-salmon{color:#f97777}.bg-color-salmon{background-color:#f97777}:root{--salmon: #f97777;--color-salmon: #f97777;--color-salmon-rgb: 249,119,119;--color-salmon-op: rgba(249,119,119, .12)}.salmon-dark{background-color:#e86161!important}.salmon-dark-outline{border-color:#e86161!important}.salmon-dark--text{color:#e86161!important}.color-salmon-dark{color:#e86161}.bg-color-salmon-dark{background-color:#e86161}:root{--salmon-dark: #e86161;--color-salmon-dark: #e86161;--color-salmon-dark-rgb: 232,97,97;--color-salmon-dark-op: rgba(232,97,97, .12)}.yellow{background-color:#ffca65!important}.yellow-outline{border-color:#ffca65!important}.yellow--text{color:#ffca65!important}.color-yellow{color:#ffca65}.bg-color-yellow{background-color:#ffca65}:root{--yellow: #ffca65;--color-yellow: #ffca65;--color-yellow-rgb: 255,202,101;--color-yellow-op: rgba(255,202,101, .12)}.yellow-dark{background-color:#f5b845!important}.yellow-dark-outline{border-color:#f5b845!important}.yellow-dark--text{color:#f5b845!important}.color-yellow-dark{color:#f5b845}.bg-color-yellow-dark{background-color:#f5b845}:root{--yellow-dark: #f5b845;--color-yellow-dark: #f5b845;--color-yellow-dark-rgb: 245,184,69;--color-yellow-dark-op: rgba(245,184,69, .12)}.lead{background-color:#232b34!important}.lead-outline{border-color:#232b34!important}.lead--text{color:#232b34!important}.color-lead{color:#232b34}.bg-color-lead{background-color:#232b34}:root{--lead: #232b34;--color-lead: #232b34;--color-lead-rgb: 35,43,52;--color-lead-op: rgba(35,43,52, .12)}.lead-light{background-color:#434e5b!important}.lead-light-outline{border-color:#434e5b!important}.lead-light--text{color:#434e5b!important}.color-lead-light{color:#434e5b}.bg-color-lead-light{background-color:#434e5b}:root{--lead-light: #434e5b;--color-lead-light: #434e5b;--color-lead-light-rgb: 67,78,91;--color-lead-light-op: rgba(67,78,91, .12)}.white{background-color:#fff!important}.white-outline{border-color:#fff!important}.white--text{color:#fff!important}.color-white{color:#fff}.bg-color-white{background-color:#fff}:root{--white: #ffffff;--color-white: #ffffff;--color-white-rgb: 255,255,255;--color-white-op: rgba(255,255,255, .12)}.red{background-color:#ed6b4f!important}.red-outline{border-color:#ed6b4f!important}.red--text{color:#ed6b4f!important}.color-red{color:#ed6b4f}.bg-color-red{background-color:#ed6b4f}:root{--red: #ed6b4f;--color-red: #ed6b4f;--color-red-rgb: 237,107,79;--color-red-op: rgba(237,107,79, .12)}.green{background-color:#30b565!important}.green-outline{border-color:#30b565!important}.green--text{color:#30b565!important}.color-green{color:#30b565}.bg-color-green{background-color:#30b565}:root{--green: #30b565;--color-green: #30b565;--color-green-rgb: 48,181,101;--color-green-op: rgba(48,181,101, .12)}.link{background-color:#2f8af5!important}.link-outline{border-color:#2f8af5!important}.link--text{color:#2f8af5!important}.color-link{color:#2f8af5}.bg-color-link{background-color:#2f8af5}:root{--link: #2f8af5;--color-link: #2f8af5;--color-link-rgb: 47,138,245;--color-link-op: rgba(47,138,245, .12)}.link-light{background-color:#2f8af51a!important}.link-light-outline{border-color:#2f8af51a!important}.link-light--text{color:#2f8af51a!important}.color-link-light{color:#2f8af51a}.bg-color-link-light{background-color:#2f8af51a}:root{--link-light: rgba(47, 138, 245, .1);--color-link-light: rgba(47, 138, 245, .1);--color-link-light-rgb: 47,138,245;--color-link-light-op: rgba(47,138,245, .12)}.success{background-color:#30b565!important}.success-outline{border-color:#30b565!important}.success--text{color:#30b565!important}.color-success{color:#30b565}.bg-color-success{background-color:#30b565}:root{--success: #30b565;--color-success: #30b565;--color-success-rgb: 48,181,101;--color-success-op: rgba(48,181,101, .12)}.success-light{background-color:#30b5651a!important}.success-light-outline{border-color:#30b5651a!important}.success-light--text{color:#30b5651a!important}.color-success-light{color:#30b5651a}.bg-color-success-light{background-color:#30b5651a}:root{--success-light: rgba(48, 181, 101, .1);--color-success-light: rgba(48, 181, 101, .1);--color-success-light-rgb: 48,181,101;--color-success-light-op: rgba(48,181,101, .12)}.warning{background-color:#f0af09!important}.warning-outline{border-color:#f0af09!important}.warning--text{color:#f0af09!important}.color-warning{color:#f0af09}.bg-color-warning{background-color:#f0af09}:root{--warning: #f0af09;--color-warning: #f0af09;--color-warning-rgb: 240,175,9;--color-warning-op: rgba(240,175,9, .12)}.warning-light{background-color:#f0af091f!important}.warning-light-outline{border-color:#f0af091f!important}.warning-light--text{color:#f0af091f!important}.color-warning-light{color:#f0af091f}.bg-color-warning-light{background-color:#f0af091f}:root{--warning-light: rgba(240, 175, 9, .12);--color-warning-light: rgba(240, 175, 9, .12);--color-warning-light-rgb: 240,175,9;--color-warning-light-op: rgba(240,175,9, .12)}.danger{background-color:#ed6b4f!important}.danger-outline{border-color:#ed6b4f!important}.danger--text{color:#ed6b4f!important}.color-danger{color:#ed6b4f}.bg-color-danger{background-color:#ed6b4f}:root{--danger: #ed6b4f;--color-danger: #ed6b4f;--color-danger-rgb: 237,107,79;--color-danger-op: rgba(237,107,79, .12)}.danger-light{background-color:#ed6b4f1a!important}.danger-light-outline{border-color:#ed6b4f1a!important}.danger-light--text{color:#ed6b4f1a!important}.color-danger-light{color:#ed6b4f1a}.bg-color-danger-light{background-color:#ed6b4f1a}:root{--danger-light: rgba(237, 107, 79, .1);--color-danger-light: rgba(237, 107, 79, .1);--color-danger-light-rgb: 237,107,79;--color-danger-light-op: rgba(237,107,79, .12)}.gray{background-color:gray!important}.gray-outline{border-color:gray!important}.gray--text{color:gray!important}.color-gray{color:gray}.bg-color-gray{background-color:gray}:root{--gray: #808080;--color-gray: #808080;--color-gray-rgb: 128,128,128;--color-gray-op: rgba(128,128,128, .12)}.gray-10{background-color:#f4f6f8!important}.gray-10-outline{border-color:#f4f6f8!important}.gray-10--text{color:#f4f6f8!important}.color-gray-10{color:#f4f6f8}.bg-color-gray-10{background-color:#f4f6f8}:root{--gray-10: #f4f6f8;--color-gray-10: #f4f6f8;--color-gray-10-rgb: 244,246,248;--color-gray-10-op: rgba(244,246,248, .12)}.gray-20{background-color:#eef1f5!important}.gray-20-outline{border-color:#eef1f5!important}.gray-20--text{color:#eef1f5!important}.color-gray-20{color:#eef1f5}.bg-color-gray-20{background-color:#eef1f5}:root{--gray-20: #eef1f5;--color-gray-20: #eef1f5;--color-gray-20-rgb: 238,241,245;--color-gray-20-op: rgba(238,241,245, .12)}.gray-30{background-color:#e8ecef!important}.gray-30-outline{border-color:#e8ecef!important}.gray-30--text{color:#e8ecef!important}.color-gray-30{color:#e8ecef}.bg-color-gray-30{background-color:#e8ecef}:root{--gray-30: #e8ecef;--color-gray-30: #e8ecef;--color-gray-30-rgb: 232,236,239;--color-gray-30-op: rgba(232,236,239, .12)}.gray-40{background-color:#d7dee3!important}.gray-40-outline{border-color:#d7dee3!important}.gray-40--text{color:#d7dee3!important}.color-gray-40{color:#d7dee3}.bg-color-gray-40{background-color:#d7dee3}:root{--gray-40: #d7dee3;--color-gray-40: #d7dee3;--color-gray-40-rgb: 215,222,227;--color-gray-40-op: rgba(215,222,227, .12)}.gray-50{background-color:#c8d0d8!important}.gray-50-outline{border-color:#c8d0d8!important}.gray-50--text{color:#c8d0d8!important}.color-gray-50{color:#c8d0d8}.bg-color-gray-50{background-color:#c8d0d8}:root{--gray-50: #c8d0d8;--color-gray-50: #c8d0d8;--color-gray-50-rgb: 200,208,216;--color-gray-50-op: rgba(200,208,216, .12)}.gray-60{background-color:#a3b1bf!important}.gray-60-outline{border-color:#a3b1bf!important}.gray-60--text{color:#a3b1bf!important}.color-gray-60{color:#a3b1bf}.bg-color-gray-60{background-color:#a3b1bf}:root{--gray-60: #a3b1bf;--color-gray-60: #a3b1bf;--color-gray-60-rgb: 163,177,191;--color-gray-60-op: rgba(163,177,191, .12)}.gray-70{background-color:#748494!important}.gray-70-outline{border-color:#748494!important}.gray-70--text{color:#748494!important}.color-gray-70{color:#748494}.bg-color-gray-70{background-color:#748494}:root{--gray-70: #748494;--color-gray-70: #748494;--color-gray-70-rgb: 116,132,148;--color-gray-70-op: rgba(116,132,148, .12)}.gray-80{background-color:#405261!important}.gray-80-outline{border-color:#405261!important}.gray-80--text{color:#405261!important}.color-gray-80{color:#405261}.bg-color-gray-80{background-color:#405261}:root{--gray-80: #405261;--color-gray-80: #405261;--color-gray-80-rgb: 64,82,97;--color-gray-80-op: rgba(64,82,97, .12)}.gray-90{background-color:#1d2b36!important}.gray-90-outline{border-color:#1d2b36!important}.gray-90--text{color:#1d2b36!important}.color-gray-90{color:#1d2b36}.bg-color-gray-90{background-color:#1d2b36}:root{--gray-90: #1d2b36;--color-gray-90: #1d2b36;--color-gray-90-rgb: 29,43,54;--color-gray-90-op: rgba(29,43,54, .12)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap";*{font-family:Nunito,sans-serif}h1,.h1,.l-h1{font-size:36px;font-family:Nunito,sans-serif;font-weight:700;line-height:110%;margin:0}h2,.h2,.l-h2{font-size:28px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}h3,.h3,.l-h3{font-size:20px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}h4,.h4,.l-h4{font-size:18px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}h5,.h5,.l-h5{font-size:16px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}h6,.h6,.l-h6{font-size:14px;font-family:Nunito,sans-serif;font-weight:700;line-height:120%;margin:0}.text-overline,.l-text-overline{font-size:12px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:400;line-height:120%}.text-link,.l-text-link{font-size:14px;font-family:Nunito,sans-serif;font-weight:600;line-height:120%}.text-extra-large,.l-text-extra-large{font-size:24px;line-height:140%}.text-large,.l-text-large{font-size:20px;line-height:140%}.text-medium,.l-text-medium{font-size:18px;line-height:140%}.text-regular,.l-text-regular{font-size:16px;line-height:140%}.text-small,.l-text-small{font-size:14px;line-height:140%}.text-subtitle,.l-text-subtitle{font-size:12px;line-height:140%}.l-text-left{text-align:left!important}.l-text-right{text-align:right!important}.l-text-center{text-align:center!important}.semibold,.l-semibold{font-weight:600}.bold,.l-bold{font-weight:700}.l-ellipsis,.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ellipsis-1,.l-ellipsis-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.ellipsis-2,.l-ellipsis-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--ring: 222.2 84% 4.9%;--radius: .5rem}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--ring: 212.7 26.8% 83.9%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.inline-flex{display:inline-flex}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.w-10{width:2.5rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.items-center{align-items:center}.justify-center{justify-content:center}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-input{border-color:hsl(var(--input))}.bg-background{background-color:hsl(var(--background))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.underline-offset-4{text-underline-offset:4px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.aqua{background-color:#00b8ad!important}.aqua-outline{border-color:#00b8ad!important}.aqua--text{color:#00b8ad!important}.color-aqua{color:#00b8ad}.bg-color-aqua{background-color:#00b8ad}:root{--aqua: #00b8ad;--color-aqua: #00b8ad;--color-aqua-rgb: 0,184,173;--color-aqua-op: rgba(0,184,173, .12)}.aqua-dark{background-color:#00a69c!important}.aqua-dark-outline{border-color:#00a69c!important}.aqua-dark--text{color:#00a69c!important}.color-aqua-dark{color:#00a69c}.bg-color-aqua-dark{background-color:#00a69c}:root{--aqua-dark: #00a69c;--color-aqua-dark: #00a69c;--color-aqua-dark-rgb: 0,166,156;--color-aqua-dark-op: rgba(0,166,156, .12)}.aqua-light{background-color:#00b8ad1a!important}.aqua-light-outline{border-color:#00b8ad1a!important}.aqua-light--text{color:#00b8ad1a!important}.color-aqua-light{color:#00b8ad1a}.bg-color-aqua-light{background-color:#00b8ad1a}:root{--aqua-light: rgba(0, 184, 173, .1);--color-aqua-light: rgba(0, 184, 173, .1);--color-aqua-light-rgb: 0,184,173;--color-aqua-light-op: rgba(0,184,173, .12)}.purple{background-color:#5451d6!important}.purple-outline{border-color:#5451d6!important}.purple--text{color:#5451d6!important}.color-purple{color:#5451d6}.bg-color-purple{background-color:#5451d6}:root{--purple: #5451d6;--color-purple: #5451d6;--color-purple-rgb: 84,81,214;--color-purple-op: rgba(84,81,214, .12)}.purple-dark{background-color:#4644b5!important}.purple-dark-outline{border-color:#4644b5!important}.purple-dark--text{color:#4644b5!important}.color-purple-dark{color:#4644b5}.bg-color-purple-dark{background-color:#4644b5}:root{--purple-dark: #4644b5;--color-purple-dark: #4644b5;--color-purple-dark-rgb: 70,68,181;--color-purple-dark-op: rgba(70,68,181, .12)}.salmon{background-color:#f97777!important}.salmon-outline{border-color:#f97777!important}.salmon--text{color:#f97777!important}.color-salmon{color:#f97777}.bg-color-salmon{background-color:#f97777}:root{--salmon: #f97777;--color-salmon: #f97777;--color-salmon-rgb: 249,119,119;--color-salmon-op: rgba(249,119,119, .12)}.salmon-dark{background-color:#e86161!important}.salmon-dark-outline{border-color:#e86161!important}.salmon-dark--text{color:#e86161!important}.color-salmon-dark{color:#e86161}.bg-color-salmon-dark{background-color:#e86161}:root{--salmon-dark: #e86161;--color-salmon-dark: #e86161;--color-salmon-dark-rgb: 232,97,97;--color-salmon-dark-op: rgba(232,97,97, .12)}.yellow{background-color:#ffca65!important}.yellow-outline{border-color:#ffca65!important}.yellow--text{color:#ffca65!important}.color-yellow{color:#ffca65}.bg-color-yellow{background-color:#ffca65}:root{--yellow: #ffca65;--color-yellow: #ffca65;--color-yellow-rgb: 255,202,101;--color-yellow-op: rgba(255,202,101, .12)}.yellow-dark{background-color:#f5b845!important}.yellow-dark-outline{border-color:#f5b845!important}.yellow-dark--text{color:#f5b845!important}.color-yellow-dark{color:#f5b845}.bg-color-yellow-dark{background-color:#f5b845}:root{--yellow-dark: #f5b845;--color-yellow-dark: #f5b845;--color-yellow-dark-rgb: 245,184,69;--color-yellow-dark-op: rgba(245,184,69, .12)}.lead{background-color:#232b34!important}.lead-outline{border-color:#232b34!important}.lead--text{color:#232b34!important}.color-lead{color:#232b34}.bg-color-lead{background-color:#232b34}:root{--lead: #232b34;--color-lead: #232b34;--color-lead-rgb: 35,43,52;--color-lead-op: rgba(35,43,52, .12)}.lead-light{background-color:#434e5b!important}.lead-light-outline{border-color:#434e5b!important}.lead-light--text{color:#434e5b!important}.color-lead-light{color:#434e5b}.bg-color-lead-light{background-color:#434e5b}:root{--lead-light: #434e5b;--color-lead-light: #434e5b;--color-lead-light-rgb: 67,78,91;--color-lead-light-op: rgba(67,78,91, .12)}.white{background-color:#fff!important}.white-outline{border-color:#fff!important}.white--text{color:#fff!important}.color-white{color:#fff}.bg-color-white{background-color:#fff}:root{--white: #ffffff;--color-white: #ffffff;--color-white-rgb: 255,255,255;--color-white-op: rgba(255,255,255, .12)}.red{background-color:#ed6b4f!important}.red-outline{border-color:#ed6b4f!important}.red--text{color:#ed6b4f!important}.color-red{color:#ed6b4f}.bg-color-red{background-color:#ed6b4f}:root{--red: #ed6b4f;--color-red: #ed6b4f;--color-red-rgb: 237,107,79;--color-red-op: rgba(237,107,79, .12)}.green{background-color:#30b565!important}.green-outline{border-color:#30b565!important}.green--text{color:#30b565!important}.color-green{color:#30b565}.bg-color-green{background-color:#30b565}:root{--green: #30b565;--color-green: #30b565;--color-green-rgb: 48,181,101;--color-green-op: rgba(48,181,101, .12)}.link{background-color:#2f8af5!important}.link-outline{border-color:#2f8af5!important}.link--text{color:#2f8af5!important}.color-link{color:#2f8af5}.bg-color-link{background-color:#2f8af5}:root{--link: #2f8af5;--color-link: #2f8af5;--color-link-rgb: 47,138,245;--color-link-op: rgba(47,138,245, .12)}.link-light{background-color:#2f8af51a!important}.link-light-outline{border-color:#2f8af51a!important}.link-light--text{color:#2f8af51a!important}.color-link-light{color:#2f8af51a}.bg-color-link-light{background-color:#2f8af51a}:root{--link-light: rgba(47, 138, 245, .1);--color-link-light: rgba(47, 138, 245, .1);--color-link-light-rgb: 47,138,245;--color-link-light-op: rgba(47,138,245, .12)}.success{background-color:#30b565!important}.success-outline{border-color:#30b565!important}.success--text{color:#30b565!important}.color-success{color:#30b565}.bg-color-success{background-color:#30b565}:root{--success: #30b565;--color-success: #30b565;--color-success-rgb: 48,181,101;--color-success-op: rgba(48,181,101, .12)}.success-light{background-color:#30b5651a!important}.success-light-outline{border-color:#30b5651a!important}.success-light--text{color:#30b5651a!important}.color-success-light{color:#30b5651a}.bg-color-success-light{background-color:#30b5651a}:root{--success-light: rgba(48, 181, 101, .1);--color-success-light: rgba(48, 181, 101, .1);--color-success-light-rgb: 48,181,101;--color-success-light-op: rgba(48,181,101, .12)}.warning{background-color:#f0af09!important}.warning-outline{border-color:#f0af09!important}.warning--text{color:#f0af09!important}.color-warning{color:#f0af09}.bg-color-warning{background-color:#f0af09}:root{--warning: #f0af09;--color-warning: #f0af09;--color-warning-rgb: 240,175,9;--color-warning-op: rgba(240,175,9, .12)}.warning-light{background-color:#f0af091f!important}.warning-light-outline{border-color:#f0af091f!important}.warning-light--text{color:#f0af091f!important}.color-warning-light{color:#f0af091f}.bg-color-warning-light{background-color:#f0af091f}:root{--warning-light: rgba(240, 175, 9, .12);--color-warning-light: rgba(240, 175, 9, .12);--color-warning-light-rgb: 240,175,9;--color-warning-light-op: rgba(240,175,9, .12)}.danger{background-color:#ed6b4f!important}.danger-outline{border-color:#ed6b4f!important}.danger--text{color:#ed6b4f!important}.color-danger{color:#ed6b4f}.bg-color-danger{background-color:#ed6b4f}:root{--danger: #ed6b4f;--color-danger: #ed6b4f;--color-danger-rgb: 237,107,79;--color-danger-op: rgba(237,107,79, .12)}.danger-light{background-color:#ed6b4f1a!important}.danger-light-outline{border-color:#ed6b4f1a!important}.danger-light--text{color:#ed6b4f1a!important}.color-danger-light{color:#ed6b4f1a}.bg-color-danger-light{background-color:#ed6b4f1a}:root{--danger-light: rgba(237, 107, 79, .1);--color-danger-light: rgba(237, 107, 79, .1);--color-danger-light-rgb: 237,107,79;--color-danger-light-op: rgba(237,107,79, .12)}.gray{background-color:gray!important}.gray-outline{border-color:gray!important}.gray--text{color:gray!important}.color-gray{color:gray}.bg-color-gray{background-color:gray}:root{--gray: #808080;--color-gray: #808080;--color-gray-rgb: 128,128,128;--color-gray-op: rgba(128,128,128, .12)}.gray-10{background-color:#f4f6f8!important}.gray-10-outline{border-color:#f4f6f8!important}.gray-10--text{color:#f4f6f8!important}.color-gray-10{color:#f4f6f8}.bg-color-gray-10{background-color:#f4f6f8}:root{--gray-10: #f4f6f8;--color-gray-10: #f4f6f8;--color-gray-10-rgb: 244,246,248;--color-gray-10-op: rgba(244,246,248, .12)}.gray-20{background-color:#eef1f5!important}.gray-20-outline{border-color:#eef1f5!important}.gray-20--text{color:#eef1f5!important}.color-gray-20{color:#eef1f5}.bg-color-gray-20{background-color:#eef1f5}:root{--gray-20: #eef1f5;--color-gray-20: #eef1f5;--color-gray-20-rgb: 238,241,245;--color-gray-20-op: rgba(238,241,245, .12)}.gray-30{background-color:#e8ecef!important}.gray-30-outline{border-color:#e8ecef!important}.gray-30--text{color:#e8ecef!important}.color-gray-30{color:#e8ecef}.bg-color-gray-30{background-color:#e8ecef}:root{--gray-30: #e8ecef;--color-gray-30: #e8ecef;--color-gray-30-rgb: 232,236,239;--color-gray-30-op: rgba(232,236,239, .12)}.gray-40{background-color:#d7dee3!important}.gray-40-outline{border-color:#d7dee3!important}.gray-40--text{color:#d7dee3!important}.color-gray-40{color:#d7dee3}.bg-color-gray-40{background-color:#d7dee3}:root{--gray-40: #d7dee3;--color-gray-40: #d7dee3;--color-gray-40-rgb: 215,222,227;--color-gray-40-op: rgba(215,222,227, .12)}.gray-50{background-color:#c8d0d8!important}.gray-50-outline{border-color:#c8d0d8!important}.gray-50--text{color:#c8d0d8!important}.color-gray-50{color:#c8d0d8}.bg-color-gray-50{background-color:#c8d0d8}:root{--gray-50: #c8d0d8;--color-gray-50: #c8d0d8;--color-gray-50-rgb: 200,208,216;--color-gray-50-op: rgba(200,208,216, .12)}.gray-60{background-color:#a3b1bf!important}.gray-60-outline{border-color:#a3b1bf!important}.gray-60--text{color:#a3b1bf!important}.color-gray-60{color:#a3b1bf}.bg-color-gray-60{background-color:#a3b1bf}:root{--gray-60: #a3b1bf;--color-gray-60: #a3b1bf;--color-gray-60-rgb: 163,177,191;--color-gray-60-op: rgba(163,177,191, .12)}.gray-70{background-color:#748494!important}.gray-70-outline{border-color:#748494!important}.gray-70--text{color:#748494!important}.color-gray-70{color:#748494}.bg-color-gray-70{background-color:#748494}:root{--gray-70: #748494;--color-gray-70: #748494;--color-gray-70-rgb: 116,132,148;--color-gray-70-op: rgba(116,132,148, .12)}.gray-80{background-color:#405261!important}.gray-80-outline{border-color:#405261!important}.gray-80--text{color:#405261!important}.color-gray-80{color:#405261}.bg-color-gray-80{background-color:#405261}:root{--gray-80: #405261;--color-gray-80: #405261;--color-gray-80-rgb: 64,82,97;--color-gray-80-op: rgba(64,82,97, .12)}.gray-90{background-color:#1d2b36!important}.gray-90-outline{border-color:#1d2b36!important}.gray-90--text{color:#1d2b36!important}.color-gray-90{color:#1d2b36}.bg-color-gray-90{background-color:#1d2b36}:root{--gray-90: #1d2b36;--color-gray-90: #1d2b36;--color-gray-90-rgb: 29,43,54;--color-gray-90-op: rgba(29,43,54, .12)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r={darkMode:["class"],safelist:["dark"],prefix:"",purge:["./index.html","./src/**/*.{html,vue,js,ts,jsx,tsx}"],content:["./src/**/*.{js,ts,jsx,tsx}"],theme:{colors:{gray:{DEFAULT:"#808080",10:"#f4f6f8",20:"#eef1f5",30:"#e8ecef",40:"#d7dee3",50:"#c8d0d8",60:"#a3b1bf",70:"#748494",80:"#405261",90:"#1d2b36"},aqua:{DEFAULT:"#00b8ad",dark:"#00a69c"},purple:{DEFAULT:"#5451d6",dark:"#4644b5"},salmon:{DEFAULT:"#f97777",dark:"#e86161"},yellow:{DEFAULT:"#ffca65",Dark:"#f5b845"},lead:{DEFAULT:"#232b34",light:"#434e5b"},white:"#ffffff",red:"#ed6b4f",green:"#30b565",link:"#2f8af5",success:"#30b565",warning:"#f0af09",danger:"#ed6b4f"},container:{center:!0,padding:"2rem",screens:{"2xl":"1400px"}},extend:{colors:{border:"hsl(var(--border))",input:"hsl(var(--input))",ring:"hsl(var(--ring))",background:"hsl(var(--background))",foreground:"hsl(var(--foreground))",primary:{DEFAULT:"hsl(var(--primary))",foreground:"hsl(var(--primary-foreground))"},secondary:{DEFAULT:"hsl(var(--secondary))",foreground:"hsl(var(--secondary-foreground))"},destructive:{DEFAULT:"hsl(var(--destructive))",foreground:"hsl(var(--destructive-foreground))"},muted:{DEFAULT:"hsl(var(--muted))",foreground:"hsl(var(--muted-foreground))"},accent:{DEFAULT:"hsl(var(--accent))",foreground:"hsl(var(--accent-foreground))"},popover:{DEFAULT:"hsl(var(--popover))",foreground:"hsl(var(--popover-foreground))"},card:{DEFAULT:"hsl(var(--card))",foreground:"hsl(var(--card-foreground))"}},borderRadius:{xl:"calc(var(--radius) + 4px)",lg:"var(--radius)",md:"calc(var(--radius) - 2px)",sm:"calc(var(--radius) - 4px)"},keyframes:{"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}},"collapsible-down":{from:{height:"0"},to:{height:"var(--radix-collapsible-content-height)"}},"collapsible-up":{from:{height:"var(--radix-collapsible-content-height)"},to:{height:"0"}}}}}};module.exports=r;
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
presets: {
|
|
3
|
+
darkMode: ["class"];
|
|
4
|
+
safelist: string[];
|
|
5
|
+
prefix: string;
|
|
6
|
+
purge: string[];
|
|
7
|
+
content: string[];
|
|
8
|
+
theme: {
|
|
9
|
+
colors: {
|
|
10
|
+
gray: {
|
|
11
|
+
DEFAULT: string;
|
|
12
|
+
10: string;
|
|
13
|
+
20: string;
|
|
14
|
+
30: string;
|
|
15
|
+
40: string;
|
|
16
|
+
50: string;
|
|
17
|
+
60: string;
|
|
18
|
+
70: string;
|
|
19
|
+
80: string;
|
|
20
|
+
90: string;
|
|
21
|
+
};
|
|
22
|
+
aqua: {
|
|
23
|
+
DEFAULT: string;
|
|
24
|
+
dark: string;
|
|
25
|
+
};
|
|
26
|
+
purple: {
|
|
27
|
+
DEFAULT: string;
|
|
28
|
+
dark: string;
|
|
29
|
+
};
|
|
30
|
+
salmon: {
|
|
31
|
+
DEFAULT: string;
|
|
32
|
+
dark: string;
|
|
33
|
+
};
|
|
34
|
+
yellow: {
|
|
35
|
+
DEFAULT: string;
|
|
36
|
+
Dark: string;
|
|
37
|
+
};
|
|
38
|
+
lead: {
|
|
39
|
+
DEFAULT: string;
|
|
40
|
+
light: string;
|
|
41
|
+
};
|
|
42
|
+
white: string;
|
|
43
|
+
red: string;
|
|
44
|
+
green: string;
|
|
45
|
+
link: string;
|
|
46
|
+
success: string;
|
|
47
|
+
warning: string;
|
|
48
|
+
danger: string;
|
|
49
|
+
};
|
|
50
|
+
container: {
|
|
51
|
+
center: true;
|
|
52
|
+
padding: string;
|
|
53
|
+
screens: {
|
|
54
|
+
"2xl": string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
extend: {
|
|
58
|
+
colors: {
|
|
59
|
+
border: string;
|
|
60
|
+
input: string;
|
|
61
|
+
ring: string;
|
|
62
|
+
background: string;
|
|
63
|
+
foreground: string;
|
|
64
|
+
primary: {
|
|
65
|
+
DEFAULT: string;
|
|
66
|
+
foreground: string;
|
|
67
|
+
};
|
|
68
|
+
secondary: {
|
|
69
|
+
DEFAULT: string;
|
|
70
|
+
foreground: string;
|
|
71
|
+
};
|
|
72
|
+
destructive: {
|
|
73
|
+
DEFAULT: string;
|
|
74
|
+
foreground: string;
|
|
75
|
+
};
|
|
76
|
+
muted: {
|
|
77
|
+
DEFAULT: string;
|
|
78
|
+
foreground: string;
|
|
79
|
+
};
|
|
80
|
+
accent: {
|
|
81
|
+
DEFAULT: string;
|
|
82
|
+
foreground: string;
|
|
83
|
+
};
|
|
84
|
+
popover: {
|
|
85
|
+
DEFAULT: string;
|
|
86
|
+
foreground: string;
|
|
87
|
+
};
|
|
88
|
+
card: {
|
|
89
|
+
DEFAULT: string;
|
|
90
|
+
foreground: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
borderRadius: {
|
|
94
|
+
xl: string;
|
|
95
|
+
lg: string;
|
|
96
|
+
md: string;
|
|
97
|
+
sm: string;
|
|
98
|
+
};
|
|
99
|
+
keyframes: {
|
|
100
|
+
"accordion-down": {
|
|
101
|
+
from: {
|
|
102
|
+
height: string;
|
|
103
|
+
};
|
|
104
|
+
to: {
|
|
105
|
+
height: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
"accordion-up": {
|
|
109
|
+
from: {
|
|
110
|
+
height: string;
|
|
111
|
+
};
|
|
112
|
+
to: {
|
|
113
|
+
height: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
"collapsible-down": {
|
|
117
|
+
from: {
|
|
118
|
+
height: string;
|
|
119
|
+
};
|
|
120
|
+
to: {
|
|
121
|
+
height: string;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
"collapsible-up": {
|
|
125
|
+
from: {
|
|
126
|
+
height: string;
|
|
127
|
+
};
|
|
128
|
+
to: {
|
|
129
|
+
height: string;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
}[];
|
|
136
|
+
theme: {
|
|
137
|
+
extend: {
|
|
138
|
+
animation: {
|
|
139
|
+
"accordion-down": string;
|
|
140
|
+
"accordion-up": string;
|
|
141
|
+
"collapsible-down": string;
|
|
142
|
+
"collapsible-up": string;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
plugins: {
|
|
147
|
+
handler: () => void;
|
|
148
|
+
}[];
|
|
149
|
+
};
|
|
150
|
+
export default _default;
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
const r = {
|
|
2
|
+
darkMode: ["class"],
|
|
3
|
+
safelist: ["dark"],
|
|
4
|
+
prefix: "",
|
|
5
|
+
purge: ["./index.html", "./src/**/*.{html,vue,js,ts,jsx,tsx}"],
|
|
6
|
+
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
|
7
|
+
theme: {
|
|
8
|
+
colors: {
|
|
9
|
+
gray: {
|
|
10
|
+
DEFAULT: "#808080",
|
|
11
|
+
10: "#f4f6f8",
|
|
12
|
+
20: "#eef1f5",
|
|
13
|
+
30: "#e8ecef",
|
|
14
|
+
40: "#d7dee3",
|
|
15
|
+
50: "#c8d0d8",
|
|
16
|
+
60: "#a3b1bf",
|
|
17
|
+
70: "#748494",
|
|
18
|
+
80: "#405261",
|
|
19
|
+
90: "#1d2b36"
|
|
20
|
+
},
|
|
21
|
+
aqua: {
|
|
22
|
+
DEFAULT: "#00b8ad",
|
|
23
|
+
dark: "#00a69c"
|
|
24
|
+
},
|
|
25
|
+
purple: {
|
|
26
|
+
DEFAULT: "#5451d6",
|
|
27
|
+
dark: "#4644b5"
|
|
28
|
+
},
|
|
29
|
+
salmon: {
|
|
30
|
+
DEFAULT: "#f97777",
|
|
31
|
+
dark: "#e86161"
|
|
32
|
+
},
|
|
33
|
+
yellow: {
|
|
34
|
+
DEFAULT: "#ffca65",
|
|
35
|
+
Dark: "#f5b845"
|
|
36
|
+
},
|
|
37
|
+
lead: {
|
|
38
|
+
DEFAULT: "#232b34",
|
|
39
|
+
light: "#434e5b"
|
|
40
|
+
},
|
|
41
|
+
white: "#ffffff",
|
|
42
|
+
red: "#ed6b4f",
|
|
43
|
+
green: "#30b565",
|
|
44
|
+
link: "#2f8af5",
|
|
45
|
+
success: "#30b565",
|
|
46
|
+
warning: "#f0af09",
|
|
47
|
+
danger: "#ed6b4f"
|
|
48
|
+
},
|
|
49
|
+
container: {
|
|
50
|
+
center: !0,
|
|
51
|
+
padding: "2rem",
|
|
52
|
+
screens: {
|
|
53
|
+
"2xl": "1400px"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
extend: {
|
|
57
|
+
colors: {
|
|
58
|
+
border: "hsl(var(--border))",
|
|
59
|
+
input: "hsl(var(--input))",
|
|
60
|
+
ring: "hsl(var(--ring))",
|
|
61
|
+
background: "hsl(var(--background))",
|
|
62
|
+
foreground: "hsl(var(--foreground))",
|
|
63
|
+
primary: {
|
|
64
|
+
DEFAULT: "hsl(var(--primary))",
|
|
65
|
+
foreground: "hsl(var(--primary-foreground))"
|
|
66
|
+
},
|
|
67
|
+
secondary: {
|
|
68
|
+
DEFAULT: "hsl(var(--secondary))",
|
|
69
|
+
foreground: "hsl(var(--secondary-foreground))"
|
|
70
|
+
},
|
|
71
|
+
destructive: {
|
|
72
|
+
DEFAULT: "hsl(var(--destructive))",
|
|
73
|
+
foreground: "hsl(var(--destructive-foreground))"
|
|
74
|
+
},
|
|
75
|
+
muted: {
|
|
76
|
+
DEFAULT: "hsl(var(--muted))",
|
|
77
|
+
foreground: "hsl(var(--muted-foreground))"
|
|
78
|
+
},
|
|
79
|
+
accent: {
|
|
80
|
+
DEFAULT: "hsl(var(--accent))",
|
|
81
|
+
foreground: "hsl(var(--accent-foreground))"
|
|
82
|
+
},
|
|
83
|
+
popover: {
|
|
84
|
+
DEFAULT: "hsl(var(--popover))",
|
|
85
|
+
foreground: "hsl(var(--popover-foreground))"
|
|
86
|
+
},
|
|
87
|
+
card: {
|
|
88
|
+
DEFAULT: "hsl(var(--card))",
|
|
89
|
+
foreground: "hsl(var(--card-foreground))"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
borderRadius: {
|
|
93
|
+
xl: "calc(var(--radius) + 4px)",
|
|
94
|
+
lg: "var(--radius)",
|
|
95
|
+
md: "calc(var(--radius) - 2px)",
|
|
96
|
+
sm: "calc(var(--radius) - 4px)"
|
|
97
|
+
},
|
|
98
|
+
keyframes: {
|
|
99
|
+
"accordion-down": {
|
|
100
|
+
from: { height: "0" },
|
|
101
|
+
to: { height: "var(--radix-accordion-content-height)" }
|
|
102
|
+
},
|
|
103
|
+
"accordion-up": {
|
|
104
|
+
from: { height: "var(--radix-accordion-content-height)" },
|
|
105
|
+
to: { height: "0" }
|
|
106
|
+
},
|
|
107
|
+
"collapsible-down": {
|
|
108
|
+
from: { height: "0" },
|
|
109
|
+
to: { height: "var(--radix-collapsible-content-height)" }
|
|
110
|
+
},
|
|
111
|
+
"collapsible-up": {
|
|
112
|
+
from: { height: "var(--radix-collapsible-content-height)" },
|
|
113
|
+
to: { height: "0" }
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
export {
|
|
120
|
+
r as default
|
|
121
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layers.digital/layers-design-system-vue3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@iconify/vue": "^4.1.1",
|
|
31
|
+
"lucide-vue-next": "^0.395.0",
|
|
31
32
|
"sass": "^1.77.5",
|
|
32
33
|
"vue": "^3.4.29"
|
|
33
34
|
},
|
|
@@ -54,7 +55,6 @@
|
|
|
54
55
|
"globals": "^15.4.0",
|
|
55
56
|
"husky": "^9.0.11",
|
|
56
57
|
"lint-staged": "^15.2.7",
|
|
57
|
-
"lucide-vue-next": "^0.395.0",
|
|
58
58
|
"prettier": "^3.3.2",
|
|
59
59
|
"radix-vue": "^1.8.3",
|
|
60
60
|
"storybook": "^8.1.9",
|