@bonprix-ds/react-radio-group 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +39 -0
- package/dist/index.js +4282 -0
- package/dist/index.js.map +1 -0
- package/dist/react-radio-group.css +2 -0
- package/package.json +51 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["__defProp","__name","setRef","React","React","React","getElementRef","React","React","React","useId","React","React","__defProp","__name","React","useLayoutEffect","isFunction","React2","React","React2","React","x","e","b","g","c","f","l","h","a","u"],"sources":["../../../internal-components/dist/index.js","../../../../node_modules/.pnpm/@radix-ui+primitive@1.1.6/node_modules/@radix-ui/primitive/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.3_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-context@1.2.0_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-context/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-slot@1.3.0_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-slot/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-primitive@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.17__@types+re_c06f9313654db043adfb727bb9044bea/node_modules/@radix-ui/react-primitive/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-collection@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.17__@types+_cd64a633f8e06003d23f19c2dfee53e7/node_modules/@radix-ui/react-collection/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.2_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-id@1.1.2_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-id/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.2_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.3_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.4_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-direction@1.1.2_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-direction/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-use-is-hydrated@0.1.1_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-use-is-hydrated/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.17__@type_a35bc5f4fd3b091e1b85d028e088d3f1/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-use-size@1.1.2_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-use-size/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-presence@1.1.8_@types+react-dom@19.2.3_@types+react@19.2.17__@types+rea_769b65d0b8ef3be4d2c71924101e75de/node_modules/@radix-ui/react-presence/dist/index.mjs","../../../../node_modules/.pnpm/@radix-ui+react-radio-group@1.4.4_@types+react-dom@19.2.3_@types+react@19.2.17__@types+_444b841f5e80167ea805f3dacfccdf71/node_modules/@radix-ui/react-radio-group/dist/index.mjs","../src/RadioGroupContext.ts","../../../../node_modules/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.19_yaml@2.9.0_/node_modules/tailwind-variants/dist/chunk-I2QGXAA3.js","../../../../node_modules/.pnpm/tailwind-merge@2.5.4/node_modules/tailwind-merge/dist/bundle-mjs.mjs","../../../../node_modules/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.19_yaml@2.9.0_/node_modules/tailwind-variants/dist/index.js","../src/useConsumeRadioGroup.ts","../src/RadioGroupItem.tsx","../src/RadioGroup.tsx"],"sourcesContent":["\"use client\";\nimport * as e from \"react\";\nimport { createContext as t, useContext as n, useId as r, useState as i } from \"react\";\nimport { Fragment as a, jsx as o, jsxs as s } from \"react/jsx-runtime\";\nimport \"react-dom\";\n//#region ../react/icon/dist/index.js\nvar c = {\n\ts: \"0rem\",\n\tm: \"30rem\",\n\tl: \"48rem\",\n\txl: \"62rem\",\n\txxl: \"80rem\",\n\txxxl: \"100rem\"\n}, l = {\n\ts: `(width < ${c.m})`,\n\tm: `(${c.m} <= width < ${c.l})`,\n\tl: `(${c.l} <= width < ${c.xl})`,\n\txl: `(${c.xl} <= width < ${c.xxl})`,\n\txxl: `(${c.xxl} <= width < ${c.xxxl})`,\n\txxxl: `(${c.xxxl} <= width)`\n};\nObject.keys(l);\nvar u = () => window.__BONPRIX_DESY_CONFIG__ ?? {}, d = t({});\nt(0);\nvar f = {\n\ticonSprite: \"/assets/sprites/icon-sprite.svg\",\n\tlogoSprite: \"/assets/sprites/logo-sprite.svg\",\n\tfigurineSprite: \"/assets/sprites/figurine-sprite.svg\",\n\tillustrationSprite: \"/assets/sprites/illustration-sprite.svg\"\n}, p = (e, t, n) => t?.[e] ?? n?.[e] ?? f[e], m = () => {\n\tlet e = n(d), t = u();\n\treturn {\n\t\ticonSprite: p(\"iconSprite\", e, t),\n\t\tlogoSprite: p(\"logoSprite\", e, t),\n\t\tfigurineSprite: p(\"figurineSprite\", e, t),\n\t\tillustrationSprite: p(\"illustrationSprite\", e, t)\n\t};\n}, h = \"-\", g = (e) => {\n\tlet t = b(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;\n\treturn {\n\t\tgetClassGroupId: (e) => {\n\t\t\tlet n = e.split(h);\n\t\t\treturn n[0] === \"\" && n.length !== 1 && n.shift(), _(n, t) || y(e);\n\t\t},\n\t\tgetConflictingClassGroupIds: (e, t) => {\n\t\t\tlet i = n[e] || [];\n\t\t\treturn t && r[e] ? [...i, ...r[e]] : i;\n\t\t}\n\t};\n}, _ = (e, t) => {\n\tif (e.length === 0) return t.classGroupId;\n\tlet n = e[0], r = t.nextPart.get(n), i = r ? _(e.slice(1), r) : void 0;\n\tif (i) return i;\n\tif (t.validators.length === 0) return;\n\tlet a = e.join(h);\n\treturn t.validators.find(({ validator: e }) => e(a))?.classGroupId;\n}, v = /^\\[(.+)\\]$/, y = (e) => {\n\tif (v.test(e)) {\n\t\tlet t = v.exec(e)[1], n = t?.substring(0, t.indexOf(\":\"));\n\t\tif (n) return \"arbitrary..\" + n;\n\t}\n}, b = (e) => {\n\tlet { theme: t, prefix: n } = e, r = {\n\t\tnextPart: /* @__PURE__ */ new Map(),\n\t\tvalidators: []\n\t};\n\treturn w(Object.entries(e.classGroups), n).forEach(([e, n]) => {\n\t\tx(n, r, e, t);\n\t}), r;\n}, x = (e, t, n, r) => {\n\te.forEach((e) => {\n\t\tif (typeof e == \"string\") {\n\t\t\tlet r = e === \"\" ? t : S(t, e);\n\t\t\tr.classGroupId = n;\n\t\t\treturn;\n\t\t}\n\t\tif (typeof e == \"function\") {\n\t\t\tif (C(e)) {\n\t\t\t\tx(e(r), t, n, r);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tt.validators.push({\n\t\t\t\tvalidator: e,\n\t\t\t\tclassGroupId: n\n\t\t\t});\n\t\t\treturn;\n\t\t}\n\t\tObject.entries(e).forEach(([e, i]) => {\n\t\t\tx(i, S(t, e), n, r);\n\t\t});\n\t});\n}, S = (e, t) => {\n\tlet n = e;\n\treturn t.split(h).forEach((e) => {\n\t\tn.nextPart.has(e) || n.nextPart.set(e, {\n\t\t\tnextPart: /* @__PURE__ */ new Map(),\n\t\t\tvalidators: []\n\t\t}), n = n.nextPart.get(e);\n\t}), n;\n}, C = (e) => e.isThemeGetter, w = (e, t) => t ? e.map(([e, n]) => [e, n.map((e) => typeof e == \"string\" ? t + e : typeof e == \"object\" ? Object.fromEntries(Object.entries(e).map(([e, n]) => [t + e, n])) : e)]) : e, T = (e) => {\n\tif (e < 1) return {\n\t\tget: () => void 0,\n\t\tset: () => {}\n\t};\n\tlet t = 0, n = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map(), i = (i, a) => {\n\t\tn.set(i, a), t++, t > e && (t = 0, r = n, n = /* @__PURE__ */ new Map());\n\t};\n\treturn {\n\t\tget(e) {\n\t\t\tlet t = n.get(e);\n\t\t\tif (t !== void 0) return t;\n\t\t\tif ((t = r.get(e)) !== void 0) return i(e, t), t;\n\t\t},\n\t\tset(e, t) {\n\t\t\tn.has(e) ? n.set(e, t) : i(e, t);\n\t\t}\n\t};\n}, E = \"!\", D = (e) => {\n\tlet { separator: t, experimentalParseClassName: n } = e, r = t.length === 1, i = t[0], a = t.length, o = (e) => {\n\t\tlet n = [], o = 0, s = 0, c;\n\t\tfor (let l = 0; l < e.length; l++) {\n\t\t\tlet u = e[l];\n\t\t\tif (o === 0) {\n\t\t\t\tif (u === i && (r || e.slice(l, l + a) === t)) {\n\t\t\t\t\tn.push(e.slice(s, l)), s = l + a;\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t\tif (u === \"/\") {\n\t\t\t\t\tc = l;\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\tu === \"[\" ? o++ : u === \"]\" && o--;\n\t\t}\n\t\tlet l = n.length === 0 ? e : e.substring(s), u = l.startsWith(E);\n\t\treturn {\n\t\t\tmodifiers: n,\n\t\t\thasImportantModifier: u,\n\t\t\tbaseClassName: u ? l.substring(1) : l,\n\t\t\tmaybePostfixModifierPosition: c && c > s ? c - s : void 0\n\t\t};\n\t};\n\treturn n ? (e) => n({\n\t\tclassName: e,\n\t\tparseClassName: o\n\t}) : o;\n}, O = (e) => {\n\tif (e.length <= 1) return e;\n\tlet t = [], n = [];\n\treturn e.forEach((e) => {\n\t\te[0] === \"[\" ? (t.push(...n.sort(), e), n = []) : n.push(e);\n\t}), t.push(...n.sort()), t;\n}, ee = (e) => ({\n\tcache: T(e.cacheSize),\n\tparseClassName: D(e),\n\t...g(e)\n}), k = /\\s+/, A = (e, t) => {\n\tlet { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i } = t, a = [], o = e.trim().split(k), s = \"\";\n\tfor (let e = o.length - 1; e >= 0; --e) {\n\t\tlet t = o[e], { modifiers: c, hasImportantModifier: l, baseClassName: u, maybePostfixModifierPosition: d } = n(t), f = !!d, p = r(f ? u.substring(0, d) : u);\n\t\tif (!p) {\n\t\t\tif (!f) {\n\t\t\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tif (p = r(u), !p) {\n\t\t\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tf = !1;\n\t\t}\n\t\tlet m = O(c).join(\":\"), h = l ? m + E : m, g = h + p;\n\t\tif (a.includes(g)) continue;\n\t\ta.push(g);\n\t\tlet _ = i(p, f);\n\t\tfor (let e = 0; e < _.length; ++e) {\n\t\t\tlet t = _[e];\n\t\t\ta.push(h + t);\n\t\t}\n\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t}\n\treturn s;\n};\nfunction j() {\n\tlet e = 0, t, n, r = \"\";\n\tfor (; e < arguments.length;) (t = arguments[e++]) && (n = M(t)) && (r && (r += \" \"), r += n);\n\treturn r;\n}\nvar M = (e) => {\n\tif (typeof e == \"string\") return e;\n\tlet t, n = \"\";\n\tfor (let r = 0; r < e.length; r++) e[r] && (t = M(e[r])) && (n && (n += \" \"), n += t);\n\treturn n;\n};\nfunction N(e, ...t) {\n\tlet n, r, i, a = o;\n\tfunction o(o) {\n\t\treturn n = ee(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o);\n\t}\n\tfunction s(e) {\n\t\tlet t = r(e);\n\t\tif (t) return t;\n\t\tlet a = A(e, n);\n\t\treturn i(e, a), a;\n\t}\n\treturn function() {\n\t\treturn a(j.apply(null, arguments));\n\t};\n}\nvar P = (e) => {\n\tlet t = (t) => t[e] || [];\n\treturn t.isThemeGetter = !0, t;\n}, F = /^\\[(?:([a-z-]+):)?(.+)\\]$/i, I = /^\\d+\\/\\d+$/, L = /*#__PURE__*/ new Set([\n\t\"px\",\n\t\"full\",\n\t\"screen\"\n]), te = /^(\\d+(\\.\\d+)?)?(xs|sm|md|lg|xl)$/, ne = /\\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\\b(calc|min|max|clamp)\\(.+\\)|^0$/, re = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\\(.+\\)$/, ie = /^(inset_)?-?((\\d+)?\\.?(\\d+)[a-z]+|0)_-?((\\d+)?\\.?(\\d+)[a-z]+|0)/, ae = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\\(.+\\)$/, R = (e) => oe(e) || L.has(e) || I.test(e), z = (e) => _e(e, \"length\", ve), oe = (e) => !!e && !Number.isNaN(Number(e)), se = (e) => _e(e, \"number\", oe), ce = (e) => !!e && Number.isInteger(Number(e)), le = (e) => e.endsWith(\"%\") && oe(e.slice(0, -1)), B = (e) => F.test(e), V = (e) => te.test(e), ue = /*#__PURE__*/ new Set([\n\t\"length\",\n\t\"size\",\n\t\"percentage\"\n]), de = (e) => _e(e, ue, ye), fe = (e) => _e(e, \"position\", ye), pe = /*#__PURE__*/ new Set([\"image\", \"url\"]), me = (e) => _e(e, pe, xe), he = (e) => _e(e, \"\", be), ge = () => !0, _e = (e, t, n) => {\n\tlet r = F.exec(e);\n\treturn r ? r[1] ? typeof t == \"string\" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;\n}, ve = (e) => ne.test(e) && !re.test(e), ye = () => !1, be = (e) => ie.test(e), xe = (e) => ae.test(e), Se = /*#__PURE__*/ N(() => {\n\tlet e = P(\"colors\"), t = P(\"spacing\"), n = P(\"blur\"), r = P(\"brightness\"), i = P(\"borderColor\"), a = P(\"borderRadius\"), o = P(\"borderSpacing\"), s = P(\"borderWidth\"), c = P(\"contrast\"), l = P(\"grayscale\"), u = P(\"hueRotate\"), d = P(\"invert\"), f = P(\"gap\"), p = P(\"gradientColorStops\"), m = P(\"gradientColorStopPositions\"), h = P(\"inset\"), g = P(\"margin\"), _ = P(\"opacity\"), v = P(\"padding\"), y = P(\"saturate\"), b = P(\"scale\"), x = P(\"sepia\"), S = P(\"skew\"), C = P(\"space\"), w = P(\"translate\"), T = () => [\n\t\t\"auto\",\n\t\t\"contain\",\n\t\t\"none\"\n\t], E = () => [\n\t\t\"auto\",\n\t\t\"hidden\",\n\t\t\"clip\",\n\t\t\"visible\",\n\t\t\"scroll\"\n\t], D = () => [\n\t\t\"auto\",\n\t\tB,\n\t\tt\n\t], O = () => [B, t], ee = () => [\n\t\t\"\",\n\t\tR,\n\t\tz\n\t], k = () => [\n\t\t\"auto\",\n\t\toe,\n\t\tB\n\t], A = () => [\n\t\t\"bottom\",\n\t\t\"center\",\n\t\t\"left\",\n\t\t\"left-bottom\",\n\t\t\"left-top\",\n\t\t\"right\",\n\t\t\"right-bottom\",\n\t\t\"right-top\",\n\t\t\"top\"\n\t], j = () => [\n\t\t\"solid\",\n\t\t\"dashed\",\n\t\t\"dotted\",\n\t\t\"double\",\n\t\t\"none\"\n\t], M = () => [\n\t\t\"normal\",\n\t\t\"multiply\",\n\t\t\"screen\",\n\t\t\"overlay\",\n\t\t\"darken\",\n\t\t\"lighten\",\n\t\t\"color-dodge\",\n\t\t\"color-burn\",\n\t\t\"hard-light\",\n\t\t\"soft-light\",\n\t\t\"difference\",\n\t\t\"exclusion\",\n\t\t\"hue\",\n\t\t\"saturation\",\n\t\t\"color\",\n\t\t\"luminosity\"\n\t], N = () => [\n\t\t\"start\",\n\t\t\"end\",\n\t\t\"center\",\n\t\t\"between\",\n\t\t\"around\",\n\t\t\"evenly\",\n\t\t\"stretch\"\n\t], F = () => [\n\t\t\"\",\n\t\t\"0\",\n\t\tB\n\t], I = () => [\n\t\t\"auto\",\n\t\t\"avoid\",\n\t\t\"all\",\n\t\t\"avoid-page\",\n\t\t\"page\",\n\t\t\"left\",\n\t\t\"right\",\n\t\t\"column\"\n\t], L = () => [oe, B];\n\treturn {\n\t\tcacheSize: 500,\n\t\tseparator: \":\",\n\t\ttheme: {\n\t\t\tcolors: [ge],\n\t\t\tspacing: [R, z],\n\t\t\tblur: [\n\t\t\t\t\"none\",\n\t\t\t\t\"\",\n\t\t\t\tV,\n\t\t\t\tB\n\t\t\t],\n\t\t\tbrightness: L(),\n\t\t\tborderColor: [e],\n\t\t\tborderRadius: [\n\t\t\t\t\"none\",\n\t\t\t\t\"\",\n\t\t\t\t\"full\",\n\t\t\t\tV,\n\t\t\t\tB\n\t\t\t],\n\t\t\tborderSpacing: O(),\n\t\t\tborderWidth: ee(),\n\t\t\tcontrast: L(),\n\t\t\tgrayscale: F(),\n\t\t\thueRotate: L(),\n\t\t\tinvert: F(),\n\t\t\tgap: O(),\n\t\t\tgradientColorStops: [e],\n\t\t\tgradientColorStopPositions: [le, z],\n\t\t\tinset: D(),\n\t\t\tmargin: D(),\n\t\t\topacity: L(),\n\t\t\tpadding: O(),\n\t\t\tsaturate: L(),\n\t\t\tscale: L(),\n\t\t\tsepia: F(),\n\t\t\tskew: L(),\n\t\t\tspace: O(),\n\t\t\ttranslate: O()\n\t\t},\n\t\tclassGroups: {\n\t\t\taspect: [{ aspect: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"square\",\n\t\t\t\t\"video\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\tcontainer: [\"container\"],\n\t\t\tcolumns: [{ columns: [V] }],\n\t\t\t\"break-after\": [{ \"break-after\": I() }],\n\t\t\t\"break-before\": [{ \"break-before\": I() }],\n\t\t\t\"break-inside\": [{ \"break-inside\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"avoid\",\n\t\t\t\t\"avoid-page\",\n\t\t\t\t\"avoid-column\"\n\t\t\t] }],\n\t\t\t\"box-decoration\": [{ \"box-decoration\": [\"slice\", \"clone\"] }],\n\t\t\tbox: [{ box: [\"border\", \"content\"] }],\n\t\t\tdisplay: [\n\t\t\t\t\"block\",\n\t\t\t\t\"inline-block\",\n\t\t\t\t\"inline\",\n\t\t\t\t\"flex\",\n\t\t\t\t\"inline-flex\",\n\t\t\t\t\"table\",\n\t\t\t\t\"inline-table\",\n\t\t\t\t\"table-caption\",\n\t\t\t\t\"table-cell\",\n\t\t\t\t\"table-column\",\n\t\t\t\t\"table-column-group\",\n\t\t\t\t\"table-footer-group\",\n\t\t\t\t\"table-header-group\",\n\t\t\t\t\"table-row-group\",\n\t\t\t\t\"table-row\",\n\t\t\t\t\"flow-root\",\n\t\t\t\t\"grid\",\n\t\t\t\t\"inline-grid\",\n\t\t\t\t\"contents\",\n\t\t\t\t\"list-item\",\n\t\t\t\t\"hidden\"\n\t\t\t],\n\t\t\tfloat: [{ float: [\n\t\t\t\t\"right\",\n\t\t\t\t\"left\",\n\t\t\t\t\"none\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\tclear: [{ clear: [\n\t\t\t\t\"left\",\n\t\t\t\t\"right\",\n\t\t\t\t\"both\",\n\t\t\t\t\"none\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\tisolation: [\"isolate\", \"isolation-auto\"],\n\t\t\t\"object-fit\": [{ object: [\n\t\t\t\t\"contain\",\n\t\t\t\t\"cover\",\n\t\t\t\t\"fill\",\n\t\t\t\t\"none\",\n\t\t\t\t\"scale-down\"\n\t\t\t] }],\n\t\t\t\"object-position\": [{ object: [...A(), B] }],\n\t\t\toverflow: [{ overflow: E() }],\n\t\t\t\"overflow-x\": [{ \"overflow-x\": E() }],\n\t\t\t\"overflow-y\": [{ \"overflow-y\": E() }],\n\t\t\toverscroll: [{ overscroll: T() }],\n\t\t\t\"overscroll-x\": [{ \"overscroll-x\": T() }],\n\t\t\t\"overscroll-y\": [{ \"overscroll-y\": T() }],\n\t\t\tposition: [\n\t\t\t\t\"static\",\n\t\t\t\t\"fixed\",\n\t\t\t\t\"absolute\",\n\t\t\t\t\"relative\",\n\t\t\t\t\"sticky\"\n\t\t\t],\n\t\t\tinset: [{ inset: [h] }],\n\t\t\t\"inset-x\": [{ \"inset-x\": [h] }],\n\t\t\t\"inset-y\": [{ \"inset-y\": [h] }],\n\t\t\tstart: [{ start: [h] }],\n\t\t\tend: [{ end: [h] }],\n\t\t\ttop: [{ top: [h] }],\n\t\t\tright: [{ right: [h] }],\n\t\t\tbottom: [{ bottom: [h] }],\n\t\t\tleft: [{ left: [h] }],\n\t\t\tvisibility: [\n\t\t\t\t\"visible\",\n\t\t\t\t\"invisible\",\n\t\t\t\t\"collapse\"\n\t\t\t],\n\t\t\tz: [{ z: [\n\t\t\t\t\"auto\",\n\t\t\t\tce,\n\t\t\t\tB\n\t\t\t] }],\n\t\t\tbasis: [{ basis: D() }],\n\t\t\t\"flex-direction\": [{ flex: [\n\t\t\t\t\"row\",\n\t\t\t\t\"row-reverse\",\n\t\t\t\t\"col\",\n\t\t\t\t\"col-reverse\"\n\t\t\t] }],\n\t\t\t\"flex-wrap\": [{ flex: [\n\t\t\t\t\"wrap\",\n\t\t\t\t\"wrap-reverse\",\n\t\t\t\t\"nowrap\"\n\t\t\t] }],\n\t\t\tflex: [{ flex: [\n\t\t\t\t\"1\",\n\t\t\t\t\"auto\",\n\t\t\t\t\"initial\",\n\t\t\t\t\"none\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\tgrow: [{ grow: F() }],\n\t\t\tshrink: [{ shrink: F() }],\n\t\t\torder: [{ order: [\n\t\t\t\t\"first\",\n\t\t\t\t\"last\",\n\t\t\t\t\"none\",\n\t\t\t\tce,\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"grid-cols\": [{ \"grid-cols\": [ge] }],\n\t\t\t\"col-start-end\": [{ col: [\n\t\t\t\t\"auto\",\n\t\t\t\t{ span: [\n\t\t\t\t\t\"full\",\n\t\t\t\t\tce,\n\t\t\t\t\tB\n\t\t\t\t] },\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"col-start\": [{ \"col-start\": k() }],\n\t\t\t\"col-end\": [{ \"col-end\": k() }],\n\t\t\t\"grid-rows\": [{ \"grid-rows\": [ge] }],\n\t\t\t\"row-start-end\": [{ row: [\n\t\t\t\t\"auto\",\n\t\t\t\t{ span: [ce, B] },\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"row-start\": [{ \"row-start\": k() }],\n\t\t\t\"row-end\": [{ \"row-end\": k() }],\n\t\t\t\"grid-flow\": [{ \"grid-flow\": [\n\t\t\t\t\"row\",\n\t\t\t\t\"col\",\n\t\t\t\t\"dense\",\n\t\t\t\t\"row-dense\",\n\t\t\t\t\"col-dense\"\n\t\t\t] }],\n\t\t\t\"auto-cols\": [{ \"auto-cols\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fr\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"auto-rows\": [{ \"auto-rows\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fr\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\tgap: [{ gap: [f] }],\n\t\t\t\"gap-x\": [{ \"gap-x\": [f] }],\n\t\t\t\"gap-y\": [{ \"gap-y\": [f] }],\n\t\t\t\"justify-content\": [{ justify: [\"normal\", ...N()] }],\n\t\t\t\"justify-items\": [{ \"justify-items\": [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"justify-self\": [{ \"justify-self\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"align-content\": [{ content: [\n\t\t\t\t\"normal\",\n\t\t\t\t...N(),\n\t\t\t\t\"baseline\"\n\t\t\t] }],\n\t\t\t\"align-items\": [{ items: [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"baseline\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"align-self\": [{ self: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\",\n\t\t\t\t\"baseline\"\n\t\t\t] }],\n\t\t\t\"place-content\": [{ \"place-content\": [...N(), \"baseline\"] }],\n\t\t\t\"place-items\": [{ \"place-items\": [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"baseline\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"place-self\": [{ \"place-self\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\tp: [{ p: [v] }],\n\t\t\tpx: [{ px: [v] }],\n\t\t\tpy: [{ py: [v] }],\n\t\t\tps: [{ ps: [v] }],\n\t\t\tpe: [{ pe: [v] }],\n\t\t\tpt: [{ pt: [v] }],\n\t\t\tpr: [{ pr: [v] }],\n\t\t\tpb: [{ pb: [v] }],\n\t\t\tpl: [{ pl: [v] }],\n\t\t\tm: [{ m: [g] }],\n\t\t\tmx: [{ mx: [g] }],\n\t\t\tmy: [{ my: [g] }],\n\t\t\tms: [{ ms: [g] }],\n\t\t\tme: [{ me: [g] }],\n\t\t\tmt: [{ mt: [g] }],\n\t\t\tmr: [{ mr: [g] }],\n\t\t\tmb: [{ mb: [g] }],\n\t\t\tml: [{ ml: [g] }],\n\t\t\t\"space-x\": [{ \"space-x\": [C] }],\n\t\t\t\"space-x-reverse\": [\"space-x-reverse\"],\n\t\t\t\"space-y\": [{ \"space-y\": [C] }],\n\t\t\t\"space-y-reverse\": [\"space-y-reverse\"],\n\t\t\tw: [{ w: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svw\",\n\t\t\t\t\"lvw\",\n\t\t\t\t\"dvw\",\n\t\t\t\tB,\n\t\t\t\tt\n\t\t\t] }],\n\t\t\t\"min-w\": [{ \"min-w\": [\n\t\t\t\tB,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\"\n\t\t\t] }],\n\t\t\t\"max-w\": [{ \"max-w\": [\n\t\t\t\tB,\n\t\t\t\tt,\n\t\t\t\t\"none\",\n\t\t\t\t\"full\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"prose\",\n\t\t\t\t{ screen: [V] },\n\t\t\t\tV\n\t\t\t] }],\n\t\t\th: [{ h: [\n\t\t\t\tB,\n\t\t\t\tt,\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\t\"min-h\": [{ \"min-h\": [\n\t\t\t\tB,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\t\"max-h\": [{ \"max-h\": [\n\t\t\t\tB,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\tsize: [{ size: [\n\t\t\t\tB,\n\t\t\t\tt,\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\"\n\t\t\t] }],\n\t\t\t\"font-size\": [{ text: [\n\t\t\t\t\"base\",\n\t\t\t\tV,\n\t\t\t\tz\n\t\t\t] }],\n\t\t\t\"font-smoothing\": [\"antialiased\", \"subpixel-antialiased\"],\n\t\t\t\"font-style\": [\"italic\", \"not-italic\"],\n\t\t\t\"font-weight\": [{ font: [\n\t\t\t\t\"thin\",\n\t\t\t\t\"extralight\",\n\t\t\t\t\"light\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"medium\",\n\t\t\t\t\"semibold\",\n\t\t\t\t\"bold\",\n\t\t\t\t\"extrabold\",\n\t\t\t\t\"black\",\n\t\t\t\tse\n\t\t\t] }],\n\t\t\t\"font-family\": [{ font: [ge] }],\n\t\t\t\"fvn-normal\": [\"normal-nums\"],\n\t\t\t\"fvn-ordinal\": [\"ordinal\"],\n\t\t\t\"fvn-slashed-zero\": [\"slashed-zero\"],\n\t\t\t\"fvn-figure\": [\"lining-nums\", \"oldstyle-nums\"],\n\t\t\t\"fvn-spacing\": [\"proportional-nums\", \"tabular-nums\"],\n\t\t\t\"fvn-fraction\": [\"diagonal-fractions\", \"stacked-fractions\"],\n\t\t\ttracking: [{ tracking: [\n\t\t\t\t\"tighter\",\n\t\t\t\t\"tight\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"wide\",\n\t\t\t\t\"wider\",\n\t\t\t\t\"widest\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"line-clamp\": [{ \"line-clamp\": [\n\t\t\t\t\"none\",\n\t\t\t\toe,\n\t\t\t\tse\n\t\t\t] }],\n\t\t\tleading: [{ leading: [\n\t\t\t\t\"none\",\n\t\t\t\t\"tight\",\n\t\t\t\t\"snug\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"relaxed\",\n\t\t\t\t\"loose\",\n\t\t\t\tR,\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"list-image\": [{ \"list-image\": [\"none\", B] }],\n\t\t\t\"list-style-type\": [{ list: [\n\t\t\t\t\"none\",\n\t\t\t\t\"disc\",\n\t\t\t\t\"decimal\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"list-style-position\": [{ list: [\"inside\", \"outside\"] }],\n\t\t\t\"placeholder-color\": [{ placeholder: [e] }],\n\t\t\t\"placeholder-opacity\": [{ \"placeholder-opacity\": [_] }],\n\t\t\t\"text-alignment\": [{ text: [\n\t\t\t\t\"left\",\n\t\t\t\t\"center\",\n\t\t\t\t\"right\",\n\t\t\t\t\"justify\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\t\"text-color\": [{ text: [e] }],\n\t\t\t\"text-opacity\": [{ \"text-opacity\": [_] }],\n\t\t\t\"text-decoration\": [\n\t\t\t\t\"underline\",\n\t\t\t\t\"overline\",\n\t\t\t\t\"line-through\",\n\t\t\t\t\"no-underline\"\n\t\t\t],\n\t\t\t\"text-decoration-style\": [{ decoration: [...j(), \"wavy\"] }],\n\t\t\t\"text-decoration-thickness\": [{ decoration: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"from-font\",\n\t\t\t\tR,\n\t\t\t\tz\n\t\t\t] }],\n\t\t\t\"underline-offset\": [{ \"underline-offset\": [\n\t\t\t\t\"auto\",\n\t\t\t\tR,\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"text-decoration-color\": [{ decoration: [e] }],\n\t\t\t\"text-transform\": [\n\t\t\t\t\"uppercase\",\n\t\t\t\t\"lowercase\",\n\t\t\t\t\"capitalize\",\n\t\t\t\t\"normal-case\"\n\t\t\t],\n\t\t\t\"text-overflow\": [\n\t\t\t\t\"truncate\",\n\t\t\t\t\"text-ellipsis\",\n\t\t\t\t\"text-clip\"\n\t\t\t],\n\t\t\t\"text-wrap\": [{ text: [\n\t\t\t\t\"wrap\",\n\t\t\t\t\"nowrap\",\n\t\t\t\t\"balance\",\n\t\t\t\t\"pretty\"\n\t\t\t] }],\n\t\t\tindent: [{ indent: O() }],\n\t\t\t\"vertical-align\": [{ align: [\n\t\t\t\t\"baseline\",\n\t\t\t\t\"top\",\n\t\t\t\t\"middle\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"text-top\",\n\t\t\t\t\"text-bottom\",\n\t\t\t\t\"sub\",\n\t\t\t\t\"super\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\twhitespace: [{ whitespace: [\n\t\t\t\t\"normal\",\n\t\t\t\t\"nowrap\",\n\t\t\t\t\"pre\",\n\t\t\t\t\"pre-line\",\n\t\t\t\t\"pre-wrap\",\n\t\t\t\t\"break-spaces\"\n\t\t\t] }],\n\t\t\tbreak: [{ break: [\n\t\t\t\t\"normal\",\n\t\t\t\t\"words\",\n\t\t\t\t\"all\",\n\t\t\t\t\"keep\"\n\t\t\t] }],\n\t\t\thyphens: [{ hyphens: [\n\t\t\t\t\"none\",\n\t\t\t\t\"manual\",\n\t\t\t\t\"auto\"\n\t\t\t] }],\n\t\t\tcontent: [{ content: [\"none\", B] }],\n\t\t\t\"bg-attachment\": [{ bg: [\n\t\t\t\t\"fixed\",\n\t\t\t\t\"local\",\n\t\t\t\t\"scroll\"\n\t\t\t] }],\n\t\t\t\"bg-clip\": [{ \"bg-clip\": [\n\t\t\t\t\"border\",\n\t\t\t\t\"padding\",\n\t\t\t\t\"content\",\n\t\t\t\t\"text\"\n\t\t\t] }],\n\t\t\t\"bg-opacity\": [{ \"bg-opacity\": [_] }],\n\t\t\t\"bg-origin\": [{ \"bg-origin\": [\n\t\t\t\t\"border\",\n\t\t\t\t\"padding\",\n\t\t\t\t\"content\"\n\t\t\t] }],\n\t\t\t\"bg-position\": [{ bg: [...A(), fe] }],\n\t\t\t\"bg-repeat\": [{ bg: [\"no-repeat\", { repeat: [\n\t\t\t\t\"\",\n\t\t\t\t\"x\",\n\t\t\t\t\"y\",\n\t\t\t\t\"round\",\n\t\t\t\t\"space\"\n\t\t\t] }] }],\n\t\t\t\"bg-size\": [{ bg: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"cover\",\n\t\t\t\t\"contain\",\n\t\t\t\tde\n\t\t\t] }],\n\t\t\t\"bg-image\": [{ bg: [\n\t\t\t\t\"none\",\n\t\t\t\t{ \"gradient-to\": [\n\t\t\t\t\t\"t\",\n\t\t\t\t\t\"tr\",\n\t\t\t\t\t\"r\",\n\t\t\t\t\t\"br\",\n\t\t\t\t\t\"b\",\n\t\t\t\t\t\"bl\",\n\t\t\t\t\t\"l\",\n\t\t\t\t\t\"tl\"\n\t\t\t\t] },\n\t\t\t\tme\n\t\t\t] }],\n\t\t\t\"bg-color\": [{ bg: [e] }],\n\t\t\t\"gradient-from-pos\": [{ from: [m] }],\n\t\t\t\"gradient-via-pos\": [{ via: [m] }],\n\t\t\t\"gradient-to-pos\": [{ to: [m] }],\n\t\t\t\"gradient-from\": [{ from: [p] }],\n\t\t\t\"gradient-via\": [{ via: [p] }],\n\t\t\t\"gradient-to\": [{ to: [p] }],\n\t\t\trounded: [{ rounded: [a] }],\n\t\t\t\"rounded-s\": [{ \"rounded-s\": [a] }],\n\t\t\t\"rounded-e\": [{ \"rounded-e\": [a] }],\n\t\t\t\"rounded-t\": [{ \"rounded-t\": [a] }],\n\t\t\t\"rounded-r\": [{ \"rounded-r\": [a] }],\n\t\t\t\"rounded-b\": [{ \"rounded-b\": [a] }],\n\t\t\t\"rounded-l\": [{ \"rounded-l\": [a] }],\n\t\t\t\"rounded-ss\": [{ \"rounded-ss\": [a] }],\n\t\t\t\"rounded-se\": [{ \"rounded-se\": [a] }],\n\t\t\t\"rounded-ee\": [{ \"rounded-ee\": [a] }],\n\t\t\t\"rounded-es\": [{ \"rounded-es\": [a] }],\n\t\t\t\"rounded-tl\": [{ \"rounded-tl\": [a] }],\n\t\t\t\"rounded-tr\": [{ \"rounded-tr\": [a] }],\n\t\t\t\"rounded-br\": [{ \"rounded-br\": [a] }],\n\t\t\t\"rounded-bl\": [{ \"rounded-bl\": [a] }],\n\t\t\t\"border-w\": [{ border: [s] }],\n\t\t\t\"border-w-x\": [{ \"border-x\": [s] }],\n\t\t\t\"border-w-y\": [{ \"border-y\": [s] }],\n\t\t\t\"border-w-s\": [{ \"border-s\": [s] }],\n\t\t\t\"border-w-e\": [{ \"border-e\": [s] }],\n\t\t\t\"border-w-t\": [{ \"border-t\": [s] }],\n\t\t\t\"border-w-r\": [{ \"border-r\": [s] }],\n\t\t\t\"border-w-b\": [{ \"border-b\": [s] }],\n\t\t\t\"border-w-l\": [{ \"border-l\": [s] }],\n\t\t\t\"border-opacity\": [{ \"border-opacity\": [_] }],\n\t\t\t\"border-style\": [{ border: [...j(), \"hidden\"] }],\n\t\t\t\"divide-x\": [{ \"divide-x\": [s] }],\n\t\t\t\"divide-x-reverse\": [\"divide-x-reverse\"],\n\t\t\t\"divide-y\": [{ \"divide-y\": [s] }],\n\t\t\t\"divide-y-reverse\": [\"divide-y-reverse\"],\n\t\t\t\"divide-opacity\": [{ \"divide-opacity\": [_] }],\n\t\t\t\"divide-style\": [{ divide: j() }],\n\t\t\t\"border-color\": [{ border: [i] }],\n\t\t\t\"border-color-x\": [{ \"border-x\": [i] }],\n\t\t\t\"border-color-y\": [{ \"border-y\": [i] }],\n\t\t\t\"border-color-s\": [{ \"border-s\": [i] }],\n\t\t\t\"border-color-e\": [{ \"border-e\": [i] }],\n\t\t\t\"border-color-t\": [{ \"border-t\": [i] }],\n\t\t\t\"border-color-r\": [{ \"border-r\": [i] }],\n\t\t\t\"border-color-b\": [{ \"border-b\": [i] }],\n\t\t\t\"border-color-l\": [{ \"border-l\": [i] }],\n\t\t\t\"divide-color\": [{ divide: [i] }],\n\t\t\t\"outline-style\": [{ outline: [\"\", ...j()] }],\n\t\t\t\"outline-offset\": [{ \"outline-offset\": [R, B] }],\n\t\t\t\"outline-w\": [{ outline: [R, z] }],\n\t\t\t\"outline-color\": [{ outline: [e] }],\n\t\t\t\"ring-w\": [{ ring: ee() }],\n\t\t\t\"ring-w-inset\": [\"ring-inset\"],\n\t\t\t\"ring-color\": [{ ring: [e] }],\n\t\t\t\"ring-opacity\": [{ \"ring-opacity\": [_] }],\n\t\t\t\"ring-offset-w\": [{ \"ring-offset\": [R, z] }],\n\t\t\t\"ring-offset-color\": [{ \"ring-offset\": [e] }],\n\t\t\tshadow: [{ shadow: [\n\t\t\t\t\"\",\n\t\t\t\t\"inner\",\n\t\t\t\t\"none\",\n\t\t\t\tV,\n\t\t\t\the\n\t\t\t] }],\n\t\t\t\"shadow-color\": [{ shadow: [ge] }],\n\t\t\topacity: [{ opacity: [_] }],\n\t\t\t\"mix-blend\": [{ \"mix-blend\": [\n\t\t\t\t...M(),\n\t\t\t\t\"plus-lighter\",\n\t\t\t\t\"plus-darker\"\n\t\t\t] }],\n\t\t\t\"bg-blend\": [{ \"bg-blend\": M() }],\n\t\t\tfilter: [{ filter: [\"\", \"none\"] }],\n\t\t\tblur: [{ blur: [n] }],\n\t\t\tbrightness: [{ brightness: [r] }],\n\t\t\tcontrast: [{ contrast: [c] }],\n\t\t\t\"drop-shadow\": [{ \"drop-shadow\": [\n\t\t\t\t\"\",\n\t\t\t\t\"none\",\n\t\t\t\tV,\n\t\t\t\tB\n\t\t\t] }],\n\t\t\tgrayscale: [{ grayscale: [l] }],\n\t\t\t\"hue-rotate\": [{ \"hue-rotate\": [u] }],\n\t\t\tinvert: [{ invert: [d] }],\n\t\t\tsaturate: [{ saturate: [y] }],\n\t\t\tsepia: [{ sepia: [x] }],\n\t\t\t\"backdrop-filter\": [{ \"backdrop-filter\": [\"\", \"none\"] }],\n\t\t\t\"backdrop-blur\": [{ \"backdrop-blur\": [n] }],\n\t\t\t\"backdrop-brightness\": [{ \"backdrop-brightness\": [r] }],\n\t\t\t\"backdrop-contrast\": [{ \"backdrop-contrast\": [c] }],\n\t\t\t\"backdrop-grayscale\": [{ \"backdrop-grayscale\": [l] }],\n\t\t\t\"backdrop-hue-rotate\": [{ \"backdrop-hue-rotate\": [u] }],\n\t\t\t\"backdrop-invert\": [{ \"backdrop-invert\": [d] }],\n\t\t\t\"backdrop-opacity\": [{ \"backdrop-opacity\": [_] }],\n\t\t\t\"backdrop-saturate\": [{ \"backdrop-saturate\": [y] }],\n\t\t\t\"backdrop-sepia\": [{ \"backdrop-sepia\": [x] }],\n\t\t\t\"border-collapse\": [{ border: [\"collapse\", \"separate\"] }],\n\t\t\t\"border-spacing\": [{ \"border-spacing\": [o] }],\n\t\t\t\"border-spacing-x\": [{ \"border-spacing-x\": [o] }],\n\t\t\t\"border-spacing-y\": [{ \"border-spacing-y\": [o] }],\n\t\t\t\"table-layout\": [{ table: [\"auto\", \"fixed\"] }],\n\t\t\tcaption: [{ caption: [\"top\", \"bottom\"] }],\n\t\t\ttransition: [{ transition: [\n\t\t\t\t\"none\",\n\t\t\t\t\"all\",\n\t\t\t\t\"\",\n\t\t\t\t\"colors\",\n\t\t\t\t\"opacity\",\n\t\t\t\t\"shadow\",\n\t\t\t\t\"transform\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\tduration: [{ duration: L() }],\n\t\t\tease: [{ ease: [\n\t\t\t\t\"linear\",\n\t\t\t\t\"in\",\n\t\t\t\t\"out\",\n\t\t\t\t\"in-out\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\tdelay: [{ delay: L() }],\n\t\t\tanimate: [{ animate: [\n\t\t\t\t\"none\",\n\t\t\t\t\"spin\",\n\t\t\t\t\"ping\",\n\t\t\t\t\"pulse\",\n\t\t\t\t\"bounce\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\ttransform: [{ transform: [\n\t\t\t\t\"\",\n\t\t\t\t\"gpu\",\n\t\t\t\t\"none\"\n\t\t\t] }],\n\t\t\tscale: [{ scale: [b] }],\n\t\t\t\"scale-x\": [{ \"scale-x\": [b] }],\n\t\t\t\"scale-y\": [{ \"scale-y\": [b] }],\n\t\t\trotate: [{ rotate: [ce, B] }],\n\t\t\t\"translate-x\": [{ \"translate-x\": [w] }],\n\t\t\t\"translate-y\": [{ \"translate-y\": [w] }],\n\t\t\t\"skew-x\": [{ \"skew-x\": [S] }],\n\t\t\t\"skew-y\": [{ \"skew-y\": [S] }],\n\t\t\t\"transform-origin\": [{ origin: [\n\t\t\t\t\"center\",\n\t\t\t\t\"top\",\n\t\t\t\t\"top-right\",\n\t\t\t\t\"right\",\n\t\t\t\t\"bottom-right\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"bottom-left\",\n\t\t\t\t\"left\",\n\t\t\t\t\"top-left\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\taccent: [{ accent: [\"auto\", e] }],\n\t\t\tappearance: [{ appearance: [\"none\", \"auto\"] }],\n\t\t\tcursor: [{ cursor: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"default\",\n\t\t\t\t\"pointer\",\n\t\t\t\t\"wait\",\n\t\t\t\t\"text\",\n\t\t\t\t\"move\",\n\t\t\t\t\"help\",\n\t\t\t\t\"not-allowed\",\n\t\t\t\t\"none\",\n\t\t\t\t\"context-menu\",\n\t\t\t\t\"progress\",\n\t\t\t\t\"cell\",\n\t\t\t\t\"crosshair\",\n\t\t\t\t\"vertical-text\",\n\t\t\t\t\"alias\",\n\t\t\t\t\"copy\",\n\t\t\t\t\"no-drop\",\n\t\t\t\t\"grab\",\n\t\t\t\t\"grabbing\",\n\t\t\t\t\"all-scroll\",\n\t\t\t\t\"col-resize\",\n\t\t\t\t\"row-resize\",\n\t\t\t\t\"n-resize\",\n\t\t\t\t\"e-resize\",\n\t\t\t\t\"s-resize\",\n\t\t\t\t\"w-resize\",\n\t\t\t\t\"ne-resize\",\n\t\t\t\t\"nw-resize\",\n\t\t\t\t\"se-resize\",\n\t\t\t\t\"sw-resize\",\n\t\t\t\t\"ew-resize\",\n\t\t\t\t\"ns-resize\",\n\t\t\t\t\"nesw-resize\",\n\t\t\t\t\"nwse-resize\",\n\t\t\t\t\"zoom-in\",\n\t\t\t\t\"zoom-out\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\t\"caret-color\": [{ caret: [e] }],\n\t\t\t\"pointer-events\": [{ \"pointer-events\": [\"none\", \"auto\"] }],\n\t\t\tresize: [{ resize: [\n\t\t\t\t\"none\",\n\t\t\t\t\"y\",\n\t\t\t\t\"x\",\n\t\t\t\t\"\"\n\t\t\t] }],\n\t\t\t\"scroll-behavior\": [{ scroll: [\"auto\", \"smooth\"] }],\n\t\t\t\"scroll-m\": [{ \"scroll-m\": O() }],\n\t\t\t\"scroll-mx\": [{ \"scroll-mx\": O() }],\n\t\t\t\"scroll-my\": [{ \"scroll-my\": O() }],\n\t\t\t\"scroll-ms\": [{ \"scroll-ms\": O() }],\n\t\t\t\"scroll-me\": [{ \"scroll-me\": O() }],\n\t\t\t\"scroll-mt\": [{ \"scroll-mt\": O() }],\n\t\t\t\"scroll-mr\": [{ \"scroll-mr\": O() }],\n\t\t\t\"scroll-mb\": [{ \"scroll-mb\": O() }],\n\t\t\t\"scroll-ml\": [{ \"scroll-ml\": O() }],\n\t\t\t\"scroll-p\": [{ \"scroll-p\": O() }],\n\t\t\t\"scroll-px\": [{ \"scroll-px\": O() }],\n\t\t\t\"scroll-py\": [{ \"scroll-py\": O() }],\n\t\t\t\"scroll-ps\": [{ \"scroll-ps\": O() }],\n\t\t\t\"scroll-pe\": [{ \"scroll-pe\": O() }],\n\t\t\t\"scroll-pt\": [{ \"scroll-pt\": O() }],\n\t\t\t\"scroll-pr\": [{ \"scroll-pr\": O() }],\n\t\t\t\"scroll-pb\": [{ \"scroll-pb\": O() }],\n\t\t\t\"scroll-pl\": [{ \"scroll-pl\": O() }],\n\t\t\t\"snap-align\": [{ snap: [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"align-none\"\n\t\t\t] }],\n\t\t\t\"snap-stop\": [{ snap: [\"normal\", \"always\"] }],\n\t\t\t\"snap-type\": [{ snap: [\n\t\t\t\t\"none\",\n\t\t\t\t\"x\",\n\t\t\t\t\"y\",\n\t\t\t\t\"both\"\n\t\t\t] }],\n\t\t\t\"snap-strictness\": [{ snap: [\"mandatory\", \"proximity\"] }],\n\t\t\ttouch: [{ touch: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"none\",\n\t\t\t\t\"manipulation\"\n\t\t\t] }],\n\t\t\t\"touch-x\": [{ \"touch-pan\": [\n\t\t\t\t\"x\",\n\t\t\t\t\"left\",\n\t\t\t\t\"right\"\n\t\t\t] }],\n\t\t\t\"touch-y\": [{ \"touch-pan\": [\n\t\t\t\t\"y\",\n\t\t\t\t\"up\",\n\t\t\t\t\"down\"\n\t\t\t] }],\n\t\t\t\"touch-pz\": [\"touch-pinch-zoom\"],\n\t\t\tselect: [{ select: [\n\t\t\t\t\"none\",\n\t\t\t\t\"text\",\n\t\t\t\t\"all\",\n\t\t\t\t\"auto\"\n\t\t\t] }],\n\t\t\t\"will-change\": [{ \"will-change\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"scroll\",\n\t\t\t\t\"contents\",\n\t\t\t\t\"transform\",\n\t\t\t\tB\n\t\t\t] }],\n\t\t\tfill: [{ fill: [e, \"none\"] }],\n\t\t\t\"stroke-w\": [{ stroke: [\n\t\t\t\tR,\n\t\t\t\tz,\n\t\t\t\tse\n\t\t\t] }],\n\t\t\tstroke: [{ stroke: [e, \"none\"] }],\n\t\t\tsr: [\"sr-only\", \"not-sr-only\"],\n\t\t\t\"forced-color-adjust\": [{ \"forced-color-adjust\": [\"auto\", \"none\"] }]\n\t\t},\n\t\tconflictingClassGroups: {\n\t\t\toverflow: [\"overflow-x\", \"overflow-y\"],\n\t\t\toverscroll: [\"overscroll-x\", \"overscroll-y\"],\n\t\t\tinset: [\n\t\t\t\t\"inset-x\",\n\t\t\t\t\"inset-y\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"top\",\n\t\t\t\t\"right\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"left\"\n\t\t\t],\n\t\t\t\"inset-x\": [\"right\", \"left\"],\n\t\t\t\"inset-y\": [\"top\", \"bottom\"],\n\t\t\tflex: [\n\t\t\t\t\"basis\",\n\t\t\t\t\"grow\",\n\t\t\t\t\"shrink\"\n\t\t\t],\n\t\t\tgap: [\"gap-x\", \"gap-y\"],\n\t\t\tp: [\n\t\t\t\t\"px\",\n\t\t\t\t\"py\",\n\t\t\t\t\"ps\",\n\t\t\t\t\"pe\",\n\t\t\t\t\"pt\",\n\t\t\t\t\"pr\",\n\t\t\t\t\"pb\",\n\t\t\t\t\"pl\"\n\t\t\t],\n\t\t\tpx: [\"pr\", \"pl\"],\n\t\t\tpy: [\"pt\", \"pb\"],\n\t\t\tm: [\n\t\t\t\t\"mx\",\n\t\t\t\t\"my\",\n\t\t\t\t\"ms\",\n\t\t\t\t\"me\",\n\t\t\t\t\"mt\",\n\t\t\t\t\"mr\",\n\t\t\t\t\"mb\",\n\t\t\t\t\"ml\"\n\t\t\t],\n\t\t\tmx: [\"mr\", \"ml\"],\n\t\t\tmy: [\"mt\", \"mb\"],\n\t\t\tsize: [\"w\", \"h\"],\n\t\t\t\"font-size\": [\"leading\"],\n\t\t\t\"fvn-normal\": [\n\t\t\t\t\"fvn-ordinal\",\n\t\t\t\t\"fvn-slashed-zero\",\n\t\t\t\t\"fvn-figure\",\n\t\t\t\t\"fvn-spacing\",\n\t\t\t\t\"fvn-fraction\"\n\t\t\t],\n\t\t\t\"fvn-ordinal\": [\"fvn-normal\"],\n\t\t\t\"fvn-slashed-zero\": [\"fvn-normal\"],\n\t\t\t\"fvn-figure\": [\"fvn-normal\"],\n\t\t\t\"fvn-spacing\": [\"fvn-normal\"],\n\t\t\t\"fvn-fraction\": [\"fvn-normal\"],\n\t\t\t\"line-clamp\": [\"display\", \"overflow\"],\n\t\t\trounded: [\n\t\t\t\t\"rounded-s\",\n\t\t\t\t\"rounded-e\",\n\t\t\t\t\"rounded-t\",\n\t\t\t\t\"rounded-r\",\n\t\t\t\t\"rounded-b\",\n\t\t\t\t\"rounded-l\",\n\t\t\t\t\"rounded-ss\",\n\t\t\t\t\"rounded-se\",\n\t\t\t\t\"rounded-ee\",\n\t\t\t\t\"rounded-es\",\n\t\t\t\t\"rounded-tl\",\n\t\t\t\t\"rounded-tr\",\n\t\t\t\t\"rounded-br\",\n\t\t\t\t\"rounded-bl\"\n\t\t\t],\n\t\t\t\"rounded-s\": [\"rounded-ss\", \"rounded-es\"],\n\t\t\t\"rounded-e\": [\"rounded-se\", \"rounded-ee\"],\n\t\t\t\"rounded-t\": [\"rounded-tl\", \"rounded-tr\"],\n\t\t\t\"rounded-r\": [\"rounded-tr\", \"rounded-br\"],\n\t\t\t\"rounded-b\": [\"rounded-br\", \"rounded-bl\"],\n\t\t\t\"rounded-l\": [\"rounded-tl\", \"rounded-bl\"],\n\t\t\t\"border-spacing\": [\"border-spacing-x\", \"border-spacing-y\"],\n\t\t\t\"border-w\": [\n\t\t\t\t\"border-w-s\",\n\t\t\t\t\"border-w-e\",\n\t\t\t\t\"border-w-t\",\n\t\t\t\t\"border-w-r\",\n\t\t\t\t\"border-w-b\",\n\t\t\t\t\"border-w-l\"\n\t\t\t],\n\t\t\t\"border-w-x\": [\"border-w-r\", \"border-w-l\"],\n\t\t\t\"border-w-y\": [\"border-w-t\", \"border-w-b\"],\n\t\t\t\"border-color\": [\n\t\t\t\t\"border-color-s\",\n\t\t\t\t\"border-color-e\",\n\t\t\t\t\"border-color-t\",\n\t\t\t\t\"border-color-r\",\n\t\t\t\t\"border-color-b\",\n\t\t\t\t\"border-color-l\"\n\t\t\t],\n\t\t\t\"border-color-x\": [\"border-color-r\", \"border-color-l\"],\n\t\t\t\"border-color-y\": [\"border-color-t\", \"border-color-b\"],\n\t\t\t\"scroll-m\": [\n\t\t\t\t\"scroll-mx\",\n\t\t\t\t\"scroll-my\",\n\t\t\t\t\"scroll-ms\",\n\t\t\t\t\"scroll-me\",\n\t\t\t\t\"scroll-mt\",\n\t\t\t\t\"scroll-mr\",\n\t\t\t\t\"scroll-mb\",\n\t\t\t\t\"scroll-ml\"\n\t\t\t],\n\t\t\t\"scroll-mx\": [\"scroll-mr\", \"scroll-ml\"],\n\t\t\t\"scroll-my\": [\"scroll-mt\", \"scroll-mb\"],\n\t\t\t\"scroll-p\": [\n\t\t\t\t\"scroll-px\",\n\t\t\t\t\"scroll-py\",\n\t\t\t\t\"scroll-ps\",\n\t\t\t\t\"scroll-pe\",\n\t\t\t\t\"scroll-pt\",\n\t\t\t\t\"scroll-pr\",\n\t\t\t\t\"scroll-pb\",\n\t\t\t\t\"scroll-pl\"\n\t\t\t],\n\t\t\t\"scroll-px\": [\"scroll-pr\", \"scroll-pl\"],\n\t\t\t\"scroll-py\": [\"scroll-pt\", \"scroll-pb\"],\n\t\t\ttouch: [\n\t\t\t\t\"touch-x\",\n\t\t\t\t\"touch-y\",\n\t\t\t\t\"touch-pz\"\n\t\t\t],\n\t\t\t\"touch-x\": [\"touch\"],\n\t\t\t\"touch-y\": [\"touch\"],\n\t\t\t\"touch-pz\": [\"touch\"]\n\t\t},\n\t\tconflictingClassGroupModifiers: { \"font-size\": [\"leading\"] }\n\t};\n}), Ce = {\n\t\"account-balanced\": [\"24\", \"24\"],\n\t\"address-book\": [\"24\", \"24\"],\n\tai: [\"24\", \"24\"],\n\t\"alarm-clock\": [\"24\", \"24\"],\n\talert: [\"24\", \"24\"],\n\tapp: [\"24\", \"24\"],\n\tapple: [\"24\", \"24\"],\n\tarmchair: [\"24\", \"24\"],\n\t\"arrow-down\": [\"24\", \"24\"],\n\t\"arrow-left\": [\"24\", \"24\"],\n\t\"arrow-right\": [\"24\", \"24\"],\n\t\"arrow-up\": [\"24\", \"24\"],\n\tback: [\"24\", \"24\"],\n\tbell: [\"24\", \"24\"],\n\tbra: [\"24\", \"24\"],\n\tbriefcase: [\"24\", \"24\"],\n\t\"cake-piece-full\": [\"24\", \"24\"],\n\t\"cake-piece\": [\"24\", \"24\"],\n\tcalendar: [\"24\", \"24\"],\n\tcart: [\"24\", \"24\"],\n\tcatalog: [\"24\", \"24\"],\n\tchat: [\"24\", \"24\"],\n\t\"check-bold\": [\"24\", \"24\"],\n\tcheck: [\"24\", \"24\"],\n\tchild: [\"24\", \"24\"],\n\tcloser: [\"24\", \"24\"],\n\t\"clothing-basic\": [\"24\", \"24\"],\n\t\"clothing-blazer\": [\"24\", \"24\"],\n\t\"clothing-blouse\": [\"24\", \"24\"],\n\t\"clothing-dress\": [\"24\", \"24\"],\n\t\"clothing-homewear\": [\"24\", \"24\"],\n\tclothing: [\"24\", \"24\"],\n\t\"clothing-jacket\": [\"24\", \"24\"],\n\t\"clothing-jeans\": [\"24\", \"24\"],\n\t\"clothing-jumpsuit\": [\"24\", \"24\"],\n\t\"clothing-knitwear\": [\"24\", \"24\"],\n\t\"clothing-maternity-wear\": [\"24\", \"24\"],\n\t\"clothing-party-wear\": [\"24\", \"24\"],\n\t\"clothing-set\": [\"24\", \"24\"],\n\t\"clothing-shirt\": [\"24\", \"24\"],\n\t\"clothing-shorts\": [\"24\", \"24\"],\n\t\"clothing-size\": [\"24\", \"24\"],\n\t\"clothing-skirt\": [\"24\", \"24\"],\n\t\"clothing-sport\": [\"24\", \"24\"],\n\t\"clothing-sweater\": [\"24\", \"24\"],\n\t\"clothing-sweatshirt\": [\"24\", \"24\"],\n\t\"clothing-trousers\": [\"24\", \"24\"],\n\tcommunication: [\"24\", \"24\"],\n\tconnection: [\"24\", \"24\"],\n\t\"control-panel\": [\"24\", \"24\"],\n\tcookie: [\"24\", \"24\"],\n\tcopy: [\"24\", \"24\"],\n\t\"credit-card\": [\"24\", \"24\"],\n\tcrown: [\"24\", \"24\"],\n\tculture: [\"24\", \"24\"],\n\t\"curtain-almost-dark\": [\"24\", \"24\"],\n\t\"curtain-dark\": [\"24\", \"24\"],\n\t\"curtain-opaque\": [\"24\", \"24\"],\n\t\"curtain-semi-transparent\": [\"24\", \"24\"],\n\t\"curtain-transparent\": [\"24\", \"24\"],\n\tcustomer: [\"24\", \"24\"],\n\tdelivery: [\"24\", \"24\"],\n\tdenied: [\"24\", \"24\"],\n\tdesktop: [\"24\", \"24\"],\n\tdiamond: [\"24\", \"24\"],\n\tdiscount: [\"24\", \"24\"],\n\tdots: [\"24\", \"24\"],\n\tdownload: [\"24\", \"24\"],\n\tedit: [\"24\", \"24\"],\n\teducation: [\"24\", \"24\"],\n\temail: [\"24\", \"24\"],\n\terror: [\"24\", \"24\"],\n\texchange: [\"24\", \"24\"],\n\tfamily: [\"24\", \"24\"],\n\tfaq: [\"24\", \"24\"],\n\t\"fast-delivery\": [\"24\", \"24\"],\n\t\"feedback-negative\": [\"24\", \"24\"],\n\t\"feedback-positive\": [\"24\", \"24\"],\n\t\"first-aid\": [\"24\", \"24\"],\n\tfitness: [\"24\", \"24\"],\n\t\"fossil-fuel\": [\"24\", \"24\"],\n\t\"free-delivery\": [\"24\", \"24\"],\n\tfriendship: [\"24\", \"24\"],\n\tgiftbox: [\"24\", \"24\"],\n\t\"global-warming\": [\"24\", \"24\"],\n\tglobe: [\"24\", \"24\"],\n\tglossary: [\"24\", \"24\"],\n\thandshake: [\"24\", \"24\"],\n\thanger: [\"24\", \"24\"],\n\thashtag: [\"24\", \"24\"],\n\thealth: [\"24\", \"24\"],\n\t\"heart-eyes-emoji\": [\"24\", \"24\"],\n\t\"heart-full\": [\"24\", \"24\"],\n\theart: [\"24\", \"24\"],\n\thelp: [\"24\", \"24\"],\n\thint: [\"24\", \"24\"],\n\thome: [\"24\", \"24\"],\n\thome2: [\"24\", \"24\"],\n\t\"image-placeholder\": [\"24\", \"24\"],\n\tinfo: [\"24\", \"24\"],\n\tinvoice: [\"24\", \"24\"],\n\t\"light-bulb-heart\": [\"24\", \"24\"],\n\t\"light-bulb\": [\"24\", \"24\"],\n\tlightning: [\"24\", \"24\"],\n\tlocation: [\"24\", \"24\"],\n\tlocations: [\"24\", \"24\"],\n\tlock: [\"24\", \"24\"],\n\t\"lock-open\": [\"24\", \"24\"],\n\t\"logged-in\": [\"24\", \"24\"],\n\tlogout: [\"24\", \"24\"],\n\tmail: [\"24\", \"24\"],\n\tmenu: [\"24\", \"24\"],\n\tminus: [\"24\", \"24\"],\n\tnewsletter: [\"24\", \"24\"],\n\t\"not-yet-available\": [\"24\", \"24\"],\n\torder: [\"24\", \"24\"],\n\torder2: [\"24\", \"24\"],\n\t\"out-of-stock\": [\"24\", \"24\"],\n\tpause: [\"24\", \"24\"],\n\t\"personal-data\": [\"24\", \"24\"],\n\tphone: [\"24\", \"24\"],\n\tpin: [\"24\", \"24\"],\n\t\"pinch-zoom\": [\"24\", \"24\"],\n\tplane: [\"24\", \"24\"],\n\tplay: [\"24\", \"24\"],\n\tplus: [\"24\", \"24\"],\n\tprepaid: [\"24\", \"24\"],\n\tprint: [\"24\", \"24\"],\n\tprocess: [\"24\", \"24\"],\n\t\"production-site\": [\"24\", \"24\"],\n\tpuzzle: [\"24\", \"24\"],\n\t\"qr-code\": [\"24\", \"24\"],\n\tquality: [\"24\", \"24\"],\n\tquestion: [\"24\", \"24\"],\n\tradio: [\"24\", \"24\"],\n\t\"recently-viewed\": [\"24\", \"24\"],\n\trecycling: [\"24\", \"24\"],\n\treligion: [\"24\", \"24\"],\n\treturn: [\"24\", \"24\"],\n\t\"review-full\": [\"24\", \"24\"],\n\treview: [\"24\", \"24\"],\n\trocket: [\"24\", \"24\"],\n\troots: [\"24\", \"24\"],\n\t\"saved-money\": [\"24\", \"24\"],\n\tscale: [\"24\", \"24\"],\n\t\"search-categories\": [\"24\", \"24\"],\n\t\"search-form-arrow\": [\"24\", \"24\"],\n\tsearch: [\"24\", \"24\"],\n\tsepa: [\"24\", \"24\"],\n\tservice: [\"24\", \"24\"],\n\tshare: [\"24\", \"24\"],\n\tshoe: [\"24\", \"24\"],\n\t\"shopping-bag\": [\"24\", \"24\"],\n\tsignpost: [\"24\", \"24\"],\n\t\"signpost-single\": [\"24\", \"24\"],\n\t\"similar-products\": [\"24\", \"24\"],\n\tsize: [\"24\", \"24\"],\n\tsocial: [\"24\", \"24\"],\n\t\"sold-out\": [\"24\", \"24\"],\n\tsort: [\"24\", \"24\"],\n\tspark: [\"24\", \"24\"],\n\tstore: [\"24\", \"24\"],\n\tsuccess: [\"24\", \"24\"],\n\tsuitcase: [\"24\", \"24\"],\n\t\"sustainable-animal-welfare\": [\"24\", \"24\"],\n\t\"sustainable-energy-efficient\": [\"24\", \"24\"],\n\t\"sustainable-natural-cosmetics\": [\"24\", \"24\"],\n\t\"sustainable-organic-materials\": [\"24\", \"24\"],\n\t\"sustainable-production\": [\"24\", \"24\"],\n\t\"sustainable-recyclable-design\": [\"24\", \"24\"],\n\t\"sustainable-recycling\": [\"24\", \"24\"],\n\t\"sustainable-resource\": [\"24\", \"24\"],\n\t\"sustainable-social-initiatives\": [\"24\", \"24\"],\n\tswords: [\"24\", \"24\"],\n\ttablet: [\"24\", \"24\"],\n\tteacup: [\"24\", \"24\"],\n\t\"thumb-down-full\": [\"24\", \"24\"],\n\t\"thumb-down\": [\"24\", \"24\"],\n\t\"thumb-up-full\": [\"24\", \"24\"],\n\t\"thumb-up\": [\"24\", \"24\"],\n\t\"trash-bin\": [\"24\", \"24\"],\n\ttv: [\"24\", \"24\"],\n\tuser: [\"24\", \"24\"],\n\tvisibility: [\"24\", \"24\"],\n\t\"visibility-off\": [\"24\", \"24\"],\n\tvoucher: [\"24\", \"24\"],\n\twallet: [\"24\", \"24\"],\n\t\"water-pollution\": [\"24\", \"24\"],\n\t\"water-usage\": [\"24\", \"24\"],\n\t\"whatsapp-bell\": [\"24\", \"24\"],\n\t\"whatsapp-phone\": [\"24\", \"24\"],\n\t\"zoom-in\": [\"24\", \"24\"],\n\t\"zoom-out\": [\"24\", \"24\"]\n}, we = ({ variant: e, className: t }) => {\n\tlet { iconSprite: n } = m(), r = \"fill-clr-primary\";\n\te.startsWith(\"sustainable-\") && (r = \"fill-clr-sustainable\");\n\tlet i = Se(\"shrink-0 w-6 h-6\", r, t), [a, s] = Ce[e];\n\treturn /* @__PURE__ */ o(\"svg\", {\n\t\tclassName: i,\n\t\t\"aria-hidden\": \"true\",\n\t\t\"data-bpds\": \"icon\",\n\t\t\"data-bpds-variant\": e,\n\t\tstyle: { aspectRatio: `${a} / ${s}` },\n\t\tchildren: /* @__PURE__ */ o(\"use\", { href: `${n}#${e}-icon` })\n\t});\n}, Te = ({ edgeLength: e = \"1rem\" }) => /* @__PURE__ */ s(\"span\", {\n\trole: \"status\",\n\t\"data-bpds\": \"spinner\",\n\t\"data-bpds-edge-length\": e,\n\tchildren: [/* @__PURE__ */ s(\"svg\", {\n\t\t\"aria-hidden\": \"true\",\n\t\t\"data-chromatic\": \"ignore\",\n\t\tclassName: \"text-clr-on-bg-low animate-spin fill-clr-bg-main\",\n\t\tstyle: {\n\t\t\twidth: e,\n\t\t\theight: e\n\t\t},\n\t\tviewBox: \"0 0 100 101\",\n\t\tfill: \"none\",\n\t\txmlns: \"http://www.w3.org/2000/svg\",\n\t\tchildren: [/* @__PURE__ */ o(\"path\", {\n\t\t\td: \"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z\",\n\t\t\tfill: \"currentColor\"\n\t\t}), /* @__PURE__ */ o(\"path\", {\n\t\t\td: \"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z\",\n\t\t\tfill: \"currentFill\"\n\t\t})]\n\t}), /* @__PURE__ */ o(\"span\", {\n\t\tclassName: \"sr-only\",\n\t\tchildren: \"Lade...\"\n\t})]\n}), Ee = \"-\", De = (e) => {\n\tlet t = je(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;\n\treturn {\n\t\tgetClassGroupId: (e) => {\n\t\t\tlet n = e.split(Ee);\n\t\t\treturn n[0] === \"\" && n.length !== 1 && n.shift(), Oe(n, t) || Ae(e);\n\t\t},\n\t\tgetConflictingClassGroupIds: (e, t) => {\n\t\t\tlet i = n[e] || [];\n\t\t\treturn t && r[e] ? [...i, ...r[e]] : i;\n\t\t}\n\t};\n}, Oe = (e, t) => {\n\tif (e.length === 0) return t.classGroupId;\n\tlet n = e[0], r = t.nextPart.get(n), i = r ? Oe(e.slice(1), r) : void 0;\n\tif (i) return i;\n\tif (t.validators.length === 0) return;\n\tlet a = e.join(Ee);\n\treturn t.validators.find(({ validator: e }) => e(a))?.classGroupId;\n}, ke = /^\\[(.+)\\]$/, Ae = (e) => {\n\tif (ke.test(e)) {\n\t\tlet t = ke.exec(e)[1], n = t?.substring(0, t.indexOf(\":\"));\n\t\tif (n) return \"arbitrary..\" + n;\n\t}\n}, je = (e) => {\n\tlet { theme: t, prefix: n } = e, r = {\n\t\tnextPart: /* @__PURE__ */ new Map(),\n\t\tvalidators: []\n\t};\n\treturn Fe(Object.entries(e.classGroups), n).forEach(([e, n]) => {\n\t\tMe(n, r, e, t);\n\t}), r;\n}, Me = (e, t, n, r) => {\n\te.forEach((e) => {\n\t\tif (typeof e == \"string\") {\n\t\t\tlet r = e === \"\" ? t : Ne(t, e);\n\t\t\tr.classGroupId = n;\n\t\t\treturn;\n\t\t}\n\t\tif (typeof e == \"function\") {\n\t\t\tif (Pe(e)) {\n\t\t\t\tMe(e(r), t, n, r);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tt.validators.push({\n\t\t\t\tvalidator: e,\n\t\t\t\tclassGroupId: n\n\t\t\t});\n\t\t\treturn;\n\t\t}\n\t\tObject.entries(e).forEach(([e, i]) => {\n\t\t\tMe(i, Ne(t, e), n, r);\n\t\t});\n\t});\n}, Ne = (e, t) => {\n\tlet n = e;\n\treturn t.split(Ee).forEach((e) => {\n\t\tn.nextPart.has(e) || n.nextPart.set(e, {\n\t\t\tnextPart: /* @__PURE__ */ new Map(),\n\t\t\tvalidators: []\n\t\t}), n = n.nextPart.get(e);\n\t}), n;\n}, Pe = (e) => e.isThemeGetter, Fe = (e, t) => t ? e.map(([e, n]) => [e, n.map((e) => typeof e == \"string\" ? t + e : typeof e == \"object\" ? Object.fromEntries(Object.entries(e).map(([e, n]) => [t + e, n])) : e)]) : e, Ie = (e) => {\n\tif (e < 1) return {\n\t\tget: () => void 0,\n\t\tset: () => {}\n\t};\n\tlet t = 0, n = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map(), i = (i, a) => {\n\t\tn.set(i, a), t++, t > e && (t = 0, r = n, n = /* @__PURE__ */ new Map());\n\t};\n\treturn {\n\t\tget(e) {\n\t\t\tlet t = n.get(e);\n\t\t\tif (t !== void 0) return t;\n\t\t\tif ((t = r.get(e)) !== void 0) return i(e, t), t;\n\t\t},\n\t\tset(e, t) {\n\t\t\tn.has(e) ? n.set(e, t) : i(e, t);\n\t\t}\n\t};\n}, Le = \"!\", Re = (e) => {\n\tlet { separator: t, experimentalParseClassName: n } = e, r = t.length === 1, i = t[0], a = t.length, o = (e) => {\n\t\tlet n = [], o = 0, s = 0, c;\n\t\tfor (let l = 0; l < e.length; l++) {\n\t\t\tlet u = e[l];\n\t\t\tif (o === 0) {\n\t\t\t\tif (u === i && (r || e.slice(l, l + a) === t)) {\n\t\t\t\t\tn.push(e.slice(s, l)), s = l + a;\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t\tif (u === \"/\") {\n\t\t\t\t\tc = l;\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\tu === \"[\" ? o++ : u === \"]\" && o--;\n\t\t}\n\t\tlet l = n.length === 0 ? e : e.substring(s), u = l.startsWith(Le);\n\t\treturn {\n\t\t\tmodifiers: n,\n\t\t\thasImportantModifier: u,\n\t\t\tbaseClassName: u ? l.substring(1) : l,\n\t\t\tmaybePostfixModifierPosition: c && c > s ? c - s : void 0\n\t\t};\n\t};\n\treturn n ? (e) => n({\n\t\tclassName: e,\n\t\tparseClassName: o\n\t}) : o;\n}, ze = (e) => {\n\tif (e.length <= 1) return e;\n\tlet t = [], n = [];\n\treturn e.forEach((e) => {\n\t\te[0] === \"[\" ? (t.push(...n.sort(), e), n = []) : n.push(e);\n\t}), t.push(...n.sort()), t;\n}, Be = (e) => ({\n\tcache: Ie(e.cacheSize),\n\tparseClassName: Re(e),\n\t...De(e)\n}), Ve = /\\s+/, He = (e, t) => {\n\tlet { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i } = t, a = [], o = e.trim().split(Ve), s = \"\";\n\tfor (let e = o.length - 1; e >= 0; --e) {\n\t\tlet t = o[e], { modifiers: c, hasImportantModifier: l, baseClassName: u, maybePostfixModifierPosition: d } = n(t), f = !!d, p = r(f ? u.substring(0, d) : u);\n\t\tif (!p) {\n\t\t\tif (!f) {\n\t\t\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tif (p = r(u), !p) {\n\t\t\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tf = !1;\n\t\t}\n\t\tlet m = ze(c).join(\":\"), h = l ? m + Le : m, g = h + p;\n\t\tif (a.includes(g)) continue;\n\t\ta.push(g);\n\t\tlet _ = i(p, f);\n\t\tfor (let e = 0; e < _.length; ++e) {\n\t\t\tlet t = _[e];\n\t\t\ta.push(h + t);\n\t\t}\n\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t}\n\treturn s;\n};\nfunction Ue() {\n\tlet e = 0, t, n, r = \"\";\n\tfor (; e < arguments.length;) (t = arguments[e++]) && (n = We(t)) && (r && (r += \" \"), r += n);\n\treturn r;\n}\nvar We = (e) => {\n\tif (typeof e == \"string\") return e;\n\tlet t, n = \"\";\n\tfor (let r = 0; r < e.length; r++) e[r] && (t = We(e[r])) && (n && (n += \" \"), n += t);\n\treturn n;\n};\nfunction Ge(e, ...t) {\n\tlet n, r, i, a = o;\n\tfunction o(o) {\n\t\treturn n = Be(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o);\n\t}\n\tfunction s(e) {\n\t\tlet t = r(e);\n\t\tif (t) return t;\n\t\tlet a = He(e, n);\n\t\treturn i(e, a), a;\n\t}\n\treturn function() {\n\t\treturn a(Ue.apply(null, arguments));\n\t};\n}\nvar H = (e) => {\n\tlet t = (t) => t[e] || [];\n\treturn t.isThemeGetter = !0, t;\n}, Ke = /^\\[(?:([a-z-]+):)?(.+)\\]$/i, qe = /^\\d+\\/\\d+$/, Je = /*#__PURE__*/ new Set([\n\t\"px\",\n\t\"full\",\n\t\"screen\"\n]), Ye = /^(\\d+(\\.\\d+)?)?(xs|sm|md|lg|xl)$/, Xe = /\\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\\b(calc|min|max|clamp)\\(.+\\)|^0$/, Ze = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\\(.+\\)$/, Qe = /^(inset_)?-?((\\d+)?\\.?(\\d+)[a-z]+|0)_-?((\\d+)?\\.?(\\d+)[a-z]+|0)/, $e = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\\(.+\\)$/, U = (e) => et(e) || Je.has(e) || qe.test(e), W = (e) => dt(e, \"length\", ft), et = (e) => !!e && !Number.isNaN(Number(e)), tt = (e) => dt(e, \"number\", et), nt = (e) => !!e && Number.isInteger(Number(e)), rt = (e) => e.endsWith(\"%\") && et(e.slice(0, -1)), G = (e) => Ke.test(e), K = (e) => Ye.test(e), it = /*#__PURE__*/ new Set([\n\t\"length\",\n\t\"size\",\n\t\"percentage\"\n]), at = (e) => dt(e, it, pt), ot = (e) => dt(e, \"position\", pt), st = /*#__PURE__*/ new Set([\"image\", \"url\"]), ct = (e) => dt(e, st, ht), lt = (e) => dt(e, \"\", mt), ut = () => !0, dt = (e, t, n) => {\n\tlet r = Ke.exec(e);\n\treturn r ? r[1] ? typeof t == \"string\" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;\n}, ft = (e) => Xe.test(e) && !Ze.test(e), pt = () => !1, mt = (e) => Qe.test(e), ht = (e) => $e.test(e), gt = /*#__PURE__*/ Ge(() => {\n\tlet e = H(\"colors\"), t = H(\"spacing\"), n = H(\"blur\"), r = H(\"brightness\"), i = H(\"borderColor\"), a = H(\"borderRadius\"), o = H(\"borderSpacing\"), s = H(\"borderWidth\"), c = H(\"contrast\"), l = H(\"grayscale\"), u = H(\"hueRotate\"), d = H(\"invert\"), f = H(\"gap\"), p = H(\"gradientColorStops\"), m = H(\"gradientColorStopPositions\"), h = H(\"inset\"), g = H(\"margin\"), _ = H(\"opacity\"), v = H(\"padding\"), y = H(\"saturate\"), b = H(\"scale\"), x = H(\"sepia\"), S = H(\"skew\"), C = H(\"space\"), w = H(\"translate\"), T = () => [\n\t\t\"auto\",\n\t\t\"contain\",\n\t\t\"none\"\n\t], E = () => [\n\t\t\"auto\",\n\t\t\"hidden\",\n\t\t\"clip\",\n\t\t\"visible\",\n\t\t\"scroll\"\n\t], D = () => [\n\t\t\"auto\",\n\t\tG,\n\t\tt\n\t], O = () => [G, t], ee = () => [\n\t\t\"\",\n\t\tU,\n\t\tW\n\t], k = () => [\n\t\t\"auto\",\n\t\tet,\n\t\tG\n\t], A = () => [\n\t\t\"bottom\",\n\t\t\"center\",\n\t\t\"left\",\n\t\t\"left-bottom\",\n\t\t\"left-top\",\n\t\t\"right\",\n\t\t\"right-bottom\",\n\t\t\"right-top\",\n\t\t\"top\"\n\t], j = () => [\n\t\t\"solid\",\n\t\t\"dashed\",\n\t\t\"dotted\",\n\t\t\"double\",\n\t\t\"none\"\n\t], M = () => [\n\t\t\"normal\",\n\t\t\"multiply\",\n\t\t\"screen\",\n\t\t\"overlay\",\n\t\t\"darken\",\n\t\t\"lighten\",\n\t\t\"color-dodge\",\n\t\t\"color-burn\",\n\t\t\"hard-light\",\n\t\t\"soft-light\",\n\t\t\"difference\",\n\t\t\"exclusion\",\n\t\t\"hue\",\n\t\t\"saturation\",\n\t\t\"color\",\n\t\t\"luminosity\"\n\t], N = () => [\n\t\t\"start\",\n\t\t\"end\",\n\t\t\"center\",\n\t\t\"between\",\n\t\t\"around\",\n\t\t\"evenly\",\n\t\t\"stretch\"\n\t], P = () => [\n\t\t\"\",\n\t\t\"0\",\n\t\tG\n\t], F = () => [\n\t\t\"auto\",\n\t\t\"avoid\",\n\t\t\"all\",\n\t\t\"avoid-page\",\n\t\t\"page\",\n\t\t\"left\",\n\t\t\"right\",\n\t\t\"column\"\n\t], I = () => [et, G];\n\treturn {\n\t\tcacheSize: 500,\n\t\tseparator: \":\",\n\t\ttheme: {\n\t\t\tcolors: [ut],\n\t\t\tspacing: [U, W],\n\t\t\tblur: [\n\t\t\t\t\"none\",\n\t\t\t\t\"\",\n\t\t\t\tK,\n\t\t\t\tG\n\t\t\t],\n\t\t\tbrightness: I(),\n\t\t\tborderColor: [e],\n\t\t\tborderRadius: [\n\t\t\t\t\"none\",\n\t\t\t\t\"\",\n\t\t\t\t\"full\",\n\t\t\t\tK,\n\t\t\t\tG\n\t\t\t],\n\t\t\tborderSpacing: O(),\n\t\t\tborderWidth: ee(),\n\t\t\tcontrast: I(),\n\t\t\tgrayscale: P(),\n\t\t\thueRotate: I(),\n\t\t\tinvert: P(),\n\t\t\tgap: O(),\n\t\t\tgradientColorStops: [e],\n\t\t\tgradientColorStopPositions: [rt, W],\n\t\t\tinset: D(),\n\t\t\tmargin: D(),\n\t\t\topacity: I(),\n\t\t\tpadding: O(),\n\t\t\tsaturate: I(),\n\t\t\tscale: I(),\n\t\t\tsepia: P(),\n\t\t\tskew: I(),\n\t\t\tspace: O(),\n\t\t\ttranslate: O()\n\t\t},\n\t\tclassGroups: {\n\t\t\taspect: [{ aspect: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"square\",\n\t\t\t\t\"video\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\tcontainer: [\"container\"],\n\t\t\tcolumns: [{ columns: [K] }],\n\t\t\t\"break-after\": [{ \"break-after\": F() }],\n\t\t\t\"break-before\": [{ \"break-before\": F() }],\n\t\t\t\"break-inside\": [{ \"break-inside\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"avoid\",\n\t\t\t\t\"avoid-page\",\n\t\t\t\t\"avoid-column\"\n\t\t\t] }],\n\t\t\t\"box-decoration\": [{ \"box-decoration\": [\"slice\", \"clone\"] }],\n\t\t\tbox: [{ box: [\"border\", \"content\"] }],\n\t\t\tdisplay: [\n\t\t\t\t\"block\",\n\t\t\t\t\"inline-block\",\n\t\t\t\t\"inline\",\n\t\t\t\t\"flex\",\n\t\t\t\t\"inline-flex\",\n\t\t\t\t\"table\",\n\t\t\t\t\"inline-table\",\n\t\t\t\t\"table-caption\",\n\t\t\t\t\"table-cell\",\n\t\t\t\t\"table-column\",\n\t\t\t\t\"table-column-group\",\n\t\t\t\t\"table-footer-group\",\n\t\t\t\t\"table-header-group\",\n\t\t\t\t\"table-row-group\",\n\t\t\t\t\"table-row\",\n\t\t\t\t\"flow-root\",\n\t\t\t\t\"grid\",\n\t\t\t\t\"inline-grid\",\n\t\t\t\t\"contents\",\n\t\t\t\t\"list-item\",\n\t\t\t\t\"hidden\"\n\t\t\t],\n\t\t\tfloat: [{ float: [\n\t\t\t\t\"right\",\n\t\t\t\t\"left\",\n\t\t\t\t\"none\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\tclear: [{ clear: [\n\t\t\t\t\"left\",\n\t\t\t\t\"right\",\n\t\t\t\t\"both\",\n\t\t\t\t\"none\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\tisolation: [\"isolate\", \"isolation-auto\"],\n\t\t\t\"object-fit\": [{ object: [\n\t\t\t\t\"contain\",\n\t\t\t\t\"cover\",\n\t\t\t\t\"fill\",\n\t\t\t\t\"none\",\n\t\t\t\t\"scale-down\"\n\t\t\t] }],\n\t\t\t\"object-position\": [{ object: [...A(), G] }],\n\t\t\toverflow: [{ overflow: E() }],\n\t\t\t\"overflow-x\": [{ \"overflow-x\": E() }],\n\t\t\t\"overflow-y\": [{ \"overflow-y\": E() }],\n\t\t\toverscroll: [{ overscroll: T() }],\n\t\t\t\"overscroll-x\": [{ \"overscroll-x\": T() }],\n\t\t\t\"overscroll-y\": [{ \"overscroll-y\": T() }],\n\t\t\tposition: [\n\t\t\t\t\"static\",\n\t\t\t\t\"fixed\",\n\t\t\t\t\"absolute\",\n\t\t\t\t\"relative\",\n\t\t\t\t\"sticky\"\n\t\t\t],\n\t\t\tinset: [{ inset: [h] }],\n\t\t\t\"inset-x\": [{ \"inset-x\": [h] }],\n\t\t\t\"inset-y\": [{ \"inset-y\": [h] }],\n\t\t\tstart: [{ start: [h] }],\n\t\t\tend: [{ end: [h] }],\n\t\t\ttop: [{ top: [h] }],\n\t\t\tright: [{ right: [h] }],\n\t\t\tbottom: [{ bottom: [h] }],\n\t\t\tleft: [{ left: [h] }],\n\t\t\tvisibility: [\n\t\t\t\t\"visible\",\n\t\t\t\t\"invisible\",\n\t\t\t\t\"collapse\"\n\t\t\t],\n\t\t\tz: [{ z: [\n\t\t\t\t\"auto\",\n\t\t\t\tnt,\n\t\t\t\tG\n\t\t\t] }],\n\t\t\tbasis: [{ basis: D() }],\n\t\t\t\"flex-direction\": [{ flex: [\n\t\t\t\t\"row\",\n\t\t\t\t\"row-reverse\",\n\t\t\t\t\"col\",\n\t\t\t\t\"col-reverse\"\n\t\t\t] }],\n\t\t\t\"flex-wrap\": [{ flex: [\n\t\t\t\t\"wrap\",\n\t\t\t\t\"wrap-reverse\",\n\t\t\t\t\"nowrap\"\n\t\t\t] }],\n\t\t\tflex: [{ flex: [\n\t\t\t\t\"1\",\n\t\t\t\t\"auto\",\n\t\t\t\t\"initial\",\n\t\t\t\t\"none\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\tgrow: [{ grow: P() }],\n\t\t\tshrink: [{ shrink: P() }],\n\t\t\torder: [{ order: [\n\t\t\t\t\"first\",\n\t\t\t\t\"last\",\n\t\t\t\t\"none\",\n\t\t\t\tnt,\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"grid-cols\": [{ \"grid-cols\": [ut] }],\n\t\t\t\"col-start-end\": [{ col: [\n\t\t\t\t\"auto\",\n\t\t\t\t{ span: [\n\t\t\t\t\t\"full\",\n\t\t\t\t\tnt,\n\t\t\t\t\tG\n\t\t\t\t] },\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"col-start\": [{ \"col-start\": k() }],\n\t\t\t\"col-end\": [{ \"col-end\": k() }],\n\t\t\t\"grid-rows\": [{ \"grid-rows\": [ut] }],\n\t\t\t\"row-start-end\": [{ row: [\n\t\t\t\t\"auto\",\n\t\t\t\t{ span: [nt, G] },\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"row-start\": [{ \"row-start\": k() }],\n\t\t\t\"row-end\": [{ \"row-end\": k() }],\n\t\t\t\"grid-flow\": [{ \"grid-flow\": [\n\t\t\t\t\"row\",\n\t\t\t\t\"col\",\n\t\t\t\t\"dense\",\n\t\t\t\t\"row-dense\",\n\t\t\t\t\"col-dense\"\n\t\t\t] }],\n\t\t\t\"auto-cols\": [{ \"auto-cols\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fr\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"auto-rows\": [{ \"auto-rows\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fr\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\tgap: [{ gap: [f] }],\n\t\t\t\"gap-x\": [{ \"gap-x\": [f] }],\n\t\t\t\"gap-y\": [{ \"gap-y\": [f] }],\n\t\t\t\"justify-content\": [{ justify: [\"normal\", ...N()] }],\n\t\t\t\"justify-items\": [{ \"justify-items\": [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"justify-self\": [{ \"justify-self\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"align-content\": [{ content: [\n\t\t\t\t\"normal\",\n\t\t\t\t...N(),\n\t\t\t\t\"baseline\"\n\t\t\t] }],\n\t\t\t\"align-items\": [{ items: [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"baseline\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"align-self\": [{ self: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\",\n\t\t\t\t\"baseline\"\n\t\t\t] }],\n\t\t\t\"place-content\": [{ \"place-content\": [...N(), \"baseline\"] }],\n\t\t\t\"place-items\": [{ \"place-items\": [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"baseline\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"place-self\": [{ \"place-self\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\tp: [{ p: [v] }],\n\t\t\tpx: [{ px: [v] }],\n\t\t\tpy: [{ py: [v] }],\n\t\t\tps: [{ ps: [v] }],\n\t\t\tpe: [{ pe: [v] }],\n\t\t\tpt: [{ pt: [v] }],\n\t\t\tpr: [{ pr: [v] }],\n\t\t\tpb: [{ pb: [v] }],\n\t\t\tpl: [{ pl: [v] }],\n\t\t\tm: [{ m: [g] }],\n\t\t\tmx: [{ mx: [g] }],\n\t\t\tmy: [{ my: [g] }],\n\t\t\tms: [{ ms: [g] }],\n\t\t\tme: [{ me: [g] }],\n\t\t\tmt: [{ mt: [g] }],\n\t\t\tmr: [{ mr: [g] }],\n\t\t\tmb: [{ mb: [g] }],\n\t\t\tml: [{ ml: [g] }],\n\t\t\t\"space-x\": [{ \"space-x\": [C] }],\n\t\t\t\"space-x-reverse\": [\"space-x-reverse\"],\n\t\t\t\"space-y\": [{ \"space-y\": [C] }],\n\t\t\t\"space-y-reverse\": [\"space-y-reverse\"],\n\t\t\tw: [{ w: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svw\",\n\t\t\t\t\"lvw\",\n\t\t\t\t\"dvw\",\n\t\t\t\tG,\n\t\t\t\tt\n\t\t\t] }],\n\t\t\t\"min-w\": [{ \"min-w\": [\n\t\t\t\tG,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\"\n\t\t\t] }],\n\t\t\t\"max-w\": [{ \"max-w\": [\n\t\t\t\tG,\n\t\t\t\tt,\n\t\t\t\t\"none\",\n\t\t\t\t\"full\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"prose\",\n\t\t\t\t{ screen: [K] },\n\t\t\t\tK\n\t\t\t] }],\n\t\t\th: [{ h: [\n\t\t\t\tG,\n\t\t\t\tt,\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\t\"min-h\": [{ \"min-h\": [\n\t\t\t\tG,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\t\"max-h\": [{ \"max-h\": [\n\t\t\t\tG,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\tsize: [{ size: [\n\t\t\t\tG,\n\t\t\t\tt,\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\"\n\t\t\t] }],\n\t\t\t\"font-size\": [{ text: [\n\t\t\t\t\"base\",\n\t\t\t\tK,\n\t\t\t\tW\n\t\t\t] }],\n\t\t\t\"font-smoothing\": [\"antialiased\", \"subpixel-antialiased\"],\n\t\t\t\"font-style\": [\"italic\", \"not-italic\"],\n\t\t\t\"font-weight\": [{ font: [\n\t\t\t\t\"thin\",\n\t\t\t\t\"extralight\",\n\t\t\t\t\"light\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"medium\",\n\t\t\t\t\"semibold\",\n\t\t\t\t\"bold\",\n\t\t\t\t\"extrabold\",\n\t\t\t\t\"black\",\n\t\t\t\ttt\n\t\t\t] }],\n\t\t\t\"font-family\": [{ font: [ut] }],\n\t\t\t\"fvn-normal\": [\"normal-nums\"],\n\t\t\t\"fvn-ordinal\": [\"ordinal\"],\n\t\t\t\"fvn-slashed-zero\": [\"slashed-zero\"],\n\t\t\t\"fvn-figure\": [\"lining-nums\", \"oldstyle-nums\"],\n\t\t\t\"fvn-spacing\": [\"proportional-nums\", \"tabular-nums\"],\n\t\t\t\"fvn-fraction\": [\"diagonal-fractions\", \"stacked-fractions\"],\n\t\t\ttracking: [{ tracking: [\n\t\t\t\t\"tighter\",\n\t\t\t\t\"tight\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"wide\",\n\t\t\t\t\"wider\",\n\t\t\t\t\"widest\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"line-clamp\": [{ \"line-clamp\": [\n\t\t\t\t\"none\",\n\t\t\t\tet,\n\t\t\t\ttt\n\t\t\t] }],\n\t\t\tleading: [{ leading: [\n\t\t\t\t\"none\",\n\t\t\t\t\"tight\",\n\t\t\t\t\"snug\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"relaxed\",\n\t\t\t\t\"loose\",\n\t\t\t\tU,\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"list-image\": [{ \"list-image\": [\"none\", G] }],\n\t\t\t\"list-style-type\": [{ list: [\n\t\t\t\t\"none\",\n\t\t\t\t\"disc\",\n\t\t\t\t\"decimal\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"list-style-position\": [{ list: [\"inside\", \"outside\"] }],\n\t\t\t\"placeholder-color\": [{ placeholder: [e] }],\n\t\t\t\"placeholder-opacity\": [{ \"placeholder-opacity\": [_] }],\n\t\t\t\"text-alignment\": [{ text: [\n\t\t\t\t\"left\",\n\t\t\t\t\"center\",\n\t\t\t\t\"right\",\n\t\t\t\t\"justify\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\t\"text-color\": [{ text: [e] }],\n\t\t\t\"text-opacity\": [{ \"text-opacity\": [_] }],\n\t\t\t\"text-decoration\": [\n\t\t\t\t\"underline\",\n\t\t\t\t\"overline\",\n\t\t\t\t\"line-through\",\n\t\t\t\t\"no-underline\"\n\t\t\t],\n\t\t\t\"text-decoration-style\": [{ decoration: [...j(), \"wavy\"] }],\n\t\t\t\"text-decoration-thickness\": [{ decoration: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"from-font\",\n\t\t\t\tU,\n\t\t\t\tW\n\t\t\t] }],\n\t\t\t\"underline-offset\": [{ \"underline-offset\": [\n\t\t\t\t\"auto\",\n\t\t\t\tU,\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"text-decoration-color\": [{ decoration: [e] }],\n\t\t\t\"text-transform\": [\n\t\t\t\t\"uppercase\",\n\t\t\t\t\"lowercase\",\n\t\t\t\t\"capitalize\",\n\t\t\t\t\"normal-case\"\n\t\t\t],\n\t\t\t\"text-overflow\": [\n\t\t\t\t\"truncate\",\n\t\t\t\t\"text-ellipsis\",\n\t\t\t\t\"text-clip\"\n\t\t\t],\n\t\t\t\"text-wrap\": [{ text: [\n\t\t\t\t\"wrap\",\n\t\t\t\t\"nowrap\",\n\t\t\t\t\"balance\",\n\t\t\t\t\"pretty\"\n\t\t\t] }],\n\t\t\tindent: [{ indent: O() }],\n\t\t\t\"vertical-align\": [{ align: [\n\t\t\t\t\"baseline\",\n\t\t\t\t\"top\",\n\t\t\t\t\"middle\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"text-top\",\n\t\t\t\t\"text-bottom\",\n\t\t\t\t\"sub\",\n\t\t\t\t\"super\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\twhitespace: [{ whitespace: [\n\t\t\t\t\"normal\",\n\t\t\t\t\"nowrap\",\n\t\t\t\t\"pre\",\n\t\t\t\t\"pre-line\",\n\t\t\t\t\"pre-wrap\",\n\t\t\t\t\"break-spaces\"\n\t\t\t] }],\n\t\t\tbreak: [{ break: [\n\t\t\t\t\"normal\",\n\t\t\t\t\"words\",\n\t\t\t\t\"all\",\n\t\t\t\t\"keep\"\n\t\t\t] }],\n\t\t\thyphens: [{ hyphens: [\n\t\t\t\t\"none\",\n\t\t\t\t\"manual\",\n\t\t\t\t\"auto\"\n\t\t\t] }],\n\t\t\tcontent: [{ content: [\"none\", G] }],\n\t\t\t\"bg-attachment\": [{ bg: [\n\t\t\t\t\"fixed\",\n\t\t\t\t\"local\",\n\t\t\t\t\"scroll\"\n\t\t\t] }],\n\t\t\t\"bg-clip\": [{ \"bg-clip\": [\n\t\t\t\t\"border\",\n\t\t\t\t\"padding\",\n\t\t\t\t\"content\",\n\t\t\t\t\"text\"\n\t\t\t] }],\n\t\t\t\"bg-opacity\": [{ \"bg-opacity\": [_] }],\n\t\t\t\"bg-origin\": [{ \"bg-origin\": [\n\t\t\t\t\"border\",\n\t\t\t\t\"padding\",\n\t\t\t\t\"content\"\n\t\t\t] }],\n\t\t\t\"bg-position\": [{ bg: [...A(), ot] }],\n\t\t\t\"bg-repeat\": [{ bg: [\"no-repeat\", { repeat: [\n\t\t\t\t\"\",\n\t\t\t\t\"x\",\n\t\t\t\t\"y\",\n\t\t\t\t\"round\",\n\t\t\t\t\"space\"\n\t\t\t] }] }],\n\t\t\t\"bg-size\": [{ bg: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"cover\",\n\t\t\t\t\"contain\",\n\t\t\t\tat\n\t\t\t] }],\n\t\t\t\"bg-image\": [{ bg: [\n\t\t\t\t\"none\",\n\t\t\t\t{ \"gradient-to\": [\n\t\t\t\t\t\"t\",\n\t\t\t\t\t\"tr\",\n\t\t\t\t\t\"r\",\n\t\t\t\t\t\"br\",\n\t\t\t\t\t\"b\",\n\t\t\t\t\t\"bl\",\n\t\t\t\t\t\"l\",\n\t\t\t\t\t\"tl\"\n\t\t\t\t] },\n\t\t\t\tct\n\t\t\t] }],\n\t\t\t\"bg-color\": [{ bg: [e] }],\n\t\t\t\"gradient-from-pos\": [{ from: [m] }],\n\t\t\t\"gradient-via-pos\": [{ via: [m] }],\n\t\t\t\"gradient-to-pos\": [{ to: [m] }],\n\t\t\t\"gradient-from\": [{ from: [p] }],\n\t\t\t\"gradient-via\": [{ via: [p] }],\n\t\t\t\"gradient-to\": [{ to: [p] }],\n\t\t\trounded: [{ rounded: [a] }],\n\t\t\t\"rounded-s\": [{ \"rounded-s\": [a] }],\n\t\t\t\"rounded-e\": [{ \"rounded-e\": [a] }],\n\t\t\t\"rounded-t\": [{ \"rounded-t\": [a] }],\n\t\t\t\"rounded-r\": [{ \"rounded-r\": [a] }],\n\t\t\t\"rounded-b\": [{ \"rounded-b\": [a] }],\n\t\t\t\"rounded-l\": [{ \"rounded-l\": [a] }],\n\t\t\t\"rounded-ss\": [{ \"rounded-ss\": [a] }],\n\t\t\t\"rounded-se\": [{ \"rounded-se\": [a] }],\n\t\t\t\"rounded-ee\": [{ \"rounded-ee\": [a] }],\n\t\t\t\"rounded-es\": [{ \"rounded-es\": [a] }],\n\t\t\t\"rounded-tl\": [{ \"rounded-tl\": [a] }],\n\t\t\t\"rounded-tr\": [{ \"rounded-tr\": [a] }],\n\t\t\t\"rounded-br\": [{ \"rounded-br\": [a] }],\n\t\t\t\"rounded-bl\": [{ \"rounded-bl\": [a] }],\n\t\t\t\"border-w\": [{ border: [s] }],\n\t\t\t\"border-w-x\": [{ \"border-x\": [s] }],\n\t\t\t\"border-w-y\": [{ \"border-y\": [s] }],\n\t\t\t\"border-w-s\": [{ \"border-s\": [s] }],\n\t\t\t\"border-w-e\": [{ \"border-e\": [s] }],\n\t\t\t\"border-w-t\": [{ \"border-t\": [s] }],\n\t\t\t\"border-w-r\": [{ \"border-r\": [s] }],\n\t\t\t\"border-w-b\": [{ \"border-b\": [s] }],\n\t\t\t\"border-w-l\": [{ \"border-l\": [s] }],\n\t\t\t\"border-opacity\": [{ \"border-opacity\": [_] }],\n\t\t\t\"border-style\": [{ border: [...j(), \"hidden\"] }],\n\t\t\t\"divide-x\": [{ \"divide-x\": [s] }],\n\t\t\t\"divide-x-reverse\": [\"divide-x-reverse\"],\n\t\t\t\"divide-y\": [{ \"divide-y\": [s] }],\n\t\t\t\"divide-y-reverse\": [\"divide-y-reverse\"],\n\t\t\t\"divide-opacity\": [{ \"divide-opacity\": [_] }],\n\t\t\t\"divide-style\": [{ divide: j() }],\n\t\t\t\"border-color\": [{ border: [i] }],\n\t\t\t\"border-color-x\": [{ \"border-x\": [i] }],\n\t\t\t\"border-color-y\": [{ \"border-y\": [i] }],\n\t\t\t\"border-color-s\": [{ \"border-s\": [i] }],\n\t\t\t\"border-color-e\": [{ \"border-e\": [i] }],\n\t\t\t\"border-color-t\": [{ \"border-t\": [i] }],\n\t\t\t\"border-color-r\": [{ \"border-r\": [i] }],\n\t\t\t\"border-color-b\": [{ \"border-b\": [i] }],\n\t\t\t\"border-color-l\": [{ \"border-l\": [i] }],\n\t\t\t\"divide-color\": [{ divide: [i] }],\n\t\t\t\"outline-style\": [{ outline: [\"\", ...j()] }],\n\t\t\t\"outline-offset\": [{ \"outline-offset\": [U, G] }],\n\t\t\t\"outline-w\": [{ outline: [U, W] }],\n\t\t\t\"outline-color\": [{ outline: [e] }],\n\t\t\t\"ring-w\": [{ ring: ee() }],\n\t\t\t\"ring-w-inset\": [\"ring-inset\"],\n\t\t\t\"ring-color\": [{ ring: [e] }],\n\t\t\t\"ring-opacity\": [{ \"ring-opacity\": [_] }],\n\t\t\t\"ring-offset-w\": [{ \"ring-offset\": [U, W] }],\n\t\t\t\"ring-offset-color\": [{ \"ring-offset\": [e] }],\n\t\t\tshadow: [{ shadow: [\n\t\t\t\t\"\",\n\t\t\t\t\"inner\",\n\t\t\t\t\"none\",\n\t\t\t\tK,\n\t\t\t\tlt\n\t\t\t] }],\n\t\t\t\"shadow-color\": [{ shadow: [ut] }],\n\t\t\topacity: [{ opacity: [_] }],\n\t\t\t\"mix-blend\": [{ \"mix-blend\": [\n\t\t\t\t...M(),\n\t\t\t\t\"plus-lighter\",\n\t\t\t\t\"plus-darker\"\n\t\t\t] }],\n\t\t\t\"bg-blend\": [{ \"bg-blend\": M() }],\n\t\t\tfilter: [{ filter: [\"\", \"none\"] }],\n\t\t\tblur: [{ blur: [n] }],\n\t\t\tbrightness: [{ brightness: [r] }],\n\t\t\tcontrast: [{ contrast: [c] }],\n\t\t\t\"drop-shadow\": [{ \"drop-shadow\": [\n\t\t\t\t\"\",\n\t\t\t\t\"none\",\n\t\t\t\tK,\n\t\t\t\tG\n\t\t\t] }],\n\t\t\tgrayscale: [{ grayscale: [l] }],\n\t\t\t\"hue-rotate\": [{ \"hue-rotate\": [u] }],\n\t\t\tinvert: [{ invert: [d] }],\n\t\t\tsaturate: [{ saturate: [y] }],\n\t\t\tsepia: [{ sepia: [x] }],\n\t\t\t\"backdrop-filter\": [{ \"backdrop-filter\": [\"\", \"none\"] }],\n\t\t\t\"backdrop-blur\": [{ \"backdrop-blur\": [n] }],\n\t\t\t\"backdrop-brightness\": [{ \"backdrop-brightness\": [r] }],\n\t\t\t\"backdrop-contrast\": [{ \"backdrop-contrast\": [c] }],\n\t\t\t\"backdrop-grayscale\": [{ \"backdrop-grayscale\": [l] }],\n\t\t\t\"backdrop-hue-rotate\": [{ \"backdrop-hue-rotate\": [u] }],\n\t\t\t\"backdrop-invert\": [{ \"backdrop-invert\": [d] }],\n\t\t\t\"backdrop-opacity\": [{ \"backdrop-opacity\": [_] }],\n\t\t\t\"backdrop-saturate\": [{ \"backdrop-saturate\": [y] }],\n\t\t\t\"backdrop-sepia\": [{ \"backdrop-sepia\": [x] }],\n\t\t\t\"border-collapse\": [{ border: [\"collapse\", \"separate\"] }],\n\t\t\t\"border-spacing\": [{ \"border-spacing\": [o] }],\n\t\t\t\"border-spacing-x\": [{ \"border-spacing-x\": [o] }],\n\t\t\t\"border-spacing-y\": [{ \"border-spacing-y\": [o] }],\n\t\t\t\"table-layout\": [{ table: [\"auto\", \"fixed\"] }],\n\t\t\tcaption: [{ caption: [\"top\", \"bottom\"] }],\n\t\t\ttransition: [{ transition: [\n\t\t\t\t\"none\",\n\t\t\t\t\"all\",\n\t\t\t\t\"\",\n\t\t\t\t\"colors\",\n\t\t\t\t\"opacity\",\n\t\t\t\t\"shadow\",\n\t\t\t\t\"transform\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\tduration: [{ duration: I() }],\n\t\t\tease: [{ ease: [\n\t\t\t\t\"linear\",\n\t\t\t\t\"in\",\n\t\t\t\t\"out\",\n\t\t\t\t\"in-out\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\tdelay: [{ delay: I() }],\n\t\t\tanimate: [{ animate: [\n\t\t\t\t\"none\",\n\t\t\t\t\"spin\",\n\t\t\t\t\"ping\",\n\t\t\t\t\"pulse\",\n\t\t\t\t\"bounce\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\ttransform: [{ transform: [\n\t\t\t\t\"\",\n\t\t\t\t\"gpu\",\n\t\t\t\t\"none\"\n\t\t\t] }],\n\t\t\tscale: [{ scale: [b] }],\n\t\t\t\"scale-x\": [{ \"scale-x\": [b] }],\n\t\t\t\"scale-y\": [{ \"scale-y\": [b] }],\n\t\t\trotate: [{ rotate: [nt, G] }],\n\t\t\t\"translate-x\": [{ \"translate-x\": [w] }],\n\t\t\t\"translate-y\": [{ \"translate-y\": [w] }],\n\t\t\t\"skew-x\": [{ \"skew-x\": [S] }],\n\t\t\t\"skew-y\": [{ \"skew-y\": [S] }],\n\t\t\t\"transform-origin\": [{ origin: [\n\t\t\t\t\"center\",\n\t\t\t\t\"top\",\n\t\t\t\t\"top-right\",\n\t\t\t\t\"right\",\n\t\t\t\t\"bottom-right\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"bottom-left\",\n\t\t\t\t\"left\",\n\t\t\t\t\"top-left\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\taccent: [{ accent: [\"auto\", e] }],\n\t\t\tappearance: [{ appearance: [\"none\", \"auto\"] }],\n\t\t\tcursor: [{ cursor: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"default\",\n\t\t\t\t\"pointer\",\n\t\t\t\t\"wait\",\n\t\t\t\t\"text\",\n\t\t\t\t\"move\",\n\t\t\t\t\"help\",\n\t\t\t\t\"not-allowed\",\n\t\t\t\t\"none\",\n\t\t\t\t\"context-menu\",\n\t\t\t\t\"progress\",\n\t\t\t\t\"cell\",\n\t\t\t\t\"crosshair\",\n\t\t\t\t\"vertical-text\",\n\t\t\t\t\"alias\",\n\t\t\t\t\"copy\",\n\t\t\t\t\"no-drop\",\n\t\t\t\t\"grab\",\n\t\t\t\t\"grabbing\",\n\t\t\t\t\"all-scroll\",\n\t\t\t\t\"col-resize\",\n\t\t\t\t\"row-resize\",\n\t\t\t\t\"n-resize\",\n\t\t\t\t\"e-resize\",\n\t\t\t\t\"s-resize\",\n\t\t\t\t\"w-resize\",\n\t\t\t\t\"ne-resize\",\n\t\t\t\t\"nw-resize\",\n\t\t\t\t\"se-resize\",\n\t\t\t\t\"sw-resize\",\n\t\t\t\t\"ew-resize\",\n\t\t\t\t\"ns-resize\",\n\t\t\t\t\"nesw-resize\",\n\t\t\t\t\"nwse-resize\",\n\t\t\t\t\"zoom-in\",\n\t\t\t\t\"zoom-out\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\t\"caret-color\": [{ caret: [e] }],\n\t\t\t\"pointer-events\": [{ \"pointer-events\": [\"none\", \"auto\"] }],\n\t\t\tresize: [{ resize: [\n\t\t\t\t\"none\",\n\t\t\t\t\"y\",\n\t\t\t\t\"x\",\n\t\t\t\t\"\"\n\t\t\t] }],\n\t\t\t\"scroll-behavior\": [{ scroll: [\"auto\", \"smooth\"] }],\n\t\t\t\"scroll-m\": [{ \"scroll-m\": O() }],\n\t\t\t\"scroll-mx\": [{ \"scroll-mx\": O() }],\n\t\t\t\"scroll-my\": [{ \"scroll-my\": O() }],\n\t\t\t\"scroll-ms\": [{ \"scroll-ms\": O() }],\n\t\t\t\"scroll-me\": [{ \"scroll-me\": O() }],\n\t\t\t\"scroll-mt\": [{ \"scroll-mt\": O() }],\n\t\t\t\"scroll-mr\": [{ \"scroll-mr\": O() }],\n\t\t\t\"scroll-mb\": [{ \"scroll-mb\": O() }],\n\t\t\t\"scroll-ml\": [{ \"scroll-ml\": O() }],\n\t\t\t\"scroll-p\": [{ \"scroll-p\": O() }],\n\t\t\t\"scroll-px\": [{ \"scroll-px\": O() }],\n\t\t\t\"scroll-py\": [{ \"scroll-py\": O() }],\n\t\t\t\"scroll-ps\": [{ \"scroll-ps\": O() }],\n\t\t\t\"scroll-pe\": [{ \"scroll-pe\": O() }],\n\t\t\t\"scroll-pt\": [{ \"scroll-pt\": O() }],\n\t\t\t\"scroll-pr\": [{ \"scroll-pr\": O() }],\n\t\t\t\"scroll-pb\": [{ \"scroll-pb\": O() }],\n\t\t\t\"scroll-pl\": [{ \"scroll-pl\": O() }],\n\t\t\t\"snap-align\": [{ snap: [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"align-none\"\n\t\t\t] }],\n\t\t\t\"snap-stop\": [{ snap: [\"normal\", \"always\"] }],\n\t\t\t\"snap-type\": [{ snap: [\n\t\t\t\t\"none\",\n\t\t\t\t\"x\",\n\t\t\t\t\"y\",\n\t\t\t\t\"both\"\n\t\t\t] }],\n\t\t\t\"snap-strictness\": [{ snap: [\"mandatory\", \"proximity\"] }],\n\t\t\ttouch: [{ touch: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"none\",\n\t\t\t\t\"manipulation\"\n\t\t\t] }],\n\t\t\t\"touch-x\": [{ \"touch-pan\": [\n\t\t\t\t\"x\",\n\t\t\t\t\"left\",\n\t\t\t\t\"right\"\n\t\t\t] }],\n\t\t\t\"touch-y\": [{ \"touch-pan\": [\n\t\t\t\t\"y\",\n\t\t\t\t\"up\",\n\t\t\t\t\"down\"\n\t\t\t] }],\n\t\t\t\"touch-pz\": [\"touch-pinch-zoom\"],\n\t\t\tselect: [{ select: [\n\t\t\t\t\"none\",\n\t\t\t\t\"text\",\n\t\t\t\t\"all\",\n\t\t\t\t\"auto\"\n\t\t\t] }],\n\t\t\t\"will-change\": [{ \"will-change\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"scroll\",\n\t\t\t\t\"contents\",\n\t\t\t\t\"transform\",\n\t\t\t\tG\n\t\t\t] }],\n\t\t\tfill: [{ fill: [e, \"none\"] }],\n\t\t\t\"stroke-w\": [{ stroke: [\n\t\t\t\tU,\n\t\t\t\tW,\n\t\t\t\ttt\n\t\t\t] }],\n\t\t\tstroke: [{ stroke: [e, \"none\"] }],\n\t\t\tsr: [\"sr-only\", \"not-sr-only\"],\n\t\t\t\"forced-color-adjust\": [{ \"forced-color-adjust\": [\"auto\", \"none\"] }]\n\t\t},\n\t\tconflictingClassGroups: {\n\t\t\toverflow: [\"overflow-x\", \"overflow-y\"],\n\t\t\toverscroll: [\"overscroll-x\", \"overscroll-y\"],\n\t\t\tinset: [\n\t\t\t\t\"inset-x\",\n\t\t\t\t\"inset-y\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"top\",\n\t\t\t\t\"right\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"left\"\n\t\t\t],\n\t\t\t\"inset-x\": [\"right\", \"left\"],\n\t\t\t\"inset-y\": [\"top\", \"bottom\"],\n\t\t\tflex: [\n\t\t\t\t\"basis\",\n\t\t\t\t\"grow\",\n\t\t\t\t\"shrink\"\n\t\t\t],\n\t\t\tgap: [\"gap-x\", \"gap-y\"],\n\t\t\tp: [\n\t\t\t\t\"px\",\n\t\t\t\t\"py\",\n\t\t\t\t\"ps\",\n\t\t\t\t\"pe\",\n\t\t\t\t\"pt\",\n\t\t\t\t\"pr\",\n\t\t\t\t\"pb\",\n\t\t\t\t\"pl\"\n\t\t\t],\n\t\t\tpx: [\"pr\", \"pl\"],\n\t\t\tpy: [\"pt\", \"pb\"],\n\t\t\tm: [\n\t\t\t\t\"mx\",\n\t\t\t\t\"my\",\n\t\t\t\t\"ms\",\n\t\t\t\t\"me\",\n\t\t\t\t\"mt\",\n\t\t\t\t\"mr\",\n\t\t\t\t\"mb\",\n\t\t\t\t\"ml\"\n\t\t\t],\n\t\t\tmx: [\"mr\", \"ml\"],\n\t\t\tmy: [\"mt\", \"mb\"],\n\t\t\tsize: [\"w\", \"h\"],\n\t\t\t\"font-size\": [\"leading\"],\n\t\t\t\"fvn-normal\": [\n\t\t\t\t\"fvn-ordinal\",\n\t\t\t\t\"fvn-slashed-zero\",\n\t\t\t\t\"fvn-figure\",\n\t\t\t\t\"fvn-spacing\",\n\t\t\t\t\"fvn-fraction\"\n\t\t\t],\n\t\t\t\"fvn-ordinal\": [\"fvn-normal\"],\n\t\t\t\"fvn-slashed-zero\": [\"fvn-normal\"],\n\t\t\t\"fvn-figure\": [\"fvn-normal\"],\n\t\t\t\"fvn-spacing\": [\"fvn-normal\"],\n\t\t\t\"fvn-fraction\": [\"fvn-normal\"],\n\t\t\t\"line-clamp\": [\"display\", \"overflow\"],\n\t\t\trounded: [\n\t\t\t\t\"rounded-s\",\n\t\t\t\t\"rounded-e\",\n\t\t\t\t\"rounded-t\",\n\t\t\t\t\"rounded-r\",\n\t\t\t\t\"rounded-b\",\n\t\t\t\t\"rounded-l\",\n\t\t\t\t\"rounded-ss\",\n\t\t\t\t\"rounded-se\",\n\t\t\t\t\"rounded-ee\",\n\t\t\t\t\"rounded-es\",\n\t\t\t\t\"rounded-tl\",\n\t\t\t\t\"rounded-tr\",\n\t\t\t\t\"rounded-br\",\n\t\t\t\t\"rounded-bl\"\n\t\t\t],\n\t\t\t\"rounded-s\": [\"rounded-ss\", \"rounded-es\"],\n\t\t\t\"rounded-e\": [\"rounded-se\", \"rounded-ee\"],\n\t\t\t\"rounded-t\": [\"rounded-tl\", \"rounded-tr\"],\n\t\t\t\"rounded-r\": [\"rounded-tr\", \"rounded-br\"],\n\t\t\t\"rounded-b\": [\"rounded-br\", \"rounded-bl\"],\n\t\t\t\"rounded-l\": [\"rounded-tl\", \"rounded-bl\"],\n\t\t\t\"border-spacing\": [\"border-spacing-x\", \"border-spacing-y\"],\n\t\t\t\"border-w\": [\n\t\t\t\t\"border-w-s\",\n\t\t\t\t\"border-w-e\",\n\t\t\t\t\"border-w-t\",\n\t\t\t\t\"border-w-r\",\n\t\t\t\t\"border-w-b\",\n\t\t\t\t\"border-w-l\"\n\t\t\t],\n\t\t\t\"border-w-x\": [\"border-w-r\", \"border-w-l\"],\n\t\t\t\"border-w-y\": [\"border-w-t\", \"border-w-b\"],\n\t\t\t\"border-color\": [\n\t\t\t\t\"border-color-s\",\n\t\t\t\t\"border-color-e\",\n\t\t\t\t\"border-color-t\",\n\t\t\t\t\"border-color-r\",\n\t\t\t\t\"border-color-b\",\n\t\t\t\t\"border-color-l\"\n\t\t\t],\n\t\t\t\"border-color-x\": [\"border-color-r\", \"border-color-l\"],\n\t\t\t\"border-color-y\": [\"border-color-t\", \"border-color-b\"],\n\t\t\t\"scroll-m\": [\n\t\t\t\t\"scroll-mx\",\n\t\t\t\t\"scroll-my\",\n\t\t\t\t\"scroll-ms\",\n\t\t\t\t\"scroll-me\",\n\t\t\t\t\"scroll-mt\",\n\t\t\t\t\"scroll-mr\",\n\t\t\t\t\"scroll-mb\",\n\t\t\t\t\"scroll-ml\"\n\t\t\t],\n\t\t\t\"scroll-mx\": [\"scroll-mr\", \"scroll-ml\"],\n\t\t\t\"scroll-my\": [\"scroll-mt\", \"scroll-mb\"],\n\t\t\t\"scroll-p\": [\n\t\t\t\t\"scroll-px\",\n\t\t\t\t\"scroll-py\",\n\t\t\t\t\"scroll-ps\",\n\t\t\t\t\"scroll-pe\",\n\t\t\t\t\"scroll-pt\",\n\t\t\t\t\"scroll-pr\",\n\t\t\t\t\"scroll-pb\",\n\t\t\t\t\"scroll-pl\"\n\t\t\t],\n\t\t\t\"scroll-px\": [\"scroll-pr\", \"scroll-pl\"],\n\t\t\t\"scroll-py\": [\"scroll-pt\", \"scroll-pb\"],\n\t\t\ttouch: [\n\t\t\t\t\"touch-x\",\n\t\t\t\t\"touch-y\",\n\t\t\t\t\"touch-pz\"\n\t\t\t],\n\t\t\t\"touch-x\": [\"touch\"],\n\t\t\t\"touch-y\": [\"touch\"],\n\t\t\t\"touch-pz\": [\"touch\"]\n\t\t},\n\t\tconflictingClassGroupModifiers: { \"font-size\": [\"leading\"] }\n\t};\n}), _t = (e) => typeof e == \"boolean\" ? `${e}` : e === 0 ? \"0\" : e, q = (e) => !e || typeof e != \"object\" || Object.keys(e).length === 0, vt = (e, t) => JSON.stringify(e) === JSON.stringify(t);\nfunction yt(e, t) {\n\te.forEach(function(e) {\n\t\tArray.isArray(e) ? yt(e, t) : t.push(e);\n\t});\n}\nfunction bt(e) {\n\tlet t = [];\n\treturn yt(e, t), t;\n}\nvar xt = (...e) => bt(e).filter(Boolean), St = (e, t) => {\n\tlet n = {}, r = Object.keys(e), i = Object.keys(t);\n\tfor (let a of r) if (i.includes(a)) {\n\t\tlet r = e[a], i = t[a];\n\t\tArray.isArray(r) || Array.isArray(i) ? n[a] = xt(i, r) : typeof r == \"object\" && typeof i == \"object\" ? n[a] = St(r, i) : n[a] = i + \" \" + r;\n\t} else n[a] = e[a];\n\tfor (let e of i) r.includes(e) || (n[e] = t[e]);\n\treturn n;\n}, Ct = (e) => !e || typeof e != \"string\" ? e : e.replace(/\\s+/g, \" \").trim(), wt = \"-\", Tt = (e) => {\n\tlet t = kt(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;\n\treturn {\n\t\tgetClassGroupId: (e) => {\n\t\t\tlet n = e.split(wt);\n\t\t\treturn n[0] === \"\" && n.length !== 1 && n.shift(), Et(n, t) || Ot(e);\n\t\t},\n\t\tgetConflictingClassGroupIds: (e, t) => {\n\t\t\tlet i = n[e] || [];\n\t\t\treturn t && r[e] ? [...i, ...r[e]] : i;\n\t\t}\n\t};\n}, Et = (e, t) => {\n\tif (e.length === 0) return t.classGroupId;\n\tlet n = e[0], r = t.nextPart.get(n), i = r ? Et(e.slice(1), r) : void 0;\n\tif (i) return i;\n\tif (t.validators.length === 0) return;\n\tlet a = e.join(wt);\n\treturn t.validators.find(({ validator: e }) => e(a))?.classGroupId;\n}, Dt = /^\\[(.+)\\]$/, Ot = (e) => {\n\tif (Dt.test(e)) {\n\t\tlet t = Dt.exec(e)[1], n = t?.substring(0, t.indexOf(\":\"));\n\t\tif (n) return \"arbitrary..\" + n;\n\t}\n}, kt = (e) => {\n\tlet { theme: t, prefix: n } = e, r = {\n\t\tnextPart: /* @__PURE__ */ new Map(),\n\t\tvalidators: []\n\t};\n\treturn Nt(Object.entries(e.classGroups), n).forEach(([e, n]) => {\n\t\tAt(n, r, e, t);\n\t}), r;\n}, At = (e, t, n, r) => {\n\te.forEach((e) => {\n\t\tif (typeof e == \"string\") {\n\t\t\tlet r = e === \"\" ? t : jt(t, e);\n\t\t\tr.classGroupId = n;\n\t\t\treturn;\n\t\t}\n\t\tif (typeof e == \"function\") {\n\t\t\tif (Mt(e)) {\n\t\t\t\tAt(e(r), t, n, r);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tt.validators.push({\n\t\t\t\tvalidator: e,\n\t\t\t\tclassGroupId: n\n\t\t\t});\n\t\t\treturn;\n\t\t}\n\t\tObject.entries(e).forEach(([e, i]) => {\n\t\t\tAt(i, jt(t, e), n, r);\n\t\t});\n\t});\n}, jt = (e, t) => {\n\tlet n = e;\n\treturn t.split(wt).forEach((e) => {\n\t\tn.nextPart.has(e) || n.nextPart.set(e, {\n\t\t\tnextPart: /* @__PURE__ */ new Map(),\n\t\t\tvalidators: []\n\t\t}), n = n.nextPart.get(e);\n\t}), n;\n}, Mt = (e) => e.isThemeGetter, Nt = (e, t) => t ? e.map(([e, n]) => [e, n.map((e) => typeof e == \"string\" ? t + e : typeof e == \"object\" ? Object.fromEntries(Object.entries(e).map(([e, n]) => [t + e, n])) : e)]) : e, Pt = (e) => {\n\tif (e < 1) return {\n\t\tget: () => void 0,\n\t\tset: () => {}\n\t};\n\tlet t = 0, n = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map(), i = (i, a) => {\n\t\tn.set(i, a), t++, t > e && (t = 0, r = n, n = /* @__PURE__ */ new Map());\n\t};\n\treturn {\n\t\tget(e) {\n\t\t\tlet t = n.get(e);\n\t\t\tif (t !== void 0) return t;\n\t\t\tif ((t = r.get(e)) !== void 0) return i(e, t), t;\n\t\t},\n\t\tset(e, t) {\n\t\t\tn.has(e) ? n.set(e, t) : i(e, t);\n\t\t}\n\t};\n}, Ft = \"!\", It = (e) => {\n\tlet { separator: t, experimentalParseClassName: n } = e, r = t.length === 1, i = t[0], a = t.length, o = (e) => {\n\t\tlet n = [], o = 0, s = 0, c;\n\t\tfor (let l = 0; l < e.length; l++) {\n\t\t\tlet u = e[l];\n\t\t\tif (o === 0) {\n\t\t\t\tif (u === i && (r || e.slice(l, l + a) === t)) {\n\t\t\t\t\tn.push(e.slice(s, l)), s = l + a;\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t\tif (u === \"/\") {\n\t\t\t\t\tc = l;\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\tu === \"[\" ? o++ : u === \"]\" && o--;\n\t\t}\n\t\tlet l = n.length === 0 ? e : e.substring(s), u = l.startsWith(Ft);\n\t\treturn {\n\t\t\tmodifiers: n,\n\t\t\thasImportantModifier: u,\n\t\t\tbaseClassName: u ? l.substring(1) : l,\n\t\t\tmaybePostfixModifierPosition: c && c > s ? c - s : void 0\n\t\t};\n\t};\n\treturn n ? (e) => n({\n\t\tclassName: e,\n\t\tparseClassName: o\n\t}) : o;\n}, Lt = (e) => {\n\tif (e.length <= 1) return e;\n\tlet t = [], n = [];\n\treturn e.forEach((e) => {\n\t\te[0] === \"[\" ? (t.push(...n.sort(), e), n = []) : n.push(e);\n\t}), t.push(...n.sort()), t;\n}, Rt = (e) => ({\n\tcache: Pt(e.cacheSize),\n\tparseClassName: It(e),\n\t...Tt(e)\n}), zt = /\\s+/, Bt = (e, t) => {\n\tlet { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i } = t, a = [], o = e.trim().split(zt), s = \"\";\n\tfor (let e = o.length - 1; e >= 0; --e) {\n\t\tlet t = o[e], { modifiers: c, hasImportantModifier: l, baseClassName: u, maybePostfixModifierPosition: d } = n(t), f = !!d, p = r(f ? u.substring(0, d) : u);\n\t\tif (!p) {\n\t\t\tif (!f) {\n\t\t\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tif (p = r(u), !p) {\n\t\t\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tf = !1;\n\t\t}\n\t\tlet m = Lt(c).join(\":\"), h = l ? m + Ft : m, g = h + p;\n\t\tif (a.includes(g)) continue;\n\t\ta.push(g);\n\t\tlet _ = i(p, f);\n\t\tfor (let e = 0; e < _.length; ++e) {\n\t\t\tlet t = _[e];\n\t\t\ta.push(h + t);\n\t\t}\n\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t}\n\treturn s;\n};\nfunction Vt() {\n\tlet e = 0, t, n, r = \"\";\n\tfor (; e < arguments.length;) (t = arguments[e++]) && (n = Ht(t)) && (r && (r += \" \"), r += n);\n\treturn r;\n}\nvar Ht = (e) => {\n\tif (typeof e == \"string\") return e;\n\tlet t, n = \"\";\n\tfor (let r = 0; r < e.length; r++) e[r] && (t = Ht(e[r])) && (n && (n += \" \"), n += t);\n\treturn n;\n};\nfunction Ut(e, ...t) {\n\tlet n, r, i, a = o;\n\tfunction o(o) {\n\t\treturn n = Rt(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o);\n\t}\n\tfunction s(e) {\n\t\tlet t = r(e);\n\t\tif (t) return t;\n\t\tlet a = Bt(e, n);\n\t\treturn i(e, a), a;\n\t}\n\treturn function() {\n\t\treturn a(Vt.apply(null, arguments));\n\t};\n}\nvar J = (e) => {\n\tlet t = (t) => t[e] || [];\n\treturn t.isThemeGetter = !0, t;\n}, Wt = /^\\[(?:([a-z-]+):)?(.+)\\]$/i, Gt = /^\\d+\\/\\d+$/, Kt = /*#__PURE__*/ new Set([\n\t\"px\",\n\t\"full\",\n\t\"screen\"\n]), qt = /^(\\d+(\\.\\d+)?)?(xs|sm|md|lg|xl)$/, Jt = /\\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\\b(calc|min|max|clamp)\\(.+\\)|^0$/, Yt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\\(.+\\)$/, Xt = /^(inset_)?-?((\\d+)?\\.?(\\d+)[a-z]+|0)_-?((\\d+)?\\.?(\\d+)[a-z]+|0)/, Zt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\\(.+\\)$/, Y = (e) => Qt(e) || Kt.has(e) || Gt.test(e), X = (e) => un(e, \"length\", dn), Qt = (e) => !!e && !Number.isNaN(Number(e)), $t = (e) => un(e, \"number\", Qt), en = (e) => !!e && Number.isInteger(Number(e)), tn = (e) => e.endsWith(\"%\") && Qt(e.slice(0, -1)), Z = (e) => Wt.test(e), Q = (e) => qt.test(e), nn = /*#__PURE__*/ new Set([\n\t\"length\",\n\t\"size\",\n\t\"percentage\"\n]), rn = (e) => un(e, nn, fn), an = (e) => un(e, \"position\", fn), on = /*#__PURE__*/ new Set([\"image\", \"url\"]), sn = (e) => un(e, on, mn), cn = (e) => un(e, \"\", pn), ln = () => !0, un = (e, t, n) => {\n\tlet r = Wt.exec(e);\n\treturn r ? r[1] ? typeof t == \"string\" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;\n}, dn = (e) => Jt.test(e) && !Yt.test(e), fn = () => !1, pn = (e) => Xt.test(e), mn = (e) => Zt.test(e), hn = () => {\n\tlet e = J(\"colors\"), t = J(\"spacing\"), n = J(\"blur\"), r = J(\"brightness\"), i = J(\"borderColor\"), a = J(\"borderRadius\"), o = J(\"borderSpacing\"), s = J(\"borderWidth\"), c = J(\"contrast\"), l = J(\"grayscale\"), u = J(\"hueRotate\"), d = J(\"invert\"), f = J(\"gap\"), p = J(\"gradientColorStops\"), m = J(\"gradientColorStopPositions\"), h = J(\"inset\"), g = J(\"margin\"), _ = J(\"opacity\"), v = J(\"padding\"), y = J(\"saturate\"), b = J(\"scale\"), x = J(\"sepia\"), S = J(\"skew\"), C = J(\"space\"), w = J(\"translate\"), T = () => [\n\t\t\"auto\",\n\t\t\"contain\",\n\t\t\"none\"\n\t], E = () => [\n\t\t\"auto\",\n\t\t\"hidden\",\n\t\t\"clip\",\n\t\t\"visible\",\n\t\t\"scroll\"\n\t], D = () => [\n\t\t\"auto\",\n\t\tZ,\n\t\tt\n\t], O = () => [Z, t], ee = () => [\n\t\t\"\",\n\t\tY,\n\t\tX\n\t], k = () => [\n\t\t\"auto\",\n\t\tQt,\n\t\tZ\n\t], A = () => [\n\t\t\"bottom\",\n\t\t\"center\",\n\t\t\"left\",\n\t\t\"left-bottom\",\n\t\t\"left-top\",\n\t\t\"right\",\n\t\t\"right-bottom\",\n\t\t\"right-top\",\n\t\t\"top\"\n\t], j = () => [\n\t\t\"solid\",\n\t\t\"dashed\",\n\t\t\"dotted\",\n\t\t\"double\",\n\t\t\"none\"\n\t], M = () => [\n\t\t\"normal\",\n\t\t\"multiply\",\n\t\t\"screen\",\n\t\t\"overlay\",\n\t\t\"darken\",\n\t\t\"lighten\",\n\t\t\"color-dodge\",\n\t\t\"color-burn\",\n\t\t\"hard-light\",\n\t\t\"soft-light\",\n\t\t\"difference\",\n\t\t\"exclusion\",\n\t\t\"hue\",\n\t\t\"saturation\",\n\t\t\"color\",\n\t\t\"luminosity\"\n\t], N = () => [\n\t\t\"start\",\n\t\t\"end\",\n\t\t\"center\",\n\t\t\"between\",\n\t\t\"around\",\n\t\t\"evenly\",\n\t\t\"stretch\"\n\t], P = () => [\n\t\t\"\",\n\t\t\"0\",\n\t\tZ\n\t], F = () => [\n\t\t\"auto\",\n\t\t\"avoid\",\n\t\t\"all\",\n\t\t\"avoid-page\",\n\t\t\"page\",\n\t\t\"left\",\n\t\t\"right\",\n\t\t\"column\"\n\t], I = () => [Qt, Z];\n\treturn {\n\t\tcacheSize: 500,\n\t\tseparator: \":\",\n\t\ttheme: {\n\t\t\tcolors: [ln],\n\t\t\tspacing: [Y, X],\n\t\t\tblur: [\n\t\t\t\t\"none\",\n\t\t\t\t\"\",\n\t\t\t\tQ,\n\t\t\t\tZ\n\t\t\t],\n\t\t\tbrightness: I(),\n\t\t\tborderColor: [e],\n\t\t\tborderRadius: [\n\t\t\t\t\"none\",\n\t\t\t\t\"\",\n\t\t\t\t\"full\",\n\t\t\t\tQ,\n\t\t\t\tZ\n\t\t\t],\n\t\t\tborderSpacing: O(),\n\t\t\tborderWidth: ee(),\n\t\t\tcontrast: I(),\n\t\t\tgrayscale: P(),\n\t\t\thueRotate: I(),\n\t\t\tinvert: P(),\n\t\t\tgap: O(),\n\t\t\tgradientColorStops: [e],\n\t\t\tgradientColorStopPositions: [tn, X],\n\t\t\tinset: D(),\n\t\t\tmargin: D(),\n\t\t\topacity: I(),\n\t\t\tpadding: O(),\n\t\t\tsaturate: I(),\n\t\t\tscale: I(),\n\t\t\tsepia: P(),\n\t\t\tskew: I(),\n\t\t\tspace: O(),\n\t\t\ttranslate: O()\n\t\t},\n\t\tclassGroups: {\n\t\t\taspect: [{ aspect: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"square\",\n\t\t\t\t\"video\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\tcontainer: [\"container\"],\n\t\t\tcolumns: [{ columns: [Q] }],\n\t\t\t\"break-after\": [{ \"break-after\": F() }],\n\t\t\t\"break-before\": [{ \"break-before\": F() }],\n\t\t\t\"break-inside\": [{ \"break-inside\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"avoid\",\n\t\t\t\t\"avoid-page\",\n\t\t\t\t\"avoid-column\"\n\t\t\t] }],\n\t\t\t\"box-decoration\": [{ \"box-decoration\": [\"slice\", \"clone\"] }],\n\t\t\tbox: [{ box: [\"border\", \"content\"] }],\n\t\t\tdisplay: [\n\t\t\t\t\"block\",\n\t\t\t\t\"inline-block\",\n\t\t\t\t\"inline\",\n\t\t\t\t\"flex\",\n\t\t\t\t\"inline-flex\",\n\t\t\t\t\"table\",\n\t\t\t\t\"inline-table\",\n\t\t\t\t\"table-caption\",\n\t\t\t\t\"table-cell\",\n\t\t\t\t\"table-column\",\n\t\t\t\t\"table-column-group\",\n\t\t\t\t\"table-footer-group\",\n\t\t\t\t\"table-header-group\",\n\t\t\t\t\"table-row-group\",\n\t\t\t\t\"table-row\",\n\t\t\t\t\"flow-root\",\n\t\t\t\t\"grid\",\n\t\t\t\t\"inline-grid\",\n\t\t\t\t\"contents\",\n\t\t\t\t\"list-item\",\n\t\t\t\t\"hidden\"\n\t\t\t],\n\t\t\tfloat: [{ float: [\n\t\t\t\t\"right\",\n\t\t\t\t\"left\",\n\t\t\t\t\"none\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\tclear: [{ clear: [\n\t\t\t\t\"left\",\n\t\t\t\t\"right\",\n\t\t\t\t\"both\",\n\t\t\t\t\"none\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\tisolation: [\"isolate\", \"isolation-auto\"],\n\t\t\t\"object-fit\": [{ object: [\n\t\t\t\t\"contain\",\n\t\t\t\t\"cover\",\n\t\t\t\t\"fill\",\n\t\t\t\t\"none\",\n\t\t\t\t\"scale-down\"\n\t\t\t] }],\n\t\t\t\"object-position\": [{ object: [...A(), Z] }],\n\t\t\toverflow: [{ overflow: E() }],\n\t\t\t\"overflow-x\": [{ \"overflow-x\": E() }],\n\t\t\t\"overflow-y\": [{ \"overflow-y\": E() }],\n\t\t\toverscroll: [{ overscroll: T() }],\n\t\t\t\"overscroll-x\": [{ \"overscroll-x\": T() }],\n\t\t\t\"overscroll-y\": [{ \"overscroll-y\": T() }],\n\t\t\tposition: [\n\t\t\t\t\"static\",\n\t\t\t\t\"fixed\",\n\t\t\t\t\"absolute\",\n\t\t\t\t\"relative\",\n\t\t\t\t\"sticky\"\n\t\t\t],\n\t\t\tinset: [{ inset: [h] }],\n\t\t\t\"inset-x\": [{ \"inset-x\": [h] }],\n\t\t\t\"inset-y\": [{ \"inset-y\": [h] }],\n\t\t\tstart: [{ start: [h] }],\n\t\t\tend: [{ end: [h] }],\n\t\t\ttop: [{ top: [h] }],\n\t\t\tright: [{ right: [h] }],\n\t\t\tbottom: [{ bottom: [h] }],\n\t\t\tleft: [{ left: [h] }],\n\t\t\tvisibility: [\n\t\t\t\t\"visible\",\n\t\t\t\t\"invisible\",\n\t\t\t\t\"collapse\"\n\t\t\t],\n\t\t\tz: [{ z: [\n\t\t\t\t\"auto\",\n\t\t\t\ten,\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\tbasis: [{ basis: D() }],\n\t\t\t\"flex-direction\": [{ flex: [\n\t\t\t\t\"row\",\n\t\t\t\t\"row-reverse\",\n\t\t\t\t\"col\",\n\t\t\t\t\"col-reverse\"\n\t\t\t] }],\n\t\t\t\"flex-wrap\": [{ flex: [\n\t\t\t\t\"wrap\",\n\t\t\t\t\"wrap-reverse\",\n\t\t\t\t\"nowrap\"\n\t\t\t] }],\n\t\t\tflex: [{ flex: [\n\t\t\t\t\"1\",\n\t\t\t\t\"auto\",\n\t\t\t\t\"initial\",\n\t\t\t\t\"none\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\tgrow: [{ grow: P() }],\n\t\t\tshrink: [{ shrink: P() }],\n\t\t\torder: [{ order: [\n\t\t\t\t\"first\",\n\t\t\t\t\"last\",\n\t\t\t\t\"none\",\n\t\t\t\ten,\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"grid-cols\": [{ \"grid-cols\": [ln] }],\n\t\t\t\"col-start-end\": [{ col: [\n\t\t\t\t\"auto\",\n\t\t\t\t{ span: [\n\t\t\t\t\t\"full\",\n\t\t\t\t\ten,\n\t\t\t\t\tZ\n\t\t\t\t] },\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"col-start\": [{ \"col-start\": k() }],\n\t\t\t\"col-end\": [{ \"col-end\": k() }],\n\t\t\t\"grid-rows\": [{ \"grid-rows\": [ln] }],\n\t\t\t\"row-start-end\": [{ row: [\n\t\t\t\t\"auto\",\n\t\t\t\t{ span: [en, Z] },\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"row-start\": [{ \"row-start\": k() }],\n\t\t\t\"row-end\": [{ \"row-end\": k() }],\n\t\t\t\"grid-flow\": [{ \"grid-flow\": [\n\t\t\t\t\"row\",\n\t\t\t\t\"col\",\n\t\t\t\t\"dense\",\n\t\t\t\t\"row-dense\",\n\t\t\t\t\"col-dense\"\n\t\t\t] }],\n\t\t\t\"auto-cols\": [{ \"auto-cols\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fr\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"auto-rows\": [{ \"auto-rows\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fr\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\tgap: [{ gap: [f] }],\n\t\t\t\"gap-x\": [{ \"gap-x\": [f] }],\n\t\t\t\"gap-y\": [{ \"gap-y\": [f] }],\n\t\t\t\"justify-content\": [{ justify: [\"normal\", ...N()] }],\n\t\t\t\"justify-items\": [{ \"justify-items\": [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"justify-self\": [{ \"justify-self\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"align-content\": [{ content: [\n\t\t\t\t\"normal\",\n\t\t\t\t...N(),\n\t\t\t\t\"baseline\"\n\t\t\t] }],\n\t\t\t\"align-items\": [{ items: [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"baseline\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"align-self\": [{ self: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\",\n\t\t\t\t\"baseline\"\n\t\t\t] }],\n\t\t\t\"place-content\": [{ \"place-content\": [...N(), \"baseline\"] }],\n\t\t\t\"place-items\": [{ \"place-items\": [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"baseline\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\t\"place-self\": [{ \"place-self\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"stretch\"\n\t\t\t] }],\n\t\t\tp: [{ p: [v] }],\n\t\t\tpx: [{ px: [v] }],\n\t\t\tpy: [{ py: [v] }],\n\t\t\tps: [{ ps: [v] }],\n\t\t\tpe: [{ pe: [v] }],\n\t\t\tpt: [{ pt: [v] }],\n\t\t\tpr: [{ pr: [v] }],\n\t\t\tpb: [{ pb: [v] }],\n\t\t\tpl: [{ pl: [v] }],\n\t\t\tm: [{ m: [g] }],\n\t\t\tmx: [{ mx: [g] }],\n\t\t\tmy: [{ my: [g] }],\n\t\t\tms: [{ ms: [g] }],\n\t\t\tme: [{ me: [g] }],\n\t\t\tmt: [{ mt: [g] }],\n\t\t\tmr: [{ mr: [g] }],\n\t\t\tmb: [{ mb: [g] }],\n\t\t\tml: [{ ml: [g] }],\n\t\t\t\"space-x\": [{ \"space-x\": [C] }],\n\t\t\t\"space-x-reverse\": [\"space-x-reverse\"],\n\t\t\t\"space-y\": [{ \"space-y\": [C] }],\n\t\t\t\"space-y-reverse\": [\"space-y-reverse\"],\n\t\t\tw: [{ w: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svw\",\n\t\t\t\t\"lvw\",\n\t\t\t\t\"dvw\",\n\t\t\t\tZ,\n\t\t\t\tt\n\t\t\t] }],\n\t\t\t\"min-w\": [{ \"min-w\": [\n\t\t\t\tZ,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\"\n\t\t\t] }],\n\t\t\t\"max-w\": [{ \"max-w\": [\n\t\t\t\tZ,\n\t\t\t\tt,\n\t\t\t\t\"none\",\n\t\t\t\t\"full\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"prose\",\n\t\t\t\t{ screen: [Q] },\n\t\t\t\tQ\n\t\t\t] }],\n\t\t\th: [{ h: [\n\t\t\t\tZ,\n\t\t\t\tt,\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\t\"min-h\": [{ \"min-h\": [\n\t\t\t\tZ,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\t\"max-h\": [{ \"max-h\": [\n\t\t\t\tZ,\n\t\t\t\tt,\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\",\n\t\t\t\t\"svh\",\n\t\t\t\t\"lvh\",\n\t\t\t\t\"dvh\"\n\t\t\t] }],\n\t\t\tsize: [{ size: [\n\t\t\t\tZ,\n\t\t\t\tt,\n\t\t\t\t\"auto\",\n\t\t\t\t\"min\",\n\t\t\t\t\"max\",\n\t\t\t\t\"fit\"\n\t\t\t] }],\n\t\t\t\"font-size\": [{ text: [\n\t\t\t\t\"base\",\n\t\t\t\tQ,\n\t\t\t\tX\n\t\t\t] }],\n\t\t\t\"font-smoothing\": [\"antialiased\", \"subpixel-antialiased\"],\n\t\t\t\"font-style\": [\"italic\", \"not-italic\"],\n\t\t\t\"font-weight\": [{ font: [\n\t\t\t\t\"thin\",\n\t\t\t\t\"extralight\",\n\t\t\t\t\"light\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"medium\",\n\t\t\t\t\"semibold\",\n\t\t\t\t\"bold\",\n\t\t\t\t\"extrabold\",\n\t\t\t\t\"black\",\n\t\t\t\t$t\n\t\t\t] }],\n\t\t\t\"font-family\": [{ font: [ln] }],\n\t\t\t\"fvn-normal\": [\"normal-nums\"],\n\t\t\t\"fvn-ordinal\": [\"ordinal\"],\n\t\t\t\"fvn-slashed-zero\": [\"slashed-zero\"],\n\t\t\t\"fvn-figure\": [\"lining-nums\", \"oldstyle-nums\"],\n\t\t\t\"fvn-spacing\": [\"proportional-nums\", \"tabular-nums\"],\n\t\t\t\"fvn-fraction\": [\"diagonal-fractions\", \"stacked-fractons\"],\n\t\t\ttracking: [{ tracking: [\n\t\t\t\t\"tighter\",\n\t\t\t\t\"tight\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"wide\",\n\t\t\t\t\"wider\",\n\t\t\t\t\"widest\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"line-clamp\": [{ \"line-clamp\": [\n\t\t\t\t\"none\",\n\t\t\t\tQt,\n\t\t\t\t$t\n\t\t\t] }],\n\t\t\tleading: [{ leading: [\n\t\t\t\t\"none\",\n\t\t\t\t\"tight\",\n\t\t\t\t\"snug\",\n\t\t\t\t\"normal\",\n\t\t\t\t\"relaxed\",\n\t\t\t\t\"loose\",\n\t\t\t\tY,\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"list-image\": [{ \"list-image\": [\"none\", Z] }],\n\t\t\t\"list-style-type\": [{ list: [\n\t\t\t\t\"none\",\n\t\t\t\t\"disc\",\n\t\t\t\t\"decimal\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"list-style-position\": [{ list: [\"inside\", \"outside\"] }],\n\t\t\t\"placeholder-color\": [{ placeholder: [e] }],\n\t\t\t\"placeholder-opacity\": [{ \"placeholder-opacity\": [_] }],\n\t\t\t\"text-alignment\": [{ text: [\n\t\t\t\t\"left\",\n\t\t\t\t\"center\",\n\t\t\t\t\"right\",\n\t\t\t\t\"justify\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\"\n\t\t\t] }],\n\t\t\t\"text-color\": [{ text: [e] }],\n\t\t\t\"text-opacity\": [{ \"text-opacity\": [_] }],\n\t\t\t\"text-decoration\": [\n\t\t\t\t\"underline\",\n\t\t\t\t\"overline\",\n\t\t\t\t\"line-through\",\n\t\t\t\t\"no-underline\"\n\t\t\t],\n\t\t\t\"text-decoration-style\": [{ decoration: [...j(), \"wavy\"] }],\n\t\t\t\"text-decoration-thickness\": [{ decoration: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"from-font\",\n\t\t\t\tY,\n\t\t\t\tX\n\t\t\t] }],\n\t\t\t\"underline-offset\": [{ \"underline-offset\": [\n\t\t\t\t\"auto\",\n\t\t\t\tY,\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"text-decoration-color\": [{ decoration: [e] }],\n\t\t\t\"text-transform\": [\n\t\t\t\t\"uppercase\",\n\t\t\t\t\"lowercase\",\n\t\t\t\t\"capitalize\",\n\t\t\t\t\"normal-case\"\n\t\t\t],\n\t\t\t\"text-overflow\": [\n\t\t\t\t\"truncate\",\n\t\t\t\t\"text-ellipsis\",\n\t\t\t\t\"text-clip\"\n\t\t\t],\n\t\t\t\"text-wrap\": [{ text: [\n\t\t\t\t\"wrap\",\n\t\t\t\t\"nowrap\",\n\t\t\t\t\"balance\",\n\t\t\t\t\"pretty\"\n\t\t\t] }],\n\t\t\tindent: [{ indent: O() }],\n\t\t\t\"vertical-align\": [{ align: [\n\t\t\t\t\"baseline\",\n\t\t\t\t\"top\",\n\t\t\t\t\"middle\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"text-top\",\n\t\t\t\t\"text-bottom\",\n\t\t\t\t\"sub\",\n\t\t\t\t\"super\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\twhitespace: [{ whitespace: [\n\t\t\t\t\"normal\",\n\t\t\t\t\"nowrap\",\n\t\t\t\t\"pre\",\n\t\t\t\t\"pre-line\",\n\t\t\t\t\"pre-wrap\",\n\t\t\t\t\"break-spaces\"\n\t\t\t] }],\n\t\t\tbreak: [{ break: [\n\t\t\t\t\"normal\",\n\t\t\t\t\"words\",\n\t\t\t\t\"all\",\n\t\t\t\t\"keep\"\n\t\t\t] }],\n\t\t\thyphens: [{ hyphens: [\n\t\t\t\t\"none\",\n\t\t\t\t\"manual\",\n\t\t\t\t\"auto\"\n\t\t\t] }],\n\t\t\tcontent: [{ content: [\"none\", Z] }],\n\t\t\t\"bg-attachment\": [{ bg: [\n\t\t\t\t\"fixed\",\n\t\t\t\t\"local\",\n\t\t\t\t\"scroll\"\n\t\t\t] }],\n\t\t\t\"bg-clip\": [{ \"bg-clip\": [\n\t\t\t\t\"border\",\n\t\t\t\t\"padding\",\n\t\t\t\t\"content\",\n\t\t\t\t\"text\"\n\t\t\t] }],\n\t\t\t\"bg-opacity\": [{ \"bg-opacity\": [_] }],\n\t\t\t\"bg-origin\": [{ \"bg-origin\": [\n\t\t\t\t\"border\",\n\t\t\t\t\"padding\",\n\t\t\t\t\"content\"\n\t\t\t] }],\n\t\t\t\"bg-position\": [{ bg: [...A(), an] }],\n\t\t\t\"bg-repeat\": [{ bg: [\"no-repeat\", { repeat: [\n\t\t\t\t\"\",\n\t\t\t\t\"x\",\n\t\t\t\t\"y\",\n\t\t\t\t\"round\",\n\t\t\t\t\"space\"\n\t\t\t] }] }],\n\t\t\t\"bg-size\": [{ bg: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"cover\",\n\t\t\t\t\"contain\",\n\t\t\t\trn\n\t\t\t] }],\n\t\t\t\"bg-image\": [{ bg: [\n\t\t\t\t\"none\",\n\t\t\t\t{ \"gradient-to\": [\n\t\t\t\t\t\"t\",\n\t\t\t\t\t\"tr\",\n\t\t\t\t\t\"r\",\n\t\t\t\t\t\"br\",\n\t\t\t\t\t\"b\",\n\t\t\t\t\t\"bl\",\n\t\t\t\t\t\"l\",\n\t\t\t\t\t\"tl\"\n\t\t\t\t] },\n\t\t\t\tsn\n\t\t\t] }],\n\t\t\t\"bg-color\": [{ bg: [e] }],\n\t\t\t\"gradient-from-pos\": [{ from: [m] }],\n\t\t\t\"gradient-via-pos\": [{ via: [m] }],\n\t\t\t\"gradient-to-pos\": [{ to: [m] }],\n\t\t\t\"gradient-from\": [{ from: [p] }],\n\t\t\t\"gradient-via\": [{ via: [p] }],\n\t\t\t\"gradient-to\": [{ to: [p] }],\n\t\t\trounded: [{ rounded: [a] }],\n\t\t\t\"rounded-s\": [{ \"rounded-s\": [a] }],\n\t\t\t\"rounded-e\": [{ \"rounded-e\": [a] }],\n\t\t\t\"rounded-t\": [{ \"rounded-t\": [a] }],\n\t\t\t\"rounded-r\": [{ \"rounded-r\": [a] }],\n\t\t\t\"rounded-b\": [{ \"rounded-b\": [a] }],\n\t\t\t\"rounded-l\": [{ \"rounded-l\": [a] }],\n\t\t\t\"rounded-ss\": [{ \"rounded-ss\": [a] }],\n\t\t\t\"rounded-se\": [{ \"rounded-se\": [a] }],\n\t\t\t\"rounded-ee\": [{ \"rounded-ee\": [a] }],\n\t\t\t\"rounded-es\": [{ \"rounded-es\": [a] }],\n\t\t\t\"rounded-tl\": [{ \"rounded-tl\": [a] }],\n\t\t\t\"rounded-tr\": [{ \"rounded-tr\": [a] }],\n\t\t\t\"rounded-br\": [{ \"rounded-br\": [a] }],\n\t\t\t\"rounded-bl\": [{ \"rounded-bl\": [a] }],\n\t\t\t\"border-w\": [{ border: [s] }],\n\t\t\t\"border-w-x\": [{ \"border-x\": [s] }],\n\t\t\t\"border-w-y\": [{ \"border-y\": [s] }],\n\t\t\t\"border-w-s\": [{ \"border-s\": [s] }],\n\t\t\t\"border-w-e\": [{ \"border-e\": [s] }],\n\t\t\t\"border-w-t\": [{ \"border-t\": [s] }],\n\t\t\t\"border-w-r\": [{ \"border-r\": [s] }],\n\t\t\t\"border-w-b\": [{ \"border-b\": [s] }],\n\t\t\t\"border-w-l\": [{ \"border-l\": [s] }],\n\t\t\t\"border-opacity\": [{ \"border-opacity\": [_] }],\n\t\t\t\"border-style\": [{ border: [...j(), \"hidden\"] }],\n\t\t\t\"divide-x\": [{ \"divide-x\": [s] }],\n\t\t\t\"divide-x-reverse\": [\"divide-x-reverse\"],\n\t\t\t\"divide-y\": [{ \"divide-y\": [s] }],\n\t\t\t\"divide-y-reverse\": [\"divide-y-reverse\"],\n\t\t\t\"divide-opacity\": [{ \"divide-opacity\": [_] }],\n\t\t\t\"divide-style\": [{ divide: j() }],\n\t\t\t\"border-color\": [{ border: [i] }],\n\t\t\t\"border-color-x\": [{ \"border-x\": [i] }],\n\t\t\t\"border-color-y\": [{ \"border-y\": [i] }],\n\t\t\t\"border-color-s\": [{ \"border-s\": [i] }],\n\t\t\t\"border-color-e\": [{ \"border-e\": [i] }],\n\t\t\t\"border-color-t\": [{ \"border-t\": [i] }],\n\t\t\t\"border-color-r\": [{ \"border-r\": [i] }],\n\t\t\t\"border-color-b\": [{ \"border-b\": [i] }],\n\t\t\t\"border-color-l\": [{ \"border-l\": [i] }],\n\t\t\t\"divide-color\": [{ divide: [i] }],\n\t\t\t\"outline-style\": [{ outline: [\"\", ...j()] }],\n\t\t\t\"outline-offset\": [{ \"outline-offset\": [Y, Z] }],\n\t\t\t\"outline-w\": [{ outline: [Y, X] }],\n\t\t\t\"outline-color\": [{ outline: [e] }],\n\t\t\t\"ring-w\": [{ ring: ee() }],\n\t\t\t\"ring-w-inset\": [\"ring-inset\"],\n\t\t\t\"ring-color\": [{ ring: [e] }],\n\t\t\t\"ring-opacity\": [{ \"ring-opacity\": [_] }],\n\t\t\t\"ring-offset-w\": [{ \"ring-offset\": [Y, X] }],\n\t\t\t\"ring-offset-color\": [{ \"ring-offset\": [e] }],\n\t\t\tshadow: [{ shadow: [\n\t\t\t\t\"\",\n\t\t\t\t\"inner\",\n\t\t\t\t\"none\",\n\t\t\t\tQ,\n\t\t\t\tcn\n\t\t\t] }],\n\t\t\t\"shadow-color\": [{ shadow: [ln] }],\n\t\t\topacity: [{ opacity: [_] }],\n\t\t\t\"mix-blend\": [{ \"mix-blend\": [\n\t\t\t\t...M(),\n\t\t\t\t\"plus-lighter\",\n\t\t\t\t\"plus-darker\"\n\t\t\t] }],\n\t\t\t\"bg-blend\": [{ \"bg-blend\": M() }],\n\t\t\tfilter: [{ filter: [\"\", \"none\"] }],\n\t\t\tblur: [{ blur: [n] }],\n\t\t\tbrightness: [{ brightness: [r] }],\n\t\t\tcontrast: [{ contrast: [c] }],\n\t\t\t\"drop-shadow\": [{ \"drop-shadow\": [\n\t\t\t\t\"\",\n\t\t\t\t\"none\",\n\t\t\t\tQ,\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\tgrayscale: [{ grayscale: [l] }],\n\t\t\t\"hue-rotate\": [{ \"hue-rotate\": [u] }],\n\t\t\tinvert: [{ invert: [d] }],\n\t\t\tsaturate: [{ saturate: [y] }],\n\t\t\tsepia: [{ sepia: [x] }],\n\t\t\t\"backdrop-filter\": [{ \"backdrop-filter\": [\"\", \"none\"] }],\n\t\t\t\"backdrop-blur\": [{ \"backdrop-blur\": [n] }],\n\t\t\t\"backdrop-brightness\": [{ \"backdrop-brightness\": [r] }],\n\t\t\t\"backdrop-contrast\": [{ \"backdrop-contrast\": [c] }],\n\t\t\t\"backdrop-grayscale\": [{ \"backdrop-grayscale\": [l] }],\n\t\t\t\"backdrop-hue-rotate\": [{ \"backdrop-hue-rotate\": [u] }],\n\t\t\t\"backdrop-invert\": [{ \"backdrop-invert\": [d] }],\n\t\t\t\"backdrop-opacity\": [{ \"backdrop-opacity\": [_] }],\n\t\t\t\"backdrop-saturate\": [{ \"backdrop-saturate\": [y] }],\n\t\t\t\"backdrop-sepia\": [{ \"backdrop-sepia\": [x] }],\n\t\t\t\"border-collapse\": [{ border: [\"collapse\", \"separate\"] }],\n\t\t\t\"border-spacing\": [{ \"border-spacing\": [o] }],\n\t\t\t\"border-spacing-x\": [{ \"border-spacing-x\": [o] }],\n\t\t\t\"border-spacing-y\": [{ \"border-spacing-y\": [o] }],\n\t\t\t\"table-layout\": [{ table: [\"auto\", \"fixed\"] }],\n\t\t\tcaption: [{ caption: [\"top\", \"bottom\"] }],\n\t\t\ttransition: [{ transition: [\n\t\t\t\t\"none\",\n\t\t\t\t\"all\",\n\t\t\t\t\"\",\n\t\t\t\t\"colors\",\n\t\t\t\t\"opacity\",\n\t\t\t\t\"shadow\",\n\t\t\t\t\"transform\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\tduration: [{ duration: I() }],\n\t\t\tease: [{ ease: [\n\t\t\t\t\"linear\",\n\t\t\t\t\"in\",\n\t\t\t\t\"out\",\n\t\t\t\t\"in-out\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\tdelay: [{ delay: I() }],\n\t\t\tanimate: [{ animate: [\n\t\t\t\t\"none\",\n\t\t\t\t\"spin\",\n\t\t\t\t\"ping\",\n\t\t\t\t\"pulse\",\n\t\t\t\t\"bounce\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\ttransform: [{ transform: [\n\t\t\t\t\"\",\n\t\t\t\t\"gpu\",\n\t\t\t\t\"none\"\n\t\t\t] }],\n\t\t\tscale: [{ scale: [b] }],\n\t\t\t\"scale-x\": [{ \"scale-x\": [b] }],\n\t\t\t\"scale-y\": [{ \"scale-y\": [b] }],\n\t\t\trotate: [{ rotate: [en, Z] }],\n\t\t\t\"translate-x\": [{ \"translate-x\": [w] }],\n\t\t\t\"translate-y\": [{ \"translate-y\": [w] }],\n\t\t\t\"skew-x\": [{ \"skew-x\": [S] }],\n\t\t\t\"skew-y\": [{ \"skew-y\": [S] }],\n\t\t\t\"transform-origin\": [{ origin: [\n\t\t\t\t\"center\",\n\t\t\t\t\"top\",\n\t\t\t\t\"top-right\",\n\t\t\t\t\"right\",\n\t\t\t\t\"bottom-right\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"bottom-left\",\n\t\t\t\t\"left\",\n\t\t\t\t\"top-left\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\taccent: [{ accent: [\"auto\", e] }],\n\t\t\tappearance: [{ appearance: [\"none\", \"auto\"] }],\n\t\t\tcursor: [{ cursor: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"default\",\n\t\t\t\t\"pointer\",\n\t\t\t\t\"wait\",\n\t\t\t\t\"text\",\n\t\t\t\t\"move\",\n\t\t\t\t\"help\",\n\t\t\t\t\"not-allowed\",\n\t\t\t\t\"none\",\n\t\t\t\t\"context-menu\",\n\t\t\t\t\"progress\",\n\t\t\t\t\"cell\",\n\t\t\t\t\"crosshair\",\n\t\t\t\t\"vertical-text\",\n\t\t\t\t\"alias\",\n\t\t\t\t\"copy\",\n\t\t\t\t\"no-drop\",\n\t\t\t\t\"grab\",\n\t\t\t\t\"grabbing\",\n\t\t\t\t\"all-scroll\",\n\t\t\t\t\"col-resize\",\n\t\t\t\t\"row-resize\",\n\t\t\t\t\"n-resize\",\n\t\t\t\t\"e-resize\",\n\t\t\t\t\"s-resize\",\n\t\t\t\t\"w-resize\",\n\t\t\t\t\"ne-resize\",\n\t\t\t\t\"nw-resize\",\n\t\t\t\t\"se-resize\",\n\t\t\t\t\"sw-resize\",\n\t\t\t\t\"ew-resize\",\n\t\t\t\t\"ns-resize\",\n\t\t\t\t\"nesw-resize\",\n\t\t\t\t\"nwse-resize\",\n\t\t\t\t\"zoom-in\",\n\t\t\t\t\"zoom-out\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\t\"caret-color\": [{ caret: [e] }],\n\t\t\t\"pointer-events\": [{ \"pointer-events\": [\"none\", \"auto\"] }],\n\t\t\tresize: [{ resize: [\n\t\t\t\t\"none\",\n\t\t\t\t\"y\",\n\t\t\t\t\"x\",\n\t\t\t\t\"\"\n\t\t\t] }],\n\t\t\t\"scroll-behavior\": [{ scroll: [\"auto\", \"smooth\"] }],\n\t\t\t\"scroll-m\": [{ \"scroll-m\": O() }],\n\t\t\t\"scroll-mx\": [{ \"scroll-mx\": O() }],\n\t\t\t\"scroll-my\": [{ \"scroll-my\": O() }],\n\t\t\t\"scroll-ms\": [{ \"scroll-ms\": O() }],\n\t\t\t\"scroll-me\": [{ \"scroll-me\": O() }],\n\t\t\t\"scroll-mt\": [{ \"scroll-mt\": O() }],\n\t\t\t\"scroll-mr\": [{ \"scroll-mr\": O() }],\n\t\t\t\"scroll-mb\": [{ \"scroll-mb\": O() }],\n\t\t\t\"scroll-ml\": [{ \"scroll-ml\": O() }],\n\t\t\t\"scroll-p\": [{ \"scroll-p\": O() }],\n\t\t\t\"scroll-px\": [{ \"scroll-px\": O() }],\n\t\t\t\"scroll-py\": [{ \"scroll-py\": O() }],\n\t\t\t\"scroll-ps\": [{ \"scroll-ps\": O() }],\n\t\t\t\"scroll-pe\": [{ \"scroll-pe\": O() }],\n\t\t\t\"scroll-pt\": [{ \"scroll-pt\": O() }],\n\t\t\t\"scroll-pr\": [{ \"scroll-pr\": O() }],\n\t\t\t\"scroll-pb\": [{ \"scroll-pb\": O() }],\n\t\t\t\"scroll-pl\": [{ \"scroll-pl\": O() }],\n\t\t\t\"snap-align\": [{ snap: [\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"center\",\n\t\t\t\t\"align-none\"\n\t\t\t] }],\n\t\t\t\"snap-stop\": [{ snap: [\"normal\", \"always\"] }],\n\t\t\t\"snap-type\": [{ snap: [\n\t\t\t\t\"none\",\n\t\t\t\t\"x\",\n\t\t\t\t\"y\",\n\t\t\t\t\"both\"\n\t\t\t] }],\n\t\t\t\"snap-strictness\": [{ snap: [\"mandatory\", \"proximity\"] }],\n\t\t\ttouch: [{ touch: [\n\t\t\t\t\"auto\",\n\t\t\t\t\"none\",\n\t\t\t\t\"manipulation\"\n\t\t\t] }],\n\t\t\t\"touch-x\": [{ \"touch-pan\": [\n\t\t\t\t\"x\",\n\t\t\t\t\"left\",\n\t\t\t\t\"right\"\n\t\t\t] }],\n\t\t\t\"touch-y\": [{ \"touch-pan\": [\n\t\t\t\t\"y\",\n\t\t\t\t\"up\",\n\t\t\t\t\"down\"\n\t\t\t] }],\n\t\t\t\"touch-pz\": [\"touch-pinch-zoom\"],\n\t\t\tselect: [{ select: [\n\t\t\t\t\"none\",\n\t\t\t\t\"text\",\n\t\t\t\t\"all\",\n\t\t\t\t\"auto\"\n\t\t\t] }],\n\t\t\t\"will-change\": [{ \"will-change\": [\n\t\t\t\t\"auto\",\n\t\t\t\t\"scroll\",\n\t\t\t\t\"contents\",\n\t\t\t\t\"transform\",\n\t\t\t\tZ\n\t\t\t] }],\n\t\t\tfill: [{ fill: [e, \"none\"] }],\n\t\t\t\"stroke-w\": [{ stroke: [\n\t\t\t\tY,\n\t\t\t\tX,\n\t\t\t\t$t\n\t\t\t] }],\n\t\t\tstroke: [{ stroke: [e, \"none\"] }],\n\t\t\tsr: [\"sr-only\", \"not-sr-only\"],\n\t\t\t\"forced-color-adjust\": [{ \"forced-color-adjust\": [\"auto\", \"none\"] }]\n\t\t},\n\t\tconflictingClassGroups: {\n\t\t\toverflow: [\"overflow-x\", \"overflow-y\"],\n\t\t\toverscroll: [\"overscroll-x\", \"overscroll-y\"],\n\t\t\tinset: [\n\t\t\t\t\"inset-x\",\n\t\t\t\t\"inset-y\",\n\t\t\t\t\"start\",\n\t\t\t\t\"end\",\n\t\t\t\t\"top\",\n\t\t\t\t\"right\",\n\t\t\t\t\"bottom\",\n\t\t\t\t\"left\"\n\t\t\t],\n\t\t\t\"inset-x\": [\"right\", \"left\"],\n\t\t\t\"inset-y\": [\"top\", \"bottom\"],\n\t\t\tflex: [\n\t\t\t\t\"basis\",\n\t\t\t\t\"grow\",\n\t\t\t\t\"shrink\"\n\t\t\t],\n\t\t\tgap: [\"gap-x\", \"gap-y\"],\n\t\t\tp: [\n\t\t\t\t\"px\",\n\t\t\t\t\"py\",\n\t\t\t\t\"ps\",\n\t\t\t\t\"pe\",\n\t\t\t\t\"pt\",\n\t\t\t\t\"pr\",\n\t\t\t\t\"pb\",\n\t\t\t\t\"pl\"\n\t\t\t],\n\t\t\tpx: [\"pr\", \"pl\"],\n\t\t\tpy: [\"pt\", \"pb\"],\n\t\t\tm: [\n\t\t\t\t\"mx\",\n\t\t\t\t\"my\",\n\t\t\t\t\"ms\",\n\t\t\t\t\"me\",\n\t\t\t\t\"mt\",\n\t\t\t\t\"mr\",\n\t\t\t\t\"mb\",\n\t\t\t\t\"ml\"\n\t\t\t],\n\t\t\tmx: [\"mr\", \"ml\"],\n\t\t\tmy: [\"mt\", \"mb\"],\n\t\t\tsize: [\"w\", \"h\"],\n\t\t\t\"font-size\": [\"leading\"],\n\t\t\t\"fvn-normal\": [\n\t\t\t\t\"fvn-ordinal\",\n\t\t\t\t\"fvn-slashed-zero\",\n\t\t\t\t\"fvn-figure\",\n\t\t\t\t\"fvn-spacing\",\n\t\t\t\t\"fvn-fraction\"\n\t\t\t],\n\t\t\t\"fvn-ordinal\": [\"fvn-normal\"],\n\t\t\t\"fvn-slashed-zero\": [\"fvn-normal\"],\n\t\t\t\"fvn-figure\": [\"fvn-normal\"],\n\t\t\t\"fvn-spacing\": [\"fvn-normal\"],\n\t\t\t\"fvn-fraction\": [\"fvn-normal\"],\n\t\t\t\"line-clamp\": [\"display\", \"overflow\"],\n\t\t\trounded: [\n\t\t\t\t\"rounded-s\",\n\t\t\t\t\"rounded-e\",\n\t\t\t\t\"rounded-t\",\n\t\t\t\t\"rounded-r\",\n\t\t\t\t\"rounded-b\",\n\t\t\t\t\"rounded-l\",\n\t\t\t\t\"rounded-ss\",\n\t\t\t\t\"rounded-se\",\n\t\t\t\t\"rounded-ee\",\n\t\t\t\t\"rounded-es\",\n\t\t\t\t\"rounded-tl\",\n\t\t\t\t\"rounded-tr\",\n\t\t\t\t\"rounded-br\",\n\t\t\t\t\"rounded-bl\"\n\t\t\t],\n\t\t\t\"rounded-s\": [\"rounded-ss\", \"rounded-es\"],\n\t\t\t\"rounded-e\": [\"rounded-se\", \"rounded-ee\"],\n\t\t\t\"rounded-t\": [\"rounded-tl\", \"rounded-tr\"],\n\t\t\t\"rounded-r\": [\"rounded-tr\", \"rounded-br\"],\n\t\t\t\"rounded-b\": [\"rounded-br\", \"rounded-bl\"],\n\t\t\t\"rounded-l\": [\"rounded-tl\", \"rounded-bl\"],\n\t\t\t\"border-spacing\": [\"border-spacing-x\", \"border-spacing-y\"],\n\t\t\t\"border-w\": [\n\t\t\t\t\"border-w-s\",\n\t\t\t\t\"border-w-e\",\n\t\t\t\t\"border-w-t\",\n\t\t\t\t\"border-w-r\",\n\t\t\t\t\"border-w-b\",\n\t\t\t\t\"border-w-l\"\n\t\t\t],\n\t\t\t\"border-w-x\": [\"border-w-r\", \"border-w-l\"],\n\t\t\t\"border-w-y\": [\"border-w-t\", \"border-w-b\"],\n\t\t\t\"border-color\": [\n\t\t\t\t\"border-color-s\",\n\t\t\t\t\"border-color-e\",\n\t\t\t\t\"border-color-t\",\n\t\t\t\t\"border-color-r\",\n\t\t\t\t\"border-color-b\",\n\t\t\t\t\"border-color-l\"\n\t\t\t],\n\t\t\t\"border-color-x\": [\"border-color-r\", \"border-color-l\"],\n\t\t\t\"border-color-y\": [\"border-color-t\", \"border-color-b\"],\n\t\t\t\"scroll-m\": [\n\t\t\t\t\"scroll-mx\",\n\t\t\t\t\"scroll-my\",\n\t\t\t\t\"scroll-ms\",\n\t\t\t\t\"scroll-me\",\n\t\t\t\t\"scroll-mt\",\n\t\t\t\t\"scroll-mr\",\n\t\t\t\t\"scroll-mb\",\n\t\t\t\t\"scroll-ml\"\n\t\t\t],\n\t\t\t\"scroll-mx\": [\"scroll-mr\", \"scroll-ml\"],\n\t\t\t\"scroll-my\": [\"scroll-mt\", \"scroll-mb\"],\n\t\t\t\"scroll-p\": [\n\t\t\t\t\"scroll-px\",\n\t\t\t\t\"scroll-py\",\n\t\t\t\t\"scroll-ps\",\n\t\t\t\t\"scroll-pe\",\n\t\t\t\t\"scroll-pt\",\n\t\t\t\t\"scroll-pr\",\n\t\t\t\t\"scroll-pb\",\n\t\t\t\t\"scroll-pl\"\n\t\t\t],\n\t\t\t\"scroll-px\": [\"scroll-pr\", \"scroll-pl\"],\n\t\t\t\"scroll-py\": [\"scroll-pt\", \"scroll-pb\"],\n\t\t\ttouch: [\n\t\t\t\t\"touch-x\",\n\t\t\t\t\"touch-y\",\n\t\t\t\t\"touch-pz\"\n\t\t\t],\n\t\t\t\"touch-x\": [\"touch\"],\n\t\t\t\"touch-y\": [\"touch\"],\n\t\t\t\"touch-pz\": [\"touch\"]\n\t\t},\n\t\tconflictingClassGroupModifiers: { \"font-size\": [\"leading\"] }\n\t};\n}, gn = (e, { cacheSize: t, prefix: n, separator: r, experimentalParseClassName: i, extend: a = {}, override: o = {} }) => {\n\t_n(e, \"cacheSize\", t), _n(e, \"prefix\", n), _n(e, \"separator\", r), _n(e, \"experimentalParseClassName\", i);\n\tfor (let t in o) vn(e[t], o[t]);\n\tfor (let t in a) yn(e[t], a[t]);\n\treturn e;\n}, _n = (e, t, n) => {\n\tn !== void 0 && (e[t] = n);\n}, vn = (e, t) => {\n\tif (t) for (let n in t) _n(e, n, t[n]);\n}, yn = (e, t) => {\n\tif (t) for (let n in t) {\n\t\tlet r = t[n];\n\t\tr !== void 0 && (e[n] = (e[n] || []).concat(r));\n\t}\n}, bn = (e, ...t) => typeof e == \"function\" ? Ut(hn, e, ...t) : Ut(() => gn(hn(), e), ...t), xn = /*#__PURE__*/ Ut(hn), Sn = {\n\ttwMerge: !0,\n\ttwMergeConfig: {},\n\tresponsiveVariants: !1\n}, Cn = (e) => e || void 0, wn = (...e) => Cn(bt(e).filter(Boolean).join(\" \")), Tn = null, $ = {}, En = !1, Dn = (...e) => (t) => t.twMerge ? ((!Tn || En) && (En = !1, Tn = q($) ? xn : bn({\n\t...$,\n\textend: {\n\t\ttheme: $.theme,\n\t\tclassGroups: $.classGroups,\n\t\tconflictingClassGroupModifiers: $.conflictingClassGroupModifiers,\n\t\tconflictingClassGroups: $.conflictingClassGroups,\n\t\t...$.extend\n\t}\n})), Cn(Tn(wn(e)))) : wn(e), On = (e, t) => {\n\tfor (let n in t) e.hasOwnProperty(n) ? e[n] = wn(e[n], t[n]) : e[n] = t[n];\n\treturn e;\n}, kn = (e, t) => {\n\tlet { extend: n = null, slots: r = {}, variants: i = {}, compoundVariants: a = [], compoundSlots: o = [], defaultVariants: s = {} } = e, c = {\n\t\t...Sn,\n\t\t...t\n\t}, l = n != null && n.base ? wn(n.base, e?.base) : e?.base, u = n != null && n.variants && !q(n.variants) ? St(i, n.variants) : i, d = n != null && n.defaultVariants && !q(n.defaultVariants) ? {\n\t\t...n.defaultVariants,\n\t\t...s\n\t} : s;\n\t!q(c.twMergeConfig) && !vt(c.twMergeConfig, $) && (En = !0, $ = c.twMergeConfig);\n\tlet f = q(n?.slots), p = q(r) ? {} : {\n\t\tbase: wn(e?.base, f && n?.base),\n\t\t...r\n\t}, m = f ? p : On({ ...n?.slots }, q(p) ? { base: e?.base } : p), h = q(n?.compoundVariants) ? a : xt(n?.compoundVariants, a), g = (e) => {\n\t\tif (q(u) && q(r) && f) return Dn(l, e?.class, e?.className)(c);\n\t\tif (h && !Array.isArray(h)) throw TypeError(`The \"compoundVariants\" prop must be an array. Received: ${typeof h}`);\n\t\tif (o && !Array.isArray(o)) throw TypeError(`The \"compoundSlots\" prop must be an array. Received: ${typeof o}`);\n\t\tlet t = (e, t, n = [], r) => {\n\t\t\tlet i = n;\n\t\t\tif (typeof t == \"string\") i = i.concat(Ct(t).split(\" \").map((t) => `${e}:${t}`));\n\t\t\telse if (Array.isArray(t)) i = i.concat(t.reduce((t, n) => t.concat(`${e}:${n}`), []));\n\t\t\telse if (typeof t == \"object\" && typeof r == \"string\") {\n\t\t\t\tfor (let n in t) if (t.hasOwnProperty(n) && n === r) {\n\t\t\t\t\tlet a = t[n];\n\t\t\t\t\tif (a && typeof a == \"string\") {\n\t\t\t\t\t\tlet t = Ct(a);\n\t\t\t\t\t\ti[r] ? i[r] = i[r].concat(t.split(\" \").map((t) => `${e}:${t}`)) : i[r] = t.split(\" \").map((t) => `${e}:${t}`);\n\t\t\t\t\t} else Array.isArray(a) && a.length > 0 && (i[r] = a.reduce((t, n) => t.concat(`${e}:${n}`), []));\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn i;\n\t\t}, n = (n, r = u, i = null, a = null) => {\n\t\t\tlet o = r[n];\n\t\t\tif (!o || q(o)) return null;\n\t\t\tlet s = a?.[n] ?? e?.[n];\n\t\t\tif (s === null) return null;\n\t\t\tlet l = _t(s), f = Array.isArray(c.responsiveVariants) && c.responsiveVariants.length > 0 || c.responsiveVariants === !0, p = d?.[n], m = [];\n\t\t\tif (typeof l == \"object\" && f) for (let [e, n] of Object.entries(l)) {\n\t\t\t\tlet r = o[n];\n\t\t\t\tif (e === \"initial\") {\n\t\t\t\t\tp = n;\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t\tArray.isArray(c.responsiveVariants) && !c.responsiveVariants.includes(e) || (m = t(e, r, m, i));\n\t\t\t}\n\t\t\tlet h = o[(l != null && typeof l != \"object\" ? l : _t(p)) || \"false\"];\n\t\t\treturn typeof m == \"object\" && typeof i == \"string\" && m[i] ? On(m, h) : m.length > 0 ? (m.push(h), i === \"base\" ? m.join(\" \") : m) : h;\n\t\t}, i = () => u ? Object.keys(u).map((e) => n(e, u)) : null, a = (e, t) => {\n\t\t\tif (!u || typeof u != \"object\") return null;\n\t\t\tlet r = [];\n\t\t\tfor (let i in u) {\n\t\t\t\tlet a = n(i, u, e, t), o = e === \"base\" && typeof a == \"string\" ? a : a && a[e];\n\t\t\t\to && (r[r.length] = o);\n\t\t\t}\n\t\t\treturn r;\n\t\t}, s = {};\n\t\tfor (let t in e) e[t] !== void 0 && (s[t] = e[t]);\n\t\tlet p = (t, n) => {\n\t\t\tlet r = typeof e?.[t] == \"object\" ? { [t]: e[t]?.initial } : {};\n\t\t\treturn {\n\t\t\t\t...d,\n\t\t\t\t...s,\n\t\t\t\t...r,\n\t\t\t\t...n\n\t\t\t};\n\t\t}, g = (e = [], t) => {\n\t\t\tlet n = [];\n\t\t\tfor (let { class: r, className: i, ...a } of e) {\n\t\t\t\tlet e = !0;\n\t\t\t\tfor (let [n, r] of Object.entries(a)) {\n\t\t\t\t\tlet i = p(n, t)[n];\n\t\t\t\t\tif (Array.isArray(r)) {\n\t\t\t\t\t\tif (!r.includes(i)) {\n\t\t\t\t\t\t\te = !1;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tlet t = (e) => e == null || e === !1;\n\t\t\t\t\t\tif (t(r) && t(i)) continue;\n\t\t\t\t\t\tif (i !== r) {\n\t\t\t\t\t\t\te = !1;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\te && (r && n.push(r), i && n.push(i));\n\t\t\t}\n\t\t\treturn n;\n\t\t}, _ = (e) => {\n\t\t\tlet t = g(h, e);\n\t\t\tif (!Array.isArray(t)) return t;\n\t\t\tlet n = {};\n\t\t\tfor (let e of t) if (typeof e == \"string\" && (n.base = Dn(n.base, e)(c)), typeof e == \"object\") for (let [t, r] of Object.entries(e)) n[t] = Dn(n[t], r)(c);\n\t\t\treturn n;\n\t\t}, v = (e) => {\n\t\t\tif (o.length < 1) return null;\n\t\t\tlet t = {};\n\t\t\tfor (let { slots: n = [], class: r, className: i, ...a } of o) {\n\t\t\t\tif (!q(a)) {\n\t\t\t\t\tlet t = !0;\n\t\t\t\t\tfor (let n of Object.keys(a)) {\n\t\t\t\t\t\tlet r = p(n, e)[n];\n\t\t\t\t\t\tif (r === void 0 || (Array.isArray(a[n]) ? !a[n].includes(r) : a[n] !== r)) {\n\t\t\t\t\t\t\tt = !1;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (!t) continue;\n\t\t\t\t}\n\t\t\t\tfor (let e of n) t[e] = t[e] || [], t[e].push([r, i]);\n\t\t\t}\n\t\t\treturn t;\n\t\t};\n\t\tif (!q(r) || !f) {\n\t\t\tlet e = {};\n\t\t\tif (typeof m == \"object\" && !q(m)) for (let t of Object.keys(m)) e[t] = (e) => Dn(m[t], a(t, e), (_(e) ?? [])[t], (v(e) ?? [])[t], e?.class, e?.className)(c);\n\t\t\treturn e;\n\t\t}\n\t\treturn Dn(l, i(), g(h), e?.class, e?.className)(c);\n\t};\n\treturn g.variantKeys = (() => {\n\t\tif (!(!u || typeof u != \"object\")) return Object.keys(u);\n\t})(), g.extend = n, g.base = l, g.slots = m, g.variants = u, g.defaultVariants = d, g.compoundSlots = o, g.compoundVariants = h, g;\n}, An = kn({\n\tbase: [\"preflight rounded typography-button relative flex items-center justify-center gap-2 border border-transparent group/button\", \"focus-visible:outline outline-1 outline-offset-1 outline-clr-primary\"],\n\tslots: {\n\t\ticon: \"\",\n\t\tloader: \"absolute\",\n\t\tcontentWrapper: \"flex items-center justify-center gap-2\"\n\t},\n\tvariants: {\n\t\tvariant: {\n\t\t\tprimary: {},\n\t\t\tsecondary: {},\n\t\t\ttertiary: {}\n\t\t},\n\t\tdisabled: {\n\t\t\ttrue: \"\",\n\t\t\tfalse: \"\"\n\t\t},\n\t\tcontentWidth: {\n\t\t\ttrue: \"\",\n\t\t\tfalse: \"\"\n\t\t},\n\t\tsize: {\n\t\t\tsmall: \"\",\n\t\t\tmedium: \"\",\n\t\t\tlarge: \"\"\n\t\t},\n\t\tlink: {\n\t\t\ttrue: \"\",\n\t\t\tfalse: \"\"\n\t\t},\n\t\tinverted: {\n\t\t\ttrue: \"\",\n\t\t\tfalse: \"\"\n\t\t},\n\t\ticonPosition: {\n\t\t\tstart: \"\",\n\t\t\tend: \"flex-row-reverse\"\n\t\t},\n\t\tloading: {\n\t\t\ttrue: { contentWrapper: \"invisible\" },\n\t\t\tfalse: \"\"\n\t\t},\n\t\ticonButton: {\n\t\t\ttrue: \"\",\n\t\t\tfalse: \"py-[0.4375rem]\"\n\t\t}\n\t},\n\tcompoundVariants: [\n\t\t{\n\t\t\tvariant: \"primary\",\n\t\t\tinverted: !1,\n\t\t\tclass: {\n\t\t\t\tbase: \"bg-clr-primary text-clr-on-primary-high\",\n\t\t\t\ticon: \"fill-clr-on-primary-high\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"primary\",\n\t\t\tinverted: !0,\n\t\t\tclass: {\n\t\t\t\tbase: \"bg-clr-primary-inverse text-clr-on-primary-high-inverse\",\n\t\t\t\ticon: \"fill-clr-on-primary-high-inverse\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"primary\",\n\t\t\tdisabled: !0,\n\t\t\tinverted: !1,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-disabled bg-clr-bg-disabled\",\n\t\t\t\ticon: \"fill-clr-disabled\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"primary\",\n\t\t\tdisabled: !1,\n\t\t\tinverted: !1,\n\t\t\tclass: { base: \"hover:bg-clr-on-bg-low active:bg-clr-on-bg-low\" }\n\t\t},\n\t\t{\n\t\t\tvariant: \"primary\",\n\t\t\tdisabled: !0,\n\t\t\tinverted: !0,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-disabled-inverse bg-clr-bg-disabled-inverse\",\n\t\t\t\ticon: \"fill-clr-disabled-inverse\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"primary\",\n\t\t\tdisabled: !1,\n\t\t\tinverted: !0,\n\t\t\tclass: { base: \"hover:bg-clr-on-bg-low-inverse active:bg-clr-on-bg-low-inverse\" }\n\t\t},\n\t\t{\n\t\t\tvariant: \"secondary\",\n\t\t\tinverted: !1,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-primary border-clr-primary\",\n\t\t\t\ticon: \"fill-clr-primary\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"secondary\",\n\t\t\tinverted: !0,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-primary-inverse border-clr-primary-inverse\",\n\t\t\t\ticon: \"fill-clr-primary-inverse\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"secondary\",\n\t\t\tdisabled: !0,\n\t\t\tinverted: !1,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-disabled border-clr-disabled\",\n\t\t\t\ticon: \"fill-clr-disabled\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"secondary\",\n\t\t\tdisabled: !1,\n\t\t\tinverted: !1,\n\t\t\tclass: {\n\t\t\t\tbase: \"hover:text-clr-on-bg-low hover:border-clr-on-bg-low active:text-clr-on-bg-low active:border-clr-on-bg-low\",\n\t\t\t\ticon: \"group-hover/button:fill-clr-on-bg-low group-active/button:fill-clr-on-bg-low\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"secondary\",\n\t\t\tdisabled: !0,\n\t\t\tinverted: !0,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-disabled-inverse border-clr-disabled-inverse\",\n\t\t\t\ticon: \"fill-clr-disabled-inverse\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"secondary\",\n\t\t\tdisabled: !1,\n\t\t\tinverted: !0,\n\t\t\tclass: {\n\t\t\t\tbase: \"hover:text-clr-on-bg-low-inverse hover:border-clr-on-bg-low-inverse active:text-clr-on-bg-low-inverse active:border-clr-on-bg-low-inverse\",\n\t\t\t\ticon: \"group-hover/button:fill-clr-on-bg-low-inverse group-active/button:fill-clr-on-bg-low-inverse\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"tertiary\",\n\t\t\tinverted: !1,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-primary\",\n\t\t\t\ticon: \"fill-clr-primary\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"tertiary\",\n\t\t\tinverted: !0,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-primary-inverse\",\n\t\t\t\ticon: \"fill-clr-primary-inverse\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"tertiary\",\n\t\t\tdisabled: !0,\n\t\t\tinverted: !1,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-disabled\",\n\t\t\t\ticon: \"fill-clr-disabled\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"tertiary\",\n\t\t\tdisabled: !1,\n\t\t\tinverted: !1,\n\t\t\tclass: {\n\t\t\t\tbase: \"hover:text-clr-on-bg-low active:text-clr-on-bg-low\",\n\t\t\t\ticon: \"group-hover/button:fill-clr-on-bg-low group-active/button:fill-clr-on-bg-low\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"tertiary\",\n\t\t\tdisabled: !0,\n\t\t\tinverted: !0,\n\t\t\tclass: {\n\t\t\t\tbase: \"text-clr-disabled-inverse\",\n\t\t\t\ticon: \"fill-clr-disabled-inverse\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tvariant: \"tertiary\",\n\t\t\tdisabled: !1,\n\t\t\tinverted: !0,\n\t\t\tclass: {\n\t\t\t\tbase: \"hover:text-clr-on-bg-low-inverse active:text-clr-on-bg-low-inverse\",\n\t\t\t\ticon: \"group-hover/button:fill-clr-on-bg-low-inverse group-active/button:fill-clr-on-bg-low-inverse\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tcontentWidth: !1,\n\t\t\ticonButton: !1,\n\t\t\tclass: \"w-full\"\n\t\t},\n\t\t{\n\t\t\tcontentWidth: !0,\n\t\t\tlink: !0,\n\t\t\tclass: \"w-fit\"\n\t\t},\n\t\t{\n\t\t\ticonButton: !1,\n\t\t\tvariant: [\"primary\", \"secondary\"],\n\t\t\tclass: \"px-4\"\n\t\t},\n\t\t{\n\t\t\ticonButton: !1,\n\t\t\tsize: \"medium\",\n\t\t\tclass: { icon: \"w-4 h-4\" }\n\t\t},\n\t\t{\n\t\t\ticonButton: !1,\n\t\t\tsize: \"large\",\n\t\t\tclass: {\n\t\t\t\tbase: \"py-[0.9375rem]\",\n\t\t\t\ticon: \"w-4 h-4\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\ticonButton: !0,\n\t\t\tsize: \"small\",\n\t\t\tclass: {\n\t\t\t\tbase: \"p-[0.1875rem]\",\n\t\t\t\ticon: \"w-4 h-4\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\ticonButton: !0,\n\t\t\tsize: \"medium\",\n\t\t\tvariant: [\"primary\", \"secondary\"],\n\t\t\tclass: {\n\t\t\t\tbase: \"p-[0.4375rem]\",\n\t\t\t\ticon: \"w-4 h-4\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\ticonButton: !0,\n\t\t\tsize: \"medium\",\n\t\t\tvariant: \"tertiary\",\n\t\t\tclass: {\n\t\t\t\tbase: \"p-[0.1875rem]\",\n\t\t\t\ticon: \"w-6 h-6\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\ticonButton: !0,\n\t\t\tsize: \"large\",\n\t\t\tclass: {\n\t\t\t\tbase: \"p-[0.6875rem]\",\n\t\t\t\ticon: \"w-6 h-6\"\n\t\t\t}\n\t\t}\n\t]\n}), jn = ({ id: e, children: t, size: n = \"medium\", disabled: r = !1, variant: i = \"primary\", contentWidth: c = !1, loading: l = !1, icon: u, iconPosition: d = \"start\", iconButton: f = !1, tabIndex: p, className: m = \"\", componentName: h, inverted: g = !1, ..._ }) => {\n\tlet v = r || l, y = _.link, { base: b, icon: x, contentWrapper: S, loader: C } = An({\n\t\tsize: n,\n\t\tcontentWidth: c,\n\t\tdisabled: v,\n\t\ticonPosition: d,\n\t\tvariant: i,\n\t\tloading: l,\n\t\ticonButton: f,\n\t\tlink: y,\n\t\tinverted: g\n\t}), w = /* @__PURE__ */ s(a, { children: [u && /* @__PURE__ */ o(we, {\n\t\tvariant: u,\n\t\tclassName: x()\n\t}), f ? void 0 : t] }), T = w;\n\tl && (T = /* @__PURE__ */ s(a, { children: [/* @__PURE__ */ o(\"span\", {\n\t\tclassName: S(),\n\t\tchildren: w\n\t}), /* @__PURE__ */ o(\"span\", {\n\t\tclassName: C(),\n\t\tchildren: /* @__PURE__ */ o(Te, { edgeLength: f ? \"1.25rem\" : \"1rem\" })\n\t})] }));\n\tlet E;\n\tif (f && (E = t || \"Icon\"), y) {\n\t\tlet { onClick: e, ref: t, href: r = \"#\", rel: a, target: s } = _;\n\t\treturn /* @__PURE__ */ o(\"a\", {\n\t\t\tclassName: gt(b(), m),\n\t\t\thref: r,\n\t\t\trel: a,\n\t\t\ttarget: s,\n\t\t\tonClick: e,\n\t\t\ttabIndex: p,\n\t\t\t\"aria-label\": E,\n\t\t\t\"data-bpds\": h,\n\t\t\t\"data-bpds-icon\": u,\n\t\t\t\"data-bpds-size\": n,\n\t\t\t\"data-bpds-content-width\": h === \"icon-button\" ? void 0 : c,\n\t\t\t\"data-bpds-inverted\": g,\n\t\t\t\"data-bpds-variant\": i,\n\t\t\tref: t,\n\t\t\tchildren: T\n\t\t});\n\t} else {\n\t\tlet { onClick: t, ref: r, type: a = \"button\", form: s } = _;\n\t\treturn /* @__PURE__ */ o(\"button\", {\n\t\t\tid: e,\n\t\t\ttype: a,\n\t\t\tclassName: gt(b(), m),\n\t\t\tdisabled: v,\n\t\t\tonClick: t,\n\t\t\ttabIndex: p,\n\t\t\t\"aria-label\": E,\n\t\t\t\"data-bpds\": h,\n\t\t\t\"data-bpds-icon\": u,\n\t\t\t\"data-bpds-size\": n,\n\t\t\t\"data-bpds-content-width\": h === \"icon-button\" ? void 0 : c,\n\t\t\t\"data-bpds-variant\": i,\n\t\t\tform: s,\n\t\t\tref: r,\n\t\t\tchildren: T\n\t\t});\n\t}\n}, Mn = kn({\n\tbase: \"preflight typography-input-text flex gap-2 items-start py-3 text-clr-on-bg-high relative\",\n\tslots: {\n\t\tinput: [\"appearance-none relative w-6 h-6 rounded-sm border text-current cursor-pointer shrink-0\", \"focus-visible:outline focus-visible:outline-current focus-visible:outline-1 focus-visible:outline-offset-2\"],\n\t\ticon: \"w-[1.125rem] h-[1.125rem] absolute m-0.75 fill-current\"\n\t},\n\tvariants: {\n\t\tdisabled: {\n\t\t\ttrue: {\n\t\t\t\tbase: \"text-clr-disabled border-clr-disabled\",\n\t\t\t\tinput: \"bg-clr-bg-disabled\",\n\t\t\t\ticon: \"fill-clr-disabled\"\n\t\t\t},\n\t\t\tfalse: { base: \"hover:cursor-pointer hover:text-clr-on-bg-low\" }\n\t\t},\n\t\terror: { true: {\n\t\t\tinput: \"border-clr-fg-error bg-clr-bg-error [&:checked::after]:bg-clr-fg-error\",\n\t\t\ticon: \"fill-clr-fg-error\"\n\t\t} }\n\t}\n}), Nn = ({ label: e, name: t, onChange: n, onBlur: r, id: a, value: c = e, required: l, disabled: u, error: d, errorText: f, helperText: p, helperTextId: m, errorTextId: h, rootRef: g, describedBy: _, ...v }) => {\n\tlet { base: y, input: b, icon: x } = Mn({\n\t\tdisabled: u,\n\t\terror: d\n\t}), S = \"defaultChecked\" in v, C = v.checked, [w, T] = i(() => S ? v.defaultChecked : C), E = S ? w : C, D;\n\treturn p && (D = m), d && f && (D = D ? D + \" \" + h : h), _ && (D = D ? D + \" \" + _ : _), /* @__PURE__ */ s(\"label\", {\n\t\tclassName: y(),\n\t\ttabIndex: -1,\n\t\tchildren: [\n\t\t\t/* @__PURE__ */ o(\"input\", {\n\t\t\t\tclassName: b(),\n\t\t\t\ttype: \"checkbox\",\n\t\t\t\tchecked: E,\n\t\t\t\tonChange: (e) => {\n\t\t\t\t\tlet t = e.currentTarget.checked;\n\t\t\t\t\tS && T(t), n?.(t);\n\t\t\t\t},\n\t\t\t\tonBlur: (e) => {\n\t\t\t\t\tif (r) {\n\t\t\t\t\t\tif (e.relatedTarget?.contains(e.currentTarget)) {\n\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tr();\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tvalue: c,\n\t\t\t\tid: a,\n\t\t\t\tname: t,\n\t\t\t\tdisabled: u,\n\t\t\t\tref: g,\n\t\t\t\trequired: l,\n\t\t\t\t\"aria-invalid\": d ? \"true\" : void 0,\n\t\t\t\t\"aria-describedby\": D\n\t\t\t}),\n\t\t\te,\n\t\t\tE && /* @__PURE__ */ o(we, {\n\t\t\t\tvariant: \"check-bold\",\n\t\t\t\tclassName: x()\n\t\t\t})\n\t\t]\n\t});\n}, Pn = kn({\n\tbase: \"preflight typography-input-helper-text w-full inline-block\",\n\tvariants: { type: {\n\t\tdescription: \"text-clr-on-bg-mid\",\n\t\terror: \"text-clr-fg-error\"\n\t} }\n}), Fn = ({ id: e, children: t, type: n = \"description\" }) => /* @__PURE__ */ o(\"p\", {\n\tid: e,\n\tclassName: Pn({ type: n }),\n\tchildren: t\n}), In = kn({ base: \"preflight flex flex-col gap-1 w-full\" }), Ln = ({ helperText: e, helperTextId: t, error: n = !1, errorText: r, errorTextId: i, className: a = \"\" }) => /* @__PURE__ */ s(\"div\", {\n\tclassName: `${In()} ${a}`,\n\tchildren: [e && /* @__PURE__ */ o(Fn, {\n\t\tid: t,\n\t\tchildren: e\n\t}), n && r && /* @__PURE__ */ o(Fn, {\n\t\tid: i,\n\t\ttype: \"error\",\n\t\tchildren: r\n\t})]\n});\n//#endregion\n//#region ../../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.3_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-compose-refs/dist/index.mjs\nfunction Rn(e, t) {\n\tif (typeof e == \"function\") return e(t);\n\te != null && (e.current = t);\n}\nfunction zn(...e) {\n\treturn (t) => {\n\t\tlet n = !1, r = e.map((e) => {\n\t\t\tlet r = Rn(e, t);\n\t\t\treturn !n && typeof r == \"function\" && (n = !0), r;\n\t\t});\n\t\tif (n) return () => {\n\t\t\tfor (let t = 0; t < r.length; t++) {\n\t\t\t\tlet n = r[t];\n\t\t\t\ttypeof n == \"function\" ? n() : Rn(e[t], null);\n\t\t\t}\n\t\t};\n\t};\n}\nfunction Bn(...t) {\n\treturn e.useCallback(zn(...t), t);\n}\n//#endregion\n//#region ../../node_modules/.pnpm/@radix-ui+react-slot@1.3.0_@types+react@19.2.17_react@19.2.8/node_modules/@radix-ui/react-slot/dist/index.mjs\n// @__NO_SIDE_EFFECTS__\nfunction Vn(t) {\n\tlet n = e.forwardRef((n, r) => {\n\t\tlet { children: i, ...a } = n, o = null, s = !1, c = [];\n\t\tJn(i) && typeof Qn == \"function\" && (i = Qn(i._payload)), e.Children.forEach(i, (e) => {\n\t\t\tif (Kn(e)) {\n\t\t\t\ts = !0;\n\t\t\t\tlet t = e, n = \"child\" in t.props ? t.props.child : t.props.children;\n\t\t\t\tJn(n) && typeof Qn == \"function\" && (n = Qn(n._payload)), o = Un(t, n), c.push(o?.props?.children);\n\t\t\t} else c.push(e);\n\t\t}), o ? o = e.cloneElement(o, void 0, c) : !s && e.Children.count(i) === 1 && e.isValidElement(i) && (o = i);\n\t\tlet l = o ? Gn(o) : void 0, u = Bn(r, l);\n\t\tif (!o) {\n\t\t\tif (i || i === 0) throw Error(s ? Zn(t) : Xn(t));\n\t\t\treturn i;\n\t\t}\n\t\tlet d = Wn(a, o.props ?? {});\n\t\treturn o.type !== e.Fragment && (d.ref = r ? u : l), e.cloneElement(o, d);\n\t});\n\treturn n.displayName = `${t}.Slot`, n;\n}\nvar Hn = Symbol.for(\"radix.slottable\"), Un = (t, n) => {\n\tif (\"child\" in t.props) {\n\t\tlet n = t.props.child;\n\t\treturn e.isValidElement(n) ? e.cloneElement(n, void 0, t.props.children(n.props.children)) : null;\n\t}\n\treturn e.isValidElement(n) ? n : null;\n};\nfunction Wn(e, t) {\n\tlet n = { ...t };\n\tfor (let r in t) {\n\t\tlet i = e[r], a = t[r];\n\t\t/^on[A-Z]/.test(r) ? i && a ? n[r] = (...e) => {\n\t\t\tlet t = a(...e);\n\t\t\treturn i(...e), t;\n\t\t} : i && (n[r] = i) : r === \"style\" ? n[r] = {\n\t\t\t...i,\n\t\t\t...a\n\t\t} : r === \"className\" && (n[r] = [i, a].filter(Boolean).join(\" \"));\n\t}\n\treturn {\n\t\t...e,\n\t\t...n\n\t};\n}\nfunction Gn(e) {\n\tlet t = Object.getOwnPropertyDescriptor(e.props, \"ref\")?.get, n = t && \"isReactWarning\" in t && t.isReactWarning;\n\treturn n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, \"ref\")?.get, n = t && \"isReactWarning\" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);\n}\nfunction Kn(t) {\n\treturn e.isValidElement(t) && typeof t.type == \"function\" && \"__radixId\" in t.type && t.type.__radixId === Hn;\n}\nvar qn = Symbol.for(\"react.lazy\");\nfunction Jn(e) {\n\treturn typeof e == \"object\" && !!e && \"$$typeof\" in e && e.$$typeof === qn && \"_payload\" in e && Yn(e._payload);\n}\nfunction Yn(e) {\n\treturn typeof e == \"object\" && !!e && \"then\" in e;\n}\nvar Xn = (e) => `${e} failed to slot onto its children. Expected a single React element child or \\`Slottable\\`.`, Zn = (e) => `${e} failed to slot onto its \\`Slottable\\`. Expected \\`Slottable\\` to receive a single React element child.`, Qn = e.use, $n = [\n\t\"a\",\n\t\"button\",\n\t\"div\",\n\t\"form\",\n\t\"h2\",\n\t\"h3\",\n\t\"img\",\n\t\"input\",\n\t\"label\",\n\t\"li\",\n\t\"nav\",\n\t\"ol\",\n\t\"p\",\n\t\"select\",\n\t\"span\",\n\t\"svg\",\n\t\"ul\"\n].reduce((t, n) => {\n\tlet r = /* @__PURE__ */ Vn(`Primitive.${n}`), i = e.forwardRef((e, t) => {\n\t\tlet { asChild: i, ...a } = e, s = i ? r : n;\n\t\treturn typeof window < \"u\" && (window[Symbol.for(\"radix-ui\")] = !0), /* @__PURE__ */ o(s, {\n\t\t\t...a,\n\t\t\tref: t\n\t\t});\n\t});\n\treturn i.displayName = `Primitive.${n}`, {\n\t\t...t,\n\t\t[n]: i\n\t};\n}, {}), er = Object.defineProperty, tr = /* @__PURE__ */ e.forwardRef(/* @__PURE__ */ ((e, t) => er(e, \"name\", {\n\tvalue: t,\n\tconfigurable: !0\n}))(function(e, t) {\n\treturn /* @__PURE__ */ o($n.label, {\n\t\t...e,\n\t\tref: t,\n\t\tonMouseDown: (t) => {\n\t\t\tt.target.closest(\"button, input, select, textarea\") || (e.onMouseDown?.(t), !t.defaultPrevented && t.detail > 1 && t.preventDefault());\n\t\t}\n\t});\n}, \"Label\")), nr = kn({\n\tslots: {\n\t\troot: [\n\t\t\t\"preflight relative text-clr-primary fill-clr-primary pt-5\",\n\t\t\t\"[&_.input]:placeholder:typography-caption [&_.input]:text-ellipsis\",\n\t\t\t\"[&_.input]:placeholder:text-clr-on-bg-mid [&_.input]:placeholder:truncate\",\n\t\t\t\"[&_.input]:caret-clr-primary\",\n\t\t\t\"group\"\n\t\t],\n\t\tinputWrapper: \"relative border border-clr-primary rounded-sm group/input-wrapper\",\n\t\tinputLabel: [\n\t\t\t\"absolute start-0 duration-300 px-1.5 mx-1.5\",\n\t\t\t\"top-[2.0625rem]\",\n\t\t\t\"inline-block truncate max-w-[calc(100%-0.75rem)]\",\n\t\t\t\"pointer-events-none\",\n\t\t\t\"group-has-[input:autofill]:-translate-y-8\",\n\t\t\t\"group-has-[input:autofill]:typography-input-label\"\n\t\t],\n\t\thelperTextSection: \"\",\n\t\tstateIndicator: [\"hidden absolute bottom-0 start-0 w-full bg-clr-primary\", \"group-focus-within/input-wrapper:h-0.75 group-focus-within/input-wrapper:block\"]\n\t},\n\tvariants: {\n\t\tlabelFloated: {\n\t\t\ttrue: { inputLabel: \"typography-input-label -translate-y-8\" },\n\t\t\tfalse: { inputLabel: \"typography-input-text\" }\n\t\t},\n\t\tdisabled: {\n\t\t\ttrue: {\n\t\t\t\troot: \"text-clr-disabled fill-clr-disabled pointer-events-none [&_.input]:placeholder:text-clr-disabled\",\n\t\t\t\tinputWrapper: \"border-clr-disabled\",\n\t\t\t\tinputLabel: \"text-clr-disabled\"\n\t\t\t},\n\t\t\tfalse: { stateIndicator: [\"group-hover/input-wrapper:h-0.25 group-hover/input-wrapper:block\", \"group-hover:group-focus-within/input-wrapper:h-0.75 group-hover:group-focus-within/input-wrapper:block\"] }\n\t\t},\n\t\terror: { true: {\n\t\t\troot: \"text-clr-fg-error fill-clr-fg-error [&_.input]:caret-clr-fg-error [&_.input]:caret-clr-fg-error\",\n\t\t\tinputWrapper: \"border-clr-fg-error\",\n\t\t\tinputLabel: \"text-clr-fg-error\",\n\t\t\tstateIndicator: \"bg-clr-fg-error\"\n\t\t} },\n\t\tcomponentName: {\n\t\t\tselect: { inputWrapper: \"has-[[data-radix-popper-side=top]]:rounded-t-none has-[[data-radix-popper-side=bottom]]:rounded-b-none\" },\n\t\t\t\"password-field\": \"\",\n\t\t\t\"text-field\": \"\",\n\t\t\t\"search-field\": \"\",\n\t\t\ttextarea: \"\"\n\t\t},\n\t\thelperTextSectionVisible: {\n\t\t\ttrue: { helperTextSection: \"mt-1 px-3\" },\n\t\t\tfalse: {}\n\t\t}\n\t},\n\tcompoundVariants: [{\n\t\tlabelFloated: !1,\n\t\tcomponentName: [\n\t\t\t\"select\",\n\t\t\t\"search-field\",\n\t\t\t\"password-field\"\n\t\t],\n\t\tclass: { inputLabel: \"pe-7\" }\n\t}]\n}), rr = ({ children: e, id: t, label: n, labelFloated: r, disabled: i, required: a, componentName: c, helperText: l, helperTextId: u, error: d, errorText: f, errorTextId: p, labelClassName: m = \"\" }) => {\n\tlet { root: h, inputWrapper: g, inputLabel: _, helperTextSection: v, stateIndicator: y } = nr({\n\t\tlabelFloated: r,\n\t\tdisabled: i,\n\t\terror: d,\n\t\tcomponentName: c,\n\t\thelperTextSectionVisible: !!(l || d && f)\n\t});\n\treturn /* @__PURE__ */ s(\"div\", {\n\t\tclassName: h(),\n\t\t\"data-bpds\": c,\n\t\tchildren: [\n\t\t\t/* @__PURE__ */ s(\"div\", {\n\t\t\t\tclassName: g(),\n\t\t\t\t\"aria-disabled\": i,\n\t\t\t\tchildren: [e, /* @__PURE__ */ o(\"div\", { className: y() })]\n\t\t\t}),\n\t\t\t/* @__PURE__ */ s(tr, {\n\t\t\t\thtmlFor: t,\n\t\t\t\tclassName: `${_()} ${m}`,\n\t\t\t\tchildren: [n, a && /* @__PURE__ */ o(\"span\", {\n\t\t\t\t\t\"aria-hidden\": \"true\",\n\t\t\t\t\tchildren: \"*\"\n\t\t\t\t})]\n\t\t\t}),\n\t\t\t/* @__PURE__ */ o(Ln, {\n\t\t\t\tclassName: v(),\n\t\t\t\thelperText: l,\n\t\t\t\thelperTextId: u,\n\t\t\t\terror: d,\n\t\t\t\terrorText: f,\n\t\t\t\terrorTextId: p\n\t\t\t})\n\t\t]\n\t});\n}, ir = kn({\n\tbase: \"preflight min-w-0\",\n\tslots: { label: \"typography-input-label text-clr-on-bg-mid truncate inline-block w-full\" },\n\tvariants: { horizontalPadding: { true: { base: \"px-3\" } } }\n}), ar = ({ label: e, children: t, error: n = !1, errorText: i = \"\", disabled: a = !1, helperText: c = \"\", required: l = !1, divider: u = !1, horizontalPadding: d = !1, \"aria-label\": f, \"aria-labelledby\": p, componentName: m }) => {\n\tlet { base: h, label: g } = ir({ horizontalPadding: d }), _ = r(), v = r(), y;\n\treturn c && (y = _), n && i && (y = y ? y + \" \" + v : v), /* @__PURE__ */ s(\"fieldset\", {\n\t\tclassName: h(),\n\t\tdisabled: a,\n\t\t\"data-bpds\": m,\n\t\t\"data-bpds-has-divider\": u ? \"true\" : \"false\",\n\t\t\"data-bpds-has-horizontal-padding\": d ? \"true\" : \"false\",\n\t\t\"aria-describedby\": y,\n\t\t\"aria-invalid\": n ? \"true\" : void 0,\n\t\t\"aria-label\": f,\n\t\t\"aria-labelledby\": p,\n\t\tchildren: [\n\t\t\te && /* @__PURE__ */ s(\"legend\", {\n\t\t\t\tclassName: g(),\n\t\t\t\tchildren: [e, l && /* @__PURE__ */ o(\"span\", { children: \"*\" })]\n\t\t\t}),\n\t\t\tt,\n\t\t\t/* @__PURE__ */ o(Ln, {\n\t\t\t\thelperText: c,\n\t\t\t\terror: n,\n\t\t\t\terrorText: i,\n\t\t\t\thelperTextId: _,\n\t\t\t\terrorTextId: v\n\t\t\t})\n\t\t]\n\t});\n};\n//#endregion\nexport { jn as BaseButton, Nn as CheckboxBase, Fn as InputHelperText, Ln as InputHelperTextSection, rr as InputWrapper, ar as SelectionControlGroup };\n\n//# sourceMappingURL=index.js.map","var __defProp = Object.defineProperty;\nvar __name = (target, value) => __defProp(target, \"name\", { value, configurable: true });\n\n// src/primitive.tsx\nvar canUseDOM = !!(typeof window !== \"undefined\" && window.document && window.document.createElement);\nfunction composeEventHandlers(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {\n return /* @__PURE__ */ __name(function handleEvent(event) {\n originalEventHandler?.(event);\n if (checkForDefaultPrevented === false || !event || !event.defaultPrevented) {\n return ourEventHandler?.(event);\n }\n }, \"handleEvent\");\n}\n__name(composeEventHandlers, \"composeEventHandlers\");\nfunction getOwnerWindow(element) {\n if (!canUseDOM) {\n throw new Error(\"Cannot access window outside of the DOM\");\n }\n return element?.ownerDocument?.defaultView ?? window;\n}\n__name(getOwnerWindow, \"getOwnerWindow\");\nfunction getOwnerDocument(element) {\n if (!canUseDOM) {\n throw new Error(\"Cannot access document outside of the DOM\");\n }\n return element?.ownerDocument ?? document;\n}\n__name(getOwnerDocument, \"getOwnerDocument\");\nfunction getActiveElement(node, activeDescendant = false) {\n const { activeElement } = getOwnerDocument(node);\n if (!activeElement?.nodeName) {\n return null;\n }\n if (isFrame(activeElement) && activeElement.contentDocument) {\n return getActiveElement(activeElement.contentDocument.body, activeDescendant);\n }\n if (activeDescendant) {\n const id = activeElement.getAttribute(\"aria-activedescendant\");\n if (id) {\n const element = getOwnerDocument(activeElement).getElementById(id);\n if (element) {\n return element;\n }\n }\n }\n return activeElement;\n}\n__name(getActiveElement, \"getActiveElement\");\nfunction isFrame(element) {\n return element.tagName === \"IFRAME\";\n}\n__name(isFrame, \"isFrame\");\nexport {\n canUseDOM,\n composeEventHandlers,\n getActiveElement,\n getOwnerDocument,\n getOwnerWindow,\n isFrame\n};\n//# sourceMappingURL=index.mjs.map\n","// src/compose-refs.tsx\nimport * as React from \"react\";\nfunction setRef(ref, value) {\n if (typeof ref === \"function\") {\n return ref(value);\n } else if (ref !== null && ref !== void 0) {\n ref.current = value;\n }\n}\nfunction composeRefs(...refs) {\n return (node) => {\n let hasCleanup = false;\n const cleanups = refs.map((ref) => {\n const cleanup = setRef(ref, node);\n if (!hasCleanup && typeof cleanup == \"function\") {\n hasCleanup = true;\n }\n return cleanup;\n });\n if (hasCleanup) {\n return () => {\n for (let i = 0; i < cleanups.length; i++) {\n const cleanup = cleanups[i];\n if (typeof cleanup == \"function\") {\n cleanup();\n } else {\n setRef(refs[i], null);\n }\n }\n };\n }\n };\n}\nfunction useComposedRefs(...refs) {\n return React.useCallback(composeRefs(...refs), refs);\n}\nexport {\n composeRefs,\n useComposedRefs\n};\n//# sourceMappingURL=index.mjs.map\n","// src/create-context.tsx\nimport * as React from \"react\";\nimport { jsx } from \"react/jsx-runtime\";\nfunction createContext2(rootComponentName, defaultContext) {\n const Context = React.createContext(defaultContext);\n Context.displayName = rootComponentName + \"Context\";\n const Provider = (props) => {\n const { children, ...context } = props;\n const value = React.useMemo(() => context, Object.values(context));\n return /* @__PURE__ */ jsx(Context.Provider, { value, children });\n };\n Provider.displayName = rootComponentName + \"Provider\";\n function useContext2(consumerName, options = {}) {\n const { optional = false } = options;\n const context = React.useContext(Context);\n if (context) return context;\n if (defaultContext !== void 0) return defaultContext;\n if (optional) return void 0;\n throw new Error(`\\`${consumerName}\\` must be used within \\`${rootComponentName}\\``);\n }\n return [Provider, useContext2];\n}\nfunction createContextScope(scopeName, createContextScopeDeps = []) {\n let defaultContexts = [];\n function createContext3(rootComponentName, defaultContext) {\n const BaseContext = React.createContext(defaultContext);\n BaseContext.displayName = rootComponentName + \"Context\";\n const index = defaultContexts.length;\n defaultContexts = [...defaultContexts, defaultContext];\n const Provider = (props) => {\n const { scope, children, ...context } = props;\n const Context = scope?.[scopeName]?.[index] || BaseContext;\n const value = React.useMemo(() => context, Object.values(context));\n return /* @__PURE__ */ jsx(Context.Provider, { value, children });\n };\n Provider.displayName = rootComponentName + \"Provider\";\n function useContext2(consumerName, scope, options = {}) {\n const { optional = false } = options;\n const Context = scope?.[scopeName]?.[index] || BaseContext;\n const context = React.useContext(Context);\n if (context) return context;\n if (defaultContext !== void 0) return defaultContext;\n if (optional) return void 0;\n throw new Error(`\\`${consumerName}\\` must be used within \\`${rootComponentName}\\``);\n }\n return [Provider, useContext2];\n }\n const createScope = () => {\n const scopeContexts = defaultContexts.map((defaultContext) => {\n return React.createContext(defaultContext);\n });\n return function useScope(scope) {\n const contexts = scope?.[scopeName] || scopeContexts;\n return React.useMemo(\n () => ({ [`__scope${scopeName}`]: { ...scope, [scopeName]: contexts } }),\n [scope, contexts]\n );\n };\n };\n createScope.scopeName = scopeName;\n return [createContext3, composeContextScopes(createScope, ...createContextScopeDeps)];\n}\nfunction composeContextScopes(...scopes) {\n const baseScope = scopes[0];\n if (scopes.length === 1) return baseScope;\n const createScope = () => {\n const scopeHooks = scopes.map((createScope2) => ({\n useScope: createScope2(),\n scopeName: createScope2.scopeName\n }));\n return function useComposedScopes(overrideScopes) {\n const nextScopes = scopeHooks.reduce((nextScopes2, { useScope, scopeName }) => {\n const scopeProps = useScope(overrideScopes);\n const currentScope = scopeProps[`__scope${scopeName}`];\n return { ...nextScopes2, ...currentScope };\n }, {});\n return React.useMemo(() => ({ [`__scope${baseScope.scopeName}`]: nextScopes }), [nextScopes]);\n };\n };\n createScope.scopeName = baseScope.scopeName;\n return createScope;\n}\nexport {\n createContext2 as createContext,\n createContextScope\n};\n//# sourceMappingURL=index.mjs.map\n","// src/slot.tsx\nimport * as React from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n let { children, ...slotProps } = props;\n let slottableElement = null;\n let hasSlottable = false;\n const newChildren = [];\n if (isLazyComponent(children) && typeof use === \"function\") {\n children = use(children._payload);\n }\n React.Children.forEach(children, (maybeSlottable) => {\n if (isSlottable(maybeSlottable)) {\n hasSlottable = true;\n const slottable = maybeSlottable;\n let child = \"child\" in slottable.props ? slottable.props.child : slottable.props.children;\n if (isLazyComponent(child) && typeof use === \"function\") {\n child = use(child._payload);\n }\n slottableElement = getSlottableElementFromSlottable(slottable, child);\n newChildren.push(slottableElement?.props?.children);\n } else {\n newChildren.push(maybeSlottable);\n }\n });\n if (slottableElement) {\n slottableElement = React.cloneElement(slottableElement, void 0, newChildren);\n } else if (\n // A `Slottable` was found but it didn't resolve to a single element (e.g.\n // it wrapped multiple elements, text, or a render-prop `child` that\n // wasn't an element). Don't fall back to treating the `Slottable` wrapper\n // itself as the slot target — throw a descriptive error below instead.\n !hasSlottable && React.Children.count(children) === 1 && React.isValidElement(children)\n ) {\n slottableElement = children;\n }\n const slottableElementRef = slottableElement ? getElementRef(slottableElement) : void 0;\n const composedRef = useComposedRefs(forwardedRef, slottableElementRef);\n if (!slottableElement) {\n if (children || children === 0) {\n throw new Error(\n hasSlottable ? createSlottableError(ownerName) : createSlotError(ownerName)\n );\n }\n return children;\n }\n const mergedProps = mergeProps(slotProps, slottableElement.props ?? {});\n if (slottableElement.type !== React.Fragment) {\n mergedProps.ref = forwardedRef ? composedRef : slottableElementRef;\n }\n return React.cloneElement(slottableElement, mergedProps);\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\nvar SLOTTABLE_IDENTIFIER = Symbol.for(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = (props) => \"child\" in props ? props.children(props.child) : props.children;\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nvar getSlottableElementFromSlottable = (slottable, child) => {\n if (\"child\" in slottable.props) {\n const child2 = slottable.props.child;\n if (!React.isValidElement(child2)) return null;\n return React.cloneElement(child2, void 0, slottable.props.children(child2.props.children));\n }\n return React.isValidElement(child) ? child : null;\n};\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nvar REACT_LAZY_TYPE = Symbol.for(\"react.lazy\");\nfunction isLazyComponent(element) {\n return element != null && typeof element === \"object\" && \"$$typeof\" in element && element.$$typeof === REACT_LAZY_TYPE && \"_payload\" in element && isPromiseLike(element._payload);\n}\nfunction isPromiseLike(value) {\n return typeof value === \"object\" && value !== null && \"then\" in value;\n}\nvar createSlotError = (ownerName) => {\n return `${ownerName} failed to slot onto its children. Expected a single React element child or \\`Slottable\\`.`;\n};\nvar createSlottableError = (ownerName) => {\n return `${ownerName} failed to slot onto its \\`Slottable\\`. Expected \\`Slottable\\` to receive a single React element child.`;\n};\nvar use = React[\" use \".trim().toString()];\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n","// src/primitive.tsx\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NODES = [\n \"a\",\n \"button\",\n \"div\",\n \"form\",\n \"h2\",\n \"h3\",\n \"img\",\n \"input\",\n \"label\",\n \"li\",\n \"nav\",\n \"ol\",\n \"p\",\n \"select\",\n \"span\",\n \"svg\",\n \"ul\"\n];\nvar Primitive = NODES.reduce((primitive, node) => {\n const Slot = createSlot(`Primitive.${node}`);\n const Node = React.forwardRef((props, forwardedRef) => {\n const { asChild, ...primitiveProps } = props;\n const Comp = asChild ? Slot : node;\n if (typeof window !== \"undefined\") {\n window[Symbol.for(\"radix-ui\")] = true;\n }\n return /* @__PURE__ */ jsx(Comp, { ...primitiveProps, ref: forwardedRef });\n });\n Node.displayName = `Primitive.${node}`;\n return { ...primitive, [node]: Node };\n}, {});\nfunction dispatchDiscreteCustomEvent(target, event) {\n if (target) ReactDOM.flushSync(() => target.dispatchEvent(event));\n}\nvar Root = Primitive;\nexport {\n Primitive,\n Root,\n dispatchDiscreteCustomEvent\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/collection-legacy.tsx\nimport * as React from \"react\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { jsx } from \"react/jsx-runtime\";\nfunction createCollection(name) {\n const PROVIDER_NAME = name + \"CollectionProvider\";\n const [createCollectionContext, createCollectionScope] = createContextScope(PROVIDER_NAME);\n const [CollectionProviderImpl, useCollectionContext] = createCollectionContext(\n PROVIDER_NAME,\n { collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }\n );\n const CollectionProvider = (props) => {\n const { scope, children } = props;\n const ref = React.useRef(null);\n const itemMap = React.useRef(/* @__PURE__ */ new Map()).current;\n return /* @__PURE__ */ jsx(CollectionProviderImpl, { scope, itemMap, collectionRef: ref, children });\n };\n CollectionProvider.displayName = PROVIDER_NAME;\n const COLLECTION_SLOT_NAME = name + \"CollectionSlot\";\n const CollectionSlotImpl = createSlot(COLLECTION_SLOT_NAME);\n const CollectionSlot = React.forwardRef(\n (props, forwardedRef) => {\n const { scope, children } = props;\n const context = useCollectionContext(COLLECTION_SLOT_NAME, scope);\n const composedRefs = useComposedRefs(forwardedRef, context.collectionRef);\n return /* @__PURE__ */ jsx(CollectionSlotImpl, { ref: composedRefs, children });\n }\n );\n CollectionSlot.displayName = COLLECTION_SLOT_NAME;\n const ITEM_SLOT_NAME = name + \"CollectionItemSlot\";\n const ITEM_DATA_ATTR = \"data-radix-collection-item\";\n const CollectionItemSlotImpl = createSlot(ITEM_SLOT_NAME);\n const CollectionItemSlot = React.forwardRef(\n (props, forwardedRef) => {\n const { scope, children, ...itemData } = props;\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const context = useCollectionContext(ITEM_SLOT_NAME, scope);\n React.useEffect(() => {\n context.itemMap.set(ref, { ref, ...itemData });\n return () => void context.itemMap.delete(ref);\n });\n return /* @__PURE__ */ jsx(CollectionItemSlotImpl, { ...{ [ITEM_DATA_ATTR]: \"\" }, ref: composedRefs, children });\n }\n );\n CollectionItemSlot.displayName = ITEM_SLOT_NAME;\n function useCollection(scope) {\n const context = useCollectionContext(name + \"CollectionConsumer\", scope);\n const getItems = React.useCallback(() => {\n const collectionNode = context.collectionRef.current;\n if (!collectionNode) return [];\n const orderedNodes = Array.from(collectionNode.querySelectorAll(`[${ITEM_DATA_ATTR}]`));\n const items = Array.from(context.itemMap.values());\n const orderedItems = items.sort(\n (a, b) => orderedNodes.indexOf(a.ref.current) - orderedNodes.indexOf(b.ref.current)\n );\n return orderedItems;\n }, [context.collectionRef, context.itemMap]);\n return getItems;\n }\n return [\n { Provider: CollectionProvider, Slot: CollectionSlot, ItemSlot: CollectionItemSlot },\n useCollection,\n createCollectionScope\n ];\n}\n\n// src/collection.tsx\nimport * as React2 from \"react\";\nimport { createContextScope as createContextScope2 } from \"@radix-ui/react-context\";\nimport { useComposedRefs as useComposedRefs2 } from \"@radix-ui/react-compose-refs\";\nimport { createSlot as createSlot2 } from \"@radix-ui/react-slot\";\n\n// src/ordered-dictionary.ts\nvar __instanciated = /* @__PURE__ */ new WeakMap();\nvar OrderedDict = class _OrderedDict extends Map {\n #keys;\n constructor(entries) {\n super(entries);\n this.#keys = [...super.keys()];\n __instanciated.set(this, true);\n }\n set(key, value) {\n if (__instanciated.get(this)) {\n if (this.has(key)) {\n this.#keys[this.#keys.indexOf(key)] = key;\n } else {\n this.#keys.push(key);\n }\n }\n super.set(key, value);\n return this;\n }\n insert(index, key, value) {\n const has = this.has(key);\n const length = this.#keys.length;\n const relativeIndex = toSafeInteger(index);\n let actualIndex = relativeIndex >= 0 ? relativeIndex : length + relativeIndex;\n const safeIndex = actualIndex < 0 || actualIndex >= length ? -1 : actualIndex;\n if (safeIndex === this.size || has && safeIndex === this.size - 1 || safeIndex === -1) {\n this.set(key, value);\n return this;\n }\n const size = this.size + (has ? 0 : 1);\n if (relativeIndex < 0) {\n actualIndex++;\n }\n const keys = [...this.#keys];\n let nextValue;\n let shouldSkip = false;\n for (let i = actualIndex; i < size; i++) {\n if (actualIndex === i) {\n let nextKey = keys[i];\n if (keys[i] === key) {\n nextKey = keys[i + 1];\n }\n if (has) {\n this.delete(key);\n }\n nextValue = this.get(nextKey);\n this.set(key, value);\n } else {\n if (!shouldSkip && keys[i - 1] === key) {\n shouldSkip = true;\n }\n const currentKey = keys[shouldSkip ? i : i - 1];\n const currentValue = nextValue;\n nextValue = this.get(currentKey);\n this.delete(currentKey);\n this.set(currentKey, currentValue);\n }\n }\n return this;\n }\n with(index, key, value) {\n const copy = new _OrderedDict(this);\n copy.insert(index, key, value);\n return copy;\n }\n before(key) {\n const index = this.#keys.indexOf(key) - 1;\n if (index < 0) {\n return void 0;\n }\n return this.entryAt(index);\n }\n /**\n * Sets a new key-value pair at the position before the given key.\n */\n setBefore(key, newKey, value) {\n const index = this.#keys.indexOf(key);\n if (index === -1) {\n return this;\n }\n return this.insert(index, newKey, value);\n }\n after(key) {\n let index = this.#keys.indexOf(key);\n index = index === -1 || index === this.size - 1 ? -1 : index + 1;\n if (index === -1) {\n return void 0;\n }\n return this.entryAt(index);\n }\n /**\n * Sets a new key-value pair at the position after the given key.\n */\n setAfter(key, newKey, value) {\n const index = this.#keys.indexOf(key);\n if (index === -1) {\n return this;\n }\n return this.insert(index + 1, newKey, value);\n }\n first() {\n return this.entryAt(0);\n }\n last() {\n return this.entryAt(-1);\n }\n clear() {\n this.#keys = [];\n return super.clear();\n }\n delete(key) {\n const deleted = super.delete(key);\n if (deleted) {\n this.#keys.splice(this.#keys.indexOf(key), 1);\n }\n return deleted;\n }\n deleteAt(index) {\n const key = this.keyAt(index);\n if (key !== void 0) {\n return this.delete(key);\n }\n return false;\n }\n at(index) {\n const key = at(this.#keys, index);\n if (key !== void 0) {\n return this.get(key);\n }\n }\n entryAt(index) {\n const key = at(this.#keys, index);\n if (key !== void 0) {\n return [key, this.get(key)];\n }\n }\n indexOf(key) {\n return this.#keys.indexOf(key);\n }\n keyAt(index) {\n return at(this.#keys, index);\n }\n from(key, offset) {\n const index = this.indexOf(key);\n if (index === -1) {\n return void 0;\n }\n let dest = index + offset;\n if (dest < 0) dest = 0;\n if (dest >= this.size) dest = this.size - 1;\n return this.at(dest);\n }\n keyFrom(key, offset) {\n const index = this.indexOf(key);\n if (index === -1) {\n return void 0;\n }\n let dest = index + offset;\n if (dest < 0) dest = 0;\n if (dest >= this.size) dest = this.size - 1;\n return this.keyAt(dest);\n }\n find(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return entry;\n }\n index++;\n }\n return void 0;\n }\n findIndex(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return index;\n }\n index++;\n }\n return -1;\n }\n filter(predicate, thisArg) {\n const entries = [];\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n entries.push(entry);\n }\n index++;\n }\n return new _OrderedDict(entries);\n }\n map(callbackfn, thisArg) {\n const entries = [];\n let index = 0;\n for (const entry of this) {\n entries.push([entry[0], Reflect.apply(callbackfn, thisArg, [entry, index, this])]);\n index++;\n }\n return new _OrderedDict(entries);\n }\n reduce(...args) {\n const [callbackfn, initialValue] = args;\n let index = 0;\n let accumulator = initialValue ?? this.at(0);\n for (const entry of this) {\n if (index === 0 && args.length === 1) {\n accumulator = entry;\n } else {\n accumulator = Reflect.apply(callbackfn, this, [accumulator, entry, index, this]);\n }\n index++;\n }\n return accumulator;\n }\n reduceRight(...args) {\n const [callbackfn, initialValue] = args;\n let accumulator = initialValue ?? this.at(-1);\n for (let index = this.size - 1; index >= 0; index--) {\n const entry = this.at(index);\n if (index === this.size - 1 && args.length === 1) {\n accumulator = entry;\n } else {\n accumulator = Reflect.apply(callbackfn, this, [accumulator, entry, index, this]);\n }\n }\n return accumulator;\n }\n toSorted(compareFn) {\n const entries = [...this.entries()].sort(compareFn);\n return new _OrderedDict(entries);\n }\n toReversed() {\n const reversed = new _OrderedDict();\n for (let index = this.size - 1; index >= 0; index--) {\n const key = this.keyAt(index);\n const element = this.get(key);\n reversed.set(key, element);\n }\n return reversed;\n }\n toSpliced(...args) {\n const entries = [...this.entries()];\n entries.splice(...args);\n return new _OrderedDict(entries);\n }\n slice(start, end) {\n const result = new _OrderedDict();\n let stop = this.size - 1;\n if (start === void 0) {\n return result;\n }\n if (start < 0) {\n start = start + this.size;\n }\n if (end !== void 0 && end > 0) {\n stop = end - 1;\n }\n for (let index = start; index <= stop; index++) {\n const key = this.keyAt(index);\n const element = this.get(key);\n result.set(key, element);\n }\n return result;\n }\n every(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (!Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return false;\n }\n index++;\n }\n return true;\n }\n some(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return true;\n }\n index++;\n }\n return false;\n }\n};\nfunction at(array, index) {\n if (\"at\" in Array.prototype) {\n return Array.prototype.at.call(array, index);\n }\n const actualIndex = toSafeIndex(array, index);\n return actualIndex === -1 ? void 0 : array[actualIndex];\n}\nfunction toSafeIndex(array, index) {\n const length = array.length;\n const relativeIndex = toSafeInteger(index);\n const actualIndex = relativeIndex >= 0 ? relativeIndex : length + relativeIndex;\n return actualIndex < 0 || actualIndex >= length ? -1 : actualIndex;\n}\nfunction toSafeInteger(number) {\n return number !== number || number === 0 ? 0 : Math.trunc(number);\n}\n\n// src/collection.tsx\nimport { jsx as jsx2 } from \"react/jsx-runtime\";\nfunction createCollection2(name) {\n const PROVIDER_NAME = name + \"CollectionProvider\";\n const [createCollectionContext, createCollectionScope] = createContextScope2(PROVIDER_NAME);\n const [CollectionContextProvider, useCollectionContext] = createCollectionContext(\n PROVIDER_NAME,\n {\n collectionElement: null,\n collectionRef: { current: null },\n collectionRefObject: { current: null },\n itemMap: new OrderedDict(),\n setItemMap: () => void 0\n }\n );\n const CollectionProvider = ({ state, ...props }) => {\n return state ? /* @__PURE__ */ jsx2(CollectionProviderImpl, { ...props, state }) : /* @__PURE__ */ jsx2(CollectionInit, { ...props });\n };\n CollectionProvider.displayName = PROVIDER_NAME;\n const CollectionInit = (props) => {\n const state = useInitCollection();\n return /* @__PURE__ */ jsx2(CollectionProviderImpl, { ...props, state });\n };\n CollectionInit.displayName = PROVIDER_NAME + \"Init\";\n const CollectionProviderImpl = (props) => {\n const { scope, children, state } = props;\n const ref = React2.useRef(null);\n const [collectionElement, setCollectionElement] = React2.useState(\n null\n );\n const composeRefs = useComposedRefs2(ref, setCollectionElement);\n const [itemMap, setItemMap] = state;\n React2.useEffect(() => {\n if (!collectionElement) return;\n const observer = getChildListObserver(() => {\n });\n observer.observe(collectionElement, {\n childList: true,\n subtree: true\n });\n return () => {\n observer.disconnect();\n };\n }, [collectionElement]);\n return /* @__PURE__ */ jsx2(\n CollectionContextProvider,\n {\n scope,\n itemMap,\n setItemMap,\n collectionRef: composeRefs,\n collectionRefObject: ref,\n collectionElement,\n children\n }\n );\n };\n CollectionProviderImpl.displayName = PROVIDER_NAME + \"Impl\";\n const COLLECTION_SLOT_NAME = name + \"CollectionSlot\";\n const CollectionSlotImpl = createSlot2(COLLECTION_SLOT_NAME);\n const CollectionSlot = React2.forwardRef(\n (props, forwardedRef) => {\n const { scope, children } = props;\n const context = useCollectionContext(COLLECTION_SLOT_NAME, scope);\n const composedRefs = useComposedRefs2(forwardedRef, context.collectionRef);\n return /* @__PURE__ */ jsx2(CollectionSlotImpl, { ref: composedRefs, children });\n }\n );\n CollectionSlot.displayName = COLLECTION_SLOT_NAME;\n const ITEM_SLOT_NAME = name + \"CollectionItemSlot\";\n const ITEM_DATA_ATTR = \"data-radix-collection-item\";\n const CollectionItemSlotImpl = createSlot2(ITEM_SLOT_NAME);\n const CollectionItemSlot = React2.forwardRef(\n (props, forwardedRef) => {\n const { scope, children, ...itemData } = props;\n const ref = React2.useRef(null);\n const [element, setElement] = React2.useState(null);\n const composedRefs = useComposedRefs2(forwardedRef, ref, setElement);\n const context = useCollectionContext(ITEM_SLOT_NAME, scope);\n const { setItemMap } = context;\n const itemDataRef = React2.useRef(itemData);\n if (!shallowEqual(itemDataRef.current, itemData)) {\n itemDataRef.current = itemData;\n }\n const memoizedItemData = itemDataRef.current;\n React2.useEffect(() => {\n const itemData2 = memoizedItemData;\n setItemMap((map) => {\n if (!element) {\n return map;\n }\n if (!map.has(element)) {\n map.set(element, { ...itemData2, element });\n return map.toSorted(sortByDocumentPosition);\n }\n return map.set(element, { ...itemData2, element }).toSorted(sortByDocumentPosition);\n });\n return () => {\n setItemMap((map) => {\n if (!element || !map.has(element)) {\n return map;\n }\n map.delete(element);\n return new OrderedDict(map);\n });\n };\n }, [element, memoizedItemData, setItemMap]);\n return /* @__PURE__ */ jsx2(CollectionItemSlotImpl, { ...{ [ITEM_DATA_ATTR]: \"\" }, ref: composedRefs, children });\n }\n );\n CollectionItemSlot.displayName = ITEM_SLOT_NAME;\n function useInitCollection() {\n return React2.useState(new OrderedDict());\n }\n function useCollection(scope) {\n const { itemMap } = useCollectionContext(name + \"CollectionConsumer\", scope);\n return itemMap;\n }\n const functions = {\n createCollectionScope,\n useCollection,\n useInitCollection\n };\n return [\n { Provider: CollectionProvider, Slot: CollectionSlot, ItemSlot: CollectionItemSlot },\n functions\n ];\n}\nfunction shallowEqual(a, b) {\n if (a === b) return true;\n if (typeof a !== \"object\" || typeof b !== \"object\") return false;\n if (a == null || b == null) return false;\n const keysA = Object.keys(a);\n const keysB = Object.keys(b);\n if (keysA.length !== keysB.length) return false;\n for (const key of keysA) {\n if (!Object.prototype.hasOwnProperty.call(b, key)) return false;\n if (a[key] !== b[key]) return false;\n }\n return true;\n}\nfunction isElementPreceding(a, b) {\n return !!(b.compareDocumentPosition(a) & Node.DOCUMENT_POSITION_PRECEDING);\n}\nfunction sortByDocumentPosition(a, b) {\n return !a[1].element || !b[1].element ? 0 : isElementPreceding(a[1].element, b[1].element) ? -1 : 1;\n}\nfunction getChildListObserver(callback) {\n const observer = new MutationObserver((mutationsList) => {\n for (const mutation of mutationsList) {\n if (mutation.type === \"childList\") {\n callback();\n return;\n }\n }\n });\n return observer;\n}\nexport {\n createCollection,\n createCollection2 as unstable_createCollection\n};\n//# sourceMappingURL=index.mjs.map\n","// src/use-layout-effect.tsx\nimport * as React from \"react\";\nvar useLayoutEffect2 = globalThis?.document ? React.useLayoutEffect : () => {\n};\nexport {\n useLayoutEffect2 as useLayoutEffect\n};\n//# sourceMappingURL=index.mjs.map\n","// src/id.tsx\nimport * as React from \"react\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nvar useReactId = React[\" useId \".trim().toString()] || (() => void 0);\nvar count = 0;\nfunction useId(deterministicId) {\n const [id, setId] = React.useState(useReactId());\n useLayoutEffect(() => {\n if (!deterministicId) setId((reactId) => reactId ?? String(count++));\n }, [deterministicId]);\n return deterministicId || (id ? `radix-${id}` : \"\");\n}\nexport {\n useId\n};\n//# sourceMappingURL=index.mjs.map\n","// src/use-callback-ref.tsx\nimport * as React from \"react\";\nfunction useCallbackRef(callback) {\n const callbackRef = React.useRef(callback);\n React.useEffect(() => {\n callbackRef.current = callback;\n });\n return React.useMemo(() => ((...args) => callbackRef.current?.(...args)), []);\n}\nexport {\n useCallbackRef\n};\n//# sourceMappingURL=index.mjs.map\n","// src/use-effect-event.tsx\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport * as React from \"react\";\nvar useReactEffectEvent = React[\" useEffectEvent \".trim().toString()];\nvar useReactInsertionEffect = React[\" useInsertionEffect \".trim().toString()];\nfunction useEffectEvent(callback) {\n if (typeof useReactEffectEvent === \"function\") {\n return useReactEffectEvent(callback);\n }\n const ref = React.useRef(() => {\n throw new Error(\"Cannot call an event handler while rendering.\");\n });\n if (typeof useReactInsertionEffect === \"function\") {\n useReactInsertionEffect(() => {\n ref.current = callback;\n });\n } else {\n useLayoutEffect(() => {\n ref.current = callback;\n });\n }\n return React.useMemo(() => ((...args) => ref.current?.(...args)), []);\n}\nexport {\n useEffectEvent\n};\n//# sourceMappingURL=index.mjs.map\n","var __defProp = Object.defineProperty;\nvar __name = (target, value) => __defProp(target, \"name\", { value, configurable: true });\n\n// src/use-controllable-state.tsx\nimport * as React from \"react\";\nimport { IS_DEVELOPMENT } from \"@radix-ui/primitive/is-development\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nvar useInsertionEffect = React[\" useInsertionEffect \".trim().toString()] || useLayoutEffect;\nfunction useControllableState({\n prop,\n defaultProp,\n onChange = /* @__PURE__ */ __name(() => {\n }, \"onChange\"),\n caller\n}) {\n const [uncontrolledProp, setUncontrolledProp, onChangeRef] = useUncontrolledState({\n defaultProp,\n onChange\n });\n const isControlled = prop !== void 0;\n const value = isControlled ? prop : uncontrolledProp;\n if (IS_DEVELOPMENT) {\n const isControlledRef = React.useRef(prop !== void 0);\n React.useEffect(() => {\n const wasControlled = isControlledRef.current;\n if (wasControlled !== isControlled) {\n const from = wasControlled ? \"controlled\" : \"uncontrolled\";\n const to = isControlled ? \"controlled\" : \"uncontrolled\";\n console.warn(\n `${caller} is changing from ${from} to ${to}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`\n );\n }\n isControlledRef.current = isControlled;\n }, [isControlled, caller]);\n }\n const setValue = React.useCallback(\n (nextValue) => {\n if (isControlled) {\n const value2 = isFunction(nextValue) ? nextValue(prop) : nextValue;\n if (value2 !== prop) {\n onChangeRef.current?.(value2);\n }\n } else {\n setUncontrolledProp(nextValue);\n }\n },\n [isControlled, prop, setUncontrolledProp, onChangeRef]\n );\n return [value, setValue];\n}\n__name(useControllableState, \"useControllableState\");\nfunction useUncontrolledState({\n defaultProp,\n onChange\n}) {\n const [value, setValue] = React.useState(defaultProp);\n const prevValueRef = React.useRef(value);\n const onChangeRef = React.useRef(onChange);\n useInsertionEffect(() => {\n onChangeRef.current = onChange;\n }, [onChange]);\n React.useEffect(() => {\n if (prevValueRef.current !== value) {\n onChangeRef.current?.(value);\n prevValueRef.current = value;\n }\n }, [value, prevValueRef]);\n return [value, setValue, onChangeRef];\n}\n__name(useUncontrolledState, \"useUncontrolledState\");\nfunction isFunction(value) {\n return typeof value === \"function\";\n}\n__name(isFunction, \"isFunction\");\n\n// src/use-controllable-state-reducer.tsx\nimport * as React2 from \"react\";\nimport { IS_DEVELOPMENT as IS_DEVELOPMENT2 } from \"@radix-ui/primitive/is-development\";\nimport { useEffectEvent } from \"@radix-ui/react-use-effect-event\";\nvar SYNC_STATE = Symbol(\"RADIX:SYNC_STATE\");\nfunction useControllableStateReducer(reducer, userArgs, initialArg, init) {\n const { prop: controlledState, defaultProp, onChange: onChangeProp, caller } = userArgs;\n const isControlled = controlledState !== void 0;\n const onChange = useEffectEvent(onChangeProp);\n if (IS_DEVELOPMENT2) {\n const isControlledRef = React2.useRef(controlledState !== void 0);\n React2.useEffect(() => {\n const wasControlled = isControlledRef.current;\n if (wasControlled !== isControlled) {\n const from = wasControlled ? \"controlled\" : \"uncontrolled\";\n const to = isControlled ? \"controlled\" : \"uncontrolled\";\n console.warn(\n `${caller} is changing from ${from} to ${to}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`\n );\n }\n isControlledRef.current = isControlled;\n }, [isControlled, caller]);\n }\n const args = [{ ...initialArg, state: defaultProp }];\n if (init) {\n args.push(init);\n }\n const [internalState, dispatch] = React2.useReducer(\n (state2, action) => {\n if (action.type === SYNC_STATE) {\n return { ...state2, state: action.state };\n }\n const next = reducer(state2, action);\n if (isControlled && !Object.is(next.state, state2.state)) {\n onChange(next.state);\n }\n return next;\n },\n ...args\n );\n const uncontrolledState = internalState.state;\n const prevValueRef = React2.useRef(uncontrolledState);\n React2.useEffect(() => {\n if (prevValueRef.current !== uncontrolledState) {\n prevValueRef.current = uncontrolledState;\n if (!isControlled) {\n onChange(uncontrolledState);\n }\n }\n }, [uncontrolledState, prevValueRef, isControlled]);\n const state = React2.useMemo(() => {\n const isControlled2 = controlledState !== void 0;\n if (isControlled2) {\n return { ...internalState, state: controlledState };\n }\n return internalState;\n }, [internalState, controlledState]);\n React2.useEffect(() => {\n if (isControlled && !Object.is(controlledState, internalState.state)) {\n dispatch({ type: SYNC_STATE, state: controlledState });\n }\n }, [controlledState, internalState.state, isControlled]);\n return [state, dispatch];\n}\n__name(useControllableStateReducer, \"useControllableStateReducer\");\nexport {\n useControllableState,\n useControllableStateReducer\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/direction.tsx\nimport * as React from \"react\";\nimport { jsx } from \"react/jsx-runtime\";\nvar DirectionContext = React.createContext(void 0);\nvar DirectionProvider = (props) => {\n const { dir, children } = props;\n return /* @__PURE__ */ jsx(DirectionContext.Provider, { value: dir, children });\n};\nfunction useDirection(localDir) {\n const globalDir = React.useContext(DirectionContext);\n return localDir || globalDir || \"ltr\";\n}\nvar Provider = DirectionProvider;\nexport {\n DirectionProvider,\n Provider,\n useDirection\n};\n//# sourceMappingURL=index.mjs.map\n","// src/use-is-hydrated.tsx\nimport * as React2 from \"react\";\n\n// src/use-is-hydrated-legacy.ts\nimport * as React from \"react\";\nvar _isHydrated = false;\nfunction useIsHydrated() {\n const [isHydrated, setIsHydrated] = React.useState(_isHydrated);\n React.useEffect(() => {\n if (!_isHydrated) {\n _isHydrated = true;\n setIsHydrated(true);\n }\n }, []);\n return isHydrated;\n}\n\n// src/use-is-hydrated.tsx\nvar useReactSyncExternalStore = React2[\" useSyncExternalStore \".trim().toString()];\nfunction subscribe() {\n return () => {\n };\n}\nfunction useIsHydratedModern() {\n return useReactSyncExternalStore(\n subscribe,\n () => true,\n () => false\n );\n}\nvar useIsHydrated2 = typeof useReactSyncExternalStore === \"function\" ? useIsHydratedModern : useIsHydrated;\nexport {\n useIsHydrated2 as useIsHydrated\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\nvar __defProp = Object.defineProperty;\nvar __name = (target, value) => __defProp(target, \"name\", { value, configurable: true });\n\n// src/roving-focus-group.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { createCollection } from \"@radix-ui/react-collection\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useId } from \"@radix-ui/react-id\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useDirection } from \"@radix-ui/react-direction\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { useIsHydrated } from \"@radix-ui/react-use-is-hydrated\";\nimport { jsx } from \"react/jsx-runtime\";\nvar ENTRY_FOCUS = \"rovingFocusGroup.onEntryFocus\";\nvar EVENT_OPTIONS = { bubbles: false, cancelable: true };\nvar GROUP_NAME = \"RovingFocusGroup\";\nvar [Collection, useCollection, createCollectionScope] = createCollection(GROUP_NAME);\nvar [createRovingFocusGroupContext, createRovingFocusGroupScope] = createContextScope(\n GROUP_NAME,\n [createCollectionScope]\n);\nvar [RovingFocusProvider, useRovingFocusContext] = createRovingFocusGroupContext(GROUP_NAME);\nvar RovingFocusGroup = /* @__PURE__ */ React.forwardRef(\n // blank line to reduce diff noise\n /* @__PURE__ */ __name(function RovingFocusGroup2(props, forwardedRef) {\n return /* @__PURE__ */ jsx(Collection.Provider, { scope: props.__scopeRovingFocusGroup, children: /* @__PURE__ */ jsx(Collection.Slot, { scope: props.__scopeRovingFocusGroup, children: /* @__PURE__ */ jsx(RovingFocusGroupImpl, { ...props, ref: forwardedRef }) }) });\n }, \"RovingFocusGroup\")\n);\nvar RovingFocusGroupImpl = /* @__PURE__ */ React.forwardRef(/* @__PURE__ */ __name(function RovingFocusGroupImpl2(props, forwardedRef) {\n const {\n __scopeRovingFocusGroup,\n orientation,\n loop = false,\n dir,\n currentTabStopId: currentTabStopIdProp,\n defaultCurrentTabStopId,\n onCurrentTabStopIdChange,\n onEntryFocus,\n preventScrollOnEntryFocus = false,\n ...groupProps\n } = props;\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const direction = useDirection(dir);\n const [currentTabStopId, setCurrentTabStopId] = useControllableState({\n prop: currentTabStopIdProp,\n defaultProp: defaultCurrentTabStopId ?? null,\n onChange: onCurrentTabStopIdChange,\n caller: GROUP_NAME\n });\n const [isTabbingBackOut, setIsTabbingBackOut] = React.useState(false);\n const handleEntryFocus = useCallbackRef(onEntryFocus);\n const getItems = useCollection(__scopeRovingFocusGroup);\n const isClickFocusRef = React.useRef(false);\n const [focusableItemsCount, setFocusableItemsCount] = React.useState(0);\n React.useEffect(() => {\n const node = ref.current;\n if (node) {\n node.addEventListener(ENTRY_FOCUS, handleEntryFocus);\n return () => node.removeEventListener(ENTRY_FOCUS, handleEntryFocus);\n }\n }, [handleEntryFocus]);\n return /* @__PURE__ */ jsx(\n RovingFocusProvider,\n {\n scope: __scopeRovingFocusGroup,\n orientation,\n dir: direction,\n loop,\n currentTabStopId,\n onItemFocus: React.useCallback(\n (tabStopId) => setCurrentTabStopId(tabStopId),\n [setCurrentTabStopId]\n ),\n onItemShiftTab: React.useCallback(() => setIsTabbingBackOut(true), []),\n onFocusableItemAdd: React.useCallback(\n () => setFocusableItemsCount((prevCount) => prevCount + 1),\n []\n ),\n onFocusableItemRemove: React.useCallback(\n () => setFocusableItemsCount((prevCount) => prevCount - 1),\n []\n ),\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n tabIndex: isTabbingBackOut || focusableItemsCount === 0 ? -1 : 0,\n \"data-orientation\": orientation,\n ...groupProps,\n ref: composedRefs,\n style: { outline: \"none\", ...props.style },\n onMouseDown: composeEventHandlers(props.onMouseDown, () => {\n isClickFocusRef.current = true;\n }),\n onFocus: composeEventHandlers(props.onFocus, (event) => {\n const isKeyboardFocus = !isClickFocusRef.current;\n if (event.target === event.currentTarget && isKeyboardFocus && !isTabbingBackOut) {\n const entryFocusEvent = new CustomEvent(ENTRY_FOCUS, EVENT_OPTIONS);\n event.currentTarget.dispatchEvent(entryFocusEvent);\n if (!entryFocusEvent.defaultPrevented) {\n const items = getItems().filter((item) => item.focusable);\n const activeItem = items.find((item) => item.active);\n const currentItem = items.find((item) => item.id === currentTabStopId);\n const candidateItems = [activeItem, currentItem, ...items].filter(\n Boolean\n );\n const candidateNodes = candidateItems.map((item) => item.ref.current);\n focusFirst(candidateNodes, preventScrollOnEntryFocus);\n }\n }\n isClickFocusRef.current = false;\n }),\n onBlur: composeEventHandlers(props.onBlur, () => setIsTabbingBackOut(false))\n }\n )\n }\n );\n}, \"RovingFocusGroupImpl\"));\nvar ITEM_NAME = \"RovingFocusGroupItem\";\nvar RovingFocusGroupItem = /* @__PURE__ */ React.forwardRef(\n // blank line to reduce diff noise\n /* @__PURE__ */ __name(function RovingFocusGroupItem2(props, forwardedRef) {\n const {\n __scopeRovingFocusGroup,\n focusable = true,\n active = false,\n tabStopId,\n children,\n ...itemProps\n } = props;\n const autoId = useId();\n const id = tabStopId || autoId;\n const context = useRovingFocusContext(ITEM_NAME, __scopeRovingFocusGroup);\n const isCurrentTabStop = context.currentTabStopId === id;\n const getItems = useCollection(__scopeRovingFocusGroup);\n const { onFocusableItemAdd, onFocusableItemRemove, currentTabStopId } = context;\n const isHydrated = useIsHydrated();\n useLayoutEffect(() => {\n if (!isHydrated || !focusable) {\n return;\n }\n onFocusableItemAdd();\n return () => onFocusableItemRemove();\n }, [isHydrated, focusable, onFocusableItemAdd, onFocusableItemRemove]);\n React.useEffect(() => {\n if (isHydrated || !focusable) {\n return;\n }\n onFocusableItemAdd();\n return () => onFocusableItemRemove();\n }, [isHydrated, focusable, onFocusableItemAdd, onFocusableItemRemove]);\n return /* @__PURE__ */ jsx(\n Collection.ItemSlot,\n {\n scope: __scopeRovingFocusGroup,\n id,\n focusable,\n active,\n children: /* @__PURE__ */ jsx(\n Primitive.span,\n {\n tabIndex: isCurrentTabStop ? 0 : -1,\n \"data-orientation\": context.orientation,\n ...itemProps,\n ref: forwardedRef,\n onMouseDown: composeEventHandlers(props.onMouseDown, (event) => {\n if (!focusable) event.preventDefault();\n else context.onItemFocus(id);\n }),\n onFocus: composeEventHandlers(props.onFocus, () => context.onItemFocus(id)),\n onKeyDown: composeEventHandlers(props.onKeyDown, (event) => {\n if (event.key === \"Tab\" && event.shiftKey) {\n context.onItemShiftTab();\n return;\n }\n if (event.target !== event.currentTarget) return;\n const focusIntent = getFocusIntent(event, context.orientation, context.dir);\n if (focusIntent !== void 0) {\n if (event.metaKey || event.ctrlKey || event.altKey || event.shiftKey) return;\n event.preventDefault();\n const items = getItems().filter((item) => item.focusable);\n let candidateNodes = items.map((item) => item.ref.current);\n if (focusIntent === \"last\") candidateNodes.reverse();\n else if (focusIntent === \"prev\" || focusIntent === \"next\") {\n if (focusIntent === \"prev\") candidateNodes.reverse();\n const currentIndex = candidateNodes.indexOf(event.currentTarget);\n candidateNodes = context.loop ? wrapArray(candidateNodes, currentIndex + 1) : candidateNodes.slice(currentIndex + 1);\n }\n setTimeout(() => focusFirst(candidateNodes));\n }\n }),\n children: typeof children === \"function\" ? children({ isCurrentTabStop, hasTabStop: currentTabStopId != null }) : children\n }\n )\n }\n );\n }, \"RovingFocusGroupItem\")\n);\nvar MAP_KEY_TO_FOCUS_INTENT = {\n ArrowLeft: \"prev\",\n ArrowUp: \"prev\",\n ArrowRight: \"next\",\n ArrowDown: \"next\",\n PageUp: \"first\",\n Home: \"first\",\n PageDown: \"last\",\n End: \"last\"\n};\nfunction getDirectionAwareKey(key, dir) {\n if (dir !== \"rtl\") return key;\n return key === \"ArrowLeft\" ? \"ArrowRight\" : key === \"ArrowRight\" ? \"ArrowLeft\" : key;\n}\n__name(getDirectionAwareKey, \"getDirectionAwareKey\");\nfunction getFocusIntent(event, orientation, dir) {\n const key = getDirectionAwareKey(event.key, dir);\n if (orientation === \"vertical\" && [\"ArrowLeft\", \"ArrowRight\"].includes(key)) return void 0;\n if (orientation === \"horizontal\" && [\"ArrowUp\", \"ArrowDown\"].includes(key)) return void 0;\n return MAP_KEY_TO_FOCUS_INTENT[key];\n}\n__name(getFocusIntent, \"getFocusIntent\");\nfunction focusFirst(candidates, preventScroll = false) {\n const PREVIOUSLY_FOCUSED_ELEMENT = document.activeElement;\n for (const candidate of candidates) {\n if (candidate === PREVIOUSLY_FOCUSED_ELEMENT) return;\n candidate.focus({ preventScroll });\n if (document.activeElement !== PREVIOUSLY_FOCUSED_ELEMENT) return;\n }\n}\n__name(focusFirst, \"focusFirst\");\nfunction wrapArray(array, startIndex) {\n return array.map((_, index) => array[(startIndex + index) % array.length]);\n}\n__name(wrapArray, \"wrapArray\");\nvar Root = RovingFocusGroup;\nvar Item = RovingFocusGroupItem;\nexport {\n Item,\n Root,\n RovingFocusGroup,\n RovingFocusGroupItem,\n createRovingFocusGroupScope\n};\n//# sourceMappingURL=index.mjs.map\n","// src/use-size.tsx\nimport * as React from \"react\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nfunction useSize(element) {\n const [size, setSize] = React.useState(void 0);\n useLayoutEffect(() => {\n if (element) {\n setSize({ width: element.offsetWidth, height: element.offsetHeight });\n const resizeObserver = new ResizeObserver((entries) => {\n if (!Array.isArray(entries)) {\n return;\n }\n if (!entries.length) {\n return;\n }\n const entry = entries[0];\n let width;\n let height;\n if (\"borderBoxSize\" in entry) {\n const borderSizeEntry = entry[\"borderBoxSize\"];\n const borderSize = Array.isArray(borderSizeEntry) ? borderSizeEntry[0] : borderSizeEntry;\n width = borderSize[\"inlineSize\"];\n height = borderSize[\"blockSize\"];\n } else {\n width = element.offsetWidth;\n height = element.offsetHeight;\n }\n setSize({ width, height });\n });\n resizeObserver.observe(element, { box: \"border-box\" });\n return () => resizeObserver.unobserve(element);\n } else {\n setSize(void 0);\n }\n }, [element]);\n return size;\n}\nexport {\n useSize\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\nvar __defProp = Object.defineProperty;\nvar __name = (target, value) => __defProp(target, \"name\", { value, configurable: true });\n\n// src/presence.tsx\nimport * as React2 from \"react\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\n\n// src/use-state-machine.tsx\nimport * as React from \"react\";\nfunction useStateMachine(initialState, machine) {\n return React.useReducer((state, event) => {\n const nextState = machine[state][event];\n return nextState ?? state;\n }, initialState);\n}\n__name(useStateMachine, \"useStateMachine\");\n\n// src/presence.tsx\nvar Presence = /* @__PURE__ */ __name((props) => {\n const { present, children } = props;\n const presence = usePresence(present);\n const child = typeof children === \"function\" ? children({ present: presence.isPresent }) : React2.Children.only(children);\n const ref = useStableComposedRefs(presence.ref, getElementRef(child));\n const forceMount = typeof children === \"function\";\n return forceMount || presence.isPresent ? React2.cloneElement(child, { ref }) : null;\n}, \"Presence\");\nfunction usePresence(present) {\n const [node, setNode] = React2.useState();\n const stylesRef = React2.useRef(null);\n const prevPresentRef = React2.useRef(present);\n const prevAnimationNameRef = React2.useRef(\"none\");\n const mountAnimationNameRef = React2.useRef(void 0);\n const initialState = present ? \"mounted\" : \"unmounted\";\n const [state, send] = useStateMachine(initialState, {\n mounted: {\n UNMOUNT: \"unmounted\",\n ANIMATION_OUT: \"unmountSuspended\"\n },\n unmountSuspended: {\n MOUNT: \"mounted\",\n ANIMATION_END: \"unmounted\"\n },\n unmounted: {\n MOUNT: \"mounted\"\n }\n });\n React2.useEffect(() => {\n if (state === \"mounted\") {\n prevAnimationNameRef.current = mountAnimationNameRef.current ?? getAnimationName(stylesRef.current);\n mountAnimationNameRef.current = void 0;\n } else {\n prevAnimationNameRef.current = \"none\";\n }\n }, [state]);\n useLayoutEffect(() => {\n const styles = stylesRef.current;\n const wasPresent = prevPresentRef.current;\n const hasPresentChanged = wasPresent !== present;\n if (hasPresentChanged) {\n const prevAnimationName = prevAnimationNameRef.current;\n const currentAnimationName = getAnimationName(styles);\n if (present) {\n mountAnimationNameRef.current = currentAnimationName;\n send(\"MOUNT\");\n } else if (currentAnimationName === \"none\" || styles?.display === \"none\") {\n send(\"UNMOUNT\");\n } else {\n const isAnimating = prevAnimationName !== currentAnimationName;\n if (wasPresent && isAnimating) {\n send(\"ANIMATION_OUT\");\n } else {\n send(\"UNMOUNT\");\n }\n }\n prevPresentRef.current = present;\n }\n }, [present, send]);\n useLayoutEffect(() => {\n if (node) {\n let timeoutId;\n const ownerWindow = node.ownerDocument.defaultView ?? window;\n const handleAnimationEnd = /* @__PURE__ */ __name((event) => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n const isCurrentAnimation = currentAnimationName.includes(CSS.escape(event.animationName));\n if (event.target === node && isCurrentAnimation) {\n send(\"ANIMATION_END\");\n if (!prevPresentRef.current) {\n const currentFillMode = node.style.animationFillMode;\n node.style.animationFillMode = \"forwards\";\n timeoutId = ownerWindow.setTimeout(() => {\n if (node.style.animationFillMode === \"forwards\") {\n node.style.animationFillMode = currentFillMode;\n }\n });\n }\n }\n }, \"handleAnimationEnd\");\n const handleAnimationStart = /* @__PURE__ */ __name((event) => {\n if (event.target === node) {\n prevAnimationNameRef.current = getAnimationName(stylesRef.current);\n }\n }, \"handleAnimationStart\");\n node.addEventListener(\"animationstart\", handleAnimationStart);\n node.addEventListener(\"animationcancel\", handleAnimationEnd);\n node.addEventListener(\"animationend\", handleAnimationEnd);\n return () => {\n ownerWindow.clearTimeout(timeoutId);\n node.removeEventListener(\"animationstart\", handleAnimationStart);\n node.removeEventListener(\"animationcancel\", handleAnimationEnd);\n node.removeEventListener(\"animationend\", handleAnimationEnd);\n };\n } else {\n send(\"ANIMATION_END\");\n }\n }, [node, send]);\n return {\n isPresent: [\"mounted\", \"unmountSuspended\"].includes(state),\n ref: React2.useCallback((node2) => {\n if (node2) {\n const styles = getComputedStyle(node2);\n stylesRef.current = styles;\n mountAnimationNameRef.current = getAnimationName(styles);\n } else {\n stylesRef.current = null;\n }\n setNode(node2);\n }, [])\n };\n}\n__name(usePresence, \"usePresence\");\nfunction setRef(ref, value) {\n if (typeof ref === \"function\") {\n return ref(value);\n } else if (ref !== null && ref !== void 0) {\n ref.current = value;\n }\n}\n__name(setRef, \"setRef\");\nfunction useStableComposedRefs(...refs) {\n const refsRef = React2.useRef(refs);\n refsRef.current = refs;\n return React2.useCallback((node) => {\n const currentRefs = refsRef.current;\n let hasCleanup = false;\n const cleanups = currentRefs.map((ref) => {\n const cleanup = setRef(ref, node);\n if (!hasCleanup && typeof cleanup === \"function\") {\n hasCleanup = true;\n }\n return cleanup;\n });\n if (hasCleanup) {\n return () => {\n for (let i = 0; i < cleanups.length; i++) {\n const cleanup = cleanups[i];\n if (typeof cleanup === \"function\") {\n cleanup();\n } else {\n setRef(currentRefs[i], null);\n }\n }\n };\n }\n }, []);\n}\n__name(useStableComposedRefs, \"useStableComposedRefs\");\nfunction getAnimationName(styles) {\n return styles?.animationName || \"none\";\n}\n__name(getAnimationName, \"getAnimationName\");\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\n__name(getElementRef, \"getElementRef\");\nvar Root = Presence;\nexport {\n Presence,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\nvar __defProp = Object.defineProperty;\nvar __name = (target, value) => __defProp(target, \"name\", { value, configurable: true });\n\n// src/radio-group.tsx\nimport * as React2 from \"react\";\nimport { composeEventHandlers as composeEventHandlers2 } from \"@radix-ui/primitive\";\nimport { useComposedRefs as useComposedRefs2 } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope as createContextScope2 } from \"@radix-ui/react-context\";\nimport { Primitive as Primitive2 } from \"@radix-ui/react-primitive\";\nimport * as RovingFocusGroup from \"@radix-ui/react-roving-focus\";\nimport { createRovingFocusGroupScope } from \"@radix-ui/react-roving-focus\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useDirection } from \"@radix-ui/react-direction\";\n\n// src/radio.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useSize } from \"@radix-ui/react-use-size\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { Fragment, jsx, jsxs } from \"react/jsx-runtime\";\nvar RADIO_NAME = \"Radio\";\nvar [createRadioContext, createRadioScope] = createContextScope(RADIO_NAME);\nvar [RadioProviderImpl, useRadioContext] = createRadioContext(RADIO_NAME);\nfunction RadioProvider(props) {\n const {\n __scopeRadio,\n checked = false,\n children,\n disabled,\n form,\n name,\n onCheck,\n required,\n value = \"on\",\n // @ts-expect-error\n internal_do_not_use_render\n } = props;\n const [control, setControl] = React.useState(null);\n const [bubbleInput, setBubbleInput] = React.useState(null);\n const hasConsumerStoppedPropagationRef = React.useRef(false);\n const [userInteractionCount, onUserInteraction] = React.useReducer(\n (count) => count + 1,\n 0\n );\n const isFormControl = control ? !!form || !!control.closest(\"form\") : (\n // We set this to true by default so that events bubble to forms without JS (SSR)\n true\n );\n const context = {\n checked,\n disabled,\n required,\n name,\n form,\n value,\n control,\n setControl,\n hasConsumerStoppedPropagationRef,\n userInteractionCount,\n onUserInteraction,\n isFormControl,\n bubbleInput,\n setBubbleInput,\n onCheck: /* @__PURE__ */ __name(() => onCheck?.(), \"onCheck\")\n };\n return /* @__PURE__ */ jsx(RadioProviderImpl, { scope: __scopeRadio, ...context, children: isFunction(internal_do_not_use_render) ? internal_do_not_use_render(context) : children });\n}\n__name(RadioProvider, \"RadioProvider\");\nvar TRIGGER_NAME = \"RadioTrigger\";\nvar RadioTrigger = /* @__PURE__ */ React.forwardRef(\n /* @__PURE__ */ __name(function RadioTrigger2({ __scopeRadio, onClick, ...radioProps }, forwardedRef) {\n const {\n checked,\n disabled,\n value,\n setControl,\n onCheck,\n hasConsumerStoppedPropagationRef,\n onUserInteraction,\n isFormControl,\n bubbleInput\n } = useRadioContext(TRIGGER_NAME, __scopeRadio);\n const composedRefs = useComposedRefs(forwardedRef, setControl);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n role: \"radio\",\n \"aria-checked\": checked,\n \"data-state\": getState(checked),\n \"data-disabled\": disabled ? \"\" : void 0,\n disabled,\n value,\n ...radioProps,\n ref: composedRefs,\n onClick: composeEventHandlers(onClick, (event) => {\n if (!checked) {\n onUserInteraction();\n onCheck();\n }\n if (bubbleInput && isFormControl) {\n hasConsumerStoppedPropagationRef.current = event.isPropagationStopped();\n if (!hasConsumerStoppedPropagationRef.current) event.stopPropagation();\n }\n })\n }\n );\n }, \"RadioTrigger\")\n);\nvar INDICATOR_NAME = \"RadioIndicator\";\nvar RadioIndicator = /* @__PURE__ */ React.forwardRef(\n /* @__PURE__ */ __name(function RadioIndicator2(props, forwardedRef) {\n const { __scopeRadio, forceMount, ...indicatorProps } = props;\n const context = useRadioContext(INDICATOR_NAME, __scopeRadio);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.checked, children: /* @__PURE__ */ jsx(\n Primitive.span,\n {\n \"data-state\": getState(context.checked),\n \"data-disabled\": context.disabled ? \"\" : void 0,\n ...indicatorProps,\n ref: forwardedRef\n }\n ) });\n }, \"RadioIndicator\")\n);\nvar BUBBLE_INPUT_NAME = \"RadioBubbleInput\";\nvar RadioBubbleInput = /* @__PURE__ */ React.forwardRef(\n /* @__PURE__ */ __name(function RadioBubbleInput2({ __scopeRadio, onClick, ...props }, forwardedRef) {\n const {\n control,\n checked,\n required,\n disabled,\n name,\n value,\n form,\n bubbleInput,\n setBubbleInput,\n hasConsumerStoppedPropagationRef,\n userInteractionCount\n } = useRadioContext(BUBBLE_INPUT_NAME, __scopeRadio);\n const composedRefs = useComposedRefs(forwardedRef, setBubbleInput);\n const controlSize = useSize(control);\n const shouldStopClickPropagationRef = React.useRef(false);\n const prevCheckedRef = React.useRef(checked);\n const prevUserInteractionCountRef = React.useRef(userInteractionCount);\n React.useEffect(() => {\n const input = bubbleInput;\n if (!input) return;\n const inputProto = window.HTMLInputElement.prototype;\n const descriptor = Object.getOwnPropertyDescriptor(\n inputProto,\n \"checked\"\n );\n const setChecked = descriptor.set;\n const isUserInteraction = userInteractionCount !== prevUserInteractionCountRef.current;\n prevUserInteractionCountRef.current = userInteractionCount;\n const checkedChanged = prevCheckedRef.current !== checked;\n prevCheckedRef.current = checked;\n const bubbles = !(isUserInteraction && hasConsumerStoppedPropagationRef.current);\n if (checkedChanged && setChecked) {\n shouldStopClickPropagationRef.current = !isUserInteraction;\n const event = new Event(\"click\", { bubbles });\n setChecked.call(input, checked);\n input.dispatchEvent(event);\n shouldStopClickPropagationRef.current = false;\n }\n }, [bubbleInput, checked, hasConsumerStoppedPropagationRef, userInteractionCount]);\n const defaultCheckedRef = React.useRef(checked);\n return /* @__PURE__ */ jsx(\n Primitive.input,\n {\n type: \"radio\",\n \"aria-hidden\": true,\n defaultChecked: defaultCheckedRef.current,\n required,\n disabled,\n name,\n value,\n form,\n ...props,\n tabIndex: -1,\n ref: composedRefs,\n onClick: composeEventHandlers(onClick, (event) => {\n if (shouldStopClickPropagationRef.current) {\n event.stopPropagation();\n }\n }),\n style: {\n ...props.style,\n ...controlSize,\n position: \"absolute\",\n pointerEvents: \"none\",\n opacity: 0,\n margin: 0,\n // We transform because the input is absolutely positioned but we have\n // rendered it **after** the button. This pulls it back to sit on top\n // of the button.\n transform: \"translateX(-100%)\"\n }\n }\n );\n }, \"RadioBubbleInput\")\n);\nfunction isFunction(value) {\n return typeof value === \"function\";\n}\n__name(isFunction, \"isFunction\");\nfunction getState(checked) {\n return checked ? \"checked\" : \"unchecked\";\n}\n__name(getState, \"getState\");\n\n// src/radio-group.tsx\nimport { Fragment as Fragment2, jsx as jsx2, jsxs as jsxs2 } from \"react/jsx-runtime\";\nvar ARROW_KEYS = [\"ArrowUp\", \"ArrowDown\", \"ArrowLeft\", \"ArrowRight\"];\nvar RADIO_GROUP_NAME = \"RadioGroup\";\nvar [createRadioGroupContext, createRadioGroupScope] = createContextScope2(RADIO_GROUP_NAME, [\n createRovingFocusGroupScope,\n createRadioScope\n]);\nvar useRovingFocusGroupScope = createRovingFocusGroupScope();\nvar useRadioScope = createRadioScope();\nvar [RadioGroupProvider, useRadioGroupContext] = createRadioGroupContext(RADIO_GROUP_NAME);\nvar RadioGroup = /* @__PURE__ */ React2.forwardRef(\n /* @__PURE__ */ __name(function RadioGroup2(props, forwardedRef) {\n const {\n __scopeRadioGroup,\n name,\n form,\n defaultValue,\n value: valueProp,\n required = false,\n disabled = false,\n orientation,\n dir,\n loop = true,\n onValueChange,\n ...groupProps\n } = props;\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeRadioGroup);\n const direction = useDirection(dir);\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? null,\n onChange: onValueChange,\n caller: RADIO_GROUP_NAME\n });\n const [control, setControl] = React2.useState(null);\n const composedRefs = useComposedRefs2(forwardedRef, setControl);\n const initialValueRef = React2.useRef(value);\n React2.useEffect(() => {\n const associatedForm = form ? control?.ownerDocument.getElementById(form) : control?.closest(\"form\");\n if (associatedForm instanceof HTMLFormElement) {\n const reset = /* @__PURE__ */ __name(() => setValue(initialValueRef.current), \"reset\");\n associatedForm.addEventListener(\"reset\", reset);\n return () => associatedForm.removeEventListener(\"reset\", reset);\n }\n }, [control, form, setValue]);\n return /* @__PURE__ */ jsx2(\n RadioGroupProvider,\n {\n scope: __scopeRadioGroup,\n name,\n form,\n required,\n disabled,\n value,\n onValueChange: setValue,\n children: /* @__PURE__ */ jsx2(\n RovingFocusGroup.Root,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n orientation,\n dir: direction,\n loop,\n children: /* @__PURE__ */ jsx2(\n Primitive2.div,\n {\n role: \"radiogroup\",\n \"aria-required\": required,\n \"aria-orientation\": orientation,\n \"data-disabled\": disabled ? \"\" : void 0,\n dir: direction,\n ...groupProps,\n ref: composedRefs\n }\n )\n }\n )\n }\n );\n }, \"RadioGroup\")\n);\nvar ITEM_PROVIDER_NAME = \"RadioGroupItemProvider\";\nvar ITEM_TRIGGER_NAME = \"RadioGroupItemTrigger\";\nfunction RadioGroupItemProvider(props) {\n const {\n __scopeRadioGroup,\n value,\n disabled,\n children,\n // @ts-expect-error\n internal_do_not_use_render\n } = props;\n const context = useRadioGroupContext(ITEM_PROVIDER_NAME, __scopeRadioGroup);\n const radioScope = useRadioScope(__scopeRadioGroup);\n const isDisabled = context.disabled || disabled;\n return /* @__PURE__ */ jsx2(\n RadioProvider,\n {\n ...radioScope,\n checked: context.value === value,\n disabled: isDisabled,\n required: context.required,\n name: context.name,\n form: context.form,\n value,\n onCheck: () => context.onValueChange(value),\n internal_do_not_use_render,\n children\n }\n );\n}\n__name(RadioGroupItemProvider, \"RadioGroupItemProvider\");\nvar RadioGroupItemTrigger = /* @__PURE__ */ React2.forwardRef(/* @__PURE__ */ __name(function RadioGroupItemTrigger2(props, forwardedRef) {\n const { __scopeRadioGroup, ...triggerProps } = props;\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeRadioGroup);\n const radioScope = useRadioScope(__scopeRadioGroup);\n const { checked, disabled } = useRadioContext(ITEM_TRIGGER_NAME, radioScope.__scopeRadio);\n const ref = React2.useRef(null);\n const composedRefs = useComposedRefs2(forwardedRef, ref);\n const isArrowKeyPressedRef = React2.useRef(false);\n React2.useEffect(() => {\n const handleKeyDown = /* @__PURE__ */ __name((event) => {\n if (ARROW_KEYS.includes(event.key)) {\n isArrowKeyPressedRef.current = true;\n }\n }, \"handleKeyDown\");\n const handleKeyUp = /* @__PURE__ */ __name(() => isArrowKeyPressedRef.current = false, \"handleKeyUp\");\n document.addEventListener(\"keydown\", handleKeyDown);\n document.addEventListener(\"keyup\", handleKeyUp);\n return () => {\n document.removeEventListener(\"keydown\", handleKeyDown);\n document.removeEventListener(\"keyup\", handleKeyUp);\n };\n }, []);\n return /* @__PURE__ */ jsx2(\n RovingFocusGroup.Item,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n focusable: !disabled,\n active: checked,\n children: /* @__PURE__ */ jsx2(\n RadioTrigger,\n {\n ...radioScope,\n ...triggerProps,\n ref: composedRefs,\n onKeyDown: composeEventHandlers2(triggerProps.onKeyDown, (event) => {\n if (event.key === \"Enter\") event.preventDefault();\n }),\n onFocus: composeEventHandlers2(triggerProps.onFocus, () => {\n if (isArrowKeyPressedRef.current) {\n ref.current?.click();\n }\n })\n }\n )\n }\n );\n}, \"RadioGroupItemTrigger\"));\nvar RadioGroupItem = /* @__PURE__ */ React2.forwardRef(\n /* @__PURE__ */ __name(function RadioGroupItem2(props, forwardedRef) {\n const { __scopeRadioGroup, value, disabled, ...itemProps } = props;\n return /* @__PURE__ */ jsx2(\n RadioGroupItemProvider,\n {\n __scopeRadioGroup,\n value,\n disabled,\n internal_do_not_use_render: ({ isFormControl }) => /* @__PURE__ */ jsxs2(Fragment2, { children: [\n /* @__PURE__ */ jsx2(\n RadioGroupItemTrigger,\n {\n ...itemProps,\n ref: forwardedRef,\n __scopeRadioGroup\n }\n ),\n isFormControl && /* @__PURE__ */ jsx2(\n RadioGroupItemBubbleInput,\n {\n __scopeRadioGroup\n }\n )\n ] })\n }\n );\n }, \"RadioGroupItem\")\n);\nvar RadioGroupItemBubbleInput = /* @__PURE__ */ React2.forwardRef(/* @__PURE__ */ __name(function RadioGroupItemBubbleInput2(props, forwardedRef) {\n const { __scopeRadioGroup, ...bubbleProps } = props;\n const radioScope = useRadioScope(__scopeRadioGroup);\n return /* @__PURE__ */ jsx2(RadioBubbleInput, { ...radioScope, ...bubbleProps, ref: forwardedRef });\n}, \"RadioGroupItemBubbleInput\"));\nvar RadioGroupIndicator = /* @__PURE__ */ React2.forwardRef(\n // blank line to reduce diff noise\n /* @__PURE__ */ __name(function RadioGroupIndicator2(props, forwardedRef) {\n const { __scopeRadioGroup, ...indicatorProps } = props;\n const radioScope = useRadioScope(__scopeRadioGroup);\n return /* @__PURE__ */ jsx2(RadioIndicator, { ...radioScope, ...indicatorProps, ref: forwardedRef });\n }, \"RadioGroupIndicator\")\n);\nexport {\n RadioGroupIndicator as Indicator,\n RadioGroupItem as Item,\n RadioGroup,\n RadioGroupIndicator,\n RadioGroupItem,\n RadioGroup as Root,\n createRadioGroupScope,\n RadioGroupItemBubbleInput as unstable_ItemBubbleInput,\n RadioGroupItemProvider as unstable_ItemProvider,\n RadioGroupItemTrigger as unstable_ItemTrigger,\n RadioGroupItemBubbleInput as unstable_RadioGroupItemBubbleInput,\n RadioGroupItemProvider as unstable_RadioGroupItemProvider,\n RadioGroupItemTrigger as unstable_RadioGroupItemTrigger\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\nimport { createContext } from \"react\";\n\nexport interface RadioGroupContextProps {\n disabled: boolean;\n checkedValue: string;\n}\n\nconst RadioGroupContext = createContext<RadioGroupContextProps>({\n disabled: false,\n checkedValue: \"\",\n});\n\nexport default RadioGroupContext;\n","var l=e=>typeof e==\"boolean\"?`${e}`:e===0?\"0\":e,u=e=>!e||typeof e!=\"object\"||Object.keys(e).length===0,x=(e,o)=>JSON.stringify(e)===JSON.stringify(o),A=e=>typeof e==\"boolean\";function i(e,o){e.forEach(function(r){Array.isArray(r)?i(r,o):o.push(r);});}function y(e){let o=[];return i(e,o),o}var a=(...e)=>y(e).filter(Boolean),p=(e,o)=>{let r={},c=Object.keys(e),f=Object.keys(o);for(let t of c)if(f.includes(t)){let s=e[t],n=o[t];Array.isArray(s)||Array.isArray(n)?r[t]=a(n,s):typeof s==\"object\"&&typeof n==\"object\"?r[t]=p(s,n):r[t]=n+\" \"+s;}else r[t]=e[t];for(let t of f)c.includes(t)||(r[t]=o[t]);return r},g=e=>!e||typeof e!=\"string\"?e:e.replace(/\\s+/g,\" \").trim();\n\nexport { l as a, u as b, x as c, A as d, y as e, a as f, p as g, g as h };\n","const CLASS_PART_SEPARATOR = '-';\nconst createClassGroupUtils = config => {\n const classMap = createClassMap(config);\n const {\n conflictingClassGroups,\n conflictingClassGroupModifiers\n } = config;\n const getClassGroupId = className => {\n const classParts = className.split(CLASS_PART_SEPARATOR);\n // Classes like `-inset-1` produce an empty string as first classPart. We assume that classes for negative values are used correctly and remove it from classParts.\n if (classParts[0] === '' && classParts.length !== 1) {\n classParts.shift();\n }\n return getGroupRecursive(classParts, classMap) || getGroupIdForArbitraryProperty(className);\n };\n const getConflictingClassGroupIds = (classGroupId, hasPostfixModifier) => {\n const conflicts = conflictingClassGroups[classGroupId] || [];\n if (hasPostfixModifier && conflictingClassGroupModifiers[classGroupId]) {\n return [...conflicts, ...conflictingClassGroupModifiers[classGroupId]];\n }\n return conflicts;\n };\n return {\n getClassGroupId,\n getConflictingClassGroupIds\n };\n};\nconst getGroupRecursive = (classParts, classPartObject) => {\n if (classParts.length === 0) {\n return classPartObject.classGroupId;\n }\n const currentClassPart = classParts[0];\n const nextClassPartObject = classPartObject.nextPart.get(currentClassPart);\n const classGroupFromNextClassPart = nextClassPartObject ? getGroupRecursive(classParts.slice(1), nextClassPartObject) : undefined;\n if (classGroupFromNextClassPart) {\n return classGroupFromNextClassPart;\n }\n if (classPartObject.validators.length === 0) {\n return undefined;\n }\n const classRest = classParts.join(CLASS_PART_SEPARATOR);\n return classPartObject.validators.find(({\n validator\n }) => validator(classRest))?.classGroupId;\n};\nconst arbitraryPropertyRegex = /^\\[(.+)\\]$/;\nconst getGroupIdForArbitraryProperty = className => {\n if (arbitraryPropertyRegex.test(className)) {\n const arbitraryPropertyClassName = arbitraryPropertyRegex.exec(className)[1];\n const property = arbitraryPropertyClassName?.substring(0, arbitraryPropertyClassName.indexOf(':'));\n if (property) {\n // I use two dots here because one dot is used as prefix for class groups in plugins\n return 'arbitrary..' + property;\n }\n }\n};\n/**\n * Exported for testing only\n */\nconst createClassMap = config => {\n const {\n theme,\n prefix\n } = config;\n const classMap = {\n nextPart: new Map(),\n validators: []\n };\n const prefixedClassGroupEntries = getPrefixedClassGroupEntries(Object.entries(config.classGroups), prefix);\n prefixedClassGroupEntries.forEach(([classGroupId, classGroup]) => {\n processClassesRecursively(classGroup, classMap, classGroupId, theme);\n });\n return classMap;\n};\nconst processClassesRecursively = (classGroup, classPartObject, classGroupId, theme) => {\n classGroup.forEach(classDefinition => {\n if (typeof classDefinition === 'string') {\n const classPartObjectToEdit = classDefinition === '' ? classPartObject : getPart(classPartObject, classDefinition);\n classPartObjectToEdit.classGroupId = classGroupId;\n return;\n }\n if (typeof classDefinition === 'function') {\n if (isThemeGetter(classDefinition)) {\n processClassesRecursively(classDefinition(theme), classPartObject, classGroupId, theme);\n return;\n }\n classPartObject.validators.push({\n validator: classDefinition,\n classGroupId\n });\n return;\n }\n Object.entries(classDefinition).forEach(([key, classGroup]) => {\n processClassesRecursively(classGroup, getPart(classPartObject, key), classGroupId, theme);\n });\n });\n};\nconst getPart = (classPartObject, path) => {\n let currentClassPartObject = classPartObject;\n path.split(CLASS_PART_SEPARATOR).forEach(pathPart => {\n if (!currentClassPartObject.nextPart.has(pathPart)) {\n currentClassPartObject.nextPart.set(pathPart, {\n nextPart: new Map(),\n validators: []\n });\n }\n currentClassPartObject = currentClassPartObject.nextPart.get(pathPart);\n });\n return currentClassPartObject;\n};\nconst isThemeGetter = func => func.isThemeGetter;\nconst getPrefixedClassGroupEntries = (classGroupEntries, prefix) => {\n if (!prefix) {\n return classGroupEntries;\n }\n return classGroupEntries.map(([classGroupId, classGroup]) => {\n const prefixedClassGroup = classGroup.map(classDefinition => {\n if (typeof classDefinition === 'string') {\n return prefix + classDefinition;\n }\n if (typeof classDefinition === 'object') {\n return Object.fromEntries(Object.entries(classDefinition).map(([key, value]) => [prefix + key, value]));\n }\n return classDefinition;\n });\n return [classGroupId, prefixedClassGroup];\n });\n};\n\n// LRU cache inspired from hashlru (https://github.com/dominictarr/hashlru/blob/v1.0.4/index.js) but object replaced with Map to improve performance\nconst createLruCache = maxCacheSize => {\n if (maxCacheSize < 1) {\n return {\n get: () => undefined,\n set: () => {}\n };\n }\n let cacheSize = 0;\n let cache = new Map();\n let previousCache = new Map();\n const update = (key, value) => {\n cache.set(key, value);\n cacheSize++;\n if (cacheSize > maxCacheSize) {\n cacheSize = 0;\n previousCache = cache;\n cache = new Map();\n }\n };\n return {\n get(key) {\n let value = cache.get(key);\n if (value !== undefined) {\n return value;\n }\n if ((value = previousCache.get(key)) !== undefined) {\n update(key, value);\n return value;\n }\n },\n set(key, value) {\n if (cache.has(key)) {\n cache.set(key, value);\n } else {\n update(key, value);\n }\n }\n };\n};\nconst IMPORTANT_MODIFIER = '!';\nconst createParseClassName = config => {\n const {\n separator,\n experimentalParseClassName\n } = config;\n const isSeparatorSingleCharacter = separator.length === 1;\n const firstSeparatorCharacter = separator[0];\n const separatorLength = separator.length;\n // parseClassName inspired by https://github.com/tailwindlabs/tailwindcss/blob/v3.2.2/src/util/splitAtTopLevelOnly.js\n const parseClassName = className => {\n const modifiers = [];\n let bracketDepth = 0;\n let modifierStart = 0;\n let postfixModifierPosition;\n for (let index = 0; index < className.length; index++) {\n let currentCharacter = className[index];\n if (bracketDepth === 0) {\n if (currentCharacter === firstSeparatorCharacter && (isSeparatorSingleCharacter || className.slice(index, index + separatorLength) === separator)) {\n modifiers.push(className.slice(modifierStart, index));\n modifierStart = index + separatorLength;\n continue;\n }\n if (currentCharacter === '/') {\n postfixModifierPosition = index;\n continue;\n }\n }\n if (currentCharacter === '[') {\n bracketDepth++;\n } else if (currentCharacter === ']') {\n bracketDepth--;\n }\n }\n const baseClassNameWithImportantModifier = modifiers.length === 0 ? className : className.substring(modifierStart);\n const hasImportantModifier = baseClassNameWithImportantModifier.startsWith(IMPORTANT_MODIFIER);\n const baseClassName = hasImportantModifier ? baseClassNameWithImportantModifier.substring(1) : baseClassNameWithImportantModifier;\n const maybePostfixModifierPosition = postfixModifierPosition && postfixModifierPosition > modifierStart ? postfixModifierPosition - modifierStart : undefined;\n return {\n modifiers,\n hasImportantModifier,\n baseClassName,\n maybePostfixModifierPosition\n };\n };\n if (experimentalParseClassName) {\n return className => experimentalParseClassName({\n className,\n parseClassName\n });\n }\n return parseClassName;\n};\n/**\n * Sorts modifiers according to following schema:\n * - Predefined modifiers are sorted alphabetically\n * - When an arbitrary variant appears, it must be preserved which modifiers are before and after it\n */\nconst sortModifiers = modifiers => {\n if (modifiers.length <= 1) {\n return modifiers;\n }\n const sortedModifiers = [];\n let unsortedModifiers = [];\n modifiers.forEach(modifier => {\n const isArbitraryVariant = modifier[0] === '[';\n if (isArbitraryVariant) {\n sortedModifiers.push(...unsortedModifiers.sort(), modifier);\n unsortedModifiers = [];\n } else {\n unsortedModifiers.push(modifier);\n }\n });\n sortedModifiers.push(...unsortedModifiers.sort());\n return sortedModifiers;\n};\nconst createConfigUtils = config => ({\n cache: createLruCache(config.cacheSize),\n parseClassName: createParseClassName(config),\n ...createClassGroupUtils(config)\n});\nconst SPLIT_CLASSES_REGEX = /\\s+/;\nconst mergeClassList = (classList, configUtils) => {\n const {\n parseClassName,\n getClassGroupId,\n getConflictingClassGroupIds\n } = configUtils;\n /**\n * Set of classGroupIds in following format:\n * `{importantModifier}{variantModifiers}{classGroupId}`\n * @example 'float'\n * @example 'hover:focus:bg-color'\n * @example 'md:!pr'\n */\n const classGroupsInConflict = [];\n const classNames = classList.trim().split(SPLIT_CLASSES_REGEX);\n let result = '';\n for (let index = classNames.length - 1; index >= 0; index -= 1) {\n const originalClassName = classNames[index];\n const {\n modifiers,\n hasImportantModifier,\n baseClassName,\n maybePostfixModifierPosition\n } = parseClassName(originalClassName);\n let hasPostfixModifier = Boolean(maybePostfixModifierPosition);\n let classGroupId = getClassGroupId(hasPostfixModifier ? baseClassName.substring(0, maybePostfixModifierPosition) : baseClassName);\n if (!classGroupId) {\n if (!hasPostfixModifier) {\n // Not a Tailwind class\n result = originalClassName + (result.length > 0 ? ' ' + result : result);\n continue;\n }\n classGroupId = getClassGroupId(baseClassName);\n if (!classGroupId) {\n // Not a Tailwind class\n result = originalClassName + (result.length > 0 ? ' ' + result : result);\n continue;\n }\n hasPostfixModifier = false;\n }\n const variantModifier = sortModifiers(modifiers).join(':');\n const modifierId = hasImportantModifier ? variantModifier + IMPORTANT_MODIFIER : variantModifier;\n const classId = modifierId + classGroupId;\n if (classGroupsInConflict.includes(classId)) {\n // Tailwind class omitted due to conflict\n continue;\n }\n classGroupsInConflict.push(classId);\n const conflictGroups = getConflictingClassGroupIds(classGroupId, hasPostfixModifier);\n for (let i = 0; i < conflictGroups.length; ++i) {\n const group = conflictGroups[i];\n classGroupsInConflict.push(modifierId + group);\n }\n // Tailwind class not in conflict\n result = originalClassName + (result.length > 0 ? ' ' + result : result);\n }\n return result;\n};\n\n/**\n * The code in this file is copied from https://github.com/lukeed/clsx and modified to suit the needs of tailwind-merge better.\n *\n * Specifically:\n * - Runtime code from https://github.com/lukeed/clsx/blob/v1.2.1/src/index.js\n * - TypeScript types from https://github.com/lukeed/clsx/blob/v1.2.1/clsx.d.ts\n *\n * Original code has MIT license: Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)\n */\nfunction twJoin() {\n let index = 0;\n let argument;\n let resolvedValue;\n let string = '';\n while (index < arguments.length) {\n if (argument = arguments[index++]) {\n if (resolvedValue = toValue(argument)) {\n string && (string += ' ');\n string += resolvedValue;\n }\n }\n }\n return string;\n}\nconst toValue = mix => {\n if (typeof mix === 'string') {\n return mix;\n }\n let resolvedValue;\n let string = '';\n for (let k = 0; k < mix.length; k++) {\n if (mix[k]) {\n if (resolvedValue = toValue(mix[k])) {\n string && (string += ' ');\n string += resolvedValue;\n }\n }\n }\n return string;\n};\nfunction createTailwindMerge(createConfigFirst, ...createConfigRest) {\n let configUtils;\n let cacheGet;\n let cacheSet;\n let functionToCall = initTailwindMerge;\n function initTailwindMerge(classList) {\n const config = createConfigRest.reduce((previousConfig, createConfigCurrent) => createConfigCurrent(previousConfig), createConfigFirst());\n configUtils = createConfigUtils(config);\n cacheGet = configUtils.cache.get;\n cacheSet = configUtils.cache.set;\n functionToCall = tailwindMerge;\n return tailwindMerge(classList);\n }\n function tailwindMerge(classList) {\n const cachedResult = cacheGet(classList);\n if (cachedResult) {\n return cachedResult;\n }\n const result = mergeClassList(classList, configUtils);\n cacheSet(classList, result);\n return result;\n }\n return function callTailwindMerge() {\n return functionToCall(twJoin.apply(null, arguments));\n };\n}\nconst fromTheme = key => {\n const themeGetter = theme => theme[key] || [];\n themeGetter.isThemeGetter = true;\n return themeGetter;\n};\nconst arbitraryValueRegex = /^\\[(?:([a-z-]+):)?(.+)\\]$/i;\nconst fractionRegex = /^\\d+\\/\\d+$/;\nconst stringLengths = /*#__PURE__*/new Set(['px', 'full', 'screen']);\nconst tshirtUnitRegex = /^(\\d+(\\.\\d+)?)?(xs|sm|md|lg|xl)$/;\nconst lengthUnitRegex = /\\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\\b(calc|min|max|clamp)\\(.+\\)|^0$/;\nconst colorFunctionRegex = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\\(.+\\)$/;\n// Shadow always begins with x and y offset separated by underscore optionally prepended by inset\nconst shadowRegex = /^(inset_)?-?((\\d+)?\\.?(\\d+)[a-z]+|0)_-?((\\d+)?\\.?(\\d+)[a-z]+|0)/;\nconst imageRegex = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\\(.+\\)$/;\nconst isLength = value => isNumber(value) || stringLengths.has(value) || fractionRegex.test(value);\nconst isArbitraryLength = value => getIsArbitraryValue(value, 'length', isLengthOnly);\nconst isNumber = value => Boolean(value) && !Number.isNaN(Number(value));\nconst isArbitraryNumber = value => getIsArbitraryValue(value, 'number', isNumber);\nconst isInteger = value => Boolean(value) && Number.isInteger(Number(value));\nconst isPercent = value => value.endsWith('%') && isNumber(value.slice(0, -1));\nconst isArbitraryValue = value => arbitraryValueRegex.test(value);\nconst isTshirtSize = value => tshirtUnitRegex.test(value);\nconst sizeLabels = /*#__PURE__*/new Set(['length', 'size', 'percentage']);\nconst isArbitrarySize = value => getIsArbitraryValue(value, sizeLabels, isNever);\nconst isArbitraryPosition = value => getIsArbitraryValue(value, 'position', isNever);\nconst imageLabels = /*#__PURE__*/new Set(['image', 'url']);\nconst isArbitraryImage = value => getIsArbitraryValue(value, imageLabels, isImage);\nconst isArbitraryShadow = value => getIsArbitraryValue(value, '', isShadow);\nconst isAny = () => true;\nconst getIsArbitraryValue = (value, label, testValue) => {\n const result = arbitraryValueRegex.exec(value);\n if (result) {\n if (result[1]) {\n return typeof label === 'string' ? result[1] === label : label.has(result[1]);\n }\n return testValue(result[2]);\n }\n return false;\n};\nconst isLengthOnly = value =>\n// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.\n// For example, `hsl(0 0% 0%)` would be classified as a length without this check.\n// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.\nlengthUnitRegex.test(value) && !colorFunctionRegex.test(value);\nconst isNever = () => false;\nconst isShadow = value => shadowRegex.test(value);\nconst isImage = value => imageRegex.test(value);\nconst validators = /*#__PURE__*/Object.defineProperty({\n __proto__: null,\n isAny,\n isArbitraryImage,\n isArbitraryLength,\n isArbitraryNumber,\n isArbitraryPosition,\n isArbitraryShadow,\n isArbitrarySize,\n isArbitraryValue,\n isInteger,\n isLength,\n isNumber,\n isPercent,\n isTshirtSize\n}, Symbol.toStringTag, {\n value: 'Module'\n});\nconst getDefaultConfig = () => {\n const colors = fromTheme('colors');\n const spacing = fromTheme('spacing');\n const blur = fromTheme('blur');\n const brightness = fromTheme('brightness');\n const borderColor = fromTheme('borderColor');\n const borderRadius = fromTheme('borderRadius');\n const borderSpacing = fromTheme('borderSpacing');\n const borderWidth = fromTheme('borderWidth');\n const contrast = fromTheme('contrast');\n const grayscale = fromTheme('grayscale');\n const hueRotate = fromTheme('hueRotate');\n const invert = fromTheme('invert');\n const gap = fromTheme('gap');\n const gradientColorStops = fromTheme('gradientColorStops');\n const gradientColorStopPositions = fromTheme('gradientColorStopPositions');\n const inset = fromTheme('inset');\n const margin = fromTheme('margin');\n const opacity = fromTheme('opacity');\n const padding = fromTheme('padding');\n const saturate = fromTheme('saturate');\n const scale = fromTheme('scale');\n const sepia = fromTheme('sepia');\n const skew = fromTheme('skew');\n const space = fromTheme('space');\n const translate = fromTheme('translate');\n const getOverscroll = () => ['auto', 'contain', 'none'];\n const getOverflow = () => ['auto', 'hidden', 'clip', 'visible', 'scroll'];\n const getSpacingWithAutoAndArbitrary = () => ['auto', isArbitraryValue, spacing];\n const getSpacingWithArbitrary = () => [isArbitraryValue, spacing];\n const getLengthWithEmptyAndArbitrary = () => ['', isLength, isArbitraryLength];\n const getNumberWithAutoAndArbitrary = () => ['auto', isNumber, isArbitraryValue];\n const getPositions = () => ['bottom', 'center', 'left', 'left-bottom', 'left-top', 'right', 'right-bottom', 'right-top', 'top'];\n const getLineStyles = () => ['solid', 'dashed', 'dotted', 'double', 'none'];\n const getBlendModes = () => ['normal', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'color-dodge', 'color-burn', 'hard-light', 'soft-light', 'difference', 'exclusion', 'hue', 'saturation', 'color', 'luminosity'];\n const getAlign = () => ['start', 'end', 'center', 'between', 'around', 'evenly', 'stretch'];\n const getZeroAndEmpty = () => ['', '0', isArbitraryValue];\n const getBreaks = () => ['auto', 'avoid', 'all', 'avoid-page', 'page', 'left', 'right', 'column'];\n const getNumberAndArbitrary = () => [isNumber, isArbitraryValue];\n return {\n cacheSize: 500,\n separator: ':',\n theme: {\n colors: [isAny],\n spacing: [isLength, isArbitraryLength],\n blur: ['none', '', isTshirtSize, isArbitraryValue],\n brightness: getNumberAndArbitrary(),\n borderColor: [colors],\n borderRadius: ['none', '', 'full', isTshirtSize, isArbitraryValue],\n borderSpacing: getSpacingWithArbitrary(),\n borderWidth: getLengthWithEmptyAndArbitrary(),\n contrast: getNumberAndArbitrary(),\n grayscale: getZeroAndEmpty(),\n hueRotate: getNumberAndArbitrary(),\n invert: getZeroAndEmpty(),\n gap: getSpacingWithArbitrary(),\n gradientColorStops: [colors],\n gradientColorStopPositions: [isPercent, isArbitraryLength],\n inset: getSpacingWithAutoAndArbitrary(),\n margin: getSpacingWithAutoAndArbitrary(),\n opacity: getNumberAndArbitrary(),\n padding: getSpacingWithArbitrary(),\n saturate: getNumberAndArbitrary(),\n scale: getNumberAndArbitrary(),\n sepia: getZeroAndEmpty(),\n skew: getNumberAndArbitrary(),\n space: getSpacingWithArbitrary(),\n translate: getSpacingWithArbitrary()\n },\n classGroups: {\n // Layout\n /**\n * Aspect Ratio\n * @see https://tailwindcss.com/docs/aspect-ratio\n */\n aspect: [{\n aspect: ['auto', 'square', 'video', isArbitraryValue]\n }],\n /**\n * Container\n * @see https://tailwindcss.com/docs/container\n */\n container: ['container'],\n /**\n * Columns\n * @see https://tailwindcss.com/docs/columns\n */\n columns: [{\n columns: [isTshirtSize]\n }],\n /**\n * Break After\n * @see https://tailwindcss.com/docs/break-after\n */\n 'break-after': [{\n 'break-after': getBreaks()\n }],\n /**\n * Break Before\n * @see https://tailwindcss.com/docs/break-before\n */\n 'break-before': [{\n 'break-before': getBreaks()\n }],\n /**\n * Break Inside\n * @see https://tailwindcss.com/docs/break-inside\n */\n 'break-inside': [{\n 'break-inside': ['auto', 'avoid', 'avoid-page', 'avoid-column']\n }],\n /**\n * Box Decoration Break\n * @see https://tailwindcss.com/docs/box-decoration-break\n */\n 'box-decoration': [{\n 'box-decoration': ['slice', 'clone']\n }],\n /**\n * Box Sizing\n * @see https://tailwindcss.com/docs/box-sizing\n */\n box: [{\n box: ['border', 'content']\n }],\n /**\n * Display\n * @see https://tailwindcss.com/docs/display\n */\n display: ['block', 'inline-block', 'inline', 'flex', 'inline-flex', 'table', 'inline-table', 'table-caption', 'table-cell', 'table-column', 'table-column-group', 'table-footer-group', 'table-header-group', 'table-row-group', 'table-row', 'flow-root', 'grid', 'inline-grid', 'contents', 'list-item', 'hidden'],\n /**\n * Floats\n * @see https://tailwindcss.com/docs/float\n */\n float: [{\n float: ['right', 'left', 'none', 'start', 'end']\n }],\n /**\n * Clear\n * @see https://tailwindcss.com/docs/clear\n */\n clear: [{\n clear: ['left', 'right', 'both', 'none', 'start', 'end']\n }],\n /**\n * Isolation\n * @see https://tailwindcss.com/docs/isolation\n */\n isolation: ['isolate', 'isolation-auto'],\n /**\n * Object Fit\n * @see https://tailwindcss.com/docs/object-fit\n */\n 'object-fit': [{\n object: ['contain', 'cover', 'fill', 'none', 'scale-down']\n }],\n /**\n * Object Position\n * @see https://tailwindcss.com/docs/object-position\n */\n 'object-position': [{\n object: [...getPositions(), isArbitraryValue]\n }],\n /**\n * Overflow\n * @see https://tailwindcss.com/docs/overflow\n */\n overflow: [{\n overflow: getOverflow()\n }],\n /**\n * Overflow X\n * @see https://tailwindcss.com/docs/overflow\n */\n 'overflow-x': [{\n 'overflow-x': getOverflow()\n }],\n /**\n * Overflow Y\n * @see https://tailwindcss.com/docs/overflow\n */\n 'overflow-y': [{\n 'overflow-y': getOverflow()\n }],\n /**\n * Overscroll Behavior\n * @see https://tailwindcss.com/docs/overscroll-behavior\n */\n overscroll: [{\n overscroll: getOverscroll()\n }],\n /**\n * Overscroll Behavior X\n * @see https://tailwindcss.com/docs/overscroll-behavior\n */\n 'overscroll-x': [{\n 'overscroll-x': getOverscroll()\n }],\n /**\n * Overscroll Behavior Y\n * @see https://tailwindcss.com/docs/overscroll-behavior\n */\n 'overscroll-y': [{\n 'overscroll-y': getOverscroll()\n }],\n /**\n * Position\n * @see https://tailwindcss.com/docs/position\n */\n position: ['static', 'fixed', 'absolute', 'relative', 'sticky'],\n /**\n * Top / Right / Bottom / Left\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n inset: [{\n inset: [inset]\n }],\n /**\n * Right / Left\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n 'inset-x': [{\n 'inset-x': [inset]\n }],\n /**\n * Top / Bottom\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n 'inset-y': [{\n 'inset-y': [inset]\n }],\n /**\n * Start\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n start: [{\n start: [inset]\n }],\n /**\n * End\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n end: [{\n end: [inset]\n }],\n /**\n * Top\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n top: [{\n top: [inset]\n }],\n /**\n * Right\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n right: [{\n right: [inset]\n }],\n /**\n * Bottom\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n bottom: [{\n bottom: [inset]\n }],\n /**\n * Left\n * @see https://tailwindcss.com/docs/top-right-bottom-left\n */\n left: [{\n left: [inset]\n }],\n /**\n * Visibility\n * @see https://tailwindcss.com/docs/visibility\n */\n visibility: ['visible', 'invisible', 'collapse'],\n /**\n * Z-Index\n * @see https://tailwindcss.com/docs/z-index\n */\n z: [{\n z: ['auto', isInteger, isArbitraryValue]\n }],\n // Flexbox and Grid\n /**\n * Flex Basis\n * @see https://tailwindcss.com/docs/flex-basis\n */\n basis: [{\n basis: getSpacingWithAutoAndArbitrary()\n }],\n /**\n * Flex Direction\n * @see https://tailwindcss.com/docs/flex-direction\n */\n 'flex-direction': [{\n flex: ['row', 'row-reverse', 'col', 'col-reverse']\n }],\n /**\n * Flex Wrap\n * @see https://tailwindcss.com/docs/flex-wrap\n */\n 'flex-wrap': [{\n flex: ['wrap', 'wrap-reverse', 'nowrap']\n }],\n /**\n * Flex\n * @see https://tailwindcss.com/docs/flex\n */\n flex: [{\n flex: ['1', 'auto', 'initial', 'none', isArbitraryValue]\n }],\n /**\n * Flex Grow\n * @see https://tailwindcss.com/docs/flex-grow\n */\n grow: [{\n grow: getZeroAndEmpty()\n }],\n /**\n * Flex Shrink\n * @see https://tailwindcss.com/docs/flex-shrink\n */\n shrink: [{\n shrink: getZeroAndEmpty()\n }],\n /**\n * Order\n * @see https://tailwindcss.com/docs/order\n */\n order: [{\n order: ['first', 'last', 'none', isInteger, isArbitraryValue]\n }],\n /**\n * Grid Template Columns\n * @see https://tailwindcss.com/docs/grid-template-columns\n */\n 'grid-cols': [{\n 'grid-cols': [isAny]\n }],\n /**\n * Grid Column Start / End\n * @see https://tailwindcss.com/docs/grid-column\n */\n 'col-start-end': [{\n col: ['auto', {\n span: ['full', isInteger, isArbitraryValue]\n }, isArbitraryValue]\n }],\n /**\n * Grid Column Start\n * @see https://tailwindcss.com/docs/grid-column\n */\n 'col-start': [{\n 'col-start': getNumberWithAutoAndArbitrary()\n }],\n /**\n * Grid Column End\n * @see https://tailwindcss.com/docs/grid-column\n */\n 'col-end': [{\n 'col-end': getNumberWithAutoAndArbitrary()\n }],\n /**\n * Grid Template Rows\n * @see https://tailwindcss.com/docs/grid-template-rows\n */\n 'grid-rows': [{\n 'grid-rows': [isAny]\n }],\n /**\n * Grid Row Start / End\n * @see https://tailwindcss.com/docs/grid-row\n */\n 'row-start-end': [{\n row: ['auto', {\n span: [isInteger, isArbitraryValue]\n }, isArbitraryValue]\n }],\n /**\n * Grid Row Start\n * @see https://tailwindcss.com/docs/grid-row\n */\n 'row-start': [{\n 'row-start': getNumberWithAutoAndArbitrary()\n }],\n /**\n * Grid Row End\n * @see https://tailwindcss.com/docs/grid-row\n */\n 'row-end': [{\n 'row-end': getNumberWithAutoAndArbitrary()\n }],\n /**\n * Grid Auto Flow\n * @see https://tailwindcss.com/docs/grid-auto-flow\n */\n 'grid-flow': [{\n 'grid-flow': ['row', 'col', 'dense', 'row-dense', 'col-dense']\n }],\n /**\n * Grid Auto Columns\n * @see https://tailwindcss.com/docs/grid-auto-columns\n */\n 'auto-cols': [{\n 'auto-cols': ['auto', 'min', 'max', 'fr', isArbitraryValue]\n }],\n /**\n * Grid Auto Rows\n * @see https://tailwindcss.com/docs/grid-auto-rows\n */\n 'auto-rows': [{\n 'auto-rows': ['auto', 'min', 'max', 'fr', isArbitraryValue]\n }],\n /**\n * Gap\n * @see https://tailwindcss.com/docs/gap\n */\n gap: [{\n gap: [gap]\n }],\n /**\n * Gap X\n * @see https://tailwindcss.com/docs/gap\n */\n 'gap-x': [{\n 'gap-x': [gap]\n }],\n /**\n * Gap Y\n * @see https://tailwindcss.com/docs/gap\n */\n 'gap-y': [{\n 'gap-y': [gap]\n }],\n /**\n * Justify Content\n * @see https://tailwindcss.com/docs/justify-content\n */\n 'justify-content': [{\n justify: ['normal', ...getAlign()]\n }],\n /**\n * Justify Items\n * @see https://tailwindcss.com/docs/justify-items\n */\n 'justify-items': [{\n 'justify-items': ['start', 'end', 'center', 'stretch']\n }],\n /**\n * Justify Self\n * @see https://tailwindcss.com/docs/justify-self\n */\n 'justify-self': [{\n 'justify-self': ['auto', 'start', 'end', 'center', 'stretch']\n }],\n /**\n * Align Content\n * @see https://tailwindcss.com/docs/align-content\n */\n 'align-content': [{\n content: ['normal', ...getAlign(), 'baseline']\n }],\n /**\n * Align Items\n * @see https://tailwindcss.com/docs/align-items\n */\n 'align-items': [{\n items: ['start', 'end', 'center', 'baseline', 'stretch']\n }],\n /**\n * Align Self\n * @see https://tailwindcss.com/docs/align-self\n */\n 'align-self': [{\n self: ['auto', 'start', 'end', 'center', 'stretch', 'baseline']\n }],\n /**\n * Place Content\n * @see https://tailwindcss.com/docs/place-content\n */\n 'place-content': [{\n 'place-content': [...getAlign(), 'baseline']\n }],\n /**\n * Place Items\n * @see https://tailwindcss.com/docs/place-items\n */\n 'place-items': [{\n 'place-items': ['start', 'end', 'center', 'baseline', 'stretch']\n }],\n /**\n * Place Self\n * @see https://tailwindcss.com/docs/place-self\n */\n 'place-self': [{\n 'place-self': ['auto', 'start', 'end', 'center', 'stretch']\n }],\n // Spacing\n /**\n * Padding\n * @see https://tailwindcss.com/docs/padding\n */\n p: [{\n p: [padding]\n }],\n /**\n * Padding X\n * @see https://tailwindcss.com/docs/padding\n */\n px: [{\n px: [padding]\n }],\n /**\n * Padding Y\n * @see https://tailwindcss.com/docs/padding\n */\n py: [{\n py: [padding]\n }],\n /**\n * Padding Start\n * @see https://tailwindcss.com/docs/padding\n */\n ps: [{\n ps: [padding]\n }],\n /**\n * Padding End\n * @see https://tailwindcss.com/docs/padding\n */\n pe: [{\n pe: [padding]\n }],\n /**\n * Padding Top\n * @see https://tailwindcss.com/docs/padding\n */\n pt: [{\n pt: [padding]\n }],\n /**\n * Padding Right\n * @see https://tailwindcss.com/docs/padding\n */\n pr: [{\n pr: [padding]\n }],\n /**\n * Padding Bottom\n * @see https://tailwindcss.com/docs/padding\n */\n pb: [{\n pb: [padding]\n }],\n /**\n * Padding Left\n * @see https://tailwindcss.com/docs/padding\n */\n pl: [{\n pl: [padding]\n }],\n /**\n * Margin\n * @see https://tailwindcss.com/docs/margin\n */\n m: [{\n m: [margin]\n }],\n /**\n * Margin X\n * @see https://tailwindcss.com/docs/margin\n */\n mx: [{\n mx: [margin]\n }],\n /**\n * Margin Y\n * @see https://tailwindcss.com/docs/margin\n */\n my: [{\n my: [margin]\n }],\n /**\n * Margin Start\n * @see https://tailwindcss.com/docs/margin\n */\n ms: [{\n ms: [margin]\n }],\n /**\n * Margin End\n * @see https://tailwindcss.com/docs/margin\n */\n me: [{\n me: [margin]\n }],\n /**\n * Margin Top\n * @see https://tailwindcss.com/docs/margin\n */\n mt: [{\n mt: [margin]\n }],\n /**\n * Margin Right\n * @see https://tailwindcss.com/docs/margin\n */\n mr: [{\n mr: [margin]\n }],\n /**\n * Margin Bottom\n * @see https://tailwindcss.com/docs/margin\n */\n mb: [{\n mb: [margin]\n }],\n /**\n * Margin Left\n * @see https://tailwindcss.com/docs/margin\n */\n ml: [{\n ml: [margin]\n }],\n /**\n * Space Between X\n * @see https://tailwindcss.com/docs/space\n */\n 'space-x': [{\n 'space-x': [space]\n }],\n /**\n * Space Between X Reverse\n * @see https://tailwindcss.com/docs/space\n */\n 'space-x-reverse': ['space-x-reverse'],\n /**\n * Space Between Y\n * @see https://tailwindcss.com/docs/space\n */\n 'space-y': [{\n 'space-y': [space]\n }],\n /**\n * Space Between Y Reverse\n * @see https://tailwindcss.com/docs/space\n */\n 'space-y-reverse': ['space-y-reverse'],\n // Sizing\n /**\n * Width\n * @see https://tailwindcss.com/docs/width\n */\n w: [{\n w: ['auto', 'min', 'max', 'fit', 'svw', 'lvw', 'dvw', isArbitraryValue, spacing]\n }],\n /**\n * Min-Width\n * @see https://tailwindcss.com/docs/min-width\n */\n 'min-w': [{\n 'min-w': [isArbitraryValue, spacing, 'min', 'max', 'fit']\n }],\n /**\n * Max-Width\n * @see https://tailwindcss.com/docs/max-width\n */\n 'max-w': [{\n 'max-w': [isArbitraryValue, spacing, 'none', 'full', 'min', 'max', 'fit', 'prose', {\n screen: [isTshirtSize]\n }, isTshirtSize]\n }],\n /**\n * Height\n * @see https://tailwindcss.com/docs/height\n */\n h: [{\n h: [isArbitraryValue, spacing, 'auto', 'min', 'max', 'fit', 'svh', 'lvh', 'dvh']\n }],\n /**\n * Min-Height\n * @see https://tailwindcss.com/docs/min-height\n */\n 'min-h': [{\n 'min-h': [isArbitraryValue, spacing, 'min', 'max', 'fit', 'svh', 'lvh', 'dvh']\n }],\n /**\n * Max-Height\n * @see https://tailwindcss.com/docs/max-height\n */\n 'max-h': [{\n 'max-h': [isArbitraryValue, spacing, 'min', 'max', 'fit', 'svh', 'lvh', 'dvh']\n }],\n /**\n * Size\n * @see https://tailwindcss.com/docs/size\n */\n size: [{\n size: [isArbitraryValue, spacing, 'auto', 'min', 'max', 'fit']\n }],\n // Typography\n /**\n * Font Size\n * @see https://tailwindcss.com/docs/font-size\n */\n 'font-size': [{\n text: ['base', isTshirtSize, isArbitraryLength]\n }],\n /**\n * Font Smoothing\n * @see https://tailwindcss.com/docs/font-smoothing\n */\n 'font-smoothing': ['antialiased', 'subpixel-antialiased'],\n /**\n * Font Style\n * @see https://tailwindcss.com/docs/font-style\n */\n 'font-style': ['italic', 'not-italic'],\n /**\n * Font Weight\n * @see https://tailwindcss.com/docs/font-weight\n */\n 'font-weight': [{\n font: ['thin', 'extralight', 'light', 'normal', 'medium', 'semibold', 'bold', 'extrabold', 'black', isArbitraryNumber]\n }],\n /**\n * Font Family\n * @see https://tailwindcss.com/docs/font-family\n */\n 'font-family': [{\n font: [isAny]\n }],\n /**\n * Font Variant Numeric\n * @see https://tailwindcss.com/docs/font-variant-numeric\n */\n 'fvn-normal': ['normal-nums'],\n /**\n * Font Variant Numeric\n * @see https://tailwindcss.com/docs/font-variant-numeric\n */\n 'fvn-ordinal': ['ordinal'],\n /**\n * Font Variant Numeric\n * @see https://tailwindcss.com/docs/font-variant-numeric\n */\n 'fvn-slashed-zero': ['slashed-zero'],\n /**\n * Font Variant Numeric\n * @see https://tailwindcss.com/docs/font-variant-numeric\n */\n 'fvn-figure': ['lining-nums', 'oldstyle-nums'],\n /**\n * Font Variant Numeric\n * @see https://tailwindcss.com/docs/font-variant-numeric\n */\n 'fvn-spacing': ['proportional-nums', 'tabular-nums'],\n /**\n * Font Variant Numeric\n * @see https://tailwindcss.com/docs/font-variant-numeric\n */\n 'fvn-fraction': ['diagonal-fractions', 'stacked-fractons'],\n /**\n * Letter Spacing\n * @see https://tailwindcss.com/docs/letter-spacing\n */\n tracking: [{\n tracking: ['tighter', 'tight', 'normal', 'wide', 'wider', 'widest', isArbitraryValue]\n }],\n /**\n * Line Clamp\n * @see https://tailwindcss.com/docs/line-clamp\n */\n 'line-clamp': [{\n 'line-clamp': ['none', isNumber, isArbitraryNumber]\n }],\n /**\n * Line Height\n * @see https://tailwindcss.com/docs/line-height\n */\n leading: [{\n leading: ['none', 'tight', 'snug', 'normal', 'relaxed', 'loose', isLength, isArbitraryValue]\n }],\n /**\n * List Style Image\n * @see https://tailwindcss.com/docs/list-style-image\n */\n 'list-image': [{\n 'list-image': ['none', isArbitraryValue]\n }],\n /**\n * List Style Type\n * @see https://tailwindcss.com/docs/list-style-type\n */\n 'list-style-type': [{\n list: ['none', 'disc', 'decimal', isArbitraryValue]\n }],\n /**\n * List Style Position\n * @see https://tailwindcss.com/docs/list-style-position\n */\n 'list-style-position': [{\n list: ['inside', 'outside']\n }],\n /**\n * Placeholder Color\n * @deprecated since Tailwind CSS v3.0.0\n * @see https://tailwindcss.com/docs/placeholder-color\n */\n 'placeholder-color': [{\n placeholder: [colors]\n }],\n /**\n * Placeholder Opacity\n * @see https://tailwindcss.com/docs/placeholder-opacity\n */\n 'placeholder-opacity': [{\n 'placeholder-opacity': [opacity]\n }],\n /**\n * Text Alignment\n * @see https://tailwindcss.com/docs/text-align\n */\n 'text-alignment': [{\n text: ['left', 'center', 'right', 'justify', 'start', 'end']\n }],\n /**\n * Text Color\n * @see https://tailwindcss.com/docs/text-color\n */\n 'text-color': [{\n text: [colors]\n }],\n /**\n * Text Opacity\n * @see https://tailwindcss.com/docs/text-opacity\n */\n 'text-opacity': [{\n 'text-opacity': [opacity]\n }],\n /**\n * Text Decoration\n * @see https://tailwindcss.com/docs/text-decoration\n */\n 'text-decoration': ['underline', 'overline', 'line-through', 'no-underline'],\n /**\n * Text Decoration Style\n * @see https://tailwindcss.com/docs/text-decoration-style\n */\n 'text-decoration-style': [{\n decoration: [...getLineStyles(), 'wavy']\n }],\n /**\n * Text Decoration Thickness\n * @see https://tailwindcss.com/docs/text-decoration-thickness\n */\n 'text-decoration-thickness': [{\n decoration: ['auto', 'from-font', isLength, isArbitraryLength]\n }],\n /**\n * Text Underline Offset\n * @see https://tailwindcss.com/docs/text-underline-offset\n */\n 'underline-offset': [{\n 'underline-offset': ['auto', isLength, isArbitraryValue]\n }],\n /**\n * Text Decoration Color\n * @see https://tailwindcss.com/docs/text-decoration-color\n */\n 'text-decoration-color': [{\n decoration: [colors]\n }],\n /**\n * Text Transform\n * @see https://tailwindcss.com/docs/text-transform\n */\n 'text-transform': ['uppercase', 'lowercase', 'capitalize', 'normal-case'],\n /**\n * Text Overflow\n * @see https://tailwindcss.com/docs/text-overflow\n */\n 'text-overflow': ['truncate', 'text-ellipsis', 'text-clip'],\n /**\n * Text Wrap\n * @see https://tailwindcss.com/docs/text-wrap\n */\n 'text-wrap': [{\n text: ['wrap', 'nowrap', 'balance', 'pretty']\n }],\n /**\n * Text Indent\n * @see https://tailwindcss.com/docs/text-indent\n */\n indent: [{\n indent: getSpacingWithArbitrary()\n }],\n /**\n * Vertical Alignment\n * @see https://tailwindcss.com/docs/vertical-align\n */\n 'vertical-align': [{\n align: ['baseline', 'top', 'middle', 'bottom', 'text-top', 'text-bottom', 'sub', 'super', isArbitraryValue]\n }],\n /**\n * Whitespace\n * @see https://tailwindcss.com/docs/whitespace\n */\n whitespace: [{\n whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap', 'break-spaces']\n }],\n /**\n * Word Break\n * @see https://tailwindcss.com/docs/word-break\n */\n break: [{\n break: ['normal', 'words', 'all', 'keep']\n }],\n /**\n * Hyphens\n * @see https://tailwindcss.com/docs/hyphens\n */\n hyphens: [{\n hyphens: ['none', 'manual', 'auto']\n }],\n /**\n * Content\n * @see https://tailwindcss.com/docs/content\n */\n content: [{\n content: ['none', isArbitraryValue]\n }],\n // Backgrounds\n /**\n * Background Attachment\n * @see https://tailwindcss.com/docs/background-attachment\n */\n 'bg-attachment': [{\n bg: ['fixed', 'local', 'scroll']\n }],\n /**\n * Background Clip\n * @see https://tailwindcss.com/docs/background-clip\n */\n 'bg-clip': [{\n 'bg-clip': ['border', 'padding', 'content', 'text']\n }],\n /**\n * Background Opacity\n * @deprecated since Tailwind CSS v3.0.0\n * @see https://tailwindcss.com/docs/background-opacity\n */\n 'bg-opacity': [{\n 'bg-opacity': [opacity]\n }],\n /**\n * Background Origin\n * @see https://tailwindcss.com/docs/background-origin\n */\n 'bg-origin': [{\n 'bg-origin': ['border', 'padding', 'content']\n }],\n /**\n * Background Position\n * @see https://tailwindcss.com/docs/background-position\n */\n 'bg-position': [{\n bg: [...getPositions(), isArbitraryPosition]\n }],\n /**\n * Background Repeat\n * @see https://tailwindcss.com/docs/background-repeat\n */\n 'bg-repeat': [{\n bg: ['no-repeat', {\n repeat: ['', 'x', 'y', 'round', 'space']\n }]\n }],\n /**\n * Background Size\n * @see https://tailwindcss.com/docs/background-size\n */\n 'bg-size': [{\n bg: ['auto', 'cover', 'contain', isArbitrarySize]\n }],\n /**\n * Background Image\n * @see https://tailwindcss.com/docs/background-image\n */\n 'bg-image': [{\n bg: ['none', {\n 'gradient-to': ['t', 'tr', 'r', 'br', 'b', 'bl', 'l', 'tl']\n }, isArbitraryImage]\n }],\n /**\n * Background Color\n * @see https://tailwindcss.com/docs/background-color\n */\n 'bg-color': [{\n bg: [colors]\n }],\n /**\n * Gradient Color Stops From Position\n * @see https://tailwindcss.com/docs/gradient-color-stops\n */\n 'gradient-from-pos': [{\n from: [gradientColorStopPositions]\n }],\n /**\n * Gradient Color Stops Via Position\n * @see https://tailwindcss.com/docs/gradient-color-stops\n */\n 'gradient-via-pos': [{\n via: [gradientColorStopPositions]\n }],\n /**\n * Gradient Color Stops To Position\n * @see https://tailwindcss.com/docs/gradient-color-stops\n */\n 'gradient-to-pos': [{\n to: [gradientColorStopPositions]\n }],\n /**\n * Gradient Color Stops From\n * @see https://tailwindcss.com/docs/gradient-color-stops\n */\n 'gradient-from': [{\n from: [gradientColorStops]\n }],\n /**\n * Gradient Color Stops Via\n * @see https://tailwindcss.com/docs/gradient-color-stops\n */\n 'gradient-via': [{\n via: [gradientColorStops]\n }],\n /**\n * Gradient Color Stops To\n * @see https://tailwindcss.com/docs/gradient-color-stops\n */\n 'gradient-to': [{\n to: [gradientColorStops]\n }],\n // Borders\n /**\n * Border Radius\n * @see https://tailwindcss.com/docs/border-radius\n */\n rounded: [{\n rounded: [borderRadius]\n }],\n /**\n * Border Radius Start\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-s': [{\n 'rounded-s': [borderRadius]\n }],\n /**\n * Border Radius End\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-e': [{\n 'rounded-e': [borderRadius]\n }],\n /**\n * Border Radius Top\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-t': [{\n 'rounded-t': [borderRadius]\n }],\n /**\n * Border Radius Right\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-r': [{\n 'rounded-r': [borderRadius]\n }],\n /**\n * Border Radius Bottom\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-b': [{\n 'rounded-b': [borderRadius]\n }],\n /**\n * Border Radius Left\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-l': [{\n 'rounded-l': [borderRadius]\n }],\n /**\n * Border Radius Start Start\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-ss': [{\n 'rounded-ss': [borderRadius]\n }],\n /**\n * Border Radius Start End\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-se': [{\n 'rounded-se': [borderRadius]\n }],\n /**\n * Border Radius End End\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-ee': [{\n 'rounded-ee': [borderRadius]\n }],\n /**\n * Border Radius End Start\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-es': [{\n 'rounded-es': [borderRadius]\n }],\n /**\n * Border Radius Top Left\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-tl': [{\n 'rounded-tl': [borderRadius]\n }],\n /**\n * Border Radius Top Right\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-tr': [{\n 'rounded-tr': [borderRadius]\n }],\n /**\n * Border Radius Bottom Right\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-br': [{\n 'rounded-br': [borderRadius]\n }],\n /**\n * Border Radius Bottom Left\n * @see https://tailwindcss.com/docs/border-radius\n */\n 'rounded-bl': [{\n 'rounded-bl': [borderRadius]\n }],\n /**\n * Border Width\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w': [{\n border: [borderWidth]\n }],\n /**\n * Border Width X\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w-x': [{\n 'border-x': [borderWidth]\n }],\n /**\n * Border Width Y\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w-y': [{\n 'border-y': [borderWidth]\n }],\n /**\n * Border Width Start\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w-s': [{\n 'border-s': [borderWidth]\n }],\n /**\n * Border Width End\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w-e': [{\n 'border-e': [borderWidth]\n }],\n /**\n * Border Width Top\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w-t': [{\n 'border-t': [borderWidth]\n }],\n /**\n * Border Width Right\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w-r': [{\n 'border-r': [borderWidth]\n }],\n /**\n * Border Width Bottom\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w-b': [{\n 'border-b': [borderWidth]\n }],\n /**\n * Border Width Left\n * @see https://tailwindcss.com/docs/border-width\n */\n 'border-w-l': [{\n 'border-l': [borderWidth]\n }],\n /**\n * Border Opacity\n * @see https://tailwindcss.com/docs/border-opacity\n */\n 'border-opacity': [{\n 'border-opacity': [opacity]\n }],\n /**\n * Border Style\n * @see https://tailwindcss.com/docs/border-style\n */\n 'border-style': [{\n border: [...getLineStyles(), 'hidden']\n }],\n /**\n * Divide Width X\n * @see https://tailwindcss.com/docs/divide-width\n */\n 'divide-x': [{\n 'divide-x': [borderWidth]\n }],\n /**\n * Divide Width X Reverse\n * @see https://tailwindcss.com/docs/divide-width\n */\n 'divide-x-reverse': ['divide-x-reverse'],\n /**\n * Divide Width Y\n * @see https://tailwindcss.com/docs/divide-width\n */\n 'divide-y': [{\n 'divide-y': [borderWidth]\n }],\n /**\n * Divide Width Y Reverse\n * @see https://tailwindcss.com/docs/divide-width\n */\n 'divide-y-reverse': ['divide-y-reverse'],\n /**\n * Divide Opacity\n * @see https://tailwindcss.com/docs/divide-opacity\n */\n 'divide-opacity': [{\n 'divide-opacity': [opacity]\n }],\n /**\n * Divide Style\n * @see https://tailwindcss.com/docs/divide-style\n */\n 'divide-style': [{\n divide: getLineStyles()\n }],\n /**\n * Border Color\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color': [{\n border: [borderColor]\n }],\n /**\n * Border Color X\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color-x': [{\n 'border-x': [borderColor]\n }],\n /**\n * Border Color Y\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color-y': [{\n 'border-y': [borderColor]\n }],\n /**\n * Border Color S\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color-s': [{\n 'border-s': [borderColor]\n }],\n /**\n * Border Color E\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color-e': [{\n 'border-e': [borderColor]\n }],\n /**\n * Border Color Top\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color-t': [{\n 'border-t': [borderColor]\n }],\n /**\n * Border Color Right\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color-r': [{\n 'border-r': [borderColor]\n }],\n /**\n * Border Color Bottom\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color-b': [{\n 'border-b': [borderColor]\n }],\n /**\n * Border Color Left\n * @see https://tailwindcss.com/docs/border-color\n */\n 'border-color-l': [{\n 'border-l': [borderColor]\n }],\n /**\n * Divide Color\n * @see https://tailwindcss.com/docs/divide-color\n */\n 'divide-color': [{\n divide: [borderColor]\n }],\n /**\n * Outline Style\n * @see https://tailwindcss.com/docs/outline-style\n */\n 'outline-style': [{\n outline: ['', ...getLineStyles()]\n }],\n /**\n * Outline Offset\n * @see https://tailwindcss.com/docs/outline-offset\n */\n 'outline-offset': [{\n 'outline-offset': [isLength, isArbitraryValue]\n }],\n /**\n * Outline Width\n * @see https://tailwindcss.com/docs/outline-width\n */\n 'outline-w': [{\n outline: [isLength, isArbitraryLength]\n }],\n /**\n * Outline Color\n * @see https://tailwindcss.com/docs/outline-color\n */\n 'outline-color': [{\n outline: [colors]\n }],\n /**\n * Ring Width\n * @see https://tailwindcss.com/docs/ring-width\n */\n 'ring-w': [{\n ring: getLengthWithEmptyAndArbitrary()\n }],\n /**\n * Ring Width Inset\n * @see https://tailwindcss.com/docs/ring-width\n */\n 'ring-w-inset': ['ring-inset'],\n /**\n * Ring Color\n * @see https://tailwindcss.com/docs/ring-color\n */\n 'ring-color': [{\n ring: [colors]\n }],\n /**\n * Ring Opacity\n * @see https://tailwindcss.com/docs/ring-opacity\n */\n 'ring-opacity': [{\n 'ring-opacity': [opacity]\n }],\n /**\n * Ring Offset Width\n * @see https://tailwindcss.com/docs/ring-offset-width\n */\n 'ring-offset-w': [{\n 'ring-offset': [isLength, isArbitraryLength]\n }],\n /**\n * Ring Offset Color\n * @see https://tailwindcss.com/docs/ring-offset-color\n */\n 'ring-offset-color': [{\n 'ring-offset': [colors]\n }],\n // Effects\n /**\n * Box Shadow\n * @see https://tailwindcss.com/docs/box-shadow\n */\n shadow: [{\n shadow: ['', 'inner', 'none', isTshirtSize, isArbitraryShadow]\n }],\n /**\n * Box Shadow Color\n * @see https://tailwindcss.com/docs/box-shadow-color\n */\n 'shadow-color': [{\n shadow: [isAny]\n }],\n /**\n * Opacity\n * @see https://tailwindcss.com/docs/opacity\n */\n opacity: [{\n opacity: [opacity]\n }],\n /**\n * Mix Blend Mode\n * @see https://tailwindcss.com/docs/mix-blend-mode\n */\n 'mix-blend': [{\n 'mix-blend': [...getBlendModes(), 'plus-lighter', 'plus-darker']\n }],\n /**\n * Background Blend Mode\n * @see https://tailwindcss.com/docs/background-blend-mode\n */\n 'bg-blend': [{\n 'bg-blend': getBlendModes()\n }],\n // Filters\n /**\n * Filter\n * @deprecated since Tailwind CSS v3.0.0\n * @see https://tailwindcss.com/docs/filter\n */\n filter: [{\n filter: ['', 'none']\n }],\n /**\n * Blur\n * @see https://tailwindcss.com/docs/blur\n */\n blur: [{\n blur: [blur]\n }],\n /**\n * Brightness\n * @see https://tailwindcss.com/docs/brightness\n */\n brightness: [{\n brightness: [brightness]\n }],\n /**\n * Contrast\n * @see https://tailwindcss.com/docs/contrast\n */\n contrast: [{\n contrast: [contrast]\n }],\n /**\n * Drop Shadow\n * @see https://tailwindcss.com/docs/drop-shadow\n */\n 'drop-shadow': [{\n 'drop-shadow': ['', 'none', isTshirtSize, isArbitraryValue]\n }],\n /**\n * Grayscale\n * @see https://tailwindcss.com/docs/grayscale\n */\n grayscale: [{\n grayscale: [grayscale]\n }],\n /**\n * Hue Rotate\n * @see https://tailwindcss.com/docs/hue-rotate\n */\n 'hue-rotate': [{\n 'hue-rotate': [hueRotate]\n }],\n /**\n * Invert\n * @see https://tailwindcss.com/docs/invert\n */\n invert: [{\n invert: [invert]\n }],\n /**\n * Saturate\n * @see https://tailwindcss.com/docs/saturate\n */\n saturate: [{\n saturate: [saturate]\n }],\n /**\n * Sepia\n * @see https://tailwindcss.com/docs/sepia\n */\n sepia: [{\n sepia: [sepia]\n }],\n /**\n * Backdrop Filter\n * @deprecated since Tailwind CSS v3.0.0\n * @see https://tailwindcss.com/docs/backdrop-filter\n */\n 'backdrop-filter': [{\n 'backdrop-filter': ['', 'none']\n }],\n /**\n * Backdrop Blur\n * @see https://tailwindcss.com/docs/backdrop-blur\n */\n 'backdrop-blur': [{\n 'backdrop-blur': [blur]\n }],\n /**\n * Backdrop Brightness\n * @see https://tailwindcss.com/docs/backdrop-brightness\n */\n 'backdrop-brightness': [{\n 'backdrop-brightness': [brightness]\n }],\n /**\n * Backdrop Contrast\n * @see https://tailwindcss.com/docs/backdrop-contrast\n */\n 'backdrop-contrast': [{\n 'backdrop-contrast': [contrast]\n }],\n /**\n * Backdrop Grayscale\n * @see https://tailwindcss.com/docs/backdrop-grayscale\n */\n 'backdrop-grayscale': [{\n 'backdrop-grayscale': [grayscale]\n }],\n /**\n * Backdrop Hue Rotate\n * @see https://tailwindcss.com/docs/backdrop-hue-rotate\n */\n 'backdrop-hue-rotate': [{\n 'backdrop-hue-rotate': [hueRotate]\n }],\n /**\n * Backdrop Invert\n * @see https://tailwindcss.com/docs/backdrop-invert\n */\n 'backdrop-invert': [{\n 'backdrop-invert': [invert]\n }],\n /**\n * Backdrop Opacity\n * @see https://tailwindcss.com/docs/backdrop-opacity\n */\n 'backdrop-opacity': [{\n 'backdrop-opacity': [opacity]\n }],\n /**\n * Backdrop Saturate\n * @see https://tailwindcss.com/docs/backdrop-saturate\n */\n 'backdrop-saturate': [{\n 'backdrop-saturate': [saturate]\n }],\n /**\n * Backdrop Sepia\n * @see https://tailwindcss.com/docs/backdrop-sepia\n */\n 'backdrop-sepia': [{\n 'backdrop-sepia': [sepia]\n }],\n // Tables\n /**\n * Border Collapse\n * @see https://tailwindcss.com/docs/border-collapse\n */\n 'border-collapse': [{\n border: ['collapse', 'separate']\n }],\n /**\n * Border Spacing\n * @see https://tailwindcss.com/docs/border-spacing\n */\n 'border-spacing': [{\n 'border-spacing': [borderSpacing]\n }],\n /**\n * Border Spacing X\n * @see https://tailwindcss.com/docs/border-spacing\n */\n 'border-spacing-x': [{\n 'border-spacing-x': [borderSpacing]\n }],\n /**\n * Border Spacing Y\n * @see https://tailwindcss.com/docs/border-spacing\n */\n 'border-spacing-y': [{\n 'border-spacing-y': [borderSpacing]\n }],\n /**\n * Table Layout\n * @see https://tailwindcss.com/docs/table-layout\n */\n 'table-layout': [{\n table: ['auto', 'fixed']\n }],\n /**\n * Caption Side\n * @see https://tailwindcss.com/docs/caption-side\n */\n caption: [{\n caption: ['top', 'bottom']\n }],\n // Transitions and Animation\n /**\n * Tranisition Property\n * @see https://tailwindcss.com/docs/transition-property\n */\n transition: [{\n transition: ['none', 'all', '', 'colors', 'opacity', 'shadow', 'transform', isArbitraryValue]\n }],\n /**\n * Transition Duration\n * @see https://tailwindcss.com/docs/transition-duration\n */\n duration: [{\n duration: getNumberAndArbitrary()\n }],\n /**\n * Transition Timing Function\n * @see https://tailwindcss.com/docs/transition-timing-function\n */\n ease: [{\n ease: ['linear', 'in', 'out', 'in-out', isArbitraryValue]\n }],\n /**\n * Transition Delay\n * @see https://tailwindcss.com/docs/transition-delay\n */\n delay: [{\n delay: getNumberAndArbitrary()\n }],\n /**\n * Animation\n * @see https://tailwindcss.com/docs/animation\n */\n animate: [{\n animate: ['none', 'spin', 'ping', 'pulse', 'bounce', isArbitraryValue]\n }],\n // Transforms\n /**\n * Transform\n * @see https://tailwindcss.com/docs/transform\n */\n transform: [{\n transform: ['', 'gpu', 'none']\n }],\n /**\n * Scale\n * @see https://tailwindcss.com/docs/scale\n */\n scale: [{\n scale: [scale]\n }],\n /**\n * Scale X\n * @see https://tailwindcss.com/docs/scale\n */\n 'scale-x': [{\n 'scale-x': [scale]\n }],\n /**\n * Scale Y\n * @see https://tailwindcss.com/docs/scale\n */\n 'scale-y': [{\n 'scale-y': [scale]\n }],\n /**\n * Rotate\n * @see https://tailwindcss.com/docs/rotate\n */\n rotate: [{\n rotate: [isInteger, isArbitraryValue]\n }],\n /**\n * Translate X\n * @see https://tailwindcss.com/docs/translate\n */\n 'translate-x': [{\n 'translate-x': [translate]\n }],\n /**\n * Translate Y\n * @see https://tailwindcss.com/docs/translate\n */\n 'translate-y': [{\n 'translate-y': [translate]\n }],\n /**\n * Skew X\n * @see https://tailwindcss.com/docs/skew\n */\n 'skew-x': [{\n 'skew-x': [skew]\n }],\n /**\n * Skew Y\n * @see https://tailwindcss.com/docs/skew\n */\n 'skew-y': [{\n 'skew-y': [skew]\n }],\n /**\n * Transform Origin\n * @see https://tailwindcss.com/docs/transform-origin\n */\n 'transform-origin': [{\n origin: ['center', 'top', 'top-right', 'right', 'bottom-right', 'bottom', 'bottom-left', 'left', 'top-left', isArbitraryValue]\n }],\n // Interactivity\n /**\n * Accent Color\n * @see https://tailwindcss.com/docs/accent-color\n */\n accent: [{\n accent: ['auto', colors]\n }],\n /**\n * Appearance\n * @see https://tailwindcss.com/docs/appearance\n */\n appearance: [{\n appearance: ['none', 'auto']\n }],\n /**\n * Cursor\n * @see https://tailwindcss.com/docs/cursor\n */\n cursor: [{\n cursor: ['auto', 'default', 'pointer', 'wait', 'text', 'move', 'help', 'not-allowed', 'none', 'context-menu', 'progress', 'cell', 'crosshair', 'vertical-text', 'alias', 'copy', 'no-drop', 'grab', 'grabbing', 'all-scroll', 'col-resize', 'row-resize', 'n-resize', 'e-resize', 's-resize', 'w-resize', 'ne-resize', 'nw-resize', 'se-resize', 'sw-resize', 'ew-resize', 'ns-resize', 'nesw-resize', 'nwse-resize', 'zoom-in', 'zoom-out', isArbitraryValue]\n }],\n /**\n * Caret Color\n * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities\n */\n 'caret-color': [{\n caret: [colors]\n }],\n /**\n * Pointer Events\n * @see https://tailwindcss.com/docs/pointer-events\n */\n 'pointer-events': [{\n 'pointer-events': ['none', 'auto']\n }],\n /**\n * Resize\n * @see https://tailwindcss.com/docs/resize\n */\n resize: [{\n resize: ['none', 'y', 'x', '']\n }],\n /**\n * Scroll Behavior\n * @see https://tailwindcss.com/docs/scroll-behavior\n */\n 'scroll-behavior': [{\n scroll: ['auto', 'smooth']\n }],\n /**\n * Scroll Margin\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-m': [{\n 'scroll-m': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Margin X\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-mx': [{\n 'scroll-mx': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Margin Y\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-my': [{\n 'scroll-my': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Margin Start\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-ms': [{\n 'scroll-ms': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Margin End\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-me': [{\n 'scroll-me': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Margin Top\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-mt': [{\n 'scroll-mt': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Margin Right\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-mr': [{\n 'scroll-mr': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Margin Bottom\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-mb': [{\n 'scroll-mb': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Margin Left\n * @see https://tailwindcss.com/docs/scroll-margin\n */\n 'scroll-ml': [{\n 'scroll-ml': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-p': [{\n 'scroll-p': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding X\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-px': [{\n 'scroll-px': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding Y\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-py': [{\n 'scroll-py': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding Start\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-ps': [{\n 'scroll-ps': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding End\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-pe': [{\n 'scroll-pe': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding Top\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-pt': [{\n 'scroll-pt': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding Right\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-pr': [{\n 'scroll-pr': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding Bottom\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-pb': [{\n 'scroll-pb': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Padding Left\n * @see https://tailwindcss.com/docs/scroll-padding\n */\n 'scroll-pl': [{\n 'scroll-pl': getSpacingWithArbitrary()\n }],\n /**\n * Scroll Snap Align\n * @see https://tailwindcss.com/docs/scroll-snap-align\n */\n 'snap-align': [{\n snap: ['start', 'end', 'center', 'align-none']\n }],\n /**\n * Scroll Snap Stop\n * @see https://tailwindcss.com/docs/scroll-snap-stop\n */\n 'snap-stop': [{\n snap: ['normal', 'always']\n }],\n /**\n * Scroll Snap Type\n * @see https://tailwindcss.com/docs/scroll-snap-type\n */\n 'snap-type': [{\n snap: ['none', 'x', 'y', 'both']\n }],\n /**\n * Scroll Snap Type Strictness\n * @see https://tailwindcss.com/docs/scroll-snap-type\n */\n 'snap-strictness': [{\n snap: ['mandatory', 'proximity']\n }],\n /**\n * Touch Action\n * @see https://tailwindcss.com/docs/touch-action\n */\n touch: [{\n touch: ['auto', 'none', 'manipulation']\n }],\n /**\n * Touch Action X\n * @see https://tailwindcss.com/docs/touch-action\n */\n 'touch-x': [{\n 'touch-pan': ['x', 'left', 'right']\n }],\n /**\n * Touch Action Y\n * @see https://tailwindcss.com/docs/touch-action\n */\n 'touch-y': [{\n 'touch-pan': ['y', 'up', 'down']\n }],\n /**\n * Touch Action Pinch Zoom\n * @see https://tailwindcss.com/docs/touch-action\n */\n 'touch-pz': ['touch-pinch-zoom'],\n /**\n * User Select\n * @see https://tailwindcss.com/docs/user-select\n */\n select: [{\n select: ['none', 'text', 'all', 'auto']\n }],\n /**\n * Will Change\n * @see https://tailwindcss.com/docs/will-change\n */\n 'will-change': [{\n 'will-change': ['auto', 'scroll', 'contents', 'transform', isArbitraryValue]\n }],\n // SVG\n /**\n * Fill\n * @see https://tailwindcss.com/docs/fill\n */\n fill: [{\n fill: [colors, 'none']\n }],\n /**\n * Stroke Width\n * @see https://tailwindcss.com/docs/stroke-width\n */\n 'stroke-w': [{\n stroke: [isLength, isArbitraryLength, isArbitraryNumber]\n }],\n /**\n * Stroke\n * @see https://tailwindcss.com/docs/stroke\n */\n stroke: [{\n stroke: [colors, 'none']\n }],\n // Accessibility\n /**\n * Screen Readers\n * @see https://tailwindcss.com/docs/screen-readers\n */\n sr: ['sr-only', 'not-sr-only'],\n /**\n * Forced Color Adjust\n * @see https://tailwindcss.com/docs/forced-color-adjust\n */\n 'forced-color-adjust': [{\n 'forced-color-adjust': ['auto', 'none']\n }]\n },\n conflictingClassGroups: {\n overflow: ['overflow-x', 'overflow-y'],\n overscroll: ['overscroll-x', 'overscroll-y'],\n inset: ['inset-x', 'inset-y', 'start', 'end', 'top', 'right', 'bottom', 'left'],\n 'inset-x': ['right', 'left'],\n 'inset-y': ['top', 'bottom'],\n flex: ['basis', 'grow', 'shrink'],\n gap: ['gap-x', 'gap-y'],\n p: ['px', 'py', 'ps', 'pe', 'pt', 'pr', 'pb', 'pl'],\n px: ['pr', 'pl'],\n py: ['pt', 'pb'],\n m: ['mx', 'my', 'ms', 'me', 'mt', 'mr', 'mb', 'ml'],\n mx: ['mr', 'ml'],\n my: ['mt', 'mb'],\n size: ['w', 'h'],\n 'font-size': ['leading'],\n 'fvn-normal': ['fvn-ordinal', 'fvn-slashed-zero', 'fvn-figure', 'fvn-spacing', 'fvn-fraction'],\n 'fvn-ordinal': ['fvn-normal'],\n 'fvn-slashed-zero': ['fvn-normal'],\n 'fvn-figure': ['fvn-normal'],\n 'fvn-spacing': ['fvn-normal'],\n 'fvn-fraction': ['fvn-normal'],\n 'line-clamp': ['display', 'overflow'],\n rounded: ['rounded-s', 'rounded-e', 'rounded-t', 'rounded-r', 'rounded-b', 'rounded-l', 'rounded-ss', 'rounded-se', 'rounded-ee', 'rounded-es', 'rounded-tl', 'rounded-tr', 'rounded-br', 'rounded-bl'],\n 'rounded-s': ['rounded-ss', 'rounded-es'],\n 'rounded-e': ['rounded-se', 'rounded-ee'],\n 'rounded-t': ['rounded-tl', 'rounded-tr'],\n 'rounded-r': ['rounded-tr', 'rounded-br'],\n 'rounded-b': ['rounded-br', 'rounded-bl'],\n 'rounded-l': ['rounded-tl', 'rounded-bl'],\n 'border-spacing': ['border-spacing-x', 'border-spacing-y'],\n 'border-w': ['border-w-s', 'border-w-e', 'border-w-t', 'border-w-r', 'border-w-b', 'border-w-l'],\n 'border-w-x': ['border-w-r', 'border-w-l'],\n 'border-w-y': ['border-w-t', 'border-w-b'],\n 'border-color': ['border-color-s', 'border-color-e', 'border-color-t', 'border-color-r', 'border-color-b', 'border-color-l'],\n 'border-color-x': ['border-color-r', 'border-color-l'],\n 'border-color-y': ['border-color-t', 'border-color-b'],\n 'scroll-m': ['scroll-mx', 'scroll-my', 'scroll-ms', 'scroll-me', 'scroll-mt', 'scroll-mr', 'scroll-mb', 'scroll-ml'],\n 'scroll-mx': ['scroll-mr', 'scroll-ml'],\n 'scroll-my': ['scroll-mt', 'scroll-mb'],\n 'scroll-p': ['scroll-px', 'scroll-py', 'scroll-ps', 'scroll-pe', 'scroll-pt', 'scroll-pr', 'scroll-pb', 'scroll-pl'],\n 'scroll-px': ['scroll-pr', 'scroll-pl'],\n 'scroll-py': ['scroll-pt', 'scroll-pb'],\n touch: ['touch-x', 'touch-y', 'touch-pz'],\n 'touch-x': ['touch'],\n 'touch-y': ['touch'],\n 'touch-pz': ['touch']\n },\n conflictingClassGroupModifiers: {\n 'font-size': ['leading']\n }\n };\n};\n\n/**\n * @param baseConfig Config where other config will be merged into. This object will be mutated.\n * @param configExtension Partial config to merge into the `baseConfig`.\n */\nconst mergeConfigs = (baseConfig, {\n cacheSize,\n prefix,\n separator,\n experimentalParseClassName,\n extend = {},\n override = {}\n}) => {\n overrideProperty(baseConfig, 'cacheSize', cacheSize);\n overrideProperty(baseConfig, 'prefix', prefix);\n overrideProperty(baseConfig, 'separator', separator);\n overrideProperty(baseConfig, 'experimentalParseClassName', experimentalParseClassName);\n for (const configKey in override) {\n overrideConfigProperties(baseConfig[configKey], override[configKey]);\n }\n for (const key in extend) {\n mergeConfigProperties(baseConfig[key], extend[key]);\n }\n return baseConfig;\n};\nconst overrideProperty = (baseObject, overrideKey, overrideValue) => {\n if (overrideValue !== undefined) {\n baseObject[overrideKey] = overrideValue;\n }\n};\nconst overrideConfigProperties = (baseObject, overrideObject) => {\n if (overrideObject) {\n for (const key in overrideObject) {\n overrideProperty(baseObject, key, overrideObject[key]);\n }\n }\n};\nconst mergeConfigProperties = (baseObject, mergeObject) => {\n if (mergeObject) {\n for (const key in mergeObject) {\n const mergeValue = mergeObject[key];\n if (mergeValue !== undefined) {\n baseObject[key] = (baseObject[key] || []).concat(mergeValue);\n }\n }\n }\n};\nconst extendTailwindMerge = (configExtension, ...createConfig) => typeof configExtension === 'function' ? createTailwindMerge(getDefaultConfig, configExtension, ...createConfig) : createTailwindMerge(() => mergeConfigs(getDefaultConfig(), configExtension), ...createConfig);\nconst twMerge = /*#__PURE__*/createTailwindMerge(getDefaultConfig);\nexport { createTailwindMerge, extendTailwindMerge, fromTheme, getDefaultConfig, mergeConfigs, twJoin, twMerge, validators };\n//# sourceMappingURL=bundle-mjs.mjs.map\n","import { e, b, g, c, f, a, h } from './chunk-I2QGXAA3.js';\nimport { twMerge, extendTailwindMerge } from 'tailwind-merge';\n\nvar ie={twMerge:!0,twMergeConfig:{},responsiveVariants:!1},x=s=>s||void 0,N=(...s)=>x(e(s).filter(Boolean).join(\" \")),R=null,v={},q=!1,M=(...s)=>b$1=>b$1.twMerge?((!R||q)&&(q=!1,R=b(v)?twMerge:extendTailwindMerge({...v,extend:{theme:v.theme,classGroups:v.classGroups,conflictingClassGroupModifiers:v.conflictingClassGroupModifiers,conflictingClassGroups:v.conflictingClassGroups,...v.extend}})),x(R(N(s)))):N(s),_=(s,b)=>{for(let e in b)s.hasOwnProperty(e)?s[e]=N(s[e],b[e]):s[e]=b[e];return s},ce=(s,b$1)=>{let{extend:e=null,slots:O={},variants:U={},compoundVariants:W=[],compoundSlots:C=[],defaultVariants:z={}}=s,m={...ie,...b$1},k=e!=null&&e.base?N(e.base,s==null?void 0:s.base):s==null?void 0:s.base,g$1=e!=null&&e.variants&&!b(e.variants)?g(U,e.variants):U,w=e!=null&&e.defaultVariants&&!b(e.defaultVariants)?{...e.defaultVariants,...z}:z;!b(m.twMergeConfig)&&!c(m.twMergeConfig,v)&&(q=!0,v=m.twMergeConfig);let S=b(e==null?void 0:e.slots),T=b(O)?{}:{base:N(s==null?void 0:s.base,S&&(e==null?void 0:e.base)),...O},j=S?T:_({...e==null?void 0:e.slots},b(T)?{base:s==null?void 0:s.base}:T),h$1=b(e==null?void 0:e.compoundVariants)?W:f(e==null?void 0:e.compoundVariants,W),V=l=>{if(b(g$1)&&b(O)&&S)return M(k,l==null?void 0:l.class,l==null?void 0:l.className)(m);if(h$1&&!Array.isArray(h$1))throw new TypeError(`The \"compoundVariants\" prop must be an array. Received: ${typeof h$1}`);if(C&&!Array.isArray(C))throw new TypeError(`The \"compoundSlots\" prop must be an array. Received: ${typeof C}`);let P=(a,n,t=[],i)=>{let r=t;if(typeof n==\"string\")r=r.concat(h(n).split(\" \").map(o=>`${a}:${o}`));else if(Array.isArray(n))r=r.concat(n.reduce((o,c)=>o.concat(`${a}:${c}`),[]));else if(typeof n==\"object\"&&typeof i==\"string\"){for(let o in n)if(n.hasOwnProperty(o)&&o===i){let c=n[o];if(c&&typeof c==\"string\"){let u=h(c);r[i]?r[i]=r[i].concat(u.split(\" \").map(f=>`${a}:${f}`)):r[i]=u.split(\" \").map(f=>`${a}:${f}`);}else Array.isArray(c)&&c.length>0&&(r[i]=c.reduce((u,f)=>u.concat(`${a}:${f}`),[]));}}return r},D=(a$1,n=g$1,t=null,i=null)=>{var L;let r=n[a$1];if(!r||b(r))return null;let o=(L=i==null?void 0:i[a$1])!=null?L:l==null?void 0:l[a$1];if(o===null)return null;let c=a(o),u=Array.isArray(m.responsiveVariants)&&m.responsiveVariants.length>0||m.responsiveVariants===!0,f=w==null?void 0:w[a$1],d=[];if(typeof c==\"object\"&&u)for(let[E,Q]of Object.entries(c)){let ne=r[Q];if(E===\"initial\"){f=Q;continue}Array.isArray(m.responsiveVariants)&&!m.responsiveVariants.includes(E)||(d=P(E,ne,d,t));}let $=c!=null&&typeof c!=\"object\"?c:a(f),A=r[$||\"false\"];return typeof d==\"object\"&&typeof t==\"string\"&&d[t]?_(d,A):d.length>0?(d.push(A),t===\"base\"?d.join(\" \"):d):A},p=()=>g$1?Object.keys(g$1).map(a=>D(a,g$1)):null,ee=(a,n)=>{if(!g$1||typeof g$1!=\"object\")return null;let t=new Array;for(let i in g$1){let r=D(i,g$1,a,n),o=a===\"base\"&&typeof r==\"string\"?r:r&&r[a];o&&(t[t.length]=o);}return t},H={};for(let a in l)l[a]!==void 0&&(H[a]=l[a]);let I=(a,n)=>{var i;let t=typeof(l==null?void 0:l[a])==\"object\"?{[a]:(i=l[a])==null?void 0:i.initial}:{};return {...w,...H,...t,...n}},J=(a=[],n)=>{let t=[];for(let{class:i,className:r,...o}of a){let c=!0;for(let[u,f]of Object.entries(o)){let d=I(u,n)[u];if(Array.isArray(f)){if(!f.includes(d)){c=!1;break}}else {let $=A=>A==null||A===!1;if($(f)&&$(d))continue;if(d!==f){c=!1;break}}}c&&(i&&t.push(i),r&&t.push(r));}return t},te=a=>{let n=J(h$1,a);if(!Array.isArray(n))return n;let t={};for(let i of n)if(typeof i==\"string\"&&(t.base=M(t.base,i)(m)),typeof i==\"object\")for(let[r,o]of Object.entries(i))t[r]=M(t[r],o)(m);return t},ae=a=>{if(C.length<1)return null;let n={};for(let{slots:t=[],class:i,className:r,...o}of C){if(!b(o)){let c=!0;for(let u of Object.keys(o)){let f=I(u,a)[u];if(f===void 0||(Array.isArray(o[u])?!o[u].includes(f):o[u]!==f)){c=!1;break}}if(!c)continue}for(let c of t)n[c]=n[c]||[],n[c].push([i,r]);}return n};if(!b(O)||!S){let a={};if(typeof j==\"object\"&&!b(j))for(let n of Object.keys(j))a[n]=t=>{var i,r;return M(j[n],ee(n,t),((i=te(t))!=null?i:[])[n],((r=ae(t))!=null?r:[])[n],t==null?void 0:t.class,t==null?void 0:t.className)(m)};return a}return M(k,p(),J(h$1),l==null?void 0:l.class,l==null?void 0:l.className)(m)},K=()=>{if(!(!g$1||typeof g$1!=\"object\"))return Object.keys(g$1)};return V.variantKeys=K(),V.extend=e,V.base=k,V.slots=j,V.variants=g$1,V.defaultVariants=w,V.compoundSlots=C,V.compoundVariants=h$1,V},fe=s=>(b,e)=>ce(b,e?g(s,e):s);\n\nexport { M as cn, N as cnBase, fe as createTV, ie as defaultConfig, ce as tv, x as voidEmpty };\n","import { useContext } from \"react\";\n\nimport RadioGroupContext from \"./RadioGroupContext\";\n\nconst useConsumeRadioGroup = () => {\n return useContext(RadioGroupContext);\n};\n\nexport default useConsumeRadioGroup;\n","\"use client\";\n\nimport React, { ReactNode } from \"react\";\nimport { tv } from \"tailwind-variants\";\nimport * as RadioGroupPrimitive from \"@radix-ui/react-radio-group\";\n\nimport useConsumeRadioGroup from \"./useConsumeRadioGroup\";\n\nconst generateClasses = tv({\n base: \"preflight typography-input-text flex gap-2 justify-between text-clr-primary\",\n slots: {\n item: [\n \"w-6 h-6 border text-inherit border-current rounded-full shrink-0\",\n \"focus-visible:outline focus-visible:outline-current focus-visible:outline-1 focus-visible:outline-offset-2\",\n ],\n // py is used instead of h-8, because h-8 will make the item label vertically centered\n indicatorAndLabel: \"flex gap-2 py-3 flex-1 items-center\",\n indicator: [\n \"flex items-center justify-center w-full h-full relative after:content-[''] after:block after:w-2.5\",\n \"after:h-2.5 after:bg-current after:rounded-[50%]\",\n ],\n // set height explicitly to prevent suffix from breaking layout and spacings\n suffix: \"h-12 flex-none\",\n },\n variants: {\n disabled: {\n true: {\n base: \"text-clr-disabled\",\n item: \"bg-clr-bg-disabled\",\n },\n false: {\n base: \"hover:cursor-pointer hover:text-clr-on-bg-low\",\n },\n },\n },\n});\n\ninterface Props {\n /** The value of the radio button. */\n value: string;\n /** The label of the radio button. */\n label: ReactNode;\n /** Suffix that will be placed on the far right side inside the `<label>` to further visualize the item's value, e.g. with icon(s) or logo(s). Make sure to only include allowed children here to avoid irregular HTML markup. */\n suffix?: ReactNode;\n /** Additional content to be displayed when item is selected. */\n additional?: ReactNode;\n}\n\nconst RadioGroupItem = ({ value, label, additional, suffix }: Props) => {\n const { disabled, checkedValue } = useConsumeRadioGroup();\n const { base, item, indicatorAndLabel, indicator, suffix: suffixClasses } = generateClasses({ disabled });\n const hidden = value === \"\" ? \"hidden\" : undefined;\n\n const isChecked = value === checkedValue;\n\n return (\n <div className={hidden} data-bpds-radio-group-item=\"\" data-bpds-has-suffix={!!suffix} data-bpds-has-additional={!!additional}>\n <label className={base()}>\n <span className={indicatorAndLabel()}>\n <RadioGroupPrimitive.Item value={value} className={item()} disabled={disabled}>\n <RadioGroupPrimitive.Indicator className={indicator()} />\n </RadioGroupPrimitive.Item>\n {label}\n </span>\n {suffix && <span className={suffixClasses()}>{suffix}</span>}\n </label>\n {additional && isChecked && <div>{additional}</div>}\n </div>\n );\n};\n\nexport default RadioGroupItem;\n","\"use client\";\n\nimport { SelectionControlGroup } from \"@bonprix-ds/internal-components\";\nimport { ControlGroupProps as RadioControlGroupProps } from \"@bonprix-ds/utils\";\nimport React, { FC, useState } from \"react\";\nimport * as RadioGroupPrimitive from \"@radix-ui/react-radio-group\";\n\nimport RadioGroupContext from \"./RadioGroupContext\";\nimport RadioGroupItem from \"./RadioGroupItem\";\n\nimport \"./RadioGroup.css\";\n\ninterface Subcomponents {\n Item: typeof RadioGroupItem;\n}\n\ninterface ControlledInputProps extends Omit<RadioControlGroupProps, \"componentName\"> {\n value: string;\n onChange: (value: string) => void;\n}\n\ninterface UncontrolledInputProps extends Omit<RadioControlGroupProps, \"componentName\"> {\n value?: never;\n defaultValue: string;\n onChange?: (value: string) => void;\n}\n\nexport type Props = ControlledInputProps | UncontrolledInputProps;\n\nconst RadioGroup: FC<Props> & Subcomponents = ({\n value,\n onChange,\n label,\n \"aria-label\": ariaLabel,\n \"aria-labelledby\": ariaLabelledBy,\n children,\n name,\n disabled = false,\n error = false,\n errorText = \"\",\n helperText,\n required = false,\n divider = false,\n horizontalPadding = false,\n ...unionProps\n}) => {\n const defaultValue = \"defaultValue\" in unionProps ? unionProps.defaultValue : undefined;\n\n // For the uncontrolled variant, track the checked value internally so the Context\n // (and therefore `isChecked` in `RadioGroup.Item`) stays up-to-date.\n const [internalValue, setInternalValue] = useState(defaultValue ?? \"\");\n const isControlled = value !== undefined;\n const checkedValue = isControlled ? value : internalValue;\n\n const handleValueChange = (newValue: string) => {\n if (!isControlled) setInternalValue(newValue);\n onChange?.(newValue);\n };\n\n return (\n <SelectionControlGroup\n label={label}\n aria-label={ariaLabel}\n aria-labelledby={ariaLabelledBy}\n name={name}\n disabled={disabled}\n helperText={helperText}\n error={error}\n errorText={errorText}\n required={required}\n componentName=\"radio-group\"\n divider={divider}\n horizontalPadding={horizontalPadding}\n >\n <RadioGroupPrimitive.Root\n name={name}\n value={value}\n onValueChange={handleValueChange}\n orientation=\"vertical\" // disable navigation via \"←\" and \"→\" keys, only \"↑\" and \"↓\" can be used\n disabled={disabled}\n required={required}\n defaultValue={defaultValue}\n >\n <RadioGroupContext value={{ disabled, checkedValue }}>\n {/* Creating a 'phantom' option is technically more correct for the case when we pass an empty string as a value (initially to not preselect any option in the group). */}\n <RadioGroupItem label=\"\" value=\"\" />\n {children}\n </RadioGroupContext>\n </RadioGroupPrimitive.Root>\n </SelectionControlGroup>\n );\n};\n\nRadioGroup.Item = RadioGroupItem;\n\nexport default RadioGroup;\n"],"x_google_ignoreList":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21],"mappings":"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,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO,EAAE,MAAM,iDAAiD;EACjE;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO,EAAE,MAAM,iEAAiE;EACjF;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAAU,CAAC;GACX,UAAU,CAAC;GACX,OAAO;IACN,MAAM;IACN,MAAM;GACP;EACD;EACA;GACC,SAAS;GACT,UAA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"}
|