cetec-design-system 0.0.32 → 0.0.33

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.
@@ -1,45 +1,45 @@
1
- import { forwardRef as re, useMemo as pe, createElement as M, createContext as wt, useState as vt, useEffect as me, useContext as Ct } from "react";
2
- import { jsx as p, jsxs as E, Fragment as Pt } from "react/jsx-runtime";
3
- function I(e) {
1
+ import { forwardRef as ae, useMemo as be, createElement as O, createContext as Rt, useState as Mt, useEffect as he, useContext as Et } from "react";
2
+ import { jsx as l, jsxs as P, Fragment as Ot } from "react/jsx-runtime";
3
+ function E(e) {
4
4
  return typeof e == "object" && e != null && !Array.isArray(e);
5
5
  }
6
- var Bt = (e) => typeof e == "object" && e !== null;
7
- function R(e) {
6
+ var Wt = (e) => typeof e == "object" && e !== null;
7
+ function I(e) {
8
8
  return Object.fromEntries(Object.entries(e ?? {}).filter(([t, r]) => r !== void 0));
9
9
  }
10
- var Vt = (e) => e === "base";
11
- function Tt(e) {
12
- return e.slice().filter((t) => !Vt(t));
10
+ var jt = (e) => e === "base";
11
+ function Ft(e) {
12
+ return e.slice().filter((t) => !jt(t));
13
13
  }
14
- function ge(e) {
14
+ function _e(e) {
15
15
  return String.fromCharCode(e + (e > 25 ? 39 : 97));
16
16
  }
17
- function Rt(e) {
17
+ function zt(e) {
18
18
  let t = "", r;
19
19
  for (r = Math.abs(e); r > 52; r = r / 52 | 0)
20
- t = ge(r % 52) + t;
21
- return ge(r % 52) + t;
20
+ t = _e(r % 52) + t;
21
+ return _e(r % 52) + t;
22
22
  }
23
- function It(e, t) {
23
+ function Nt(e, t) {
24
24
  let r = t.length;
25
25
  for (; r; )
26
26
  e = e * 33 ^ t.charCodeAt(--r);
27
27
  return e;
28
28
  }
29
- function Mt(e) {
30
- return Rt(It(5381, e) >>> 0);
29
+ function Lt(e) {
30
+ return zt(Nt(5381, e) >>> 0);
31
31
  }
32
- var je = /\s*!(important)?/i;
33
- function Et(e) {
34
- return typeof e == "string" ? je.test(e) : !1;
32
+ var Xe = /\s*!(important)?/i;
33
+ function At(e) {
34
+ return typeof e == "string" ? Xe.test(e) : !1;
35
35
  }
36
- function Ot(e) {
37
- return typeof e == "string" ? e.replace(je, "").trim() : e;
36
+ function Dt(e) {
37
+ return typeof e == "string" ? e.replace(Xe, "").trim() : e;
38
38
  }
39
- function oe(e) {
39
+ function ie(e) {
40
40
  return typeof e == "string" ? e.replaceAll(" ", "_") : e;
41
41
  }
42
- var u = (e) => {
42
+ var m = (e) => {
43
43
  const t = /* @__PURE__ */ new Map();
44
44
  return (...o) => {
45
45
  const n = JSON.stringify(o);
@@ -49,24 +49,24 @@ var u = (e) => {
49
49
  return t.set(n, a), a;
50
50
  };
51
51
  };
52
- function ne(...e) {
52
+ function se(...e) {
53
53
  return e.reduce((t, r) => (r && Object.keys(r).forEach((o) => {
54
54
  const n = t[o], a = r[o];
55
- I(n) && I(a) ? t[o] = ne(n, a) : t[o] = a;
55
+ E(n) && E(a) ? t[o] = se(n, a) : t[o] = a;
56
56
  }), t), {});
57
57
  }
58
- var Wt = (e) => e != null;
59
- function ae(e, t, r = {}) {
58
+ var Xt = (e) => e != null;
59
+ function le(e, t, r = {}) {
60
60
  const { stop: o, getKey: n } = r;
61
61
  function a(i, s = []) {
62
- if (Bt(i)) {
62
+ if (Wt(i)) {
63
63
  const d = {};
64
- for (const [c, l] of Object.entries(i)) {
65
- const m = (n == null ? void 0 : n(c, l)) ?? c, b = [...s, m];
66
- if (o != null && o(i, b))
64
+ for (const [p, c] of Object.entries(i)) {
65
+ const u = (n == null ? void 0 : n(p, c)) ?? p, h = [...s, u];
66
+ if (o != null && o(i, h))
67
67
  return t(i, s);
68
- const f = a(l, b);
69
- Wt(f) && (d[m] = f);
68
+ const y = a(c, h);
69
+ Xt(y) && (d[u] = y);
70
70
  }
71
71
  return d;
72
72
  }
@@ -74,10 +74,10 @@ function ae(e, t, r = {}) {
74
74
  }
75
75
  return a(e);
76
76
  }
77
- function jt(e, t) {
78
- return Array.isArray(e) ? e.map((r) => t(r)) : I(e) ? ae(e, (r) => t(r)) : t(e);
77
+ function Kt(e, t) {
78
+ return Array.isArray(e) ? e.map((r) => t(r)) : E(e) ? le(e, (r) => t(r)) : t(e);
79
79
  }
80
- function Ft(e, t) {
80
+ function Yt(e, t) {
81
81
  return e.reduce(
82
82
  (r, o, n) => {
83
83
  const a = t[n];
@@ -86,228 +86,228 @@ function Ft(e, t) {
86
86
  {}
87
87
  );
88
88
  }
89
- function Fe(e, t, r = !0) {
89
+ function Ke(e, t, r = !0) {
90
90
  const { utility: o, conditions: n } = t, { hasShorthand: a, resolveShorthand: i } = o;
91
- return ae(
91
+ return le(
92
92
  e,
93
- (s) => Array.isArray(s) ? Ft(s, n.breakpoints.keys) : s,
93
+ (s) => Array.isArray(s) ? Yt(s, n.breakpoints.keys) : s,
94
94
  {
95
95
  stop: (s) => Array.isArray(s),
96
96
  getKey: r ? (s) => a ? i(s) : s : void 0
97
97
  }
98
98
  );
99
99
  }
100
- var zt = {
100
+ var Gt = {
101
101
  shift: (e) => e,
102
102
  finalize: (e) => e,
103
103
  breakpoints: { keys: [] }
104
- }, Lt = (e) => typeof e == "string" ? e.replaceAll(/[\n\s]+/g, " ") : e;
105
- function ze(e) {
106
- const { utility: t, hash: r, conditions: o = zt } = e, n = (i) => [t.prefix, i].filter(Boolean).join("-"), a = (i, s) => {
104
+ }, Ht = (e) => typeof e == "string" ? e.replaceAll(/[\n\s]+/g, " ") : e;
105
+ function Ye(e) {
106
+ const { utility: t, hash: r, conditions: o = Gt } = e, n = (i) => [t.prefix, i].filter(Boolean).join("-"), a = (i, s) => {
107
107
  let d;
108
108
  if (r) {
109
- const c = [...o.finalize(i), s];
110
- d = n(t.toHash(c, Mt));
109
+ const p = [...o.finalize(i), s];
110
+ d = n(t.toHash(p, Lt));
111
111
  } else
112
112
  d = [...o.finalize(i), n(s)].join(":");
113
113
  return d;
114
114
  };
115
- return u(({ base: i, ...s } = {}) => {
116
- const d = Object.assign(s, i), c = Fe(d, e), l = /* @__PURE__ */ new Set();
117
- return ae(c, (m, b) => {
118
- if (m == null)
115
+ return m(({ base: i, ...s } = {}) => {
116
+ const d = Object.assign(s, i), p = Ke(d, e), c = /* @__PURE__ */ new Set();
117
+ return le(p, (u, h) => {
118
+ if (u == null)
119
119
  return;
120
- const f = Et(m), [w, ...v] = o.shift(b), T = Tt(v), P = t.transform(w, Ot(Lt(m)));
121
- let S = a(T, P.className);
122
- f && (S = `${S}!`), l.add(S);
123
- }), Array.from(l).join(" ");
120
+ const y = At(u), [v, ...C] = o.shift(h), R = Ft(C), B = t.transform(v, Dt(Ht(u)));
121
+ let S = a(R, B.className);
122
+ y && (S = `${S}!`), c.add(S);
123
+ }), Array.from(c).join(" ");
124
124
  });
125
125
  }
126
- function Nt(...e) {
127
- return e.flat().filter((t) => I(t) && Object.keys(R(t)).length > 0);
126
+ function qt(...e) {
127
+ return e.flat().filter((t) => E(t) && Object.keys(I(t)).length > 0);
128
128
  }
129
- function At(e) {
129
+ function $t(e) {
130
130
  function t(n) {
131
- const a = Nt(...n);
132
- return a.length === 1 ? a : a.map((i) => Fe(i, e));
131
+ const a = qt(...n);
132
+ return a.length === 1 ? a : a.map((i) => Ke(i, e));
133
133
  }
134
134
  function r(...n) {
135
- return ne(...t(n));
135
+ return se(...t(n));
136
136
  }
137
137
  function o(...n) {
138
138
  return Object.assign({}, ...t(n));
139
139
  }
140
- return { mergeCss: u(r), assignCss: o };
140
+ return { mergeCss: m(r), assignCss: o };
141
141
  }
142
- var Dt = /([A-Z])/g, Xt = /^ms-/, Yt = u((e) => e.startsWith("--") ? e : e.replace(Dt, "-$1").replace(Xt, "-ms-").toLowerCase()), Kt = ["min", "max", "clamp", "calc"], Gt = new RegExp(`^(${Kt.join("|")})\\(.*\\)`), Ht = (e) => typeof e == "string" && Gt.test(e), qt = "cm,mm,Q,in,pc,pt,px,em,ex,ch,rem,lh,rlh,vw,vh,vmin,vmax,vb,vi,svw,svh,lvw,lvh,dvw,dvh,cqw,cqh,cqi,cqb,cqmin,cqmax,%", $t = `(?:${qt.split(",").join("|")})`, Ut = new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${$t}$`), Zt = (e) => typeof e == "string" && Ut.test(e), Jt = (e) => typeof e == "string" && /^var\(--.+\)$/.test(e), ie = {
143
- map: jt,
144
- isCssFunction: Ht,
145
- isCssVar: Jt,
146
- isCssUnit: Zt
147
- }, se = (e, t) => {
142
+ var Ut = /([A-Z])/g, Zt = /^ms-/, Jt = m((e) => e.startsWith("--") ? e : e.replace(Ut, "-$1").replace(Zt, "-ms-").toLowerCase()), Qt = ["min", "max", "clamp", "calc"], er = new RegExp(`^(${Qt.join("|")})\\(.*\\)`), tr = (e) => typeof e == "string" && er.test(e), rr = "cm,mm,Q,in,pc,pt,px,em,ex,ch,rem,lh,rlh,vw,vh,vmin,vmax,vb,vi,svw,svh,lvw,lvh,dvw,dvh,cqw,cqh,cqi,cqb,cqmin,cqmax,%", or = `(?:${rr.split(",").join("|")})`, nr = new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${or}$`), ar = (e) => typeof e == "string" && nr.test(e), ir = (e) => typeof e == "string" && /^var\(--.+\)$/.test(e), ce = {
143
+ map: Kt,
144
+ isCssFunction: tr,
145
+ isCssVar: ir,
146
+ isCssUnit: ar
147
+ }, de = (e, t) => {
148
148
  if (!(e != null && e.defaultValues))
149
149
  return t;
150
150
  const r = typeof e.defaultValues == "function" ? e.defaultValues(t) : e.defaultValues;
151
- return Object.assign({}, r, R(t));
152
- }, Le = (e, t) => e.filter((r) => r.css[t]).map((r) => ({ ...r, css: r.css[t] }));
151
+ return Object.assign({}, r, I(t));
152
+ }, pe = (e, t) => e.filter((r) => r.css[t]).map((r) => ({ ...r, css: r.css[t] }));
153
153
  function g(e, ...t) {
154
154
  const r = Object.getOwnPropertyDescriptors(e), o = Object.keys(r), n = (i) => {
155
155
  const s = {};
156
156
  for (let d = 0; d < i.length; d++) {
157
- const c = i[d];
158
- r[c] && (Object.defineProperty(s, c, r[c]), delete r[c]);
157
+ const p = i[d];
158
+ r[p] && (Object.defineProperty(s, p, r[p]), delete r[p]);
159
159
  }
160
160
  return s;
161
161
  }, a = (i) => n(Array.isArray(i) ? i : o.filter(i));
162
162
  return t.map(a).concat(n(o));
163
163
  }
164
- var Q = (...e) => {
164
+ var re = (...e) => {
165
165
  const t = e.reduce((r, o) => (o && o.forEach((n) => r.add(n)), r), /* @__PURE__ */ new Set([]));
166
166
  return Array.from(t);
167
- }, Ne = ["htmlSize", "htmlTranslate", "htmlWidth", "htmlHeight"];
168
- function Qt(e) {
169
- return Ne.includes(e) ? e.replace("html", "").toLowerCase() : e;
167
+ }, Ge = ["htmlSize", "htmlTranslate", "htmlWidth", "htmlHeight"];
168
+ function sr(e) {
169
+ return Ge.includes(e) ? e.replace("html", "").toLowerCase() : e;
170
170
  }
171
- function ee(e) {
172
- return Object.fromEntries(Object.entries(e).map(([t, r]) => [Qt(t), r]));
171
+ function oe(e) {
172
+ return Object.fromEntries(Object.entries(e).map(([t, r]) => [sr(t), r]));
173
173
  }
174
- ee.keys = Ne;
175
- const er = "_hover,_focus,_focusWithin,_focusVisible,_disabled,_active,_visited,_target,_readOnly,_readWrite,_empty,_checked,_enabled,_expanded,_highlighted,_before,_after,_firstLetter,_firstLine,_marker,_selection,_file,_backdrop,_first,_last,_only,_even,_odd,_firstOfType,_lastOfType,_onlyOfType,_peerFocus,_peerHover,_peerActive,_peerFocusWithin,_peerFocusVisible,_peerDisabled,_peerChecked,_peerInvalid,_peerExpanded,_peerPlaceholderShown,_groupFocus,_groupHover,_groupActive,_groupFocusWithin,_groupFocusVisible,_groupDisabled,_groupChecked,_groupExpanded,_groupInvalid,_indeterminate,_required,_valid,_invalid,_autofill,_inRange,_outOfRange,_placeholder,_placeholderShown,_pressed,_selected,_default,_optional,_open,_closed,_fullscreen,_loading,_currentPage,_currentStep,_motionReduce,_motionSafe,_print,_landscape,_portrait,_dark,_light,_osDark,_osLight,_highContrast,_lessContrast,_moreContrast,_ltr,_rtl,_scrollbar,_scrollbarThumb,_scrollbarTrack,_horizontal,_vertical,_starting,_error,_grabbed,_hidden,_current,_today,_collapsed,_containerSmall,_containerMedium,_containerLarge,xs,xsOnly,xsDown,sm,smOnly,smDown,md,mdOnly,mdDown,lg,lgOnly,lgDown,xl,xlOnly,xlDown,2xl,2xlOnly,2xlDown,xsToSm,xsToMd,xsToLg,xsToXl,xsTo2xl,smToMd,smToLg,smToXl,smTo2xl,mdToLg,mdToXl,mdTo2xl,lgToXl,lgTo2xl,xlTo2xl,@/xs,@/sm,@/md,@/lg,@/xl,@/2xl,@/3xl,@/4xl,@/5xl,@/6xl,@/7xl,@/8xl,base", Ae = new Set(er.split(",")), tr = /^@|&|&$/;
176
- function ue(e) {
177
- return Ae.has(e) || tr.test(e);
174
+ oe.keys = Ge;
175
+ const lr = "_hover,_focus,_focusWithin,_focusVisible,_disabled,_active,_visited,_target,_readOnly,_readWrite,_empty,_checked,_enabled,_expanded,_highlighted,_before,_after,_firstLetter,_firstLine,_marker,_selection,_file,_backdrop,_first,_last,_only,_even,_odd,_firstOfType,_lastOfType,_onlyOfType,_peerFocus,_peerHover,_peerActive,_peerFocusWithin,_peerFocusVisible,_peerDisabled,_peerChecked,_peerInvalid,_peerExpanded,_peerPlaceholderShown,_groupFocus,_groupHover,_groupActive,_groupFocusWithin,_groupFocusVisible,_groupDisabled,_groupChecked,_groupExpanded,_groupInvalid,_indeterminate,_required,_valid,_invalid,_autofill,_inRange,_outOfRange,_placeholder,_placeholderShown,_pressed,_selected,_default,_optional,_open,_closed,_fullscreen,_loading,_currentPage,_currentStep,_motionReduce,_motionSafe,_print,_landscape,_portrait,_dark,_light,_osDark,_osLight,_highContrast,_lessContrast,_moreContrast,_ltr,_rtl,_scrollbar,_scrollbarThumb,_scrollbarTrack,_horizontal,_vertical,_starting,_error,_grabbed,_hidden,_current,_today,_collapsed,_containerSmall,_containerMedium,_containerLarge,xs,xsOnly,xsDown,sm,smOnly,smDown,md,mdOnly,mdDown,lg,lgOnly,lgDown,xl,xlOnly,xlDown,2xl,2xlOnly,2xlDown,xsToSm,xsToMd,xsToLg,xsToXl,xsTo2xl,smToMd,smToLg,smToXl,smTo2xl,mdToLg,mdToXl,mdTo2xl,lgToXl,lgTo2xl,xlTo2xl,@/xs,@/sm,@/md,@/lg,@/xl,@/2xl,@/3xl,@/4xl,@/5xl,@/6xl,@/7xl,@/8xl,base", He = new Set(lr.split(",")), cr = /^@|&|&$/;
176
+ function fe(e) {
177
+ return He.has(e) || cr.test(e);
178
178
  }
179
- const rr = /^_/, or = /&|@/;
180
- function De(e) {
181
- return e.map((t) => Ae.has(t) ? t.replace(rr, "") : or.test(t) ? `[${oe(t.trim())}]` : t);
179
+ const dr = /^_/, pr = /&|@/;
180
+ function qe(e) {
181
+ return e.map((t) => He.has(t) ? t.replace(dr, "") : pr.test(t) ? `[${ie(t.trim())}]` : t);
182
182
  }
183
- function Xe(e) {
183
+ function $e(e) {
184
184
  return e.sort((t, r) => {
185
- const o = ue(t), n = ue(r);
185
+ const o = fe(t), n = fe(r);
186
186
  return o && !n ? 1 : !o && n ? -1 : 0;
187
187
  });
188
188
  }
189
- const nr = "aspectRatio:asp,boxDecorationBreak:bx-db,zIndex:z,boxSizing:bx-s,objectPosition:obj-p,objectFit:obj-f,overscrollBehavior:ovs-b,overscrollBehaviorX:ovs-bx,overscrollBehaviorY:ovs-by,position:pos/1,top:top,left:left,inset:inset,insetInline:inset-x/insetX,insetBlock:inset-y/insetY,insetBlockEnd:inset-be,insetBlockStart:inset-bs,insetInlineEnd:inset-e/insetEnd/end,insetInlineStart:inset-s/insetStart/start,right:right,bottom:bottom,float:float,visibility:vis,display:d,hideFrom:hide,hideBelow:show,flexBasis:flex-b,flex:flex,flexDirection:flex-d/flexDir,flexGrow:flex-g,flexShrink:flex-sh,gridTemplateColumns:grid-tc,gridTemplateRows:grid-tr,gridColumn:grid-c,gridRow:grid-r,gridColumnStart:grid-cs,gridColumnEnd:grid-ce,gridAutoFlow:grid-af,gridAutoColumns:grid-ac,gridAutoRows:grid-ar,gap:gap,gridGap:grid-g,gridRowGap:grid-rg,gridColumnGap:grid-cg,rowGap:rg,columnGap:cg,justifyContent:jc,alignContent:ac,alignItems:ai,alignSelf:as,padding:p/1,paddingLeft:pl/1,paddingRight:pr/1,paddingTop:pt/1,paddingBottom:pb/1,paddingBlock:py/1/paddingY,paddingBlockEnd:pbe,paddingBlockStart:pbs,paddingInline:px/paddingX/1,paddingInlineEnd:pe/1/paddingEnd,paddingInlineStart:ps/1/paddingStart,marginLeft:ml/1,marginRight:mr/1,marginTop:mt/1,marginBottom:mb/1,margin:m/1,marginBlock:my/1/marginY,marginBlockEnd:mbe,marginBlockStart:mbs,marginInline:mx/1/marginX,marginInlineEnd:me/1/marginEnd,marginInlineStart:ms/1/marginStart,spaceX:sx,spaceY:sy,outlineWidth:ring-w/ringWidth,outlineColor:ring-c/ringColor,outline:ring/1,outlineOffset:ring-o/ringOffset,divideX:dvd-x,divideY:dvd-y,divideColor:dvd-c,divideStyle:dvd-s,width:w/1,inlineSize:w-is,minWidth:min-w/minW,minInlineSize:min-w-is,maxWidth:max-w/maxW,maxInlineSize:max-w-is,height:h/1,blockSize:h-bs,minHeight:min-h/minH,minBlockSize:min-h-bs,maxHeight:max-h/maxH,maxBlockSize:max-b,color:c,fontFamily:ff,fontSize:fs,fontSizeAdjust:fs-a,fontPalette:fp,fontKerning:fk,fontFeatureSettings:ff-s,fontWeight:fw,fontSmoothing:fsmt,fontVariant:fv,fontVariantAlternates:fv-alt,fontVariantCaps:fv-caps,fontVariationSettings:fv-s,fontVariantNumeric:fv-num,letterSpacing:ls,lineHeight:lh,textAlign:ta,textDecoration:td,textDecorationColor:td-c,textEmphasisColor:te-c,textDecorationStyle:td-s,textDecorationThickness:td-t,textUnderlineOffset:tu-o,textTransform:tt,textIndent:ti,textShadow:tsh,textShadowColor:tsh-c/textShadowColor,textOverflow:tov,verticalAlign:va,wordBreak:wb,textWrap:tw,truncate:trunc,lineClamp:lc,listStyleType:li-t,listStylePosition:li-pos,listStyleImage:li-img,listStyle:li-s,backgroundPosition:bg-p/bgPosition,backgroundPositionX:bg-p-x/bgPositionX,backgroundPositionY:bg-p-y/bgPositionY,backgroundAttachment:bg-a/bgAttachment,backgroundClip:bg-cp/bgClip,background:bg/1,backgroundColor:bg-c/bgColor,backgroundOrigin:bg-o/bgOrigin,backgroundImage:bg-i/bgImage,backgroundRepeat:bg-r/bgRepeat,backgroundBlendMode:bg-bm/bgBlendMode,backgroundSize:bg-s/bgSize,backgroundGradient:bg-grad/bgGradient,textGradient:txt-grad,gradientFromPosition:grad-from-pos,gradientToPosition:grad-to-pos,gradientFrom:grad-from,gradientTo:grad-to,gradientVia:grad-via,gradientViaPosition:grad-via-pos,borderRadius:bdr/rounded,borderTopLeftRadius:bdr-tl/roundedTopLeft,borderTopRightRadius:bdr-tr/roundedTopRight,borderBottomRightRadius:bdr-br/roundedBottomRight,borderBottomLeftRadius:bdr-bl/roundedBottomLeft,borderTopRadius:bdr-t/roundedTop,borderRightRadius:bdr-r/roundedRight,borderBottomRadius:bdr-b/roundedBottom,borderLeftRadius:bdr-l/roundedLeft,borderStartStartRadius:bdr-ss/roundedStartStart,borderStartEndRadius:bdr-se/roundedStartEnd,borderStartRadius:bdr-s/roundedStart,borderEndStartRadius:bdr-es/roundedEndStart,borderEndEndRadius:bdr-ee/roundedEndEnd,borderEndRadius:bdr-e/roundedEnd,border:bd,borderWidth:bd-w,borderTopWidth:bd-t-w,borderLeftWidth:bd-l-w,borderRightWidth:bd-r-w,borderBottomWidth:bd-b-w,borderColor:bd-c,borderInline:bd-x/borderX,borderInlineWidth:bd-x-w/borderXWidth,borderInlineColor:bd-x-c/borderXColor,borderBlock:bd-y/borderY,borderBlockWidth:bd-y-w/borderYWidth,borderBlockColor:bd-y-c/borderYColor,borderLeft:bd-l,borderLeftColor:bd-l-c,borderInlineStart:bd-s/borderStart,borderInlineStartWidth:bd-s-w/borderStartWidth,borderInlineStartColor:bd-s-c/borderStartColor,borderRight:bd-r,borderRightColor:bd-r-c,borderInlineEnd:bd-e/borderEnd,borderInlineEndWidth:bd-e-w/borderEndWidth,borderInlineEndColor:bd-e-c/borderEndColor,borderTop:bd-t,borderTopColor:bd-t-c,borderBottom:bd-b,borderBottomColor:bd-b-c,borderBlockEnd:bd-be,borderBlockEndColor:bd-be-c,borderBlockStart:bd-bs,borderBlockStartColor:bd-bs-c,opacity:op,boxShadow:bx-sh/shadow,boxShadowColor:bx-sh-c/shadowColor,mixBlendMode:mix-bm,filter:filter,brightness:brightness,contrast:contrast,grayscale:grayscale,hueRotate:hue-rotate,invert:invert,saturate:saturate,sepia:sepia,dropShadow:drop-shadow,blur:blur,backdropFilter:bkdp,backdropBlur:bkdp-blur,backdropBrightness:bkdp-brightness,backdropContrast:bkdp-contrast,backdropGrayscale:bkdp-grayscale,backdropHueRotate:bkdp-hue-rotate,backdropInvert:bkdp-invert,backdropOpacity:bkdp-opacity,backdropSaturate:bkdp-saturate,backdropSepia:bkdp-sepia,borderCollapse:bd-cl,borderSpacing:bd-sp,borderSpacingX:bd-sx,borderSpacingY:bd-sy,tableLayout:tbl,transitionTimingFunction:trs-tmf,transitionDelay:trs-dly,transitionDuration:trs-dur,transitionProperty:trs-prop,transition:trs,animation:anim,animationName:anim-n,animationTimingFunction:anim-tmf,animationDuration:anim-dur,animationDelay:anim-dly,animationPlayState:anim-ps,animationComposition:anim-comp,animationFillMode:anim-fm,animationDirection:anim-dir,animationIterationCount:anim-ic,animationRange:anim-r,animationState:anim-s,animationRangeStart:anim-rs,animationRangeEnd:anim-re,animationTimeline:anim-tl,transformOrigin:trf-o,transformBox:trf-b,transformStyle:trf-s,transform:trf,rotate:rotate,rotateX:rotate-x,rotateY:rotate-y,rotateZ:rotate-z,scale:scale,scaleX:scale-x,scaleY:scale-y,translate:translate,translateX:translate-x/x,translateY:translate-y/y,translateZ:translate-z/z,accentColor:ac-c,caretColor:ca-c,scrollBehavior:scr-bhv,scrollbar:scr-bar,scrollbarColor:scr-bar-c,scrollbarGutter:scr-bar-g,scrollbarWidth:scr-bar-w,scrollMargin:scr-m,scrollMarginLeft:scr-ml,scrollMarginRight:scr-mr,scrollMarginTop:scr-mt,scrollMarginBottom:scr-mb,scrollMarginBlock:scr-my/scrollMarginY,scrollMarginBlockEnd:scr-mbe,scrollMarginBlockStart:scr-mbt,scrollMarginInline:scr-mx/scrollMarginX,scrollMarginInlineEnd:scr-me,scrollMarginInlineStart:scr-ms,scrollPadding:scr-p,scrollPaddingBlock:scr-py/scrollPaddingY,scrollPaddingBlockStart:scr-pbs,scrollPaddingBlockEnd:scr-pbe,scrollPaddingInline:scr-px/scrollPaddingX,scrollPaddingInlineEnd:scr-pe,scrollPaddingInlineStart:scr-ps,scrollPaddingLeft:scr-pl,scrollPaddingRight:scr-pr,scrollPaddingTop:scr-pt,scrollPaddingBottom:scr-pb,scrollSnapAlign:scr-sa,scrollSnapStop:scrs-s,scrollSnapType:scrs-t,scrollSnapStrictness:scrs-strt,scrollSnapMargin:scrs-m,scrollSnapMarginTop:scrs-mt,scrollSnapMarginBottom:scrs-mb,scrollSnapMarginLeft:scrs-ml,scrollSnapMarginRight:scrs-mr,scrollSnapCoordinate:scrs-c,scrollSnapDestination:scrs-d,scrollSnapPointsX:scrs-px,scrollSnapPointsY:scrs-py,scrollSnapTypeX:scrs-tx,scrollSnapTypeY:scrs-ty,scrollTimeline:scrtl,scrollTimelineAxis:scrtl-a,scrollTimelineName:scrtl-n,touchAction:tch-a,userSelect:us,overflow:ov,overflowWrap:ov-wrap,overflowX:ov-x,overflowY:ov-y,overflowAnchor:ov-a,overflowBlock:ov-b,overflowInline:ov-i,overflowClipBox:ovcp-bx,overflowClipMargin:ovcp-m,overscrollBehaviorBlock:ovs-bb,overscrollBehaviorInline:ovs-bi,fill:fill,stroke:stk,strokeWidth:stk-w,strokeDasharray:stk-dsh,strokeDashoffset:stk-do,strokeLinecap:stk-lc,strokeLinejoin:stk-lj,strokeMiterlimit:stk-ml,strokeOpacity:stk-op,srOnly:sr,debug:debug,appearance:ap,backfaceVisibility:bfv,clipPath:cp-path,hyphens:hy,mask:msk,maskImage:msk-i,maskSize:msk-s,textSizeAdjust:txt-adj,container:cq,containerName:cq-n,containerType:cq-t,textStyle:textStyle", Ye = /* @__PURE__ */ new Map(), Ke = /* @__PURE__ */ new Map();
190
- nr.split(",").forEach((e) => {
189
+ const gr = "aspectRatio:asp,boxDecorationBreak:bx-db,zIndex:z,boxSizing:bx-s,objectPosition:obj-p,objectFit:obj-f,overscrollBehavior:ovs-b,overscrollBehaviorX:ovs-bx,overscrollBehaviorY:ovs-by,position:pos/1,top:top,left:left,inset:inset,insetInline:inset-x/insetX,insetBlock:inset-y/insetY,insetBlockEnd:inset-be,insetBlockStart:inset-bs,insetInlineEnd:inset-e/insetEnd/end,insetInlineStart:inset-s/insetStart/start,right:right,bottom:bottom,float:float,visibility:vis,display:d,hideFrom:hide,hideBelow:show,flexBasis:flex-b,flex:flex,flexDirection:flex-d/flexDir,flexGrow:flex-g,flexShrink:flex-sh,gridTemplateColumns:grid-tc,gridTemplateRows:grid-tr,gridColumn:grid-c,gridRow:grid-r,gridColumnStart:grid-cs,gridColumnEnd:grid-ce,gridAutoFlow:grid-af,gridAutoColumns:grid-ac,gridAutoRows:grid-ar,gap:gap,gridGap:grid-g,gridRowGap:grid-rg,gridColumnGap:grid-cg,rowGap:rg,columnGap:cg,justifyContent:jc,alignContent:ac,alignItems:ai,alignSelf:as,padding:p/1,paddingLeft:pl/1,paddingRight:pr/1,paddingTop:pt/1,paddingBottom:pb/1,paddingBlock:py/1/paddingY,paddingBlockEnd:pbe,paddingBlockStart:pbs,paddingInline:px/paddingX/1,paddingInlineEnd:pe/1/paddingEnd,paddingInlineStart:ps/1/paddingStart,marginLeft:ml/1,marginRight:mr/1,marginTop:mt/1,marginBottom:mb/1,margin:m/1,marginBlock:my/1/marginY,marginBlockEnd:mbe,marginBlockStart:mbs,marginInline:mx/1/marginX,marginInlineEnd:me/1/marginEnd,marginInlineStart:ms/1/marginStart,spaceX:sx,spaceY:sy,outlineWidth:ring-w/ringWidth,outlineColor:ring-c/ringColor,outline:ring/1,outlineOffset:ring-o/ringOffset,divideX:dvd-x,divideY:dvd-y,divideColor:dvd-c,divideStyle:dvd-s,width:w/1,inlineSize:w-is,minWidth:min-w/minW,minInlineSize:min-w-is,maxWidth:max-w/maxW,maxInlineSize:max-w-is,height:h/1,blockSize:h-bs,minHeight:min-h/minH,minBlockSize:min-h-bs,maxHeight:max-h/maxH,maxBlockSize:max-b,color:c,fontFamily:ff,fontSize:fs,fontSizeAdjust:fs-a,fontPalette:fp,fontKerning:fk,fontFeatureSettings:ff-s,fontWeight:fw,fontSmoothing:fsmt,fontVariant:fv,fontVariantAlternates:fv-alt,fontVariantCaps:fv-caps,fontVariationSettings:fv-s,fontVariantNumeric:fv-num,letterSpacing:ls,lineHeight:lh,textAlign:ta,textDecoration:td,textDecorationColor:td-c,textEmphasisColor:te-c,textDecorationStyle:td-s,textDecorationThickness:td-t,textUnderlineOffset:tu-o,textTransform:tt,textIndent:ti,textShadow:tsh,textShadowColor:tsh-c/textShadowColor,textOverflow:tov,verticalAlign:va,wordBreak:wb,textWrap:tw,truncate:trunc,lineClamp:lc,listStyleType:li-t,listStylePosition:li-pos,listStyleImage:li-img,listStyle:li-s,backgroundPosition:bg-p/bgPosition,backgroundPositionX:bg-p-x/bgPositionX,backgroundPositionY:bg-p-y/bgPositionY,backgroundAttachment:bg-a/bgAttachment,backgroundClip:bg-cp/bgClip,background:bg/1,backgroundColor:bg-c/bgColor,backgroundOrigin:bg-o/bgOrigin,backgroundImage:bg-i/bgImage,backgroundRepeat:bg-r/bgRepeat,backgroundBlendMode:bg-bm/bgBlendMode,backgroundSize:bg-s/bgSize,backgroundGradient:bg-grad/bgGradient,textGradient:txt-grad,gradientFromPosition:grad-from-pos,gradientToPosition:grad-to-pos,gradientFrom:grad-from,gradientTo:grad-to,gradientVia:grad-via,gradientViaPosition:grad-via-pos,borderRadius:bdr/rounded,borderTopLeftRadius:bdr-tl/roundedTopLeft,borderTopRightRadius:bdr-tr/roundedTopRight,borderBottomRightRadius:bdr-br/roundedBottomRight,borderBottomLeftRadius:bdr-bl/roundedBottomLeft,borderTopRadius:bdr-t/roundedTop,borderRightRadius:bdr-r/roundedRight,borderBottomRadius:bdr-b/roundedBottom,borderLeftRadius:bdr-l/roundedLeft,borderStartStartRadius:bdr-ss/roundedStartStart,borderStartEndRadius:bdr-se/roundedStartEnd,borderStartRadius:bdr-s/roundedStart,borderEndStartRadius:bdr-es/roundedEndStart,borderEndEndRadius:bdr-ee/roundedEndEnd,borderEndRadius:bdr-e/roundedEnd,border:bd,borderWidth:bd-w,borderTopWidth:bd-t-w,borderLeftWidth:bd-l-w,borderRightWidth:bd-r-w,borderBottomWidth:bd-b-w,borderColor:bd-c,borderInline:bd-x/borderX,borderInlineWidth:bd-x-w/borderXWidth,borderInlineColor:bd-x-c/borderXColor,borderBlock:bd-y/borderY,borderBlockWidth:bd-y-w/borderYWidth,borderBlockColor:bd-y-c/borderYColor,borderLeft:bd-l,borderLeftColor:bd-l-c,borderInlineStart:bd-s/borderStart,borderInlineStartWidth:bd-s-w/borderStartWidth,borderInlineStartColor:bd-s-c/borderStartColor,borderRight:bd-r,borderRightColor:bd-r-c,borderInlineEnd:bd-e/borderEnd,borderInlineEndWidth:bd-e-w/borderEndWidth,borderInlineEndColor:bd-e-c/borderEndColor,borderTop:bd-t,borderTopColor:bd-t-c,borderBottom:bd-b,borderBottomColor:bd-b-c,borderBlockEnd:bd-be,borderBlockEndColor:bd-be-c,borderBlockStart:bd-bs,borderBlockStartColor:bd-bs-c,opacity:op,boxShadow:bx-sh/shadow,boxShadowColor:bx-sh-c/shadowColor,mixBlendMode:mix-bm,filter:filter,brightness:brightness,contrast:contrast,grayscale:grayscale,hueRotate:hue-rotate,invert:invert,saturate:saturate,sepia:sepia,dropShadow:drop-shadow,blur:blur,backdropFilter:bkdp,backdropBlur:bkdp-blur,backdropBrightness:bkdp-brightness,backdropContrast:bkdp-contrast,backdropGrayscale:bkdp-grayscale,backdropHueRotate:bkdp-hue-rotate,backdropInvert:bkdp-invert,backdropOpacity:bkdp-opacity,backdropSaturate:bkdp-saturate,backdropSepia:bkdp-sepia,borderCollapse:bd-cl,borderSpacing:bd-sp,borderSpacingX:bd-sx,borderSpacingY:bd-sy,tableLayout:tbl,transitionTimingFunction:trs-tmf,transitionDelay:trs-dly,transitionDuration:trs-dur,transitionProperty:trs-prop,transition:trs,animation:anim,animationName:anim-n,animationTimingFunction:anim-tmf,animationDuration:anim-dur,animationDelay:anim-dly,animationPlayState:anim-ps,animationComposition:anim-comp,animationFillMode:anim-fm,animationDirection:anim-dir,animationIterationCount:anim-ic,animationRange:anim-r,animationState:anim-s,animationRangeStart:anim-rs,animationRangeEnd:anim-re,animationTimeline:anim-tl,transformOrigin:trf-o,transformBox:trf-b,transformStyle:trf-s,transform:trf,rotate:rotate,rotateX:rotate-x,rotateY:rotate-y,rotateZ:rotate-z,scale:scale,scaleX:scale-x,scaleY:scale-y,translate:translate,translateX:translate-x/x,translateY:translate-y/y,translateZ:translate-z/z,accentColor:ac-c,caretColor:ca-c,scrollBehavior:scr-bhv,scrollbar:scr-bar,scrollbarColor:scr-bar-c,scrollbarGutter:scr-bar-g,scrollbarWidth:scr-bar-w,scrollMargin:scr-m,scrollMarginLeft:scr-ml,scrollMarginRight:scr-mr,scrollMarginTop:scr-mt,scrollMarginBottom:scr-mb,scrollMarginBlock:scr-my/scrollMarginY,scrollMarginBlockEnd:scr-mbe,scrollMarginBlockStart:scr-mbt,scrollMarginInline:scr-mx/scrollMarginX,scrollMarginInlineEnd:scr-me,scrollMarginInlineStart:scr-ms,scrollPadding:scr-p,scrollPaddingBlock:scr-py/scrollPaddingY,scrollPaddingBlockStart:scr-pbs,scrollPaddingBlockEnd:scr-pbe,scrollPaddingInline:scr-px/scrollPaddingX,scrollPaddingInlineEnd:scr-pe,scrollPaddingInlineStart:scr-ps,scrollPaddingLeft:scr-pl,scrollPaddingRight:scr-pr,scrollPaddingTop:scr-pt,scrollPaddingBottom:scr-pb,scrollSnapAlign:scr-sa,scrollSnapStop:scrs-s,scrollSnapType:scrs-t,scrollSnapStrictness:scrs-strt,scrollSnapMargin:scrs-m,scrollSnapMarginTop:scrs-mt,scrollSnapMarginBottom:scrs-mb,scrollSnapMarginLeft:scrs-ml,scrollSnapMarginRight:scrs-mr,scrollSnapCoordinate:scrs-c,scrollSnapDestination:scrs-d,scrollSnapPointsX:scrs-px,scrollSnapPointsY:scrs-py,scrollSnapTypeX:scrs-tx,scrollSnapTypeY:scrs-ty,scrollTimeline:scrtl,scrollTimelineAxis:scrtl-a,scrollTimelineName:scrtl-n,touchAction:tch-a,userSelect:us,overflow:ov,overflowWrap:ov-wrap,overflowX:ov-x,overflowY:ov-y,overflowAnchor:ov-a,overflowBlock:ov-b,overflowInline:ov-i,overflowClipBox:ovcp-bx,overflowClipMargin:ovcp-m,overscrollBehaviorBlock:ovs-bb,overscrollBehaviorInline:ovs-bi,fill:fill,stroke:stk,strokeWidth:stk-w,strokeDasharray:stk-dsh,strokeDashoffset:stk-do,strokeLinecap:stk-lc,strokeLinejoin:stk-lj,strokeMiterlimit:stk-ml,strokeOpacity:stk-op,srOnly:sr,debug:debug,appearance:ap,backfaceVisibility:bfv,clipPath:cp-path,hyphens:hy,mask:msk,maskImage:msk-i,maskSize:msk-s,textSizeAdjust:txt-adj,container:cq,containerName:cq-n,containerType:cq-t,textStyle:textStyle", Ue = /* @__PURE__ */ new Map(), Ze = /* @__PURE__ */ new Map();
190
+ gr.split(",").forEach((e) => {
191
191
  const [t, r] = e.split(":"), [o, ...n] = r.split("/");
192
- Ye.set(t, o), n.length && n.forEach((a) => {
193
- Ke.set(a === "1" ? o : a, t);
192
+ Ue.set(t, o), n.length && n.forEach((a) => {
193
+ Ze.set(a === "1" ? o : a, t);
194
194
  });
195
195
  });
196
- const be = (e) => Ke.get(e) || e, Ge = {
196
+ const ke = (e) => Ze.get(e) || e, Je = {
197
197
  conditions: {
198
- shift: Xe,
199
- finalize: De,
198
+ shift: $e,
199
+ finalize: qe,
200
200
  breakpoints: { keys: ["base", "xs", "sm", "md", "lg", "xl", "2xl"] }
201
201
  },
202
202
  utility: {
203
203
  prefix: "Cetec",
204
204
  transform: (e, t) => {
205
- const r = be(e);
206
- return { className: `${Ye.get(r) || Yt(r)}_${oe(t)}` };
205
+ const r = ke(e);
206
+ return { className: `${Ue.get(r) || Jt(r)}_${ie(t)}` };
207
207
  },
208
208
  hasShorthand: !0,
209
209
  toHash: (e, t) => t(e.join(":")),
210
- resolveShorthand: be
210
+ resolveShorthand: ke
211
211
  }
212
- }, ar = ze(Ge), V = (...e) => ar(B(...e));
213
- V.raw = (...e) => B(...e);
214
- const { mergeCss: B } = At(Ge), he = (e) => ({
212
+ }, mr = Ye(Je), T = (...e) => mr(V(...e));
213
+ T.raw = (...e) => V(...e);
214
+ const { mergeCss: V } = $t(Je), ye = (e) => ({
215
215
  base: {},
216
216
  variants: {},
217
217
  defaultVariants: {},
218
218
  compoundVariants: [],
219
219
  ...e
220
220
  });
221
- function He(e) {
222
- const { base: t, variants: r, defaultVariants: o, compoundVariants: n } = he(e), a = (b) => ({ ...o, ...R(b) });
223
- function i(b = {}) {
224
- var T;
225
- const f = a(b);
226
- let w = { ...t };
227
- for (const [P, S] of Object.entries(f))
228
- (T = r[P]) != null && T[S] && (w = B(w, r[P][S]));
229
- const v = te(n, f);
230
- return B(w, v);
221
+ function Qe(e) {
222
+ const { base: t, variants: r, defaultVariants: o, compoundVariants: n } = ye(e), a = (h) => ({ ...o, ...I(h) });
223
+ function i(h = {}) {
224
+ var R;
225
+ const y = a(h);
226
+ let v = { ...t };
227
+ for (const [B, S] of Object.entries(y))
228
+ (R = r[B]) != null && R[S] && (v = V(v, r[B][S]));
229
+ const C = ne(n, y);
230
+ return V(v, C);
231
231
  }
232
- function s(b) {
233
- const f = he(b.config), w = Q(b.variantKeys, Object.keys(r));
234
- return He({
235
- base: B(t, f.base),
232
+ function s(h) {
233
+ const y = ye(h.config), v = re(h.variantKeys, Object.keys(r));
234
+ return Qe({
235
+ base: V(t, y.base),
236
236
  variants: Object.fromEntries(
237
- w.map((v) => [v, B(r[v], f.variants[v])])
237
+ v.map((C) => [C, V(r[C], y.variants[C])])
238
238
  ),
239
- defaultVariants: ne(o, f.defaultVariants),
240
- compoundVariants: [...n, ...f.compoundVariants]
239
+ defaultVariants: se(o, y.defaultVariants),
240
+ compoundVariants: [...n, ...y.compoundVariants]
241
241
  });
242
242
  }
243
- function d(b) {
244
- return V(i(b));
243
+ function d(h) {
244
+ return T(i(h));
245
245
  }
246
- const c = Object.keys(r);
247
- function l(b) {
248
- return g(b, c);
246
+ const p = Object.keys(r);
247
+ function c(h) {
248
+ return g(h, p);
249
249
  }
250
- const m = Object.fromEntries(Object.entries(r).map(([b, f]) => [b, Object.keys(f)]));
251
- return Object.assign(u(d), {
250
+ const u = Object.fromEntries(Object.entries(r).map(([h, y]) => [h, Object.keys(y)]));
251
+ return Object.assign(m(d), {
252
252
  __cva__: !0,
253
- variantMap: m,
254
- variantKeys: c,
253
+ variantMap: u,
254
+ variantKeys: p,
255
255
  raw: i,
256
256
  config: e,
257
257
  merge: s,
258
- splitVariantProps: l,
258
+ splitVariantProps: c,
259
259
  getVariantProps: a
260
260
  });
261
261
  }
262
- function te(e, t) {
262
+ function ne(e, t) {
263
263
  let r = {};
264
264
  return e.forEach((o) => {
265
- Object.entries(o).every(([a, i]) => a === "css" ? !0 : (Array.isArray(i) ? i : [i]).some((d) => t[a] === d)) && (r = B(r, o.css));
265
+ Object.entries(o).every(([a, i]) => a === "css" ? !0 : (Array.isArray(i) ? i : [i]).some((d) => t[a] === d)) && (r = V(r, o.css));
266
266
  }), r;
267
267
  }
268
- function ir(e, t, r, o) {
268
+ function ur(e, t, r, o) {
269
269
  if (t.length > 0 && typeof (r == null ? void 0 : r[o]) == "object")
270
270
  throw new Error(`[recipe:${e}:${o}] Conditions are not supported when using compound variants.`);
271
271
  }
272
- function h() {
272
+ function b() {
273
273
  let e = "", t = 0, r;
274
274
  for (; t < arguments.length; )
275
275
  (r = arguments[t++]) && typeof r == "string" && (e && (e += " "), e += r);
276
276
  return e;
277
277
  }
278
- const _ = (e, t, r) => {
278
+ const f = (e, t, r) => {
279
279
  const o = (a) => ({
280
280
  [e]: "__ignore__",
281
281
  ...t,
282
- ...R(a)
282
+ ...I(a)
283
283
  });
284
284
  return {
285
285
  recipeFn: (a, i = !0) => {
286
- const d = ze({
286
+ const d = Ye({
287
287
  conditions: {
288
- shift: Xe,
289
- finalize: De,
288
+ shift: $e,
289
+ finalize: qe,
290
290
  breakpoints: { keys: ["base", "xs", "sm", "md", "lg", "xl", "2xl"] }
291
291
  },
292
292
  utility: {
293
293
  prefix: "Cetec",
294
- toHash: (l, m) => m(l.join(":")),
295
- transform: (l, m) => (ir(e, r, a, l), m === "__ignore__" ? { className: e } : (m = oe(m), { className: `${e}--${l}_${m}` }))
294
+ toHash: (c, u) => u(c.join(":")),
295
+ transform: (c, u) => (ur(e, r, a, c), u === "__ignore__" ? { className: e } : (u = ie(u), { className: `${e}--${c}_${u}` }))
296
296
  }
297
- }), c = o(a);
297
+ }), p = o(a);
298
298
  if (i) {
299
- const l = te(r, c);
300
- return h(d(c), V(l));
299
+ const c = ne(r, p);
300
+ return b(d(p), T(c));
301
301
  }
302
- return d(c);
302
+ return d(p);
303
303
  },
304
304
  getVariantProps: o,
305
- __getCompoundVariantCss__: (a) => te(r, o(a))
305
+ __getCompoundVariantCss__: (a) => ne(r, o(a))
306
306
  };
307
307
  }, x = (e, t) => {
308
308
  if (e && !t) return e;
309
309
  if (!e && t) return t;
310
- const r = (...a) => h(e(...a), t(...a)), o = Q(e.variantKeys, t.variantKeys), n = o.reduce((a, i) => (a[i] = Q(e.variantMap[i], t.variantMap[i]), a), {});
310
+ const r = (...a) => b(e(...a), t(...a)), o = re(e.variantKeys, t.variantKeys), n = o.reduce((a, i) => (a[i] = re(e.variantMap[i], t.variantMap[i]), a), {});
311
311
  return Object.assign(r, {
312
312
  __recipe__: !0,
313
313
  __name__: `${e.__name__} ${t.__name__}`,
@@ -318,9 +318,9 @@ const _ = (e, t, r) => {
318
318
  return g(a, o);
319
319
  }
320
320
  });
321
- }, z = /* @__PURE__ */ _("text", {
321
+ }, N = /* @__PURE__ */ f("text", {
322
322
  textStyle: "body-md"
323
- }, []), qe = {
323
+ }, []), et = {
324
324
  textStyle: [
325
325
  "display-lg",
326
326
  "display-md",
@@ -374,46 +374,46 @@ const _ = (e, t, r) => {
374
374
  "bold",
375
375
  "black"
376
376
  ]
377
- }, fe = Object.keys(qe), sr = /* @__PURE__ */ Object.assign(u(z.recipeFn), {
377
+ }, xe = Object.keys(et), br = /* @__PURE__ */ Object.assign(m(N.recipeFn), {
378
378
  __recipe__: !0,
379
379
  __name__: "text",
380
- __getCompoundVariantCss__: z.__getCompoundVariantCss__,
380
+ __getCompoundVariantCss__: N.__getCompoundVariantCss__,
381
381
  raw: (e) => e,
382
- variantKeys: fe,
383
- variantMap: qe,
382
+ variantKeys: xe,
383
+ variantMap: et,
384
384
  merge(e) {
385
385
  return x(this, e);
386
386
  },
387
387
  splitVariantProps(e) {
388
- return g(e, fe);
388
+ return g(e, xe);
389
389
  },
390
- getVariantProps: z.getVariantProps
391
- }), L = /* @__PURE__ */ _("heading", {
390
+ getVariantProps: N.getVariantProps
391
+ }), L = /* @__PURE__ */ f("heading", {
392
392
  level: "h2"
393
- }, []), $e = {
393
+ }, []), tt = {
394
394
  level: [
395
395
  "h1",
396
396
  "h2",
397
397
  "h3",
398
398
  "h4"
399
399
  ]
400
- }, _e = Object.keys($e), lr = /* @__PURE__ */ Object.assign(u(L.recipeFn), {
400
+ }, Se = Object.keys(tt), hr = /* @__PURE__ */ Object.assign(m(L.recipeFn), {
401
401
  __recipe__: !0,
402
402
  __name__: "heading",
403
403
  __getCompoundVariantCss__: L.__getCompoundVariantCss__,
404
404
  raw: (e) => e,
405
- variantKeys: _e,
406
- variantMap: $e,
405
+ variantKeys: Se,
406
+ variantMap: tt,
407
407
  merge(e) {
408
408
  return x(this, e);
409
409
  },
410
410
  splitVariantProps(e) {
411
- return g(e, _e);
411
+ return g(e, Se);
412
412
  },
413
413
  getVariantProps: L.getVariantProps
414
- }), N = /* @__PURE__ */ _("link", {
414
+ }), A = /* @__PURE__ */ f("link", {
415
415
  family: "body"
416
- }, []), Ue = {
416
+ }, []), rt = {
417
417
  textStyle: [
418
418
  "display-lg",
419
419
  "display-md",
@@ -470,23 +470,23 @@ const _ = (e, t, r) => {
470
470
  _disabled: [
471
471
  "true"
472
472
  ]
473
- }, ke = Object.keys(Ue), dr = /* @__PURE__ */ Object.assign(u(N.recipeFn), {
473
+ }, we = Object.keys(rt), _r = /* @__PURE__ */ Object.assign(m(A.recipeFn), {
474
474
  __recipe__: !0,
475
475
  __name__: "link",
476
- __getCompoundVariantCss__: N.__getCompoundVariantCss__,
476
+ __getCompoundVariantCss__: A.__getCompoundVariantCss__,
477
477
  raw: (e) => e,
478
- variantKeys: ke,
479
- variantMap: Ue,
478
+ variantKeys: we,
479
+ variantMap: rt,
480
480
  merge(e) {
481
481
  return x(this, e);
482
482
  },
483
483
  splitVariantProps(e) {
484
- return g(e, ke);
484
+ return g(e, we);
485
485
  },
486
- getVariantProps: N.getVariantProps
487
- }), A = /* @__PURE__ */ _("label", {
486
+ getVariantProps: A.getVariantProps
487
+ }), D = /* @__PURE__ */ f("label", {
488
488
  family: "body"
489
- }, []), Ze = {
489
+ }, []), ot = {
490
490
  textStyle: [
491
491
  "display-lg",
492
492
  "display-md",
@@ -543,24 +543,24 @@ const _ = (e, t, r) => {
543
543
  _disabled: [
544
544
  "true"
545
545
  ]
546
- }, ye = Object.keys(Ze), cr = /* @__PURE__ */ Object.assign(u(A.recipeFn), {
546
+ }, ve = Object.keys(ot), fr = /* @__PURE__ */ Object.assign(m(D.recipeFn), {
547
547
  __recipe__: !0,
548
548
  __name__: "label",
549
- __getCompoundVariantCss__: A.__getCompoundVariantCss__,
549
+ __getCompoundVariantCss__: D.__getCompoundVariantCss__,
550
550
  raw: (e) => e,
551
- variantKeys: ye,
552
- variantMap: Ze,
551
+ variantKeys: ve,
552
+ variantMap: ot,
553
553
  merge(e) {
554
554
  return x(this, e);
555
555
  },
556
556
  splitVariantProps(e) {
557
- return g(e, ye);
557
+ return g(e, ve);
558
558
  },
559
- getVariantProps: A.getVariantProps
560
- }), D = /* @__PURE__ */ _("button", {
559
+ getVariantProps: D.getVariantProps
560
+ }), X = /* @__PURE__ */ f("button", {
561
561
  variant: "standard",
562
562
  size: "medium"
563
- }, []), Je = {
563
+ }, []), nt = {
564
564
  variant: [
565
565
  "primary",
566
566
  "standard",
@@ -574,24 +574,24 @@ const _ = (e, t, r) => {
574
574
  "large",
575
575
  "small"
576
576
  ]
577
- }, xe = Object.keys(Je), pr = /* @__PURE__ */ Object.assign(u(D.recipeFn), {
577
+ }, Ce = Object.keys(nt), kr = /* @__PURE__ */ Object.assign(m(X.recipeFn), {
578
578
  __recipe__: !0,
579
579
  __name__: "button",
580
- __getCompoundVariantCss__: D.__getCompoundVariantCss__,
580
+ __getCompoundVariantCss__: X.__getCompoundVariantCss__,
581
581
  raw: (e) => e,
582
- variantKeys: xe,
583
- variantMap: Je,
582
+ variantKeys: Ce,
583
+ variantMap: nt,
584
584
  merge(e) {
585
585
  return x(this, e);
586
586
  },
587
587
  splitVariantProps(e) {
588
- return g(e, xe);
588
+ return g(e, Ce);
589
589
  },
590
- getVariantProps: D.getVariantProps
591
- }), X = /* @__PURE__ */ _("icon-button", {
590
+ getVariantProps: X.getVariantProps
591
+ }), K = /* @__PURE__ */ f("icon-button", {
592
592
  variant: "standard",
593
593
  size: "medium"
594
- }, []), Qe = {
594
+ }, []), at = {
595
595
  variant: [
596
596
  "primary",
597
597
  "standard",
@@ -605,23 +605,23 @@ const _ = (e, t, r) => {
605
605
  "large",
606
606
  "small"
607
607
  ]
608
- }, Se = Object.keys(Qe), mr = /* @__PURE__ */ Object.assign(u(X.recipeFn), {
608
+ }, Pe = Object.keys(at), yr = /* @__PURE__ */ Object.assign(m(K.recipeFn), {
609
609
  __recipe__: !0,
610
610
  __name__: "iconButton",
611
- __getCompoundVariantCss__: X.__getCompoundVariantCss__,
611
+ __getCompoundVariantCss__: K.__getCompoundVariantCss__,
612
612
  raw: (e) => e,
613
- variantKeys: Se,
614
- variantMap: Qe,
613
+ variantKeys: Pe,
614
+ variantMap: at,
615
615
  merge(e) {
616
616
  return x(this, e);
617
617
  },
618
618
  splitVariantProps(e) {
619
- return g(e, Se);
619
+ return g(e, Pe);
620
620
  },
621
- getVariantProps: X.getVariantProps
622
- }), Y = /* @__PURE__ */ _("textinput", {
621
+ getVariantProps: K.getVariantProps
622
+ }), Y = /* @__PURE__ */ f("textinput", {
623
623
  size: "medium"
624
- }, []), et = {
624
+ }, []), it = {
625
625
  size: [
626
626
  "medium",
627
627
  "small",
@@ -630,23 +630,23 @@ const _ = (e, t, r) => {
630
630
  autoSize: [
631
631
  "true"
632
632
  ]
633
- }, we = Object.keys(et), gr = /* @__PURE__ */ Object.assign(u(Y.recipeFn), {
633
+ }, Be = Object.keys(it), xr = /* @__PURE__ */ Object.assign(m(Y.recipeFn), {
634
634
  __recipe__: !0,
635
635
  __name__: "textinput",
636
636
  __getCompoundVariantCss__: Y.__getCompoundVariantCss__,
637
637
  raw: (e) => e,
638
- variantKeys: we,
639
- variantMap: et,
638
+ variantKeys: Be,
639
+ variantMap: it,
640
640
  merge(e) {
641
641
  return x(this, e);
642
642
  },
643
643
  splitVariantProps(e) {
644
- return g(e, we);
644
+ return g(e, Be);
645
645
  },
646
646
  getVariantProps: Y.getVariantProps
647
- }), K = /* @__PURE__ */ _("textarea", {
647
+ }), G = /* @__PURE__ */ f("textarea", {
648
648
  size: "medium"
649
- }, []), tt = {
649
+ }, []), st = {
650
650
  size: [
651
651
  "small",
652
652
  "medium",
@@ -655,74 +655,74 @@ const _ = (e, t, r) => {
655
655
  autoSize: [
656
656
  "true"
657
657
  ]
658
- }, ve = Object.keys(tt), ur = /* @__PURE__ */ Object.assign(u(K.recipeFn), {
658
+ }, Ve = Object.keys(st), Sr = /* @__PURE__ */ Object.assign(m(G.recipeFn), {
659
659
  __recipe__: !0,
660
660
  __name__: "textarea",
661
- __getCompoundVariantCss__: K.__getCompoundVariantCss__,
661
+ __getCompoundVariantCss__: G.__getCompoundVariantCss__,
662
662
  raw: (e) => e,
663
- variantKeys: ve,
664
- variantMap: tt,
663
+ variantKeys: Ve,
664
+ variantMap: st,
665
665
  merge(e) {
666
666
  return x(this, e);
667
667
  },
668
668
  splitVariantProps(e) {
669
- return g(e, ve);
669
+ return g(e, Ve);
670
670
  },
671
- getVariantProps: K.getVariantProps
672
- }), G = /* @__PURE__ */ _("code", {}, []), rt = {}, Ce = Object.keys(rt), br = /* @__PURE__ */ Object.assign(u(G.recipeFn), {
671
+ getVariantProps: G.getVariantProps
672
+ }), H = /* @__PURE__ */ f("code", {}, []), lt = {}, Te = Object.keys(lt), wr = /* @__PURE__ */ Object.assign(m(H.recipeFn), {
673
673
  __recipe__: !0,
674
674
  __name__: "code",
675
- __getCompoundVariantCss__: G.__getCompoundVariantCss__,
675
+ __getCompoundVariantCss__: H.__getCompoundVariantCss__,
676
676
  raw: (e) => e,
677
- variantKeys: Ce,
678
- variantMap: rt,
677
+ variantKeys: Te,
678
+ variantMap: lt,
679
679
  merge(e) {
680
680
  return x(this, e);
681
681
  },
682
682
  splitVariantProps(e) {
683
- return g(e, Ce);
683
+ return g(e, Te);
684
684
  },
685
- getVariantProps: G.getVariantProps
686
- }), H = /* @__PURE__ */ _("pre", {}, []), ot = {}, Pe = Object.keys(ot), hr = /* @__PURE__ */ Object.assign(u(H.recipeFn), {
685
+ getVariantProps: H.getVariantProps
686
+ }), q = /* @__PURE__ */ f("pre", {}, []), ct = {}, Ie = Object.keys(ct), vr = /* @__PURE__ */ Object.assign(m(q.recipeFn), {
687
687
  __recipe__: !0,
688
688
  __name__: "pre",
689
- __getCompoundVariantCss__: H.__getCompoundVariantCss__,
689
+ __getCompoundVariantCss__: q.__getCompoundVariantCss__,
690
690
  raw: (e) => e,
691
- variantKeys: Pe,
692
- variantMap: ot,
691
+ variantKeys: Ie,
692
+ variantMap: ct,
693
693
  merge(e) {
694
694
  return x(this, e);
695
695
  },
696
696
  splitVariantProps(e) {
697
- return g(e, Pe);
697
+ return g(e, Ie);
698
698
  },
699
- getVariantProps: H.getVariantProps
700
- }), q = /* @__PURE__ */ _("spinner", {
699
+ getVariantProps: q.getVariantProps
700
+ }), $ = /* @__PURE__ */ f("spinner", {
701
701
  size: "medium"
702
- }, []), nt = {
702
+ }, []), dt = {
703
703
  size: [
704
704
  "medium",
705
705
  "small",
706
706
  "large"
707
707
  ]
708
- }, Be = Object.keys(nt), fr = /* @__PURE__ */ Object.assign(u(q.recipeFn), {
708
+ }, Re = Object.keys(dt), Cr = /* @__PURE__ */ Object.assign(m($.recipeFn), {
709
709
  __recipe__: !0,
710
710
  __name__: "spinner",
711
- __getCompoundVariantCss__: q.__getCompoundVariantCss__,
711
+ __getCompoundVariantCss__: $.__getCompoundVariantCss__,
712
712
  raw: (e) => e,
713
- variantKeys: Be,
714
- variantMap: nt,
713
+ variantKeys: Re,
714
+ variantMap: dt,
715
715
  merge(e) {
716
716
  return x(this, e);
717
717
  },
718
718
  splitVariantProps(e) {
719
- return g(e, Be);
719
+ return g(e, Re);
720
720
  },
721
- getVariantProps: q.getVariantProps
722
- }), $ = /* @__PURE__ */ _("divider", {
721
+ getVariantProps: $.getVariantProps
722
+ }), U = /* @__PURE__ */ f("divider", {
723
723
  direction: "horizontal",
724
724
  weight: "thin"
725
- }, []), at = {
725
+ }, []), pt = {
726
726
  direction: [
727
727
  "horizontal",
728
728
  "vertical"
@@ -733,56 +733,111 @@ const _ = (e, t, r) => {
733
733
  "thick",
734
734
  "thicker"
735
735
  ]
736
- }, Ve = Object.keys(at), _r = /* @__PURE__ */ Object.assign(u($.recipeFn), {
736
+ }, Me = Object.keys(pt), Pr = /* @__PURE__ */ Object.assign(m(U.recipeFn), {
737
737
  __recipe__: !0,
738
738
  __name__: "divider",
739
- __getCompoundVariantCss__: $.__getCompoundVariantCss__,
739
+ __getCompoundVariantCss__: U.__getCompoundVariantCss__,
740
740
  raw: (e) => e,
741
- variantKeys: Ve,
742
- variantMap: at,
741
+ variantKeys: Me,
742
+ variantMap: pt,
743
743
  merge(e) {
744
744
  return x(this, e);
745
745
  },
746
746
  splitVariantProps(e) {
747
- return g(e, Ve);
747
+ return g(e, Me);
748
748
  },
749
- getVariantProps: $.getVariantProps
750
- }), U = /* @__PURE__ */ _("box", {}, []), it = {}, Te = Object.keys(it), kr = /* @__PURE__ */ Object.assign(u(U.recipeFn), {
749
+ getVariantProps: U.getVariantProps
750
+ }), Z = /* @__PURE__ */ f("box", {}, []), gt = {}, Ee = Object.keys(gt), Br = /* @__PURE__ */ Object.assign(m(Z.recipeFn), {
751
751
  __recipe__: !0,
752
752
  __name__: "box",
753
- __getCompoundVariantCss__: U.__getCompoundVariantCss__,
753
+ __getCompoundVariantCss__: Z.__getCompoundVariantCss__,
754
754
  raw: (e) => e,
755
- variantKeys: Te,
756
- variantMap: it,
755
+ variantKeys: Ee,
756
+ variantMap: gt,
757
757
  merge(e) {
758
758
  return x(this, e);
759
759
  },
760
760
  splitVariantProps(e) {
761
- return g(e, Te);
761
+ return g(e, Ee);
762
762
  },
763
- getVariantProps: U.getVariantProps
764
- }), Z = /* @__PURE__ */ _("card", {
763
+ getVariantProps: Z.getVariantProps
764
+ }), J = /* @__PURE__ */ f("radio-input", {}, []), mt = {}, Oe = Object.keys(mt), Vr = /* @__PURE__ */ Object.assign(m(J.recipeFn), {
765
+ __recipe__: !0,
766
+ __name__: "radioInput",
767
+ __getCompoundVariantCss__: J.__getCompoundVariantCss__,
768
+ raw: (e) => e,
769
+ variantKeys: Oe,
770
+ variantMap: mt,
771
+ merge(e) {
772
+ return x(this, e);
773
+ },
774
+ splitVariantProps(e) {
775
+ return g(e, Oe);
776
+ },
777
+ getVariantProps: J.getVariantProps
778
+ }), ut = {}, Tr = [], Ir = [
779
+ [
780
+ "container",
781
+ "toggle__container"
782
+ ],
783
+ [
784
+ "input",
785
+ "toggle__input"
786
+ ],
787
+ [
788
+ "indicator",
789
+ "toggle__indicator"
790
+ ],
791
+ [
792
+ "background",
793
+ "toggle__background"
794
+ ]
795
+ ], Rr = /* @__PURE__ */ Ir.map(([e, t]) => [e, f(t, ut, pe(Tr, e))]), Mr = m((e = {}) => Object.fromEntries(Rr.map(([t, r]) => [t, r.recipeFn(e)]))), We = [], Er = (e) => ({ ...ut, ...I(e) }), Or = /* @__PURE__ */ Object.assign(Mr, {
796
+ __recipe__: !1,
797
+ __name__: "toggle",
798
+ raw: (e) => e,
799
+ variantKeys: We,
800
+ variantMap: {},
801
+ splitVariantProps(e) {
802
+ return g(e, We);
803
+ },
804
+ getVariantProps: Er
805
+ }), Q = /* @__PURE__ */ f("toggle-input", {}, []), bt = {}, je = Object.keys(bt), Wr = /* @__PURE__ */ Object.assign(m(Q.recipeFn), {
806
+ __recipe__: !0,
807
+ __name__: "toggleInput",
808
+ __getCompoundVariantCss__: Q.__getCompoundVariantCss__,
809
+ raw: (e) => e,
810
+ variantKeys: je,
811
+ variantMap: bt,
812
+ merge(e) {
813
+ return x(this, e);
814
+ },
815
+ splitVariantProps(e) {
816
+ return g(e, je);
817
+ },
818
+ getVariantProps: Q.getVariantProps
819
+ }), ee = /* @__PURE__ */ f("card", {
765
820
  variant: "default"
766
- }, []), st = {
821
+ }, []), ht = {
767
822
  variant: [
768
823
  "default",
769
824
  "flat"
770
825
  ]
771
- }, Re = Object.keys(st), yr = /* @__PURE__ */ Object.assign(u(Z.recipeFn), {
826
+ }, Fe = Object.keys(ht), jr = /* @__PURE__ */ Object.assign(m(ee.recipeFn), {
772
827
  __recipe__: !0,
773
828
  __name__: "card",
774
- __getCompoundVariantCss__: Z.__getCompoundVariantCss__,
829
+ __getCompoundVariantCss__: ee.__getCompoundVariantCss__,
775
830
  raw: (e) => e,
776
- variantKeys: Re,
777
- variantMap: st,
831
+ variantKeys: Fe,
832
+ variantMap: ht,
778
833
  merge(e) {
779
834
  return x(this, e);
780
835
  },
781
836
  splitVariantProps(e) {
782
- return g(e, Re);
837
+ return g(e, Fe);
783
838
  },
784
- getVariantProps: Z.getVariantProps
785
- }), lt = {}, xr = [], Sr = [
839
+ getVariantProps: ee.getVariantProps
840
+ }), _t = {}, Fr = [], zr = [
786
841
  [
787
842
  "container",
788
843
  "checkbox__container"
@@ -795,17 +850,17 @@ const _ = (e, t, r) => {
795
850
  "indicator",
796
851
  "checkbox__indicator"
797
852
  ]
798
- ], wr = /* @__PURE__ */ Sr.map(([e, t]) => [e, _(t, lt, Le(xr, e))]), vr = u((e = {}) => Object.fromEntries(wr.map(([t, r]) => [t, r.recipeFn(e)]))), Ie = [], Cr = (e) => ({ ...lt, ...R(e) }), Pr = /* @__PURE__ */ Object.assign(vr, {
853
+ ], Nr = /* @__PURE__ */ zr.map(([e, t]) => [e, f(t, _t, pe(Fr, e))]), Lr = m((e = {}) => Object.fromEntries(Nr.map(([t, r]) => [t, r.recipeFn(e)]))), ze = [], Ar = (e) => ({ ..._t, ...I(e) }), Dr = /* @__PURE__ */ Object.assign(Lr, {
799
854
  __recipe__: !1,
800
855
  __name__: "checkbox",
801
856
  raw: (e) => e,
802
- variantKeys: Ie,
857
+ variantKeys: ze,
803
858
  variantMap: {},
804
859
  splitVariantProps(e) {
805
- return g(e, Ie);
860
+ return g(e, ze);
806
861
  },
807
- getVariantProps: Cr
808
- }), dt = {}, Br = [], Vr = [
862
+ getVariantProps: Ar
863
+ }), ft = {}, Xr = [], Kr = [
809
864
  [
810
865
  "container",
811
866
  "radio__container"
@@ -818,64 +873,64 @@ const _ = (e, t, r) => {
818
873
  "indicator",
819
874
  "radio__indicator"
820
875
  ]
821
- ], Tr = /* @__PURE__ */ Vr.map(([e, t]) => [e, _(t, dt, Le(Br, e))]), Rr = u((e = {}) => Object.fromEntries(Tr.map(([t, r]) => [t, r.recipeFn(e)]))), Me = [], Ir = (e) => ({ ...dt, ...R(e) }), Mr = /* @__PURE__ */ Object.assign(Rr, {
876
+ ], Yr = /* @__PURE__ */ Kr.map(([e, t]) => [e, f(t, ft, pe(Xr, e))]), Gr = m((e = {}) => Object.fromEntries(Yr.map(([t, r]) => [t, r.recipeFn(e)]))), Ne = [], Hr = (e) => ({ ...ft, ...I(e) }), qr = /* @__PURE__ */ Object.assign(Gr, {
822
877
  __recipe__: !1,
823
878
  __name__: "radio",
824
879
  raw: (e) => e,
825
- variantKeys: Me,
880
+ variantKeys: Ne,
826
881
  variantMap: {},
827
882
  splitVariantProps(e) {
828
- return g(e, Me);
883
+ return g(e, Ne);
829
884
  },
830
- getVariantProps: Ir
885
+ getVariantProps: Hr
831
886
  });
832
- var Er = "css,pos,insetX,insetY,insetEnd,end,insetStart,start,flexDir,p,pl,pr,pt,pb,py,paddingY,paddingX,px,pe,paddingEnd,ps,paddingStart,ml,mr,mt,mb,m,my,marginY,mx,marginX,me,marginEnd,ms,marginStart,ringWidth,ringColor,ring,ringOffset,w,minW,maxW,h,minH,maxH,textShadowColor,bgPosition,bgPositionX,bgPositionY,bgAttachment,bgClip,bg,bgColor,bgOrigin,bgImage,bgRepeat,bgBlendMode,bgSize,bgGradient,rounded,roundedTopLeft,roundedTopRight,roundedBottomRight,roundedBottomLeft,roundedTop,roundedRight,roundedBottom,roundedLeft,roundedStartStart,roundedStartEnd,roundedStart,roundedEndStart,roundedEndEnd,roundedEnd,borderX,borderXWidth,borderXColor,borderY,borderYWidth,borderYColor,borderStart,borderStartWidth,borderStartColor,borderEnd,borderEndWidth,borderEndColor,shadow,shadowColor,x,y,z,scrollMarginY,scrollMarginX,scrollPaddingY,scrollPaddingX,aspectRatio,boxDecorationBreak,zIndex,boxSizing,objectPosition,objectFit,overscrollBehavior,overscrollBehaviorX,overscrollBehaviorY,position,top,left,inset,insetInline,insetBlock,insetBlockEnd,insetBlockStart,insetInlineEnd,insetInlineStart,right,bottom,float,visibility,display,hideFrom,hideBelow,flexBasis,flex,flexDirection,flexGrow,flexShrink,gridTemplateColumns,gridTemplateRows,gridColumn,gridRow,gridColumnStart,gridColumnEnd,gridAutoFlow,gridAutoColumns,gridAutoRows,gap,gridGap,gridRowGap,gridColumnGap,rowGap,columnGap,justifyContent,alignContent,alignItems,alignSelf,padding,paddingLeft,paddingRight,paddingTop,paddingBottom,paddingBlock,paddingBlockEnd,paddingBlockStart,paddingInline,paddingInlineEnd,paddingInlineStart,marginLeft,marginRight,marginTop,marginBottom,margin,marginBlock,marginBlockEnd,marginBlockStart,marginInline,marginInlineEnd,marginInlineStart,spaceX,spaceY,outlineWidth,outlineColor,outline,outlineOffset,divideX,divideY,divideColor,divideStyle,width,inlineSize,minWidth,minInlineSize,maxWidth,maxInlineSize,height,blockSize,minHeight,minBlockSize,maxHeight,maxBlockSize,color,fontFamily,fontSize,fontSizeAdjust,fontPalette,fontKerning,fontFeatureSettings,fontWeight,fontSmoothing,fontVariant,fontVariantAlternates,fontVariantCaps,fontVariationSettings,fontVariantNumeric,letterSpacing,lineHeight,textAlign,textDecoration,textDecorationColor,textEmphasisColor,textDecorationStyle,textDecorationThickness,textUnderlineOffset,textTransform,textIndent,textShadow,textOverflow,verticalAlign,wordBreak,textWrap,truncate,lineClamp,listStyleType,listStylePosition,listStyleImage,listStyle,backgroundPosition,backgroundPositionX,backgroundPositionY,backgroundAttachment,backgroundClip,background,backgroundColor,backgroundOrigin,backgroundImage,backgroundRepeat,backgroundBlendMode,backgroundSize,backgroundGradient,textGradient,gradientFromPosition,gradientToPosition,gradientFrom,gradientTo,gradientVia,gradientViaPosition,borderRadius,borderTopLeftRadius,borderTopRightRadius,borderBottomRightRadius,borderBottomLeftRadius,borderTopRadius,borderRightRadius,borderBottomRadius,borderLeftRadius,borderStartStartRadius,borderStartEndRadius,borderStartRadius,borderEndStartRadius,borderEndEndRadius,borderEndRadius,border,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,borderColor,borderInline,borderInlineWidth,borderInlineColor,borderBlock,borderBlockWidth,borderBlockColor,borderLeft,borderLeftColor,borderInlineStart,borderInlineStartWidth,borderInlineStartColor,borderRight,borderRightColor,borderInlineEnd,borderInlineEndWidth,borderInlineEndColor,borderTop,borderTopColor,borderBottom,borderBottomColor,borderBlockEnd,borderBlockEndColor,borderBlockStart,borderBlockStartColor,opacity,boxShadow,boxShadowColor,mixBlendMode,filter,brightness,contrast,grayscale,hueRotate,invert,saturate,sepia,dropShadow,blur,backdropFilter,backdropBlur,backdropBrightness,backdropContrast,backdropGrayscale,backdropHueRotate,backdropInvert,backdropOpacity,backdropSaturate,backdropSepia,borderCollapse,borderSpacing,borderSpacingX,borderSpacingY,tableLayout,transitionTimingFunction,transitionDelay,transitionDuration,transitionProperty,transition,animation,animationName,animationTimingFunction,animationDuration,animationDelay,animationPlayState,animationComposition,animationFillMode,animationDirection,animationIterationCount,animationRange,animationState,animationRangeStart,animationRangeEnd,animationTimeline,transformOrigin,transformBox,transformStyle,transform,rotate,rotateX,rotateY,rotateZ,scale,scaleX,scaleY,translate,translateX,translateY,translateZ,accentColor,caretColor,scrollBehavior,scrollbar,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollMargin,scrollMarginLeft,scrollMarginRight,scrollMarginTop,scrollMarginBottom,scrollMarginBlock,scrollMarginBlockEnd,scrollMarginBlockStart,scrollMarginInline,scrollMarginInlineEnd,scrollMarginInlineStart,scrollPadding,scrollPaddingBlock,scrollPaddingBlockStart,scrollPaddingBlockEnd,scrollPaddingInline,scrollPaddingInlineEnd,scrollPaddingInlineStart,scrollPaddingLeft,scrollPaddingRight,scrollPaddingTop,scrollPaddingBottom,scrollSnapAlign,scrollSnapStop,scrollSnapType,scrollSnapStrictness,scrollSnapMargin,scrollSnapMarginTop,scrollSnapMarginBottom,scrollSnapMarginLeft,scrollSnapMarginRight,scrollSnapCoordinate,scrollSnapDestination,scrollSnapPointsX,scrollSnapPointsY,scrollSnapTypeX,scrollSnapTypeY,scrollTimeline,scrollTimelineAxis,scrollTimelineName,touchAction,userSelect,overflow,overflowWrap,overflowX,overflowY,overflowAnchor,overflowBlock,overflowInline,overflowClipBox,overflowClipMargin,overscrollBehaviorBlock,overscrollBehaviorInline,fill,stroke,strokeWidth,strokeDasharray,strokeDashoffset,strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,srOnly,debug,appearance,backfaceVisibility,clipPath,hyphens,mask,maskImage,maskSize,textSizeAdjust,container,containerName,containerType,colorPalette,_hover,_focus,_focusWithin,_focusVisible,_disabled,_active,_visited,_target,_readOnly,_readWrite,_empty,_checked,_enabled,_expanded,_highlighted,_before,_after,_firstLetter,_firstLine,_marker,_selection,_file,_backdrop,_first,_last,_only,_even,_odd,_firstOfType,_lastOfType,_onlyOfType,_peerFocus,_peerHover,_peerActive,_peerFocusWithin,_peerFocusVisible,_peerDisabled,_peerChecked,_peerInvalid,_peerExpanded,_peerPlaceholderShown,_groupFocus,_groupHover,_groupActive,_groupFocusWithin,_groupFocusVisible,_groupDisabled,_groupChecked,_groupExpanded,_groupInvalid,_indeterminate,_required,_valid,_invalid,_autofill,_inRange,_outOfRange,_placeholder,_placeholderShown,_pressed,_selected,_default,_optional,_open,_closed,_fullscreen,_loading,_currentPage,_currentStep,_motionReduce,_motionSafe,_print,_landscape,_portrait,_dark,_light,_osDark,_osLight,_highContrast,_lessContrast,_moreContrast,_ltr,_rtl,_scrollbar,_scrollbarThumb,_scrollbarTrack,_horizontal,_vertical,_starting,_error,_grabbed,_hidden,_current,_today,_collapsed,_containerSmall,_containerMedium,_containerLarge,xs,xsOnly,xsDown,sm,smOnly,smDown,md,mdOnly,mdDown,lg,lgOnly,lgDown,xl,xlOnly,xlDown,2xl,2xlOnly,2xlDown,xsToSm,xsToMd,xsToLg,xsToXl,xsTo2xl,smToMd,smToLg,smToXl,smTo2xl,mdToLg,mdToXl,mdTo2xl,lgToXl,lgTo2xl,xlTo2xl,@/xs,@/sm,@/md,@/lg,@/xl,@/2xl,@/3xl,@/4xl,@/5xl,@/6xl,@/7xl,@/8xl,textStyle", Or = Er.split(","), Wr = "WebkitAppearance,WebkitBorderBefore,WebkitBorderBeforeColor,WebkitBorderBeforeStyle,WebkitBorderBeforeWidth,WebkitBoxReflect,WebkitLineClamp,WebkitMask,WebkitMaskAttachment,WebkitMaskClip,WebkitMaskComposite,WebkitMaskImage,WebkitMaskOrigin,WebkitMaskPosition,WebkitMaskPositionX,WebkitMaskPositionY,WebkitMaskRepeat,WebkitMaskRepeatX,WebkitMaskRepeatY,WebkitMaskSize,WebkitOverflowScrolling,WebkitTapHighlightColor,WebkitTextFillColor,WebkitTextStroke,WebkitTextStrokeColor,WebkitTextStrokeWidth,WebkitTouchCallout,WebkitUserModify,accentColor,alignContent,alignItems,alignSelf,alignTracks,all,animation,animationComposition,animationDelay,animationDirection,animationDuration,animationFillMode,animationIterationCount,animationName,animationPlayState,animationRange,animationRangeEnd,animationRangeStart,animationTimingFunction,animationTimeline,appearance,aspectRatio,azimuth,backdropFilter,backfaceVisibility,background,backgroundAttachment,backgroundBlendMode,backgroundClip,backgroundColor,backgroundImage,backgroundOrigin,backgroundPosition,backgroundPositionX,backgroundPositionY,backgroundRepeat,backgroundSize,blockSize,border,borderBlock,borderBlockColor,borderBlockStyle,borderBlockWidth,borderBlockEnd,borderBlockEndColor,borderBlockEndStyle,borderBlockEndWidth,borderBlockStart,borderBlockStartColor,borderBlockStartStyle,borderBlockStartWidth,borderBottom,borderBottomColor,borderBottomLeftRadius,borderBottomRightRadius,borderBottomStyle,borderBottomWidth,borderCollapse,borderColor,borderEndEndRadius,borderEndStartRadius,borderImage,borderImageOutset,borderImageRepeat,borderImageSlice,borderImageSource,borderImageWidth,borderInline,borderInlineEnd,borderInlineColor,borderInlineStyle,borderInlineWidth,borderInlineEndColor,borderInlineEndStyle,borderInlineEndWidth,borderInlineStart,borderInlineStartColor,borderInlineStartStyle,borderInlineStartWidth,borderLeft,borderLeftColor,borderLeftStyle,borderLeftWidth,borderRadius,borderRight,borderRightColor,borderRightStyle,borderRightWidth,borderSpacing,borderStartEndRadius,borderStartStartRadius,borderStyle,borderTop,borderTopColor,borderTopLeftRadius,borderTopRightRadius,borderTopStyle,borderTopWidth,borderWidth,bottom,boxAlign,boxDecorationBreak,boxDirection,boxFlex,boxFlexGroup,boxLines,boxOrdinalGroup,boxOrient,boxPack,boxShadow,boxSizing,breakAfter,breakBefore,breakInside,captionSide,caret,caretColor,caretShape,clear,clip,clipPath,color,colorScheme,columnCount,columnFill,columnGap,columnRule,columnRuleColor,columnRuleStyle,columnRuleWidth,columnSpan,columnWidth,columns,contain,containIntrinsicSize,containIntrinsicBlockSize,containIntrinsicHeight,containIntrinsicInlineSize,containIntrinsicWidth,container,containerName,containerType,content,contentVisibility,counterIncrement,counterReset,counterSet,cursor,direction,display,emptyCells,filter,flex,flexBasis,flexDirection,flexFlow,flexGrow,flexShrink,flexWrap,float,font,fontFamily,fontFeatureSettings,fontKerning,fontLanguageOverride,fontOpticalSizing,fontPalette,fontVariationSettings,fontSize,fontSizeAdjust,fontSmooth,fontStretch,fontStyle,fontSynthesis,fontSynthesisPosition,fontSynthesisSmallCaps,fontSynthesisStyle,fontSynthesisWeight,fontVariant,fontVariantAlternates,fontVariantCaps,fontVariantEastAsian,fontVariantEmoji,fontVariantLigatures,fontVariantNumeric,fontVariantPosition,fontWeight,forcedColorAdjust,gap,grid,gridArea,gridAutoColumns,gridAutoFlow,gridAutoRows,gridColumn,gridColumnEnd,gridColumnGap,gridColumnStart,gridGap,gridRow,gridRowEnd,gridRowGap,gridRowStart,gridTemplate,gridTemplateAreas,gridTemplateColumns,gridTemplateRows,hangingPunctuation,height,hyphenateCharacter,hyphenateLimitChars,hyphens,imageOrientation,imageRendering,imageResolution,imeMode,initialLetter,initialLetterAlign,inlineSize,inputSecurity,inset,insetBlock,insetBlockEnd,insetBlockStart,insetInline,insetInlineEnd,insetInlineStart,isolation,justifyContent,justifyItems,justifySelf,justifyTracks,left,letterSpacing,lineBreak,lineClamp,lineHeight,lineHeightStep,listStyle,listStyleImage,listStylePosition,listStyleType,margin,marginBlock,marginBlockEnd,marginBlockStart,marginBottom,marginInline,marginInlineEnd,marginInlineStart,marginLeft,marginRight,marginTop,marginTrim,mask,maskBorder,maskBorderMode,maskBorderOutset,maskBorderRepeat,maskBorderSlice,maskBorderSource,maskBorderWidth,maskClip,maskComposite,maskImage,maskMode,maskOrigin,maskPosition,maskRepeat,maskSize,maskType,masonryAutoFlow,mathDepth,mathShift,mathStyle,maxBlockSize,maxHeight,maxInlineSize,maxLines,maxWidth,minBlockSize,minHeight,minInlineSize,minWidth,mixBlendMode,objectFit,objectPosition,offset,offsetAnchor,offsetDistance,offsetPath,offsetPosition,offsetRotate,opacity,order,orphans,outline,outlineColor,outlineOffset,outlineStyle,outlineWidth,overflow,overflowAnchor,overflowBlock,overflowClipBox,overflowClipMargin,overflowInline,overflowWrap,overflowX,overflowY,overlay,overscrollBehavior,overscrollBehaviorBlock,overscrollBehaviorInline,overscrollBehaviorX,overscrollBehaviorY,padding,paddingBlock,paddingBlockEnd,paddingBlockStart,paddingBottom,paddingInline,paddingInlineEnd,paddingInlineStart,paddingLeft,paddingRight,paddingTop,page,pageBreakAfter,pageBreakBefore,pageBreakInside,paintOrder,perspective,perspectiveOrigin,placeContent,placeItems,placeSelf,pointerEvents,position,printColorAdjust,quotes,resize,right,rotate,rowGap,rubyAlign,rubyMerge,rubyPosition,scale,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollBehavior,scrollMargin,scrollMarginBlock,scrollMarginBlockStart,scrollMarginBlockEnd,scrollMarginBottom,scrollMarginInline,scrollMarginInlineStart,scrollMarginInlineEnd,scrollMarginLeft,scrollMarginRight,scrollMarginTop,scrollPadding,scrollPaddingBlock,scrollPaddingBlockStart,scrollPaddingBlockEnd,scrollPaddingBottom,scrollPaddingInline,scrollPaddingInlineStart,scrollPaddingInlineEnd,scrollPaddingLeft,scrollPaddingRight,scrollPaddingTop,scrollSnapAlign,scrollSnapCoordinate,scrollSnapDestination,scrollSnapPointsX,scrollSnapPointsY,scrollSnapStop,scrollSnapType,scrollSnapTypeX,scrollSnapTypeY,scrollTimeline,scrollTimelineAxis,scrollTimelineName,shapeImageThreshold,shapeMargin,shapeOutside,tabSize,tableLayout,textAlign,textAlignLast,textCombineUpright,textDecoration,textDecorationColor,textDecorationLine,textDecorationSkip,textDecorationSkipInk,textDecorationStyle,textDecorationThickness,textEmphasis,textEmphasisColor,textEmphasisPosition,textEmphasisStyle,textIndent,textJustify,textOrientation,textOverflow,textRendering,textShadow,textSizeAdjust,textTransform,textUnderlineOffset,textUnderlinePosition,textWrap,timelineScope,top,touchAction,transform,transformBox,transformOrigin,transformStyle,transition,transitionBehavior,transitionDelay,transitionDuration,transitionProperty,transitionTimingFunction,translate,unicodeBidi,userSelect,verticalAlign,viewTimeline,viewTimelineAxis,viewTimelineInset,viewTimelineName,viewTransitionName,visibility,whiteSpace,whiteSpaceCollapse,widows,width,willChange,wordBreak,wordSpacing,wordWrap,writingMode,zIndex,zoom,alignmentBaseline,baselineShift,clipRule,colorInterpolation,colorRendering,dominantBaseline,fill,fillOpacity,fillRule,floodColor,floodOpacity,glyphOrientationVertical,lightingColor,marker,markerEnd,markerMid,markerStart,shapeRendering,stopColor,stopOpacity,stroke,strokeDasharray,strokeDashoffset,strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,strokeWidth,textAnchor,vectorEffect", jr = Wr.split(",").concat(Or), Fr = new Map(jr.map((e) => [e, !0])), zr = /&|@/, le = /* @__PURE__ */ u((e) => Fr.has(e) || e.startsWith("--") || zr.test(e));
833
- const Lr = (e) => g(e, le), Nr = (e, t) => !t.includes(e) && !le(e), Ar = (e, t) => e.__shouldForwardProps__ && t ? (r) => e.__shouldForwardProps__(r) && t(r) : t, Dr = (e, t) => {
887
+ var $r = "css,pos,insetX,insetY,insetEnd,end,insetStart,start,flexDir,p,pl,pr,pt,pb,py,paddingY,paddingX,px,pe,paddingEnd,ps,paddingStart,ml,mr,mt,mb,m,my,marginY,mx,marginX,me,marginEnd,ms,marginStart,ringWidth,ringColor,ring,ringOffset,w,minW,maxW,h,minH,maxH,textShadowColor,bgPosition,bgPositionX,bgPositionY,bgAttachment,bgClip,bg,bgColor,bgOrigin,bgImage,bgRepeat,bgBlendMode,bgSize,bgGradient,rounded,roundedTopLeft,roundedTopRight,roundedBottomRight,roundedBottomLeft,roundedTop,roundedRight,roundedBottom,roundedLeft,roundedStartStart,roundedStartEnd,roundedStart,roundedEndStart,roundedEndEnd,roundedEnd,borderX,borderXWidth,borderXColor,borderY,borderYWidth,borderYColor,borderStart,borderStartWidth,borderStartColor,borderEnd,borderEndWidth,borderEndColor,shadow,shadowColor,x,y,z,scrollMarginY,scrollMarginX,scrollPaddingY,scrollPaddingX,aspectRatio,boxDecorationBreak,zIndex,boxSizing,objectPosition,objectFit,overscrollBehavior,overscrollBehaviorX,overscrollBehaviorY,position,top,left,inset,insetInline,insetBlock,insetBlockEnd,insetBlockStart,insetInlineEnd,insetInlineStart,right,bottom,float,visibility,display,hideFrom,hideBelow,flexBasis,flex,flexDirection,flexGrow,flexShrink,gridTemplateColumns,gridTemplateRows,gridColumn,gridRow,gridColumnStart,gridColumnEnd,gridAutoFlow,gridAutoColumns,gridAutoRows,gap,gridGap,gridRowGap,gridColumnGap,rowGap,columnGap,justifyContent,alignContent,alignItems,alignSelf,padding,paddingLeft,paddingRight,paddingTop,paddingBottom,paddingBlock,paddingBlockEnd,paddingBlockStart,paddingInline,paddingInlineEnd,paddingInlineStart,marginLeft,marginRight,marginTop,marginBottom,margin,marginBlock,marginBlockEnd,marginBlockStart,marginInline,marginInlineEnd,marginInlineStart,spaceX,spaceY,outlineWidth,outlineColor,outline,outlineOffset,divideX,divideY,divideColor,divideStyle,width,inlineSize,minWidth,minInlineSize,maxWidth,maxInlineSize,height,blockSize,minHeight,minBlockSize,maxHeight,maxBlockSize,color,fontFamily,fontSize,fontSizeAdjust,fontPalette,fontKerning,fontFeatureSettings,fontWeight,fontSmoothing,fontVariant,fontVariantAlternates,fontVariantCaps,fontVariationSettings,fontVariantNumeric,letterSpacing,lineHeight,textAlign,textDecoration,textDecorationColor,textEmphasisColor,textDecorationStyle,textDecorationThickness,textUnderlineOffset,textTransform,textIndent,textShadow,textOverflow,verticalAlign,wordBreak,textWrap,truncate,lineClamp,listStyleType,listStylePosition,listStyleImage,listStyle,backgroundPosition,backgroundPositionX,backgroundPositionY,backgroundAttachment,backgroundClip,background,backgroundColor,backgroundOrigin,backgroundImage,backgroundRepeat,backgroundBlendMode,backgroundSize,backgroundGradient,textGradient,gradientFromPosition,gradientToPosition,gradientFrom,gradientTo,gradientVia,gradientViaPosition,borderRadius,borderTopLeftRadius,borderTopRightRadius,borderBottomRightRadius,borderBottomLeftRadius,borderTopRadius,borderRightRadius,borderBottomRadius,borderLeftRadius,borderStartStartRadius,borderStartEndRadius,borderStartRadius,borderEndStartRadius,borderEndEndRadius,borderEndRadius,border,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,borderColor,borderInline,borderInlineWidth,borderInlineColor,borderBlock,borderBlockWidth,borderBlockColor,borderLeft,borderLeftColor,borderInlineStart,borderInlineStartWidth,borderInlineStartColor,borderRight,borderRightColor,borderInlineEnd,borderInlineEndWidth,borderInlineEndColor,borderTop,borderTopColor,borderBottom,borderBottomColor,borderBlockEnd,borderBlockEndColor,borderBlockStart,borderBlockStartColor,opacity,boxShadow,boxShadowColor,mixBlendMode,filter,brightness,contrast,grayscale,hueRotate,invert,saturate,sepia,dropShadow,blur,backdropFilter,backdropBlur,backdropBrightness,backdropContrast,backdropGrayscale,backdropHueRotate,backdropInvert,backdropOpacity,backdropSaturate,backdropSepia,borderCollapse,borderSpacing,borderSpacingX,borderSpacingY,tableLayout,transitionTimingFunction,transitionDelay,transitionDuration,transitionProperty,transition,animation,animationName,animationTimingFunction,animationDuration,animationDelay,animationPlayState,animationComposition,animationFillMode,animationDirection,animationIterationCount,animationRange,animationState,animationRangeStart,animationRangeEnd,animationTimeline,transformOrigin,transformBox,transformStyle,transform,rotate,rotateX,rotateY,rotateZ,scale,scaleX,scaleY,translate,translateX,translateY,translateZ,accentColor,caretColor,scrollBehavior,scrollbar,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollMargin,scrollMarginLeft,scrollMarginRight,scrollMarginTop,scrollMarginBottom,scrollMarginBlock,scrollMarginBlockEnd,scrollMarginBlockStart,scrollMarginInline,scrollMarginInlineEnd,scrollMarginInlineStart,scrollPadding,scrollPaddingBlock,scrollPaddingBlockStart,scrollPaddingBlockEnd,scrollPaddingInline,scrollPaddingInlineEnd,scrollPaddingInlineStart,scrollPaddingLeft,scrollPaddingRight,scrollPaddingTop,scrollPaddingBottom,scrollSnapAlign,scrollSnapStop,scrollSnapType,scrollSnapStrictness,scrollSnapMargin,scrollSnapMarginTop,scrollSnapMarginBottom,scrollSnapMarginLeft,scrollSnapMarginRight,scrollSnapCoordinate,scrollSnapDestination,scrollSnapPointsX,scrollSnapPointsY,scrollSnapTypeX,scrollSnapTypeY,scrollTimeline,scrollTimelineAxis,scrollTimelineName,touchAction,userSelect,overflow,overflowWrap,overflowX,overflowY,overflowAnchor,overflowBlock,overflowInline,overflowClipBox,overflowClipMargin,overscrollBehaviorBlock,overscrollBehaviorInline,fill,stroke,strokeWidth,strokeDasharray,strokeDashoffset,strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,srOnly,debug,appearance,backfaceVisibility,clipPath,hyphens,mask,maskImage,maskSize,textSizeAdjust,container,containerName,containerType,colorPalette,_hover,_focus,_focusWithin,_focusVisible,_disabled,_active,_visited,_target,_readOnly,_readWrite,_empty,_checked,_enabled,_expanded,_highlighted,_before,_after,_firstLetter,_firstLine,_marker,_selection,_file,_backdrop,_first,_last,_only,_even,_odd,_firstOfType,_lastOfType,_onlyOfType,_peerFocus,_peerHover,_peerActive,_peerFocusWithin,_peerFocusVisible,_peerDisabled,_peerChecked,_peerInvalid,_peerExpanded,_peerPlaceholderShown,_groupFocus,_groupHover,_groupActive,_groupFocusWithin,_groupFocusVisible,_groupDisabled,_groupChecked,_groupExpanded,_groupInvalid,_indeterminate,_required,_valid,_invalid,_autofill,_inRange,_outOfRange,_placeholder,_placeholderShown,_pressed,_selected,_default,_optional,_open,_closed,_fullscreen,_loading,_currentPage,_currentStep,_motionReduce,_motionSafe,_print,_landscape,_portrait,_dark,_light,_osDark,_osLight,_highContrast,_lessContrast,_moreContrast,_ltr,_rtl,_scrollbar,_scrollbarThumb,_scrollbarTrack,_horizontal,_vertical,_starting,_error,_grabbed,_hidden,_current,_today,_collapsed,_containerSmall,_containerMedium,_containerLarge,xs,xsOnly,xsDown,sm,smOnly,smDown,md,mdOnly,mdDown,lg,lgOnly,lgDown,xl,xlOnly,xlDown,2xl,2xlOnly,2xlDown,xsToSm,xsToMd,xsToLg,xsToXl,xsTo2xl,smToMd,smToLg,smToXl,smTo2xl,mdToLg,mdToXl,mdTo2xl,lgToXl,lgTo2xl,xlTo2xl,@/xs,@/sm,@/md,@/lg,@/xl,@/2xl,@/3xl,@/4xl,@/5xl,@/6xl,@/7xl,@/8xl,textStyle", Ur = $r.split(","), Zr = "WebkitAppearance,WebkitBorderBefore,WebkitBorderBeforeColor,WebkitBorderBeforeStyle,WebkitBorderBeforeWidth,WebkitBoxReflect,WebkitLineClamp,WebkitMask,WebkitMaskAttachment,WebkitMaskClip,WebkitMaskComposite,WebkitMaskImage,WebkitMaskOrigin,WebkitMaskPosition,WebkitMaskPositionX,WebkitMaskPositionY,WebkitMaskRepeat,WebkitMaskRepeatX,WebkitMaskRepeatY,WebkitMaskSize,WebkitOverflowScrolling,WebkitTapHighlightColor,WebkitTextFillColor,WebkitTextStroke,WebkitTextStrokeColor,WebkitTextStrokeWidth,WebkitTouchCallout,WebkitUserModify,accentColor,alignContent,alignItems,alignSelf,alignTracks,all,animation,animationComposition,animationDelay,animationDirection,animationDuration,animationFillMode,animationIterationCount,animationName,animationPlayState,animationRange,animationRangeEnd,animationRangeStart,animationTimingFunction,animationTimeline,appearance,aspectRatio,azimuth,backdropFilter,backfaceVisibility,background,backgroundAttachment,backgroundBlendMode,backgroundClip,backgroundColor,backgroundImage,backgroundOrigin,backgroundPosition,backgroundPositionX,backgroundPositionY,backgroundRepeat,backgroundSize,blockSize,border,borderBlock,borderBlockColor,borderBlockStyle,borderBlockWidth,borderBlockEnd,borderBlockEndColor,borderBlockEndStyle,borderBlockEndWidth,borderBlockStart,borderBlockStartColor,borderBlockStartStyle,borderBlockStartWidth,borderBottom,borderBottomColor,borderBottomLeftRadius,borderBottomRightRadius,borderBottomStyle,borderBottomWidth,borderCollapse,borderColor,borderEndEndRadius,borderEndStartRadius,borderImage,borderImageOutset,borderImageRepeat,borderImageSlice,borderImageSource,borderImageWidth,borderInline,borderInlineEnd,borderInlineColor,borderInlineStyle,borderInlineWidth,borderInlineEndColor,borderInlineEndStyle,borderInlineEndWidth,borderInlineStart,borderInlineStartColor,borderInlineStartStyle,borderInlineStartWidth,borderLeft,borderLeftColor,borderLeftStyle,borderLeftWidth,borderRadius,borderRight,borderRightColor,borderRightStyle,borderRightWidth,borderSpacing,borderStartEndRadius,borderStartStartRadius,borderStyle,borderTop,borderTopColor,borderTopLeftRadius,borderTopRightRadius,borderTopStyle,borderTopWidth,borderWidth,bottom,boxAlign,boxDecorationBreak,boxDirection,boxFlex,boxFlexGroup,boxLines,boxOrdinalGroup,boxOrient,boxPack,boxShadow,boxSizing,breakAfter,breakBefore,breakInside,captionSide,caret,caretColor,caretShape,clear,clip,clipPath,color,colorScheme,columnCount,columnFill,columnGap,columnRule,columnRuleColor,columnRuleStyle,columnRuleWidth,columnSpan,columnWidth,columns,contain,containIntrinsicSize,containIntrinsicBlockSize,containIntrinsicHeight,containIntrinsicInlineSize,containIntrinsicWidth,container,containerName,containerType,content,contentVisibility,counterIncrement,counterReset,counterSet,cursor,direction,display,emptyCells,filter,flex,flexBasis,flexDirection,flexFlow,flexGrow,flexShrink,flexWrap,float,font,fontFamily,fontFeatureSettings,fontKerning,fontLanguageOverride,fontOpticalSizing,fontPalette,fontVariationSettings,fontSize,fontSizeAdjust,fontSmooth,fontStretch,fontStyle,fontSynthesis,fontSynthesisPosition,fontSynthesisSmallCaps,fontSynthesisStyle,fontSynthesisWeight,fontVariant,fontVariantAlternates,fontVariantCaps,fontVariantEastAsian,fontVariantEmoji,fontVariantLigatures,fontVariantNumeric,fontVariantPosition,fontWeight,forcedColorAdjust,gap,grid,gridArea,gridAutoColumns,gridAutoFlow,gridAutoRows,gridColumn,gridColumnEnd,gridColumnGap,gridColumnStart,gridGap,gridRow,gridRowEnd,gridRowGap,gridRowStart,gridTemplate,gridTemplateAreas,gridTemplateColumns,gridTemplateRows,hangingPunctuation,height,hyphenateCharacter,hyphenateLimitChars,hyphens,imageOrientation,imageRendering,imageResolution,imeMode,initialLetter,initialLetterAlign,inlineSize,inputSecurity,inset,insetBlock,insetBlockEnd,insetBlockStart,insetInline,insetInlineEnd,insetInlineStart,isolation,justifyContent,justifyItems,justifySelf,justifyTracks,left,letterSpacing,lineBreak,lineClamp,lineHeight,lineHeightStep,listStyle,listStyleImage,listStylePosition,listStyleType,margin,marginBlock,marginBlockEnd,marginBlockStart,marginBottom,marginInline,marginInlineEnd,marginInlineStart,marginLeft,marginRight,marginTop,marginTrim,mask,maskBorder,maskBorderMode,maskBorderOutset,maskBorderRepeat,maskBorderSlice,maskBorderSource,maskBorderWidth,maskClip,maskComposite,maskImage,maskMode,maskOrigin,maskPosition,maskRepeat,maskSize,maskType,masonryAutoFlow,mathDepth,mathShift,mathStyle,maxBlockSize,maxHeight,maxInlineSize,maxLines,maxWidth,minBlockSize,minHeight,minInlineSize,minWidth,mixBlendMode,objectFit,objectPosition,offset,offsetAnchor,offsetDistance,offsetPath,offsetPosition,offsetRotate,opacity,order,orphans,outline,outlineColor,outlineOffset,outlineStyle,outlineWidth,overflow,overflowAnchor,overflowBlock,overflowClipBox,overflowClipMargin,overflowInline,overflowWrap,overflowX,overflowY,overlay,overscrollBehavior,overscrollBehaviorBlock,overscrollBehaviorInline,overscrollBehaviorX,overscrollBehaviorY,padding,paddingBlock,paddingBlockEnd,paddingBlockStart,paddingBottom,paddingInline,paddingInlineEnd,paddingInlineStart,paddingLeft,paddingRight,paddingTop,page,pageBreakAfter,pageBreakBefore,pageBreakInside,paintOrder,perspective,perspectiveOrigin,placeContent,placeItems,placeSelf,pointerEvents,position,printColorAdjust,quotes,resize,right,rotate,rowGap,rubyAlign,rubyMerge,rubyPosition,scale,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollBehavior,scrollMargin,scrollMarginBlock,scrollMarginBlockStart,scrollMarginBlockEnd,scrollMarginBottom,scrollMarginInline,scrollMarginInlineStart,scrollMarginInlineEnd,scrollMarginLeft,scrollMarginRight,scrollMarginTop,scrollPadding,scrollPaddingBlock,scrollPaddingBlockStart,scrollPaddingBlockEnd,scrollPaddingBottom,scrollPaddingInline,scrollPaddingInlineStart,scrollPaddingInlineEnd,scrollPaddingLeft,scrollPaddingRight,scrollPaddingTop,scrollSnapAlign,scrollSnapCoordinate,scrollSnapDestination,scrollSnapPointsX,scrollSnapPointsY,scrollSnapStop,scrollSnapType,scrollSnapTypeX,scrollSnapTypeY,scrollTimeline,scrollTimelineAxis,scrollTimelineName,shapeImageThreshold,shapeMargin,shapeOutside,tabSize,tableLayout,textAlign,textAlignLast,textCombineUpright,textDecoration,textDecorationColor,textDecorationLine,textDecorationSkip,textDecorationSkipInk,textDecorationStyle,textDecorationThickness,textEmphasis,textEmphasisColor,textEmphasisPosition,textEmphasisStyle,textIndent,textJustify,textOrientation,textOverflow,textRendering,textShadow,textSizeAdjust,textTransform,textUnderlineOffset,textUnderlinePosition,textWrap,timelineScope,top,touchAction,transform,transformBox,transformOrigin,transformStyle,transition,transitionBehavior,transitionDelay,transitionDuration,transitionProperty,transitionTimingFunction,translate,unicodeBidi,userSelect,verticalAlign,viewTimeline,viewTimelineAxis,viewTimelineInset,viewTimelineName,viewTransitionName,visibility,whiteSpace,whiteSpaceCollapse,widows,width,willChange,wordBreak,wordSpacing,wordWrap,writingMode,zIndex,zoom,alignmentBaseline,baselineShift,clipRule,colorInterpolation,colorRendering,dominantBaseline,fill,fillOpacity,fillRule,floodColor,floodOpacity,glyphOrientationVertical,lightingColor,marker,markerEnd,markerMid,markerStart,shapeRendering,stopColor,stopOpacity,stroke,strokeDasharray,strokeDashoffset,strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,strokeWidth,textAnchor,vectorEffect", Jr = Zr.split(",").concat(Ur), Qr = new Map(Jr.map((e) => [e, !0])), eo = /&|@/, ge = /* @__PURE__ */ m((e) => Qr.has(e) || e.startsWith("--") || eo.test(e));
888
+ const to = (e) => g(e, ge), ro = (e, t) => !t.includes(e) && !ge(e), oo = (e, t) => e.__shouldForwardProps__ && t ? (r) => e.__shouldForwardProps__(r) && t(r) : t, no = (e, t) => {
834
889
  var o;
835
890
  if (e && !t) return e;
836
891
  if (!e && t) return t;
837
892
  if (e.__cva__ && t.__cva__ || e.__recipe__ && t.__recipe__) return e.merge(t);
838
893
  const r = new TypeError("Cannot merge cva with recipe. Please use either cva or recipe.");
839
894
  throw (o = TypeError.captureStackTrace) == null || o.call(TypeError, r), r;
840
- }, Xr = (e) => typeof e == "string" ? e : (e == null ? void 0 : e.displayName) || (e == null ? void 0 : e.name) || "Component";
841
- function J(e, t = {}, r = {}) {
842
- const o = t.__cva__ || t.__recipe__ ? t : He(t), n = r.shouldForwardProp || Nr, a = (b) => n(b, o.variantKeys), i = Object.assign(
895
+ }, ao = (e) => typeof e == "string" ? e : (e == null ? void 0 : e.displayName) || (e == null ? void 0 : e.name) || "Component";
896
+ function te(e, t = {}, r = {}) {
897
+ const o = t.__cva__ || t.__recipe__ ? t : Qe(t), n = r.shouldForwardProp || ro, a = (h) => n(h, o.variantKeys), i = Object.assign(
843
898
  r.dataAttr && t.__name__ ? { "data-recipe": t.__name__ } : {},
844
899
  r.defaultProps
845
- ), s = Dr(e.__cva__, o), d = Ar(e, a), c = e.__base__ || e, l = /* @__PURE__ */ re(function(f, w) {
846
- const { as: v = c, children: T, ...P } = f, S = pe(() => Object.assign({}, i, P), [P]), [ft, _t, O, de, kt] = pe(() => g(S, ee.keys, d, s.variantKeys, le), [S]);
847
- function yt() {
848
- var ce;
849
- const { css: W, ...j } = de, F = (ce = s.__getCompoundVariantCss__) == null ? void 0 : ce.call(s, O);
850
- return h(s(O, !1), V(F, j, W), S.className);
900
+ ), s = no(e.__cva__, o), d = oo(e, a), p = e.__base__ || e, c = /* @__PURE__ */ ae(function(y, v) {
901
+ const { as: C = p, children: R, ...B } = y, S = be(() => Object.assign({}, i, B), [B]), [Ct, Pt, W, me, Bt] = be(() => g(S, oe.keys, d, s.variantKeys, ge), [S]);
902
+ function Vt() {
903
+ var ue;
904
+ const { css: j, ...F } = me, z = (ue = s.__getCompoundVariantCss__) == null ? void 0 : ue.call(s, W);
905
+ return b(s(W, !1), T(z, F, j), S.className);
851
906
  }
852
- function xt() {
853
- const { css: W, ...j } = de, F = s.raw(O);
854
- return h(V(F, j, W), S.className);
907
+ function Tt() {
908
+ const { css: j, ...F } = me, z = s.raw(W);
909
+ return b(T(z, F, j), S.className);
855
910
  }
856
- const St = t.__recipe__ ? yt : xt;
857
- return M(v, {
858
- ref: w,
859
- ..._t,
860
- ...kt,
861
- ...ee(ft),
862
- className: St()
863
- }, S.children ?? T);
864
- }), m = Xr(c);
865
- return l.displayName = `styled.${m}`, l.__cva__ = s, l.__base__ = c, l.__shouldForwardProps__ = a, l;
911
+ const It = t.__recipe__ ? Vt : Tt;
912
+ return O(C, {
913
+ ref: v,
914
+ ...Pt,
915
+ ...Bt,
916
+ ...oe(Ct),
917
+ className: It()
918
+ }, S.children ?? R);
919
+ }), u = ao(p);
920
+ return c.displayName = `styled.${u}`, c.__cva__ = s, c.__base__ = p, c.__shouldForwardProps__ = a, c;
866
921
  }
867
- function Yr() {
922
+ function io() {
868
923
  const e = /* @__PURE__ */ new Map();
869
- return new Proxy(J, {
924
+ return new Proxy(te, {
870
925
  apply(t, r, o) {
871
- return J(...o);
926
+ return te(...o);
872
927
  },
873
928
  get(t, r) {
874
- return e.has(r) || e.set(r, J(r)), e.get(r);
929
+ return e.has(r) || e.set(r, te(r)), e.get(r);
875
930
  }
876
931
  });
877
932
  }
878
- const ct = /* @__PURE__ */ Yr(), Ee = {
933
+ const kt = /* @__PURE__ */ io(), Le = {
879
934
  transform(e) {
880
935
  const { size: t, ...r } = e;
881
936
  return {
@@ -884,12 +939,12 @@ const ct = /* @__PURE__ */ Yr(), Ee = {
884
939
  ...r
885
940
  };
886
941
  }
887
- }, pt = (e = {}) => {
888
- const t = se(Ee, e);
889
- return Ee.transform(t, ie);
890
- }, mt = (e) => V(pt(e));
891
- mt.raw = pt;
892
- const Oe = {
942
+ }, yt = (e = {}) => {
943
+ const t = de(Le, e);
944
+ return Le.transform(t, ce);
945
+ }, xt = (e) => T(yt(e));
946
+ xt.raw = yt;
947
+ const Ae = {
893
948
  transform(e) {
894
949
  const { justify: t, gap: r, ...o } = e;
895
950
  return {
@@ -902,18 +957,18 @@ const Oe = {
902
957
  };
903
958
  },
904
959
  defaultValues: { gap: "10px" }
905
- }, Kr = (e = {}) => {
906
- const t = se(Oe, e);
907
- return Oe.transform(t, ie);
908
- }, Gr = /* @__PURE__ */ re(function(t, r) {
909
- const [o, n] = g(t, ["justify", "gap"]), a = Kr(o), i = { ref: r, ...a, ...n };
910
- return M(ct.div, i);
911
- }), We = {
960
+ }, so = (e = {}) => {
961
+ const t = de(Ae, e);
962
+ return Ae.transform(t, ce);
963
+ }, lo = /* @__PURE__ */ ae(function(t, r) {
964
+ const [o, n] = g(t, ["justify", "gap"]), a = so(o), i = { ref: r, ...a, ...n };
965
+ return O(kt.div, i);
966
+ }), De = {
912
967
  transform(e, { map: t, isCssUnit: r }) {
913
- const { columnGap: o, rowGap: n, gap: a, columns: i, minChildWidth: s, ...d } = e, c = (l) => r(l) ? l : `token(sizes.${l}, ${l})`;
968
+ const { columnGap: o, rowGap: n, gap: a, columns: i, minChildWidth: s, ...d } = e, p = (c) => r(c) ? c : `token(sizes.${c}, ${c})`;
914
969
  return {
915
970
  display: "grid",
916
- gridTemplateColumns: i != null ? t(i, (l) => `repeat(${l}, minmax(0, 1fr))`) : s != null ? t(s, (l) => `repeat(auto-fit, minmax(${c(l)}, 1fr))`) : void 0,
971
+ gridTemplateColumns: i != null ? t(i, (c) => `repeat(${c}, minmax(0, 1fr))`) : s != null ? t(s, (c) => `repeat(auto-fit, minmax(${p(c)}, 1fr))`) : void 0,
917
972
  gap: a,
918
973
  columnGap: o,
919
974
  rowGap: n,
@@ -923,22 +978,22 @@ const Oe = {
923
978
  defaultValues(e) {
924
979
  return { gap: e.columnGap || e.rowGap ? void 0 : "10px" };
925
980
  }
926
- }, Hr = (e = {}) => {
927
- const t = se(We, e);
928
- return We.transform(t, ie);
929
- }, qr = /* @__PURE__ */ re(function(t, r) {
930
- const [o, n] = g(t, ["gap", "columnGap", "rowGap", "columns", "minChildWidth"]), a = Hr(o), i = { ref: r, ...a, ...n };
931
- return M(ct.div, i);
981
+ }, co = (e = {}) => {
982
+ const t = de(De, e);
983
+ return De.transform(t, ce);
984
+ }, po = /* @__PURE__ */ ae(function(t, r) {
985
+ const [o, n] = g(t, ["gap", "columnGap", "rowGap", "columns", "minChildWidth"]), a = co(o), i = { ref: r, ...a, ...n };
986
+ return O(kt.div, i);
932
987
  }), k = (e) => {
933
- const [t, r] = Lr(e), { css: o, ...n } = t, a = V(o, n), i = r.className || "", s = h(i, a), { className: d, ...c } = r;
934
- return [s, c];
935
- }, y = ({ as: e = "div", ...t }) => {
936
- const [r, o] = k(t), n = h(kr({}), r);
937
- return M(e, {
988
+ const [t, r] = to(e), { css: o, ...n } = t, a = T(o, n), i = r.className || "", s = b(i, a), { className: d, ...p } = r;
989
+ return [s, p];
990
+ }, _ = ({ as: e = "div", ...t }) => {
991
+ const [r, o] = k(t), n = b(Br({}), r);
992
+ return O(e, {
938
993
  className: n,
939
994
  ...o
940
995
  });
941
- }, gt = ({
996
+ }, St = ({
942
997
  as: e = "p",
943
998
  family: t,
944
999
  italic: r,
@@ -948,41 +1003,41 @@ const Oe = {
948
1003
  children: i,
949
1004
  textStyle: s,
950
1005
  weight: d,
951
- ...c
1006
+ ...p
952
1007
  }) => {
953
- const [l, m] = k(c);
954
- return /* @__PURE__ */ p(
955
- y,
1008
+ const [c, u] = k(p);
1009
+ return /* @__PURE__ */ l(
1010
+ _,
956
1011
  {
957
1012
  as: e,
958
- className: h(
959
- sr({ textStyle: s, family: t, bold: o, underline: n, italic: r, size: a, weight: d }),
960
- l
1013
+ className: b(
1014
+ br({ textStyle: s, family: t, bold: o, underline: n, italic: r, size: a, weight: d }),
1015
+ c
961
1016
  ),
962
- ...m,
1017
+ ...u,
963
1018
  children: i
964
1019
  }
965
1020
  );
966
- }, $r = ({
1021
+ }, go = ({
967
1022
  size: e,
968
1023
  ...t
969
1024
  }) => {
970
1025
  const [r, o] = k(t);
971
- return /* @__PURE__ */ p(
972
- y,
1026
+ return /* @__PURE__ */ l(
1027
+ _,
973
1028
  {
974
1029
  as: "div",
975
- className: h(fr({ size: e }), r),
1030
+ className: b(Cr({ size: e }), r),
976
1031
  ...o
977
1032
  }
978
1033
  );
979
- }, ut = ({
1034
+ }, wt = ({
980
1035
  loading: e = !1,
981
1036
  children: t
982
- }) => /* @__PURE__ */ E(Pt, { children: [
983
- /* @__PURE__ */ p(Gr, { gap: "4", opacity: e ? 0 : 1, children: t }),
984
- e && /* @__PURE__ */ p(
985
- qr,
1037
+ }) => /* @__PURE__ */ P(Ot, { children: [
1038
+ /* @__PURE__ */ l(lo, { gap: "4", opacity: e ? 0 : 1, children: t }),
1039
+ e && /* @__PURE__ */ l(
1040
+ po,
986
1041
  {
987
1042
  position: "absolute",
988
1043
  top: "0",
@@ -990,10 +1045,10 @@ const Oe = {
990
1045
  right: "0",
991
1046
  bottom: "0",
992
1047
  placeItems: "center",
993
- children: /* @__PURE__ */ p($r, {})
1048
+ children: /* @__PURE__ */ l(go, {})
994
1049
  }
995
1050
  )
996
- ] }), oo = ({
1051
+ ] }), wo = ({
997
1052
  variant: e,
998
1053
  size: t,
999
1054
  href: r,
@@ -1003,20 +1058,20 @@ const Oe = {
1003
1058
  type: i = "button",
1004
1059
  ...s
1005
1060
  }) => {
1006
- const d = n || a, [c, l] = k(s);
1007
- return /* @__PURE__ */ p(
1008
- y,
1061
+ const d = n || a, [p, c] = k(s);
1062
+ return /* @__PURE__ */ l(
1063
+ _,
1009
1064
  {
1010
1065
  as: r ? "a" : "button",
1011
1066
  disabled: d,
1012
1067
  "aria-disabled": d,
1013
- className: h(pr({ variant: e, size: t }), c),
1068
+ className: b(kr({ variant: e, size: t }), p),
1014
1069
  ...r ? { href: r } : { type: i },
1015
- ...l,
1016
- children: /* @__PURE__ */ p(ut, { loading: !!n, children: o })
1070
+ ...c,
1071
+ children: /* @__PURE__ */ l(wt, { loading: !!n, children: o })
1017
1072
  }
1018
1073
  );
1019
- }, Ur = ({
1074
+ }, mo = ({
1020
1075
  variant: e,
1021
1076
  size: t,
1022
1077
  href: r,
@@ -1026,42 +1081,42 @@ const Oe = {
1026
1081
  type: i = "button",
1027
1082
  ...s
1028
1083
  }) => {
1029
- const d = n || a, [c, l] = k(s);
1030
- return /* @__PURE__ */ p(
1031
- y,
1084
+ const d = n || a, [p, c] = k(s);
1085
+ return /* @__PURE__ */ l(
1086
+ _,
1032
1087
  {
1033
1088
  as: r ? "a" : "button",
1034
1089
  disabled: d,
1035
1090
  "aria-disabled": d,
1036
- className: h(mr({ variant: e, size: t }), c),
1091
+ className: b(yr({ variant: e, size: t }), p),
1037
1092
  ...r ? { href: r } : { type: i },
1038
- ...l,
1093
+ ...c,
1039
1094
  ...d && r && {
1040
- onClick: (m) => m.preventDefault()
1095
+ onClick: (u) => u.preventDefault()
1041
1096
  },
1042
- children: /* @__PURE__ */ p(ut, { loading: !!n, children: o })
1097
+ children: /* @__PURE__ */ l(wt, { loading: !!n, children: o })
1043
1098
  }
1044
1099
  );
1045
- }, C = ({
1100
+ }, w = ({
1046
1101
  name: e,
1047
1102
  size: t = "24",
1048
1103
  fill: r = "current",
1049
1104
  ...o
1050
1105
  }) => {
1051
1106
  const [n, a] = k(o);
1052
- return /* @__PURE__ */ p(
1053
- y,
1107
+ return /* @__PURE__ */ l(
1108
+ _,
1054
1109
  {
1055
1110
  as: "svg",
1056
1111
  name: e,
1057
1112
  viewBox: "0 0 24 24",
1058
1113
  xmlns: "http://www.w3.org/2000/svg",
1059
- className: h(mt({ size: t, fill: r }), n),
1114
+ className: b(xt({ size: t, fill: r }), n),
1060
1115
  ...a,
1061
- children: /* @__PURE__ */ p("use", { xlinkHref: `/sprite.svg#${e}` })
1116
+ children: /* @__PURE__ */ l("use", { xlinkHref: `/sprite.svg#${e}` })
1062
1117
  }
1063
1118
  );
1064
- }, no = {
1119
+ }, vo = {
1065
1120
  "aa-placeholder": "aa-placeholder",
1066
1121
  alarm: "alarm",
1067
1122
  apps: "apps",
@@ -1328,62 +1383,62 @@ const Oe = {
1328
1383
  x: "x",
1329
1384
  "zoom-in": "zoom-in",
1330
1385
  "zoom-out": "zoom-out"
1331
- }, Zr = ({
1386
+ }, uo = ({
1332
1387
  lang: e,
1333
1388
  children: t,
1334
1389
  ...r
1335
1390
  }) => {
1336
1391
  const [o, n] = k(r);
1337
- return /* @__PURE__ */ p(
1338
- y,
1392
+ return /* @__PURE__ */ l(
1393
+ _,
1339
1394
  {
1340
1395
  as: "code",
1341
- className: h(
1342
- br({}),
1396
+ className: b(
1397
+ wr({}),
1343
1398
  o
1344
1399
  ),
1345
1400
  lang: e,
1346
1401
  ...n,
1347
- children: /* @__PURE__ */ p(gt, { color: "slate.0", children: t })
1402
+ children: /* @__PURE__ */ l(St, { color: "slate.0", children: t })
1348
1403
  }
1349
1404
  );
1350
- }, ao = ({
1405
+ }, Co = ({
1351
1406
  children: e,
1352
1407
  lang: t,
1353
1408
  ...r
1354
1409
  }) => {
1355
1410
  const [o, n] = k(r);
1356
- return /* @__PURE__ */ p(
1357
- y,
1411
+ return /* @__PURE__ */ l(
1412
+ _,
1358
1413
  {
1359
1414
  as: "pre",
1360
- className: h(
1361
- hr({}),
1415
+ className: b(
1416
+ vr({}),
1362
1417
  o
1363
1418
  ),
1364
1419
  ...n,
1365
- children: /* @__PURE__ */ p(Zr, { lang: t, slot: "react", bg: "transparent", ...n, children: e })
1420
+ children: /* @__PURE__ */ l(uo, { lang: t, slot: "react", bg: "transparent", ...n, children: e })
1366
1421
  }
1367
1422
  );
1368
- }, io = ({
1423
+ }, Po = ({
1369
1424
  level: e = "h2",
1370
1425
  children: t,
1371
1426
  ...r
1372
1427
  }) => {
1373
1428
  const [o, n] = k(r);
1374
- return /* @__PURE__ */ p(
1375
- gt,
1429
+ return /* @__PURE__ */ l(
1430
+ St,
1376
1431
  {
1377
1432
  as: e,
1378
- className: h(
1379
- lr({ level: e }),
1433
+ className: b(
1434
+ hr({ level: e }),
1380
1435
  o
1381
1436
  ),
1382
1437
  ...n,
1383
1438
  children: t
1384
1439
  }
1385
1440
  );
1386
- }, so = ({
1441
+ }, Bo = ({
1387
1442
  href: e,
1388
1443
  external: t,
1389
1444
  disabled: r,
@@ -1393,70 +1448,70 @@ const Oe = {
1393
1448
  weight: i,
1394
1449
  italic: s,
1395
1450
  bold: d,
1396
- ...c
1451
+ ...p
1397
1452
  }) => {
1398
- const [l, m] = k(c);
1399
- return /* @__PURE__ */ E(
1400
- y,
1453
+ const [c, u] = k(p);
1454
+ return /* @__PURE__ */ P(
1455
+ _,
1401
1456
  {
1402
1457
  as: "a",
1403
1458
  href: e,
1404
1459
  target: t ? "_blank" : void 0,
1405
1460
  rel: t ? "noopener noreferrer" : void 0,
1406
1461
  "aria-disabled": r,
1407
- className: h(
1408
- dr({ family: a, italic: s, bold: d, size: n, weight: i }),
1409
- l
1462
+ className: b(
1463
+ _r({ family: a, italic: s, bold: d, size: n, weight: i }),
1464
+ c
1410
1465
  ),
1411
- ...m,
1466
+ ...u,
1412
1467
  children: [
1413
1468
  o,
1414
- t && /* @__PURE__ */ p(C, { name: "arrow-square-out", size: "20" })
1469
+ t && /* @__PURE__ */ l(w, { name: "arrow-square-out", size: "20" })
1415
1470
  ]
1416
1471
  }
1417
1472
  );
1418
- }, lo = ({
1473
+ }, Vo = ({
1419
1474
  direction: e,
1420
1475
  weight: t,
1421
1476
  ...r
1422
1477
  }) => {
1423
1478
  const [o, n] = k(r);
1424
- return /* @__PURE__ */ p(
1425
- y,
1479
+ return /* @__PURE__ */ l(
1480
+ _,
1426
1481
  {
1427
1482
  as: "div",
1428
- className: h(_r({ direction: e, weight: t }), o),
1483
+ className: b(Pr({ direction: e, weight: t }), o),
1429
1484
  ...n
1430
1485
  }
1431
1486
  );
1432
- }, bt = ({
1487
+ }, M = ({
1433
1488
  htmlFor: e,
1434
1489
  children: t,
1435
1490
  ...r
1436
1491
  }) => {
1437
1492
  const [o, n] = k(r);
1438
- return /* @__PURE__ */ p(
1439
- y,
1493
+ return /* @__PURE__ */ l(
1494
+ _,
1440
1495
  {
1441
1496
  htmlFor: e,
1442
1497
  as: "label",
1443
- className: h(
1444
- cr({}),
1498
+ className: b(
1499
+ fr({}),
1445
1500
  o
1446
1501
  ),
1447
1502
  ...n,
1448
1503
  children: t
1449
1504
  }
1450
1505
  );
1451
- }, co = ({
1506
+ }, bo = ({
1452
1507
  indeterminate: e,
1453
1508
  error: t,
1454
1509
  ...r
1455
1510
  }) => {
1456
- const { container: o, input: n, indicator: a } = Pr({});
1457
- return /* @__PURE__ */ E(bt, { className: o, children: [
1458
- /* @__PURE__ */ p(
1459
- y,
1511
+ const { container: o, input: n, indicator: a } = Dr({});
1512
+ return /* @__PURE__ */ P(M, { className: o, children: [
1513
+ /* @__PURE__ */ l(
1514
+ _,
1460
1515
  {
1461
1516
  as: "input",
1462
1517
  type: "checkbox",
@@ -1466,16 +1521,16 @@ const Oe = {
1466
1521
  ...t && { "data-error": !0 }
1467
1522
  }
1468
1523
  ),
1469
- /* @__PURE__ */ p(C, { className: a, name: "checkbox" }),
1470
- /* @__PURE__ */ p(C, { className: a, name: "checkbox-checked" }),
1471
- /* @__PURE__ */ p(C, { className: a, name: "checkbox-indeterminate" }),
1472
- /* @__PURE__ */ p(C, { className: a, name: "checkbox-focus" })
1524
+ /* @__PURE__ */ l(w, { className: a, name: "checkbox" }),
1525
+ /* @__PURE__ */ l(w, { className: a, name: "checkbox-checked" }),
1526
+ /* @__PURE__ */ l(w, { className: a, name: "checkbox-indeterminate" }),
1527
+ /* @__PURE__ */ l(w, { className: a, name: "checkbox-focus" })
1473
1528
  ] });
1474
- }, po = ({ error: e, ...t }) => {
1475
- const { container: r, input: o, indicator: n } = Mr({});
1476
- return /* @__PURE__ */ E(bt, { className: r, children: [
1477
- /* @__PURE__ */ p(
1478
- y,
1529
+ }, ho = ({ error: e, ...t }) => {
1530
+ const { container: r, input: o, indicator: n } = qr({});
1531
+ return /* @__PURE__ */ P(M, { className: r, children: [
1532
+ /* @__PURE__ */ l(
1533
+ _,
1479
1534
  {
1480
1535
  as: "input",
1481
1536
  type: "radio",
@@ -1484,51 +1539,51 @@ const Oe = {
1484
1539
  ...e && { "data-error": !0 }
1485
1540
  }
1486
1541
  ),
1487
- /* @__PURE__ */ p(C, { className: n, name: "radio" }),
1488
- /* @__PURE__ */ p(C, { className: n, name: "radio-checked" }),
1489
- /* @__PURE__ */ p(C, { className: n, name: "radio-focus" })
1542
+ /* @__PURE__ */ l(w, { className: n, name: "radio" }),
1543
+ /* @__PURE__ */ l(w, { className: n, name: "radio-checked" }),
1544
+ /* @__PURE__ */ l(w, { className: n, name: "radio-focus" })
1490
1545
  ] });
1491
- }, mo = ({
1546
+ }, To = ({
1492
1547
  size: e,
1493
1548
  error: t,
1494
1549
  autoSize: r = !1,
1495
1550
  ...o
1496
1551
  }) => {
1497
1552
  const [n, a] = k(o);
1498
- return /* @__PURE__ */ p(
1499
- y,
1553
+ return /* @__PURE__ */ l(
1554
+ _,
1500
1555
  {
1501
1556
  as: "input",
1502
1557
  ...t && { "data-error": !0 },
1503
- className: h(
1504
- gr({ size: e, autoSize: r }),
1558
+ className: b(
1559
+ xr({ size: e, autoSize: r }),
1505
1560
  n
1506
1561
  ),
1507
1562
  ...a
1508
1563
  }
1509
1564
  );
1510
- }, Jr = ({
1565
+ }, _o = ({
1511
1566
  size: e,
1512
1567
  error: t,
1513
1568
  autoSize: r = !1,
1514
1569
  ...o
1515
1570
  }) => {
1516
1571
  const [n, a] = k(o);
1517
- return /* @__PURE__ */ p(
1518
- y,
1572
+ return /* @__PURE__ */ l(
1573
+ _,
1519
1574
  {
1520
1575
  as: "textarea",
1521
1576
  ...t && { "data-error": !0 },
1522
- className: h(
1523
- ur({ size: e, autoSize: r }),
1577
+ className: b(
1578
+ Sr({ size: e, autoSize: r }),
1524
1579
  n
1525
1580
  ),
1526
1581
  ...a
1527
1582
  }
1528
1583
  );
1529
1584
  };
1530
- Jr.displayName = "Textarea";
1531
- const go = ({
1585
+ _o.displayName = "Textarea";
1586
+ const Io = ({
1532
1587
  variant: e,
1533
1588
  href: t,
1534
1589
  children: r,
@@ -1537,74 +1592,157 @@ const go = ({
1537
1592
  ...a
1538
1593
  }) => {
1539
1594
  const [i, s] = k(a);
1540
- return /* @__PURE__ */ p(
1541
- y,
1595
+ return /* @__PURE__ */ l(
1596
+ _,
1542
1597
  {
1543
1598
  as: t ? "a" : "button",
1544
1599
  disabled: o,
1545
1600
  "aria-disabled": o,
1546
1601
  "data-grabbed": n,
1547
- className: h(yr({ variant: e }), i),
1602
+ className: b(jr({ variant: e }), i),
1548
1603
  ...t ? { href: t } : { type: "button" },
1549
1604
  ...s,
1550
1605
  children: r
1551
1606
  }
1552
1607
  );
1553
- };
1554
- function Qr() {
1608
+ }, fo = ({
1609
+ error: e,
1610
+ disabled: t,
1611
+ checked: r,
1612
+ ...o
1613
+ }) => {
1614
+ const { container: n, input: a, indicator: i, background: s } = Or({});
1615
+ return /* @__PURE__ */ P(
1616
+ M,
1617
+ {
1618
+ className: n,
1619
+ ...t && { "data-disabled": !0 },
1620
+ children: [
1621
+ /* @__PURE__ */ l(
1622
+ _,
1623
+ {
1624
+ as: "input",
1625
+ type: "checkbox",
1626
+ className: a,
1627
+ "data-checked": r,
1628
+ ...e && { "data-error": !0 },
1629
+ ...o
1630
+ }
1631
+ ),
1632
+ /* @__PURE__ */ l(
1633
+ _,
1634
+ {
1635
+ as: "span",
1636
+ class: s,
1637
+ name: "toggle-bg"
1638
+ }
1639
+ ),
1640
+ /* @__PURE__ */ l(w, { name: "circle", className: i }),
1641
+ /* @__PURE__ */ l(w, { name: "circle-check", className: i })
1642
+ ]
1643
+ }
1644
+ );
1645
+ }, Ro = ({
1646
+ children: e,
1647
+ error: t,
1648
+ ...r
1649
+ }) => {
1650
+ const [o, n] = k(r);
1651
+ return /* @__PURE__ */ P(M, { className: b(Wr({}), o), ...n, children: [
1652
+ /* @__PURE__ */ l(fo, { ...t && { "data-error": !0 }, ...r }),
1653
+ e && /* @__PURE__ */ l("div", { children: e })
1654
+ ] });
1655
+ }, Mo = ({
1656
+ variant: e,
1657
+ children: t,
1658
+ error: r,
1659
+ ...o
1660
+ }) => {
1661
+ const [n, a] = k(o);
1662
+ return /* @__PURE__ */ P(M, { className: b(Vr({ variant: e }), n), ...a, children: [
1663
+ /* @__PURE__ */ l(
1664
+ ho,
1665
+ {
1666
+ ...r && { "data-error": !0 },
1667
+ ...o
1668
+ }
1669
+ ),
1670
+ t && /* @__PURE__ */ l(_, { as: "div", children: t })
1671
+ ] });
1672
+ }, Eo = ({
1673
+ children: e,
1674
+ error: t,
1675
+ indeterminate: r,
1676
+ ...o
1677
+ }) => /* @__PURE__ */ P(M, { children: [
1678
+ /* @__PURE__ */ l(
1679
+ bo,
1680
+ {
1681
+ ...t && { "data-error": !0 },
1682
+ ...r && { "data-indeterminate": !0 },
1683
+ ...o
1684
+ }
1685
+ ),
1686
+ e && /* @__PURE__ */ l(_, { as: "div", children: e })
1687
+ ] });
1688
+ function ko() {
1555
1689
  return window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
1556
1690
  }
1557
- const ht = wt(void 0);
1558
- function uo({ children: e }) {
1559
- const [t, r] = vt(() => Qr()), o = (n) => {
1691
+ const vt = Rt(void 0);
1692
+ function Oo({ children: e }) {
1693
+ const [t, r] = Mt(() => ko()), o = (n) => {
1560
1694
  r(n);
1561
1695
  };
1562
- return me(() => {
1696
+ return he(() => {
1563
1697
  document.documentElement.removeAttribute("data-color-mode"), document.documentElement.removeAttribute("data-theme"), document.documentElement.setAttribute("data-color-mode", t);
1564
- }, [t]), me(() => {
1698
+ }, [t]), he(() => {
1565
1699
  const n = window.matchMedia("(prefers-color-scheme: dark)"), a = (i) => {
1566
1700
  r(i.matches ? "dark" : "light");
1567
1701
  };
1568
1702
  return n.addEventListener("change", a), () => n.removeEventListener("change", a);
1569
- }, []), /* @__PURE__ */ p(ht.Provider, { value: { theme: t, setTheme: o }, children: e });
1703
+ }, []), /* @__PURE__ */ l(vt.Provider, { value: { theme: t, setTheme: o }, children: e });
1570
1704
  }
1571
- function eo() {
1572
- const e = Ct(ht);
1705
+ function yo() {
1706
+ const e = Et(vt);
1573
1707
  if (e === void 0)
1574
1708
  throw new Error("useTheme must be used within a ThemeProvider");
1575
1709
  return e;
1576
1710
  }
1577
- const bo = ({}) => {
1578
- const { theme: e, setTheme: t } = eo();
1579
- return /* @__PURE__ */ p(
1580
- Ur,
1711
+ const Wo = ({}) => {
1712
+ const { theme: e, setTheme: t } = yo();
1713
+ return /* @__PURE__ */ l(
1714
+ mo,
1581
1715
  {
1582
1716
  variant: "ghost",
1583
1717
  onClick: () => {
1584
1718
  t(e === "light" ? "dark" : "light");
1585
1719
  },
1586
1720
  "aria-label": `Switch to ${e === "light" ? "dark" : "light"} theme`,
1587
- children: /* @__PURE__ */ p(C, { name: e === "light" ? "moon" : "sun" })
1721
+ children: /* @__PURE__ */ l(w, { name: e === "light" ? "moon" : "sun" })
1588
1722
  }
1589
1723
  );
1590
1724
  };
1591
1725
  export {
1592
- y as Box,
1593
- oo as Button,
1594
- go as Card,
1595
- co as CheckBox,
1596
- lo as Divider,
1597
- io as Heading,
1598
- C as Icon,
1599
- Ur as IconButton,
1600
- no as IconNames,
1601
- so as Link,
1602
- ao as Pre,
1603
- po as Radio,
1604
- $r as Spinner,
1605
- gt as Text,
1606
- mo as TextInput,
1607
- Jr as Textarea,
1608
- uo as ThemeProvider,
1609
- bo as ThemeSwitcher
1726
+ _ as Box,
1727
+ wo as Button,
1728
+ Io as Card,
1729
+ bo as CheckBox,
1730
+ Eo as CheckBoxInput,
1731
+ Vo as Divider,
1732
+ Po as Heading,
1733
+ w as Icon,
1734
+ mo as IconButton,
1735
+ vo as IconNames,
1736
+ Bo as Link,
1737
+ Co as Pre,
1738
+ ho as Radio,
1739
+ Mo as RadioInput,
1740
+ go as Spinner,
1741
+ St as Text,
1742
+ To as TextInput,
1743
+ _o as Textarea,
1744
+ Oo as ThemeProvider,
1745
+ Wo as ThemeSwitcher,
1746
+ fo as Toggle,
1747
+ Ro as ToggleInput
1610
1748
  };