@arcadeai/design-system 0.7.2 → 0.7.3
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/index.css +1 -1
- package/dist/{check-CxcShTlQ.js → check-B5h1DvDs.js} +2 -2
- package/dist/{chevron-down-D_a-ccxi.js → chevron-down-DmZMdOiC.js} +2 -2
- package/dist/{chevron-right-DriXIqe5.js → chevron-right-BYYHEJjK.js} +2 -2
- package/dist/components/ui/atoms/accordion.js +70 -74
- package/dist/components/ui/atoms/alert.js +2 -2
- package/dist/components/ui/atoms/avatar.js +5 -5
- package/dist/components/ui/atoms/badge.js +3 -3
- package/dist/components/ui/atoms/breadcrumb.js +5 -5
- package/dist/components/ui/atoms/button.js +3 -3
- package/dist/components/ui/atoms/card.js +1 -1
- package/dist/components/ui/atoms/chart.js +2153 -2154
- package/dist/components/ui/atoms/collapsible.js +1 -1
- package/dist/components/ui/atoms/command.js +15 -15
- package/dist/components/ui/atoms/dialog.js +2 -2
- package/dist/components/ui/atoms/dropdown-menu.js +367 -384
- package/dist/components/ui/atoms/form.d.ts +1 -1
- package/dist/components/ui/atoms/form.js +182 -199
- package/dist/components/ui/atoms/hover-card.js +40 -41
- package/dist/components/ui/atoms/input.js +1 -1
- package/dist/components/ui/atoms/label.js +18 -19
- package/dist/components/ui/atoms/popover.js +107 -110
- package/dist/components/ui/atoms/progress.js +3 -3
- package/dist/components/ui/atoms/resizable.js +8 -8
- package/dist/components/ui/atoms/scroll-area.js +82 -84
- package/dist/components/ui/atoms/select.js +393 -407
- package/dist/components/ui/atoms/separator.js +2 -2
- package/dist/components/ui/atoms/sheet.js +2 -2
- package/dist/components/ui/atoms/sidebar.js +17 -17
- package/dist/components/ui/atoms/skeleton.js +1 -1
- package/dist/components/ui/atoms/slider.js +213 -214
- package/dist/components/ui/atoms/sonner.js +28 -28
- package/dist/components/ui/atoms/switch.js +7 -7
- package/dist/components/ui/atoms/table.js +1 -1
- package/dist/components/ui/atoms/tabs.js +8 -8
- package/dist/components/ui/atoms/textarea.js +1 -1
- package/dist/components/ui/atoms/toggle.js +5 -5
- package/dist/components/ui/atoms/tooltip.js +103 -104
- package/dist/{createLucideIcon-B6fy1GTR.js → createLucideIcon-XRdN60yz.js} +4 -4
- package/dist/index-0ioNhtNM.js +10 -0
- package/dist/index-437EL2iq.js +52 -0
- package/dist/{index-CB1Wkg0G.js → index-5Bhkapwi.js} +2 -3
- package/dist/index-B695uy69.js +9 -0
- package/dist/{index-CHDs-SiB.js → index-BGQepRFJ.js} +1 -1
- package/dist/{index-BAhNQL1u.js → index-BvWMjxZ5.js} +22 -23
- package/dist/index-C8_QusYl.js +70 -0
- package/dist/index-CCKe-Mpx.js +6 -0
- package/dist/{index-DdnpnyX2.js → index-CQhYMnjT.js} +4 -4
- package/dist/{index-C9KW2H79.js → index-CpDnqHCm.js} +1 -1
- package/dist/{index-CxK6rt_N.js → index-CtSXVDca.js} +8 -8
- package/dist/{index-umR1UobZ.js → index-Cv867SGx.js} +1 -1
- package/dist/{index-CuMpq4Un.js → index-CxO14pcK.js} +2 -2
- package/dist/index-DFZozV_h.js +68 -0
- package/dist/index-DLfXSskr.js +255 -0
- package/dist/{index-D2uXV4lz.js → index-DMCYNwtg.js} +8 -8
- package/dist/index-DYHsXnnS.js +144 -0
- package/dist/{index-nluJZSbA.js → index-DfNPZZ8M.js} +1 -1
- package/dist/{index-Dy7YuPrV.js → index-f0YS5Ufh.js} +319 -321
- package/dist/lib/utils.js +1 -1
- package/dist/{utils-Dy2WjYNJ.js → utils-CRiPKpXj.js} +41 -42
- package/package.json +32 -26
- package/dist/index-CL4N9wMT.js +0 -259
- package/dist/index-DLeNytVF.js +0 -9
- package/dist/index-DYfkNB0n.js +0 -54
- package/dist/index-DuekHEmj.js +0 -6
- package/dist/index-DwYXX2sM.js +0 -13
- package/dist/index-QMp1pYFl.js +0 -145
- package/dist/index-UFb2E87s.js +0 -70
- package/dist/index-p7nYL7BU.js +0 -71
package/dist/lib/utils.js
CHANGED
|
@@ -7,11 +7,11 @@ function xe(e) {
|
|
|
7
7
|
} else for (r in e) e[r] && (o && (o += " "), o += r);
|
|
8
8
|
return o;
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function Pe() {
|
|
11
11
|
for (var e, n, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (n = xe(e)) && (o && (o += " "), o += n);
|
|
12
12
|
return o;
|
|
13
13
|
}
|
|
14
|
-
const ne = "-",
|
|
14
|
+
const ne = "-", Re = (e) => {
|
|
15
15
|
const n = Te(e), {
|
|
16
16
|
conflictingClassGroups: r,
|
|
17
17
|
conflictingClassGroupModifiers: o
|
|
@@ -27,7 +27,6 @@ const ne = "-", Pe = (e) => {
|
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
}, we = (e, n) => {
|
|
30
|
-
var l;
|
|
31
30
|
if (e.length === 0)
|
|
32
31
|
return n.classGroupId;
|
|
33
32
|
const r = e[0], o = n.nextPart.get(r), i = o ? we(e.slice(1), o) : void 0;
|
|
@@ -36,12 +35,12 @@ const ne = "-", Pe = (e) => {
|
|
|
36
35
|
if (n.validators.length === 0)
|
|
37
36
|
return;
|
|
38
37
|
const m = e.join(ne);
|
|
39
|
-
return
|
|
40
|
-
validator:
|
|
41
|
-
}) =>
|
|
38
|
+
return n.validators.find(({
|
|
39
|
+
validator: l
|
|
40
|
+
}) => l(m))?.classGroupId;
|
|
42
41
|
}, fe = /^\[(.+)\]$/, Ge = (e) => {
|
|
43
42
|
if (fe.test(e)) {
|
|
44
|
-
const n = fe.exec(e)[1], r = n
|
|
43
|
+
const n = fe.exec(e)[1], r = n?.substring(0, n.indexOf(":"));
|
|
45
44
|
if (r)
|
|
46
45
|
return "arbitrary.." + r;
|
|
47
46
|
}
|
|
@@ -86,7 +85,7 @@ const ne = "-", Pe = (e) => {
|
|
|
86
85
|
validators: []
|
|
87
86
|
}), r = r.nextPart.get(o);
|
|
88
87
|
}), r;
|
|
89
|
-
}, Ee = (e) => e.isThemeGetter,
|
|
88
|
+
}, Ee = (e) => e.isThemeGetter, Ne = (e) => {
|
|
90
89
|
if (e < 1)
|
|
91
90
|
return {
|
|
92
91
|
get: () => {
|
|
@@ -110,7 +109,7 @@ const ne = "-", Pe = (e) => {
|
|
|
110
109
|
r.has(m) ? r.set(m, l) : i(m, l);
|
|
111
110
|
}
|
|
112
111
|
};
|
|
113
|
-
}, te = "!", se = ":",
|
|
112
|
+
}, te = "!", se = ":", Le = se.length, Ve = (e) => {
|
|
114
113
|
const {
|
|
115
114
|
prefix: n,
|
|
116
115
|
experimentalParseClassName: r
|
|
@@ -122,7 +121,7 @@ const ne = "-", Pe = (e) => {
|
|
|
122
121
|
let y = i[k];
|
|
123
122
|
if (l === 0 && u === 0) {
|
|
124
123
|
if (y === se) {
|
|
125
|
-
m.push(i.slice(p, k)), p = k +
|
|
124
|
+
m.push(i.slice(p, k)), p = k + Le;
|
|
126
125
|
continue;
|
|
127
126
|
}
|
|
128
127
|
if (y === "/") {
|
|
@@ -170,10 +169,10 @@ const ne = "-", Pe = (e) => {
|
|
|
170
169
|
}), i.push(...m.sort()), i;
|
|
171
170
|
};
|
|
172
171
|
}, Fe = (e) => ({
|
|
173
|
-
cache:
|
|
172
|
+
cache: Ne(e.cacheSize),
|
|
174
173
|
parseClassName: Ve(e),
|
|
175
174
|
sortModifiers: Oe(e),
|
|
176
|
-
...
|
|
175
|
+
...Re(e)
|
|
177
176
|
}), _e = /\s+/, Be = (e, n) => {
|
|
178
177
|
const {
|
|
179
178
|
parseClassName: r,
|
|
@@ -253,12 +252,12 @@ function $e(e, ...n) {
|
|
|
253
252
|
const f = (e) => {
|
|
254
253
|
const n = (r) => r[e] || [];
|
|
255
254
|
return n.isThemeGetter = !0, n;
|
|
256
|
-
}, ye = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ve = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ue = /^\d+\/\d+$/, qe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, He = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Je = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Xe = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, De = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,
|
|
255
|
+
}, ye = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ve = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ue = /^\d+\/\d+$/, qe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, He = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Je = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Xe = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, De = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => Ue.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), C = (e) => qe.test(e), Ke = () => !0, Qe = (e) => (
|
|
257
256
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
258
257
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
259
258
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
260
259
|
He.test(e) && !Je.test(e)
|
|
261
|
-
), ze = () => !1, Ye = (e) => Xe.test(e), Ze = (e) => De.test(e), eo = (e) => !t(e) && !s(e), oo = (e) => V(e, Se, ze), t = (e) => ye.test(e),
|
|
260
|
+
), ze = () => !1, Ye = (e) => Xe.test(e), Ze = (e) => De.test(e), eo = (e) => !t(e) && !s(e), oo = (e) => V(e, Se, ze), t = (e) => ye.test(e), R = (e) => V(e, Ae, Qe), oe = (e) => V(e, ao, d), ge = (e) => V(e, Ce, ze), ro = (e) => V(e, Me, Ze), D = (e) => V(e, Ie, Ye), s = (e) => ve.test(e), W = (e) => j(e, Ae), to = (e) => j(e, io), he = (e) => j(e, Ce), so = (e) => j(e, Se), no = (e) => j(e, Me), K = (e) => j(e, Ie, !0), V = (e, n, r) => {
|
|
262
261
|
const o = ye.exec(e);
|
|
263
262
|
return o ? o[1] ? n(o[1]) : r(o[2]) : !1;
|
|
264
263
|
}, j = (e, n, r = !1) => {
|
|
@@ -283,15 +282,15 @@ const f = (e) => {
|
|
|
283
282
|
"bottom-left",
|
|
284
283
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
285
284
|
"left-bottom"
|
|
286
|
-
], E = () => [...T(), s, t], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], c = () => [s, t, p], v = () => [
|
|
285
|
+
], E = () => [...T(), s, t], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], c = () => [s, t, p], v = () => [L, "full", "auto", ...c()], ae = () => [S, "none", "subgrid", s, t], ie = () => ["auto", {
|
|
287
286
|
span: ["full", S, s, t]
|
|
288
|
-
}, S, s, t], U = () => [S, "auto", s, t], le = () => ["auto", "min", "max", "fr", s, t], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"],
|
|
287
|
+
}, S, s, t], U = () => [S, "auto", s, t], le = () => ["auto", "min", "max", "fr", s, t], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], N = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...c()], P = () => [L, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...c()], a = () => [e, s, t], ce = () => [...T(), he, ge, {
|
|
289
288
|
position: [s, t]
|
|
290
289
|
}], de = () => ["no-repeat", {
|
|
291
290
|
repeat: ["", "x", "y", "space", "round"]
|
|
292
291
|
}], me = () => ["auto", "cover", "contain", so, oo, {
|
|
293
292
|
size: [s, t]
|
|
294
|
-
}], Y = () => [ee, W,
|
|
293
|
+
}], Y = () => [ee, W, R], x = () => [
|
|
295
294
|
// Deprecated since Tailwind CSS v4.0.0
|
|
296
295
|
"",
|
|
297
296
|
"none",
|
|
@@ -299,14 +298,14 @@ const f = (e) => {
|
|
|
299
298
|
g,
|
|
300
299
|
s,
|
|
301
300
|
t
|
|
302
|
-
], w = () => ["", d, W,
|
|
301
|
+
], w = () => ["", d, W, R], q = () => ["solid", "dashed", "dotted", "double"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, he, ge], ue = () => [
|
|
303
302
|
// Deprecated since Tailwind CSS v4.0.0
|
|
304
303
|
"",
|
|
305
304
|
"none",
|
|
306
305
|
k,
|
|
307
306
|
s,
|
|
308
307
|
t
|
|
309
|
-
], H = () => ["none", d, s, t], J = () => ["none", d, s, t], Z = () => [d, s, t], X = () => [
|
|
308
|
+
], H = () => ["none", d, s, t], J = () => ["none", d, s, t], Z = () => [d, s, t], X = () => [L, "full", ...c()];
|
|
310
309
|
return {
|
|
311
310
|
cacheSize: 500,
|
|
312
311
|
theme: {
|
|
@@ -339,7 +338,7 @@ const f = (e) => {
|
|
|
339
338
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
340
339
|
*/
|
|
341
340
|
aspect: [{
|
|
342
|
-
aspect: ["auto", "square",
|
|
341
|
+
aspect: ["auto", "square", L, t, s, G]
|
|
343
342
|
}],
|
|
344
343
|
/**
|
|
345
344
|
* Container
|
|
@@ -562,7 +561,7 @@ const f = (e) => {
|
|
|
562
561
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
563
562
|
*/
|
|
564
563
|
basis: [{
|
|
565
|
-
basis: [
|
|
564
|
+
basis: [L, "full", "auto", u, ...c()]
|
|
566
565
|
}],
|
|
567
566
|
/**
|
|
568
567
|
* Flex Direction
|
|
@@ -583,7 +582,7 @@ const f = (e) => {
|
|
|
583
582
|
* @see https://tailwindcss.com/docs/flex
|
|
584
583
|
*/
|
|
585
584
|
flex: [{
|
|
586
|
-
flex: [d,
|
|
585
|
+
flex: [d, L, "auto", "initial", "none", t]
|
|
587
586
|
}],
|
|
588
587
|
/**
|
|
589
588
|
* Flex Grow
|
|
@@ -716,14 +715,14 @@ const f = (e) => {
|
|
|
716
715
|
* @see https://tailwindcss.com/docs/justify-items
|
|
717
716
|
*/
|
|
718
717
|
"justify-items": [{
|
|
719
|
-
"justify-items": [...
|
|
718
|
+
"justify-items": [...N(), "normal"]
|
|
720
719
|
}],
|
|
721
720
|
/**
|
|
722
721
|
* Justify Self
|
|
723
722
|
* @see https://tailwindcss.com/docs/justify-self
|
|
724
723
|
*/
|
|
725
724
|
"justify-self": [{
|
|
726
|
-
"justify-self": ["auto", ...
|
|
725
|
+
"justify-self": ["auto", ...N()]
|
|
727
726
|
}],
|
|
728
727
|
/**
|
|
729
728
|
* Align Content
|
|
@@ -737,7 +736,7 @@ const f = (e) => {
|
|
|
737
736
|
* @see https://tailwindcss.com/docs/align-items
|
|
738
737
|
*/
|
|
739
738
|
"align-items": [{
|
|
740
|
-
items: [...
|
|
739
|
+
items: [...N(), {
|
|
741
740
|
baseline: ["", "last"]
|
|
742
741
|
}]
|
|
743
742
|
}],
|
|
@@ -746,7 +745,7 @@ const f = (e) => {
|
|
|
746
745
|
* @see https://tailwindcss.com/docs/align-self
|
|
747
746
|
*/
|
|
748
747
|
"align-self": [{
|
|
749
|
-
self: ["auto", ...
|
|
748
|
+
self: ["auto", ...N(), {
|
|
750
749
|
baseline: ["", "last"]
|
|
751
750
|
}]
|
|
752
751
|
}],
|
|
@@ -762,14 +761,14 @@ const f = (e) => {
|
|
|
762
761
|
* @see https://tailwindcss.com/docs/place-items
|
|
763
762
|
*/
|
|
764
763
|
"place-items": [{
|
|
765
|
-
"place-items": [...
|
|
764
|
+
"place-items": [...N(), "baseline"]
|
|
766
765
|
}],
|
|
767
766
|
/**
|
|
768
767
|
* Place Self
|
|
769
768
|
* @see https://tailwindcss.com/docs/place-self
|
|
770
769
|
*/
|
|
771
770
|
"place-self": [{
|
|
772
|
-
"place-self": ["auto", ...
|
|
771
|
+
"place-self": ["auto", ...N()]
|
|
773
772
|
}],
|
|
774
773
|
// Spacing
|
|
775
774
|
/**
|
|
@@ -930,14 +929,14 @@ const f = (e) => {
|
|
|
930
929
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
931
930
|
*/
|
|
932
931
|
size: [{
|
|
933
|
-
size:
|
|
932
|
+
size: P()
|
|
934
933
|
}],
|
|
935
934
|
/**
|
|
936
935
|
* Width
|
|
937
936
|
* @see https://tailwindcss.com/docs/width
|
|
938
937
|
*/
|
|
939
938
|
w: [{
|
|
940
|
-
w: [u, "screen", ...
|
|
939
|
+
w: [u, "screen", ...P()]
|
|
941
940
|
}],
|
|
942
941
|
/**
|
|
943
942
|
* Min-Width
|
|
@@ -949,7 +948,7 @@ const f = (e) => {
|
|
|
949
948
|
"screen",
|
|
950
949
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
951
950
|
"none",
|
|
952
|
-
...
|
|
951
|
+
...P()
|
|
953
952
|
]
|
|
954
953
|
}],
|
|
955
954
|
/**
|
|
@@ -967,7 +966,7 @@ const f = (e) => {
|
|
|
967
966
|
{
|
|
968
967
|
screen: [l]
|
|
969
968
|
},
|
|
970
|
-
...
|
|
969
|
+
...P()
|
|
971
970
|
]
|
|
972
971
|
}],
|
|
973
972
|
/**
|
|
@@ -975,21 +974,21 @@ const f = (e) => {
|
|
|
975
974
|
* @see https://tailwindcss.com/docs/height
|
|
976
975
|
*/
|
|
977
976
|
h: [{
|
|
978
|
-
h: ["screen", "lh", ...
|
|
977
|
+
h: ["screen", "lh", ...P()]
|
|
979
978
|
}],
|
|
980
979
|
/**
|
|
981
980
|
* Min-Height
|
|
982
981
|
* @see https://tailwindcss.com/docs/min-height
|
|
983
982
|
*/
|
|
984
983
|
"min-h": [{
|
|
985
|
-
"min-h": ["screen", "lh", "none", ...
|
|
984
|
+
"min-h": ["screen", "lh", "none", ...P()]
|
|
986
985
|
}],
|
|
987
986
|
/**
|
|
988
987
|
* Max-Height
|
|
989
988
|
* @see https://tailwindcss.com/docs/max-height
|
|
990
989
|
*/
|
|
991
990
|
"max-h": [{
|
|
992
|
-
"max-h": ["screen", "lh", ...
|
|
991
|
+
"max-h": ["screen", "lh", ...P()]
|
|
993
992
|
}],
|
|
994
993
|
// ------------------
|
|
995
994
|
// --- Typography ---
|
|
@@ -999,7 +998,7 @@ const f = (e) => {
|
|
|
999
998
|
* @see https://tailwindcss.com/docs/font-size
|
|
1000
999
|
*/
|
|
1001
1000
|
"font-size": [{
|
|
1002
|
-
text: ["base", r, W,
|
|
1001
|
+
text: ["base", r, W, R]
|
|
1003
1002
|
}],
|
|
1004
1003
|
/**
|
|
1005
1004
|
* Font Smoothing
|
|
@@ -1147,7 +1146,7 @@ const f = (e) => {
|
|
|
1147
1146
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1148
1147
|
*/
|
|
1149
1148
|
"text-decoration-thickness": [{
|
|
1150
|
-
decoration: [d, "from-font", "auto", s,
|
|
1149
|
+
decoration: [d, "from-font", "auto", s, R]
|
|
1151
1150
|
}],
|
|
1152
1151
|
/**
|
|
1153
1152
|
* Text Decoration Color
|
|
@@ -1634,7 +1633,7 @@ const f = (e) => {
|
|
|
1634
1633
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1635
1634
|
*/
|
|
1636
1635
|
"outline-w": [{
|
|
1637
|
-
outline: ["", d, W,
|
|
1636
|
+
outline: ["", d, W, R]
|
|
1638
1637
|
}],
|
|
1639
1638
|
/**
|
|
1640
1639
|
* Outline Color
|
|
@@ -1709,7 +1708,7 @@ const f = (e) => {
|
|
|
1709
1708
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1710
1709
|
*/
|
|
1711
1710
|
"ring-offset-w": [{
|
|
1712
|
-
"ring-offset": [d,
|
|
1711
|
+
"ring-offset": [d, R]
|
|
1713
1712
|
}],
|
|
1714
1713
|
/**
|
|
1715
1714
|
* Ring Offset Color
|
|
@@ -2659,7 +2658,7 @@ const f = (e) => {
|
|
|
2659
2658
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2660
2659
|
*/
|
|
2661
2660
|
"stroke-w": [{
|
|
2662
|
-
stroke: [d, W,
|
|
2661
|
+
stroke: [d, W, R, oe]
|
|
2663
2662
|
}],
|
|
2664
2663
|
/**
|
|
2665
2664
|
* Stroke
|
|
@@ -2736,9 +2735,9 @@ const f = (e) => {
|
|
|
2736
2735
|
};
|
|
2737
2736
|
}, co = /* @__PURE__ */ $e(lo);
|
|
2738
2737
|
function mo(...e) {
|
|
2739
|
-
return co(
|
|
2738
|
+
return co(Pe(e));
|
|
2740
2739
|
}
|
|
2741
2740
|
export {
|
|
2742
|
-
|
|
2741
|
+
Pe as a,
|
|
2743
2742
|
mo as c
|
|
2744
2743
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcadeai/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -50,45 +50,52 @@
|
|
|
50
50
|
]
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"lucide-react": "0.
|
|
53
|
+
"lucide-react": "0.525.0",
|
|
54
54
|
"react": "19.1.0",
|
|
55
55
|
"react-dom": "19.1.0",
|
|
56
|
-
"react-hook-form": "7.
|
|
57
|
-
"@hookform/resolvers": "5.
|
|
58
|
-
"tailwindcss": "4.1.
|
|
56
|
+
"react-hook-form": "7.60.0",
|
|
57
|
+
"@hookform/resolvers": "5.1.1",
|
|
58
|
+
"tailwindcss": "4.1.11"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@biomejs/biome": "2.0.
|
|
61
|
+
"@biomejs/biome": "2.0.6",
|
|
62
62
|
"@commitlint/cli": "19.8.1",
|
|
63
63
|
"@commitlint/config-conventional": "19.8.1",
|
|
64
64
|
"@semantic-release/changelog": "6.0.3",
|
|
65
65
|
"@semantic-release/git": "10.0.1",
|
|
66
|
-
"@storybook/addon-a11y": "9.0.
|
|
67
|
-
"@storybook/addon-docs": "9.0.
|
|
68
|
-
"@storybook/addon-themes": "9.0.
|
|
69
|
-
"@storybook/addon-vitest": "9.0.
|
|
70
|
-
"@storybook/react-vite": "9.0.
|
|
71
|
-
"@types/node": "24.0.
|
|
66
|
+
"@storybook/addon-a11y": "9.0.15",
|
|
67
|
+
"@storybook/addon-docs": "9.0.15",
|
|
68
|
+
"@storybook/addon-themes": "9.0.15",
|
|
69
|
+
"@storybook/addon-vitest": "9.0.15",
|
|
70
|
+
"@storybook/react-vite": "9.0.15",
|
|
71
|
+
"@types/node": "24.0.10",
|
|
72
72
|
"@types/react": "19.1.8",
|
|
73
73
|
"@types/react-dom": "19.1.6",
|
|
74
74
|
"@vitejs/plugin-react-swc": "3.10.2",
|
|
75
75
|
"@vitest/browser": "3.2.4",
|
|
76
76
|
"@vitest/coverage-v8": "3.2.4",
|
|
77
|
-
"chromatic": "13.
|
|
77
|
+
"chromatic": "13.1.2",
|
|
78
78
|
"glob": "11.0.3",
|
|
79
|
-
"globals": "16.
|
|
79
|
+
"globals": "16.3.0",
|
|
80
80
|
"husky": "9.1.7",
|
|
81
81
|
"lint-staged": "16.1.2",
|
|
82
|
-
"playwright": "1.53.
|
|
83
|
-
"semantic-release": "24.2.
|
|
84
|
-
"storybook": "9.0.
|
|
82
|
+
"playwright": "1.53.2",
|
|
83
|
+
"semantic-release": "24.2.6",
|
|
84
|
+
"storybook": "9.0.15",
|
|
85
85
|
"storybook-addon-test-codegen": "2.0.1",
|
|
86
|
-
"tw-animate-css": "1.3.
|
|
86
|
+
"tw-animate-css": "1.3.5",
|
|
87
87
|
"typescript": "~5.8.3",
|
|
88
|
-
"ultracite": "5.0.
|
|
89
|
-
"vite": "
|
|
88
|
+
"ultracite": "5.0.32",
|
|
89
|
+
"vite": "7.0.2",
|
|
90
90
|
"vite-plugin-dts": "4.5.4",
|
|
91
|
-
"vitest": "3.2.4"
|
|
91
|
+
"vitest": "3.2.4",
|
|
92
|
+
"lucide-react": "0.525.0",
|
|
93
|
+
"react": "19.1.0",
|
|
94
|
+
"react-dom": "19.1.0",
|
|
95
|
+
"react-hook-form": "7.60.0",
|
|
96
|
+
"@hookform/resolvers": "5.1.1",
|
|
97
|
+
"tailwindcss": "4.1.11",
|
|
98
|
+
"zod": "3.25.74"
|
|
92
99
|
},
|
|
93
100
|
"dependencies": {
|
|
94
101
|
"@radix-ui/react-accordion": "1.2.11",
|
|
@@ -109,16 +116,15 @@
|
|
|
109
116
|
"@radix-ui/react-tabs": "1.1.12",
|
|
110
117
|
"@radix-ui/react-toggle": "1.1.9",
|
|
111
118
|
"@radix-ui/react-tooltip": "1.2.7",
|
|
112
|
-
"@tailwindcss/vite": "4.1.
|
|
119
|
+
"@tailwindcss/vite": "4.1.11",
|
|
113
120
|
"class-variance-authority": "0.7.1",
|
|
114
121
|
"clsx": "2.1.1",
|
|
115
122
|
"cmdk": "1.1.1",
|
|
116
123
|
"next-themes": "0.4.6",
|
|
117
124
|
"react-resizable-panels": "3.0.3",
|
|
118
|
-
"recharts": "3.0.
|
|
119
|
-
"sonner": "2.0.
|
|
120
|
-
"tailwind-merge": "3.3.1"
|
|
121
|
-
"zod": "3.25.67"
|
|
125
|
+
"recharts": "3.0.2",
|
|
126
|
+
"sonner": "2.0.6",
|
|
127
|
+
"tailwind-merge": "3.3.1"
|
|
122
128
|
},
|
|
123
129
|
"engines": {
|
|
124
130
|
"node": ">=22.11.0"
|