@bonprix-ds/internal-components 0.1.0 → 0.1.2
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 +1 -1
- package/dist/index.js +118 -4313
- package/dist/index.js.map +1 -1
- package/package.json +8 -7
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["CLASS_PART_SEPARATOR","createClassGroupUtils","createClassMap","getGroupRecursive","getGroupIdForArbitraryProperty","arbitraryPropertyRegex","getPrefixedClassGroupEntries","processClassesRecursively","getPart","isThemeGetter","createLruCache","IMPORTANT_MODIFIER","createParseClassName","sortModifiers","createConfigUtils","SPLIT_CLASSES_REGEX","mergeClassList","twJoin","toValue","createTailwindMerge","fromTheme","arbitraryValueRegex","fractionRegex","stringLengths","tshirtUnitRegex","lengthUnitRegex","colorFunctionRegex","shadowRegex","imageRegex","isLength","isNumber","isArbitraryLength","getIsArbitraryValue","isLengthOnly","isArbitraryNumber","isInteger","isPercent","isArbitraryValue","isTshirtSize","sizeLabels","isArbitrarySize","isNever","isArbitraryPosition","imageLabels","isArbitraryImage","isImage","isArbitraryShadow","isShadow","isAny","getDefaultConfig","twMerge","x","e","b","g","c","f","l","h","a","u","__defProp","__name","__defProp","__name","__defProp","__name"],"sources":["../../react/icon/dist/index.js","../../react/spinner/dist/index.js","../../../node_modules/.pnpm/tailwind-merge@2.6.1/node_modules/tailwind-merge/dist/bundle-mjs.mjs","../../../node_modules/.pnpm/tailwind-variants@0.3.1_tailwindcss@4.3.3/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@4.3.3/node_modules/tailwind-variants/dist/index.js","../src/BaseButton.tsx","../src/CheckboxBase.tsx","../src/InputHelperText.tsx","../src/InputHelperTextSection.tsx","../../../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.5_@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-slot@1.3.3_@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.10_@types+react-dom@19.2.3_@types+react@19.2.17__@types+r_be17283a23f513d7b972453cc36e2a96/node_modules/@radix-ui/react-primitive/dist/index.mjs","../../../node_modules/.pnpm/@radix-ui+react-label@2.1.15_@types+react-dom@19.2.3_@types+react@19.2.17__@types+react_47bfbc0ebd7e3b516270b1b15948c886/node_modules/@radix-ui/react-label/dist/index.mjs","../src/InputWrapper.tsx","../src/SelectionControlGroup.tsx"],"sourcesContent":["\"use client\";\nimport { useGlobalConfig as e } from \"@bonprix-ds/utils\";\nimport \"react\";\nimport { jsx as t } from \"react/jsx-runtime\";\n//#region ../../../node_modules/.pnpm/tailwind-merge@2.6.1/node_modules/tailwind-merge/dist/bundle-mjs.mjs\nvar n = \"-\", r = (e) => {\n\tlet t = s(e), { conflictingClassGroups: r, conflictingClassGroupModifiers: a } = e;\n\treturn {\n\t\tgetClassGroupId: (e) => {\n\t\t\tlet r = e.split(n);\n\t\t\treturn r[0] === \"\" && r.length !== 1 && r.shift(), i(r, t) || o(e);\n\t\t},\n\t\tgetConflictingClassGroupIds: (e, t) => {\n\t\t\tlet n = r[e] || [];\n\t\t\treturn t && a[e] ? [...n, ...a[e]] : n;\n\t\t}\n\t};\n}, i = (e, t) => {\n\tif (e.length === 0) return t.classGroupId;\n\tlet r = e[0], a = t.nextPart.get(r), o = a ? i(e.slice(1), a) : void 0;\n\tif (o) return o;\n\tif (t.validators.length === 0) return;\n\tlet s = e.join(n);\n\treturn t.validators.find(({ validator: e }) => e(s))?.classGroupId;\n}, a = /^\\[(.+)\\]$/, o = (e) => {\n\tif (a.test(e)) {\n\t\tlet t = a.exec(e)[1], n = t?.substring(0, t.indexOf(\":\"));\n\t\tif (n) return \"arbitrary..\" + n;\n\t}\n}, s = (e) => {\n\tlet { theme: t, prefix: n } = e, r = {\n\t\tnextPart: /* @__PURE__ */ new Map(),\n\t\tvalidators: []\n\t};\n\treturn d(Object.entries(e.classGroups), n).forEach(([e, n]) => {\n\t\tc(n, r, e, t);\n\t}), r;\n}, c = (e, t, n, r) => {\n\te.forEach((e) => {\n\t\tif (typeof e == \"string\") {\n\t\t\tlet r = e === \"\" ? t : l(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 (u(e)) {\n\t\t\t\tc(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\tc(i, l(t, e), n, r);\n\t\t});\n\t});\n}, l = (e, t) => {\n\tlet r = e;\n\treturn t.split(n).forEach((e) => {\n\t\tr.nextPart.has(e) || r.nextPart.set(e, {\n\t\t\tnextPart: /* @__PURE__ */ new Map(),\n\t\t\tvalidators: []\n\t\t}), r = r.nextPart.get(e);\n\t}), r;\n}, u = (e) => e.isThemeGetter, d = (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, f = (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}, p = \"!\", m = (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(p);\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}, h = (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}, g = (e) => ({\n\tcache: f(e.cacheSize),\n\tparseClassName: m(e),\n\t...r(e)\n}), _ = /\\s+/, v = (e, t) => {\n\tlet { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i } = t, a = [], o = e.trim().split(_), 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, m = r(f ? u.substring(0, d) : u);\n\t\tif (!m) {\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 (m = r(u), !m) {\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 g = h(c).join(\":\"), _ = l ? g + p : g, v = _ + m;\n\t\tif (a.includes(v)) continue;\n\t\ta.push(v);\n\t\tlet y = i(m, f);\n\t\tfor (let e = 0; e < y.length; ++e) {\n\t\t\tlet t = y[e];\n\t\t\ta.push(_ + t);\n\t\t}\n\t\ts = t + (s.length > 0 ? \" \" + s : s);\n\t}\n\treturn s;\n};\nfunction y() {\n\tlet e = 0, t, n, r = \"\";\n\tfor (; e < arguments.length;) (t = arguments[e++]) && (n = b(t)) && (r && (r += \" \"), r += n);\n\treturn r;\n}\nvar b = (e) => {\n\tif (typeof e == \"string\") return e;\n\tlet t, n = \"\";\n\tfor (let r = 0; r < e.length; r++) e[r] && (t = b(e[r])) && (n && (n += \" \"), n += t);\n\treturn n;\n};\nfunction x(e, ...t) {\n\tlet n, r, i, a = o;\n\tfunction o(o) {\n\t\treturn n = g(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 = v(e, n);\n\t\treturn i(e, a), a;\n\t}\n\treturn function() {\n\t\treturn a(y.apply(null, arguments));\n\t};\n}\nvar S = (e) => {\n\tlet t = (t) => t[e] || [];\n\treturn t.isThemeGetter = !0, t;\n}, C = /^\\[(?:([a-z-]+):)?(.+)\\]$/i, w = /^\\d+\\/\\d+$/, T = /*#__PURE__*/ new Set([\n\t\"px\",\n\t\"full\",\n\t\"screen\"\n]), E = /^(\\d+(\\.\\d+)?)?(xs|sm|md|lg|xl)$/, D = /\\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$/, O = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\\(.+\\)$/, k = /^(inset_)?-?((\\d+)?\\.?(\\d+)[a-z]+|0)_-?((\\d+)?\\.?(\\d+)[a-z]+|0)/, A = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\\(.+\\)$/, j = (e) => N(e) || T.has(e) || w.test(e), M = (e) => K(e, \"length\", q), N = (e) => !!e && !Number.isNaN(Number(e)), P = (e) => K(e, \"number\", N), F = (e) => !!e && Number.isInteger(Number(e)), I = (e) => e.endsWith(\"%\") && N(e.slice(0, -1)), L = (e) => C.test(e), R = (e) => E.test(e), z = /*#__PURE__*/ new Set([\n\t\"length\",\n\t\"size\",\n\t\"percentage\"\n]), B = (e) => K(e, z, J), V = (e) => K(e, \"position\", J), H = /*#__PURE__*/ new Set([\"image\", \"url\"]), U = (e) => K(e, H, X), W = (e) => K(e, \"\", Y), G = () => !0, K = (e, t, n) => {\n\tlet r = C.exec(e);\n\treturn r ? r[1] ? typeof t == \"string\" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;\n}, q = (e) => D.test(e) && !O.test(e), J = () => !1, Y = (e) => k.test(e), X = (e) => A.test(e), Z = /*#__PURE__*/ x(() => {\n\tlet e = S(\"colors\"), t = S(\"spacing\"), n = S(\"blur\"), r = S(\"brightness\"), i = S(\"borderColor\"), a = S(\"borderRadius\"), o = S(\"borderSpacing\"), s = S(\"borderWidth\"), c = S(\"contrast\"), l = S(\"grayscale\"), u = S(\"hueRotate\"), d = S(\"invert\"), f = S(\"gap\"), p = S(\"gradientColorStops\"), m = S(\"gradientColorStopPositions\"), h = S(\"inset\"), g = S(\"margin\"), _ = S(\"opacity\"), v = S(\"padding\"), y = S(\"saturate\"), b = S(\"scale\"), x = S(\"sepia\"), C = S(\"skew\"), w = S(\"space\"), T = S(\"translate\"), E = () => [\n\t\t\"auto\",\n\t\t\"contain\",\n\t\t\"none\"\n\t], D = () => [\n\t\t\"auto\",\n\t\t\"hidden\",\n\t\t\"clip\",\n\t\t\"visible\",\n\t\t\"scroll\"\n\t], O = () => [\n\t\t\"auto\",\n\t\tL,\n\t\tt\n\t], k = () => [L, t], A = () => [\n\t\t\"\",\n\t\tj,\n\t\tM\n\t], z = () => [\n\t\t\"auto\",\n\t\tN,\n\t\tL\n\t], H = () => [\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], K = () => [\n\t\t\"solid\",\n\t\t\"dashed\",\n\t\t\"dotted\",\n\t\t\"double\",\n\t\t\"none\"\n\t], q = () => [\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], J = () => [\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], Y = () => [\n\t\t\"\",\n\t\t\"0\",\n\t\tL\n\t], X = () => [\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], Z = () => [N, L];\n\treturn {\n\t\tcacheSize: 500,\n\t\tseparator: \":\",\n\t\ttheme: {\n\t\t\tcolors: [G],\n\t\t\tspacing: [j, M],\n\t\t\tblur: [\n\t\t\t\t\"none\",\n\t\t\t\t\"\",\n\t\t\t\tR,\n\t\t\t\tL\n\t\t\t],\n\t\t\tbrightness: Z(),\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\tR,\n\t\t\t\tL\n\t\t\t],\n\t\t\tborderSpacing: k(),\n\t\t\tborderWidth: A(),\n\t\t\tcontrast: Z(),\n\t\t\tgrayscale: Y(),\n\t\t\thueRotate: Z(),\n\t\t\tinvert: Y(),\n\t\t\tgap: k(),\n\t\t\tgradientColorStops: [e],\n\t\t\tgradientColorStopPositions: [I, M],\n\t\t\tinset: O(),\n\t\t\tmargin: O(),\n\t\t\topacity: Z(),\n\t\t\tpadding: k(),\n\t\t\tsaturate: Z(),\n\t\t\tscale: Z(),\n\t\t\tsepia: Y(),\n\t\t\tskew: Z(),\n\t\t\tspace: k(),\n\t\t\ttranslate: k()\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\tL\n\t\t\t] }],\n\t\t\tcontainer: [\"container\"],\n\t\t\tcolumns: [{ columns: [R] }],\n\t\t\t\"break-after\": [{ \"break-after\": X() }],\n\t\t\t\"break-before\": [{ \"break-before\": X() }],\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: [...H(), L] }],\n\t\t\toverflow: [{ overflow: D() }],\n\t\t\t\"overflow-x\": [{ \"overflow-x\": D() }],\n\t\t\t\"overflow-y\": [{ \"overflow-y\": D() }],\n\t\t\toverscroll: [{ overscroll: E() }],\n\t\t\t\"overscroll-x\": [{ \"overscroll-x\": E() }],\n\t\t\t\"overscroll-y\": [{ \"overscroll-y\": E() }],\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\tF,\n\t\t\t\tL\n\t\t\t] }],\n\t\t\tbasis: [{ basis: O() }],\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\tL\n\t\t\t] }],\n\t\t\tgrow: [{ grow: Y() }],\n\t\t\tshrink: [{ shrink: Y() }],\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\tF,\n\t\t\t\tL\n\t\t\t] }],\n\t\t\t\"grid-cols\": [{ \"grid-cols\": [G] }],\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\tF,\n\t\t\t\t\tL\n\t\t\t\t] },\n\t\t\t\tL\n\t\t\t] }],\n\t\t\t\"col-start\": [{ \"col-start\": z() }],\n\t\t\t\"col-end\": [{ \"col-end\": z() }],\n\t\t\t\"grid-rows\": [{ \"grid-rows\": [G] }],\n\t\t\t\"row-start-end\": [{ row: [\n\t\t\t\t\"auto\",\n\t\t\t\t{ span: [F, L] },\n\t\t\t\tL\n\t\t\t] }],\n\t\t\t\"row-start\": [{ \"row-start\": z() }],\n\t\t\t\"row-end\": [{ \"row-end\": z() }],\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\tL\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\tL\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\", ...J()] }],\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...J(),\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\": [...J(), \"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\": [w] }],\n\t\t\t\"space-x-reverse\": [\"space-x-reverse\"],\n\t\t\t\"space-y\": [{ \"space-y\": [w] }],\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\tL,\n\t\t\t\tt\n\t\t\t] }],\n\t\t\t\"min-w\": [{ \"min-w\": [\n\t\t\t\tL,\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\tL,\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: [R] },\n\t\t\t\tR\n\t\t\t] }],\n\t\t\th: [{ h: [\n\t\t\t\tL,\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\tL,\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\tL,\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\tL,\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\tR,\n\t\t\t\tM\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\tP\n\t\t\t] }],\n\t\t\t\"font-family\": [{ font: [G] }],\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\tL\n\t\t\t] }],\n\t\t\t\"line-clamp\": [{ \"line-clamp\": [\n\t\t\t\t\"none\",\n\t\t\t\tN,\n\t\t\t\tP\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\tj,\n\t\t\t\tL\n\t\t\t] }],\n\t\t\t\"list-image\": [{ \"list-image\": [\"none\", L] }],\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\tL\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: [...K(), \"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\tj,\n\t\t\t\tM\n\t\t\t] }],\n\t\t\t\"underline-offset\": [{ \"underline-offset\": [\n\t\t\t\t\"auto\",\n\t\t\t\tj,\n\t\t\t\tL\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: k() }],\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\tL\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\", L] }],\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: [...H(), V] }],\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\tB\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\tU\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: [...K(), \"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: K() }],\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: [\"\", ...K()] }],\n\t\t\t\"outline-offset\": [{ \"outline-offset\": [j, L] }],\n\t\t\t\"outline-w\": [{ outline: [j, M] }],\n\t\t\t\"outline-color\": [{ outline: [e] }],\n\t\t\t\"ring-w\": [{ ring: A() }],\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\": [j, M] }],\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\tR,\n\t\t\t\tW\n\t\t\t] }],\n\t\t\t\"shadow-color\": [{ shadow: [G] }],\n\t\t\topacity: [{ opacity: [_] }],\n\t\t\t\"mix-blend\": [{ \"mix-blend\": [\n\t\t\t\t...q(),\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\": q() }],\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\tR,\n\t\t\t\tL\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\tL\n\t\t\t] }],\n\t\t\tduration: [{ duration: Z() }],\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\tL\n\t\t\t] }],\n\t\t\tdelay: [{ delay: Z() }],\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\tL\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: [F, L] }],\n\t\t\t\"translate-x\": [{ \"translate-x\": [T] }],\n\t\t\t\"translate-y\": [{ \"translate-y\": [T] }],\n\t\t\t\"skew-x\": [{ \"skew-x\": [C] }],\n\t\t\t\"skew-y\": [{ \"skew-y\": [C] }],\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\tL\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\tL\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\": k() }],\n\t\t\t\"scroll-mx\": [{ \"scroll-mx\": k() }],\n\t\t\t\"scroll-my\": [{ \"scroll-my\": k() }],\n\t\t\t\"scroll-ms\": [{ \"scroll-ms\": k() }],\n\t\t\t\"scroll-me\": [{ \"scroll-me\": k() }],\n\t\t\t\"scroll-mt\": [{ \"scroll-mt\": k() }],\n\t\t\t\"scroll-mr\": [{ \"scroll-mr\": k() }],\n\t\t\t\"scroll-mb\": [{ \"scroll-mb\": k() }],\n\t\t\t\"scroll-ml\": [{ \"scroll-ml\": k() }],\n\t\t\t\"scroll-p\": [{ \"scroll-p\": k() }],\n\t\t\t\"scroll-px\": [{ \"scroll-px\": k() }],\n\t\t\t\"scroll-py\": [{ \"scroll-py\": k() }],\n\t\t\t\"scroll-ps\": [{ \"scroll-ps\": k() }],\n\t\t\t\"scroll-pe\": [{ \"scroll-pe\": k() }],\n\t\t\t\"scroll-pt\": [{ \"scroll-pt\": k() }],\n\t\t\t\"scroll-pr\": [{ \"scroll-pr\": k() }],\n\t\t\t\"scroll-pb\": [{ \"scroll-pb\": k() }],\n\t\t\t\"scroll-pl\": [{ \"scroll-pl\": k() }],\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\tL\n\t\t\t] }],\n\t\t\tfill: [{ fill: [e, \"none\"] }],\n\t\t\t\"stroke-w\": [{ stroke: [\n\t\t\t\tj,\n\t\t\t\tM,\n\t\t\t\tP\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}), Q = /* @__PURE__ */ \"account-balanced.address-book.ai.alarm-clock.alert.app.apple.armchair.arrow-down.arrow-left.arrow-right.arrow-up.back.bell.bra.briefcase.cake-piece-full.cake-piece.calendar.cart.catalog.chat.check-bold.check.child.closer.clothing-basic.clothing-blazer.clothing-blouse.clothing-dress.clothing-homewear.clothing.clothing-jacket.clothing-jeans.clothing-jumpsuit.clothing-knitwear.clothing-maternity-wear.clothing-party-wear.clothing-set.clothing-shirt.clothing-shorts.clothing-size.clothing-skirt.clothing-sport.clothing-sweater.clothing-sweatshirt.clothing-trousers.communication.connection.control-panel.cookie.copy.credit-card.crown.culture.curtain-almost-dark.curtain-dark.curtain-opaque.curtain-semi-transparent.curtain-transparent.customer.delivery.denied.desktop.diamond.discount.dots.download.edit.education.email.error.exchange.family.faq.fast-delivery.feedback-negative.feedback-positive.first-aid.fitness.fossil-fuel.free-delivery.friendship.giftbox.global-warming.globe.glossary.handshake.hanger.hashtag.health.heart-eyes-emoji.heart-full.heart.help.hint.home.home2.image-placeholder.info.invoice.light-bulb-heart.light-bulb.lightning.location.locations.lock.lock-open.logged-in.logout.mail.menu.minus.newsletter.not-yet-available.order.order2.out-of-stock.pause.personal-data.phone.pin.pinch-zoom.plane.play.plus.prepaid.print.process.production-site.puzzle.qr-code.quality.question.radio.recently-viewed.recycling.religion.return.review-full.review.rocket.roots.saved-money.scale.search-categories.search-form-arrow.search.sepa.service.share.shoe.shopping-bag.signpost.signpost-single.similar-products.size.social.sold-out.sort.spark.store.success.suitcase.sustainable-animal-welfare.sustainable-energy-efficient.sustainable-natural-cosmetics.sustainable-organic-materials.sustainable-production.sustainable-recyclable-design.sustainable-recycling.sustainable-resource.sustainable-social-initiatives.swords.tablet.teacup.thumb-down-full.thumb-down.thumb-up-full.thumb-up.trash-bin.tv.user.visibility.visibility-off.voucher.wallet.water-pollution.water-usage.whatsapp-bell.whatsapp-phone.zoom-in.zoom-out\".split(\".\"), $ = {\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}, ee = ({ variant: n, className: r }) => {\n\tlet { iconSprite: i } = e(), a = \"fill-clr-primary\";\n\tn.startsWith(\"sustainable-\") && (a = \"fill-clr-sustainable\");\n\tlet o = Z(\"shrink-0 w-6 h-6\", a, r), [s, c] = $[n];\n\treturn /* @__PURE__ */ t(\"svg\", {\n\t\tclassName: o,\n\t\t\"aria-hidden\": \"true\",\n\t\t\"data-bpds\": \"icon\",\n\t\t\"data-bpds-variant\": n,\n\t\tstyle: { aspectRatio: `${s} / ${c}` },\n\t\tchildren: /* @__PURE__ */ t(\"use\", { href: `${i}#${n}-icon` })\n\t});\n};\n//#endregion\nexport { ee as default, $ as iconAspectRatios, Q as iconNames };\n\n//# sourceMappingURL=index.js.map","\"use client\";\nimport \"react\";\nimport { jsx as e, jsxs as t } from \"react/jsx-runtime\";\n//#region src/Spinner.tsx\nvar n = ({ edgeLength: n = \"1rem\" }) => /* @__PURE__ */ t(\"span\", {\n\trole: \"status\",\n\t\"data-bpds\": \"spinner\",\n\t\"data-bpds-edge-length\": n,\n\tchildren: [/* @__PURE__ */ t(\"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: n,\n\t\t\theight: n\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__ */ e(\"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__ */ e(\"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__ */ e(\"span\", {\n\t\tclassName: \"sr-only\",\n\t\tchildren: \"Lade...\"\n\t})]\n});\n//#endregion\nexport { n as default };\n\n//# sourceMappingURL=index.js.map","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)|color-mix)\\(.+\\)$/;\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-fractions'],\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","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 Icon, { type IconType } from \"@bonprix-ds/react-icon\";\nimport Spinner from \"@bonprix-ds/react-spinner\";\nimport type { ButtonSize } from \"@bonprix-ds/utils\";\nimport { twMerge } from \"tailwind-merge\";\nimport React, { ComponentProps, ElementType, ReactNode } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nconst generateClasses = tv({\n base: [\n \"preflight rounded typography-button relative flex items-center justify-center gap-2 border border-transparent group/button\",\n \"focus-visible:outline outline-1 outline-offset-1 outline-clr-primary\",\n ],\n slots: {\n icon: \"\",\n loader: \"absolute\",\n contentWrapper: \"flex items-center justify-center gap-2\",\n },\n variants: {\n variant: { primary: {}, secondary: {}, tertiary: {} },\n disabled: { true: \"\", false: \"\" },\n contentWidth: { true: \"\", false: \"\" },\n size: { small: \"\", medium: \"\", large: \"\" },\n link: { true: \"\", false: \"\" },\n inverted: { true: \"\", false: \"\" },\n iconPosition: {\n start: \"\",\n end: \"flex-row-reverse\",\n },\n loading: {\n true: {\n contentWrapper: \"invisible\",\n },\n false: \"\",\n },\n iconButton: {\n true: \"\",\n false: \"py-[0.4375rem]\",\n },\n },\n compoundVariants: [\n {\n variant: \"primary\",\n inverted: false,\n class: {\n base: \"bg-clr-primary text-clr-on-primary-high\",\n icon: \"fill-clr-on-primary-high\",\n },\n },\n {\n variant: \"primary\",\n inverted: true,\n class: {\n base: \"bg-clr-primary-inverse text-clr-on-primary-high-inverse\",\n icon: \"fill-clr-on-primary-high-inverse\",\n },\n },\n {\n variant: \"primary\",\n disabled: true,\n inverted: false,\n class: {\n base: \"text-clr-disabled bg-clr-bg-disabled\",\n icon: \"fill-clr-disabled\",\n },\n },\n {\n variant: \"primary\",\n disabled: false,\n inverted: false,\n class: {\n base: \"hover:bg-clr-on-bg-low active:bg-clr-on-bg-low\",\n },\n },\n {\n variant: \"primary\",\n disabled: true,\n inverted: true,\n class: {\n base: \"text-clr-disabled-inverse bg-clr-bg-disabled-inverse\",\n icon: \"fill-clr-disabled-inverse\",\n },\n },\n {\n variant: \"primary\",\n disabled: false,\n inverted: true,\n class: {\n base: \"hover:bg-clr-on-bg-low-inverse active:bg-clr-on-bg-low-inverse\",\n },\n },\n {\n variant: \"secondary\",\n inverted: false,\n class: {\n base: \"text-clr-primary border-clr-primary\",\n icon: \"fill-clr-primary\",\n },\n },\n {\n variant: \"secondary\",\n inverted: true,\n class: {\n base: \"text-clr-primary-inverse border-clr-primary-inverse\",\n icon: \"fill-clr-primary-inverse\",\n },\n },\n {\n variant: \"secondary\",\n disabled: true,\n inverted: false,\n class: {\n base: \"text-clr-disabled border-clr-disabled\",\n icon: \"fill-clr-disabled\",\n },\n },\n {\n variant: \"secondary\",\n disabled: false,\n inverted: false,\n class: {\n base: \"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 icon: \"group-hover/button:fill-clr-on-bg-low group-active/button:fill-clr-on-bg-low\",\n },\n },\n {\n variant: \"secondary\",\n disabled: true,\n inverted: true,\n class: {\n base: \"text-clr-disabled-inverse border-clr-disabled-inverse\",\n icon: \"fill-clr-disabled-inverse\",\n },\n },\n {\n variant: \"secondary\",\n disabled: false,\n inverted: true,\n class: {\n base: \"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 icon: \"group-hover/button:fill-clr-on-bg-low-inverse group-active/button:fill-clr-on-bg-low-inverse\",\n },\n },\n {\n variant: \"tertiary\",\n inverted: false,\n class: {\n base: \"text-clr-primary\",\n icon: \"fill-clr-primary\",\n },\n },\n {\n variant: \"tertiary\",\n inverted: true,\n class: {\n base: \"text-clr-primary-inverse\",\n icon: \"fill-clr-primary-inverse\",\n },\n },\n {\n variant: \"tertiary\",\n disabled: true,\n inverted: false,\n class: {\n base: \"text-clr-disabled\",\n icon: \"fill-clr-disabled\",\n },\n },\n {\n variant: \"tertiary\",\n disabled: false,\n inverted: false,\n class: {\n base: \"hover:text-clr-on-bg-low active:text-clr-on-bg-low\",\n icon: \"group-hover/button:fill-clr-on-bg-low group-active/button:fill-clr-on-bg-low\",\n },\n },\n {\n variant: \"tertiary\",\n disabled: true,\n inverted: true,\n class: {\n base: \"text-clr-disabled-inverse\",\n icon: \"fill-clr-disabled-inverse\",\n },\n },\n {\n variant: \"tertiary\",\n disabled: false,\n inverted: true,\n class: {\n base: \"hover:text-clr-on-bg-low-inverse active:text-clr-on-bg-low-inverse\",\n icon: \"group-hover/button:fill-clr-on-bg-low-inverse group-active/button:fill-clr-on-bg-low-inverse\",\n },\n },\n {\n contentWidth: false,\n iconButton: false,\n class: \"w-full\",\n },\n {\n contentWidth: true,\n link: true,\n class: \"w-fit\",\n },\n {\n iconButton: false,\n variant: [\"primary\", \"secondary\"],\n class: \"px-4\",\n },\n // Regular Button sizes\n {\n iconButton: false,\n size: \"medium\",\n class: {\n icon: \"w-4 h-4\",\n },\n },\n {\n iconButton: false,\n size: \"large\",\n class: {\n base: \"py-[0.9375rem]\",\n icon: \"w-4 h-4\",\n },\n },\n // Icon Button sizes\n {\n iconButton: true,\n size: \"small\",\n class: {\n base: \"p-[0.1875rem]\",\n icon: \"w-4 h-4\",\n },\n },\n {\n iconButton: true,\n size: \"medium\",\n variant: [\"primary\", \"secondary\"],\n class: {\n base: \"p-[0.4375rem]\",\n icon: \"w-4 h-4\", // we currently predefine the fill color in the icon, so we cannot inherit the fill from base and instead have to set it directly\n },\n },\n {\n iconButton: true,\n size: \"medium\",\n variant: \"tertiary\",\n class: {\n base: \"p-[0.1875rem]\",\n icon: \"w-6 h-6\",\n },\n },\n {\n iconButton: true,\n size: \"large\",\n class: {\n base: \"p-[0.6875rem]\",\n icon: \"w-6 h-6\",\n },\n },\n ],\n});\n\ninterface BaseProps {\n children: string;\n size?: ButtonSize;\n variant?: \"primary\" | \"secondary\" | \"tertiary\";\n contentWidth?: boolean;\n loading?: boolean;\n icon?: IconType;\n iconPosition?: \"start\" | \"end\";\n componentName?: \"button\" | \"icon-button\" | \"badge-icon-button\";\n inverted?: boolean;\n}\n\nexport type Props<C extends ElementType> = BaseProps & {\n component?: C;\n} & Omit<ComponentProps<C>, keyof BaseProps | \"component\">;\n\nconst BaseButton = <C extends ElementType = \"button\">({\n children,\n size = \"medium\",\n variant = \"primary\",\n contentWidth = false,\n loading = false,\n icon,\n iconPosition = \"start\",\n componentName,\n inverted = false,\n component = \"button\" as C,\n ...props\n}: Props<C>) => {\n const Component: ElementType = component;\n const { disabled = false, className = \"\", ...otherProps } = props;\n const isDisabled = disabled || loading;\n const iconButton = componentName === \"icon-button\";\n const link = component !== \"button\";\n\n const {\n base,\n icon: iconClass,\n contentWrapper,\n loader,\n } = generateClasses({\n size,\n contentWidth,\n disabled: isDisabled,\n iconButton,\n iconPosition,\n variant,\n loading,\n link,\n inverted,\n });\n\n const actualContent = (\n <>\n {icon && <Icon variant={icon} className={iconClass()} />}\n {iconButton ? undefined : children}\n </>\n );\n\n let content: ReactNode = actualContent;\n\n if (loading) {\n content = (\n <>\n <span className={contentWrapper()}>{actualContent}</span>\n <span className={loader()}>\n <Spinner edgeLength={iconButton ? \"1.25rem\" : \"1rem\"} />\n </span>\n </>\n );\n }\n\n let ariaLabel = undefined;\n if (iconButton) {\n if (children) {\n ariaLabel = children;\n } else {\n ariaLabel = \"Icon\";\n }\n }\n\n return (\n <Component\n className={twMerge(base(), className)}\n disabled={component === \"button\" ? isDisabled : undefined}\n {...otherProps}\n aria-label={ariaLabel}\n data-bpds={componentName}\n data-bpds-icon={icon}\n data-bpds-size={size}\n data-bpds-content-width={componentName !== \"icon-button\" ? contentWidth : undefined}\n data-bpds-inverted={inverted}\n data-bpds-variant={variant}\n >\n {content}\n </Component>\n );\n};\n\nexport default BaseButton;\n","\"use client\";\n\nimport Icon from \"@bonprix-ds/react-icon\";\nimport React, { ChangeEvent, FC, FocusEvent, Ref, useState } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nconst generateClasses = tv({\n base: \"preflight typography-input-text flex gap-2 items-start py-3 text-clr-on-bg-high relative\",\n slots: {\n input: [\n \"appearance-none relative w-6 h-6 rounded-sm border text-current cursor-pointer shrink-0\",\n \"focus-visible:outline focus-visible:outline-current focus-visible:outline-1 focus-visible:outline-offset-2\",\n ],\n icon: \"w-[1.125rem] h-[1.125rem] absolute m-0.75 fill-current\",\n },\n variants: {\n disabled: {\n true: {\n base: \"text-clr-disabled border-clr-disabled\",\n input: \"bg-clr-bg-disabled\",\n icon: \"fill-clr-disabled\",\n },\n false: {\n base: \"hover:cursor-pointer hover:text-clr-on-bg-low\",\n },\n },\n error: {\n true: {\n input: \"border-clr-fg-error bg-clr-bg-error [&:checked::after]:bg-clr-fg-error\",\n icon: \"fill-clr-fg-error\",\n },\n },\n },\n});\n\ninterface BaseProps {\n label: string;\n /** The name of the checkbox. Will be submitted with the form. */\n name: string;\n /** Callback function that is called when the checkbox loses focus. */\n onBlur?: () => void;\n /** The id of the checkbox. */\n id?: string;\n /** Value that will be submitted when the form is submitted. */\n value?: string;\n /** If set to `true`, the checkbox will be marked as required. */\n required?: boolean;\n /** If set to `true`, the checkbox will be disabled. */\n disabled?: boolean;\n /** If set to `true`, the checkbox will be marked as erroneous. */\n error?: boolean;\n errorText?: string;\n helperText?: string;\n /** A reference to the root element of the checkbox. Helpful for intergrating with 3rd party form libraries like react-hook-form. */\n rootRef?: Ref<HTMLInputElement>;\n /** <a href=\"https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby\" target=\"_blank\">ARIA: aria-describedby attribute.</a> */\n describedBy?: string;\n}\n\ninterface ControlledInputProps extends BaseProps {\n /** Controls, whether the checkbox is checked or not. Should be used in conjunction with `onChange`. */\n checked: boolean;\n /** Initial value of the checkbox. Should be used for uncontrolled variant of the component. */\n defaultChecked?: never;\n /** Callback function that is called when the checkbox state changes. `checked` should be adjusted appropriately. */\n onChange: (value: boolean) => void;\n}\n\ninterface UncontrolledInputProps extends BaseProps {\n checked?: never;\n defaultChecked: boolean;\n onChange?: (value: boolean) => void;\n}\nexport interface AllyIds {\n errorTextId: string;\n helperTextId: string;\n}\nexport type Props = ControlledInputProps | UncontrolledInputProps;\n\nconst CheckboxItem: FC<Props & AllyIds> = ({\n label,\n name,\n onChange,\n onBlur,\n id,\n value = label,\n required,\n disabled,\n error,\n errorText,\n helperText,\n helperTextId,\n errorTextId,\n rootRef,\n describedBy,\n ...props\n}) => {\n const { base, input, icon } = generateClasses({ disabled, error });\n\n const isUncontrolled = \"defaultChecked\" in props;\n const controlledChecked = props.checked;\n\n const [internalChecked, setInternalChecked] = useState(() => (isUncontrolled ? props.defaultChecked : controlledChecked));\n\n const checked = isUncontrolled ? internalChecked : controlledChecked;\n let ariaDescribedBy;\n if (helperText) {\n ariaDescribedBy = helperTextId;\n }\n if (error && errorText) {\n ariaDescribedBy = ariaDescribedBy ? ariaDescribedBy + \" \" + errorTextId : errorTextId;\n }\n if (describedBy) {\n ariaDescribedBy = ariaDescribedBy ? ariaDescribedBy + \" \" + describedBy : describedBy;\n }\n\n const handleChange = (ev: ChangeEvent<HTMLInputElement>) => {\n const checked = ev.currentTarget.checked;\n\n if (isUncontrolled) {\n setInternalChecked(checked);\n }\n onChange?.(checked);\n };\n const handleBlur = (event: FocusEvent<HTMLInputElement>) => {\n if (!onBlur) return;\n // prevent blur triggers if clicking in label instead input\n if (event.relatedTarget?.contains(event.currentTarget)) {\n event.preventDefault();\n return;\n }\n onBlur();\n };\n return (\n // Label causes inconsistent blur event when interacts with input.\n // -1 tabIndex makes 'relatedTarget' not being always null and helps detecting correct blur event\n <label className={base()} tabIndex={-1}>\n <input\n className={input()}\n type=\"checkbox\"\n checked={checked}\n onChange={handleChange}\n onBlur={handleBlur}\n value={value}\n id={id}\n name={name}\n disabled={disabled}\n ref={rootRef}\n required={required}\n aria-invalid={error ? \"true\" : undefined}\n aria-describedby={ariaDescribedBy}\n />\n {label}\n {checked && <Icon variant=\"check-bold\" className={icon()} />}\n </label>\n );\n};\n\nexport default CheckboxItem;\n","\"use client\";\n\nimport React, { FC } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nconst generateClasses = tv({\n base: \"preflight typography-input-helper-text w-full inline-block\",\n variants: {\n type: {\n description: \"text-clr-on-bg-mid\",\n error: \"text-clr-fg-error\",\n },\n },\n});\n\nexport interface Props {\n id: string;\n children: string;\n type?: \"description\" | \"error\";\n}\n\nconst InputHelperText: FC<Props> = ({ id, children, type = \"description\" }) => {\n const className = generateClasses({ type });\n return (\n <p id={id} className={className}>\n {children}\n </p>\n );\n};\n\nexport default InputHelperText;\n","\"use client\";\n\nimport React, { FC } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nimport InputHelperText from \"./InputHelperText\";\n\nconst generateClasses = tv({\n base: \"preflight flex flex-col gap-1 w-full\",\n});\n\nexport interface Props {\n helperText: string;\n helperTextId: string;\n error: boolean;\n errorText: string;\n errorTextId: string;\n className?: string;\n}\n\nconst InputHelperTextSection: FC<Props> = ({ helperText, helperTextId, error = false, errorText, errorTextId, className = \"\" }) => {\n return (\n <div className={`${generateClasses()} ${className}`}>\n {helperText && <InputHelperText id={helperTextId}>{helperText}</InputHelperText>}\n {error && errorText && (\n <InputHelperText id={errorTextId} type=\"error\">\n {errorText}\n </InputHelperText>\n )}\n </div>\n );\n};\n\nexport default InputHelperTextSection;\n","var __defProp = Object.defineProperty;\nvar __name = (target, value) => __defProp(target, \"name\", { value, configurable: true });\n\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}\n__name(setRef, \"setRef\");\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}\n__name(composeRefs, \"composeRefs\");\nfunction useComposedRefs(...refs) {\n return React.useCallback(composeRefs(...refs), refs);\n}\n__name(useComposedRefs, \"useComposedRefs\");\nexport {\n composeRefs,\n useComposedRefs\n};\n//# sourceMappingURL=index.mjs.map\n","var __defProp = Object.defineProperty;\nvar __name = (target, value) => __defProp(target, \"name\", { value, configurable: true });\n\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}\n__name(createSlot, \"createSlot\");\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\nvar SLOTTABLE_IDENTIFIER = Symbol.for(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = /* @__PURE__ */ __name((props) => \"child\" in props ? props.children(props.child) : props.children, \"Slottable\");\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\n__name(createSlottable, \"createSlottable\");\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nvar getSlottableElementFromSlottable = /* @__PURE__ */ __name((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}, \"getSlottableElementFromSlottable\");\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}\n__name(mergeProps, \"mergeProps\");\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\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\n__name(isSlottable, \"isSlottable\");\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}\n__name(isLazyComponent, \"isLazyComponent\");\nfunction isPromiseLike(value) {\n return typeof value === \"object\" && value !== null && \"then\" in value;\n}\n__name(isPromiseLike, \"isPromiseLike\");\nvar createSlotError = /* @__PURE__ */ __name((ownerName) => {\n return `${ownerName} failed to slot onto its children. Expected a single React element child or \\`Slottable\\`.`;\n}, \"createSlotError\");\nvar createSlottableError = /* @__PURE__ */ __name((ownerName) => {\n return `${ownerName} failed to slot onto its \\`Slottable\\`. Expected \\`Slottable\\` to receive a single React element child.`;\n}, \"createSlottableError\");\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","var __defProp = Object.defineProperty;\nvar __name = (target, value) => __defProp(target, \"name\", { value, configurable: true });\n\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}\n__name(dispatchDiscreteCustomEvent, \"dispatchDiscreteCustomEvent\");\nvar Root = Primitive;\nexport {\n Primitive,\n Root,\n dispatchDiscreteCustomEvent\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/label.tsx\nimport * as React from \"react\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar Label = /* @__PURE__ */ React.forwardRef(\n /* @__PURE__ */ __name(function Label2(props, forwardedRef) {\n return /* @__PURE__ */ jsx(\n Primitive.label,\n {\n ...props,\n ref: forwardedRef,\n onMouseDown: (event) => {\n const target = event.target;\n if (target.closest(\"button, input, select, textarea\")) return;\n props.onMouseDown?.(event);\n if (!event.defaultPrevented && event.detail > 1) event.preventDefault();\n }\n }\n );\n }, \"Label\")\n);\nvar Root = Label;\nexport {\n Label,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// floating label inspired by https://flowbite.com/docs/forms/floating-label/\nimport React, { FC } from \"react\";\nimport { tv } from \"tailwind-variants\";\nimport * as Label from \"@radix-ui/react-label\";\n\nimport InputHelperTextSection from \"./InputHelperTextSection\";\n\nconst generateClasses = tv({\n slots: {\n root: [\n \"preflight relative text-clr-primary fill-clr-primary pt-5\",\n \"[&_.input]:placeholder:typography-caption [&_.input]:text-ellipsis\",\n \"[&_.input]:placeholder:text-clr-on-bg-mid [&_.input]:placeholder:truncate\", //input's placeholder\n \"[&_.input]:caret-clr-primary\", // caret\n \"group\", // needed for autofill selector on `inputLabel`\n ],\n inputWrapper: \"relative border border-clr-primary rounded-sm group/input-wrapper\",\n inputLabel: [\n \"absolute start-0 duration-300 px-1.5 mx-1.5\",\n \"top-[2.0625rem]\", // 20px padding + 13px ((48px - 22px) / 2)\n \"inline-block truncate max-w-[calc(100%-0.75rem)]\",\n \"pointer-events-none\", // allows dropdown menu in select to open instantly on first click\n // Caution: When changing these, make sure to also adjust the corresponding Chrome fix styles (search for \"[data-fix-chrome-page-load-autofill]\").\n \"group-has-[input:autofill]:-translate-y-8\",\n \"group-has-[input:autofill]:typography-input-label\",\n ],\n helperTextSection: \"\",\n stateIndicator: [\n \"hidden absolute bottom-0 start-0 w-full bg-clr-primary\",\n \"group-focus-within/input-wrapper:h-0.75 group-focus-within/input-wrapper:block\",\n ],\n },\n variants: {\n labelFloated: {\n true: {\n inputLabel: \"typography-input-label -translate-y-8\",\n },\n false: {\n inputLabel: \"typography-input-text\",\n },\n },\n disabled: {\n true: {\n root: \"text-clr-disabled fill-clr-disabled pointer-events-none [&_.input]:placeholder:text-clr-disabled\",\n inputWrapper: \"border-clr-disabled\",\n inputLabel: \"text-clr-disabled\",\n },\n false: {\n stateIndicator: [\n \"group-hover/input-wrapper:h-0.25 group-hover/input-wrapper:block\",\n \"group-hover:group-focus-within/input-wrapper:h-0.75 group-hover:group-focus-within/input-wrapper:block\",\n ],\n },\n },\n error: {\n true: {\n root: \"text-clr-fg-error fill-clr-fg-error [&_.input]:caret-clr-fg-error [&_.input]:caret-clr-fg-error\",\n inputWrapper: \"border-clr-fg-error\",\n inputLabel: \"text-clr-fg-error\",\n stateIndicator: \"bg-clr-fg-error\",\n },\n },\n componentName: {\n select: {\n inputWrapper: \"has-[[data-radix-popper-side=top]]:rounded-t-none has-[[data-radix-popper-side=bottom]]:rounded-b-none\",\n },\n [\"password-field\"]: \"\",\n [\"text-field\"]: \"\",\n [\"search-field\"]: \"\",\n textarea: \"\",\n },\n helperTextSectionVisible: {\n true: {\n helperTextSection: \"mt-1 px-3\",\n },\n false: {},\n },\n },\n compoundVariants: [\n {\n labelFloated: false,\n componentName: [\"select\", \"search-field\", \"password-field\"],\n class: {\n inputLabel: \"pe-7\", // Do not cover chevron/search icons\n },\n },\n ],\n});\n\nexport interface Props {\n children: React.ReactNode;\n id: string;\n labelFloated: boolean;\n disabled: boolean;\n required: boolean;\n componentName: \"select\" | \"password-field\" | \"text-field\" | \"search-field\" | \"textarea\";\n label?: string;\n helperText: string;\n helperTextId: string;\n error: boolean;\n errorText: string;\n errorTextId: string;\n labelClassName?: string;\n}\n\nconst InputWrapper: FC<Props> = ({\n children,\n id,\n label,\n labelFloated,\n disabled,\n required,\n componentName,\n helperText,\n helperTextId,\n error,\n errorText,\n errorTextId,\n labelClassName = \"\",\n}) => {\n const helperTextSectionVisible = Boolean(helperText || (error && errorText));\n const {\n root,\n inputWrapper,\n inputLabel,\n helperTextSection: helperTextSectionClass,\n stateIndicator,\n } = generateClasses({\n labelFloated,\n disabled,\n error,\n componentName,\n helperTextSectionVisible,\n });\n return (\n <div className={root()} data-bpds={componentName}>\n <div className={inputWrapper()} aria-disabled={disabled}>\n {children}\n <div className={stateIndicator()}></div>\n </div>\n <Label.Root htmlFor={id} className={`${inputLabel()} ${labelClassName}`}>\n {label}\n {required && <span aria-hidden=\"true\">*</span>}\n </Label.Root>\n <InputHelperTextSection\n className={helperTextSectionClass()}\n helperText={helperText}\n helperTextId={helperTextId}\n error={error}\n errorText={errorText}\n errorTextId={errorTextId}\n />\n </div>\n );\n};\n\nexport default InputWrapper;\n","\"use client\";\n\nimport type { ControlGroupProps } from \"@bonprix-ds/utils\";\nimport React, { FC, useId } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nimport InputHelperTextSection from \"./InputHelperTextSection\";\n\nexport type { ControlGroupProps as Props } from \"@bonprix-ds/utils\";\n\nconst generateClasses = tv({\n // min-w-0 is required because of the weird fieldset behavior\n // fieldset will be placed in some fixed width container or flexbox\n // we need to make sure that the helper texts are truncated with ellipsis and not extending the fieldset\n // https://stackoverflow.com/questions/7434756/overflow-and-text-overflow-within-fieldsets\n base: \"preflight min-w-0\",\n slots: {\n label: \"typography-input-label text-clr-on-bg-mid truncate inline-block w-full\",\n },\n variants: {\n horizontalPadding: {\n true: {\n base: \"px-3\",\n },\n },\n },\n});\n\nconst SelectionControlGroup: FC<ControlGroupProps> = ({\n label,\n children,\n error = false,\n errorText = \"\",\n disabled = false,\n helperText = \"\",\n required = false,\n divider = false,\n horizontalPadding = false,\n \"aria-label\": ariaLabel,\n \"aria-labelledby\": ariaLabelledBy,\n componentName,\n}) => {\n const { base, label: labelClasses } = generateClasses({ horizontalPadding });\n const helperTextId = useId();\n const errorTextId = useId();\n let ariaDescribedBy;\n if (helperText) {\n ariaDescribedBy = helperTextId;\n }\n if (error && errorText) {\n ariaDescribedBy = ariaDescribedBy ? ariaDescribedBy + \" \" + errorTextId : errorTextId;\n }\n return (\n <fieldset\n className={base()}\n disabled={disabled}\n data-bpds={componentName}\n data-bpds-has-divider={divider ? \"true\" : \"false\"}\n data-bpds-has-horizontal-padding={horizontalPadding ? \"true\" : \"false\"}\n aria-describedby={ariaDescribedBy}\n aria-invalid={error ? \"true\" : undefined}\n aria-label={ariaLabel}\n aria-labelledby={ariaLabelledBy}\n >\n {label && (\n <legend className={labelClasses()}>\n {label}\n {required && <span>*</span>}\n </legend>\n )}\n {children}\n <InputHelperTextSection\n helperText={helperText}\n error={error}\n errorText={errorText}\n helperTextId={helperTextId}\n errorTextId={errorTextId}\n />\n </fieldset>\n );\n};\n\nexport default SelectionControlGroup;\n"],"x_google_ignoreList":[2,3,4,5,10,11,12,13],"mappings":"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AAU;GAAE,MAAM;GAAI,OAAO;EAAG;EAChC,cAAc;GAAE,MAAM;GAAI,OAAO;EAAG;EACpC,MAAM;GAAE,OAAO;GAAI,QAAQ;GAAI,OAAO;EAAG;EACzC,MAAM;GAAE,MAAM;GAAI,OAAO;EAAG;EAC5B,UAAU;GAAE,MAAM;GAAI,OAAO;EAAG;EAChC,cAAc;GACZ,OAAO;GACP,KAAK;EACP;EACA,SAAS;GACP,MAAM,EACJ,gBAAgB,YAClB;GACA,OAAO;EACT;EACA,YAAY;GACV,MAAM;GACN,OAAO;EACT;CACF;CACA,kBAAkB;EAChB;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO,EACL,MAAM,iDACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO,EACL,MAAM,iEACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,cAAc;GACd,YAAY;GACZ,OAAO;EACT;EACA;GACE,cAAc;GACd,MAAM;GACN,OAAO;EACT;EACA;GACE,YAAY;GACZ,SAAS,CAAC,WAAW,WAAW;GAChC,OAAO;EACT;EAEA;GACE,YAAY;GACZ,MAAM;GACN,OAAO,EACL,MAAM,UACR;EACF;EACA;GACE,YAAY;GACZ,MAAM;GACN,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EAEA;GACE,YAAY;GACZ,MAAM;GACN,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,YAAY;GACZ,MAAM;GACN,SAAS,CAAC,WAAW,WAAW;GAChC,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,YAAY;GACZ,MAAM;GACN,SAAS;GACT,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,YAAY;GACZ,MAAM;GACN,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;CACF;AACF,CAAC,GAkBK,MAAgD,EACpD,aACA,UAAO,UACP,aAAU,WACV,kBAAe,IACf,aAAU,IACV,SACA,kBAAe,SACf,kBACA,cAAW,IACX,eAAY,UACZ,GAAG,QACW;CACd,IAAM,IAAyB,GACzB,EAAE,cAAW,IAAO,eAAY,IAAI,GAAG,MAAe,GACtD,IAAa,KAAY,GACzB,IAAa,MAAkB,eAG/B,EACJ,SACA,MAAM,GACN,mBACA,cACE,GAAgB;EAClB;EACA;EACA,UAAU;EACV;EACA;EACA;EACA;EACA,MAfW,MAAc;EAgBzB;CACF,CAAC,GAEK,IACJ,kBAAA,GAAA,EAAA,UAAA,CACG,KAAQ,kBAAC,IAAD;EAAM,SAAS;EAAM,WAAW,EAAU;CAAI,CAAA,GACtD,IAAa,KAAA,IAAY,CAC1B,EAAA,CAAA,GAGA,IAAqB;CAEzB,AAAI,MACF,IACE,kBAAA,GAAA,EAAA,UAAA,CACE,kBAAC,QAAD;EAAM,WAAW,EAAe;YAAI;CAAoB,CAAA,GACxD,kBAAC,QAAD;EAAM,WAAW,EAAO;YACtB,kBAAC,IAAD,EAAS,YAAY,IAAa,YAAY,OAAS,CAAA;CACnD,CAAA,CACN,EAAA,CAAA;CAIN,IAAI;CASJ,OARI,MACF,AAGE,IAHE,KAGU,SAKd,kBAAC,GAAD;EACE,WAAW,GAAQ,EAAK,GAAG,CAAS;EACpC,UAAU,MAAc,WAAW,IAAa,KAAA;EAChD,GAAI;EACJ,cAAY;EACZ,aAAW;EACX,kBAAgB;EAChB,kBAAgB;EAChB,2BAAyB,MAAkB,gBAA+B,KAAA,IAAf;EAC3D,sBAAoB;EACpB,qBAAmB;YAElB;CACQ,CAAA;AAEf,GClWM,KAAkB,GAAG;CACzB,MAAM;CACN,OAAO;EACL,OAAO,CACL,2FACA,4GACF;EACA,MAAM;CACR;CACA,UAAU;EACR,UAAU;GACR,MAAM;IACJ,MAAM;IACN,OAAO;IACP,MAAM;GACR;GACA,OAAO,EACL,MAAM,gDACR;EACF;EACA,OAAO,EACL,MAAM;GACJ,OAAO;GACP,MAAM;EACR,EACF;CACF;AACF,CAAC,GA8CK,MAAqC,EACzC,UACA,SACA,aACA,WACA,OACA,WAAQ,GACR,aACA,aACA,UACA,cACA,eACA,iBACA,gBACA,YACA,gBACA,GAAG,QACC;CACJ,IAAM,EAAE,SAAM,UAAO,YAAS,GAAgB;EAAE;EAAU;CAAM,CAAC,GAE3D,IAAiB,oBAAoB,GACrC,IAAoB,EAAM,SAE1B,CAAC,GAAiB,KAAsB,QAAgB,IAAiB,EAAM,iBAAiB,CAAkB,GAElH,IAAU,IAAiB,IAAkB,GAC/C;CA4BJ,OA3BI,MACF,IAAkB,IAEhB,KAAS,MACX,IAAkB,IAAkB,IAAkB,MAAM,IAAc,IAExE,MACF,IAAkB,IAAkB,IAAkB,MAAM,IAAc,IAuB1E,kBAAC,SAAD;EAAO,WAAW,EAAK;EAAG,UAAU;YAApC;GACE,kBAAC,SAAD;IACE,WAAW,EAAM;IACjB,MAAK;IACI;IACT,WAzBgB,MAAsC;KAC1D,IAAM,IAAU,EAAG,cAAc;KAKjC,AAHI,KACF,EAAmB,CAAO,GAE5B,IAAW,CAAO;IACpB;IAmBM,SAlBc,MAAwC;KACrD,OAEL;UAAI,EAAM,eAAe,SAAS,EAAM,aAAa,GAAG;OACtD,EAAM,eAAe;OACrB;MACF;MACA,EAAO;KADP;IAEF;IAWa;IACH;IACE;IACI;IACV,KAAK;IACK;IACV,gBAAc,IAAQ,SAAS,KAAA;IAC/B,oBAAkB;GACnB,CAAA;GACA;GACA,KAAW,kBAAC,IAAD;IAAM,SAAQ;IAAa,WAAW,EAAK;GAAI,CAAA;EACtD;;AAEX,GCvJM,KAAkB,GAAG;CACzB,MAAM;CACN,UAAU,EACR,MAAM;EACJ,aAAa;EACb,OAAO;CACT,EACF;AACF,CAAC,GAQK,MAA8B,EAAE,OAAI,aAAU,UAAO,oBAGvD,kBAAC,KAAD;CAAO;CAAe,WAFN,GAAgB,EAAE,QAAK,CAEjB;CACnB;AACA,CAAA,GCnBD,KAAkB,GAAG,EACzB,MAAM,uCACR,CAAC,GAWK,MAAqC,EAAE,eAAY,iBAAc,WAAQ,IAAO,cAAW,gBAAa,eAAY,SAEtH,kBAAC,OAAD;CAAK,WAAW,GAAG,GAAgB,EAAE,GAAG;WAAxC,CACG,KAAc,kBAAC,IAAD;EAAiB,IAAI;YAAe;CAA4B,CAAA,GAC9E,KAAS,KACR,kBAAC,IAAD;EAAiB,IAAI;EAAa,MAAK;YACpC;CACc,CAAA,CAEhB;IC7BLI,KAAY,OAAO,gBACnBC,MAAU,GAAQ,MAAUD,GAAU,GAAQ,QAAQ;CAAE;CAAO,cAAc;AAAK,CAAC;AAIvF,SAAS,GAAO,GAAK,GAAO;CAC1B,IAAI,OAAO,KAAQ,YACjB,OAAO,EAAI,CAAK;CACX,AAAI,KAAQ,SACjB,EAAI,UAAU;AAElB;AACAC,GAAO,IAAQ,QAAQ;AACvB,SAAS,GAAY,GAAG,GAAM;CAC5B,QAAQ,MAAS;EACf,IAAI,IAAa,IACX,IAAW,EAAK,KAAK,MAAQ;GACjC,IAAM,IAAU,GAAO,GAAK,CAAI;GAIhC,OAHI,CAAC,KAAc,OAAO,KAAW,eACnC,IAAa,KAER;EACT,CAAC;EACD,IAAI,GACF,aAAa;GACX,KAAK,IAAI,IAAI,GAAG,IAAI,EAAS,QAAQ,KAAK;IACxC,IAAM,IAAU,EAAS;IACzB,AAAI,OAAO,KAAW,aACpB,EAAQ,IAER,GAAO,EAAK,IAAI,IAAI;GAExB;EACF;CAEJ;AACF;AACAA,GAAO,IAAa,aAAa;AACjC,SAAS,GAAgB,GAAG,GAAM;CAChC,OAAO,EAAM,YAAY,GAAY,GAAG,CAAI,GAAG,CAAI;AACrD;AACAA,GAAO,IAAiB,iBAAiB;;;ACzCzC,IAAIC,KAAY,OAAO,gBACnBC,KAAU,GAAQ,MAAUD,GAAU,GAAQ,QAAQ;CAAE;CAAO,cAAc;AAAK,CAAC;;AAMvF,SAAS,GAAW,GAAW;CAC7B,IAAM,IAAQ,EAAM,YAAY,GAAO,MAAiB;EACtD,IAAI,EAAE,aAAU,GAAG,MAAc,GAC7B,IAAmB,MACnB,IAAe,IACb,IAAc,CAAC;EAkBrB,AAjBI,GAAgB,CAAQ,KAAK,OAAO,MAAQ,eAC9C,IAAW,GAAI,EAAS,QAAQ,IAElC,EAAM,SAAS,QAAQ,IAAW,MAAmB;GACnD,IAAI,GAAY,CAAc,GAAG;IAC/B,IAAe;IACf,IAAM,IAAY,GACd,IAAQ,WAAW,EAAU,QAAQ,EAAU,MAAM,QAAQ,EAAU,MAAM;IAKjF,AAJI,GAAgB,CAAK,KAAK,OAAO,MAAQ,eAC3C,IAAQ,GAAI,EAAM,QAAQ,IAE5B,IAAmB,GAAiC,GAAW,CAAK,GACpE,EAAY,KAAK,GAAkB,OAAO,QAAQ;GACpD,OACE,EAAY,KAAK,CAAc;EAEnC,CAAC,GACG,IACF,IAAmB,EAAM,aAAa,GAAkB,KAAK,GAAG,CAAW,IAM3E,CAAC,KAAgB,EAAM,SAAS,MAAM,CAAQ,MAAM,KAAK,EAAM,eAAe,CAAQ,MAEtF,IAAmB;EAErB,IAAM,IAAsB,IAAmB,GAAc,CAAgB,IAAI,KAAK,GAChF,IAAc,GAAgB,GAAc,CAAmB;EACrE,IAAI,CAAC,GAAkB;GACrB,IAAI,KAAY,MAAa,GAC3B,MAAU,MACR,IAAe,GAAqB,CAAS,IAAI,GAAgB,CAAS,CAC5E;GAEF,OAAO;EACT;EACA,IAAM,IAAc,GAAW,GAAW,EAAiB,SAAS,CAAC,CAAC;EAItE,OAHI,EAAiB,SAAS,EAAM,aAClC,EAAY,MAAM,IAAe,IAAc,IAE1C,EAAM,aAAa,GAAkB,CAAW;CACzD,CAAC;CAED,OADA,EAAM,cAAc,GAAG,EAAU,QAC1B;AACT;AACAC,EAAO,IAAY,YAAY;AAE/B,IAAI,KAAuB,OAAO,IAAI,iBAAiB;;AAEvD,SAAS,GAAgB,GAAW;CAClC,IAAM,IAA6B,mBAAQ,MAAU,WAAW,IAAQ,EAAM,SAAS,EAAM,KAAK,IAAI,EAAM,UAAU,WAAW;CAGjI,OAFA,EAAW,cAAc,GAAG,EAAU,aACtC,EAAW,YAAY,IAChB;AACT;AACAA,EAAO,IAAiB,iBAAiB;AAEzC,IAAI,KAAmD,mBAAQ,GAAW,MAAU;CAClF,IAAI,WAAW,EAAU,OAAO;EAC9B,IAAM,IAAS,EAAU,MAAM;EAE/B,OADK,EAAM,eAAe,CAAM,IACzB,EAAM,aAAa,GAAQ,KAAK,GAAG,EAAU,MAAM,SAAS,EAAO,MAAM,QAAQ,CAAC,IAD/C;CAE5C;CACA,OAAO,EAAM,eAAe,CAAK,IAAI,IAAQ;AAC/C,GAAG,kCAAkC;AACrC,SAAS,GAAW,GAAW,GAAY;CACzC,IAAM,IAAgB,EAAE,GAAG,EAAW;CACtC,KAAK,IAAM,KAAY,GAAY;EACjC,IAAM,IAAgB,EAAU,IAC1B,IAAiB,EAAW;EAElC,AADkB,WAAW,KAAK,CACtB,IACN,KAAiB,IACnB,EAAc,MAAa,GAAG,MAAS;GACrC,IAAM,IAAS,EAAe,GAAG,CAAI;GAErC,OADA,EAAc,GAAG,CAAI,GACd;EACT,IACS,MACT,EAAc,KAAY,KAEnB,MAAa,UACtB,EAAc,KAAY;GAAE,GAAG;GAAe,GAAG;EAAe,IACvD,MAAa,gBACtB,EAAc,KAAY,CAAC,GAAe,CAAc,CAAC,CAAC,OAAO,OAAO,CAAC,CAAC,KAAK,GAAG;CAEtF;CACA,OAAO;EAAE,GAAG;EAAW,GAAG;CAAc;AAC1C;AACAA,EAAO,IAAY,YAAY;AAC/B,SAAS,GAAc,GAAS;CAC9B,IAAI,IAAS,OAAO,yBAAyB,EAAQ,OAAO,KAAK,CAAC,EAAE,KAChE,IAAU,KAAU,oBAAoB,KAAU,EAAO;CAS7D,OARI,IACK,EAAQ,OAEjB,IAAS,OAAO,yBAAyB,GAAS,KAAK,CAAC,EAAE,KAC1D,IAAU,KAAU,oBAAoB,KAAU,EAAO,gBACrD,IACK,EAAQ,MAAM,MAEhB,EAAQ,MAAM,OAAO,EAAQ;AACtC;AACAA,EAAO,IAAe,eAAe;AACrC,SAAS,GAAY,GAAO;CAC1B,OAAO,EAAM,eAAe,CAAK,KAAK,OAAO,EAAM,QAAS,cAAc,eAAe,EAAM,QAAQ,EAAM,KAAK,cAAc;AAClI;AACAA,EAAO,IAAa,aAAa;AACjC,IAAI,KAAkB,OAAO,IAAI,YAAY;AAC7C,SAAS,GAAgB,GAAS;CAChC,OAA0B,OAAO,KAAY,cAAtC,KAAkD,cAAc,KAAW,EAAQ,aAAa,MAAmB,cAAc,KAAW,GAAc,EAAQ,QAAQ;AACnL;AACAA,EAAO,IAAiB,iBAAiB;AACzC,SAAS,GAAc,GAAO;CAC5B,OAAO,OAAO,KAAU,cAAY,KAAkB,UAAU;AAClE;AACAA,EAAO,IAAe,eAAe;AACrC,IAAI,KAAkC,mBAAQ,MACrC,GAAG,EAAU,6FACnB,iBAAiB,GAChB,KAAuC,mBAAQ,MAC1C,GAAG,EAAU,0GACnB,sBAAsB,GACrB,KAAM,EAAM,KC1IZC,KAAY,OAAO,gBACnBC,MAAU,GAAQ,MAAUD,GAAU,GAAQ,QAAQ;CAAE;CAAO,cAAc;AAAK,CAAC,GA0BnF,KAAY;CAlBd;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AAEkB,CAAC,CAAC,QAAQ,GAAW,MAAS;CAChD,IAAM,IAAO,mBAAW,aAAa,GAAM,GACrC,IAAO,EAAM,YAAY,GAAO,MAAiB;EACrD,IAAM,EAAE,YAAS,GAAG,MAAmB,GACjC,IAAO,IAAU,IAAO;EAI9B,OAHI,OAAO,SAAW,QACpB,OAAO,OAAO,IAAI,UAAU,KAAK,KAEZ,kBAAI,GAAM;GAAE,GAAG;GAAgB,KAAK;EAAa,CAAC;CAC3E,CAAC;CAED,OADA,EAAK,cAAc,aAAa,KACzB;EAAE,GAAG;GAAY,IAAO;CAAK;AACtC,GAAG,CAAC,CAAC;AACL,SAAS,GAA4B,GAAQ,GAAO;CAClD,AAAI,KAAQ,EAAS,gBAAgB,EAAO,cAAc,CAAK,CAAC;AAClE;AACAC,GAAO,IAA6B,6BAA6B;;;AC1CjE,IAAI,KAAY,OAAO,gBAwBnB,KAAO,gBAjBiB,EAAM,WAChB,kBAPJ,GAAQ,MAAU,GAAU,GAAQ,QAAQ;CAAE;CAAO,cAAc;AAAK,CAAC,EAOrE,CAAO,SAAgB,GAAO,GAAc;CAC1D,OAAuB,kBACrB,GAAU,OACV;EACE,GAAG;EACH,KAAK;EACL,cAAc,MAAU;GACP,EAAM,OACV,QAAQ,iCAAiC,MACpD,EAAM,cAAc,CAAK,GACrB,CAAC,EAAM,oBAAoB,EAAM,SAAS,KAAG,EAAM,eAAe;EACxE;CACF,CACF;AACF,GAAG,OAAO,CAED,GChBL,KAAkB,GAAG;CACzB,OAAO;EACL,MAAM;GACJ;GACA;GACA;GACA;GACA;EACF;EACA,cAAc;EACd,YAAY;GACV;GACA;GACA;GACA;GAEA;GACA;EACF;EACA,mBAAmB;EACnB,gBAAgB,CACd,0DACA,gFACF;CACF;CACA,UAAU;EACR,cAAc;GACZ,MAAM,EACJ,YAAY,wCACd;GACA,OAAO,EACL,YAAY,wBACd;EACF;EACA,UAAU;GACR,MAAM;IACJ,MAAM;IACN,cAAc;IACd,YAAY;GACd;GACA,OAAO,EACL,gBAAgB,CACd,oEACA,wGACF,EACF;EACF;EACA,OAAO,EACL,MAAM;GACJ,MAAM;GACN,cAAc;GACd,YAAY;GACZ,gBAAgB;EAClB,EACF;EACA,eAAe;GACb,QAAQ,EACN,cAAc,yGAChB;GACC,kBAAmB;GACnB,cAAe;GACf,gBAAiB;GAClB,UAAU;EACZ;EACA,0BAA0B;GACxB,MAAM,EACJ,mBAAmB,YACrB;GACA,OAAO,CAAC;EACV;CACF;CACA,kBAAkB,CAChB;EACE,cAAc;EACd,eAAe;GAAC;GAAU;GAAgB;EAAgB;EAC1D,OAAO,EACL,YAAY,OACd;CACF,CACF;AACF,CAAC,GAkBK,MAA2B,EAC/B,aACA,OACA,UACA,iBACA,aACA,aACA,kBACA,eACA,iBACA,UACA,cACA,gBACA,oBAAiB,SACb;CAEJ,IAAM,EACJ,SACA,iBACA,eACA,mBAAmB,GACnB,sBACE,GAAgB;EAClB;EACA;EACA;EACA;EACA,0BAZ+B,GAAQ,KAAe,KAAS;CAajE,CAAC;CACD,OACE,kBAAC,OAAD;EAAK,WAAW,EAAK;EAAG,aAAW;YAAnC;GACE,kBAAC,OAAD;IAAK,WAAW,EAAa;IAAG,iBAAe;cAA/C,CACG,GACD,kBAAC,OAAD,EAAK,WAAW,EAAe,EAAQ,CAAA,CACpC;;GACL,kBAAC,IAAD;IAAY,SAAS;IAAI,WAAW,GAAG,EAAW,EAAE,GAAG;cAAvD,CACG,GACA,KAAY,kBAAC,QAAD;KAAM,eAAY;eAAO;IAAO,CAAA,CACnC;;GACZ,kBAAC,IAAD;IACE,WAAW,EAAuB;IACtB;IACE;IACP;IACI;IACE;GACd,CAAA;EACE;;AAET,GClJM,KAAkB,GAAG;CAKzB,MAAM;CACN,OAAO,EACL,OAAO,yEACT;CACA,UAAU,EACR,mBAAmB,EACjB,MAAM,EACJ,MAAM,OACR,EACF,EACF;AACF,CAAC,GAEK,MAAgD,EACpD,UACA,aACA,WAAQ,IACR,eAAY,IACZ,cAAW,IACX,gBAAa,IACb,cAAW,IACX,aAAU,IACV,uBAAoB,IACpB,cAAc,GACd,mBAAmB,GACnB,uBACI;CACJ,IAAM,EAAE,SAAM,OAAO,MAAiB,GAAgB,EAAE,qBAAkB,CAAC,GACrE,IAAe,EAAM,GACrB,IAAc,EAAM,GACtB;CAOJ,OANI,MACF,IAAkB,IAEhB,KAAS,MACX,IAAkB,IAAkB,IAAkB,MAAM,IAAc,IAG1E,kBAAC,YAAD;EACE,WAAW,EAAK;EACN;EACV,aAAW;EACX,yBAAuB,IAAU,SAAS;EAC1C,oCAAkC,IAAoB,SAAS;EAC/D,oBAAkB;EAClB,gBAAc,IAAQ,SAAS,KAAA;EAC/B,cAAY;EACZ,mBAAiB;YATnB;GAWG,KACC,kBAAC,UAAD;IAAQ,WAAW,EAAa;cAAhC,CACG,GACA,KAAY,kBAAC,QAAD,EAAA,UAAM,IAAO,CAAA,CACpB;;GAET;GACD,kBAAC,IAAD;IACc;IACL;IACI;IACG;IACD;GACd,CAAA;EACO;;AAEd"}
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../src/BaseButton.tsx","../src/CheckboxBase.tsx","../src/InputHelperText.tsx","../src/InputHelperTextSection.tsx","../src/InputWrapper.tsx","../src/SelectionControlGroup.tsx"],"sourcesContent":["import Icon, { type IconType } from \"@bonprix-ds/react-icon\";\nimport Spinner from \"@bonprix-ds/react-spinner\";\nimport type { ButtonSize } from \"@bonprix-ds/utils\";\nimport { twMerge } from \"tailwind-merge\";\nimport React, { ComponentProps, ElementType, ReactNode } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nconst generateClasses = tv({\n base: [\n \"preflight rounded typography-button relative flex items-center justify-center gap-2 border border-transparent group/button\",\n \"focus-visible:outline outline-1 outline-offset-1 outline-clr-primary\",\n ],\n slots: {\n icon: \"\",\n loader: \"absolute\",\n contentWrapper: \"flex items-center justify-center gap-2\",\n },\n variants: {\n variant: { primary: {}, secondary: {}, tertiary: {} },\n disabled: { true: \"\", false: \"\" },\n contentWidth: { true: \"\", false: \"\" },\n size: { small: \"\", medium: \"\", large: \"\" },\n link: { true: \"\", false: \"\" },\n inverted: { true: \"\", false: \"\" },\n iconPosition: {\n start: \"\",\n end: \"flex-row-reverse\",\n },\n loading: {\n true: {\n contentWrapper: \"invisible\",\n },\n false: \"\",\n },\n iconButton: {\n true: \"\",\n false: \"py-[0.4375rem]\",\n },\n },\n compoundVariants: [\n {\n variant: \"primary\",\n inverted: false,\n class: {\n base: \"bg-clr-primary text-clr-on-primary-high\",\n icon: \"fill-clr-on-primary-high\",\n },\n },\n {\n variant: \"primary\",\n inverted: true,\n class: {\n base: \"bg-clr-primary-inverse text-clr-on-primary-high-inverse\",\n icon: \"fill-clr-on-primary-high-inverse\",\n },\n },\n {\n variant: \"primary\",\n disabled: true,\n inverted: false,\n class: {\n base: \"text-clr-disabled bg-clr-bg-disabled\",\n icon: \"fill-clr-disabled\",\n },\n },\n {\n variant: \"primary\",\n disabled: false,\n inverted: false,\n class: {\n base: \"hover:bg-clr-on-bg-low active:bg-clr-on-bg-low\",\n },\n },\n {\n variant: \"primary\",\n disabled: true,\n inverted: true,\n class: {\n base: \"text-clr-disabled-inverse bg-clr-bg-disabled-inverse\",\n icon: \"fill-clr-disabled-inverse\",\n },\n },\n {\n variant: \"primary\",\n disabled: false,\n inverted: true,\n class: {\n base: \"hover:bg-clr-on-bg-low-inverse active:bg-clr-on-bg-low-inverse\",\n },\n },\n {\n variant: \"secondary\",\n inverted: false,\n class: {\n base: \"text-clr-primary border-clr-primary\",\n icon: \"fill-clr-primary\",\n },\n },\n {\n variant: \"secondary\",\n inverted: true,\n class: {\n base: \"text-clr-primary-inverse border-clr-primary-inverse\",\n icon: \"fill-clr-primary-inverse\",\n },\n },\n {\n variant: \"secondary\",\n disabled: true,\n inverted: false,\n class: {\n base: \"text-clr-disabled border-clr-disabled\",\n icon: \"fill-clr-disabled\",\n },\n },\n {\n variant: \"secondary\",\n disabled: false,\n inverted: false,\n class: {\n base: \"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 icon: \"group-hover/button:fill-clr-on-bg-low group-active/button:fill-clr-on-bg-low\",\n },\n },\n {\n variant: \"secondary\",\n disabled: true,\n inverted: true,\n class: {\n base: \"text-clr-disabled-inverse border-clr-disabled-inverse\",\n icon: \"fill-clr-disabled-inverse\",\n },\n },\n {\n variant: \"secondary\",\n disabled: false,\n inverted: true,\n class: {\n base: \"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 icon: \"group-hover/button:fill-clr-on-bg-low-inverse group-active/button:fill-clr-on-bg-low-inverse\",\n },\n },\n {\n variant: \"tertiary\",\n inverted: false,\n class: {\n base: \"text-clr-primary\",\n icon: \"fill-clr-primary\",\n },\n },\n {\n variant: \"tertiary\",\n inverted: true,\n class: {\n base: \"text-clr-primary-inverse\",\n icon: \"fill-clr-primary-inverse\",\n },\n },\n {\n variant: \"tertiary\",\n disabled: true,\n inverted: false,\n class: {\n base: \"text-clr-disabled\",\n icon: \"fill-clr-disabled\",\n },\n },\n {\n variant: \"tertiary\",\n disabled: false,\n inverted: false,\n class: {\n base: \"hover:text-clr-on-bg-low active:text-clr-on-bg-low\",\n icon: \"group-hover/button:fill-clr-on-bg-low group-active/button:fill-clr-on-bg-low\",\n },\n },\n {\n variant: \"tertiary\",\n disabled: true,\n inverted: true,\n class: {\n base: \"text-clr-disabled-inverse\",\n icon: \"fill-clr-disabled-inverse\",\n },\n },\n {\n variant: \"tertiary\",\n disabled: false,\n inverted: true,\n class: {\n base: \"hover:text-clr-on-bg-low-inverse active:text-clr-on-bg-low-inverse\",\n icon: \"group-hover/button:fill-clr-on-bg-low-inverse group-active/button:fill-clr-on-bg-low-inverse\",\n },\n },\n {\n contentWidth: false,\n iconButton: false,\n class: \"w-full\",\n },\n {\n contentWidth: true,\n link: true,\n class: \"w-fit\",\n },\n {\n iconButton: false,\n variant: [\"primary\", \"secondary\"],\n class: \"px-4\",\n },\n // Regular Button sizes\n {\n iconButton: false,\n size: \"medium\",\n class: {\n icon: \"w-4 h-4\",\n },\n },\n {\n iconButton: false,\n size: \"large\",\n class: {\n base: \"py-[0.9375rem]\",\n icon: \"w-4 h-4\",\n },\n },\n // Icon Button sizes\n {\n iconButton: true,\n size: \"small\",\n class: {\n base: \"p-[0.1875rem]\",\n icon: \"w-4 h-4\",\n },\n },\n {\n iconButton: true,\n size: \"medium\",\n variant: [\"primary\", \"secondary\"],\n class: {\n base: \"p-[0.4375rem]\",\n icon: \"w-4 h-4\", // we currently predefine the fill color in the icon, so we cannot inherit the fill from base and instead have to set it directly\n },\n },\n {\n iconButton: true,\n size: \"medium\",\n variant: \"tertiary\",\n class: {\n base: \"p-[0.1875rem]\",\n icon: \"w-6 h-6\",\n },\n },\n {\n iconButton: true,\n size: \"large\",\n class: {\n base: \"p-[0.6875rem]\",\n icon: \"w-6 h-6\",\n },\n },\n ],\n});\n\ninterface BaseProps {\n children: string;\n size?: ButtonSize;\n variant?: \"primary\" | \"secondary\" | \"tertiary\";\n contentWidth?: boolean;\n loading?: boolean;\n icon?: IconType;\n iconPosition?: \"start\" | \"end\";\n componentName?: \"button\" | \"icon-button\" | \"badge-icon-button\";\n inverted?: boolean;\n}\n\nexport type Props<C extends ElementType> = BaseProps & {\n component?: C;\n} & Omit<ComponentProps<C>, keyof BaseProps | \"component\">;\n\nconst BaseButton = <C extends ElementType = \"button\">({\n children,\n size = \"medium\",\n variant = \"primary\",\n contentWidth = false,\n loading = false,\n icon,\n iconPosition = \"start\",\n componentName,\n inverted = false,\n component = \"button\" as C,\n ...props\n}: Props<C>) => {\n const Component: ElementType = component;\n const { disabled = false, className = \"\", ...otherProps } = props;\n const isDisabled = disabled || loading;\n const iconButton = componentName === \"icon-button\";\n const link = component !== \"button\";\n\n const {\n base,\n icon: iconClass,\n contentWrapper,\n loader,\n } = generateClasses({\n size,\n contentWidth,\n disabled: isDisabled,\n iconButton,\n iconPosition,\n variant,\n loading,\n link,\n inverted,\n });\n\n const actualContent = (\n <>\n {icon && <Icon variant={icon} className={iconClass()} />}\n {iconButton ? undefined : children}\n </>\n );\n\n let content: ReactNode = actualContent;\n\n if (loading) {\n content = (\n <>\n <span className={contentWrapper()}>{actualContent}</span>\n <span className={loader()}>\n <Spinner edgeLength={iconButton ? \"1.25rem\" : \"1rem\"} />\n </span>\n </>\n );\n }\n\n let ariaLabel = undefined;\n if (iconButton) {\n if (children) {\n ariaLabel = children;\n } else {\n ariaLabel = \"Icon\";\n }\n }\n\n return (\n <Component\n className={twMerge(base(), className)}\n disabled={component === \"button\" ? isDisabled : undefined}\n {...otherProps}\n aria-label={ariaLabel}\n data-bpds={componentName}\n data-bpds-icon={icon}\n data-bpds-size={size}\n data-bpds-content-width={componentName !== \"icon-button\" ? contentWidth : undefined}\n data-bpds-inverted={inverted}\n data-bpds-variant={variant}\n >\n {content}\n </Component>\n );\n};\n\nexport default BaseButton;\n","\"use client\";\n\nimport Icon from \"@bonprix-ds/react-icon\";\nimport React, { ChangeEvent, FC, FocusEvent, Ref, useState } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nconst generateClasses = tv({\n base: \"preflight typography-input-text flex gap-2 items-start py-3 text-clr-on-bg-high relative\",\n slots: {\n input: [\n \"appearance-none relative w-6 h-6 rounded-sm border text-current cursor-pointer shrink-0\",\n \"focus-visible:outline focus-visible:outline-current focus-visible:outline-1 focus-visible:outline-offset-2\",\n ],\n icon: \"w-[1.125rem] h-[1.125rem] absolute m-0.75 fill-current\",\n },\n variants: {\n disabled: {\n true: {\n base: \"text-clr-disabled border-clr-disabled\",\n input: \"bg-clr-bg-disabled\",\n icon: \"fill-clr-disabled\",\n },\n false: {\n base: \"hover:cursor-pointer hover:text-clr-on-bg-low\",\n },\n },\n error: {\n true: {\n input: \"border-clr-fg-error bg-clr-bg-error [&:checked::after]:bg-clr-fg-error\",\n icon: \"fill-clr-fg-error\",\n },\n },\n },\n});\n\ninterface BaseProps {\n label: string;\n /** The name of the checkbox. Will be submitted with the form. */\n name: string;\n /** Callback function that is called when the checkbox loses focus. */\n onBlur?: () => void;\n /** The id of the checkbox. */\n id?: string;\n /** Value that will be submitted when the form is submitted. */\n value?: string;\n /** If set to `true`, the checkbox will be marked as required. */\n required?: boolean;\n /** If set to `true`, the checkbox will be disabled. */\n disabled?: boolean;\n /** If set to `true`, the checkbox will be marked as erroneous. */\n error?: boolean;\n errorText?: string;\n helperText?: string;\n /** A reference to the root element of the checkbox. Helpful for intergrating with 3rd party form libraries like react-hook-form. */\n rootRef?: Ref<HTMLInputElement>;\n /** <a href=\"https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby\" target=\"_blank\">ARIA: aria-describedby attribute.</a> */\n describedBy?: string;\n}\n\ninterface ControlledInputProps extends BaseProps {\n /** Controls, whether the checkbox is checked or not. Should be used in conjunction with `onChange`. */\n checked: boolean;\n /** Initial value of the checkbox. Should be used for uncontrolled variant of the component. */\n defaultChecked?: never;\n /** Callback function that is called when the checkbox state changes. `checked` should be adjusted appropriately. */\n onChange: (value: boolean) => void;\n}\n\ninterface UncontrolledInputProps extends BaseProps {\n checked?: never;\n defaultChecked: boolean;\n onChange?: (value: boolean) => void;\n}\nexport interface AllyIds {\n errorTextId: string;\n helperTextId: string;\n}\nexport type Props = ControlledInputProps | UncontrolledInputProps;\n\nconst CheckboxItem: FC<Props & AllyIds> = ({\n label,\n name,\n onChange,\n onBlur,\n id,\n value = label,\n required,\n disabled,\n error,\n errorText,\n helperText,\n helperTextId,\n errorTextId,\n rootRef,\n describedBy,\n ...props\n}) => {\n const { base, input, icon } = generateClasses({ disabled, error });\n\n const isUncontrolled = \"defaultChecked\" in props;\n const controlledChecked = props.checked;\n\n const [internalChecked, setInternalChecked] = useState(() => (isUncontrolled ? props.defaultChecked : controlledChecked));\n\n const checked = isUncontrolled ? internalChecked : controlledChecked;\n let ariaDescribedBy;\n if (helperText) {\n ariaDescribedBy = helperTextId;\n }\n if (error && errorText) {\n ariaDescribedBy = ariaDescribedBy ? ariaDescribedBy + \" \" + errorTextId : errorTextId;\n }\n if (describedBy) {\n ariaDescribedBy = ariaDescribedBy ? ariaDescribedBy + \" \" + describedBy : describedBy;\n }\n\n const handleChange = (ev: ChangeEvent<HTMLInputElement>) => {\n const checked = ev.currentTarget.checked;\n\n if (isUncontrolled) {\n setInternalChecked(checked);\n }\n onChange?.(checked);\n };\n const handleBlur = (event: FocusEvent<HTMLInputElement>) => {\n if (!onBlur) return;\n // prevent blur triggers if clicking in label instead input\n if (event.relatedTarget?.contains(event.currentTarget)) {\n event.preventDefault();\n return;\n }\n onBlur();\n };\n return (\n // Label causes inconsistent blur event when interacts with input.\n // -1 tabIndex makes 'relatedTarget' not being always null and helps detecting correct blur event\n <label className={base()} tabIndex={-1}>\n <input\n className={input()}\n type=\"checkbox\"\n checked={checked}\n onChange={handleChange}\n onBlur={handleBlur}\n value={value}\n id={id}\n name={name}\n disabled={disabled}\n ref={rootRef}\n required={required}\n aria-invalid={error ? \"true\" : undefined}\n aria-describedby={ariaDescribedBy}\n />\n {label}\n {checked && <Icon variant=\"check-bold\" className={icon()} />}\n </label>\n );\n};\n\nexport default CheckboxItem;\n","import React, { FC } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nconst generateClasses = tv({\n base: \"preflight typography-input-helper-text w-full inline-block\",\n variants: {\n type: {\n description: \"text-clr-on-bg-mid\",\n error: \"text-clr-fg-error\",\n },\n },\n});\n\nexport interface Props {\n id: string;\n children: string;\n type?: \"description\" | \"error\";\n}\n\nconst InputHelperText: FC<Props> = ({ id, children, type = \"description\" }) => {\n const className = generateClasses({ type });\n return (\n <p id={id} className={className}>\n {children}\n </p>\n );\n};\n\nexport default InputHelperText;\n","\"use client\";\n\nimport React, { FC } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nimport InputHelperText from \"./InputHelperText\";\n\nconst generateClasses = tv({\n base: \"preflight flex flex-col gap-1 w-full\",\n});\n\nexport interface Props {\n helperText: string;\n helperTextId: string;\n error: boolean;\n errorText: string;\n errorTextId: string;\n className?: string;\n}\n\nconst InputHelperTextSection: FC<Props> = ({ helperText, helperTextId, error = false, errorText, errorTextId, className = \"\" }) => {\n return (\n <div className={`${generateClasses()} ${className}`}>\n {helperText && <InputHelperText id={helperTextId}>{helperText}</InputHelperText>}\n {error && errorText && (\n <InputHelperText id={errorTextId} type=\"error\">\n {errorText}\n </InputHelperText>\n )}\n </div>\n );\n};\n\nexport default InputHelperTextSection;\n","// floating label inspired by https://flowbite.com/docs/forms/floating-label/\nimport React, { FC } from \"react\";\nimport { tv } from \"tailwind-variants\";\nimport * as Label from \"@radix-ui/react-label\";\n\nimport InputHelperTextSection from \"./InputHelperTextSection\";\n\nconst generateClasses = tv({\n slots: {\n root: [\n \"preflight relative text-clr-primary fill-clr-primary pt-5\",\n \"[&_.input]:placeholder:typography-caption [&_.input]:text-ellipsis\",\n \"[&_.input]:placeholder:text-clr-on-bg-mid [&_.input]:placeholder:truncate\", //input's placeholder\n \"[&_.input]:caret-clr-primary\", // caret\n \"group\", // needed for autofill selector on `inputLabel`\n ],\n inputWrapper: \"relative border border-clr-primary rounded-sm group/input-wrapper\",\n inputLabel: [\n \"absolute start-0 duration-300 px-1.5 mx-1.5\",\n \"top-[2.0625rem]\", // 20px padding + 13px ((48px - 22px) / 2)\n \"inline-block truncate max-w-[calc(100%-0.75rem)]\",\n \"pointer-events-none\", // allows dropdown menu in select to open instantly on first click\n // Caution: When changing these, make sure to also adjust the corresponding Chrome fix styles (search for \"[data-fix-chrome-page-load-autofill]\").\n \"group-has-[input:autofill]:-translate-y-8\",\n \"group-has-[input:autofill]:typography-input-label\",\n ],\n helperTextSection: \"\",\n stateIndicator: [\n \"hidden absolute bottom-0 start-0 w-full bg-clr-primary\",\n \"group-focus-within/input-wrapper:h-0.75 group-focus-within/input-wrapper:block\",\n ],\n },\n variants: {\n labelFloated: {\n true: {\n inputLabel: \"typography-input-label -translate-y-8\",\n },\n false: {\n inputLabel: \"typography-input-text\",\n },\n },\n disabled: {\n true: {\n root: \"text-clr-disabled fill-clr-disabled pointer-events-none [&_.input]:placeholder:text-clr-disabled\",\n inputWrapper: \"border-clr-disabled\",\n inputLabel: \"text-clr-disabled\",\n },\n false: {\n stateIndicator: [\n \"group-hover/input-wrapper:h-0.25 group-hover/input-wrapper:block\",\n \"group-hover:group-focus-within/input-wrapper:h-0.75 group-hover:group-focus-within/input-wrapper:block\",\n ],\n },\n },\n error: {\n true: {\n root: \"text-clr-fg-error fill-clr-fg-error [&_.input]:caret-clr-fg-error [&_.input]:caret-clr-fg-error\",\n inputWrapper: \"border-clr-fg-error\",\n inputLabel: \"text-clr-fg-error\",\n stateIndicator: \"bg-clr-fg-error\",\n },\n },\n componentName: {\n select: {\n inputWrapper: \"has-[[data-radix-popper-side=top]]:rounded-t-none has-[[data-radix-popper-side=bottom]]:rounded-b-none\",\n },\n [\"password-field\"]: \"\",\n [\"text-field\"]: \"\",\n [\"search-field\"]: \"\",\n [\"email-field\"]: \"\",\n textarea: \"\",\n },\n helperTextSectionVisible: {\n true: {\n helperTextSection: \"mt-1 px-3\",\n },\n false: {},\n },\n },\n compoundVariants: [\n {\n labelFloated: false,\n componentName: [\"select\", \"search-field\", \"password-field\"],\n class: {\n inputLabel: \"pe-7\", // Do not cover chevron/search icons\n },\n },\n ],\n});\n\nexport interface Props {\n children: React.ReactNode;\n id: string;\n labelFloated: boolean;\n disabled: boolean;\n required: boolean;\n componentName: \"select\" | \"password-field\" | \"text-field\" | \"search-field\" | \"email-field\" | \"textarea\";\n label?: string;\n helperText: string;\n helperTextId: string;\n error: boolean;\n errorText: string;\n errorTextId: string;\n labelClassName?: string;\n}\n\nconst InputWrapper: FC<Props> = ({\n children,\n id,\n label,\n labelFloated,\n disabled,\n required,\n componentName,\n helperText,\n helperTextId,\n error,\n errorText,\n errorTextId,\n labelClassName = \"\",\n}) => {\n const helperTextSectionVisible = Boolean(helperText || (error && errorText));\n const {\n root,\n inputWrapper,\n inputLabel,\n helperTextSection: helperTextSectionClass,\n stateIndicator,\n } = generateClasses({\n labelFloated,\n disabled,\n error,\n componentName,\n helperTextSectionVisible,\n });\n return (\n <div className={root()} data-bpds={componentName}>\n <div className={inputWrapper()} aria-disabled={disabled}>\n {children}\n <div className={stateIndicator()}></div>\n </div>\n <Label.Root htmlFor={id} className={`${inputLabel()} ${labelClassName}`}>\n {label}\n {required && <span aria-hidden=\"true\">*</span>}\n </Label.Root>\n <InputHelperTextSection\n className={helperTextSectionClass()}\n helperText={helperText}\n helperTextId={helperTextId}\n error={error}\n errorText={errorText}\n errorTextId={errorTextId}\n />\n </div>\n );\n};\n\nexport default InputWrapper;\n","\"use client\";\n\nimport type { ControlGroupProps } from \"@bonprix-ds/utils\";\nimport React, { FC, useId } from \"react\";\nimport { tv } from \"tailwind-variants\";\n\nimport InputHelperTextSection from \"./InputHelperTextSection\";\n\nexport type { ControlGroupProps as Props } from \"@bonprix-ds/utils\";\n\nconst generateClasses = tv({\n // min-w-0 is required because of the weird fieldset behavior\n // fieldset will be placed in some fixed width container or flexbox\n // we need to make sure that the helper texts are truncated with ellipsis and not extending the fieldset\n // https://stackoverflow.com/questions/7434756/overflow-and-text-overflow-within-fieldsets\n base: \"preflight min-w-0\",\n slots: {\n label: \"typography-input-label text-clr-on-bg-mid truncate inline-block w-full\",\n },\n variants: {\n horizontalPadding: {\n true: {\n base: \"px-3\",\n },\n },\n },\n});\n\nconst SelectionControlGroup: FC<ControlGroupProps> = ({\n label,\n children,\n error = false,\n errorText = \"\",\n disabled = false,\n helperText = \"\",\n required = false,\n divider = false,\n horizontalPadding = false,\n \"aria-label\": ariaLabel,\n \"aria-labelledby\": ariaLabelledBy,\n componentName,\n}) => {\n const { base, label: labelClasses } = generateClasses({ horizontalPadding });\n const helperTextId = useId();\n const errorTextId = useId();\n let ariaDescribedBy;\n if (helperText) {\n ariaDescribedBy = helperTextId;\n }\n if (error && errorText) {\n ariaDescribedBy = ariaDescribedBy ? ariaDescribedBy + \" \" + errorTextId : errorTextId;\n }\n return (\n <fieldset\n className={base()}\n disabled={disabled}\n data-bpds={componentName}\n data-bpds-has-divider={divider ? \"true\" : \"false\"}\n data-bpds-has-horizontal-padding={horizontalPadding ? \"true\" : \"false\"}\n aria-describedby={ariaDescribedBy}\n aria-invalid={error ? \"true\" : undefined}\n aria-label={ariaLabel}\n aria-labelledby={ariaLabelledBy}\n >\n {label && (\n <legend className={labelClasses()}>\n {label}\n {required && <span>*</span>}\n </legend>\n )}\n {children}\n <InputHelperTextSection\n helperText={helperText}\n error={error}\n errorText={errorText}\n helperTextId={helperTextId}\n errorTextId={errorTextId}\n />\n </fieldset>\n );\n};\n\nexport default SelectionControlGroup;\n"],"mappings":";;;;;;;;;AAOA,IAAM,IAAkB,EAAG;CACzB,MAAM,CACJ,8HACA,sEACF;CACA,OAAO;EACL,MAAM;EACN,QAAQ;EACR,gBAAgB;CAClB;CACA,UAAU;EACR,SAAS;GAAE,SAAS,CAAC;GAAG,WAAW,CAAC;GAAG,UAAU,CAAC;EAAE;EACpD,UAAU;GAAE,MAAM;GAAI,OAAO;EAAG;EAChC,cAAc;GAAE,MAAM;GAAI,OAAO;EAAG;EACpC,MAAM;GAAE,OAAO;GAAI,QAAQ;GAAI,OAAO;EAAG;EACzC,MAAM;GAAE,MAAM;GAAI,OAAO;EAAG;EAC5B,UAAU;GAAE,MAAM;GAAI,OAAO;EAAG;EAChC,cAAc;GACZ,OAAO;GACP,KAAK;EACP;EACA,SAAS;GACP,MAAM,EACJ,gBAAgB,YAClB;GACA,OAAO;EACT;EACA,YAAY;GACV,MAAM;GACN,OAAO;EACT;CACF;CACA,kBAAkB;EAChB;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO,EACL,MAAM,iDACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO,EACL,MAAM,iEACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,SAAS;GACT,UAAU;GACV,UAAU;GACV,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,cAAc;GACd,YAAY;GACZ,OAAO;EACT;EACA;GACE,cAAc;GACd,MAAM;GACN,OAAO;EACT;EACA;GACE,YAAY;GACZ,SAAS,CAAC,WAAW,WAAW;GAChC,OAAO;EACT;EAEA;GACE,YAAY;GACZ,MAAM;GACN,OAAO,EACL,MAAM,UACR;EACF;EACA;GACE,YAAY;GACZ,MAAM;GACN,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EAEA;GACE,YAAY;GACZ,MAAM;GACN,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,YAAY;GACZ,MAAM;GACN,SAAS,CAAC,WAAW,WAAW;GAChC,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,YAAY;GACZ,MAAM;GACN,SAAS;GACT,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;EACA;GACE,YAAY;GACZ,MAAM;GACN,OAAO;IACL,MAAM;IACN,MAAM;GACR;EACF;CACF;AACF,CAAC,GAkBK,KAAgD,EACpD,aACA,UAAO,UACP,aAAU,WACV,kBAAe,IACf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"}
|