@vercel/og 0.5.15 → 0.5.16

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.
@@ -281,10 +281,10 @@ var require_tiny_inflate = __commonJS({
281
281
  var require_swap = __commonJS({
282
282
  "node_modules/.pnpm/unicode-trie@2.0.0/node_modules/unicode-trie/swap.js"(exports2, module) {
283
283
  var isBigEndian = new Uint8Array(new Uint32Array([305419896]).buffer)[0] === 18;
284
- var swap = (b, n, m) => {
284
+ var swap = (b, n, m2) => {
285
285
  let i = b[n];
286
- b[n] = b[m];
287
- b[m] = i;
286
+ b[n] = b[m2];
287
+ b[m2] = i;
288
288
  };
289
289
  var swap32 = (array) => {
290
290
  const len = array.length;
@@ -3614,7 +3614,7 @@ var $557adaaeb0c7885f$var$LineBreaker = class {
3614
3614
  };
3615
3615
  $557adaaeb0c7885f$exports = $557adaaeb0c7885f$var$LineBreaker;
3616
3616
 
3617
- // node_modules/.pnpm/satori@0.10.6/node_modules/satori/dist/index.wasm.js
3617
+ // node_modules/.pnpm/satori@0.10.7/node_modules/satori/dist/index.wasm.js
3618
3618
  var import_css_to_react_native = __toESM(require_css_to_react_native(), 1);
3619
3619
  var import_css_background_parser = __toESM(require_css_background_parser(), 1);
3620
3620
  var import_css_box_shadow = __toESM(require_css_box_shadow(), 1);
@@ -3751,7 +3751,7 @@ var parseCSSColor = (str) => {
3751
3751
  };
3752
3752
  var index_esm_default = parseCSSColor;
3753
3753
 
3754
- // node_modules/.pnpm/satori@0.10.6/node_modules/satori/dist/index.wasm.js
3754
+ // node_modules/.pnpm/satori@0.10.7/node_modules/satori/dist/index.wasm.js
3755
3755
  var import_postcss_value_parser = __toESM(require_lib(), 1);
3756
3756
  var import_css_to_react_native2 = __toESM(require_css_to_react_native(), 1);
3757
3757
  var import_escape_html = __toESM(require_escape_html(), 1);
@@ -3814,7 +3814,7 @@ var hMap = function(cd, mb, r) {
3814
3814
  var sv = i << 4 | cd[i];
3815
3815
  var r_1 = mb - cd[i];
3816
3816
  var v = le[cd[i] - 1]++ << r_1;
3817
- for (var m = v | (1 << r_1) - 1; v <= m; ++v) {
3817
+ for (var m2 = v | (1 << r_1) - 1; v <= m2; ++v) {
3818
3818
  co[rev[v] >>> rvb] = sv;
3819
3819
  }
3820
3820
  }
@@ -3854,17 +3854,17 @@ var i;
3854
3854
  var flrm = /* @__PURE__ */ hMap(flt, 9, 1);
3855
3855
  var fdrm = /* @__PURE__ */ hMap(fdt, 5, 1);
3856
3856
  var max = function(a) {
3857
- var m = a[0];
3857
+ var m2 = a[0];
3858
3858
  for (var i = 1; i < a.length; ++i) {
3859
- if (a[i] > m) {
3860
- m = a[i];
3859
+ if (a[i] > m2) {
3860
+ m2 = a[i];
3861
3861
  }
3862
3862
  }
3863
- return m;
3863
+ return m2;
3864
3864
  };
3865
- var bits = function(d, p, m) {
3865
+ var bits = function(d, p, m2) {
3866
3866
  var o = p / 8 | 0;
3867
- return (d[o] | d[o + 1] << 8) >> (p & 7) & m;
3867
+ return (d[o] | d[o + 1] << 8) >> (p & 7) & m2;
3868
3868
  };
3869
3869
  var bits16 = function(d, p) {
3870
3870
  var o = p / 8 | 0;
@@ -7667,22 +7667,22 @@ function SHZ(a, state) {
7667
7667
  if (exports.DEBUG) {
7668
7668
  console.log(state.step, "SHZ[" + a + "]", e);
7669
7669
  }
7670
- var z2;
7670
+ var z;
7671
7671
  switch (e) {
7672
7672
  case 0:
7673
- z2 = state.tZone;
7673
+ z = state.tZone;
7674
7674
  break;
7675
7675
  case 1:
7676
- z2 = state.gZone;
7676
+ z = state.gZone;
7677
7677
  break;
7678
7678
  default:
7679
7679
  throw new Error("Invalid zone");
7680
7680
  }
7681
7681
  var p;
7682
7682
  var d = pv.distance(rp, rp, false, true);
7683
- var pLen = z2.length - 2;
7683
+ var pLen = z.length - 2;
7684
7684
  for (var i = 0; i < pLen; i++) {
7685
- p = z2[i];
7685
+ p = z[i];
7686
7686
  fv.setRelative(p, p, d, pv);
7687
7687
  }
7688
7688
  }
@@ -10241,30 +10241,30 @@ function interpretDict(dict, meta2, strings) {
10241
10241
  var newDict = {};
10242
10242
  var value;
10243
10243
  for (var i = 0; i < meta2.length; i += 1) {
10244
- var m = meta2[i];
10245
- if (Array.isArray(m.type)) {
10244
+ var m2 = meta2[i];
10245
+ if (Array.isArray(m2.type)) {
10246
10246
  var values = [];
10247
- values.length = m.type.length;
10248
- for (var j = 0; j < m.type.length; j++) {
10249
- value = dict[m.op] !== void 0 ? dict[m.op][j] : void 0;
10247
+ values.length = m2.type.length;
10248
+ for (var j = 0; j < m2.type.length; j++) {
10249
+ value = dict[m2.op] !== void 0 ? dict[m2.op][j] : void 0;
10250
10250
  if (value === void 0) {
10251
- value = m.value !== void 0 && m.value[j] !== void 0 ? m.value[j] : null;
10251
+ value = m2.value !== void 0 && m2.value[j] !== void 0 ? m2.value[j] : null;
10252
10252
  }
10253
- if (m.type[j] === "SID") {
10253
+ if (m2.type[j] === "SID") {
10254
10254
  value = getCFFString(strings, value);
10255
10255
  }
10256
10256
  values[j] = value;
10257
10257
  }
10258
- newDict[m.name] = values;
10258
+ newDict[m2.name] = values;
10259
10259
  } else {
10260
- value = dict[m.op];
10260
+ value = dict[m2.op];
10261
10261
  if (value === void 0) {
10262
- value = m.value !== void 0 ? m.value : null;
10262
+ value = m2.value !== void 0 ? m2.value : null;
10263
10263
  }
10264
- if (m.type === "SID") {
10264
+ if (m2.type === "SID") {
10265
10265
  value = getCFFString(strings, value);
10266
10266
  }
10267
- newDict[m.name] = value;
10267
+ newDict[m2.name] = value;
10268
10268
  }
10269
10269
  }
10270
10270
  return newDict;
@@ -11889,10 +11889,10 @@ var opentype = /* @__PURE__ */ Object.freeze({
11889
11889
  });
11890
11890
  var opentype_module_default = opentype;
11891
11891
 
11892
- // node_modules/.pnpm/satori@0.10.6/node_modules/satori/dist/index.wasm.js
11893
- var _l = Object.create;
11892
+ // node_modules/.pnpm/satori@0.10.7/node_modules/satori/dist/index.wasm.js
11893
+ var Sl = Object.create;
11894
11894
  var Br = Object.defineProperty;
11895
- var Sl = Object.getOwnPropertyDescriptor;
11895
+ var _l = Object.getOwnPropertyDescriptor;
11896
11896
  var kl = Object.getOwnPropertyNames;
11897
11897
  var Tl = Object.getPrototypeOf;
11898
11898
  var Al = Object.prototype.hasOwnProperty;
@@ -11905,10 +11905,10 @@ var yn = (e, t) => {
11905
11905
  var Go = (e, t, n, r) => {
11906
11906
  if (t && typeof t == "object" || typeof t == "function")
11907
11907
  for (let i of kl(t))
11908
- !Al.call(e, i) && i !== n && Br(e, i, { get: () => t[i], enumerable: !(r = Sl(t, i)) || r.enumerable });
11908
+ !Al.call(e, i) && i !== n && Br(e, i, { get: () => t[i], enumerable: !(r = _l(t, i)) || r.enumerable });
11909
11909
  return e;
11910
11910
  };
11911
- var Ol = (e, t, n) => (n = e != null ? _l(Tl(e)) : {}, Go(t || !e || !e.__esModule ? Br(n, "default", { value: e, enumerable: true }) : n, e));
11911
+ var Ol = (e, t, n) => (n = e != null ? Sl(Tl(e)) : {}, Go(t || !e || !e.__esModule ? Br(n, "default", { value: e, enumerable: true }) : n, e));
11912
11912
  var Ir = (e) => Go(Br({}, "__esModule", { value: true }), e);
11913
11913
  var jo = {};
11914
11914
  yn(jo, { getYogaModule: () => Pl });
@@ -11920,8 +11920,8 @@ var Ho = vn(() => {
11920
11920
  var Xn = T((Yn) => {
11921
11921
  "use strict";
11922
11922
  Object.defineProperty(Yn, "__esModule", { value: true });
11923
- Object.defineProperty(Yn, "default", { enumerable: true, get: () => zf });
11924
- function zf(e) {
11923
+ Object.defineProperty(Yn, "default", { enumerable: true, get: () => Uf });
11924
+ function Uf(e) {
11925
11925
  if (e = `${e}`, e === "0")
11926
11926
  return "0";
11927
11927
  if (/^[+-]?(\d+|\d*\.\d+)(e[+-]?\d+)?(%|\w+)?$/.test(e))
@@ -11944,8 +11944,8 @@ var qu = T((Kn) => {
11944
11944
  return e === void 0 ? t : Array.isArray(e) ? e : [...new Set(t.filter((r) => e !== false && e[r] !== false).concat(Object.keys(e).filter((r) => e[r] !== false)))];
11945
11945
  }
11946
11946
  });
11947
- var Jn = T((Kg, Uu) => {
11948
- Uu.exports = { content: [], presets: [], darkMode: "media", theme: { screens: { sm: "640px", md: "768px", lg: "1024px", xl: "1280px", "2xl": "1536px" }, colors: ({ colors: e }) => ({ inherit: e.inherit, current: e.current, transparent: e.transparent, black: e.black, white: e.white, slate: e.slate, gray: e.gray, zinc: e.zinc, neutral: e.neutral, stone: e.stone, red: e.red, orange: e.orange, amber: e.amber, yellow: e.yellow, lime: e.lime, green: e.green, emerald: e.emerald, teal: e.teal, cyan: e.cyan, sky: e.sky, blue: e.blue, indigo: e.indigo, violet: e.violet, purple: e.purple, fuchsia: e.fuchsia, pink: e.pink, rose: e.rose }), columns: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", 10: "10", 11: "11", 12: "12", "3xs": "16rem", "2xs": "18rem", xs: "20rem", sm: "24rem", md: "28rem", lg: "32rem", xl: "36rem", "2xl": "42rem", "3xl": "48rem", "4xl": "56rem", "5xl": "64rem", "6xl": "72rem", "7xl": "80rem" }, spacing: { px: "1px", 0: "0px", 0.5: "0.125rem", 1: "0.25rem", 1.5: "0.375rem", 2: "0.5rem", 2.5: "0.625rem", 3: "0.75rem", 3.5: "0.875rem", 4: "1rem", 5: "1.25rem", 6: "1.5rem", 7: "1.75rem", 8: "2rem", 9: "2.25rem", 10: "2.5rem", 11: "2.75rem", 12: "3rem", 14: "3.5rem", 16: "4rem", 20: "5rem", 24: "6rem", 28: "7rem", 32: "8rem", 36: "9rem", 40: "10rem", 44: "11rem", 48: "12rem", 52: "13rem", 56: "14rem", 60: "15rem", 64: "16rem", 72: "18rem", 80: "20rem", 96: "24rem" }, animation: { none: "none", spin: "spin 1s linear infinite", ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite", pulse: "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite", bounce: "bounce 1s infinite" }, aspectRatio: { auto: "auto", square: "1 / 1", video: "16 / 9" }, backdropBlur: ({ theme: e }) => e("blur"), backdropBrightness: ({ theme: e }) => e("brightness"), backdropContrast: ({ theme: e }) => e("contrast"), backdropGrayscale: ({ theme: e }) => e("grayscale"), backdropHueRotate: ({ theme: e }) => e("hueRotate"), backdropInvert: ({ theme: e }) => e("invert"), backdropOpacity: ({ theme: e }) => e("opacity"), backdropSaturate: ({ theme: e }) => e("saturate"), backdropSepia: ({ theme: e }) => e("sepia"), backgroundColor: ({ theme: e }) => e("colors"), backgroundImage: { none: "none", "gradient-to-t": "linear-gradient(to top, var(--tw-gradient-stops))", "gradient-to-tr": "linear-gradient(to top right, var(--tw-gradient-stops))", "gradient-to-r": "linear-gradient(to right, var(--tw-gradient-stops))", "gradient-to-br": "linear-gradient(to bottom right, var(--tw-gradient-stops))", "gradient-to-b": "linear-gradient(to bottom, var(--tw-gradient-stops))", "gradient-to-bl": "linear-gradient(to bottom left, var(--tw-gradient-stops))", "gradient-to-l": "linear-gradient(to left, var(--tw-gradient-stops))", "gradient-to-tl": "linear-gradient(to top left, var(--tw-gradient-stops))" }, backgroundOpacity: ({ theme: e }) => e("opacity"), backgroundPosition: { bottom: "bottom", center: "center", left: "left", "left-bottom": "left bottom", "left-top": "left top", right: "right", "right-bottom": "right bottom", "right-top": "right top", top: "top" }, backgroundSize: { auto: "auto", cover: "cover", contain: "contain" }, blur: { 0: "0", none: "0", sm: "4px", DEFAULT: "8px", md: "12px", lg: "16px", xl: "24px", "2xl": "40px", "3xl": "64px" }, brightness: { 0: "0", 50: ".5", 75: ".75", 90: ".9", 95: ".95", 100: "1", 105: "1.05", 110: "1.1", 125: "1.25", 150: "1.5", 200: "2" }, borderColor: ({ theme: e }) => ({ ...e("colors"), DEFAULT: e("colors.gray.200", "currentColor") }), borderOpacity: ({ theme: e }) => e("opacity"), borderRadius: { none: "0px", sm: "0.125rem", DEFAULT: "0.25rem", md: "0.375rem", lg: "0.5rem", xl: "0.75rem", "2xl": "1rem", "3xl": "1.5rem", full: "9999px" }, borderSpacing: ({ theme: e }) => ({ ...e("spacing") }), borderWidth: { DEFAULT: "1px", 0: "0px", 2: "2px", 4: "4px", 8: "8px" }, boxShadow: { sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)", DEFAULT: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)", md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)", lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)", xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)", "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)", inner: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)", none: "none" }, boxShadowColor: ({ theme: e }) => e("colors"), caretColor: ({ theme: e }) => e("colors"), accentColor: ({ theme: e }) => ({ ...e("colors"), auto: "auto" }), contrast: { 0: "0", 50: ".5", 75: ".75", 100: "1", 125: "1.25", 150: "1.5", 200: "2" }, container: {}, content: { none: "none" }, cursor: { auto: "auto", default: "default", pointer: "pointer", wait: "wait", text: "text", move: "move", help: "help", "not-allowed": "not-allowed", none: "none", "context-menu": "context-menu", progress: "progress", cell: "cell", crosshair: "crosshair", "vertical-text": "vertical-text", alias: "alias", copy: "copy", "no-drop": "no-drop", grab: "grab", grabbing: "grabbing", "all-scroll": "all-scroll", "col-resize": "col-resize", "row-resize": "row-resize", "n-resize": "n-resize", "e-resize": "e-resize", "s-resize": "s-resize", "w-resize": "w-resize", "ne-resize": "ne-resize", "nw-resize": "nw-resize", "se-resize": "se-resize", "sw-resize": "sw-resize", "ew-resize": "ew-resize", "ns-resize": "ns-resize", "nesw-resize": "nesw-resize", "nwse-resize": "nwse-resize", "zoom-in": "zoom-in", "zoom-out": "zoom-out" }, divideColor: ({ theme: e }) => e("borderColor"), divideOpacity: ({ theme: e }) => e("borderOpacity"), divideWidth: ({ theme: e }) => e("borderWidth"), dropShadow: { sm: "0 1px 1px rgb(0 0 0 / 0.05)", DEFAULT: ["0 1px 2px rgb(0 0 0 / 0.1)", "0 1px 1px rgb(0 0 0 / 0.06)"], md: ["0 4px 3px rgb(0 0 0 / 0.07)", "0 2px 2px rgb(0 0 0 / 0.06)"], lg: ["0 10px 8px rgb(0 0 0 / 0.04)", "0 4px 3px rgb(0 0 0 / 0.1)"], xl: ["0 20px 13px rgb(0 0 0 / 0.03)", "0 8px 5px rgb(0 0 0 / 0.08)"], "2xl": "0 25px 25px rgb(0 0 0 / 0.15)", none: "0 0 #0000" }, fill: ({ theme: e }) => e("colors"), grayscale: { 0: "0", DEFAULT: "100%" }, hueRotate: { 0: "0deg", 15: "15deg", 30: "30deg", 60: "60deg", 90: "90deg", 180: "180deg" }, invert: { 0: "0", DEFAULT: "100%" }, flex: { 1: "1 1 0%", auto: "1 1 auto", initial: "0 1 auto", none: "none" }, flexBasis: ({ theme: e }) => ({ auto: "auto", ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", "1/5": "20%", "2/5": "40%", "3/5": "60%", "4/5": "80%", "1/6": "16.666667%", "2/6": "33.333333%", "3/6": "50%", "4/6": "66.666667%", "5/6": "83.333333%", "1/12": "8.333333%", "2/12": "16.666667%", "3/12": "25%", "4/12": "33.333333%", "5/12": "41.666667%", "6/12": "50%", "7/12": "58.333333%", "8/12": "66.666667%", "9/12": "75%", "10/12": "83.333333%", "11/12": "91.666667%", full: "100%" }), flexGrow: { 0: "0", DEFAULT: "1" }, flexShrink: { 0: "0", DEFAULT: "1" }, fontFamily: { sans: ["ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", '"Segoe UI"', "Roboto", '"Helvetica Neue"', "Arial", '"Noto Sans"', "sans-serif", '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'], serif: ["ui-serif", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif"], mono: ["ui-monospace", "SFMono-Regular", "Menlo", "Monaco", "Consolas", '"Liberation Mono"', '"Courier New"', "monospace"] }, fontSize: { xs: ["0.75rem", { lineHeight: "1rem" }], sm: ["0.875rem", { lineHeight: "1.25rem" }], base: ["1rem", { lineHeight: "1.5rem" }], lg: ["1.125rem", { lineHeight: "1.75rem" }], xl: ["1.25rem", { lineHeight: "1.75rem" }], "2xl": ["1.5rem", { lineHeight: "2rem" }], "3xl": ["1.875rem", { lineHeight: "2.25rem" }], "4xl": ["2.25rem", { lineHeight: "2.5rem" }], "5xl": ["3rem", { lineHeight: "1" }], "6xl": ["3.75rem", { lineHeight: "1" }], "7xl": ["4.5rem", { lineHeight: "1" }], "8xl": ["6rem", { lineHeight: "1" }], "9xl": ["8rem", { lineHeight: "1" }] }, fontWeight: { thin: "100", extralight: "200", light: "300", normal: "400", medium: "500", semibold: "600", bold: "700", extrabold: "800", black: "900" }, gap: ({ theme: e }) => e("spacing"), gradientColorStops: ({ theme: e }) => e("colors"), gridAutoColumns: { auto: "auto", min: "min-content", max: "max-content", fr: "minmax(0, 1fr)" }, gridAutoRows: { auto: "auto", min: "min-content", max: "max-content", fr: "minmax(0, 1fr)" }, gridColumn: { auto: "auto", "span-1": "span 1 / span 1", "span-2": "span 2 / span 2", "span-3": "span 3 / span 3", "span-4": "span 4 / span 4", "span-5": "span 5 / span 5", "span-6": "span 6 / span 6", "span-7": "span 7 / span 7", "span-8": "span 8 / span 8", "span-9": "span 9 / span 9", "span-10": "span 10 / span 10", "span-11": "span 11 / span 11", "span-12": "span 12 / span 12", "span-full": "1 / -1" }, gridColumnEnd: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", 10: "10", 11: "11", 12: "12", 13: "13" }, gridColumnStart: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", 10: "10", 11: "11", 12: "12", 13: "13" }, gridRow: { auto: "auto", "span-1": "span 1 / span 1", "span-2": "span 2 / span 2", "span-3": "span 3 / span 3", "span-4": "span 4 / span 4", "span-5": "span 5 / span 5", "span-6": "span 6 / span 6", "span-full": "1 / -1" }, gridRowStart: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7" }, gridRowEnd: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7" }, gridTemplateColumns: { none: "none", 1: "repeat(1, minmax(0, 1fr))", 2: "repeat(2, minmax(0, 1fr))", 3: "repeat(3, minmax(0, 1fr))", 4: "repeat(4, minmax(0, 1fr))", 5: "repeat(5, minmax(0, 1fr))", 6: "repeat(6, minmax(0, 1fr))", 7: "repeat(7, minmax(0, 1fr))", 8: "repeat(8, minmax(0, 1fr))", 9: "repeat(9, minmax(0, 1fr))", 10: "repeat(10, minmax(0, 1fr))", 11: "repeat(11, minmax(0, 1fr))", 12: "repeat(12, minmax(0, 1fr))" }, gridTemplateRows: { none: "none", 1: "repeat(1, minmax(0, 1fr))", 2: "repeat(2, minmax(0, 1fr))", 3: "repeat(3, minmax(0, 1fr))", 4: "repeat(4, minmax(0, 1fr))", 5: "repeat(5, minmax(0, 1fr))", 6: "repeat(6, minmax(0, 1fr))" }, height: ({ theme: e }) => ({ auto: "auto", ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", "1/5": "20%", "2/5": "40%", "3/5": "60%", "4/5": "80%", "1/6": "16.666667%", "2/6": "33.333333%", "3/6": "50%", "4/6": "66.666667%", "5/6": "83.333333%", full: "100%", screen: "100vh", min: "min-content", max: "max-content", fit: "fit-content" }), inset: ({ theme: e }) => ({ auto: "auto", ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", full: "100%" }), keyframes: { spin: { to: { transform: "rotate(360deg)" } }, ping: { "75%, 100%": { transform: "scale(2)", opacity: "0" } }, pulse: { "50%": { opacity: ".5" } }, bounce: { "0%, 100%": { transform: "translateY(-25%)", animationTimingFunction: "cubic-bezier(0.8,0,1,1)" }, "50%": { transform: "none", animationTimingFunction: "cubic-bezier(0,0,0.2,1)" } } }, letterSpacing: { tighter: "-0.05em", tight: "-0.025em", normal: "0em", wide: "0.025em", wider: "0.05em", widest: "0.1em" }, lineHeight: { none: "1", tight: "1.25", snug: "1.375", normal: "1.5", relaxed: "1.625", loose: "2", 3: ".75rem", 4: "1rem", 5: "1.25rem", 6: "1.5rem", 7: "1.75rem", 8: "2rem", 9: "2.25rem", 10: "2.5rem" }, listStyleType: { none: "none", disc: "disc", decimal: "decimal" }, margin: ({ theme: e }) => ({ auto: "auto", ...e("spacing") }), maxHeight: ({ theme: e }) => ({ ...e("spacing"), full: "100%", screen: "100vh", min: "min-content", max: "max-content", fit: "fit-content" }), maxWidth: ({ theme: e, breakpoints: t }) => ({ none: "none", 0: "0rem", xs: "20rem", sm: "24rem", md: "28rem", lg: "32rem", xl: "36rem", "2xl": "42rem", "3xl": "48rem", "4xl": "56rem", "5xl": "64rem", "6xl": "72rem", "7xl": "80rem", full: "100%", min: "min-content", max: "max-content", fit: "fit-content", prose: "65ch", ...t(e("screens")) }), minHeight: { 0: "0px", full: "100%", screen: "100vh", min: "min-content", max: "max-content", fit: "fit-content" }, minWidth: { 0: "0px", full: "100%", min: "min-content", max: "max-content", fit: "fit-content" }, objectPosition: { bottom: "bottom", center: "center", left: "left", "left-bottom": "left bottom", "left-top": "left top", right: "right", "right-bottom": "right bottom", "right-top": "right top", top: "top" }, opacity: { 0: "0", 5: "0.05", 10: "0.1", 20: "0.2", 25: "0.25", 30: "0.3", 40: "0.4", 50: "0.5", 60: "0.6", 70: "0.7", 75: "0.75", 80: "0.8", 90: "0.9", 95: "0.95", 100: "1" }, order: { first: "-9999", last: "9999", none: "0", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", 10: "10", 11: "11", 12: "12" }, padding: ({ theme: e }) => e("spacing"), placeholderColor: ({ theme: e }) => e("colors"), placeholderOpacity: ({ theme: e }) => e("opacity"), outlineColor: ({ theme: e }) => e("colors"), outlineOffset: { 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, outlineWidth: { 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, ringColor: ({ theme: e }) => ({ DEFAULT: e("colors.blue.500", "#3b82f6"), ...e("colors") }), ringOffsetColor: ({ theme: e }) => e("colors"), ringOffsetWidth: { 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, ringOpacity: ({ theme: e }) => ({ DEFAULT: "0.5", ...e("opacity") }), ringWidth: { DEFAULT: "3px", 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, rotate: { 0: "0deg", 1: "1deg", 2: "2deg", 3: "3deg", 6: "6deg", 12: "12deg", 45: "45deg", 90: "90deg", 180: "180deg" }, saturate: { 0: "0", 50: ".5", 100: "1", 150: "1.5", 200: "2" }, scale: { 0: "0", 50: ".5", 75: ".75", 90: ".9", 95: ".95", 100: "1", 105: "1.05", 110: "1.1", 125: "1.25", 150: "1.5" }, scrollMargin: ({ theme: e }) => ({ ...e("spacing") }), scrollPadding: ({ theme: e }) => e("spacing"), sepia: { 0: "0", DEFAULT: "100%" }, skew: { 0: "0deg", 1: "1deg", 2: "2deg", 3: "3deg", 6: "6deg", 12: "12deg" }, space: ({ theme: e }) => ({ ...e("spacing") }), stroke: ({ theme: e }) => e("colors"), strokeWidth: { 0: "0", 1: "1", 2: "2" }, textColor: ({ theme: e }) => e("colors"), textDecorationColor: ({ theme: e }) => e("colors"), textDecorationThickness: { auto: "auto", "from-font": "from-font", 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, textUnderlineOffset: { auto: "auto", 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, textIndent: ({ theme: e }) => ({ ...e("spacing") }), textOpacity: ({ theme: e }) => e("opacity"), transformOrigin: { center: "center", top: "top", "top-right": "top right", right: "right", "bottom-right": "bottom right", bottom: "bottom", "bottom-left": "bottom left", left: "left", "top-left": "top left" }, transitionDelay: { 75: "75ms", 100: "100ms", 150: "150ms", 200: "200ms", 300: "300ms", 500: "500ms", 700: "700ms", 1e3: "1000ms" }, transitionDuration: { DEFAULT: "150ms", 75: "75ms", 100: "100ms", 150: "150ms", 200: "200ms", 300: "300ms", 500: "500ms", 700: "700ms", 1e3: "1000ms" }, transitionProperty: { none: "none", all: "all", DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter", colors: "color, background-color, border-color, text-decoration-color, fill, stroke", opacity: "opacity", shadow: "box-shadow", transform: "transform" }, transitionTimingFunction: { DEFAULT: "cubic-bezier(0.4, 0, 0.2, 1)", linear: "linear", in: "cubic-bezier(0.4, 0, 1, 1)", out: "cubic-bezier(0, 0, 0.2, 1)", "in-out": "cubic-bezier(0.4, 0, 0.2, 1)" }, translate: ({ theme: e }) => ({ ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", full: "100%" }), width: ({ theme: e }) => ({ auto: "auto", ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", "1/5": "20%", "2/5": "40%", "3/5": "60%", "4/5": "80%", "1/6": "16.666667%", "2/6": "33.333333%", "3/6": "50%", "4/6": "66.666667%", "5/6": "83.333333%", "1/12": "8.333333%", "2/12": "16.666667%", "3/12": "25%", "4/12": "33.333333%", "5/12": "41.666667%", "6/12": "50%", "7/12": "58.333333%", "8/12": "66.666667%", "9/12": "75%", "10/12": "83.333333%", "11/12": "91.666667%", full: "100%", screen: "100vw", min: "min-content", max: "max-content", fit: "fit-content" }), willChange: { auto: "auto", scroll: "scroll-position", contents: "contents", transform: "transform" }, zIndex: { auto: "auto", 0: "0", 10: "10", 20: "20", 30: "30", 40: "40", 50: "50" } }, variantOrder: ["first", "last", "odd", "even", "visited", "checked", "empty", "read-only", "group-hover", "group-focus", "focus-within", "hover", "focus", "focus-visible", "active", "disabled"], plugins: [] };
11947
+ var Jn = T((eb, zu) => {
11948
+ zu.exports = { content: [], presets: [], darkMode: "media", theme: { screens: { sm: "640px", md: "768px", lg: "1024px", xl: "1280px", "2xl": "1536px" }, colors: ({ colors: e }) => ({ inherit: e.inherit, current: e.current, transparent: e.transparent, black: e.black, white: e.white, slate: e.slate, gray: e.gray, zinc: e.zinc, neutral: e.neutral, stone: e.stone, red: e.red, orange: e.orange, amber: e.amber, yellow: e.yellow, lime: e.lime, green: e.green, emerald: e.emerald, teal: e.teal, cyan: e.cyan, sky: e.sky, blue: e.blue, indigo: e.indigo, violet: e.violet, purple: e.purple, fuchsia: e.fuchsia, pink: e.pink, rose: e.rose }), columns: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", 10: "10", 11: "11", 12: "12", "3xs": "16rem", "2xs": "18rem", xs: "20rem", sm: "24rem", md: "28rem", lg: "32rem", xl: "36rem", "2xl": "42rem", "3xl": "48rem", "4xl": "56rem", "5xl": "64rem", "6xl": "72rem", "7xl": "80rem" }, spacing: { px: "1px", 0: "0px", 0.5: "0.125rem", 1: "0.25rem", 1.5: "0.375rem", 2: "0.5rem", 2.5: "0.625rem", 3: "0.75rem", 3.5: "0.875rem", 4: "1rem", 5: "1.25rem", 6: "1.5rem", 7: "1.75rem", 8: "2rem", 9: "2.25rem", 10: "2.5rem", 11: "2.75rem", 12: "3rem", 14: "3.5rem", 16: "4rem", 20: "5rem", 24: "6rem", 28: "7rem", 32: "8rem", 36: "9rem", 40: "10rem", 44: "11rem", 48: "12rem", 52: "13rem", 56: "14rem", 60: "15rem", 64: "16rem", 72: "18rem", 80: "20rem", 96: "24rem" }, animation: { none: "none", spin: "spin 1s linear infinite", ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite", pulse: "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite", bounce: "bounce 1s infinite" }, aspectRatio: { auto: "auto", square: "1 / 1", video: "16 / 9" }, backdropBlur: ({ theme: e }) => e("blur"), backdropBrightness: ({ theme: e }) => e("brightness"), backdropContrast: ({ theme: e }) => e("contrast"), backdropGrayscale: ({ theme: e }) => e("grayscale"), backdropHueRotate: ({ theme: e }) => e("hueRotate"), backdropInvert: ({ theme: e }) => e("invert"), backdropOpacity: ({ theme: e }) => e("opacity"), backdropSaturate: ({ theme: e }) => e("saturate"), backdropSepia: ({ theme: e }) => e("sepia"), backgroundColor: ({ theme: e }) => e("colors"), backgroundImage: { none: "none", "gradient-to-t": "linear-gradient(to top, var(--tw-gradient-stops))", "gradient-to-tr": "linear-gradient(to top right, var(--tw-gradient-stops))", "gradient-to-r": "linear-gradient(to right, var(--tw-gradient-stops))", "gradient-to-br": "linear-gradient(to bottom right, var(--tw-gradient-stops))", "gradient-to-b": "linear-gradient(to bottom, var(--tw-gradient-stops))", "gradient-to-bl": "linear-gradient(to bottom left, var(--tw-gradient-stops))", "gradient-to-l": "linear-gradient(to left, var(--tw-gradient-stops))", "gradient-to-tl": "linear-gradient(to top left, var(--tw-gradient-stops))" }, backgroundOpacity: ({ theme: e }) => e("opacity"), backgroundPosition: { bottom: "bottom", center: "center", left: "left", "left-bottom": "left bottom", "left-top": "left top", right: "right", "right-bottom": "right bottom", "right-top": "right top", top: "top" }, backgroundSize: { auto: "auto", cover: "cover", contain: "contain" }, blur: { 0: "0", none: "0", sm: "4px", DEFAULT: "8px", md: "12px", lg: "16px", xl: "24px", "2xl": "40px", "3xl": "64px" }, brightness: { 0: "0", 50: ".5", 75: ".75", 90: ".9", 95: ".95", 100: "1", 105: "1.05", 110: "1.1", 125: "1.25", 150: "1.5", 200: "2" }, borderColor: ({ theme: e }) => ({ ...e("colors"), DEFAULT: e("colors.gray.200", "currentColor") }), borderOpacity: ({ theme: e }) => e("opacity"), borderRadius: { none: "0px", sm: "0.125rem", DEFAULT: "0.25rem", md: "0.375rem", lg: "0.5rem", xl: "0.75rem", "2xl": "1rem", "3xl": "1.5rem", full: "9999px" }, borderSpacing: ({ theme: e }) => ({ ...e("spacing") }), borderWidth: { DEFAULT: "1px", 0: "0px", 2: "2px", 4: "4px", 8: "8px" }, boxShadow: { sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)", DEFAULT: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)", md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)", lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)", xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)", "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)", inner: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)", none: "none" }, boxShadowColor: ({ theme: e }) => e("colors"), caretColor: ({ theme: e }) => e("colors"), accentColor: ({ theme: e }) => ({ ...e("colors"), auto: "auto" }), contrast: { 0: "0", 50: ".5", 75: ".75", 100: "1", 125: "1.25", 150: "1.5", 200: "2" }, container: {}, content: { none: "none" }, cursor: { auto: "auto", default: "default", pointer: "pointer", wait: "wait", text: "text", move: "move", help: "help", "not-allowed": "not-allowed", none: "none", "context-menu": "context-menu", progress: "progress", cell: "cell", crosshair: "crosshair", "vertical-text": "vertical-text", alias: "alias", copy: "copy", "no-drop": "no-drop", grab: "grab", grabbing: "grabbing", "all-scroll": "all-scroll", "col-resize": "col-resize", "row-resize": "row-resize", "n-resize": "n-resize", "e-resize": "e-resize", "s-resize": "s-resize", "w-resize": "w-resize", "ne-resize": "ne-resize", "nw-resize": "nw-resize", "se-resize": "se-resize", "sw-resize": "sw-resize", "ew-resize": "ew-resize", "ns-resize": "ns-resize", "nesw-resize": "nesw-resize", "nwse-resize": "nwse-resize", "zoom-in": "zoom-in", "zoom-out": "zoom-out" }, divideColor: ({ theme: e }) => e("borderColor"), divideOpacity: ({ theme: e }) => e("borderOpacity"), divideWidth: ({ theme: e }) => e("borderWidth"), dropShadow: { sm: "0 1px 1px rgb(0 0 0 / 0.05)", DEFAULT: ["0 1px 2px rgb(0 0 0 / 0.1)", "0 1px 1px rgb(0 0 0 / 0.06)"], md: ["0 4px 3px rgb(0 0 0 / 0.07)", "0 2px 2px rgb(0 0 0 / 0.06)"], lg: ["0 10px 8px rgb(0 0 0 / 0.04)", "0 4px 3px rgb(0 0 0 / 0.1)"], xl: ["0 20px 13px rgb(0 0 0 / 0.03)", "0 8px 5px rgb(0 0 0 / 0.08)"], "2xl": "0 25px 25px rgb(0 0 0 / 0.15)", none: "0 0 #0000" }, fill: ({ theme: e }) => e("colors"), grayscale: { 0: "0", DEFAULT: "100%" }, hueRotate: { 0: "0deg", 15: "15deg", 30: "30deg", 60: "60deg", 90: "90deg", 180: "180deg" }, invert: { 0: "0", DEFAULT: "100%" }, flex: { 1: "1 1 0%", auto: "1 1 auto", initial: "0 1 auto", none: "none" }, flexBasis: ({ theme: e }) => ({ auto: "auto", ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", "1/5": "20%", "2/5": "40%", "3/5": "60%", "4/5": "80%", "1/6": "16.666667%", "2/6": "33.333333%", "3/6": "50%", "4/6": "66.666667%", "5/6": "83.333333%", "1/12": "8.333333%", "2/12": "16.666667%", "3/12": "25%", "4/12": "33.333333%", "5/12": "41.666667%", "6/12": "50%", "7/12": "58.333333%", "8/12": "66.666667%", "9/12": "75%", "10/12": "83.333333%", "11/12": "91.666667%", full: "100%" }), flexGrow: { 0: "0", DEFAULT: "1" }, flexShrink: { 0: "0", DEFAULT: "1" }, fontFamily: { sans: ["ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", '"Segoe UI"', "Roboto", '"Helvetica Neue"', "Arial", '"Noto Sans"', "sans-serif", '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'], serif: ["ui-serif", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif"], mono: ["ui-monospace", "SFMono-Regular", "Menlo", "Monaco", "Consolas", '"Liberation Mono"', '"Courier New"', "monospace"] }, fontSize: { xs: ["0.75rem", { lineHeight: "1rem" }], sm: ["0.875rem", { lineHeight: "1.25rem" }], base: ["1rem", { lineHeight: "1.5rem" }], lg: ["1.125rem", { lineHeight: "1.75rem" }], xl: ["1.25rem", { lineHeight: "1.75rem" }], "2xl": ["1.5rem", { lineHeight: "2rem" }], "3xl": ["1.875rem", { lineHeight: "2.25rem" }], "4xl": ["2.25rem", { lineHeight: "2.5rem" }], "5xl": ["3rem", { lineHeight: "1" }], "6xl": ["3.75rem", { lineHeight: "1" }], "7xl": ["4.5rem", { lineHeight: "1" }], "8xl": ["6rem", { lineHeight: "1" }], "9xl": ["8rem", { lineHeight: "1" }] }, fontWeight: { thin: "100", extralight: "200", light: "300", normal: "400", medium: "500", semibold: "600", bold: "700", extrabold: "800", black: "900" }, gap: ({ theme: e }) => e("spacing"), gradientColorStops: ({ theme: e }) => e("colors"), gridAutoColumns: { auto: "auto", min: "min-content", max: "max-content", fr: "minmax(0, 1fr)" }, gridAutoRows: { auto: "auto", min: "min-content", max: "max-content", fr: "minmax(0, 1fr)" }, gridColumn: { auto: "auto", "span-1": "span 1 / span 1", "span-2": "span 2 / span 2", "span-3": "span 3 / span 3", "span-4": "span 4 / span 4", "span-5": "span 5 / span 5", "span-6": "span 6 / span 6", "span-7": "span 7 / span 7", "span-8": "span 8 / span 8", "span-9": "span 9 / span 9", "span-10": "span 10 / span 10", "span-11": "span 11 / span 11", "span-12": "span 12 / span 12", "span-full": "1 / -1" }, gridColumnEnd: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", 10: "10", 11: "11", 12: "12", 13: "13" }, gridColumnStart: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", 10: "10", 11: "11", 12: "12", 13: "13" }, gridRow: { auto: "auto", "span-1": "span 1 / span 1", "span-2": "span 2 / span 2", "span-3": "span 3 / span 3", "span-4": "span 4 / span 4", "span-5": "span 5 / span 5", "span-6": "span 6 / span 6", "span-full": "1 / -1" }, gridRowStart: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7" }, gridRowEnd: { auto: "auto", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7" }, gridTemplateColumns: { none: "none", 1: "repeat(1, minmax(0, 1fr))", 2: "repeat(2, minmax(0, 1fr))", 3: "repeat(3, minmax(0, 1fr))", 4: "repeat(4, minmax(0, 1fr))", 5: "repeat(5, minmax(0, 1fr))", 6: "repeat(6, minmax(0, 1fr))", 7: "repeat(7, minmax(0, 1fr))", 8: "repeat(8, minmax(0, 1fr))", 9: "repeat(9, minmax(0, 1fr))", 10: "repeat(10, minmax(0, 1fr))", 11: "repeat(11, minmax(0, 1fr))", 12: "repeat(12, minmax(0, 1fr))" }, gridTemplateRows: { none: "none", 1: "repeat(1, minmax(0, 1fr))", 2: "repeat(2, minmax(0, 1fr))", 3: "repeat(3, minmax(0, 1fr))", 4: "repeat(4, minmax(0, 1fr))", 5: "repeat(5, minmax(0, 1fr))", 6: "repeat(6, minmax(0, 1fr))" }, height: ({ theme: e }) => ({ auto: "auto", ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", "1/5": "20%", "2/5": "40%", "3/5": "60%", "4/5": "80%", "1/6": "16.666667%", "2/6": "33.333333%", "3/6": "50%", "4/6": "66.666667%", "5/6": "83.333333%", full: "100%", screen: "100vh", min: "min-content", max: "max-content", fit: "fit-content" }), inset: ({ theme: e }) => ({ auto: "auto", ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", full: "100%" }), keyframes: { spin: { to: { transform: "rotate(360deg)" } }, ping: { "75%, 100%": { transform: "scale(2)", opacity: "0" } }, pulse: { "50%": { opacity: ".5" } }, bounce: { "0%, 100%": { transform: "translateY(-25%)", animationTimingFunction: "cubic-bezier(0.8,0,1,1)" }, "50%": { transform: "none", animationTimingFunction: "cubic-bezier(0,0,0.2,1)" } } }, letterSpacing: { tighter: "-0.05em", tight: "-0.025em", normal: "0em", wide: "0.025em", wider: "0.05em", widest: "0.1em" }, lineHeight: { none: "1", tight: "1.25", snug: "1.375", normal: "1.5", relaxed: "1.625", loose: "2", 3: ".75rem", 4: "1rem", 5: "1.25rem", 6: "1.5rem", 7: "1.75rem", 8: "2rem", 9: "2.25rem", 10: "2.5rem" }, listStyleType: { none: "none", disc: "disc", decimal: "decimal" }, margin: ({ theme: e }) => ({ auto: "auto", ...e("spacing") }), maxHeight: ({ theme: e }) => ({ ...e("spacing"), full: "100%", screen: "100vh", min: "min-content", max: "max-content", fit: "fit-content" }), maxWidth: ({ theme: e, breakpoints: t }) => ({ none: "none", 0: "0rem", xs: "20rem", sm: "24rem", md: "28rem", lg: "32rem", xl: "36rem", "2xl": "42rem", "3xl": "48rem", "4xl": "56rem", "5xl": "64rem", "6xl": "72rem", "7xl": "80rem", full: "100%", min: "min-content", max: "max-content", fit: "fit-content", prose: "65ch", ...t(e("screens")) }), minHeight: { 0: "0px", full: "100%", screen: "100vh", min: "min-content", max: "max-content", fit: "fit-content" }, minWidth: { 0: "0px", full: "100%", min: "min-content", max: "max-content", fit: "fit-content" }, objectPosition: { bottom: "bottom", center: "center", left: "left", "left-bottom": "left bottom", "left-top": "left top", right: "right", "right-bottom": "right bottom", "right-top": "right top", top: "top" }, opacity: { 0: "0", 5: "0.05", 10: "0.1", 20: "0.2", 25: "0.25", 30: "0.3", 40: "0.4", 50: "0.5", 60: "0.6", 70: "0.7", 75: "0.75", 80: "0.8", 90: "0.9", 95: "0.95", 100: "1" }, order: { first: "-9999", last: "9999", none: "0", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", 10: "10", 11: "11", 12: "12" }, padding: ({ theme: e }) => e("spacing"), placeholderColor: ({ theme: e }) => e("colors"), placeholderOpacity: ({ theme: e }) => e("opacity"), outlineColor: ({ theme: e }) => e("colors"), outlineOffset: { 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, outlineWidth: { 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, ringColor: ({ theme: e }) => ({ DEFAULT: e("colors.blue.500", "#3b82f6"), ...e("colors") }), ringOffsetColor: ({ theme: e }) => e("colors"), ringOffsetWidth: { 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, ringOpacity: ({ theme: e }) => ({ DEFAULT: "0.5", ...e("opacity") }), ringWidth: { DEFAULT: "3px", 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, rotate: { 0: "0deg", 1: "1deg", 2: "2deg", 3: "3deg", 6: "6deg", 12: "12deg", 45: "45deg", 90: "90deg", 180: "180deg" }, saturate: { 0: "0", 50: ".5", 100: "1", 150: "1.5", 200: "2" }, scale: { 0: "0", 50: ".5", 75: ".75", 90: ".9", 95: ".95", 100: "1", 105: "1.05", 110: "1.1", 125: "1.25", 150: "1.5" }, scrollMargin: ({ theme: e }) => ({ ...e("spacing") }), scrollPadding: ({ theme: e }) => e("spacing"), sepia: { 0: "0", DEFAULT: "100%" }, skew: { 0: "0deg", 1: "1deg", 2: "2deg", 3: "3deg", 6: "6deg", 12: "12deg" }, space: ({ theme: e }) => ({ ...e("spacing") }), stroke: ({ theme: e }) => e("colors"), strokeWidth: { 0: "0", 1: "1", 2: "2" }, textColor: ({ theme: e }) => e("colors"), textDecorationColor: ({ theme: e }) => e("colors"), textDecorationThickness: { auto: "auto", "from-font": "from-font", 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, textUnderlineOffset: { auto: "auto", 0: "0px", 1: "1px", 2: "2px", 4: "4px", 8: "8px" }, textIndent: ({ theme: e }) => ({ ...e("spacing") }), textOpacity: ({ theme: e }) => e("opacity"), transformOrigin: { center: "center", top: "top", "top-right": "top right", right: "right", "bottom-right": "bottom right", bottom: "bottom", "bottom-left": "bottom left", left: "left", "top-left": "top left" }, transitionDelay: { 75: "75ms", 100: "100ms", 150: "150ms", 200: "200ms", 300: "300ms", 500: "500ms", 700: "700ms", 1e3: "1000ms" }, transitionDuration: { DEFAULT: "150ms", 75: "75ms", 100: "100ms", 150: "150ms", 200: "200ms", 300: "300ms", 500: "500ms", 700: "700ms", 1e3: "1000ms" }, transitionProperty: { none: "none", all: "all", DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter", colors: "color, background-color, border-color, text-decoration-color, fill, stroke", opacity: "opacity", shadow: "box-shadow", transform: "transform" }, transitionTimingFunction: { DEFAULT: "cubic-bezier(0.4, 0, 0.2, 1)", linear: "linear", in: "cubic-bezier(0.4, 0, 1, 1)", out: "cubic-bezier(0, 0, 0.2, 1)", "in-out": "cubic-bezier(0.4, 0, 0.2, 1)" }, translate: ({ theme: e }) => ({ ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", full: "100%" }), width: ({ theme: e }) => ({ auto: "auto", ...e("spacing"), "1/2": "50%", "1/3": "33.333333%", "2/3": "66.666667%", "1/4": "25%", "2/4": "50%", "3/4": "75%", "1/5": "20%", "2/5": "40%", "3/5": "60%", "4/5": "80%", "1/6": "16.666667%", "2/6": "33.333333%", "3/6": "50%", "4/6": "66.666667%", "5/6": "83.333333%", "1/12": "8.333333%", "2/12": "16.666667%", "3/12": "25%", "4/12": "33.333333%", "5/12": "41.666667%", "6/12": "50%", "7/12": "58.333333%", "8/12": "66.666667%", "9/12": "75%", "10/12": "83.333333%", "11/12": "91.666667%", full: "100%", screen: "100vw", min: "min-content", max: "max-content", fit: "fit-content" }), willChange: { auto: "auto", scroll: "scroll-position", contents: "contents", transform: "transform" }, zIndex: { auto: "auto", 0: "0", 10: "10", 20: "20", 30: "30", 40: "40", 50: "50" } }, variantOrder: ["first", "last", "odd", "even", "visited", "checked", "empty", "read-only", "group-hover", "group-focus", "focus-within", "hover", "focus", "focus-visible", "active", "disabled"], plugins: [] };
11949
11949
  });
11950
11950
  var Xr = {};
11951
11951
  yn(Xr, { default: () => Hf });
@@ -11959,7 +11959,7 @@ var Qr = vn(() => {
11959
11959
  console.error(...Array.isArray(e) ? [e] : [t, e]);
11960
11960
  } };
11961
11961
  });
11962
- var zu = T((Zn) => {
11962
+ var Uu = T((Zn) => {
11963
11963
  "use strict";
11964
11964
  Object.defineProperty(Zn, "__esModule", { value: true });
11965
11965
  Object.defineProperty(Zn, "default", { enumerable: true, get: () => Xf });
@@ -12085,8 +12085,8 @@ var Vu = T((ri) => {
12085
12085
  return Array.isArray(i) ? i : Array.isArray(i == null ? void 0 : i.content) ? i.content : Array.isArray(r) ? r : Array.isArray(r == null ? void 0 : r.content) ? r.content : Array.isArray(r == null ? void 0 : r.files) ? r.files : [];
12086
12086
  })(), extract: (() => {
12087
12087
  let r = (() => {
12088
- var u, s, a, l, f, c, p, h, d, m;
12089
- return !((u = e.purge) === null || u === void 0) && u.extract ? e.purge.extract : !((s = e.content) === null || s === void 0) && s.extract ? e.content.extract : !((a = e.purge) === null || a === void 0 || (l = a.extract) === null || l === void 0) && l.DEFAULT ? e.purge.extract.DEFAULT : !((f = e.content) === null || f === void 0 || (c = f.extract) === null || c === void 0) && c.DEFAULT ? e.content.extract.DEFAULT : !((p = e.purge) === null || p === void 0 || (h = p.options) === null || h === void 0) && h.extractors ? e.purge.options.extractors : !((d = e.content) === null || d === void 0 || (m = d.options) === null || m === void 0) && m.extractors ? e.content.options.extractors : {};
12088
+ var u, s, a, l, f, c, p, h, d, D;
12089
+ return !((u = e.purge) === null || u === void 0) && u.extract ? e.purge.extract : !((s = e.content) === null || s === void 0) && s.extract ? e.content.extract : !((a = e.purge) === null || a === void 0 || (l = a.extract) === null || l === void 0) && l.DEFAULT ? e.purge.extract.DEFAULT : !((f = e.content) === null || f === void 0 || (c = f.extract) === null || c === void 0) && c.DEFAULT ? e.content.extract.DEFAULT : !((p = e.purge) === null || p === void 0 || (h = p.options) === null || h === void 0) && h.extractors ? e.purge.options.extractors : !((d = e.content) === null || d === void 0 || (D = d.options) === null || D === void 0) && D.extractors ? e.content.options.extractors : {};
12090
12090
  })(), i = {}, o = (() => {
12091
12091
  var u, s, a, l;
12092
12092
  if (!((u = e.purge) === null || u === void 0 || (s = u.options) === null || s === void 0) && s.defaultExtractor)
@@ -12241,7 +12241,7 @@ var Ht = T((Le) => {
12241
12241
  return e && e.__esModule ? e : { default: e };
12242
12242
  }
12243
12243
  });
12244
- var Ue = T((Vt, os) => {
12244
+ var ze = T((Vt, os) => {
12245
12245
  "use strict";
12246
12246
  Vt.__esModule = true;
12247
12247
  Vt.default = void 0;
@@ -12329,10 +12329,10 @@ var pe = T((K) => {
12329
12329
  K.UNIVERSAL = K.ATTRIBUTE = K.CLASS = K.COMBINATOR = K.COMMENT = K.ID = K.NESTING = K.PSEUDO = K.ROOT = K.SELECTOR = K.STRING = K.TAG = void 0;
12330
12330
  var hc = "tag";
12331
12331
  K.TAG = hc;
12332
- var mc = "string";
12333
- K.STRING = mc;
12334
- var Dc = "selector";
12335
- K.SELECTOR = Dc;
12332
+ var Dc = "string";
12333
+ K.STRING = Dc;
12334
+ var mc = "selector";
12335
+ K.SELECTOR = mc;
12336
12336
  var gc = "root";
12337
12337
  K.ROOT = gc;
12338
12338
  var bc = "pseudo";
@@ -12356,7 +12356,7 @@ var rn = T((Yt, ls) => {
12356
12356
  "use strict";
12357
12357
  Yt.__esModule = true;
12358
12358
  Yt.default = void 0;
12359
- var _c = kc(Ue()), ze = Sc(pe());
12359
+ var Sc = kc(ze()), Ue = _c(pe());
12360
12360
  function as() {
12361
12361
  if (typeof WeakMap != "function")
12362
12362
  return null;
@@ -12365,7 +12365,7 @@ var rn = T((Yt, ls) => {
12365
12365
  return e;
12366
12366
  }, e;
12367
12367
  }
12368
- function Sc(e) {
12368
+ function _c(e) {
12369
12369
  if (e && e.__esModule)
12370
12370
  return e;
12371
12371
  if (e === null || typeof e != "object" && typeof e != "function")
@@ -12511,55 +12511,55 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
12511
12511
  }, n.walkAttributes = function(i) {
12512
12512
  var o = this;
12513
12513
  return this.walk(function(u) {
12514
- if (u.type === ze.ATTRIBUTE)
12514
+ if (u.type === Ue.ATTRIBUTE)
12515
12515
  return i.call(o, u);
12516
12516
  });
12517
12517
  }, n.walkClasses = function(i) {
12518
12518
  var o = this;
12519
12519
  return this.walk(function(u) {
12520
- if (u.type === ze.CLASS)
12520
+ if (u.type === Ue.CLASS)
12521
12521
  return i.call(o, u);
12522
12522
  });
12523
12523
  }, n.walkCombinators = function(i) {
12524
12524
  var o = this;
12525
12525
  return this.walk(function(u) {
12526
- if (u.type === ze.COMBINATOR)
12526
+ if (u.type === Ue.COMBINATOR)
12527
12527
  return i.call(o, u);
12528
12528
  });
12529
12529
  }, n.walkComments = function(i) {
12530
12530
  var o = this;
12531
12531
  return this.walk(function(u) {
12532
- if (u.type === ze.COMMENT)
12532
+ if (u.type === Ue.COMMENT)
12533
12533
  return i.call(o, u);
12534
12534
  });
12535
12535
  }, n.walkIds = function(i) {
12536
12536
  var o = this;
12537
12537
  return this.walk(function(u) {
12538
- if (u.type === ze.ID)
12538
+ if (u.type === Ue.ID)
12539
12539
  return i.call(o, u);
12540
12540
  });
12541
12541
  }, n.walkNesting = function(i) {
12542
12542
  var o = this;
12543
12543
  return this.walk(function(u) {
12544
- if (u.type === ze.NESTING)
12544
+ if (u.type === Ue.NESTING)
12545
12545
  return i.call(o, u);
12546
12546
  });
12547
12547
  }, n.walkPseudos = function(i) {
12548
12548
  var o = this;
12549
12549
  return this.walk(function(u) {
12550
- if (u.type === ze.PSEUDO)
12550
+ if (u.type === Ue.PSEUDO)
12551
12551
  return i.call(o, u);
12552
12552
  });
12553
12553
  }, n.walkTags = function(i) {
12554
12554
  var o = this;
12555
12555
  return this.walk(function(u) {
12556
- if (u.type === ze.TAG)
12556
+ if (u.type === Ue.TAG)
12557
12557
  return i.call(o, u);
12558
12558
  });
12559
12559
  }, n.walkUniversals = function(i) {
12560
12560
  var o = this;
12561
12561
  return this.walk(function(u) {
12562
- if (u.type === ze.UNIVERSAL)
12562
+ if (u.type === Ue.UNIVERSAL)
12563
12563
  return i.call(o, u);
12564
12564
  });
12565
12565
  }, n.split = function(i) {
@@ -12589,7 +12589,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
12589
12589
  } }, { key: "length", get: function() {
12590
12590
  return this.nodes.length;
12591
12591
  } }]), t;
12592
- }(_c.default);
12592
+ }(Sc.default);
12593
12593
  Yt.default = Bc;
12594
12594
  ls.exports = Yt.default;
12595
12595
  });
@@ -12643,11 +12643,11 @@ var ci = T((Qt, ds) => {
12643
12643
  "use strict";
12644
12644
  Qt.__esModule = true;
12645
12645
  Qt.default = void 0;
12646
- var Wc = Uc(rn()), qc = pe();
12647
- function Uc(e) {
12646
+ var Wc = zc(rn()), qc = pe();
12647
+ function zc(e) {
12648
12648
  return e && e.__esModule ? e : { default: e };
12649
12649
  }
12650
- function zc(e, t) {
12650
+ function Uc(e, t) {
12651
12651
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, fi(e, t);
12652
12652
  }
12653
12653
  function fi(e, t) {
@@ -12656,7 +12656,7 @@ var ci = T((Qt, ds) => {
12656
12656
  }, fi(e, t);
12657
12657
  }
12658
12658
  var Gc = function(e) {
12659
- zc(t, e);
12659
+ Uc(t, e);
12660
12660
  function t(n) {
12661
12661
  var r;
12662
12662
  return r = e.call(this, n) || this, r.type = qc.SELECTOR, r;
@@ -12666,7 +12666,7 @@ var ci = T((Qt, ds) => {
12666
12666
  Qt.default = Gc;
12667
12667
  ds.exports = Qt.default;
12668
12668
  });
12669
- var nn = T((ub, ps) => {
12669
+ var nn = T((lb, ps) => {
12670
12670
  "use strict";
12671
12671
  var jc = {}, Hc = jc.hasOwnProperty, Vc = function(t, n) {
12672
12672
  if (!t)
@@ -12689,20 +12689,20 @@ var nn = T((ub, ps) => {
12689
12689
  n.escapeEverything ? Yc.test(l) ? c = "\\" + l : c = "\\" + f.toString(16).toUpperCase() + " " : /[\t\n\f\r\x0B]/.test(l) ? c = "\\" + f.toString(16).toUpperCase() + " " : l == "\\" || !i && (l == '"' && r == l || l == "'" && r == l) || i && Xc.test(l) ? c = "\\" + l : c = l;
12690
12690
  u += c;
12691
12691
  }
12692
- return i && (/^-[-\d]/.test(u) ? u = "\\-" + u.slice(1) : /\d/.test(o) && (u = "\\3" + o + " " + u.slice(1))), u = u.replace(Qc, function(h, d, m) {
12693
- return d && d.length % 2 ? h : (d || "") + m;
12692
+ return i && (/^-[-\d]/.test(u) ? u = "\\-" + u.slice(1) : /\d/.test(o) && (u = "\\3" + o + " " + u.slice(1))), u = u.replace(Qc, function(h, d, D) {
12693
+ return d && d.length % 2 ? h : (d || "") + D;
12694
12694
  }), !i && n.wrap ? r + u + r : u;
12695
12695
  };
12696
12696
  di.options = { escapeEverything: false, isIdentifier: false, quotes: "single", wrap: false };
12697
12697
  di.version = "3.0.0";
12698
12698
  ps.exports = di;
12699
12699
  });
12700
- var hi = T((Kt, Ds) => {
12700
+ var hi = T((Kt, ms) => {
12701
12701
  "use strict";
12702
12702
  Kt.__esModule = true;
12703
12703
  Kt.default = void 0;
12704
- var Kc = ms(nn()), Jc = Ht(), Zc = ms(Ue()), ed = pe();
12705
- function ms(e) {
12704
+ var Kc = Ds(nn()), Jc = Ht(), Zc = Ds(ze()), ed = pe();
12705
+ function Ds(e) {
12706
12706
  return e && e.__esModule ? e : { default: e };
12707
12707
  }
12708
12708
  function hs(e, t) {
@@ -12742,23 +12742,23 @@ var hi = T((Kt, Ds) => {
12742
12742
  } }]), t;
12743
12743
  }(Zc.default);
12744
12744
  Kt.default = nd;
12745
- Ds.exports = Kt.default;
12745
+ ms.exports = Kt.default;
12746
12746
  });
12747
- var Di = T((Jt, gs) => {
12747
+ var mi = T((Jt, gs) => {
12748
12748
  "use strict";
12749
12749
  Jt.__esModule = true;
12750
12750
  Jt.default = void 0;
12751
- var id = ud(Ue()), od = pe();
12751
+ var id = ud(ze()), od = pe();
12752
12752
  function ud(e) {
12753
12753
  return e && e.__esModule ? e : { default: e };
12754
12754
  }
12755
12755
  function sd(e, t) {
12756
- e.prototype = Object.create(t.prototype), e.prototype.constructor = e, mi(e, t);
12756
+ e.prototype = Object.create(t.prototype), e.prototype.constructor = e, Di(e, t);
12757
12757
  }
12758
- function mi(e, t) {
12759
- return mi = Object.setPrototypeOf || function(r, i) {
12758
+ function Di(e, t) {
12759
+ return Di = Object.setPrototypeOf || function(r, i) {
12760
12760
  return r.__proto__ = i, r;
12761
- }, mi(e, t);
12761
+ }, Di(e, t);
12762
12762
  }
12763
12763
  var ad = function(e) {
12764
12764
  sd(t, e);
@@ -12775,7 +12775,7 @@ var bi = T((Zt, bs) => {
12775
12775
  "use strict";
12776
12776
  Zt.__esModule = true;
12777
12777
  Zt.default = void 0;
12778
- var ld = cd(Ue()), fd2 = pe();
12778
+ var ld = cd(ze()), fd2 = pe();
12779
12779
  function cd(e) {
12780
12780
  return e && e.__esModule ? e : { default: e };
12781
12781
  }
@@ -12805,7 +12805,7 @@ var on = T((er, xs) => {
12805
12805
  "use strict";
12806
12806
  er.__esModule = true;
12807
12807
  er.default = void 0;
12808
- var hd = ys(nn()), md = Ht(), Dd = ys(Ue());
12808
+ var hd = ys(nn()), Dd = Ht(), md = ys(ze());
12809
12809
  function ys(e) {
12810
12810
  return e && e.__esModule ? e : { default: e };
12811
12811
  }
@@ -12844,7 +12844,7 @@ var on = T((er, xs) => {
12844
12844
  return;
12845
12845
  }
12846
12846
  var o = (0, hd.default)(i, { isIdentifier: true });
12847
- this._namespace = i, o !== i ? ((0, md.ensureObject)(this, "raws"), this.raws.namespace = o) : this.raws && delete this.raws.namespace;
12847
+ this._namespace = i, o !== i ? ((0, Dd.ensureObject)(this, "raws"), this.raws.namespace = o) : this.raws && delete this.raws.namespace;
12848
12848
  } }, { key: "ns", get: function() {
12849
12849
  return this._namespace;
12850
12850
  }, set: function(i) {
@@ -12856,7 +12856,7 @@ var on = T((er, xs) => {
12856
12856
  } else
12857
12857
  return "";
12858
12858
  } }]), t;
12859
- }(Dd.default);
12859
+ }(md.default);
12860
12860
  er.default = vd;
12861
12861
  xs.exports = er.default;
12862
12862
  });
@@ -12891,8 +12891,8 @@ var wi = T((rr, ws) => {
12891
12891
  "use strict";
12892
12892
  rr.__esModule = true;
12893
12893
  rr.default = void 0;
12894
- var Cd = Sd(Ue()), _d = pe();
12895
- function Sd(e) {
12894
+ var Cd = _d(ze()), Sd = pe();
12895
+ function _d(e) {
12896
12896
  return e && e.__esModule ? e : { default: e };
12897
12897
  }
12898
12898
  function kd(e, t) {
@@ -12907,7 +12907,7 @@ var wi = T((rr, ws) => {
12907
12907
  kd(t, e);
12908
12908
  function t(n) {
12909
12909
  var r;
12910
- return r = e.call(this, n) || this, r.type = _d.STRING, r;
12910
+ return r = e.call(this, n) || this, r.type = Sd.STRING, r;
12911
12911
  }
12912
12912
  return t;
12913
12913
  }(Cd.default);
@@ -12945,7 +12945,7 @@ var Ci = T((nr, Es) => {
12945
12945
  nr.default = Id;
12946
12946
  Es.exports = nr.default;
12947
12947
  });
12948
- var _s = T((sb, Cs) => {
12948
+ var Ss = T((fb, Cs) => {
12949
12949
  Cs.exports = function(t, n) {
12950
12950
  return function(...r) {
12951
12951
  return console.warn(n), t(...r);
@@ -12957,18 +12957,18 @@ var Oi = T((ur) => {
12957
12957
  ur.__esModule = true;
12958
12958
  ur.unescapeValue = Ai;
12959
12959
  ur.default = void 0;
12960
- var ir = Ti(nn()), Rd = Ti(ui()), Ld = Ti(on()), Md = pe(), _i;
12960
+ var ir = Ti(nn()), Rd = Ti(ui()), Ld = Ti(on()), Md = pe(), Si;
12961
12961
  function Ti(e) {
12962
12962
  return e && e.__esModule ? e : { default: e };
12963
12963
  }
12964
- function Ss(e, t) {
12964
+ function _s(e, t) {
12965
12965
  for (var n = 0; n < t.length; n++) {
12966
12966
  var r = t[n];
12967
12967
  r.enumerable = r.enumerable || false, r.configurable = true, "value" in r && (r.writable = true), Object.defineProperty(e, r.key, r);
12968
12968
  }
12969
12969
  }
12970
12970
  function Nd(e, t, n) {
12971
- return t && Ss(e.prototype, t), n && Ss(e, n), e;
12971
+ return t && _s(e.prototype, t), n && _s(e, n), e;
12972
12972
  }
12973
12973
  function $d(e, t) {
12974
12974
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, ki(e, t);
@@ -12978,9 +12978,9 @@ var Oi = T((ur) => {
12978
12978
  return r.__proto__ = i, r;
12979
12979
  }, ki(e, t);
12980
12980
  }
12981
- var or = _s(), Wd = /^('|")([^]*)\1$/, qd = or(function() {
12982
- }, "Assigning an attribute a value containing characters that might need to be escaped is deprecated. Call attribute.setValue() instead."), Ud = or(function() {
12983
- }, "Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead."), zd = or(function() {
12981
+ var or = Ss(), Wd = /^('|")([^]*)\1$/, qd = or(function() {
12982
+ }, "Assigning an attribute a value containing characters that might need to be escaped is deprecated. Call attribute.setValue() instead."), zd = or(function() {
12983
+ }, "Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead."), Ud = or(function() {
12984
12984
  }, "Constructing an Attribute selector with a value without specifying quoteMark is deprecated. Note: The value should be unescaped now.");
12985
12985
  function Ai(e) {
12986
12986
  var t = false, n = null, r = e, i = r.match(Wd);
@@ -12989,7 +12989,7 @@ var Oi = T((ur) => {
12989
12989
  function Gd(e) {
12990
12990
  if (e.quoteMark !== void 0 || e.value === void 0)
12991
12991
  return e;
12992
- zd();
12992
+ Ud();
12993
12993
  var t = Ai(e.value), n = t.quoteMark, r = t.unescaped;
12994
12994
  return e.raws || (e.raws = {}), e.raws.value === void 0 && (e.raws.value = e.value), e.value = r, e.quoteMark = n, e;
12995
12995
  }
@@ -13006,7 +13006,7 @@ var Oi = T((ur) => {
13006
13006
  var n = t.prototype;
13007
13007
  return n.getQuotedValue = function(i) {
13008
13008
  i === void 0 && (i = {});
13009
- var o = this._determineQuoteMark(i), u = Si[o], s = (0, ir.default)(this._value, u);
13009
+ var o = this._determineQuoteMark(i), u = _i[o], s = (0, ir.default)(this._value, u);
13010
13010
  return s;
13011
13011
  }, n._determineQuoteMark = function(i) {
13012
13012
  return i.smart ? this.smartQuoteMark(i) : this.preferredQuoteMark(i);
@@ -13020,7 +13020,7 @@ var Oi = T((ur) => {
13020
13020
  return t.NO_QUOTE;
13021
13021
  var l = this.preferredQuoteMark(i);
13022
13022
  if (l === t.NO_QUOTE) {
13023
- var f = this.quoteMark || i.quoteMark || t.DOUBLE_QUOTE, c = Si[f], p = (0, ir.default)(o, c);
13023
+ var f = this.quoteMark || i.quoteMark || t.DOUBLE_QUOTE, c = _i[f], p = (0, ir.default)(o, c);
13024
13024
  if (p.length < a.length)
13025
13025
  return f;
13026
13026
  }
@@ -13031,7 +13031,7 @@ var Oi = T((ur) => {
13031
13031
  var o = i.preferCurrentQuoteMark ? this.quoteMark : i.quoteMark;
13032
13032
  return o === void 0 && (o = i.preferCurrentQuoteMark ? i.quoteMark : this.quoteMark), o === void 0 && (o = t.DOUBLE_QUOTE), o;
13033
13033
  }, n._syncRawValue = function() {
13034
- var i = (0, ir.default)(this._value, Si[this.quoteMark]);
13034
+ var i = (0, ir.default)(this._value, _i[this.quoteMark]);
13035
13035
  i === this._value ? this.raws && delete this.raws.value : this.raws.value = i;
13036
13036
  }, n._handleEscapes = function(i, o) {
13037
13037
  if (this._constructed) {
@@ -13075,7 +13075,7 @@ var Oi = T((ur) => {
13075
13075
  var i = this.quoteMark;
13076
13076
  return i === "'" || i === '"';
13077
13077
  }, set: function(i) {
13078
- Ud();
13078
+ zd();
13079
13079
  } }, { key: "quoteMark", get: function() {
13080
13080
  return this._quoteMark;
13081
13081
  }, set: function(i) {
@@ -13108,7 +13108,7 @@ var Oi = T((ur) => {
13108
13108
  un.NO_QUOTE = null;
13109
13109
  un.SINGLE_QUOTE = "'";
13110
13110
  un.DOUBLE_QUOTE = '"';
13111
- var Si = (_i = { "'": { quotes: "single", wrap: true }, '"': { quotes: "double", wrap: true } }, _i[null] = { isIdentifier: true }, _i);
13111
+ var _i = (Si = { "'": { quotes: "single", wrap: true }, '"': { quotes: "double", wrap: true } }, Si[null] = { isIdentifier: true }, Si);
13112
13112
  function ks(e, t) {
13113
13113
  return "" + t.before + e + t.after;
13114
13114
  }
@@ -13144,7 +13144,7 @@ var Ri = T((ar, As) => {
13144
13144
  "use strict";
13145
13145
  ar.__esModule = true;
13146
13146
  ar.default = void 0;
13147
- var Qd = Jd(Ue()), Kd = pe();
13147
+ var Qd = Jd(ze()), Kd = pe();
13148
13148
  function Jd(e) {
13149
13149
  return e && e.__esModule ? e : { default: e };
13150
13150
  }
@@ -13171,7 +13171,7 @@ var Mi = T((lr, Os) => {
13171
13171
  "use strict";
13172
13172
  lr.__esModule = true;
13173
13173
  lr.default = void 0;
13174
- var tp = np(Ue()), rp = pe();
13174
+ var tp = np(ze()), rp = pe();
13175
13175
  function np(e) {
13176
13176
  return e && e.__esModule ? e : { default: e };
13177
13177
  }
@@ -13205,77 +13205,77 @@ var Bs = T((sn, Ps) => {
13205
13205
  }
13206
13206
  Ps.exports = sn.default;
13207
13207
  });
13208
- var Ni = T((S) => {
13208
+ var Ni = T((_) => {
13209
13209
  "use strict";
13210
- S.__esModule = true;
13211
- S.combinator = S.word = S.comment = S.str = S.tab = S.newline = S.feed = S.cr = S.backslash = S.bang = S.slash = S.doubleQuote = S.singleQuote = S.space = S.greaterThan = S.pipe = S.equals = S.plus = S.caret = S.tilde = S.dollar = S.closeSquare = S.openSquare = S.closeParenthesis = S.openParenthesis = S.semicolon = S.colon = S.comma = S.at = S.asterisk = S.ampersand = void 0;
13210
+ _.__esModule = true;
13211
+ _.combinator = _.word = _.comment = _.str = _.tab = _.newline = _.feed = _.cr = _.backslash = _.bang = _.slash = _.doubleQuote = _.singleQuote = _.space = _.greaterThan = _.pipe = _.equals = _.plus = _.caret = _.tilde = _.dollar = _.closeSquare = _.openSquare = _.closeParenthesis = _.openParenthesis = _.semicolon = _.colon = _.comma = _.at = _.asterisk = _.ampersand = void 0;
13212
13212
  var sp = 38;
13213
- S.ampersand = sp;
13213
+ _.ampersand = sp;
13214
13214
  var ap = 42;
13215
- S.asterisk = ap;
13215
+ _.asterisk = ap;
13216
13216
  var lp = 64;
13217
- S.at = lp;
13217
+ _.at = lp;
13218
13218
  var fp = 44;
13219
- S.comma = fp;
13219
+ _.comma = fp;
13220
13220
  var cp = 58;
13221
- S.colon = cp;
13221
+ _.colon = cp;
13222
13222
  var dp = 59;
13223
- S.semicolon = dp;
13223
+ _.semicolon = dp;
13224
13224
  var pp = 40;
13225
- S.openParenthesis = pp;
13225
+ _.openParenthesis = pp;
13226
13226
  var hp = 41;
13227
- S.closeParenthesis = hp;
13228
- var mp = 91;
13229
- S.openSquare = mp;
13230
- var Dp = 93;
13231
- S.closeSquare = Dp;
13227
+ _.closeParenthesis = hp;
13228
+ var Dp = 91;
13229
+ _.openSquare = Dp;
13230
+ var mp = 93;
13231
+ _.closeSquare = mp;
13232
13232
  var gp = 36;
13233
- S.dollar = gp;
13233
+ _.dollar = gp;
13234
13234
  var bp = 126;
13235
- S.tilde = bp;
13235
+ _.tilde = bp;
13236
13236
  var vp = 94;
13237
- S.caret = vp;
13237
+ _.caret = vp;
13238
13238
  var yp = 43;
13239
- S.plus = yp;
13239
+ _.plus = yp;
13240
13240
  var xp = 61;
13241
- S.equals = xp;
13241
+ _.equals = xp;
13242
13242
  var Fp = 124;
13243
- S.pipe = Fp;
13243
+ _.pipe = Fp;
13244
13244
  var wp = 62;
13245
- S.greaterThan = wp;
13245
+ _.greaterThan = wp;
13246
13246
  var Ep = 32;
13247
- S.space = Ep;
13247
+ _.space = Ep;
13248
13248
  var Is = 39;
13249
- S.singleQuote = Is;
13249
+ _.singleQuote = Is;
13250
13250
  var Cp = 34;
13251
- S.doubleQuote = Cp;
13252
- var _p = 47;
13253
- S.slash = _p;
13254
- var Sp = 33;
13255
- S.bang = Sp;
13251
+ _.doubleQuote = Cp;
13252
+ var Sp = 47;
13253
+ _.slash = Sp;
13254
+ var _p = 33;
13255
+ _.bang = _p;
13256
13256
  var kp = 92;
13257
- S.backslash = kp;
13257
+ _.backslash = kp;
13258
13258
  var Tp = 13;
13259
- S.cr = Tp;
13259
+ _.cr = Tp;
13260
13260
  var Ap = 12;
13261
- S.feed = Ap;
13261
+ _.feed = Ap;
13262
13262
  var Op = 10;
13263
- S.newline = Op;
13263
+ _.newline = Op;
13264
13264
  var Pp = 9;
13265
- S.tab = Pp;
13265
+ _.tab = Pp;
13266
13266
  var Bp = Is;
13267
- S.str = Bp;
13267
+ _.str = Bp;
13268
13268
  var Ip = -1;
13269
- S.comment = Ip;
13269
+ _.comment = Ip;
13270
13270
  var Rp = -2;
13271
- S.word = Rp;
13271
+ _.word = Rp;
13272
13272
  var Lp = -3;
13273
- S.combinator = Lp;
13273
+ _.combinator = Lp;
13274
13274
  });
13275
13275
  var Ms = T((fr) => {
13276
13276
  "use strict";
13277
13277
  fr.__esModule = true;
13278
- fr.default = zp;
13278
+ fr.default = Up;
13279
13279
  fr.FIELDS = void 0;
13280
13280
  var E = Mp(Ni()), xt, Q;
13281
13281
  function Ls() {
@@ -13328,10 +13328,10 @@ var Ms = T((fr) => {
13328
13328
  n++;
13329
13329
  return n;
13330
13330
  }
13331
- var Up = { TYPE: 0, START_LINE: 1, START_COL: 2, END_LINE: 3, END_COL: 4, START_POS: 5, END_POS: 6 };
13332
- fr.FIELDS = Up;
13333
- function zp(e) {
13334
- var t = [], n = e.css.valueOf(), r = n, i = r.length, o = -1, u = 1, s = 0, a = 0, l, f, c, p, h, d, m, v, g, b, x, F, y;
13331
+ var zp = { TYPE: 0, START_LINE: 1, START_COL: 2, END_LINE: 3, END_COL: 4, START_POS: 5, END_POS: 6 };
13332
+ fr.FIELDS = zp;
13333
+ function Up(e) {
13334
+ var t = [], n = e.css.valueOf(), r = n, i = r.length, o = -1, u = 1, s = 0, a = 0, l, f, c, p, h, d, D, v, g, b, x, F, y;
13335
13335
  function k(P, B) {
13336
13336
  if (e.safe)
13337
13337
  n += B, g = n.length - 1;
@@ -13387,7 +13387,7 @@ var Ms = T((fr) => {
13387
13387
  break;
13388
13388
  default:
13389
13389
  l === E.slash && n.charCodeAt(s + 1) === E.asterisk ? (g = n.indexOf("*/", s + 2) + 1, g === 0 && k("comment", "*/"), f = n.slice(s, g + 1), v = f.split(`
13390
- `), m = v.length - 1, m > 0 ? (b = u + m, x = g - v[m].length) : (b = u, x = o), y = E.comment, u = b, p = b, c = g - x) : l === E.slash ? (g = s, y = l, p = u, c = s - o, a = g + 1) : (g = Wp(n, s), y = E.word, p = u, c = g - o), a = g + 1;
13390
+ `), D = v.length - 1, D > 0 ? (b = u + D, x = g - v[D].length) : (b = u, x = o), y = E.comment, u = b, p = b, c = g - x) : l === E.slash ? (g = s, y = l, p = u, c = s - o, a = g + 1) : (g = Wp(n, s), y = E.word, p = u, c = g - o), a = g + 1;
13391
13391
  break;
13392
13392
  }
13393
13393
  t.push([y, u, s - o, p, c, s, a]), x && (o = x, x = null), s = a;
@@ -13399,12 +13399,12 @@ var js = T((cr, Gs) => {
13399
13399
  "use strict";
13400
13400
  cr.__esModule = true;
13401
13401
  cr.default = void 0;
13402
- var Gp = _e(li()), Wi = _e(ci()), jp = _e(hi()), Ns = _e(Di()), Hp = _e(bi()), Vp = _e(xi()), qi = _e(wi()), Yp = _e(Ci()), $s = ln(Oi()), Xp = _e(Bi()), Ui = _e(Ri()), Qp = _e(Mi()), Kp = _e(Bs()), w = ln(Ms()), _ = ln(Ni()), Jp = ln(pe()), re = Ht(), ut, zi;
13403
- function zs() {
13402
+ var Gp = Se(li()), Wi = Se(ci()), jp = Se(hi()), Ns = Se(mi()), Hp = Se(bi()), Vp = Se(xi()), qi = Se(wi()), Yp = Se(Ci()), $s = ln(Oi()), Xp = Se(Bi()), zi = Se(Ri()), Qp = Se(Mi()), Kp = Se(Bs()), w = ln(Ms()), S = ln(Ni()), Jp = ln(pe()), re = Ht(), ut, Ui;
13403
+ function Us() {
13404
13404
  if (typeof WeakMap != "function")
13405
13405
  return null;
13406
13406
  var e = /* @__PURE__ */ new WeakMap();
13407
- return zs = function() {
13407
+ return Us = function() {
13408
13408
  return e;
13409
13409
  }, e;
13410
13410
  }
@@ -13413,7 +13413,7 @@ var js = T((cr, Gs) => {
13413
13413
  return e;
13414
13414
  if (e === null || typeof e != "object" && typeof e != "function")
13415
13415
  return { default: e };
13416
- var t = zs();
13416
+ var t = Us();
13417
13417
  if (t && t.has(e))
13418
13418
  return t.get(e);
13419
13419
  var n = {}, r = Object.defineProperty && Object.getOwnPropertyDescriptor;
@@ -13424,7 +13424,7 @@ var js = T((cr, Gs) => {
13424
13424
  }
13425
13425
  return n.default = e, t && t.set(e, n), n;
13426
13426
  }
13427
- function _e(e) {
13427
+ function Se(e) {
13428
13428
  return e && e.__esModule ? e : { default: e };
13429
13429
  }
13430
13430
  function Ws(e, t) {
@@ -13436,11 +13436,11 @@ var js = T((cr, Gs) => {
13436
13436
  function Zp(e, t, n) {
13437
13437
  return t && Ws(e.prototype, t), n && Ws(e, n), e;
13438
13438
  }
13439
- var Hi = (ut = {}, ut[_.space] = true, ut[_.cr] = true, ut[_.feed] = true, ut[_.newline] = true, ut[_.tab] = true, ut), e0 = Object.assign({}, Hi, (zi = {}, zi[_.comment] = true, zi));
13439
+ var Hi = (ut = {}, ut[S.space] = true, ut[S.cr] = true, ut[S.feed] = true, ut[S.newline] = true, ut[S.tab] = true, ut), e0 = Object.assign({}, Hi, (Ui = {}, Ui[S.comment] = true, Ui));
13440
13440
  function qs(e) {
13441
13441
  return { line: e[w.FIELDS.START_LINE], column: e[w.FIELDS.START_COL] };
13442
13442
  }
13443
- function Us(e) {
13443
+ function zs(e) {
13444
13444
  return { line: e[w.FIELDS.END_LINE], column: e[w.FIELDS.END_COL] };
13445
13445
  }
13446
13446
  function st(e, t, n, r) {
@@ -13485,30 +13485,30 @@ var js = T((cr, Gs) => {
13485
13485
  };
13486
13486
  }, t.attribute = function() {
13487
13487
  var r = [], i = this.currToken;
13488
- for (this.position++; this.position < this.tokens.length && this.currToken[w.FIELDS.TYPE] !== _.closeSquare; )
13488
+ for (this.position++; this.position < this.tokens.length && this.currToken[w.FIELDS.TYPE] !== S.closeSquare; )
13489
13489
  r.push(this.currToken), this.position++;
13490
- if (this.currToken[w.FIELDS.TYPE] !== _.closeSquare)
13490
+ if (this.currToken[w.FIELDS.TYPE] !== S.closeSquare)
13491
13491
  return this.expected("closing square bracket", this.currToken[w.FIELDS.START_POS]);
13492
13492
  var o = r.length, u = { source: st(i[1], i[2], this.currToken[3], this.currToken[4]), sourceIndex: i[w.FIELDS.START_POS] };
13493
- if (o === 1 && !~[_.word].indexOf(r[0][w.FIELDS.TYPE]))
13493
+ if (o === 1 && !~[S.word].indexOf(r[0][w.FIELDS.TYPE]))
13494
13494
  return this.expected("attribute", r[0][w.FIELDS.START_POS]);
13495
13495
  for (var s = 0, a = "", l = "", f = null, c = false; s < o; ) {
13496
13496
  var p = r[s], h = this.content(p), d = r[s + 1];
13497
13497
  switch (p[w.FIELDS.TYPE]) {
13498
- case _.space:
13498
+ case S.space:
13499
13499
  if (c = true, this.options.lossy)
13500
13500
  break;
13501
13501
  if (f) {
13502
13502
  (0, re.ensureObject)(u, "spaces", f);
13503
- var m = u.spaces[f].after || "";
13504
- u.spaces[f].after = m + h;
13503
+ var D = u.spaces[f].after || "";
13504
+ u.spaces[f].after = D + h;
13505
13505
  var v = (0, re.getProp)(u, "raws", "spaces", f, "after") || null;
13506
13506
  v && (u.raws.spaces[f].after = v + h);
13507
13507
  } else
13508
13508
  a = a + h, l = l + h;
13509
13509
  break;
13510
- case _.asterisk:
13511
- if (d[w.FIELDS.TYPE] === _.equals)
13510
+ case S.asterisk:
13511
+ if (d[w.FIELDS.TYPE] === S.equals)
13512
13512
  u.operator = h, f = "operator";
13513
13513
  else if ((!u.namespace || f === "namespace" && !c) && d) {
13514
13514
  a && ((0, re.ensureObject)(u, "spaces", "attribute"), u.spaces.attribute.before = a, a = ""), l && ((0, re.ensureObject)(u, "raws", "spaces", "attribute"), u.raws.spaces.attribute.before = a, l = ""), u.namespace = (u.namespace || "") + h;
@@ -13517,24 +13517,24 @@ var js = T((cr, Gs) => {
13517
13517
  }
13518
13518
  c = false;
13519
13519
  break;
13520
- case _.dollar:
13520
+ case S.dollar:
13521
13521
  if (f === "value") {
13522
13522
  var b = (0, re.getProp)(u, "raws", "value");
13523
13523
  u.value += "$", b && (u.raws.value = b + "$");
13524
13524
  break;
13525
13525
  }
13526
- case _.caret:
13527
- d[w.FIELDS.TYPE] === _.equals && (u.operator = h, f = "operator"), c = false;
13526
+ case S.caret:
13527
+ d[w.FIELDS.TYPE] === S.equals && (u.operator = h, f = "operator"), c = false;
13528
13528
  break;
13529
- case _.combinator:
13530
- if (h === "~" && d[w.FIELDS.TYPE] === _.equals && (u.operator = h, f = "operator"), h !== "|") {
13529
+ case S.combinator:
13530
+ if (h === "~" && d[w.FIELDS.TYPE] === S.equals && (u.operator = h, f = "operator"), h !== "|") {
13531
13531
  c = false;
13532
13532
  break;
13533
13533
  }
13534
- d[w.FIELDS.TYPE] === _.equals ? (u.operator = h, f = "operator") : !u.namespace && !u.attribute && (u.namespace = true), c = false;
13534
+ d[w.FIELDS.TYPE] === S.equals ? (u.operator = h, f = "operator") : !u.namespace && !u.attribute && (u.namespace = true), c = false;
13535
13535
  break;
13536
- case _.word:
13537
- if (d && this.content(d) === "|" && r[s + 2] && r[s + 2][w.FIELDS.TYPE] !== _.equals && !u.operator && !u.namespace)
13536
+ case S.word:
13537
+ if (d && this.content(d) === "|" && r[s + 2] && r[s + 2][w.FIELDS.TYPE] !== S.equals && !u.operator && !u.namespace)
13538
13538
  u.namespace = h, f = "namespace";
13539
13539
  else if (!u.attribute || f === "attribute" && !c) {
13540
13540
  a && ((0, re.ensureObject)(u, "spaces", "attribute"), u.spaces.attribute.before = a, a = ""), l && ((0, re.ensureObject)(u, "raws", "spaces", "attribute"), u.raws.spaces.attribute.before = l, l = ""), u.attribute = (u.attribute || "") + h;
@@ -13549,22 +13549,22 @@ var js = T((cr, Gs) => {
13549
13549
  }
13550
13550
  c = false;
13551
13551
  break;
13552
- case _.str:
13552
+ case S.str:
13553
13553
  if (!u.attribute || !u.operator)
13554
13554
  return this.error("Expected an attribute followed by an operator preceding the string.", { index: p[w.FIELDS.START_POS] });
13555
13555
  var B = (0, $s.unescapeValue)(h), j = B.unescaped, oe = B.quoteMark;
13556
13556
  u.value = j, u.quoteMark = oe, f = "value", (0, re.ensureObject)(u, "raws"), u.raws.value = h, c = false;
13557
13557
  break;
13558
- case _.equals:
13558
+ case S.equals:
13559
13559
  if (!u.attribute)
13560
13560
  return this.expected("attribute", p[w.FIELDS.START_POS], h);
13561
13561
  if (u.value)
13562
13562
  return this.error('Unexpected "=" found; an operator was already defined.', { index: p[w.FIELDS.START_POS] });
13563
13563
  u.operator = u.operator ? u.operator + h : h, f = "operator", c = false;
13564
13564
  break;
13565
- case _.comment:
13565
+ case S.comment:
13566
13566
  if (f)
13567
- if (c || d && d[w.FIELDS.TYPE] === _.space || f === "insensitive") {
13567
+ if (c || d && d[w.FIELDS.TYPE] === S.space || f === "insensitive") {
13568
13568
  var ue = (0, re.getProp)(u, "spaces", f, "after") || "", se = (0, re.getProp)(u, "raws", "spaces", f, "after") || ue;
13569
13569
  (0, re.ensureObject)(u, "raws", "spaces", f), u.raws.spaces[f].after = se + h;
13570
13570
  } else {
@@ -13586,7 +13586,7 @@ var js = T((cr, Gs) => {
13586
13586
  do
13587
13587
  if (Hi[this.currToken[w.FIELDS.TYPE]])
13588
13588
  this.options.lossy || (u += this.content());
13589
- else if (this.currToken[w.FIELDS.TYPE] === _.comment) {
13589
+ else if (this.currToken[w.FIELDS.TYPE] === S.comment) {
13590
13590
  var a = {};
13591
13591
  u && (a.before = u, u = ""), s = new Ns.default({ value: this.content(), source: Ft(this.currToken), sourceIndex: this.currToken[w.FIELDS.START_POS], spaces: a }), o.push(s);
13592
13592
  }
@@ -13611,12 +13611,12 @@ var js = T((cr, Gs) => {
13611
13611
  var a = { space: u, rawSpace: s };
13612
13612
  return a;
13613
13613
  }, t.isNamedCombinator = function(r) {
13614
- return r === void 0 && (r = this.position), this.tokens[r + 0] && this.tokens[r + 0][w.FIELDS.TYPE] === _.slash && this.tokens[r + 1] && this.tokens[r + 1][w.FIELDS.TYPE] === _.word && this.tokens[r + 2] && this.tokens[r + 2][w.FIELDS.TYPE] === _.slash;
13614
+ return r === void 0 && (r = this.position), this.tokens[r + 0] && this.tokens[r + 0][w.FIELDS.TYPE] === S.slash && this.tokens[r + 1] && this.tokens[r + 1][w.FIELDS.TYPE] === S.word && this.tokens[r + 2] && this.tokens[r + 2][w.FIELDS.TYPE] === S.slash;
13615
13615
  }, t.namedCombinator = function() {
13616
13616
  if (this.isNamedCombinator()) {
13617
13617
  var r = this.content(this.tokens[this.position + 1]), i = (0, re.unesc)(r).toLowerCase(), o = {};
13618
13618
  i !== r && (o.value = "/" + r + "/");
13619
- var u = new Ui.default({ value: "/" + i + "/", source: st(this.currToken[w.FIELDS.START_LINE], this.currToken[w.FIELDS.START_COL], this.tokens[this.position + 2][w.FIELDS.END_LINE], this.tokens[this.position + 2][w.FIELDS.END_COL]), sourceIndex: this.currToken[w.FIELDS.START_POS], raws: o });
13619
+ var u = new zi.default({ value: "/" + i + "/", source: st(this.currToken[w.FIELDS.START_LINE], this.currToken[w.FIELDS.START_COL], this.tokens[this.position + 2][w.FIELDS.END_LINE], this.tokens[this.position + 2][w.FIELDS.END_COL]), sourceIndex: this.currToken[w.FIELDS.START_POS], raws: o });
13620
13620
  return this.position = this.position + 3, u;
13621
13621
  } else
13622
13622
  this.unexpected();
@@ -13625,7 +13625,7 @@ var js = T((cr, Gs) => {
13625
13625
  if (this.content() === "|")
13626
13626
  return this.namespace();
13627
13627
  var i = this.locateNextMeaningfulToken(this.position);
13628
- if (i < 0 || this.tokens[i][w.FIELDS.TYPE] === _.comma) {
13628
+ if (i < 0 || this.tokens[i][w.FIELDS.TYPE] === S.comma) {
13629
13629
  var o = this.parseWhitespaceEquivalentTokens(i);
13630
13630
  if (o.length > 0) {
13631
13631
  var u = this.current.last;
@@ -13642,18 +13642,18 @@ var js = T((cr, Gs) => {
13642
13642
  var f = this.currToken, c = void 0;
13643
13643
  i > this.position && (c = this.parseWhitespaceEquivalentTokens(i));
13644
13644
  var p;
13645
- if (this.isNamedCombinator() ? p = this.namedCombinator() : this.currToken[w.FIELDS.TYPE] === _.combinator ? (p = new Ui.default({ value: this.content(), source: Ft(this.currToken), sourceIndex: this.currToken[w.FIELDS.START_POS] }), this.position++) : Hi[this.currToken[w.FIELDS.TYPE]] || c || this.unexpected(), p) {
13645
+ if (this.isNamedCombinator() ? p = this.namedCombinator() : this.currToken[w.FIELDS.TYPE] === S.combinator ? (p = new zi.default({ value: this.content(), source: Ft(this.currToken), sourceIndex: this.currToken[w.FIELDS.START_POS] }), this.position++) : Hi[this.currToken[w.FIELDS.TYPE]] || c || this.unexpected(), p) {
13646
13646
  if (c) {
13647
- var h = this.convertWhitespaceNodesToSpace(c), d = h.space, m = h.rawSpace;
13648
- p.spaces.before = d, p.rawSpaceBefore = m;
13647
+ var h = this.convertWhitespaceNodesToSpace(c), d = h.space, D = h.rawSpace;
13648
+ p.spaces.before = d, p.rawSpaceBefore = D;
13649
13649
  }
13650
13650
  } else {
13651
13651
  var v = this.convertWhitespaceNodesToSpace(c, true), g = v.space, b = v.rawSpace;
13652
13652
  b || (b = g);
13653
13653
  var x = {}, F = { spaces: {} };
13654
- g.endsWith(" ") && b.endsWith(" ") ? (x.before = g.slice(0, g.length - 1), F.spaces.before = b.slice(0, b.length - 1)) : g.startsWith(" ") && b.startsWith(" ") ? (x.after = g.slice(1), F.spaces.after = b.slice(1)) : F.value = b, p = new Ui.default({ value: " ", source: Gi(f, this.tokens[this.position - 1]), sourceIndex: f[w.FIELDS.START_POS], spaces: x, raws: F });
13654
+ g.endsWith(" ") && b.endsWith(" ") ? (x.before = g.slice(0, g.length - 1), F.spaces.before = b.slice(0, b.length - 1)) : g.startsWith(" ") && b.startsWith(" ") ? (x.after = g.slice(1), F.spaces.after = b.slice(1)) : F.value = b, p = new zi.default({ value: " ", source: Gi(f, this.tokens[this.position - 1]), sourceIndex: f[w.FIELDS.START_POS], spaces: x, raws: F });
13655
13655
  }
13656
- return this.currToken && this.currToken[w.FIELDS.TYPE] === _.space && (p.spaces.after = this.optionalSpace(this.content()), this.position++), this.newNode(p);
13656
+ return this.currToken && this.currToken[w.FIELDS.TYPE] === S.space && (p.spaces.after = this.optionalSpace(this.content()), this.position++), this.newNode(p);
13657
13657
  }, t.comma = function() {
13658
13658
  if (this.position === this.tokens.length - 1) {
13659
13659
  this.root.trailingComma = true, this.position++;
@@ -13677,9 +13677,9 @@ var js = T((cr, Gs) => {
13677
13677
  return this.error("Unexpected '" + this.content() + "'. Escaping special characters with \\ may help.", this.currToken[w.FIELDS.START_POS]);
13678
13678
  }, t.namespace = function() {
13679
13679
  var r = this.prevToken && this.content(this.prevToken) || true;
13680
- if (this.nextToken[w.FIELDS.TYPE] === _.word)
13680
+ if (this.nextToken[w.FIELDS.TYPE] === S.word)
13681
13681
  return this.position++, this.word(r);
13682
- if (this.nextToken[w.FIELDS.TYPE] === _.asterisk)
13682
+ if (this.nextToken[w.FIELDS.TYPE] === S.asterisk)
13683
13683
  return this.position++, this.universal(r);
13684
13684
  }, t.nesting = function() {
13685
13685
  if (this.nextToken) {
@@ -13696,31 +13696,31 @@ var js = T((cr, Gs) => {
13696
13696
  if (this.position++, r && r.type === Jp.PSEUDO) {
13697
13697
  var o = new Wi.default({ source: { start: qs(this.tokens[this.position - 1]) } }), u = this.current;
13698
13698
  for (r.append(o), this.current = o; this.position < this.tokens.length && i; )
13699
- this.currToken[w.FIELDS.TYPE] === _.openParenthesis && i++, this.currToken[w.FIELDS.TYPE] === _.closeParenthesis && i--, i ? this.parse() : (this.current.source.end = Us(this.currToken), this.current.parent.source.end = Us(this.currToken), this.position++);
13699
+ this.currToken[w.FIELDS.TYPE] === S.openParenthesis && i++, this.currToken[w.FIELDS.TYPE] === S.closeParenthesis && i--, i ? this.parse() : (this.current.source.end = zs(this.currToken), this.current.parent.source.end = zs(this.currToken), this.position++);
13700
13700
  this.current = u;
13701
13701
  } else {
13702
13702
  for (var s = this.currToken, a = "(", l; this.position < this.tokens.length && i; )
13703
- this.currToken[w.FIELDS.TYPE] === _.openParenthesis && i++, this.currToken[w.FIELDS.TYPE] === _.closeParenthesis && i--, l = this.currToken, a += this.parseParenthesisToken(this.currToken), this.position++;
13703
+ this.currToken[w.FIELDS.TYPE] === S.openParenthesis && i++, this.currToken[w.FIELDS.TYPE] === S.closeParenthesis && i--, l = this.currToken, a += this.parseParenthesisToken(this.currToken), this.position++;
13704
13704
  r ? r.appendToPropertyAndEscape("value", a, a) : this.newNode(new qi.default({ value: a, source: st(s[w.FIELDS.START_LINE], s[w.FIELDS.START_COL], l[w.FIELDS.END_LINE], l[w.FIELDS.END_COL]), sourceIndex: s[w.FIELDS.START_POS] }));
13705
13705
  }
13706
13706
  if (i)
13707
13707
  return this.expected("closing parenthesis", this.currToken[w.FIELDS.START_POS]);
13708
13708
  }, t.pseudo = function() {
13709
- for (var r = this, i = "", o = this.currToken; this.currToken && this.currToken[w.FIELDS.TYPE] === _.colon; )
13709
+ for (var r = this, i = "", o = this.currToken; this.currToken && this.currToken[w.FIELDS.TYPE] === S.colon; )
13710
13710
  i += this.content(), this.position++;
13711
13711
  if (!this.currToken)
13712
13712
  return this.expected(["pseudo-class", "pseudo-element"], this.position - 1);
13713
- if (this.currToken[w.FIELDS.TYPE] === _.word)
13713
+ if (this.currToken[w.FIELDS.TYPE] === S.word)
13714
13714
  this.splitWord(false, function(u, s) {
13715
- i += u, r.newNode(new Yp.default({ value: i, source: Gi(o, r.currToken), sourceIndex: o[w.FIELDS.START_POS] })), s > 1 && r.nextToken && r.nextToken[w.FIELDS.TYPE] === _.openParenthesis && r.error("Misplaced parenthesis.", { index: r.nextToken[w.FIELDS.START_POS] });
13715
+ i += u, r.newNode(new Yp.default({ value: i, source: Gi(o, r.currToken), sourceIndex: o[w.FIELDS.START_POS] })), s > 1 && r.nextToken && r.nextToken[w.FIELDS.TYPE] === S.openParenthesis && r.error("Misplaced parenthesis.", { index: r.nextToken[w.FIELDS.START_POS] });
13716
13716
  });
13717
13717
  else
13718
13718
  return this.expected(["pseudo-class", "pseudo-element"], this.currToken[w.FIELDS.START_POS]);
13719
13719
  }, t.space = function() {
13720
13720
  var r = this.content();
13721
- this.position === 0 || this.prevToken[w.FIELDS.TYPE] === _.comma || this.prevToken[w.FIELDS.TYPE] === _.openParenthesis || this.current.nodes.every(function(i) {
13721
+ this.position === 0 || this.prevToken[w.FIELDS.TYPE] === S.comma || this.prevToken[w.FIELDS.TYPE] === S.openParenthesis || this.current.nodes.every(function(i) {
13722
13722
  return i.type === "comment";
13723
- }) ? (this.spaces = this.optionalSpace(r), this.position++) : this.position === this.tokens.length - 1 || this.nextToken[w.FIELDS.TYPE] === _.comma || this.nextToken[w.FIELDS.TYPE] === _.closeParenthesis ? (this.current.last.spaces.after = this.optionalSpace(r), this.position++) : this.combinator();
13723
+ }) ? (this.spaces = this.optionalSpace(r), this.position++) : this.position === this.tokens.length - 1 || this.nextToken[w.FIELDS.TYPE] === S.comma || this.nextToken[w.FIELDS.TYPE] === S.closeParenthesis ? (this.current.last.spaces.after = this.optionalSpace(r), this.position++) : this.combinator();
13724
13724
  }, t.string = function() {
13725
13725
  var r = this.currToken;
13726
13726
  this.newNode(new qi.default({ value: this.content(), source: Ft(r), sourceIndex: r[w.FIELDS.START_POS] })), this.position++;
@@ -13731,18 +13731,18 @@ var js = T((cr, Gs) => {
13731
13731
  var o = this.currToken;
13732
13732
  this.newNode(new Xp.default({ value: this.content(), source: Ft(o), sourceIndex: o[w.FIELDS.START_POS] }), r), this.position++;
13733
13733
  }, t.splitWord = function(r, i) {
13734
- for (var o = this, u = this.nextToken, s = this.content(); u && ~[_.dollar, _.caret, _.equals, _.word].indexOf(u[w.FIELDS.TYPE]); ) {
13734
+ for (var o = this, u = this.nextToken, s = this.content(); u && ~[S.dollar, S.caret, S.equals, S.word].indexOf(u[w.FIELDS.TYPE]); ) {
13735
13735
  this.position++;
13736
13736
  var a = this.content();
13737
13737
  if (s += a, a.lastIndexOf("\\") === a.length - 1) {
13738
13738
  var l = this.nextToken;
13739
- l && l[w.FIELDS.TYPE] === _.space && (s += this.requiredSpace(this.content(l)), this.position++);
13739
+ l && l[w.FIELDS.TYPE] === S.space && (s += this.requiredSpace(this.content(l)), this.position++);
13740
13740
  }
13741
13741
  u = this.nextToken;
13742
13742
  }
13743
13743
  var f = ji(s, ".").filter(function(d) {
13744
- var m = s[d - 1] === "\\", v = /^\d+\.\d+%$/.test(s);
13745
- return !m && !v;
13744
+ var D = s[d - 1] === "\\", v = /^\d+\.\d+%$/.test(s);
13745
+ return !D && !v;
13746
13746
  }), c = ji(s, "#").filter(function(d) {
13747
13747
  return s[d - 1] !== "\\";
13748
13748
  }), p = ji(s, "#{");
@@ -13750,11 +13750,11 @@ var js = T((cr, Gs) => {
13750
13750
  return !~p.indexOf(d);
13751
13751
  }));
13752
13752
  var h = (0, Kp.default)(t0([0].concat(f, c)));
13753
- h.forEach(function(d, m) {
13754
- var v = h[m + 1] || s.length, g = s.slice(d, v);
13755
- if (m === 0 && i)
13753
+ h.forEach(function(d, D) {
13754
+ var v = h[D + 1] || s.length, g = s.slice(d, v);
13755
+ if (D === 0 && i)
13756
13756
  return i.call(o, g, h.length);
13757
- var b, x = o.currToken, F = x[w.FIELDS.START_POS] + h[m], y = st(x[1], x[2] + d, x[3], x[2] + (v - 1));
13757
+ var b, x = o.currToken, F = x[w.FIELDS.START_POS] + h[D], y = st(x[1], x[2] + d, x[3], x[2] + (v - 1));
13758
13758
  if (~f.indexOf(d)) {
13759
13759
  var k = { value: g.slice(1), source: y, sourceIndex: F };
13760
13760
  b = new jp.default(wt(k, "value"));
@@ -13776,49 +13776,49 @@ var js = T((cr, Gs) => {
13776
13776
  return this.current._inferEndPosition(), this.root;
13777
13777
  }, t.parse = function(r) {
13778
13778
  switch (this.currToken[w.FIELDS.TYPE]) {
13779
- case _.space:
13779
+ case S.space:
13780
13780
  this.space();
13781
13781
  break;
13782
- case _.comment:
13782
+ case S.comment:
13783
13783
  this.comment();
13784
13784
  break;
13785
- case _.openParenthesis:
13785
+ case S.openParenthesis:
13786
13786
  this.parentheses();
13787
13787
  break;
13788
- case _.closeParenthesis:
13788
+ case S.closeParenthesis:
13789
13789
  r && this.missingParenthesis();
13790
13790
  break;
13791
- case _.openSquare:
13791
+ case S.openSquare:
13792
13792
  this.attribute();
13793
13793
  break;
13794
- case _.dollar:
13795
- case _.caret:
13796
- case _.equals:
13797
- case _.word:
13794
+ case S.dollar:
13795
+ case S.caret:
13796
+ case S.equals:
13797
+ case S.word:
13798
13798
  this.word();
13799
13799
  break;
13800
- case _.colon:
13800
+ case S.colon:
13801
13801
  this.pseudo();
13802
13802
  break;
13803
- case _.comma:
13803
+ case S.comma:
13804
13804
  this.comma();
13805
13805
  break;
13806
- case _.asterisk:
13806
+ case S.asterisk:
13807
13807
  this.universal();
13808
13808
  break;
13809
- case _.ampersand:
13809
+ case S.ampersand:
13810
13810
  this.nesting();
13811
13811
  break;
13812
- case _.slash:
13813
- case _.combinator:
13812
+ case S.slash:
13813
+ case S.combinator:
13814
13814
  this.combinator();
13815
13815
  break;
13816
- case _.str:
13816
+ case S.str:
13817
13817
  this.string();
13818
13818
  break;
13819
- case _.closeSquare:
13819
+ case S.closeSquare:
13820
13820
  this.missingSquareBracket();
13821
- case _.semicolon:
13821
+ case S.semicolon:
13822
13822
  this.missingBackslash();
13823
13823
  default:
13824
13824
  this.unexpected();
@@ -13838,7 +13838,7 @@ var js = T((cr, Gs) => {
13838
13838
  return this.options.lossy ? i ? " " : "" : r;
13839
13839
  }, t.parseParenthesisToken = function(r) {
13840
13840
  var i = this.content(r);
13841
- return r[w.FIELDS.TYPE] === _.space ? this.requiredSpace(i) : i;
13841
+ return r[w.FIELDS.TYPE] === S.space ? this.requiredSpace(i) : i;
13842
13842
  }, t.newNode = function(r, i) {
13843
13843
  return i && (/^ +$/.test(i) && (this.options.lossy || (this.spaces = (this.spaces || "") + i), i = true), r.namespace = i, wt(r, "namespace")), this.spaces && (r.spaces.before = this.spaces, this.spaces = ""), this.current.append(r);
13844
13844
  }, t.content = function(r) {
@@ -13940,8 +13940,8 @@ var Ys = T((J) => {
13940
13940
  "use strict";
13941
13941
  J.__esModule = true;
13942
13942
  J.universal = J.tag = J.string = J.selector = J.root = J.pseudo = J.nesting = J.id = J.comment = J.combinator = J.className = J.attribute = void 0;
13943
- var u0 = Se(Oi()), s0 = Se(hi()), a0 = Se(Ri()), l0 = Se(Di()), f0 = Se(bi()), c0 = Se(Mi()), d0 = Se(Ci()), p0 = Se(li()), h0 = Se(ci()), m0 = Se(wi()), D0 = Se(xi()), g0 = Se(Bi());
13944
- function Se(e) {
13943
+ var u0 = _e(Oi()), s0 = _e(hi()), a0 = _e(Ri()), l0 = _e(mi()), f0 = _e(bi()), c0 = _e(Mi()), d0 = _e(Ci()), p0 = _e(li()), h0 = _e(ci()), D0 = _e(wi()), m0 = _e(xi()), g0 = _e(Bi());
13944
+ function _e(e) {
13945
13945
  return e && e.__esModule ? e : { default: e };
13946
13946
  }
13947
13947
  var b0 = function(t) {
@@ -13976,16 +13976,16 @@ var Ys = T((J) => {
13976
13976
  return new p0.default(t);
13977
13977
  };
13978
13978
  J.root = C0;
13979
- var _0 = function(t) {
13979
+ var S0 = function(t) {
13980
13980
  return new h0.default(t);
13981
13981
  };
13982
- J.selector = _0;
13983
- var S0 = function(t) {
13984
- return new m0.default(t);
13982
+ J.selector = S0;
13983
+ var _0 = function(t) {
13984
+ return new D0.default(t);
13985
13985
  };
13986
- J.string = S0;
13986
+ J.string = _0;
13987
13987
  var k0 = function(t) {
13988
- return new D0.default(t);
13988
+ return new m0.default(t);
13989
13989
  };
13990
13990
  J.tag = k0;
13991
13991
  var T0 = function(t) {
@@ -13993,15 +13993,15 @@ var Ys = T((J) => {
13993
13993
  };
13994
13994
  J.universal = T0;
13995
13995
  });
13996
- var Js = T((U) => {
13996
+ var Js = T((z) => {
13997
13997
  "use strict";
13998
- U.__esModule = true;
13999
- U.isNode = Vi;
14000
- U.isPseudoElement = Ks;
14001
- U.isPseudoClass = W0;
14002
- U.isContainer = q0;
14003
- U.isNamespace = U0;
14004
- U.isUniversal = U.isTag = U.isString = U.isSelector = U.isRoot = U.isPseudo = U.isNesting = U.isIdentifier = U.isComment = U.isCombinator = U.isClassName = U.isAttribute = void 0;
13998
+ z.__esModule = true;
13999
+ z.isNode = Vi;
14000
+ z.isPseudoElement = Ks;
14001
+ z.isPseudoClass = W0;
14002
+ z.isContainer = q0;
14003
+ z.isNamespace = z0;
14004
+ z.isUniversal = z.isTag = z.isString = z.isSelector = z.isRoot = z.isPseudo = z.isNesting = z.isIdentifier = z.isComment = z.isCombinator = z.isClassName = z.isAttribute = void 0;
14005
14005
  var ne = pe(), ye, A0 = (ye = {}, ye[ne.ATTRIBUTE] = true, ye[ne.CLASS] = true, ye[ne.COMBINATOR] = true, ye[ne.COMMENT] = true, ye[ne.ID] = true, ye[ne.NESTING] = true, ye[ne.PSEUDO] = true, ye[ne.ROOT] = true, ye[ne.SELECTOR] = true, ye[ne.STRING] = true, ye[ne.TAG] = true, ye[ne.UNIVERSAL] = true, ye);
14006
14006
  function Vi(e) {
14007
14007
  return typeof e == "object" && A0[e.type];
@@ -14010,29 +14010,29 @@ var Js = T((U) => {
14010
14010
  return Vi(t) && t.type === e;
14011
14011
  }
14012
14012
  var Xs = ke.bind(null, ne.ATTRIBUTE);
14013
- U.isAttribute = Xs;
14013
+ z.isAttribute = Xs;
14014
14014
  var O0 = ke.bind(null, ne.CLASS);
14015
- U.isClassName = O0;
14015
+ z.isClassName = O0;
14016
14016
  var P0 = ke.bind(null, ne.COMBINATOR);
14017
- U.isCombinator = P0;
14017
+ z.isCombinator = P0;
14018
14018
  var B0 = ke.bind(null, ne.COMMENT);
14019
- U.isComment = B0;
14019
+ z.isComment = B0;
14020
14020
  var I0 = ke.bind(null, ne.ID);
14021
- U.isIdentifier = I0;
14021
+ z.isIdentifier = I0;
14022
14022
  var R0 = ke.bind(null, ne.NESTING);
14023
- U.isNesting = R0;
14023
+ z.isNesting = R0;
14024
14024
  var Yi = ke.bind(null, ne.PSEUDO);
14025
- U.isPseudo = Yi;
14025
+ z.isPseudo = Yi;
14026
14026
  var L0 = ke.bind(null, ne.ROOT);
14027
- U.isRoot = L0;
14027
+ z.isRoot = L0;
14028
14028
  var M0 = ke.bind(null, ne.SELECTOR);
14029
- U.isSelector = M0;
14029
+ z.isSelector = M0;
14030
14030
  var N0 = ke.bind(null, ne.STRING);
14031
- U.isString = N0;
14031
+ z.isString = N0;
14032
14032
  var Qs = ke.bind(null, ne.TAG);
14033
- U.isTag = Qs;
14033
+ z.isTag = Qs;
14034
14034
  var $0 = ke.bind(null, ne.UNIVERSAL);
14035
- U.isUniversal = $0;
14035
+ z.isUniversal = $0;
14036
14036
  function Ks(e) {
14037
14037
  return Yi(e) && e.value && (e.value.startsWith("::") || e.value.toLowerCase() === ":before" || e.value.toLowerCase() === ":after" || e.value.toLowerCase() === ":first-letter" || e.value.toLowerCase() === ":first-line");
14038
14038
  }
@@ -14042,7 +14042,7 @@ var Js = T((U) => {
14042
14042
  function q0(e) {
14043
14043
  return !!(Vi(e) && e.walk);
14044
14044
  }
14045
- function U0(e) {
14045
+ function z0(e) {
14046
14046
  return Xs(e) || Qs(e);
14047
14047
  }
14048
14048
  });
@@ -14066,7 +14066,7 @@ var ra = T((pr, ta) => {
14066
14066
  "use strict";
14067
14067
  pr.__esModule = true;
14068
14068
  pr.default = void 0;
14069
- var z0 = H0(Vs()), G0 = j0(Zs());
14069
+ var U0 = H0(Vs()), G0 = j0(Zs());
14070
14070
  function ea() {
14071
14071
  if (typeof WeakMap != "function")
14072
14072
  return null;
@@ -14095,7 +14095,7 @@ var ra = T((pr, ta) => {
14095
14095
  return e && e.__esModule ? e : { default: e };
14096
14096
  }
14097
14097
  var Ji = function(t) {
14098
- return new z0.default(t);
14098
+ return new U0.default(t);
14099
14099
  };
14100
14100
  Object.assign(Ji, G0);
14101
14101
  delete Ji.__esModule;
@@ -14111,7 +14111,7 @@ var na = T((Zi) => {
14111
14111
  return e.replace(/\\,/g, "\\2c ");
14112
14112
  }
14113
14113
  });
14114
- var oa = T((mb, ia) => {
14114
+ var oa = T((bb, ia) => {
14115
14115
  "use strict";
14116
14116
  ia.exports = { aliceblue: [240, 248, 255], antiquewhite: [250, 235, 215], aqua: [0, 255, 255], aquamarine: [127, 255, 212], azure: [240, 255, 255], beige: [245, 245, 220], bisque: [255, 228, 196], black: [0, 0, 0], blanchedalmond: [255, 235, 205], blue: [0, 0, 255], blueviolet: [138, 43, 226], brown: [165, 42, 42], burlywood: [222, 184, 135], cadetblue: [95, 158, 160], chartreuse: [127, 255, 0], chocolate: [210, 105, 30], coral: [255, 127, 80], cornflowerblue: [100, 149, 237], cornsilk: [255, 248, 220], crimson: [220, 20, 60], cyan: [0, 255, 255], darkblue: [0, 0, 139], darkcyan: [0, 139, 139], darkgoldenrod: [184, 134, 11], darkgray: [169, 169, 169], darkgreen: [0, 100, 0], darkgrey: [169, 169, 169], darkkhaki: [189, 183, 107], darkmagenta: [139, 0, 139], darkolivegreen: [85, 107, 47], darkorange: [255, 140, 0], darkorchid: [153, 50, 204], darkred: [139, 0, 0], darksalmon: [233, 150, 122], darkseagreen: [143, 188, 143], darkslateblue: [72, 61, 139], darkslategray: [47, 79, 79], darkslategrey: [47, 79, 79], darkturquoise: [0, 206, 209], darkviolet: [148, 0, 211], deeppink: [255, 20, 147], deepskyblue: [0, 191, 255], dimgray: [105, 105, 105], dimgrey: [105, 105, 105], dodgerblue: [30, 144, 255], firebrick: [178, 34, 34], floralwhite: [255, 250, 240], forestgreen: [34, 139, 34], fuchsia: [255, 0, 255], gainsboro: [220, 220, 220], ghostwhite: [248, 248, 255], gold: [255, 215, 0], goldenrod: [218, 165, 32], gray: [128, 128, 128], green: [0, 128, 0], greenyellow: [173, 255, 47], grey: [128, 128, 128], honeydew: [240, 255, 240], hotpink: [255, 105, 180], indianred: [205, 92, 92], indigo: [75, 0, 130], ivory: [255, 255, 240], khaki: [240, 230, 140], lavender: [230, 230, 250], lavenderblush: [255, 240, 245], lawngreen: [124, 252, 0], lemonchiffon: [255, 250, 205], lightblue: [173, 216, 230], lightcoral: [240, 128, 128], lightcyan: [224, 255, 255], lightgoldenrodyellow: [250, 250, 210], lightgray: [211, 211, 211], lightgreen: [144, 238, 144], lightgrey: [211, 211, 211], lightpink: [255, 182, 193], lightsalmon: [255, 160, 122], lightseagreen: [32, 178, 170], lightskyblue: [135, 206, 250], lightslategray: [119, 136, 153], lightslategrey: [119, 136, 153], lightsteelblue: [176, 196, 222], lightyellow: [255, 255, 224], lime: [0, 255, 0], limegreen: [50, 205, 50], linen: [250, 240, 230], magenta: [255, 0, 255], maroon: [128, 0, 0], mediumaquamarine: [102, 205, 170], mediumblue: [0, 0, 205], mediumorchid: [186, 85, 211], mediumpurple: [147, 112, 219], mediumseagreen: [60, 179, 113], mediumslateblue: [123, 104, 238], mediumspringgreen: [0, 250, 154], mediumturquoise: [72, 209, 204], mediumvioletred: [199, 21, 133], midnightblue: [25, 25, 112], mintcream: [245, 255, 250], mistyrose: [255, 228, 225], moccasin: [255, 228, 181], navajowhite: [255, 222, 173], navy: [0, 0, 128], oldlace: [253, 245, 230], olive: [128, 128, 0], olivedrab: [107, 142, 35], orange: [255, 165, 0], orangered: [255, 69, 0], orchid: [218, 112, 214], palegoldenrod: [238, 232, 170], palegreen: [152, 251, 152], paleturquoise: [175, 238, 238], palevioletred: [219, 112, 147], papayawhip: [255, 239, 213], peachpuff: [255, 218, 185], peru: [205, 133, 63], pink: [255, 192, 203], plum: [221, 160, 221], powderblue: [176, 224, 230], purple: [128, 0, 128], rebeccapurple: [102, 51, 153], red: [255, 0, 0], rosybrown: [188, 143, 143], royalblue: [65, 105, 225], saddlebrown: [139, 69, 19], salmon: [250, 128, 114], sandybrown: [244, 164, 96], seagreen: [46, 139, 87], seashell: [255, 245, 238], sienna: [160, 82, 45], silver: [192, 192, 192], skyblue: [135, 206, 235], slateblue: [106, 90, 205], slategray: [112, 128, 144], slategrey: [112, 128, 144], snow: [255, 250, 250], springgreen: [0, 255, 127], steelblue: [70, 130, 180], tan: [210, 180, 140], teal: [0, 128, 128], thistle: [216, 191, 216], tomato: [255, 99, 71], turquoise: [64, 224, 208], violet: [238, 130, 238], wheat: [245, 222, 179], white: [255, 255, 255], whitesmoke: [245, 245, 245], yellow: [255, 255, 0], yellowgreen: [154, 205, 50] };
14117
14117
  });
@@ -14246,7 +14246,7 @@ var ha = T((oo) => {
14246
14246
  o ? yield e.substring(i) : yield e;
14247
14247
  }
14248
14248
  });
14249
- var Da = T((uo) => {
14249
+ var ma = T((uo) => {
14250
14250
  "use strict";
14251
14251
  Object.defineProperty(uo, "__esModule", { value: true });
14252
14252
  function hh(e, t) {
@@ -14254,12 +14254,12 @@ var Da = T((uo) => {
14254
14254
  Object.defineProperty(e, n, { enumerable: true, get: t[n] });
14255
14255
  }
14256
14256
  hh(uo, { parseBoxShadowValue: () => bh, formatBoxShadowValue: () => vh });
14257
- var mh = ha(), Dh = /* @__PURE__ */ new Set(["inset", "inherit", "initial", "revert", "unset"]), gh = /\ +(?![^(]*\))/g, ma = /^-?(\d+|\.\d+)(.*?)$/g;
14257
+ var Dh = ha(), mh = /* @__PURE__ */ new Set(["inset", "inherit", "initial", "revert", "unset"]), gh = /\ +(?![^(]*\))/g, Da = /^-?(\d+|\.\d+)(.*?)$/g;
14258
14258
  function bh(e) {
14259
- return Array.from((0, mh.splitAtTopLevelOnly)(e, ",")).map((n) => {
14259
+ return Array.from((0, Dh.splitAtTopLevelOnly)(e, ",")).map((n) => {
14260
14260
  let r = n.trim(), i = { raw: r }, o = r.split(gh), u = /* @__PURE__ */ new Set();
14261
14261
  for (let s of o)
14262
- ma.lastIndex = 0, !u.has("KEYWORD") && Dh.has(s) ? (i.keyword = s, u.add("KEYWORD")) : ma.test(s) ? u.has("X") ? u.has("Y") ? u.has("BLUR") ? u.has("SPREAD") || (i.spread = s, u.add("SPREAD")) : (i.blur = s, u.add("BLUR")) : (i.y = s, u.add("Y")) : (i.x = s, u.add("X")) : i.color ? (i.unknown || (i.unknown = []), i.unknown.push(s)) : i.color = s;
14262
+ Da.lastIndex = 0, !u.has("KEYWORD") && mh.has(s) ? (i.keyword = s, u.add("KEYWORD")) : Da.test(s) ? u.has("X") ? u.has("Y") ? u.has("BLUR") ? u.has("SPREAD") || (i.spread = s, u.add("SPREAD")) : (i.blur = s, u.add("BLUR")) : (i.y = s, u.add("Y")) : (i.x = s, u.add("X")) : i.color ? (i.unknown || (i.unknown = []), i.unknown.push(s)) : i.color = s;
14263
14263
  return i.valid = i.x !== void 0 && i.y !== void 0, i;
14264
14264
  });
14265
14265
  }
@@ -14274,8 +14274,8 @@ var wa = T((ao) => {
14274
14274
  for (var n in t)
14275
14275
  Object.defineProperty(e, n, { enumerable: true, get: t[n] });
14276
14276
  }
14277
- yh(ao, { normalize: () => tt, url: () => va, number: () => wh, percentage: () => ya, length: () => xa, lineWidth: () => _h, shadow: () => Sh, color: () => kh, image: () => Th, gradient: () => Fa, position: () => Ph, familyName: () => Bh, genericName: () => Rh, absoluteSize: () => Mh, relativeSize: () => $h });
14278
- var xh = to(), Fh = Da(), so = ["min", "max", "clamp", "calc"], ba = /,(?![^(]*\))/g, dn = /_(?![^(]*\))/g;
14277
+ yh(ao, { normalize: () => tt, url: () => va, number: () => wh, percentage: () => ya, length: () => xa, lineWidth: () => Sh, shadow: () => _h, color: () => kh, image: () => Th, gradient: () => Fa, position: () => Ph, familyName: () => Bh, genericName: () => Rh, absoluteSize: () => Mh, relativeSize: () => $h });
14278
+ var xh = to(), Fh = ma(), so = ["min", "max", "clamp", "calc"], ba = /,(?![^(]*\))/g, dn = /_(?![^(]*\))/g;
14279
14279
  function tt(e, t = true) {
14280
14280
  return e.includes("url(") ? e.split(/(url\(.*?\))/g).filter(Boolean).map((n) => /^url\(.*?\)$/.test(n) ? n : tt(n, false)).join("") : (e = e.replace(/([^\\])_+/g, (n, r) => r + " ".repeat(n.length - 1)).replace(/^_/g, " ").replace(/\\_/g, "_"), t && (e = e.trim()), e = e.replace(/(calc|min|max|clamp)\(.+\)/g, (n) => n.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g, "$1 $2 ")), e);
14281
14281
  }
@@ -14293,10 +14293,10 @@ var wa = T((ao) => {
14293
14293
  return e.split(dn).every((t) => t === "0" || new RegExp(`${ga}$`).test(t) || so.some((n) => new RegExp(`^${n}\\(.+?${ga}`).test(t)));
14294
14294
  }
14295
14295
  var Ch = /* @__PURE__ */ new Set(["thin", "medium", "thick"]);
14296
- function _h(e) {
14296
+ function Sh(e) {
14297
14297
  return Ch.has(e);
14298
14298
  }
14299
- function Sh(e) {
14299
+ function _h(e) {
14300
14300
  let t = (0, Fh.parseBoxShadowValue)(tt(e));
14301
14301
  for (let n of t)
14302
14302
  if (!n.valid)
@@ -14348,21 +14348,21 @@ var Oa = T((co) => {
14348
14348
  for (var n in t)
14349
14349
  Object.defineProperty(e, n, { enumerable: true, get: t[n] });
14350
14350
  }
14351
- Wh(co, { updateAllClasses: () => zh, asValue: () => Dr, parseColorFormat: () => lo, asColor: () => ka, asLookupValue: () => Ta, coerceValue: () => Vh });
14352
- var qh = fo(ra()), Uh = fo(na()), Ea = no(), xe = wa(), Ca = fo(Xn());
14351
+ Wh(co, { updateAllClasses: () => Uh, asValue: () => mr, parseColorFormat: () => lo, asColor: () => ka, asLookupValue: () => Ta, coerceValue: () => Vh });
14352
+ var qh = fo(ra()), zh = fo(na()), Ea = no(), xe = wa(), Ca = fo(Xn());
14353
14353
  function fo(e) {
14354
14354
  return e && e.__esModule ? e : { default: e };
14355
14355
  }
14356
- function zh(e, t) {
14356
+ function Uh(e, t) {
14357
14357
  return (0, qh.default)((i) => {
14358
14358
  i.walkClasses((o) => {
14359
14359
  let u = t(o.value);
14360
- o.value = u, o.raws && o.raws.value && (o.raws.value = (0, Uh.default)(o.raws.value));
14360
+ o.value = u, o.raws && o.raws.value && (o.raws.value = (0, zh.default)(o.raws.value));
14361
14361
  });
14362
14362
  }).processSync(e);
14363
14363
  }
14364
- function Sa(e, t) {
14365
- if (!mr(e))
14364
+ function _a2(e, t) {
14365
+ if (!Dr(e))
14366
14366
  return;
14367
14367
  let n = e.slice(1, -1);
14368
14368
  if (t(n))
@@ -14372,17 +14372,17 @@ var Oa = T((co) => {
14372
14372
  let r = t[e];
14373
14373
  if (r !== void 0)
14374
14374
  return (0, Ca.default)(r);
14375
- if (mr(e)) {
14376
- let i = Sa(e, n);
14375
+ if (Dr(e)) {
14376
+ let i = _a2(e, n);
14377
14377
  return i === void 0 ? void 0 : (0, Ca.default)(i);
14378
14378
  }
14379
14379
  }
14380
- function Dr(e, t = {}, { validate: n = () => true } = {}) {
14380
+ function mr(e, t = {}, { validate: n = () => true } = {}) {
14381
14381
  var r;
14382
14382
  let i = (r = t.values) === null || r === void 0 ? void 0 : r[e];
14383
- return i !== void 0 ? i : t.supportsNegativeValues && e.startsWith("-") ? Gh(e.slice(1), t.values, n) : Sa(e, n);
14383
+ return i !== void 0 ? i : t.supportsNegativeValues && e.startsWith("-") ? Gh(e.slice(1), t.values, n) : _a2(e, n);
14384
14384
  }
14385
- function mr(e) {
14385
+ function Dr(e) {
14386
14386
  return e.startsWith("[") && e.endsWith("]");
14387
14387
  }
14388
14388
  function jh(e) {
@@ -14405,32 +14405,32 @@ var Oa = T((co) => {
14405
14405
  let [o, u] = jh(e);
14406
14406
  if (u !== void 0) {
14407
14407
  var s, a, l, f;
14408
- let c = (f = (s = t.values) === null || s === void 0 ? void 0 : s[o]) !== null && f !== void 0 ? f : mr(o) ? o.slice(1, -1) : void 0;
14409
- return c === void 0 ? void 0 : (c = lo(c), mr(u) ? (0, Ea.withAlphaValue)(c, u.slice(1, -1)) : ((a = n.theme) === null || a === void 0 || (l = a.opacity) === null || l === void 0 ? void 0 : l[u]) === void 0 ? void 0 : (0, Ea.withAlphaValue)(c, n.theme.opacity[u]));
14408
+ let c = (f = (s = t.values) === null || s === void 0 ? void 0 : s[o]) !== null && f !== void 0 ? f : Dr(o) ? o.slice(1, -1) : void 0;
14409
+ return c === void 0 ? void 0 : (c = lo(c), Dr(u) ? (0, Ea.withAlphaValue)(c, u.slice(1, -1)) : ((a = n.theme) === null || a === void 0 || (l = a.opacity) === null || l === void 0 ? void 0 : l[u]) === void 0 ? void 0 : (0, Ea.withAlphaValue)(c, n.theme.opacity[u]));
14410
14410
  }
14411
- return Dr(e, t, { validate: xe.color });
14411
+ return mr(e, t, { validate: xe.color });
14412
14412
  }
14413
14413
  function Ta(e, t = {}) {
14414
14414
  var n;
14415
14415
  return (n = t.values) === null || n === void 0 ? void 0 : n[e];
14416
14416
  }
14417
14417
  function Te(e) {
14418
- return (t, n) => Dr(t, n, { validate: e });
14418
+ return (t, n) => mr(t, n, { validate: e });
14419
14419
  }
14420
- var Aa = { any: Dr, color: ka, url: Te(xe.url), image: Te(xe.image), length: Te(xe.length), percentage: Te(xe.percentage), position: Te(xe.position), lookup: Ta, "generic-name": Te(xe.genericName), "family-name": Te(xe.familyName), number: Te(xe.number), "line-width": Te(xe.lineWidth), "absolute-size": Te(xe.absoluteSize), "relative-size": Te(xe.relativeSize), shadow: Te(xe.shadow) }, _a2 = Object.keys(Aa);
14420
+ var Aa = { any: mr, color: ka, url: Te(xe.url), image: Te(xe.image), length: Te(xe.length), percentage: Te(xe.percentage), position: Te(xe.position), lookup: Ta, "generic-name": Te(xe.genericName), "family-name": Te(xe.familyName), number: Te(xe.number), "line-width": Te(xe.lineWidth), "absolute-size": Te(xe.absoluteSize), "relative-size": Te(xe.relativeSize), shadow: Te(xe.shadow) }, Sa = Object.keys(Aa);
14421
14421
  function Hh(e, t) {
14422
14422
  let n = e.indexOf(t);
14423
14423
  return n === -1 ? [void 0, e] : [e.slice(0, n), e.slice(n + 1)];
14424
14424
  }
14425
14425
  function Vh(e, t, n, r) {
14426
- if (mr(t)) {
14426
+ if (Dr(t)) {
14427
14427
  let i = t.slice(1, -1), [o, u] = Hh(i, ":");
14428
14428
  if (!/^[\w-_]+$/g.test(o))
14429
14429
  u = i;
14430
- else if (o !== void 0 && !_a2.includes(o))
14430
+ else if (o !== void 0 && !Sa.includes(o))
14431
14431
  return [];
14432
- if (u.length > 0 && _a2.includes(o))
14433
- return [Dr(`[${u}]`, n), o];
14432
+ if (u.length > 0 && Sa.includes(o))
14433
+ return [mr(`[${u}]`, n), o];
14434
14434
  }
14435
14435
  for (let i of [].concat(e)) {
14436
14436
  let o = Aa[i](t, n, { tailwindConfig: r });
@@ -14448,11 +14448,11 @@ var Pa = T((po) => {
14448
14448
  return typeof e == "function" ? e({}) : e;
14449
14449
  }
14450
14450
  });
14451
- var Ma = T((mo) => {
14451
+ var Ma = T((Do) => {
14452
14452
  "use strict";
14453
- Object.defineProperty(mo, "__esModule", { value: true });
14454
- Object.defineProperty(mo, "default", { enumerable: true, get: () => hm });
14455
- var Xh = lt(Xn()), Qh = lt(Wu()), Kh = lt(qu()), Jh = lt(Jn()), Zh = lt(zu()), Ra = Gu(), Ba = ju(), em = Vu(), tm = lt(Yu()), rm = Xu(), nm = Oa(), im = no(), om = lt(Pa());
14453
+ Object.defineProperty(Do, "__esModule", { value: true });
14454
+ Object.defineProperty(Do, "default", { enumerable: true, get: () => hD });
14455
+ var Xh = lt(Xn()), Qh = lt(Wu()), Kh = lt(qu()), Jh = lt(Jn()), Zh = lt(Uu()), Ra = Gu(), Ba = ju(), eD = Vu(), tD = lt(Yu()), rD = Xu(), nD = Oa(), iD = no(), oD = lt(Pa());
14456
14456
  function lt(e) {
14457
14457
  return e && e.__esModule ? e : { default: e };
14458
14458
  }
@@ -14479,14 +14479,14 @@ var Ma = T((mo) => {
14479
14479
  }, breakpoints(e) {
14480
14480
  return Object.keys(e).filter((t) => typeof e[t] == "string").reduce((t, n) => ({ ...t, [`screen-${n}`]: e[n] }), {});
14481
14481
  } };
14482
- function um(e, ...t) {
14482
+ function uD(e, ...t) {
14483
14483
  return Et(e) ? e(...t) : e;
14484
14484
  }
14485
- function sm(e) {
14485
+ function sD(e) {
14486
14486
  return e.reduce((t, { extend: n }) => br(t, n, (r, i) => r === void 0 ? [i] : Array.isArray(r) ? [i, ...r] : [i, r]), {});
14487
14487
  }
14488
- function am(e) {
14489
- return { ...e.reduce((t, n) => (0, Ra.defaults)(t, n), {}), extend: sm(e) };
14488
+ function aD(e) {
14489
+ return { ...e.reduce((t, n) => (0, Ra.defaults)(t, n), {}), extend: sD(e) };
14490
14490
  }
14491
14491
  function Ia(e, t) {
14492
14492
  if (Array.isArray(e) && gr(e[0]))
@@ -14496,10 +14496,10 @@ var Ma = T((mo) => {
14496
14496
  if (Array.isArray(t))
14497
14497
  return t;
14498
14498
  }
14499
- function lm({ extend: e, ...t }) {
14500
- return br(t, e, (n, r) => !Et(n) && !r.some(Et) ? br({}, n, ...r, Ia) : (i, o) => br({}, ...[n, ...r].map((u) => um(u, i, o)), Ia));
14499
+ function lD({ extend: e, ...t }) {
14500
+ return br(t, e, (n, r) => !Et(n) && !r.some(Et) ? br({}, n, ...r, Ia) : (i, o) => br({}, ...[n, ...r].map((u) => uD(u, i, o)), Ia));
14501
14501
  }
14502
- function* fm(e) {
14502
+ function* fD(e) {
14503
14503
  let t = (0, Ba.toPath)(e);
14504
14504
  if (t.length === 0 || (yield t, Array.isArray(e)))
14505
14505
  return;
@@ -14509,18 +14509,18 @@ var Ma = T((mo) => {
14509
14509
  u.alpha = o, yield u;
14510
14510
  }
14511
14511
  }
14512
- function cm(e) {
14512
+ function cD(e) {
14513
14513
  let t = (n, r) => {
14514
- for (let i of fm(n)) {
14514
+ for (let i of fD(n)) {
14515
14515
  let o = 0, u = e;
14516
14516
  for (; u != null && o < i.length; )
14517
14517
  u = u[i[o++]], u = Et(u) && (i.alpha === void 0 || o <= i.length - 1) ? u(t, ho) : u;
14518
14518
  if (u !== void 0) {
14519
14519
  if (i.alpha !== void 0) {
14520
- let s = (0, nm.parseColorFormat)(u);
14521
- return (0, im.withAlphaValue)(s, i.alpha, (0, om.default)(s));
14520
+ let s = (0, nD.parseColorFormat)(u);
14521
+ return (0, iD.withAlphaValue)(s, i.alpha, (0, oD.default)(s));
14522
14522
  }
14523
- return (0, tm.default)(u) ? (0, rm.cloneDeep)(u) : u;
14523
+ return (0, tD.default)(u) ? (0, rD.cloneDeep)(u) : u;
14524
14524
  }
14525
14525
  }
14526
14526
  return r;
@@ -14540,38 +14540,38 @@ var Ma = T((mo) => {
14540
14540
  });
14541
14541
  }), t;
14542
14542
  }
14543
- function dm(e) {
14543
+ function dD(e) {
14544
14544
  return [...e].reduceRight((n, r) => Et(r) ? r({ corePlugins: n }) : (0, Kh.default)(r, n), Qh.default);
14545
14545
  }
14546
- function pm(e) {
14546
+ function pD(e) {
14547
14547
  return [...e].reduceRight((n, r) => [...n, ...r], []);
14548
14548
  }
14549
- function hm(e) {
14549
+ function hD(e) {
14550
14550
  let t = [...La(e), { prefix: "", important: false, separator: ":", variantOrder: Jh.default.variantOrder }];
14551
14551
  var n, r;
14552
- return (0, em.normalizeConfig)((0, Ra.defaults)({ theme: cm(lm(am(t.map((i) => (n = i == null ? void 0 : i.theme) !== null && n !== void 0 ? n : {})))), corePlugins: dm(t.map((i) => i.corePlugins)), plugins: pm(e.map((i) => (r = i == null ? void 0 : i.plugins) !== null && r !== void 0 ? r : [])) }, ...t));
14552
+ return (0, eD.normalizeConfig)((0, Ra.defaults)({ theme: cD(lD(aD(t.map((i) => (n = i == null ? void 0 : i.theme) !== null && n !== void 0 ? n : {})))), corePlugins: dD(t.map((i) => i.corePlugins)), plugins: pD(e.map((i) => (r = i == null ? void 0 : i.plugins) !== null && r !== void 0 ? r : [])) }, ...t));
14553
14553
  }
14554
14554
  });
14555
14555
  var Na = {};
14556
- yn(Na, { default: () => mm });
14557
- var mm;
14556
+ yn(Na, { default: () => DD });
14557
+ var DD;
14558
14558
  var $a = vn(() => {
14559
- mm = { yellow: (e) => e };
14559
+ DD = { yellow: (e) => e };
14560
14560
  });
14561
- var za = T((Do) => {
14561
+ var Ua = T((mo) => {
14562
14562
  "use strict";
14563
- Object.defineProperty(Do, "__esModule", { value: true });
14564
- function Dm(e, t) {
14563
+ Object.defineProperty(mo, "__esModule", { value: true });
14564
+ function mD(e, t) {
14565
14565
  for (var n in t)
14566
14566
  Object.defineProperty(e, n, { enumerable: true, get: t[n] });
14567
14567
  }
14568
- Dm(Do, { flagEnabled: () => vm, issueFlagNotices: () => ym, default: () => xm });
14569
- var gm = Ua(($a(), Ir(Na))), bm = Ua((Qr(), Ir(Xr)));
14570
- function Ua(e) {
14568
+ mD(mo, { flagEnabled: () => vD, issueFlagNotices: () => yD, default: () => xD });
14569
+ var gD = za(($a(), Ir(Na))), bD = za((Qr(), Ir(Xr)));
14570
+ function za(e) {
14571
14571
  return e && e.__esModule ? e : { default: e };
14572
14572
  }
14573
14573
  var Wa = { optimizeUniversalDefaults: false }, vr = { future: ["hoverOnlyWhenSupported", "respectDefaultRingColorOpacity"], experimental: ["optimizeUniversalDefaults", "matchVariant"] };
14574
- function vm(e, t) {
14574
+ function vD(e, t) {
14575
14575
  if (vr.future.includes(t)) {
14576
14576
  var n, r, i;
14577
14577
  return e.future === "all" || ((i = (r = e == null || (n = e.future) === null || n === void 0 ? void 0 : n[t]) !== null && r !== void 0 ? r : Wa[t]) !== null && i !== void 0 ? i : false);
@@ -14588,42 +14588,42 @@ var za = T((Do) => {
14588
14588
  var t;
14589
14589
  return Object.keys((t = e == null ? void 0 : e.experimental) !== null && t !== void 0 ? t : {}).filter((n) => vr.experimental.includes(n) && e.experimental[n]);
14590
14590
  }
14591
- function ym(e) {
14591
+ function yD(e) {
14592
14592
  if (process.env.JEST_WORKER_ID === void 0 && qa(e).length > 0) {
14593
- let t = qa(e).map((n) => gm.default.yellow(n)).join(", ");
14594
- bm.default.warn("experimental-flags-enabled", [`You have enabled experimental features: ${t}`, "Experimental features in Tailwind CSS are not covered by semver, may introduce breaking changes, and can change at any time."]);
14593
+ let t = qa(e).map((n) => gD.default.yellow(n)).join(", ");
14594
+ bD.default.warn("experimental-flags-enabled", [`You have enabled experimental features: ${t}`, "Experimental features in Tailwind CSS are not covered by semver, may introduce breaking changes, and can change at any time."]);
14595
14595
  }
14596
14596
  }
14597
- var xm = vr;
14597
+ var xD = vr;
14598
14598
  });
14599
14599
  var ja = T((go) => {
14600
14600
  "use strict";
14601
14601
  Object.defineProperty(go, "__esModule", { value: true });
14602
14602
  Object.defineProperty(go, "default", { enumerable: true, get: () => Ga });
14603
- var Fm = Em(Jn()), wm = za();
14604
- function Em(e) {
14603
+ var FD = ED(Jn()), wD = Ua();
14604
+ function ED(e) {
14605
14605
  return e && e.__esModule ? e : { default: e };
14606
14606
  }
14607
14607
  function Ga(e) {
14608
14608
  var t;
14609
- let n = ((t = e == null ? void 0 : e.presets) !== null && t !== void 0 ? t : [Fm.default]).slice().reverse().flatMap((o) => Ga(typeof o == "function" ? o() : o)), r = { respectDefaultRingColorOpacity: { theme: { ringColor: { DEFAULT: "#3b82f67f" } } } }, i = Object.keys(r).filter((o) => (0, wm.flagEnabled)(e, o)).map((o) => r[o]);
14609
+ let n = ((t = e == null ? void 0 : e.presets) !== null && t !== void 0 ? t : [FD.default]).slice().reverse().flatMap((o) => Ga(typeof o == "function" ? o() : o)), r = { respectDefaultRingColorOpacity: { theme: { ringColor: { DEFAULT: "#3b82f67f" } } } }, i = Object.keys(r).filter((o) => (0, wD.flagEnabled)(e, o)).map((o) => r[o]);
14610
14610
  return [e, ...i, ...n];
14611
14611
  }
14612
14612
  });
14613
14613
  var Va = T((bo) => {
14614
14614
  "use strict";
14615
14615
  Object.defineProperty(bo, "__esModule", { value: true });
14616
- Object.defineProperty(bo, "default", { enumerable: true, get: () => Sm });
14617
- var Cm = Ha(Ma()), _m = Ha(ja());
14616
+ Object.defineProperty(bo, "default", { enumerable: true, get: () => _D });
14617
+ var CD = Ha(Ma()), SD = Ha(ja());
14618
14618
  function Ha(e) {
14619
14619
  return e && e.__esModule ? e : { default: e };
14620
14620
  }
14621
- function Sm(...e) {
14622
- let [, ...t] = (0, _m.default)(e[0]);
14623
- return (0, Cm.default)([...e, ...t]);
14621
+ function _D(...e) {
14622
+ let [, ...t] = (0, SD.default)(e[0]);
14623
+ return (0, CD.default)([...e, ...t]);
14624
14624
  }
14625
14625
  });
14626
- var Xa = T((kb, Ya) => {
14626
+ var Xa = T((Ob, Ya) => {
14627
14627
  var vo = Va();
14628
14628
  Ya.exports = (vo.__esModule ? vo : { default: vo }).default;
14629
14629
  });
@@ -14667,7 +14667,7 @@ function Fn(e) {
14667
14667
  this.type = "percentage", this.value = xn(e), this.unit = "%";
14668
14668
  return;
14669
14669
  }
14670
- var t = Ul(e);
14670
+ var t = zl(e);
14671
14671
  if (!t) {
14672
14672
  this.type = "number", this.value = xn(e);
14673
14673
  return;
@@ -14694,18 +14694,18 @@ function xn(e) {
14694
14694
  return t;
14695
14695
  }
14696
14696
  var ql = [].concat(Vo, Xo, $l, Yo, Qo);
14697
- function Ul(e) {
14697
+ function zl(e) {
14698
14698
  var t = e.match(/\D+$/), n = t && t[0];
14699
14699
  if (n && ql.indexOf(n) === -1)
14700
14700
  throw new Error("Invalid unit: " + n);
14701
14701
  return n;
14702
14702
  }
14703
- var zl = Object.assign(Rr(Vo, "angle"), Rr(Xo, "frequency"), Rr(Yo, "resolution"), Rr(Qo, "time"));
14703
+ var Ul = Object.assign(Rr(Vo, "angle"), Rr(Xo, "frequency"), Rr(Yo, "resolution"), Rr(Qo, "time"));
14704
14704
  function Rr(e, t) {
14705
14705
  return Object.fromEntries(e.map((n) => [n, t]));
14706
14706
  }
14707
14707
  function Gl(e) {
14708
- return zl[e] || "length";
14708
+ return Ul[e] || "length";
14709
14709
  }
14710
14710
  function bt(e) {
14711
14711
  let t = typeof e;
@@ -14857,7 +14857,7 @@ var Mr = "image/apng";
14857
14857
  var Nr = "image/png";
14858
14858
  var $r = "image/jpeg";
14859
14859
  var Wr = "image/gif";
14860
- var _n = "image/svg+xml";
14860
+ var Sn = "image/svg+xml";
14861
14861
  function au(e) {
14862
14862
  let t = new DataView(e), n = 4, r = t.byteLength;
14863
14863
  for (; n < r; ) {
@@ -14881,7 +14881,7 @@ function fu(e) {
14881
14881
  }
14882
14882
  var Re = tu(100);
14883
14883
  var Cn = /* @__PURE__ */ new Map();
14884
- var Xl = [Nr, Mr, $r, Wr, _n];
14884
+ var Xl = [Nr, Mr, $r, Wr, Sn];
14885
14885
  function Ql(e) {
14886
14886
  let t = "", n = new Uint8Array(e);
14887
14887
  for (let r = 0; r < n.byteLength; r++)
@@ -14936,7 +14936,7 @@ async function yt(e) {
14936
14936
  return console.warn("Image data URI resolved without size:" + e), [e];
14937
14937
  }
14938
14938
  let { imageType: o, encodingType: u, dataString: s } = i;
14939
- if (o === _n) {
14939
+ if (o === Sn) {
14940
14940
  let a = u === "base64" ? atob(s) : decodeURIComponent(s.replace(/ /g, "%20")), l = u === "base64" ? e : `data:image/svg+xml;base64,${btoa(a)}`, f = uu(e, a);
14941
14941
  return Re.set(e, [l, ...f]), [l, ...f];
14942
14942
  } else if (u === "base64") {
@@ -14981,7 +14981,7 @@ async function yt(e) {
14981
14981
  return Cn.set(n, r), r;
14982
14982
  }
14983
14983
  function Jl(e) {
14984
- return [255, 216, 255].every((t, n) => e[n] === t) ? $r : [137, 80, 78, 71, 13, 10, 26, 10].every((t, n) => e[n] === t) ? Zl(e) ? Mr : Nr : [71, 73, 70, 56].every((t, n) => e[n] === t) ? Wr : [82, 73, 70, 70, 0, 0, 0, 0, 87, 69, 66, 80].every((t, n) => !t || e[n] === t) ? Yl : [60, 63, 120, 109, 108].every((t, n) => e[n] === t) ? _n : [0, 0, 0, 0, 102, 116, 121, 112, 97, 118, 105, 102].every((t, n) => !t || e[n] === t) ? Vl : null;
14984
+ return [255, 216, 255].every((t, n) => e[n] === t) ? $r : [137, 80, 78, 71, 13, 10, 26, 10].every((t, n) => e[n] === t) ? Zl(e) ? Mr : Nr : [71, 73, 70, 56].every((t, n) => e[n] === t) ? Wr : [82, 73, 70, 70, 0, 0, 0, 0, 87, 69, 66, 80].every((t, n) => !t || e[n] === t) ? Yl : [60, 63, 120, 109, 108].every((t, n) => e[n] === t) ? Sn : [0, 0, 0, 0, 102, 116, 121, 112, 97, 118, 105, 102].every((t, n) => !t || e[n] === t) ? Vl : null;
14985
14985
  }
14986
14986
  function Zl(e) {
14987
14987
  let t = new DataView(e.buffer), n, r, i = 8, o = false;
@@ -14992,7 +14992,7 @@ function Zl(e) {
14992
14992
  }
14993
14993
  return o;
14994
14994
  }
14995
- var Sn = { accentHeight: "accent-height", alignmentBaseline: "alignment-baseline", arabicForm: "arabic-form", baselineShift: "baseline-shift", capHeight: "cap-height", clipPath: "clip-path", clipRule: "clip-rule", colorInterpolation: "color-interpolation", colorInterpolationFilters: "color-interpolation-filters", colorProfile: "color-profile", colorRendering: "color-rendering", dominantBaseline: "dominant-baseline", enableBackground: "enable-background", fillOpacity: "fill-opacity", fillRule: "fill-rule", floodColor: "flood-color", floodOpacity: "flood-opacity", fontFamily: "font-family", fontSize: "font-size", fontSizeAdjust: "font-size-adjust", fontStretch: "font-stretch", fontStyle: "font-style", fontVariant: "font-variant", fontWeight: "font-weight", glyphName: "glyph-name", glyphOrientationHorizontal: "glyph-orientation-horizontal", glyphOrientationVertical: "glyph-orientation-vertical", horizAdvX: "horiz-adv-x", horizOriginX: "horiz-origin-x", href: "href", imageRendering: "image-rendering", letterSpacing: "letter-spacing", lightingColor: "lighting-color", markerEnd: "marker-end", markerMid: "marker-mid", markerStart: "marker-start", overlinePosition: "overline-position", overlineThickness: "overline-thickness", paintOrder: "paint-order", panose1: "panose-1", pointerEvents: "pointer-events", renderingIntent: "rendering-intent", shapeRendering: "shape-rendering", stopColor: "stop-color", stopOpacity: "stop-opacity", strikethroughPosition: "strikethrough-position", strikethroughThickness: "strikethrough-thickness", strokeDasharray: "stroke-dasharray", strokeDashoffset: "stroke-dashoffset", strokeLinecap: "stroke-linecap", strokeLinejoin: "stroke-linejoin", strokeMiterlimit: "stroke-miterlimit", strokeOpacity: "stroke-opacity", strokeWidth: "stroke-width", textAnchor: "text-anchor", textDecoration: "text-decoration", textRendering: "text-rendering", underlinePosition: "underline-position", underlineThickness: "underline-thickness", unicodeBidi: "unicode-bidi", unicodeRange: "unicode-range", unitsPerEm: "units-per-em", vAlphabetic: "v-alphabetic", vHanging: "v-hanging", vIdeographic: "v-ideographic", vMathematical: "v-mathematical", vectorEffect: "vector-effect", vertAdvY: "vert-adv-y", vertOriginX: "vert-origin-x", vertOriginY: "vert-origin-y", wordSpacing: "word-spacing", writingMode: "writing-mode", xHeight: "x-height", xlinkActuate: "xlink:actuate", xlinkArcrole: "xlink:arcrole", xlinkHref: "xlink:href", xlinkRole: "xlink:role", xlinkShow: "xlink:show", xlinkTitle: "xlink:title", xlinkType: "xlink:type", xmlBase: "xml:base", xmlLang: "xml:lang", xmlSpace: "xml:space", xmlnsXlink: "xmlns:xlink" };
14995
+ var _n = { accentHeight: "accent-height", alignmentBaseline: "alignment-baseline", arabicForm: "arabic-form", baselineShift: "baseline-shift", capHeight: "cap-height", clipPath: "clip-path", clipRule: "clip-rule", colorInterpolation: "color-interpolation", colorInterpolationFilters: "color-interpolation-filters", colorProfile: "color-profile", colorRendering: "color-rendering", dominantBaseline: "dominant-baseline", enableBackground: "enable-background", fillOpacity: "fill-opacity", fillRule: "fill-rule", floodColor: "flood-color", floodOpacity: "flood-opacity", fontFamily: "font-family", fontSize: "font-size", fontSizeAdjust: "font-size-adjust", fontStretch: "font-stretch", fontStyle: "font-style", fontVariant: "font-variant", fontWeight: "font-weight", glyphName: "glyph-name", glyphOrientationHorizontal: "glyph-orientation-horizontal", glyphOrientationVertical: "glyph-orientation-vertical", horizAdvX: "horiz-adv-x", horizOriginX: "horiz-origin-x", href: "href", imageRendering: "image-rendering", letterSpacing: "letter-spacing", lightingColor: "lighting-color", markerEnd: "marker-end", markerMid: "marker-mid", markerStart: "marker-start", overlinePosition: "overline-position", overlineThickness: "overline-thickness", paintOrder: "paint-order", panose1: "panose-1", pointerEvents: "pointer-events", renderingIntent: "rendering-intent", shapeRendering: "shape-rendering", stopColor: "stop-color", stopOpacity: "stop-opacity", strikethroughPosition: "strikethrough-position", strikethroughThickness: "strikethrough-thickness", strokeDasharray: "stroke-dasharray", strokeDashoffset: "stroke-dashoffset", strokeLinecap: "stroke-linecap", strokeLinejoin: "stroke-linejoin", strokeMiterlimit: "stroke-miterlimit", strokeOpacity: "stroke-opacity", strokeWidth: "stroke-width", textAnchor: "text-anchor", textDecoration: "text-decoration", textRendering: "text-rendering", underlinePosition: "underline-position", underlineThickness: "underline-thickness", unicodeBidi: "unicode-bidi", unicodeRange: "unicode-range", unitsPerEm: "units-per-em", vAlphabetic: "v-alphabetic", vHanging: "v-hanging", vIdeographic: "v-ideographic", vMathematical: "v-mathematical", vectorEffect: "vector-effect", vertAdvY: "vert-adv-y", vertOriginX: "vert-origin-x", vertOriginY: "vert-origin-y", wordSpacing: "word-spacing", writingMode: "writing-mode", xHeight: "x-height", xlinkActuate: "xlink:actuate", xlinkArcrole: "xlink:arcrole", xlinkHref: "xlink:href", xlinkRole: "xlink:role", xlinkShow: "xlink:show", xlinkTitle: "xlink:title", xlinkType: "xlink:type", xmlBase: "xml:base", xmlLang: "xml:lang", xmlSpace: "xml:space", xmlnsXlink: "xmlns:xlink" };
14996
14996
  var ef = /[\r\n%#()<>?[\\\]^`{|}"']/g;
14997
14997
  function kn(e, t) {
14998
14998
  if (!e)
@@ -15004,7 +15004,7 @@ function kn(e, t) {
15004
15004
  let n = e.type;
15005
15005
  if (n === "text")
15006
15006
  throw new Error("<text> nodes are not currently supported, please convert them to <path>");
15007
- let { children: r, style: i, ...o } = e.props || {}, u = (i == null ? void 0 : i.color) || t, s = `${Object.entries(o).map(([l, f]) => (typeof f == "string" && f.toLowerCase() === "currentcolor" && (f = u), l === "href" && n === "image" ? ` ${Sn[l] || l}="${Re.get(f)[0]}"` : ` ${Sn[l] || l}="${f}"`)).join("")}`, a = i ? ` style="${Object.entries(i).map(([l, f]) => `${ou(l)}:${f}`).join(";")}"` : "";
15007
+ let { children: r, style: i, ...o } = e.props || {}, u = (i == null ? void 0 : i.color) || t, s = `${Object.entries(o).map(([l, f]) => (typeof f == "string" && f.toLowerCase() === "currentcolor" && (f = u), l === "href" && n === "image" ? ` ${_n[l] || l}="${Re.get(f)[0]}"` : ` ${_n[l] || l}="${f}"`)).join("")}`, a = i ? ` style="${Object.entries(i).map(([l, f]) => `${ou(l)}:${f}`).join(";")}"` : "";
15008
15008
  return `<${n}${s}${a}>${kn(r, u)}</${n}>`;
15009
15009
  }
15010
15010
  async function cu(e) {
@@ -15024,7 +15024,7 @@ async function du(e, t) {
15024
15024
  let { viewBox: n, viewbox: r, width: i, height: o, className: u, style: s, children: a, ...l } = e.props || {};
15025
15025
  n || (n = r), l.xmlns = "http://www.w3.org/2000/svg";
15026
15026
  let f = (s == null ? void 0 : s.color) || t, c = vt(n), p = c ? c[3] / c[2] : null;
15027
- return i = i || p && o ? o / p : null, o = o || p && i ? i * p : null, l.width = i, l.height = o, n && (l.viewBox = n), `data:image/svg+xml;utf8,${`<svg ${Object.entries(l).map(([h, d]) => (typeof d == "string" && d.toLowerCase() === "currentcolor" && (d = f), ` ${Sn[h] || h}="${d}"`)).join("")}>${kn(a, f)}</svg>`.replace(ef, encodeURIComponent)}`;
15027
+ return i = i || p && o ? o / p : null, o = o || p && i ? i * p : null, l.width = i, l.height = o, n && (l.viewBox = n), `data:image/svg+xml;utf8,${`<svg ${Object.entries(l).map(([h, d]) => (typeof d == "string" && d.toLowerCase() === "currentcolor" && (d = f), ` ${_n[h] || h}="${d}"`)).join("")}>${kn(a, f)}</svg>`.replace(ef, encodeURIComponent)}`;
15028
15028
  }
15029
15029
  var Ce = "flex";
15030
15030
  var pu = { p: { display: Ce, marginTop: "1em", marginBottom: "1em" }, div: { display: Ce }, blockquote: { display: Ce, marginTop: "1em", marginBottom: "1em", marginLeft: 40, marginRight: 40 }, center: { display: Ce, textAlign: "center" }, hr: { display: Ce, marginTop: "0.5em", marginBottom: "0.5em", marginLeft: "auto", marginRight: "auto", borderWidth: 1, borderStyle: "solid" }, h1: { display: Ce, fontSize: "2em", marginTop: "0.67em", marginBottom: "0.67em", marginLeft: 0, marginRight: 0, fontWeight: "bold" }, h2: { display: Ce, fontSize: "1.5em", marginTop: "0.83em", marginBottom: "0.83em", marginLeft: 0, marginRight: 0, fontWeight: "bold" }, h3: { display: Ce, fontSize: "1.17em", marginTop: "1em", marginBottom: "1em", marginLeft: 0, marginRight: 0, fontWeight: "bold" }, h4: { display: Ce, marginTop: "1.33em", marginBottom: "1.33em", marginLeft: 0, marginRight: 0, fontWeight: "bold" }, h5: { display: Ce, fontSize: "0.83em", marginTop: "1.67em", marginBottom: "1.67em", marginLeft: 0, marginRight: 0, fontWeight: "bold" }, h6: { display: Ce, fontSize: "0.67em", marginTop: "2.33em", marginBottom: "2.33em", marginLeft: 0, marginRight: 0, fontWeight: "bold" }, u: { textDecoration: "underline" }, strong: { fontWeight: "bold" }, b: { fontWeight: "bold" }, i: { fontStyle: "italic" }, em: { fontStyle: "italic" }, code: { fontFamily: "monospace" }, kbd: { fontFamily: "monospace" }, pre: { display: Ce, fontFamily: "monospace", whiteSpace: "pre", marginTop: "1em", marginBottom: "1em" }, mark: { backgroundColor: "yellow", color: "black" }, big: { fontSize: "larger" }, small: { fontSize: "smaller" }, s: { textDecoration: "line-through" } };
@@ -15148,7 +15148,7 @@ function hf(e, t, n) {
15148
15148
  if (e === "background")
15149
15149
  return t = t.toString().trim(), /^(linear-gradient|radial-gradient|url)\(/.test(t) ? (0, import_css_to_react_native.getStylesForProperty)("backgroundImage", t, true) : (0, import_css_to_react_native.getStylesForProperty)("background", t, true);
15150
15150
  if (e === "textShadow" && (t = t.toString().trim(), t.includes(","))) {
15151
- let r = mf(t), i = {};
15151
+ let r = Df(t), i = {};
15152
15152
  for (let o of r) {
15153
15153
  let u = (0, import_css_to_react_native.getStylesForProperty)("textShadow", o, true);
15154
15154
  for (let s in u)
@@ -15157,7 +15157,7 @@ function hf(e, t, n) {
15157
15157
  return i;
15158
15158
  }
15159
15159
  }
15160
- function mf(e) {
15160
+ function Df(e) {
15161
15161
  let t = [], n = false, r = 0, i = e.length;
15162
15162
  for (let o = 0; o < i; ++o) {
15163
15163
  let u = e[o];
@@ -15165,13 +15165,13 @@ function mf(e) {
15165
15165
  }
15166
15166
  return t.push(e.substring(r, i)), t.map((o) => o.trim());
15167
15167
  }
15168
- function mu(e) {
15168
+ function Du(e) {
15169
15169
  return e === "transform" ? " Only absolute lengths such as `10px` are supported." : "";
15170
15170
  }
15171
- var Du = /rgb\((\d+)\s+(\d+)\s+(\d+)\s*\/\s*([\.\d]+)\)/;
15171
+ var mu = /rgb\((\d+)\s+(\d+)\s+(\d+)\s*\/\s*([\.\d]+)\)/;
15172
15172
  function bu(e) {
15173
- if (typeof e == "string" && Du.test(e.trim()))
15174
- return e.trim().replace(Du, (t, n, r, i, o) => `rgba(${n}, ${r}, ${i}, ${o})`);
15173
+ if (typeof e == "string" && mu.test(e.trim()))
15174
+ return e.trim().replace(mu, (t, n, r, i, o) => `rgba(${n}, ${r}, ${i}, ${o})`);
15175
15175
  if (typeof e == "object" && e !== null) {
15176
15176
  for (let t in e)
15177
15177
  e[t] = bu(e[t]);
@@ -15197,8 +15197,8 @@ function qr(e, t) {
15197
15197
  Object.assign(n, a);
15198
15198
  } catch (a) {
15199
15199
  throw new Error(a.message + (a.message.includes(s) ? `
15200
- ` + mu(u) : `
15201
- in CSS rule \`${u}: ${s}\`.${mu(u)}`));
15200
+ ` + Du(u) : `
15201
+ in CSS rule \`${u}: ${s}\`.${Du(u)}`));
15202
15202
  }
15203
15203
  }
15204
15204
  }
@@ -15206,11 +15206,8 @@ function qr(e, t) {
15206
15206
  let { backgrounds: i } = (0, import_css_background_parser.parseElementStyle)(n);
15207
15207
  n.backgroundImage = i;
15208
15208
  }
15209
- if (n.maskImage || n.WebkitMaskImage) {
15210
- let i = hu(n);
15211
- n.maskImage = i;
15212
- }
15213
- let r = Df(n.fontSize, t.fontSize);
15209
+ (n.maskImage || n.WebkitMaskImage) && (n.maskImage = hu(n));
15210
+ let r = mf(n.fontSize, t.fontSize);
15214
15211
  typeof n.fontSize < "u" && (n.fontSize = r), n.transformOrigin && (n.transformOrigin = On(n.transformOrigin, r));
15215
15212
  for (let i in n) {
15216
15213
  let o = n[i];
@@ -15226,7 +15223,7 @@ function qr(e, t) {
15226
15223
  u && (n[i] = u), o = n[i];
15227
15224
  }
15228
15225
  }
15229
- if (i === "opacity" && (o = n[i] = o * t.opacity), i === "transform") {
15226
+ if (i === "opacity" && typeof o == "number" && (n.opacity = o * t.opacity), i === "transform") {
15230
15227
  let u = o;
15231
15228
  for (let s of u) {
15232
15229
  let a = Object.keys(s)[0], l = s[a], f = typeof l == "string" ? q(l, r, r, t) ?? l : l;
@@ -15236,7 +15233,7 @@ function qr(e, t) {
15236
15233
  }
15237
15234
  return n;
15238
15235
  }
15239
- function Df(e, t) {
15236
+ function mf(e, t) {
15240
15237
  if (typeof e == "number")
15241
15238
  return e;
15242
15239
  try {
@@ -15276,8 +15273,8 @@ async function Pn(e, t, n, r, i) {
15276
15273
  throw new Error("Image size cannot be determined. Please provide the width and height of the image.");
15277
15274
  a = parseInt(i.width), l = parseInt(i.height);
15278
15275
  }
15279
- let f = l / a, c = (u.borderLeftWidth || 0) + (u.borderRightWidth || 0) + (u.paddingLeft || 0) + (u.paddingRight || 0), p = (u.borderTopWidth || 0) + (u.borderBottomWidth || 0) + (u.paddingTop || 0) + (u.paddingBottom || 0), h = u.width || i.width, d = u.height || i.height, m = typeof h == "number" && typeof d == "number";
15280
- m && (h -= c, d -= p), h === void 0 && d === void 0 ? (h = "100%", e.setAspectRatio(1 / f)) : h === void 0 ? typeof d == "number" ? h = d / f : e.setAspectRatio(1 / f) : d === void 0 && (typeof h == "number" ? d = h * f : e.setAspectRatio(1 / f)), u.width = m ? h + c : h, u.height = m ? d + p : d, u.__src = s;
15276
+ let f = l / a, c = (u.borderLeftWidth || 0) + (u.borderRightWidth || 0) + (u.paddingLeft || 0) + (u.paddingRight || 0), p = (u.borderTopWidth || 0) + (u.borderBottomWidth || 0) + (u.paddingTop || 0) + (u.paddingBottom || 0), h = u.width || i.width, d = u.height || i.height, D = typeof h == "number" && typeof d == "number";
15277
+ D && (h -= c, d -= p), h === void 0 && d === void 0 ? (h = "100%", e.setAspectRatio(1 / f)) : h === void 0 ? typeof d == "number" ? h = d / f : e.setAspectRatio(1 / f) : d === void 0 && (typeof h == "number" ? d = h * f : e.setAspectRatio(1 / f)), u.width = D ? h + c : h, u.height = D ? d + p : d, u.__src = s;
15281
15278
  }
15282
15279
  if (t === "svg") {
15283
15280
  let s = i.viewBox || i.viewbox, a = vt(s), l = a ? a[3] / a[2] : null, { width: f, height: c } = i;
@@ -15347,20 +15344,20 @@ function xu({ left: e, top: t, width: n, height: r, isInheritingTransform: i },
15347
15344
  return o.transform && (u = Rt({ left: e, top: t, width: n, height: r }, o.transform, i, o.transformOrigin)), o.opacity !== void 0 && (s = +o.opacity), { matrix: u, opacity: s };
15348
15345
  }
15349
15346
  function Bn({ id: e, content: t, filter: n, left: r, top: i, width: o, height: u, matrix: s, opacity: a, image: l, clipPathId: f, debug: c, shape: p, decorationShape: h }, d) {
15350
- let m = "";
15351
- if (c && (m = C("rect", { x: r, y: i - u, width: o, height: u, fill: "transparent", stroke: "#575eff", "stroke-width": 1, transform: s || void 0, "clip-path": f ? `url(#${f})` : void 0 })), l) {
15347
+ let D = "";
15348
+ if (c && (D = C("rect", { x: r, y: i - u, width: o, height: u, fill: "transparent", stroke: "#575eff", "stroke-width": 1, transform: s || void 0, "clip-path": f ? `url(#${f})` : void 0 })), l) {
15352
15349
  let g = { href: l, x: r, y: i, width: o, height: u, transform: s || void 0, "clip-path": f ? `url(#${f})` : void 0, style: d.filter ? `filter:${d.filter}` : void 0 };
15353
- return [(n ? `${n}<g filter="url(#satori_s-${e})">` : "") + C("image", { ...g, opacity: a !== 1 ? a : void 0 }) + (h || "") + (n ? "</g>" : "") + m, ""];
15350
+ return [(n ? `${n}<g filter="url(#satori_s-${e})">` : "") + C("image", { ...g, opacity: a !== 1 ? a : void 0 }) + (h || "") + (n ? "</g>" : "") + D, ""];
15354
15351
  }
15355
15352
  let v = { x: r, y: i, width: o, height: u, "font-weight": d.fontWeight, "font-style": d.fontStyle, "font-size": d.fontSize, "font-family": d.fontFamily, "letter-spacing": d.letterSpacing || void 0, transform: s || void 0, "clip-path": f ? `url(#${f})` : void 0, style: d.filter ? `filter:${d.filter}` : void 0 };
15356
- return [(n ? `${n}<g filter="url(#satori_s-${e})">` : "") + C("text", { ...v, fill: d.color, opacity: a !== 1 ? a : void 0 }, (0, import_escape_html.default)(t)) + (h || "") + (n ? "</g>" : "") + m, p ? C("text", v, (0, import_escape_html.default)(t)) : ""];
15353
+ return [(n ? `${n}<g filter="url(#satori_s-${e})">` : "") + C("text", { ...v, fill: d.color, opacity: a !== 1 ? a : void 0 }, (0, import_escape_html.default)(t)) + (h || "") + (n ? "</g>" : "") + D, p ? C("text", v, (0, import_escape_html.default)(t)) : ""];
15357
15354
  }
15358
15355
  function xf(e, t, n) {
15359
15356
  return e.replace(/([MA])([0-9.-]+),([0-9.-]+)/g, function(r, i, o, u) {
15360
15357
  return i + (parseFloat(o) + t) + "," + (parseFloat(u) + n);
15361
15358
  });
15362
15359
  }
15363
- var Ur = 1.1;
15360
+ var zr = 1.1;
15364
15361
  function Fu({ id: e, width: t, height: n }, r) {
15365
15362
  if (!r.shadowColor || !r.shadowOffset || typeof r.shadowRadius > "u")
15366
15363
  return "";
@@ -15369,7 +15366,7 @@ function Fu({ id: e, width: t, height: n }, r) {
15369
15366
  let p = r.shadowRadius[c] * r.shadowRadius[c] / 4;
15370
15367
  s = Math.min(r.shadowOffset[c].width - p, s), a = Math.max(r.shadowOffset[c].width + p + t, a), l = Math.min(r.shadowOffset[c].height - p, l), f = Math.max(r.shadowOffset[c].height + p + n, f), o += C("feDropShadow", { dx: r.shadowOffset[c].width, dy: r.shadowOffset[c].height, stdDeviation: r.shadowRadius[c] / 2, "flood-color": r.shadowColor[c], "flood-opacity": 1, ...i > 1 ? { in: "SourceGraphic", result: `satori_s-${e}-result-${c}` } : {} }), i > 1 && (u = C("feMergeNode", { in: `satori_s-${e}-result-${c}` }) + u);
15371
15368
  }
15372
- return C("filter", { id: `satori_s-${e}`, x: (s / t * 100 * Ur).toFixed(2) + "%", y: (l / n * 100 * Ur).toFixed(2) + "%", width: ((a - s) / t * 100 * Ur).toFixed(2) + "%", height: ((f - l) / n * 100 * Ur).toFixed(2) + "%" }, o + (u ? C("feMerge", {}, u) : ""));
15369
+ return C("filter", { id: `satori_s-${e}`, x: (s / t * 100 * zr).toFixed(2) + "%", y: (l / n * 100 * zr).toFixed(2) + "%", width: ((a - s) / t * 100 * zr).toFixed(2) + "%", height: ((f - l) / n * 100 * zr).toFixed(2) + "%" }, o + (u ? C("feMerge", {}, u) : ""));
15373
15370
  }
15374
15371
  function wu({ width: e, height: t, shape: n, opacity: r, id: i }, o) {
15375
15372
  if (!o.boxShadow)
@@ -15378,10 +15375,10 @@ function wu({ width: e, height: t, shape: n, opacity: r, id: i }, o) {
15378
15375
  for (let a = o.boxShadow.length - 1; a >= 0; a--) {
15379
15376
  let l = "", f = o.boxShadow[a];
15380
15377
  f.spreadRadius && f.inset && (f.spreadRadius = -f.spreadRadius);
15381
- let c = f.blurRadius * f.blurRadius / 4 + (f.spreadRadius || 0), p = Math.min(-c - (f.inset ? f.offsetX : 0), 0), h = Math.max(c + e - (f.inset ? f.offsetX : 0), e), d = Math.min(-c - (f.inset ? f.offsetY : 0), 0), m = Math.max(c + t - (f.inset ? f.offsetY : 0), t), v = `satori_s-${i}-${a}`, g = `satori_ms-${i}-${a}`, b = f.spreadRadius ? n.replace('stroke-width="0"', `stroke-width="${f.spreadRadius * 2}"`) : n;
15378
+ let c = f.blurRadius * f.blurRadius / 4 + (f.spreadRadius || 0), p = Math.min(-c - (f.inset ? f.offsetX : 0), 0), h = Math.max(c + e - (f.inset ? f.offsetX : 0), e), d = Math.min(-c - (f.inset ? f.offsetY : 0), 0), D = Math.max(c + t - (f.inset ? f.offsetY : 0), t), v = `satori_s-${i}-${a}`, g = `satori_ms-${i}-${a}`, b = f.spreadRadius ? n.replace('stroke-width="0"', `stroke-width="${f.spreadRadius * 2}"`) : n;
15382
15379
  l += C("mask", { id: g, maskUnits: "userSpaceOnUse" }, C("rect", { x: 0, y: 0, width: o._viewportWidth || "100%", height: o._viewportHeight || "100%", fill: f.inset ? "#000" : "#fff" }) + b.replace('fill="#fff"', f.inset ? 'fill="#fff"' : 'fill="#000"').replace('stroke="#fff"', ""));
15383
15380
  let x = b.replace(/d="([^"]+)"/, (F, y) => 'd="' + xf(y, f.offsetX, f.offsetY) + '"').replace(/x="([^"]+)"/, (F, y) => 'x="' + (parseFloat(y) + f.offsetX) + '"').replace(/y="([^"]+)"/, (F, y) => 'y="' + (parseFloat(y) + f.offsetY) + '"');
15384
- f.spreadRadius && f.spreadRadius < 0 && (l += C("mask", { id: g + "-neg", maskUnits: "userSpaceOnUse" }, x.replace('stroke="#fff"', 'stroke="#000"').replace(/stroke-width="[^"]+"/, `stroke-width="${-f.spreadRadius * 2}"`))), f.spreadRadius && f.spreadRadius < 0 && (x = C("g", { mask: `url(#${g}-neg)` }, x)), l += C("defs", {}, C("filter", { id: v, x: `${p / e * 100}%`, y: `${d / t * 100}%`, width: `${(h - p) / e * 100}%`, height: `${(m - d) / t * 100}%` }, C("feGaussianBlur", { stdDeviation: f.blurRadius / 2, result: "b" }) + C("feFlood", { "flood-color": f.color, in: "SourceGraphic", result: "f" }) + C("feComposite", { in: "f", in2: "b", operator: f.inset ? "out" : "in" }))) + C("g", { mask: `url(#${g})`, filter: `url(#${v})`, opacity: r }, x), f.inset ? s += l : u += l;
15381
+ f.spreadRadius && f.spreadRadius < 0 && (l += C("mask", { id: g + "-neg", maskUnits: "userSpaceOnUse" }, x.replace('stroke="#fff"', 'stroke="#000"').replace(/stroke-width="[^"]+"/, `stroke-width="${-f.spreadRadius * 2}"`))), f.spreadRadius && f.spreadRadius < 0 && (x = C("g", { mask: `url(#${g}-neg)` }, x)), l += C("defs", {}, C("filter", { id: v, x: `${p / e * 100}%`, y: `${d / t * 100}%`, width: `${(h - p) / e * 100}%`, height: `${(D - d) / t * 100}%` }, C("feGaussianBlur", { stdDeviation: f.blurRadius / 2, result: "b" }) + C("feFlood", { "flood-color": f.color, in: "SourceGraphic", result: "f" }) + C("feComposite", { in: "f", in2: "b", operator: f.inset ? "out" : "in" }))) + C("g", { mask: `url(#${g})`, filter: `url(#${v})`, opacity: r }, x), f.inset ? s += l : u += l;
15385
15382
  }
15386
15383
  return [u, s];
15387
15384
  }
@@ -15403,9 +15400,9 @@ function wf(e) {
15403
15400
  return Ff.has(e);
15404
15401
  }
15405
15402
  async function* Mn(e, t) {
15406
- let n = await qe(), { parentStyle: r, inheritedStyle: i, parent: o, font: u, id: s, isInheritingTransform: a, debug: l, embedFont: f, graphemeImages: c, locale: p, canLoadAdditionalAssets: h } = t, { textAlign: d, whiteSpace: m, wordBreak: v, lineHeight: g, textTransform: b, textWrap: x, fontSize: F, filter: y, tabSize: k = 8, _inheritedBackgroundClipTextPath: P } = r;
15403
+ let n = await qe(), { parentStyle: r, inheritedStyle: i, parent: o, font: u, id: s, isInheritingTransform: a, debug: l, embedFont: f, graphemeImages: c, locale: p, canLoadAdditionalAssets: h } = t, { textAlign: d, whiteSpace: D, wordBreak: v, lineHeight: g, textTransform: b, textWrap: x, fontSize: F, filter: y, tabSize: k = 8, _inheritedBackgroundClipTextPath: P } = r;
15407
15404
  e = Ef(e, b, p);
15408
- let { content: B, shouldCollapseTabsAndSpaces: j, allowSoftWrap: oe } = Sf(e, m), { words: ue, requiredBreaks: se, allowBreakWord: N } = _f(B, v), [L, V] = Cf(r, oe), de = kf(n, d);
15405
+ let { content: B, shouldCollapseTabsAndSpaces: j, allowSoftWrap: oe } = _f(e, D), { words: ue, requiredBreaks: se, allowBreakWord: N } = Sf(B, v), [L, V] = Cf(r, oe), de = kf(n, d);
15409
15406
  o.insertChild(de, o.getChildCount()), nu(r.flexShrink) && o.setFlexShrink(1);
15410
15407
  let Y = u.getEngine(F, g, r, p), ee = h ? we(B, "grapheme").filter((I) => !wf(I) && !Y.has(I)) : [];
15411
15408
  yield ee.map((I) => ({ word: I, locale: p })), ee.length && (Y = u.getEngine(F, g, r, p));
@@ -15432,71 +15429,71 @@ async function* Mn(e, t) {
15432
15429
  ie = (M === 0 ? te : (Math.floor(Ie / M) + G) * M) + O(fe);
15433
15430
  } else
15434
15431
  ie = O(I);
15435
- let me = I.trimEnd() === I ? ie : O(I.trimEnd());
15436
- return { originWidth: ie, endingSpacesWidth: ie - me, text: I };
15437
- }, ae = [], be = [], Be = [], dt = [], St = [];
15438
- function Dn(I) {
15439
- let $ = 0, X = 0, G = -1, ie = 0, H = 0, me = 0, fe = 0;
15440
- ae = [], Be = [0], dt = [], St = [];
15432
+ let De = I.trimEnd() === I ? ie : O(I.trimEnd());
15433
+ return { originWidth: ie, endingSpacesWidth: ie - De, text: I };
15434
+ }, ae = [], be = [], Be = [], dt = [], _t = [];
15435
+ function mn(I) {
15436
+ let $ = 0, X = 0, G = -1, ie = 0, H = 0, De = 0, fe = 0;
15437
+ ae = [], Be = [0], dt = [], _t = [];
15441
15438
  let te = 0, Ie = 0;
15442
15439
  for (; te < ue.length && $ < L; ) {
15443
15440
  let W = ue[te], nt = se[te], Ee = 0, { originWidth: Ve, endingSpacesWidth: Or, text: Ye } = R(W, H);
15444
15441
  W = Ye, Ee = Ve;
15445
15442
  let Z = Or;
15446
- nt && me === 0 && (me = Y.height(W));
15447
- let De = ",.!?:-@)>]}%#".indexOf(W[0]) < 0, Xe = !H, Pr = te && De && H + Ee > I + Z && oe;
15443
+ nt && De === 0 && (De = Y.height(W));
15444
+ let me = ",.!?:-@)>]}%#".indexOf(W[0]) < 0, Xe = !H, Pr = te && me && H + Ee > I + Z && oe;
15448
15445
  if (N && Ee > I && (!H || Pr || nt)) {
15449
15446
  let ge = we(W, "grapheme");
15450
- ue.splice(te, 1, ...ge), H > 0 && (ae.push(H - Ie), be.push(fe), $++, ie += me, H = 0, me = 0, fe = 0, Be.push(1), G = -1), Ie = Z;
15447
+ ue.splice(te, 1, ...ge), H > 0 && (ae.push(H - Ie), be.push(fe), $++, ie += De, H = 0, De = 0, fe = 0, Be.push(1), G = -1), Ie = Z;
15451
15448
  continue;
15452
15449
  }
15453
15450
  if (nt || Pr)
15454
- j && W === " " && (Ee = 0), ae.push(H - Ie), be.push(fe), $++, ie += me, H = Ee, me = Ee ? Y.height(W) : 0, fe = Ee ? Y.baseline(W) : 0, Be.push(1), G = -1, nt || (X = Math.max(X, I));
15451
+ j && W === " " && (Ee = 0), ae.push(H - Ie), be.push(fe), $++, ie += De, H = Ee, De = Ee ? Y.height(W) : 0, fe = Ee ? Y.baseline(W) : 0, Be.push(1), G = -1, nt || (X = Math.max(X, I));
15455
15452
  else {
15456
15453
  H += Ee;
15457
15454
  let ge = Y.height(W);
15458
- ge > me && (me = ge, fe = Y.baseline(W)), Xe && Be[Be.length - 1]++;
15455
+ ge > De && (De = ge, fe = Y.baseline(W)), Xe && Be[Be.length - 1]++;
15459
15456
  }
15460
15457
  Xe && G++, X = Math.max(X, H);
15461
15458
  let it = H - Ee;
15462
15459
  if (Ee === 0)
15463
- St.push({ y: ie, x: it, width: 0, line: $, lineIndex: G, isImage: false });
15460
+ _t.push({ y: ie, x: it, width: 0, line: $, lineIndex: G, isImage: false });
15464
15461
  else {
15465
15462
  let ge = we(W, "word");
15466
15463
  for (let Oe = 0; Oe < ge.length; Oe++) {
15467
15464
  let ot = ge[Oe], We = 0, Tt = false;
15468
- le(ot) ? (We = F, Tt = true) : We = he(ot), dt.push(ot), St.push({ y: ie, x: it, width: We, line: $, lineIndex: G, isImage: Tt }), it += We;
15465
+ le(ot) ? (We = F, Tt = true) : We = he(ot), dt.push(ot), _t.push({ y: ie, x: it, width: We, line: $, lineIndex: G, isImage: Tt }), it += We;
15469
15466
  }
15470
15467
  }
15471
15468
  te++, Ie = Z;
15472
15469
  }
15473
- return H && ($ < L && (ie += me), $++, ae.push(H), be.push(fe)), { width: X, height: ie };
15470
+ return H && ($ < L && (ie += De), $++, ae.push(H), be.push(fe)), { width: X, height: ie };
15474
15471
  }
15475
15472
  let Cr = { width: 0, height: 0 };
15476
15473
  de.setMeasureFunc((I) => {
15477
- let { width: $, height: X } = Dn(I);
15474
+ let { width: $, height: X } = mn(I);
15478
15475
  if (x === "balance") {
15479
15476
  let G = $ / 2, ie = $, H = $;
15480
15477
  for (; G + 1 < ie; ) {
15481
15478
  H = (G + ie) / 2;
15482
- let { height: me } = Dn(H);
15483
- me > X ? G = H : ie = H;
15479
+ let { height: De } = mn(H);
15480
+ De > X ? G = H : ie = H;
15484
15481
  }
15485
- return Dn(ie), Cr = { width: ie, height: X }, { width: Math.ceil(ie), height: X };
15482
+ return mn(ie), Cr = { width: ie, height: X }, { width: Math.ceil(ie), height: X };
15486
15483
  }
15487
15484
  return Cr = { width: $, height: X }, { width: Math.ceil($), height: X };
15488
15485
  });
15489
- let [Fl, wl] = yield, gn = "", _r = "", je = i._inheritedClipPathId, Mo = i._inheritedMaskId, { left: No, top: $o, width: bn, height: El } = de.getComputedLayout(), Sr = o.getComputedWidth() - o.getComputedPadding(n.EDGE_LEFT) - o.getComputedPadding(n.EDGE_RIGHT) - o.getComputedBorder(n.EDGE_LEFT) - o.getComputedBorder(n.EDGE_RIGHT), pt = Fl + No, ht = wl + $o, { matrix: $e, opacity: kr } = xu({ left: No, top: $o, width: bn, height: El, isInheritingTransform: a }, r), mt = "";
15486
+ let [Fl, wl] = yield, gn = "", Sr = "", je = i._inheritedClipPathId, Mo = i._inheritedMaskId, { left: No, top: $o, width: bn, height: El } = de.getComputedLayout(), _r = o.getComputedWidth() - o.getComputedPadding(n.EDGE_LEFT) - o.getComputedPadding(n.EDGE_RIGHT) - o.getComputedBorder(n.EDGE_LEFT) - o.getComputedBorder(n.EDGE_RIGHT), pt = Fl + No, ht = wl + $o, { matrix: $e, opacity: kr } = xu({ left: No, top: $o, width: bn, height: El, isInheritingTransform: a }, r), Dt = "";
15490
15487
  if (r.textShadowOffset) {
15491
15488
  let { textShadowColor: I, textShadowOffset: $, textShadowRadius: X } = r;
15492
- Array.isArray(r.textShadowOffset) || (I = [I], $ = [$], X = [X]), mt = Fu({ width: Cr.width, height: Cr.height, id: s }, { shadowColor: I, shadowOffset: $, shadowRadius: X }), mt = C("defs", {}, mt);
15489
+ Array.isArray(r.textShadowOffset) || (I = [I], $ = [$], X = [X]), Dt = Fu({ width: Cr.width, height: Cr.height, id: s }, { shadowColor: I, shadowOffset: $, shadowRadius: X }), Dt = C("defs", {}, Dt);
15493
15490
  }
15494
- let kt = "", Tr = "", Wo = "", Ar = -1, Dt = {}, He = null, qo = 0;
15491
+ let kt = "", Tr = "", Wo = "", Ar = -1, mt = {}, He = null, qo = 0;
15495
15492
  for (let I = 0; I < dt.length; I++) {
15496
- let $ = St[I], X = St[I + 1];
15493
+ let $ = _t[I], X = _t[I + 1];
15497
15494
  if (!$)
15498
15495
  continue;
15499
- let G = dt[I], ie = null, H = false, me = c ? c[G] : null, fe = $.y, te = $.x, Ie = $.width, W = $.line;
15496
+ let G = dt[I], ie = null, H = false, De = c ? c[G] : null, fe = $.y, te = $.x, Ie = $.width, W = $.line;
15500
15497
  if (W === Ar)
15501
15498
  continue;
15502
15499
  let nt = false;
@@ -15507,67 +15504,67 @@ async function* Mn(e, t) {
15507
15504
  else if (d === "center")
15508
15505
  te += Z / 2;
15509
15506
  else if (d === "justify" && W < ae.length - 1) {
15510
- let De = Be[W], Xe = De > 1 ? Z / (De - 1) : 0;
15507
+ let me = Be[W], Xe = me > 1 ? Z / (me - 1) : 0;
15511
15508
  te += Xe * $.lineIndex, nt = true;
15512
15509
  }
15513
15510
  }
15514
15511
  let Ee = be[W], Ve = Y.baseline(G), Or = Y.height(G), Ye = Ee - Ve;
15515
- if (Dt[W] || (Dt[W] = [te, ht + fe + Ye, Ve, nt ? bn : ae[W]]), L !== 1 / 0) {
15512
+ if (mt[W] || (mt[W] = [te, ht + fe + Ye, Ve, nt ? bn : ae[W]]), L !== 1 / 0) {
15516
15513
  let it = function(ge, Oe) {
15517
15514
  let ot = we(Oe, "grapheme", p), We = "", Tt = 0;
15518
- for (let Uo of ot) {
15519
- let zo = ge + A([We + Uo]);
15520
- if (We && zo + De > Sr)
15515
+ for (let zo of ot) {
15516
+ let Uo = ge + A([We + zo]);
15517
+ if (We && Uo + me > _r)
15521
15518
  break;
15522
- We += Uo, Tt = zo;
15519
+ We += zo, Tt = Uo;
15523
15520
  }
15524
15521
  return { subset: We, resolvedWidth: Tt };
15525
- }, Z = V, De = he(V);
15526
- De > Sr && (Z = Mt, De = he(Z));
15522
+ }, Z = V, me = he(V);
15523
+ me > _r && (Z = Mt, me = he(Z));
15527
15524
  let Xe = he(Lt), Pr = W < ae.length - 1;
15528
- if (W + 1 === L && (Pr || ae[W] > Sr)) {
15529
- if (te + Ie + De + Xe > Sr) {
15525
+ if (W + 1 === L && (Pr || ae[W] > _r)) {
15526
+ if (te + Ie + me + Xe > _r) {
15530
15527
  let { subset: ge, resolvedWidth: Oe } = it(te, G);
15531
- G = ge + Z, Ar = W, Dt[W][2] = Oe, H = true;
15528
+ G = ge + Z, Ar = W, mt[W][2] = Oe, H = true;
15532
15529
  } else if (X && X.line !== W)
15533
15530
  if (d === "center") {
15534
15531
  let { subset: ge, resolvedWidth: Oe } = it(te, G);
15535
- G = ge + Z, Ar = W, Dt[W][2] = Oe, H = true;
15532
+ G = ge + Z, Ar = W, mt[W][2] = Oe, H = true;
15536
15533
  } else {
15537
15534
  let ge = dt[I + 1], { subset: Oe, resolvedWidth: ot } = it(Ie + te, ge);
15538
- G = G + Oe + Z, Ar = W, Dt[W][2] = ot, H = true;
15535
+ G = G + Oe + Z, Ar = W, mt[W][2] = ot, H = true;
15539
15536
  }
15540
15537
  }
15541
15538
  }
15542
- if (me)
15539
+ if (De)
15543
15540
  fe += 0;
15544
15541
  else if (f) {
15545
15542
  if (!G.includes(Ln) && !eu.includes(G) && dt[I + 1] && X && !X.isImage && fe === X.y && !H) {
15546
15543
  He === null && (qo = te), He = He === null ? G : He + G;
15547
15544
  continue;
15548
15545
  }
15549
- let Z = He === null ? G : He + G, De = He === null ? te : qo, Xe = $.width + te - De;
15550
- ie = Y.getSVG(Z.replace(/(\t)+/g, ""), { ...r, left: pt + De, top: ht + fe + Ve + Ye, letterSpacing: r.letterSpacing }), He = null, l && (Wo += C("rect", { x: pt + De, y: ht + fe + Ye, width: Xe, height: Or, fill: "transparent", stroke: "#575eff", "stroke-width": 1, transform: $e || void 0, "clip-path": je ? `url(#${je})` : void 0 }) + C("line", { x1: pt + te, x2: pt + te + $.width, y1: ht + fe + Ye + Ve, y2: ht + fe + Ye + Ve, stroke: "#14c000", "stroke-width": 1, transform: $e || void 0, "clip-path": je ? `url(#${je})` : void 0 }));
15546
+ let Z = He === null ? G : He + G, me = He === null ? te : qo, Xe = $.width + te - me;
15547
+ ie = Y.getSVG(Z.replace(/(\t)+/g, ""), { ...r, left: pt + me, top: ht + fe + Ve + Ye, letterSpacing: r.letterSpacing }), He = null, l && (Wo += C("rect", { x: pt + me, y: ht + fe + Ye, width: Xe, height: Or, fill: "transparent", stroke: "#575eff", "stroke-width": 1, transform: $e || void 0, "clip-path": je ? `url(#${je})` : void 0 }) + C("line", { x1: pt + te, x2: pt + te + $.width, y1: ht + fe + Ye + Ve, y2: ht + fe + Ye + Ve, stroke: "#14c000", "stroke-width": 1, transform: $e || void 0, "clip-path": je ? `url(#${je})` : void 0 }));
15551
15548
  } else
15552
15549
  fe += Ve + Ye;
15553
15550
  if (r.textDecorationLine) {
15554
- let Z = Dt[W];
15551
+ let Z = mt[W];
15555
15552
  Z && !Z[4] && (kt += In({ left: pt + Z[0], top: Z[1], width: Z[3], ascender: Z[2], clipPathId: je }, r), Z[4] = 1);
15556
15553
  }
15557
15554
  if (ie !== null)
15558
15555
  Tr += ie + " ";
15559
15556
  else {
15560
- let [Z, De] = Bn({ content: G, filter: mt, id: s, left: pt + te, top: ht + fe, width: Ie, height: Or, matrix: $e, opacity: kr, image: me, clipPathId: je, debug: l, shape: !!P, decorationShape: kt }, r);
15561
- gn += Z, _r += De, kt = "";
15557
+ let [Z, me] = Bn({ content: G, filter: Dt, id: s, left: pt + te, top: ht + fe, width: Ie, height: Or, matrix: $e, opacity: kr, image: De, clipPathId: je, debug: l, shape: !!P, decorationShape: kt }, r);
15558
+ gn += Z, Sr += me, kt = "";
15562
15559
  }
15563
15560
  if (H)
15564
15561
  break;
15565
15562
  }
15566
15563
  if (Tr) {
15567
15564
  let I = r.color !== "transparent" && kr !== 0 ? C("path", { fill: r.color, d: Tr, transform: $e || void 0, opacity: kr !== 1 ? kr : void 0, "clip-path": je ? `url(#${je})` : void 0, mask: Mo ? `url(#${Mo})` : void 0, style: y ? `filter:${y}` : void 0 }) : "";
15568
- P && (_r = C("path", { d: Tr, transform: $e || void 0 })), gn += (mt ? mt + C("g", { filter: `url(#satori_s-${s})` }, I + kt) : I + kt) + Wo;
15565
+ P && (Sr = C("path", { d: Tr, transform: $e || void 0 })), gn += (Dt ? Dt + C("g", { filter: `url(#satori_s-${s})` }, I + kt) : I + kt) + Wo;
15569
15566
  }
15570
- return _r && (r._inheritedBackgroundClipTextPath.value += _r), gn;
15567
+ return Sr && (r._inheritedBackgroundClipTextPath.value += Sr), gn;
15571
15568
  }
15572
15569
  function Ef(e, t, n) {
15573
15570
  return t === "uppercase" ? e = e.toLocaleUpperCase(n) : t === "lowercase" ? e = e.toLocaleLowerCase(n) : t === "capitalize" && (e = we(e, "word", n).map((r) => we(r, "grapheme", n).map((i, o) => o === 0 ? i.toLocaleUpperCase(n) : i).join("")).join("")), e;
@@ -15581,11 +15578,11 @@ function Cf(e, t) {
15581
15578
  }
15582
15579
  return n === "ellipsis" && s === "-webkit-box" && o === "vertical" && ru(i) && i > 0 ? [i, Mt] : n === "ellipsis" && u === "hidden" && !t ? [1, Mt] : [1 / 0];
15583
15580
  }
15584
- function _f(e, t) {
15581
+ function Sf(e, t) {
15585
15582
  let n = ["break-all", "break-word"].includes(t), { words: r, requiredBreaks: i } = iu(e, t);
15586
15583
  return { words: r, requiredBreaks: i, allowBreakWord: n };
15587
15584
  }
15588
- function Sf(e, t) {
15585
+ function _f(e, t) {
15589
15586
  let n = ["pre", "pre-wrap", "pre-line"].includes(t), r = ["normal", "nowrap", "pre-line"].includes(t), i = !["pre", "nowrap"].includes(t);
15590
15587
  return n || (e = e.replace(/\n/g, Lt)), r && (e = e.replace(/([ ]|\t)+/g, Lt).trim()), { content: e, shouldCollapseTabsAndSpaces: r, allowSoftWrap: i };
15591
15588
  }
@@ -15673,11 +15670,11 @@ Nn.parse = function() {
15673
15670
  return O && (A = [], A.push(O), M = t, le(e.comma) && (O = d(), O ? A.push(O) : t = M)), A;
15674
15671
  }
15675
15672
  function d() {
15676
- let A = m(), O = x();
15673
+ let A = D(), O = x();
15677
15674
  if (!(!A && !O))
15678
15675
  return { ...A, at: O };
15679
15676
  }
15680
- function m() {
15677
+ function D() {
15681
15678
  let A = v() || g(), O = b() || de() || L(), M = ee("%", e.percentageValue, 1);
15682
15679
  if (A)
15683
15680
  return { ...A, style: [O, M].filter((R) => R) };
@@ -15820,10 +15817,10 @@ async function Nt({ id: e, width: t, height: n, left: r, top: i }, { image: o, s
15820
15817
  a = a || "repeat", f = f || "background";
15821
15818
  let c = a === "repeat-x" || a === "repeat", p = a === "repeat-y" || a === "repeat", h = Wn(u, { x: t, y: n, defaultX: t, defaultY: n }), d = Wn(s, { x: t, y: n, defaultX: 0, defaultY: 0 });
15822
15819
  if (o.startsWith("linear-gradient(")) {
15823
- let m = $n.parse(o)[0], [v, g] = h, b, x, F, y, k;
15824
- if (m.orientation.type === "directional")
15825
- [b, x, F, y] = If(m.orientation.value), k = Math.sqrt(Math.pow((F - b) * v, 2) + Math.pow((y - x) * g, 2));
15826
- else if (m.orientation.type === "angular") {
15820
+ let D = $n.parse(o)[0], [v, g] = h, b, x, F, y, k;
15821
+ if (D.orientation.type === "directional")
15822
+ [b, x, F, y] = If(D.orientation.value), k = Math.sqrt(Math.pow((F - b) * v, 2) + Math.pow((y - x) * g, 2));
15823
+ else if (D.orientation.type === "angular") {
15827
15824
  let N = function(L) {
15828
15825
  if (L = (L % (Math.PI * 2) + Math.PI * 2) % (Math.PI * 2), Math.abs(L - Math.PI / 2) < 1e-6) {
15829
15826
  b = 0, x = 0, F = 1, y = 0, k = v;
@@ -15846,13 +15843,13 @@ async function Nt({ id: e, width: t, height: n, left: r, top: i }, { image: o, s
15846
15843
  let le = 1, he = 1 / V, A = Math.abs((le * se + he) / Math.sqrt(le * le + he * he) / Math.sqrt(se * se + 1));
15847
15844
  k = Math.sqrt(v * v + g * g) * A;
15848
15845
  }, se = v / g;
15849
- N(+m.orientation.value / 180 * Math.PI);
15846
+ N(+D.orientation.value / 180 * Math.PI);
15850
15847
  }
15851
- let P = Cu(k, m.colorStops, f), B = `satori_bi${e}`, j = `satori_pattern_${e}`, oe = C("pattern", { id: j, x: d[0] / t, y: d[1] / n, width: c ? v / t : "1", height: p ? g / n : "1", patternUnits: "objectBoundingBox" }, C("linearGradient", { id: B, x1: b, y1: x, x2: F, y2: y }, P.map((ue) => C("stop", { offset: ue.offset * 100 + "%", "stop-color": ue.color })).join("")) + C("rect", { x: 0, y: 0, width: v, height: g, fill: `url(#${B})` }));
15848
+ let P = Cu(k, D.colorStops, f), B = `satori_bi${e}`, j = `satori_pattern_${e}`, oe = C("pattern", { id: j, x: d[0] / t, y: d[1] / n, width: c ? v / t : "1", height: p ? g / n : "1", patternUnits: "objectBoundingBox" }, C("linearGradient", { id: B, x1: b, y1: x, x2: F, y2: y }, P.map((ue) => C("stop", { offset: ue.offset * 100 + "%", "stop-color": ue.color })).join("")) + C("rect", { x: 0, y: 0, width: v, height: g, fill: `url(#${B})` }));
15852
15849
  return [j, oe];
15853
15850
  }
15854
15851
  if (o.startsWith("radial-gradient(")) {
15855
- let m = $n.parse(o)[0], v = m.orientation[0], [g, b] = h, x = "circle", F = g / 2, y = b / 2;
15852
+ let D = $n.parse(o)[0], v = D.orientation[0], [g, b] = h, x = "circle", F = g / 2, y = b / 2;
15856
15853
  if (v.type === "shape") {
15857
15854
  if (x = v.value, v.at)
15858
15855
  if (v.at.type === "position") {
@@ -15862,20 +15859,20 @@ async function Nt({ id: e, width: t, height: n, left: r, top: i }, { image: o, s
15862
15859
  throw new Error("orientation.at.type not implemented: " + v.at.type);
15863
15860
  } else
15864
15861
  throw new Error("orientation.type not implemented: " + v.type);
15865
- let k = Cu(t, m.colorStops, f), P = `satori_radial_${e}`, B = `satori_pattern_${e}`, j = `satori_mask_${e}`, oe = Mf(x, v.style, l.fontSize, { x: F, y }, [g, b], l), ue = C("pattern", { id: B, x: d[0] / t, y: d[1] / n, width: c ? g / t : "1", height: p ? b / n : "1", patternUnits: "objectBoundingBox" }, C("radialGradient", { id: P }, k.map((N) => C("stop", { offset: N.offset, "stop-color": N.color })).join("")) + C("mask", { id: j }, C("rect", { x: 0, y: 0, width: g, height: b, fill: "#fff" })) + C("rect", { x: 0, y: 0, width: g, height: b, fill: k.at(-1).color }) + C(x, { cx: F, cy: y, width: g, height: b, ...oe, fill: `url(#${P})`, mask: `url(#${j})` }));
15862
+ let k = Cu(t, D.colorStops, f), P = `satori_radial_${e}`, B = `satori_pattern_${e}`, j = `satori_mask_${e}`, oe = Mf(x, v.style, l.fontSize, { x: F, y }, [g, b], l), ue = C("pattern", { id: B, x: d[0] / t, y: d[1] / n, width: c ? g / t : "1", height: p ? b / n : "1", patternUnits: "objectBoundingBox" }, C("radialGradient", { id: P }, k.map((N) => C("stop", { offset: N.offset, "stop-color": N.color })).join("")) + C("mask", { id: j }, C("rect", { x: 0, y: 0, width: g, height: b, fill: "#fff" })) + C("rect", { x: 0, y: 0, width: g, height: b, fill: k.at(-1).color }) + C(x, { cx: F, cy: y, width: g, height: b, ...oe, fill: `url(#${P})`, mask: `url(#${j})` }));
15866
15863
  return [B, ue];
15867
15864
  }
15868
15865
  if (o.startsWith("url(")) {
15869
- let m = Wn(u, { x: t, y: n, defaultX: 0, defaultY: 0 }), [v, g, b] = await yt(o.slice(4, -1)), x = f === "mask" ? g || m[0] : m[0] || g, F = f === "mask" ? b || m[1] : m[1] || b;
15866
+ let D = Wn(u, { x: t, y: n, defaultX: 0, defaultY: 0 }), [v, g, b] = await yt(o.slice(4, -1)), x = f === "mask" ? g || D[0] : D[0] || g, F = f === "mask" ? b || D[1] : D[1] || b;
15870
15867
  return [`satori_bi${e}`, C("pattern", { id: `satori_bi${e}`, patternContentUnits: "userSpaceOnUse", patternUnits: "userSpaceOnUse", x: d[0] + r, y: d[1] + i, width: c ? x : "100%", height: p ? F : "100%" }, C("image", { x: 0, y: 0, width: x, height: F, preserveAspectRatio: "none", href: v }))];
15871
15868
  }
15872
15869
  throw new Error(`Invalid background image: "${o}"`);
15873
15870
  }
15874
15871
  function Lf(e, t, n, r, i, o) {
15875
15872
  let u = { x: n / 2, y: r / 2 };
15876
- return e.type === "position-keyword" ? Object.assign(u, _u(e.value, n, r, "x")) : u.x = q(`${e.value}${e.type}`, i, n, o, true), t.type === "position-keyword" ? Object.assign(u, _u(t.value, n, r, "y")) : u.y = q(`${t.value}${t.type}`, i, r, o, true), u;
15873
+ return e.type === "position-keyword" ? Object.assign(u, Su(e.value, n, r, "x")) : u.x = q(`${e.value}${e.type}`, i, n, o, true), t.type === "position-keyword" ? Object.assign(u, Su(t.value, n, r, "y")) : u.y = q(`${t.value}${t.type}`, i, r, o, true), u;
15877
15874
  }
15878
- function _u(e, t, n, r) {
15875
+ function Su(e, t, n, r) {
15879
15876
  switch (e) {
15880
15877
  case "center":
15881
15878
  return { [r]: r === "x" ? t / 2 : n / 2 };
@@ -15919,7 +15916,7 @@ function Mf(e, t, n, r, i, o) {
15919
15916
  function Nf([e, t]) {
15920
15917
  return Math.round(e * 1e3) === 0 && Math.round(t * 1e3) === 0 ? 0 : Math.round(e * t / Math.sqrt(e * e + t * t) * 1e3) / 1e3;
15921
15918
  }
15922
- function zr(e, t, n) {
15919
+ function Ur(e, t, n) {
15923
15920
  return n < e + t && (n / 2 < e && n / 2 < t ? e = t = n / 2 : n / 2 < e ? e = n - t : n / 2 < t && (t = n - e)), [e, t];
15924
15921
  }
15925
15922
  function Gr(e) {
@@ -15937,10 +15934,10 @@ function Je({ left: e, top: t, width: n, height: r }, i, o) {
15937
15934
  let { borderTopLeftRadius: u, borderTopRightRadius: s, borderBottomLeftRadius: a, borderBottomRightRadius: l, fontSize: f } = i, c, p, h, d;
15938
15935
  if ([c, u] = jr(u, n, r, f, i), [p, s] = jr(s, n, r, f, i), [h, a] = jr(a, n, r, f, i), [d, l] = jr(l, n, r, f, i), !o && !Hr(u) && !Hr(s) && !Hr(a) && !Hr(l))
15939
15936
  return "";
15940
- u || (u = [0, 0]), s || (s = [0, 0]), a || (a = [0, 0]), l || (l = [0, 0]), [u[0], s[0]] = zr(u[0], s[0], n), [a[0], l[0]] = zr(a[0], l[0], n), [u[1], a[1]] = zr(u[1], a[1], r), [s[1], l[1]] = zr(s[1], l[1], r), c && Gr(u), p && Gr(s), h && Gr(a), d && Gr(l);
15941
- let m = [];
15942
- m[0] = [s, s], m[1] = [l, [-l[0], l[1]]], m[2] = [a, [-a[0], -a[1]]], m[3] = [u, [u[0], -u[1]]];
15943
- let v = `h${n - u[0] - s[0]} a${m[0][0]} 0 0 1 ${m[0][1]}`, g = `v${r - s[1] - l[1]} a${m[1][0]} 0 0 1 ${m[1][1]}`, b = `h${l[0] + a[0] - n} a${m[2][0]} 0 0 1 ${m[2][1]}`, x = `v${a[1] + u[1] - r} a${m[3][0]} 0 0 1 ${m[3][1]}`;
15937
+ u || (u = [0, 0]), s || (s = [0, 0]), a || (a = [0, 0]), l || (l = [0, 0]), [u[0], s[0]] = Ur(u[0], s[0], n), [a[0], l[0]] = Ur(a[0], l[0], n), [u[1], a[1]] = Ur(u[1], a[1], r), [s[1], l[1]] = Ur(s[1], l[1], r), c && Gr(u), p && Gr(s), h && Gr(a), d && Gr(l);
15938
+ let D = [];
15939
+ D[0] = [s, s], D[1] = [l, [-l[0], l[1]]], D[2] = [a, [-a[0], -a[1]]], D[3] = [u, [u[0], -u[1]]];
15940
+ let v = `h${n - u[0] - s[0]} a${D[0][0]} 0 0 1 ${D[0][1]}`, g = `v${r - s[1] - l[1]} a${D[1][0]} 0 0 1 ${D[1][1]}`, b = `h${l[0] + a[0] - n} a${D[2][0]} 0 0 1 ${D[2][1]}`, x = `v${a[1] + u[1] - r} a${D[3][0]} 0 0 1 ${D[3][1]}`;
15944
15941
  if (o) {
15945
15942
  let y = function(se) {
15946
15943
  let N = Nf([u, s, l, a][se]);
@@ -15953,17 +15950,17 @@ function Je({ left: e, top: t, width: n, height: r }, i, o) {
15953
15950
  else
15954
15951
  for (; !o[F]; )
15955
15952
  F = (F + 1) % 4;
15956
- let k = "", P = y(F), B = `M${P[0]} A${m[(F + 3) % 4][0]} 0 0 1 ${P[1]}`, j = 0;
15953
+ let k = "", P = y(F), B = `M${P[0]} A${D[(F + 3) % 4][0]} 0 0 1 ${P[1]}`, j = 0;
15957
15954
  for (; j < 4 && o[(F + j) % 4]; j++)
15958
15955
  k += B + " ", B = [v, g, b, x][(F + j) % 4];
15959
15956
  let oe = (F + j) % 4;
15960
15957
  k += B.split(" ")[0];
15961
15958
  let ue = y(oe);
15962
- return k += ` A${m[(oe + 3) % 4][0]} 0 0 1 ${ue[0]}`, k;
15959
+ return k += ` A${D[(oe + 3) % 4][0]} 0 0 1 ${ue[0]}`, k;
15963
15960
  }
15964
15961
  return `M${e + u[0]},${t} ${v} ${g} ${b} ${x}`;
15965
15962
  }
15966
- function Su(e, t, n) {
15963
+ function _u(e, t, n) {
15967
15964
  return n[e + "Width"] === n[t + "Width"] && n[e + "Style"] === n[t + "Style"] && n[e + "Color"] === n[t + "Color"];
15968
15965
  }
15969
15966
  function ku({ id: e, currentClipPathId: t, borderPath: n, borderType: r, left: i, top: o, width: u, height: s }, a) {
@@ -15977,12 +15974,12 @@ function $t({ left: e, top: t, width: n, height: r, props: i, asContentMask: o,
15977
15974
  if (!o && !a.some((h) => s[h + "Width"]))
15978
15975
  return "";
15979
15976
  let l = "", f = 0;
15980
- for (; f > 0 && Su(a[f], a[(f + 3) % 4], s); )
15977
+ for (; f > 0 && _u(a[f], a[(f + 3) % 4], s); )
15981
15978
  f = (f + 3) % 4;
15982
15979
  let c = [false, false, false, false], p = [];
15983
15980
  for (let h = 0; h < 4; h++) {
15984
- let d = (f + h) % 4, m = (f + h + 1) % 4, v = a[d], g = a[m];
15985
- if (c[d] = true, p = [s[v + "Width"], s[v + "Style"], s[v + "Color"], v], !Su(v, g, s)) {
15981
+ let d = (f + h) % 4, D = (f + h + 1) % 4, v = a[d], g = a[D];
15982
+ if (c[d] = true, p = [s[v + "Width"], s[v + "Style"], s[v + "Color"], v], !_u(v, g, s)) {
15986
15983
  let b = (p[0] || 0) + (o && !u && s[v.replace("border", "padding")] || 0);
15987
15984
  b && (l += C("path", { width: n, height: r, ...i, fill: "none", stroke: o ? "#000" : p[2], "stroke-width": b * 2, "stroke-dasharray": !o && p[1] === "dashed" ? b * 2 + " " + b : void 0, d: Je({ left: e, top: t, width: n, height: r }, s, c) })), c = [false, false, false, false];
15988
15985
  }
@@ -16003,15 +16000,15 @@ function Pu({ width: e, height: t }, n, r) {
16003
16000
  let f = l.match(Wt.circle);
16004
16001
  if (!f)
16005
16002
  return null;
16006
- let [, c] = f, [p, h = ""] = c.split("at").map((v) => v.trim()), { x: d, y: m } = Ou(h, e, t);
16007
- return { type: "circle", r: q(p, r.fontSize, Math.sqrt(Math.pow(e, 2) + Math.pow(t, 2)) / Math.sqrt(2), r, true), cx: q(d, r.fontSize, e, r, true), cy: q(m, r.fontSize, t, r, true) };
16003
+ let [, c] = f, [p, h = ""] = c.split("at").map((v) => v.trim()), { x: d, y: D } = Ou(h, e, t);
16004
+ return { type: "circle", r: q(p, r.fontSize, Math.sqrt(Math.pow(e, 2) + Math.pow(t, 2)) / Math.sqrt(2), r, true), cx: q(d, r.fontSize, e, r, true), cy: q(D, r.fontSize, t, r, true) };
16008
16005
  }
16009
16006
  function o(l) {
16010
16007
  let f = l.match(Wt.ellipse);
16011
16008
  if (!f)
16012
16009
  return null;
16013
- let [, c] = f, [p, h = ""] = c.split("at").map((b) => b.trim()), [d, m] = p.split(" "), { x: v, y: g } = Ou(h, e, t);
16014
- return { type: "ellipse", rx: q(d || "50%", r.fontSize, e, r, true), ry: q(m || "50%", r.fontSize, t, r, true), cx: q(v, r.fontSize, e, r, true), cy: q(g, r.fontSize, t, r, true) };
16010
+ let [, c] = f, [p, h = ""] = c.split("at").map((b) => b.trim()), [d, D] = p.split(" "), { x: v, y: g } = Ou(h, e, t);
16011
+ return { type: "ellipse", rx: q(d || "50%", r.fontSize, e, r, true), ry: q(D || "50%", r.fontSize, t, r, true), cx: q(v, r.fontSize, e, r, true), cy: q(g, r.fontSize, t, r, true) };
16015
16012
  }
16016
16013
  function u(l) {
16017
16014
  let f = l.match(Wt.path);
@@ -16025,13 +16022,13 @@ function Pu({ width: e, height: t }, n, r) {
16025
16022
  if (!f)
16026
16023
  return null;
16027
16024
  let [c, p] = Au(f[1]);
16028
- return { type: "polygon", "fill-rule": c, points: p.split(",").map((h) => h.split(" ").map((d, m) => q(d, r.fontSize, m === 0 ? e : t, r, true)).join(" ")).join(",") };
16025
+ return { type: "polygon", "fill-rule": c, points: p.split(",").map((h) => h.split(" ").map((d, D) => q(d, r.fontSize, D === 0 ? e : t, r, true)).join(" ")).join(",") };
16029
16026
  }
16030
16027
  function a(l) {
16031
16028
  let f = l.match(Wt.inset);
16032
16029
  if (!f)
16033
16030
  return null;
16034
- let [c, p] = (f[1].includes("round") ? f[1] : `${f[1].trim()} round 0`).split("round"), h = (0, import_css_to_react_native3.getStylesForProperty)("borderRadius", p, true), d = Object.values(h).map((F) => String(F)).map((F, y) => q(F, r.fontSize, y === 0 || y === 2 ? t : e, r, true) || 0), m = Object.values((0, import_css_to_react_native3.getStylesForProperty)("margin", c, true)).map((F) => String(F)).map((F, y) => q(F, r.fontSize, y === 0 || y === 2 ? t : e, r, true) || 0), v = m[3], g = m[0], b = e - (m[1] + m[3]), x = t - (m[0] + m[2]);
16031
+ let [c, p] = (f[1].includes("round") ? f[1] : `${f[1].trim()} round 0`).split("round"), h = (0, import_css_to_react_native3.getStylesForProperty)("borderRadius", p, true), d = Object.values(h).map((F) => String(F)).map((F, y) => q(F, r.fontSize, y === 0 || y === 2 ? t : e, r, true) || 0), D = Object.values((0, import_css_to_react_native3.getStylesForProperty)("margin", c, true)).map((F) => String(F)).map((F, y) => q(F, r.fontSize, y === 0 || y === 2 ? t : e, r, true) || 0), v = D[3], g = D[0], b = e - (D[1] + D[3]), x = t - (D[0] + D[2]);
16035
16032
  return d.some((F) => F > 0) ? { type: "path", d: Je({ left: v, top: g, width: b, height: x }, { ...n, ...h }) } : { type: "rect", x: v, y: g, width: b, height: x };
16036
16033
  }
16037
16034
  return { parseCircle: i, parseEllipse: o, parsePath: u, parsePolygon: s, parseInset: a };
@@ -16065,7 +16062,7 @@ function Iu(e, t, n) {
16065
16062
  }
16066
16063
  return "";
16067
16064
  }
16068
- function Un({ left: e, top: t, width: n, height: r, path: i, matrix: o, id: u, currentClipPath: s, src: a }, l, f) {
16065
+ function zn({ left: e, top: t, width: n, height: r, path: i, matrix: o, id: u, currentClipPath: s, src: a }, l, f) {
16069
16066
  let c = "", p = l.clipPath && l.clipPath !== "none" ? Iu({ left: e, top: t, width: n, height: r, path: i, id: u, matrix: o, currentClipPath: s, src: a }, l, f) : "";
16070
16067
  if (l.overflow !== "hidden" && !a)
16071
16068
  c = "";
@@ -16077,7 +16074,7 @@ function Un({ left: e, top: t, width: n, height: r, path: i, matrix: o, id: u, c
16077
16074
  return p + c + h;
16078
16075
  }
16079
16076
  var $f = (e) => `satori_mi-${e}`;
16080
- async function zn(e, t, n) {
16077
+ async function Un(e, t, n) {
16081
16078
  if (!t.maskImage)
16082
16079
  return ["", ""];
16083
16080
  let { left: r, top: i, width: o, height: u, id: s } = e, a = t.maskImage, l = a.length;
@@ -16085,16 +16082,16 @@ async function zn(e, t, n) {
16085
16082
  return ["", ""];
16086
16083
  let f = $f(s), c = "";
16087
16084
  for (let p = 0; p < l; p++) {
16088
- let h = a[p], [d, m] = await Nt({ id: `${f}-${p}`, left: r, top: i, width: o, height: u }, h, n, "mask");
16089
- c += m + C("rect", { x: 0, y: 0, width: o, height: u, fill: `url(#${d})` });
16085
+ let h = a[p], [d, D] = await Nt({ id: `${f}-${p}`, left: r, top: i, width: o, height: u }, h, n, "mask");
16086
+ c += D + C("rect", { x: 0, y: 0, width: o, height: u, fill: `url(#${d})` });
16090
16087
  }
16091
16088
  return c = C("mask", { id: f }, c), [f, c];
16092
16089
  }
16093
16090
  async function qt({ id: e, left: t, top: n, width: r, height: i, isInheritingTransform: o, src: u, debug: s }, a, l) {
16094
16091
  if (a.display === "none")
16095
16092
  return "";
16096
- let f = !!u, c = "rect", p = "", h = "", d = [], m = 1, v = "";
16097
- a.backgroundColor && d.push(a.backgroundColor), a.opacity !== void 0 && (m = +a.opacity), a.transform && (p = Rt({ left: t, top: n, width: r, height: i }, a.transform, o, a.transformOrigin));
16093
+ let f = !!u, c = "rect", p = "", h = "", d = [], D = 1, v = "";
16094
+ a.backgroundColor && d.push(a.backgroundColor), a.opacity !== void 0 && (D = +a.opacity), a.transform && (p = Rt({ left: t, top: n, width: r, height: i }, a.transform, o, a.transformOrigin));
16098
16095
  let g = "";
16099
16096
  if (a.backgroundImage) {
16100
16097
  let L = [];
@@ -16105,13 +16102,13 @@ async function qt({ id: e, left: t, top: n, width: r, height: i, isInheritingTra
16105
16102
  for (let V of L)
16106
16103
  d.push(`url(#${V[0]})`), h += V[1], V[2] && (g += V[2]);
16107
16104
  }
16108
- let [b, x] = await zn({ id: e, left: t, top: n, width: r, height: i }, a, l);
16105
+ let [b, x] = await Un({ id: e, left: t, top: n, width: r, height: i }, a, l);
16109
16106
  h += x;
16110
16107
  let F = b ? `url(#${b})` : a._inheritedMaskId ? `url(#${a._inheritedMaskId})` : void 0, y = Je({ left: t, top: n, width: r, height: i }, a);
16111
16108
  y && (c = "path");
16112
16109
  let k = a._inheritedClipPathId;
16113
16110
  s && (v = C("rect", { x: t, y: n, width: r, height: i, fill: "transparent", stroke: "#ff5757", "stroke-width": 1, transform: p || void 0, "clip-path": k ? `url(#${k})` : void 0 }));
16114
- let { backgroundClip: P, filter: B } = a, j = P === "text" ? `url(#satori_bct-${e})` : k ? `url(#${k})` : a.clipPath ? Bu(e) : void 0, oe = Un({ left: t, top: n, width: r, height: i, path: y, id: e, matrix: p, currentClipPath: j, src: u }, a, l), ue = d.map((L) => C(c, { x: t, y: n, width: r, height: i, fill: L, d: y || void 0, transform: p || void 0, "clip-path": j, style: B ? `filter:${B}` : void 0, mask: F })).join(""), se = ku({ id: e, left: t, top: n, width: r, height: i, currentClipPathId: k, borderPath: y, borderType: c }, a);
16111
+ let { backgroundClip: P, filter: B } = a, j = P === "text" ? `url(#satori_bct-${e})` : k ? `url(#${k})` : a.clipPath ? Bu(e) : void 0, oe = zn({ left: t, top: n, width: r, height: i, path: y, id: e, matrix: p, currentClipPath: j, src: u }, a, l), ue = d.map((L) => C(c, { x: t, y: n, width: r, height: i, fill: L, d: y || void 0, transform: p || void 0, "clip-path": j, style: B ? `filter:${B}` : void 0, mask: F })).join(""), se = ku({ id: e, left: t, top: n, width: r, height: i, currentClipPathId: k, borderPath: y, borderType: c }, a);
16115
16112
  if (f) {
16116
16113
  let L = (a.borderLeftWidth || 0) + (a.paddingLeft || 0), V = (a.borderTopWidth || 0) + (a.paddingTop || 0), de = (a.borderRightWidth || 0) + (a.paddingRight || 0), Y = (a.borderBottomWidth || 0) + (a.paddingBottom || 0), ee = a.objectFit === "contain" ? "xMidYMid" : a.objectFit === "cover" ? "xMidYMid slice" : "none";
16117
16114
  ue += C("image", { x: t + L, y: n + V, width: r - L - de, height: i - V - Y, href: u, preserveAspectRatio: ee, transform: p || void 0, style: B ? `filter:${B}` : void 0, "clip-path": `url(#satori_cp-${e})`, mask: b ? `url(#${b})` : `url(#satori_om-${e})` });
@@ -16121,8 +16118,8 @@ async function qt({ id: e, left: t, top: n, width: r, height: i, isInheritingTra
16121
16118
  let L = se[1];
16122
16119
  ue += $t({ left: t, top: n, width: r, height: i, props: { transform: p || void 0, "clip-path": `url(#${L})` } }, a);
16123
16120
  }
16124
- let N = wu({ width: r, height: i, id: e, opacity: m, shape: C(c, { x: t, y: n, width: r, height: i, fill: "#fff", stroke: "#fff", "stroke-width": 0, d: y || void 0, transform: p || void 0, "clip-path": j, mask: F }) }, a);
16125
- return (h ? C("defs", {}, h) : "") + (N ? N[0] : "") + oe + (m !== 1 ? `<g opacity="${m}">` : "") + (g || ue) + (m !== 1 ? "</g>" : "") + (N ? N[1] : "") + v;
16121
+ let N = wu({ width: r, height: i, id: e, opacity: D, shape: C(c, { x: t, y: n, width: r, height: i, fill: "#fff", stroke: "#fff", "stroke-width": 0, d: y || void 0, transform: p || void 0, "clip-path": j, mask: F }) }, a);
16122
+ return (h ? C("defs", {}, h) : "") + (N ? N[0] : "") + oe + (D !== 1 ? `<g opacity="${D}">` : "") + (g || ue) + (D !== 1 ? "</g>" : "") + (N ? N[1] : "") + v;
16126
16123
  }
16127
16124
  var Ru = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC3\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC08\uDC26](?:\u200D\u2B1B)?|[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
16128
16125
  var Wf = new RegExp(Ru(), "");
@@ -16149,7 +16146,7 @@ function Nu(e) {
16149
16146
  if (e)
16150
16147
  return Yr.find((t) => t.toLowerCase().startsWith(e.toLowerCase()));
16151
16148
  }
16152
- async function* Ut(e, t) {
16149
+ async function* zt(e, t) {
16153
16150
  var M;
16154
16151
  let n = await qe(), { id: r, inheritedStyle: i, parent: o, font: u, debug: s, locale: a, embedFont: l = true, graphemeImages: f, canLoadAdditionalAssets: c, getTwStyles: p } = t;
16155
16152
  if (e === null || typeof e > "u")
@@ -16161,7 +16158,7 @@ async function* Ut(e, t) {
16161
16158
  else {
16162
16159
  if (Ko(e.type))
16163
16160
  throw new Error("Class component is not supported.");
16164
- R = Ut(e.type(e.props), t), yield (await R.next()).value;
16161
+ R = zt(e.type(e.props), t), yield (await R.next()).value;
16165
16162
  }
16166
16163
  await R.next();
16167
16164
  let ae = yield;
@@ -16170,21 +16167,21 @@ async function* Ut(e, t) {
16170
16167
  let { type: h, props: d } = e;
16171
16168
  if (d && Jo(d))
16172
16169
  throw new Error("dangerouslySetInnerHTML property is not supported. See documentation for more information https://github.com/vercel/satori#jsx.");
16173
- let { style: m, children: v, tw: g, lang: b = a } = d || {}, x = Nu(b);
16170
+ let { style: D, children: v, tw: g, lang: b = a } = d || {}, x = Nu(b);
16174
16171
  if (g) {
16175
- let R = p(g, m);
16176
- m = Object.assign(R, m);
16172
+ let R = p(g, D);
16173
+ D = Object.assign(R, D);
16177
16174
  }
16178
16175
  let F = n.Node.create();
16179
16176
  o.insertChild(F, o.getChildCount());
16180
- let [y, k] = await Pn(F, h, i, m, d), P = y.transform === i.transform;
16177
+ let [y, k] = await Pn(F, h, i, D, d), P = y.transform === i.transform;
16181
16178
  if (P || (y.transform.__parent = i.transform), (y.overflow === "hidden" || y.clipPath && y.clipPath !== "none") && (k._inheritedClipPathId = `satori_cp-${r}`, k._inheritedMaskId = `satori_om-${r}`), y.maskImage && (k._inheritedMaskId = `satori_mi-${r}`), y.backgroundClip === "text") {
16182
16179
  let R = { value: "" };
16183
16180
  k._inheritedBackgroundClipTextPath = R, y._inheritedBackgroundClipTextPath = R;
16184
16181
  }
16185
16182
  let B = Zo(v), j = [], oe = 0, ue = [];
16186
16183
  for (let R of B) {
16187
- let ae = Ut(R, { id: r + "-" + oe++, parentStyle: y, inheritedStyle: k, isInheritingTransform: true, parent: F, font: u, embedFont: l, debug: s, graphemeImages: f, canLoadAdditionalAssets: c, locale: x, getTwStyles: p, onNodeDetected: t.onNodeDetected });
16184
+ let ae = zt(R, { id: r + "-" + oe++, parentStyle: y, inheritedStyle: k, isInheritingTransform: true, parent: F, font: u, embedFont: l, debug: s, graphemeImages: f, canLoadAdditionalAssets: c, locale: x, getTwStyles: p, onNodeDetected: t.onNodeDetected });
16188
16185
  c ? ue.push(...(await ae.next()).value || []) : await ae.next(), j.push(ae);
16189
16186
  }
16190
16187
  yield ue;
@@ -16200,7 +16197,7 @@ async function* Ut(e, t) {
16200
16197
  let R = y.color, ae = await du(e, R);
16201
16198
  le = await qt({ id: r, left: L, top: V, width: de, height: Y, src: ae, isInheritingTransform: P, debug: s }, y, k);
16202
16199
  } else {
16203
- let R = m == null ? void 0 : m.display;
16200
+ let R = D == null ? void 0 : D.display;
16204
16201
  if (h === "div" && v && typeof v != "string" && R !== "flex" && R !== "none")
16205
16202
  throw new Error('Expected <div> to have explicit "display: flex" or "display: none" if it has more than one child node.');
16206
16203
  le = await qt({ id: r, left: L, top: V, width: de, height: Y, isInheritingTransform: P, debug: s }, y, k);
@@ -16221,7 +16218,7 @@ function qf(e, t, [n, r], [i, o]) {
16221
16218
  }
16222
16219
  return -1;
16223
16220
  }
16224
- var zt = class {
16221
+ var Ut = class {
16225
16222
  defaultFont;
16226
16223
  fonts = /* @__PURE__ */ new Map();
16227
16224
  constructor(t) {
@@ -16273,7 +16270,7 @@ var zt = class {
16273
16270
  for (let b of a)
16274
16271
  if (!r.includes(b))
16275
16272
  if (u) {
16276
- let x = Uf(b);
16273
+ let x = zf(b);
16277
16274
  x ? x === u ? l.push(this.get({ name: b, weight: i, style: o })) : f.push(this.get({ name: b, weight: i, style: o })) : c.push(this.get({ name: b, weight: i, style: o }));
16278
16275
  } else
16279
16276
  c.push(this.get({ name: b, weight: i, style: o }));
@@ -16289,7 +16286,7 @@ var zt = class {
16289
16286
  }, d = (b, x = false) => {
16290
16287
  var y, k;
16291
16288
  return ((x ? (k = (y = b.tables) == null ? void 0 : y.os2) == null ? void 0 : k.sTypoAscender : 0) || b.ascender) / b.unitsPerEm * t;
16292
- }, m = (b, x = false) => {
16289
+ }, D = (b, x = false) => {
16293
16290
  var y, k;
16294
16291
  return ((x ? (k = (y = b.tables) == null ? void 0 : y.os2) == null ? void 0 : k.sTypoDescender : 0) || b.descender) / b.unitsPerEm * t;
16295
16292
  }, v = (b) => h(b, false), g = { has: (b) => {
@@ -16299,9 +16296,9 @@ var zt = class {
16299
16296
  let x = v(b);
16300
16297
  return x ? (x._trackBrokenChars = [], x.stringToGlyphs(b), x._trackBrokenChars.length ? (x._trackBrokenChars = void 0, false) : true) : false;
16301
16298
  }, baseline: (b, x = typeof b > "u" ? s[0] : h(b)) => {
16302
- let F = d(x, true), y = m(x, true), k = g.height(b, x), { yMax: P, yMin: B } = x.tables.head, j = F - y, oe = (P / (P - B) - 1) * j;
16299
+ let F = d(x, true), y = D(x, true), k = g.height(b, x), { yMax: P, yMin: B } = x.tables.head, j = F - y, oe = (P / (P - B) - 1) * j;
16303
16300
  return k * ((1.2 / n + 1) / 2) + oe;
16304
- }, height: (b, x = typeof b > "u" ? s[0] : h(b)) => (d(x) - m(x)) * (n / 1.2), measure: (b, x) => this.measure(h, b, x), getSVG: (b, x) => this.getSVG(h, b, x) };
16301
+ }, height: (b, x = typeof b > "u" ? s[0] : h(b)) => (d(x) - D(x)) * (n / 1.2), measure: (b, x) => this.measure(h, b, x), getSVG: (b, x) => this.getSVG(h, b, x) };
16305
16302
  return g;
16306
16303
  }
16307
16304
  patchFontFallbackResolver(t, n) {
@@ -16315,8 +16312,8 @@ var zt = class {
16315
16312
  let l = r.shift(), f = n(l);
16316
16313
  if (f !== t) {
16317
16314
  let c = f.charToGlyph(l), p = t.unitsPerEm / f.unitsPerEm, h = new opentype_module_default.Path();
16318
- h.unitsPerEm = t.unitsPerEm, h.commands = c.path.commands.map((m) => {
16319
- let v = { ...m };
16315
+ h.unitsPerEm = t.unitsPerEm, h.commands = c.path.commands.map((D) => {
16316
+ let v = { ...D };
16320
16317
  for (let g in v)
16321
16318
  typeof v[g] == "number" && (v[g] *= p);
16322
16319
  return v;
@@ -16347,7 +16344,7 @@ var zt = class {
16347
16344
  }
16348
16345
  }
16349
16346
  };
16350
- function Uf(e) {
16347
+ function zf(e) {
16351
16348
  let t = e.split("_"), n = t[t.length - 1];
16352
16349
  return n === $u ? void 0 : n;
16353
16350
  }
@@ -16355,22 +16352,22 @@ function Vn({ width: e, height: t, content: n }) {
16355
16352
  return C("svg", { width: e, height: t, viewBox: `0 0 ${e} ${t}`, xmlns: "http://www.w3.org/2000/svg" }, n);
16356
16353
  }
16357
16354
  var bl = Ol(Xa());
16358
- var km = ["ios", "android", "windows", "macos", "web"];
16355
+ var kD = ["ios", "android", "windows", "macos", "web"];
16359
16356
  function Ka(e) {
16360
- return km.includes(e);
16357
+ return kD.includes(e);
16361
16358
  }
16362
- var Tm = ["portrait", "landscape"];
16359
+ var TD = ["portrait", "landscape"];
16363
16360
  function Ja(e) {
16364
- return Tm.includes(e);
16361
+ return TD.includes(e);
16365
16362
  }
16366
16363
  var Qa;
16367
16364
  (function(e) {
16368
16365
  e.fontSize = "fontSize", e.lineHeight = "lineHeight";
16369
16366
  })(Qa || (Qa = {}));
16370
- var z;
16367
+ var U;
16371
16368
  (function(e) {
16372
16369
  e.rem = "rem", e.em = "em", e.px = "px", e.percent = "%", e.vw = "vw", e.vh = "vh", e.none = "<no-css-unit>";
16373
- })(z || (z = {}));
16370
+ })(U || (U = {}));
16374
16371
  function yo(e) {
16375
16372
  return typeof e == "string";
16376
16373
  }
@@ -16378,7 +16375,7 @@ function xo(e) {
16378
16375
  return typeof e == "object";
16379
16376
  }
16380
16377
  var Fo;
16381
- function D(e) {
16378
+ function m(e) {
16382
16379
  return { kind: "complete", style: e };
16383
16380
  }
16384
16381
  function ce(e, t = {}) {
@@ -16392,27 +16389,27 @@ function ce(e, t = {}) {
16392
16389
  return null;
16393
16390
  let i = e.match(/(([a-z]{2,}|%))$/);
16394
16391
  if (!i)
16395
- return [r, z.none];
16392
+ return [r, U.none];
16396
16393
  switch (i == null ? void 0 : i[1]) {
16397
16394
  case "rem":
16398
- return [r, z.rem];
16395
+ return [r, U.rem];
16399
16396
  case "px":
16400
- return [r, z.px];
16397
+ return [r, U.px];
16401
16398
  case "em":
16402
- return [r, z.em];
16399
+ return [r, U.em];
16403
16400
  case "%":
16404
- return [r, z.percent];
16401
+ return [r, U.percent];
16405
16402
  case "vw":
16406
- return [r, z.vw];
16403
+ return [r, U.vw];
16407
16404
  case "vh":
16408
- return [r, z.vh];
16405
+ return [r, U.vh];
16409
16406
  default:
16410
16407
  return null;
16411
16408
  }
16412
16409
  }
16413
16410
  function Ge(e, t, n = {}) {
16414
16411
  let r = Me(t, n);
16415
- return r === null ? null : D({ [e]: r });
16412
+ return r === null ? null : m({ [e]: r });
16416
16413
  }
16417
16414
  function pn(e, t, n) {
16418
16415
  let r = Me(t);
@@ -16431,17 +16428,17 @@ function Me(e, t = {}) {
16431
16428
  function rt(e, t, n = {}) {
16432
16429
  let { isNegative: r, device: i } = n;
16433
16430
  switch (t) {
16434
- case z.rem:
16431
+ case U.rem:
16435
16432
  return e * 16 * (r ? -1 : 1);
16436
- case z.px:
16433
+ case U.px:
16437
16434
  return e * (r ? -1 : 1);
16438
- case z.percent:
16435
+ case U.percent:
16439
16436
  return `${r ? "-" : ""}${e}%`;
16440
- case z.none:
16437
+ case U.none:
16441
16438
  return e * (r ? -1 : 1);
16442
- case z.vw:
16439
+ case U.vw:
16443
16440
  return i != null && i.windowDimensions ? i.windowDimensions.width * (e / 100) : (Fe("`vw` CSS unit requires configuration with `useDeviceContext()`"), null);
16444
- case z.vh:
16441
+ case U.vh:
16445
16442
  return i != null && i.windowDimensions ? i.windowDimensions.height * (e / 100) : (Fe("`vh` CSS unit requires configuration with `useDeviceContext()`"), null);
16446
16443
  default:
16447
16444
  return null;
@@ -16453,17 +16450,17 @@ function wo(e) {
16453
16450
  return null;
16454
16451
  let [n, r] = t;
16455
16452
  switch (r) {
16456
- case z.rem:
16453
+ case U.rem:
16457
16454
  return n * 16;
16458
- case z.px:
16455
+ case U.px:
16459
16456
  return n;
16460
16457
  default:
16461
16458
  return null;
16462
16459
  }
16463
16460
  }
16464
- var Am = { t: "Top", tr: "TopRight", tl: "TopLeft", b: "Bottom", br: "BottomRight", bl: "BottomLeft", l: "Left", r: "Right", x: "Horizontal", y: "Vertical" };
16461
+ var AD = { t: "Top", tr: "TopRight", tl: "TopLeft", b: "Bottom", br: "BottomRight", bl: "BottomLeft", l: "Left", r: "Right", x: "Horizontal", y: "Vertical" };
16465
16462
  function Eo(e) {
16466
- return Am[e ?? ""] || "All";
16463
+ return AD[e ?? ""] || "All";
16467
16464
  }
16468
16465
  function Co(e) {
16469
16466
  let t = "All";
@@ -16479,7 +16476,7 @@ function ft(e, t = {}) {
16479
16476
  }
16480
16477
  function Ae(e, t, n = {}) {
16481
16478
  let r = ft(t, n);
16482
- return r === null ? null : D({ [e]: r });
16479
+ return r === null ? null : m({ [e]: r });
16483
16480
  }
16484
16481
  function Za(e, t = {}) {
16485
16482
  if (e === "px")
@@ -16488,16 +16485,16 @@ function Za(e, t = {}) {
16488
16485
  if (!n)
16489
16486
  return null;
16490
16487
  let [r, i] = n;
16491
- return t.fractions && (i = z.percent, r *= 100), i === z.none && (r = r / 4, i = z.rem), rt(r, i, t);
16488
+ return t.fractions && (i = U.percent, r *= 100), i === U.none && (r = r / 4, i = U.rem), rt(r, i, t);
16492
16489
  }
16493
- function Om(...e) {
16490
+ function OD(...e) {
16494
16491
  console.warn(...e);
16495
16492
  }
16496
- function Pm(...e) {
16493
+ function PD(...e) {
16497
16494
  }
16498
- var Fe = typeof process > "u" || ((Fo = process == null ? void 0 : process.env) === null || Fo === void 0 ? void 0 : Fo.JEST_WORKER_ID) === void 0 ? Om : Pm;
16499
- var Bm = [["aspect-square", D({ aspectRatio: 1 })], ["aspect-video", D({ aspectRatio: 16 / 9 })], ["items-center", D({ alignItems: "center" })], ["items-start", D({ alignItems: "flex-start" })], ["items-end", D({ alignItems: "flex-end" })], ["items-baseline", D({ alignItems: "baseline" })], ["items-stretch", D({ alignItems: "stretch" })], ["justify-start", D({ justifyContent: "flex-start" })], ["justify-end", D({ justifyContent: "flex-end" })], ["justify-center", D({ justifyContent: "center" })], ["justify-between", D({ justifyContent: "space-between" })], ["justify-around", D({ justifyContent: "space-around" })], ["justify-evenly", D({ justifyContent: "space-evenly" })], ["content-start", D({ alignContent: "flex-start" })], ["content-end", D({ alignContent: "flex-end" })], ["content-between", D({ alignContent: "space-between" })], ["content-around", D({ alignContent: "space-around" })], ["content-stretch", D({ alignContent: "stretch" })], ["content-center", D({ alignContent: "center" })], ["self-auto", D({ alignSelf: "auto" })], ["self-start", D({ alignSelf: "flex-start" })], ["self-end", D({ alignSelf: "flex-end" })], ["self-center", D({ alignSelf: "center" })], ["self-stretch", D({ alignSelf: "stretch" })], ["self-baseline", D({ alignSelf: "baseline" })], ["direction-inherit", D({ direction: "inherit" })], ["direction-ltr", D({ direction: "ltr" })], ["direction-rtl", D({ direction: "rtl" })], ["hidden", D({ display: "none" })], ["flex", D({ display: "flex" })], ["flex-row", D({ flexDirection: "row" })], ["flex-row-reverse", D({ flexDirection: "row-reverse" })], ["flex-col", D({ flexDirection: "column" })], ["flex-col-reverse", D({ flexDirection: "column-reverse" })], ["flex-wrap", D({ flexWrap: "wrap" })], ["flex-wrap-reverse", D({ flexWrap: "wrap-reverse" })], ["flex-nowrap", D({ flexWrap: "nowrap" })], ["flex-auto", D({ flexGrow: 1, flexShrink: 1, flexBasis: "auto" })], ["flex-initial", D({ flexGrow: 0, flexShrink: 1, flexBasis: "auto" })], ["flex-none", D({ flexGrow: 0, flexShrink: 0, flexBasis: "auto" })], ["overflow-hidden", D({ overflow: "hidden" })], ["overflow-visible", D({ overflow: "visible" })], ["overflow-scroll", D({ overflow: "scroll" })], ["absolute", D({ position: "absolute" })], ["relative", D({ position: "relative" })], ["italic", D({ fontStyle: "italic" })], ["not-italic", D({ fontStyle: "normal" })], ["oldstyle-nums", yr("oldstyle-nums")], ["small-caps", yr("small-caps")], ["lining-nums", yr("lining-nums")], ["tabular-nums", yr("tabular-nums")], ["proportional-nums", yr("proportional-nums")], ["font-thin", D({ fontWeight: "100" })], ["font-100", D({ fontWeight: "100" })], ["font-extralight", D({ fontWeight: "200" })], ["font-200", D({ fontWeight: "200" })], ["font-light", D({ fontWeight: "300" })], ["font-300", D({ fontWeight: "300" })], ["font-normal", D({ fontWeight: "normal" })], ["font-400", D({ fontWeight: "400" })], ["font-medium", D({ fontWeight: "500" })], ["font-500", D({ fontWeight: "500" })], ["font-semibold", D({ fontWeight: "600" })], ["font-600", D({ fontWeight: "600" })], ["font-bold", D({ fontWeight: "bold" })], ["font-700", D({ fontWeight: "700" })], ["font-extrabold", D({ fontWeight: "800" })], ["font-800", D({ fontWeight: "800" })], ["font-black", D({ fontWeight: "900" })], ["font-900", D({ fontWeight: "900" })], ["include-font-padding", D({ includeFontPadding: true })], ["remove-font-padding", D({ includeFontPadding: false })], ["max-w-none", D({ maxWidth: "99999%" })], ["text-left", D({ textAlign: "left" })], ["text-center", D({ textAlign: "center" })], ["text-right", D({ textAlign: "right" })], ["text-justify", D({ textAlign: "justify" })], ["text-auto", D({ textAlign: "auto" })], ["underline", D({ textDecorationLine: "underline" })], ["line-through", D({ textDecorationLine: "line-through" })], ["no-underline", D({ textDecorationLine: "none" })], ["uppercase", D({ textTransform: "uppercase" })], ["lowercase", D({ textTransform: "lowercase" })], ["capitalize", D({ textTransform: "capitalize" })], ["normal-case", D({ textTransform: "none" })], ["w-auto", D({ width: "auto" })], ["h-auto", D({ height: "auto" })], ["shadow-sm", D({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowRadius: 1, shadowOpacity: 0.025, elevation: 1 })], ["shadow", D({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowRadius: 1, shadowOpacity: 0.075, elevation: 2 })], ["shadow-md", D({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowRadius: 3, shadowOpacity: 0.125, elevation: 3 })], ["shadow-lg", D({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowOpacity: 0.15, shadowRadius: 8, elevation: 8 })], ["shadow-xl", D({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowOpacity: 0.19, shadowRadius: 20, elevation: 12 })], ["shadow-2xl", D({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowOpacity: 0.25, shadowRadius: 30, elevation: 16 })], ["shadow-none", D({ shadowOffset: { width: 0, height: 0 }, shadowColor: "#000", shadowRadius: 0, shadowOpacity: 0, elevation: 0 })]];
16500
- var _o = Bm;
16495
+ var Fe = typeof process > "u" || ((Fo = process == null ? void 0 : process.env) === null || Fo === void 0 ? void 0 : Fo.JEST_WORKER_ID) === void 0 ? OD : PD;
16496
+ var BD = [["aspect-square", m({ aspectRatio: 1 })], ["aspect-video", m({ aspectRatio: 16 / 9 })], ["items-center", m({ alignItems: "center" })], ["items-start", m({ alignItems: "flex-start" })], ["items-end", m({ alignItems: "flex-end" })], ["items-baseline", m({ alignItems: "baseline" })], ["items-stretch", m({ alignItems: "stretch" })], ["justify-start", m({ justifyContent: "flex-start" })], ["justify-end", m({ justifyContent: "flex-end" })], ["justify-center", m({ justifyContent: "center" })], ["justify-between", m({ justifyContent: "space-between" })], ["justify-around", m({ justifyContent: "space-around" })], ["justify-evenly", m({ justifyContent: "space-evenly" })], ["content-start", m({ alignContent: "flex-start" })], ["content-end", m({ alignContent: "flex-end" })], ["content-between", m({ alignContent: "space-between" })], ["content-around", m({ alignContent: "space-around" })], ["content-stretch", m({ alignContent: "stretch" })], ["content-center", m({ alignContent: "center" })], ["self-auto", m({ alignSelf: "auto" })], ["self-start", m({ alignSelf: "flex-start" })], ["self-end", m({ alignSelf: "flex-end" })], ["self-center", m({ alignSelf: "center" })], ["self-stretch", m({ alignSelf: "stretch" })], ["self-baseline", m({ alignSelf: "baseline" })], ["direction-inherit", m({ direction: "inherit" })], ["direction-ltr", m({ direction: "ltr" })], ["direction-rtl", m({ direction: "rtl" })], ["hidden", m({ display: "none" })], ["flex", m({ display: "flex" })], ["flex-row", m({ flexDirection: "row" })], ["flex-row-reverse", m({ flexDirection: "row-reverse" })], ["flex-col", m({ flexDirection: "column" })], ["flex-col-reverse", m({ flexDirection: "column-reverse" })], ["flex-wrap", m({ flexWrap: "wrap" })], ["flex-wrap-reverse", m({ flexWrap: "wrap-reverse" })], ["flex-nowrap", m({ flexWrap: "nowrap" })], ["flex-auto", m({ flexGrow: 1, flexShrink: 1, flexBasis: "auto" })], ["flex-initial", m({ flexGrow: 0, flexShrink: 1, flexBasis: "auto" })], ["flex-none", m({ flexGrow: 0, flexShrink: 0, flexBasis: "auto" })], ["overflow-hidden", m({ overflow: "hidden" })], ["overflow-visible", m({ overflow: "visible" })], ["overflow-scroll", m({ overflow: "scroll" })], ["absolute", m({ position: "absolute" })], ["relative", m({ position: "relative" })], ["italic", m({ fontStyle: "italic" })], ["not-italic", m({ fontStyle: "normal" })], ["oldstyle-nums", yr("oldstyle-nums")], ["small-caps", yr("small-caps")], ["lining-nums", yr("lining-nums")], ["tabular-nums", yr("tabular-nums")], ["proportional-nums", yr("proportional-nums")], ["font-thin", m({ fontWeight: "100" })], ["font-100", m({ fontWeight: "100" })], ["font-extralight", m({ fontWeight: "200" })], ["font-200", m({ fontWeight: "200" })], ["font-light", m({ fontWeight: "300" })], ["font-300", m({ fontWeight: "300" })], ["font-normal", m({ fontWeight: "normal" })], ["font-400", m({ fontWeight: "400" })], ["font-medium", m({ fontWeight: "500" })], ["font-500", m({ fontWeight: "500" })], ["font-semibold", m({ fontWeight: "600" })], ["font-600", m({ fontWeight: "600" })], ["font-bold", m({ fontWeight: "bold" })], ["font-700", m({ fontWeight: "700" })], ["font-extrabold", m({ fontWeight: "800" })], ["font-800", m({ fontWeight: "800" })], ["font-black", m({ fontWeight: "900" })], ["font-900", m({ fontWeight: "900" })], ["include-font-padding", m({ includeFontPadding: true })], ["remove-font-padding", m({ includeFontPadding: false })], ["max-w-none", m({ maxWidth: "99999%" })], ["text-left", m({ textAlign: "left" })], ["text-center", m({ textAlign: "center" })], ["text-right", m({ textAlign: "right" })], ["text-justify", m({ textAlign: "justify" })], ["text-auto", m({ textAlign: "auto" })], ["underline", m({ textDecorationLine: "underline" })], ["line-through", m({ textDecorationLine: "line-through" })], ["no-underline", m({ textDecorationLine: "none" })], ["uppercase", m({ textTransform: "uppercase" })], ["lowercase", m({ textTransform: "lowercase" })], ["capitalize", m({ textTransform: "capitalize" })], ["normal-case", m({ textTransform: "none" })], ["w-auto", m({ width: "auto" })], ["h-auto", m({ height: "auto" })], ["shadow-sm", m({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowRadius: 1, shadowOpacity: 0.025, elevation: 1 })], ["shadow", m({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowRadius: 1, shadowOpacity: 0.075, elevation: 2 })], ["shadow-md", m({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowRadius: 3, shadowOpacity: 0.125, elevation: 3 })], ["shadow-lg", m({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowOpacity: 0.15, shadowRadius: 8, elevation: 8 })], ["shadow-xl", m({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowOpacity: 0.19, shadowRadius: 20, elevation: 12 })], ["shadow-2xl", m({ shadowOffset: { width: 1, height: 1 }, shadowColor: "#000", shadowOpacity: 0.25, shadowRadius: 30, elevation: 16 })], ["shadow-none", m({ shadowOffset: { width: 0, height: 0 }, shadowColor: "#000", shadowRadius: 0, shadowOpacity: 0, elevation: 0 })]];
16497
+ var So = BD;
16501
16498
  function yr(e) {
16502
16499
  return { kind: "dependent", complete(t) {
16503
16500
  (!t.fontVariant || !Array.isArray(t.fontVariant)) && (t.fontVariant = []), t.fontVariant.push(e);
@@ -16505,7 +16502,7 @@ function yr(e) {
16505
16502
  }
16506
16503
  var xr = class {
16507
16504
  constructor(t) {
16508
- this.ir = new Map(_o), this.styles = /* @__PURE__ */ new Map(), this.prefixes = /* @__PURE__ */ new Map(), this.ir = new Map([..._o, ...t ?? []]);
16505
+ this.ir = new Map(So), this.styles = /* @__PURE__ */ new Map(), this.prefixes = /* @__PURE__ */ new Map(), this.ir = new Map([...So, ...t ?? []]);
16509
16506
  }
16510
16507
  getStyle(t) {
16511
16508
  return this.styles.get(t);
@@ -16526,7 +16523,7 @@ var xr = class {
16526
16523
  this.prefixes.set(t, n);
16527
16524
  }
16528
16525
  };
16529
- function So(e, t, n = {}) {
16526
+ function _o(e, t, n = {}) {
16530
16527
  let r = t == null ? void 0 : t[e];
16531
16528
  if (!r)
16532
16529
  return Ae("fontSize", e, n);
@@ -16534,15 +16531,15 @@ function So(e, t, n = {}) {
16534
16531
  return Ge("fontSize", r);
16535
16532
  let i = {}, [o, u] = r, s = el("fontSize", o);
16536
16533
  if (s && (i = s), typeof u == "string")
16537
- return D(pn("lineHeight", tl(u, i), i));
16534
+ return m(pn("lineHeight", tl(u, i), i));
16538
16535
  let { lineHeight: a, letterSpacing: l } = u;
16539
- return a && pn("lineHeight", tl(a, i), i), l && pn("letterSpacing", l, i), D(i);
16536
+ return a && pn("lineHeight", tl(a, i), i), l && pn("letterSpacing", l, i), m(i);
16540
16537
  }
16541
16538
  function tl(e, t) {
16542
16539
  let n = ce(e);
16543
16540
  if (n) {
16544
16541
  let [r, i] = n;
16545
- if ((i === z.none || i === z.em) && typeof t.fontSize == "number")
16542
+ if ((i === U.none || i === U.em) && typeof t.fontSize == "number")
16546
16543
  return t.fontSize * r;
16547
16544
  }
16548
16545
  return e;
@@ -16553,14 +16550,14 @@ function ko(e, t) {
16553
16550
  if (!i)
16554
16551
  return null;
16555
16552
  let [o, u] = i;
16556
- if (u === z.none)
16553
+ if (u === U.none)
16557
16554
  return { kind: "dependent", complete(a) {
16558
16555
  if (typeof a.fontSize != "number")
16559
16556
  return "relative line-height utilities require that font-size be set";
16560
16557
  a.lineHeight = a.fontSize * o;
16561
16558
  } };
16562
16559
  let s = rt(o, u);
16563
- return s !== null ? D({ lineHeight: s }) : null;
16560
+ return s !== null ? m({ lineHeight: s }) : null;
16564
16561
  }
16565
16562
  function To(e, t, n, r, i) {
16566
16563
  let o = "";
@@ -16572,7 +16569,7 @@ function To(e, t, n, r, i) {
16572
16569
  o = l;
16573
16570
  else {
16574
16571
  let f = ft(r);
16575
- return f && typeof f == "number" ? rl(f, z.px, t, e) : null;
16572
+ return f && typeof f == "number" ? rl(f, U.px, t, e) : null;
16576
16573
  }
16577
16574
  }
16578
16575
  if (o === "auto")
@@ -16625,9 +16622,9 @@ function Oo(e, t) {
16625
16622
  if (!n)
16626
16623
  return null;
16627
16624
  if (typeof n == "string")
16628
- return D({ fontFamily: n });
16625
+ return m({ fontFamily: n });
16629
16626
  let r = n[0];
16630
- return r ? D({ fontFamily: r }) : null;
16627
+ return r ? m({ fontFamily: r }) : null;
16631
16628
  }
16632
16629
  function ct(e, t, n) {
16633
16630
  if (!n)
@@ -16640,7 +16637,7 @@ function ct(e, t, n) {
16640
16637
  if (r) {
16641
16638
  let o = Number(r);
16642
16639
  if (!Number.isNaN(o))
16643
- return i = il(i, o / 100), D({ [hn[e].color]: i });
16640
+ return i = il(i, o / 100), m({ [hn[e].color]: i });
16644
16641
  }
16645
16642
  return { kind: "dependent", complete(o) {
16646
16643
  let u = hn[e].opacity, s = o[u];
@@ -16655,17 +16652,17 @@ function Fr(e, t) {
16655
16652
  return { kind: "complete", style: { [hn[e].opacity]: r } };
16656
16653
  }
16657
16654
  function il(e, t) {
16658
- return e.startsWith("#") ? e = Im(e) : e.startsWith("rgb(") && (e = e.replace(/^rgb\(/, "rgba(").replace(/\)$/, ", 1)")), e.replace(/, ?\d*\.?(\d+)\)$/, `, ${t})`);
16655
+ return e.startsWith("#") ? e = ID(e) : e.startsWith("rgb(") && (e = e.replace(/^rgb\(/, "rgba(").replace(/\)$/, ", 1)")), e.replace(/, ?\d*\.?(\d+)\)$/, `, ${t})`);
16659
16656
  }
16660
16657
  function ol(e) {
16661
16658
  for (let t in e)
16662
16659
  t.startsWith("__opacity_") && delete e[t];
16663
16660
  }
16664
16661
  var hn = { bg: { opacity: "__opacity_bg", color: "backgroundColor" }, text: { opacity: "__opacity_text", color: "color" }, border: { opacity: "__opacity_border", color: "borderColor" }, borderTop: { opacity: "__opacity_border", color: "borderTopColor" }, borderBottom: { opacity: "__opacity_border", color: "borderBottomColor" }, borderLeft: { opacity: "__opacity_border", color: "borderLeftColor" }, borderRight: { opacity: "__opacity_border", color: "borderRightColor" }, shadow: { opacity: "__opacity_shadow", color: "shadowColor" }, tint: { opacity: "__opacity_tint", color: "tintColor" } };
16665
- function Im(e) {
16662
+ function ID(e) {
16666
16663
  let t = e;
16667
- e = e.replace(Rm, (u, s, a, l) => s + s + a + a + l + l);
16668
- let n = Lm.exec(e);
16664
+ e = e.replace(RD, (u, s, a, l) => s + s + a + a + l + l);
16665
+ let n = LD.exec(e);
16669
16666
  if (!n)
16670
16667
  return Fe(`invalid config hex color value: ${t}`), "rgba(0, 0, 0, 1)";
16671
16668
  let r = parseInt(n[1], 16), i = parseInt(n[2], 16), o = parseInt(n[3], 16);
@@ -16688,14 +16685,14 @@ function ul(e, t) {
16688
16685
  }
16689
16686
  return "";
16690
16687
  }
16691
- var Rm = /^#?([a-f\d])([a-f\d])([a-f\d])$/i;
16692
- var Lm = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;
16688
+ var RD = /^#?([a-f\d])([a-f\d])([a-f\d])$/i;
16689
+ var LD = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;
16693
16690
  function al(e, t) {
16694
16691
  let [n, r] = Co(e);
16695
16692
  if (n.match(/^(-?(\d)+)?$/))
16696
- return Mm(n, r, t == null ? void 0 : t.borderWidth);
16693
+ return MD2(n, r, t == null ? void 0 : t.borderWidth);
16697
16694
  if (n = n.replace(/^-/, ""), ["dashed", "solid", "dotted"].includes(n))
16698
- return D({ borderStyle: n });
16695
+ return m({ borderStyle: n });
16699
16696
  let o = "border";
16700
16697
  switch (r) {
16701
16698
  case "Bottom":
@@ -16719,7 +16716,7 @@ function al(e, t) {
16719
16716
  let a = n.slice(1, -1), l = Ae(s, a);
16720
16717
  return typeof (l == null ? void 0 : l.style[s]) != "number" ? null : l;
16721
16718
  }
16722
- function Mm(e, t, n) {
16719
+ function MD2(e, t, n) {
16723
16720
  if (!n)
16724
16721
  return null;
16725
16722
  e = e.replace(/^-/, "");
@@ -16766,38 +16763,38 @@ function Ct(e, t, n, r) {
16766
16763
  }
16767
16764
  function fl2(e, t, n) {
16768
16765
  if (e !== "inset")
16769
- return D({ [e]: n });
16766
+ return m({ [e]: n });
16770
16767
  switch (t) {
16771
16768
  case null:
16772
- return D({ top: n, left: n, right: n, bottom: n });
16769
+ return m({ top: n, left: n, right: n, bottom: n });
16773
16770
  case "y":
16774
- return D({ top: n, bottom: n });
16771
+ return m({ top: n, bottom: n });
16775
16772
  case "x":
16776
- return D({ left: n, right: n });
16773
+ return m({ left: n, right: n });
16777
16774
  }
16778
16775
  }
16779
16776
  function wr(e, t, n) {
16780
16777
  var r;
16781
16778
  t = t.replace(/^-/, "");
16782
16779
  let i = t === "" ? "DEFAULT" : t, o = Number((r = n == null ? void 0 : n[i]) !== null && r !== void 0 ? r : t);
16783
- return Number.isNaN(o) ? null : D({ [`flex${e}`]: o });
16780
+ return Number.isNaN(o) ? null : m({ [`flex${e}`]: o });
16784
16781
  }
16785
16782
  function cl(e, t) {
16786
16783
  var n, r;
16787
16784
  if (e = (t == null ? void 0 : t[e]) || e, ["min-content", "revert", "unset"].includes(e))
16788
16785
  return null;
16789
16786
  if (e.match(/^\d+(\.\d+)?$/))
16790
- return D({ flexGrow: Number(e), flexBasis: "0%" });
16787
+ return m({ flexGrow: Number(e), flexBasis: "0%" });
16791
16788
  let i = e.match(/^(\d+)\s+(\d+)$/);
16792
16789
  if (i)
16793
- return D({ flexGrow: Number(i[1]), flexShrink: Number(i[2]) });
16790
+ return m({ flexGrow: Number(i[1]), flexShrink: Number(i[2]) });
16794
16791
  if (i = e.match(/^(\d+)\s+([^ ]+)$/), i) {
16795
16792
  let o = Me((n = i[2]) !== null && n !== void 0 ? n : "");
16796
- return o ? D({ flexGrow: Number(i[1]), flexBasis: o }) : null;
16793
+ return o ? m({ flexGrow: Number(i[1]), flexBasis: o }) : null;
16797
16794
  }
16798
16795
  if (i = e.match(/^(\d+)\s+(\d+)\s+(.+)$/), i) {
16799
16796
  let o = Me((r = i[3]) !== null && r !== void 0 ? r : "");
16800
- return o ? D({ flexGrow: Number(i[1]), flexShrink: Number(i[2]), flexBasis: o }) : null;
16797
+ return o ? m({ flexGrow: Number(i[1]), flexShrink: Number(i[2]), flexBasis: o }) : null;
16801
16798
  }
16802
16799
  return null;
16803
16800
  }
@@ -16807,7 +16804,7 @@ function Po(e, t, n = {}, r) {
16807
16804
  }
16808
16805
  function Er(e, t, n = {}, r) {
16809
16806
  let i = Me(r == null ? void 0 : r[t], n);
16810
- return i ? D({ [e]: i }) : (t === "screen" && (t = e.includes("Width") ? "100vw" : "100vh"), Ae(e, t, n));
16807
+ return i ? m({ [e]: i }) : (t === "screen" && (t = e.includes("Width") ? "100vw" : "100vh"), Ae(e, t, n));
16811
16808
  }
16812
16809
  function dl(e, t, n) {
16813
16810
  let r = n == null ? void 0 : n[e];
@@ -16816,16 +16813,16 @@ function dl(e, t, n) {
16816
16813
  if (!i)
16817
16814
  return null;
16818
16815
  let [o, u] = i;
16819
- if (u === z.em)
16820
- return Nm(o);
16821
- if (u === z.percent)
16816
+ if (u === U.em)
16817
+ return ND(o);
16818
+ if (u === U.percent)
16822
16819
  return Fe("percentage-based letter-spacing configuration currently unsupported, switch to `em`s, or open an issue if you'd like to see support added."), null;
16823
16820
  let s = rt(o, u, { isNegative: t });
16824
- return s !== null ? D({ letterSpacing: s }) : null;
16821
+ return s !== null ? m({ letterSpacing: s }) : null;
16825
16822
  }
16826
16823
  return Ae("letterSpacing", e, { isNegative: t });
16827
16824
  }
16828
- function Nm(e) {
16825
+ function ND(e) {
16829
16826
  return { kind: "dependent", complete(t) {
16830
16827
  let n = t.fontSize;
16831
16828
  if (typeof n != "number" || Number.isNaN(n))
@@ -16838,16 +16835,16 @@ function pl(e, t) {
16838
16835
  if (n) {
16839
16836
  let i = ce(String(n));
16840
16837
  if (i)
16841
- return D({ opacity: i[0] });
16838
+ return m({ opacity: i[0] });
16842
16839
  }
16843
16840
  let r = ce(e);
16844
- return r ? D({ opacity: r[0] / 100 }) : null;
16841
+ return r ? m({ opacity: r[0] / 100 }) : null;
16845
16842
  }
16846
16843
  function hl(e) {
16847
16844
  let t = parseInt(e, 10);
16848
16845
  return Number.isNaN(t) ? null : { kind: "complete", style: { shadowOpacity: t / 100 } };
16849
16846
  }
16850
- function ml(e) {
16847
+ function Dl(e) {
16851
16848
  if (e.includes("/")) {
16852
16849
  let [n = "", r = ""] = e.split("/", 2), i = Bo(n), o = Bo(r);
16853
16850
  return i === null || o === null ? null : { kind: "complete", style: { shadowOffset: { width: i, height: o } } };
@@ -16859,25 +16856,25 @@ function Bo(e) {
16859
16856
  let t = ft(e);
16860
16857
  return typeof t == "number" ? t : null;
16861
16858
  }
16862
- var _t = class {
16859
+ var St = class {
16863
16860
  constructor(t, n = {}, r, i, o) {
16864
16861
  var u, s, a, l, f, c;
16865
16862
  this.config = n, this.cache = r, this.position = 0, this.isNull = false, this.isNegative = false, this.context = {}, this.context.device = i;
16866
16863
  let p = t.trim().split(":"), h = [];
16867
16864
  p.length === 1 ? this.string = t : (this.string = (u = p.pop()) !== null && u !== void 0 ? u : "", h = p), this.char = this.string[0];
16868
16865
  let d = Ao((s = this.config.theme) === null || s === void 0 ? void 0 : s.screens);
16869
- for (let m of h)
16870
- if (d[m]) {
16871
- let v = (a = d[m]) === null || a === void 0 ? void 0 : a[2];
16866
+ for (let D of h)
16867
+ if (d[D]) {
16868
+ let v = (a = d[D]) === null || a === void 0 ? void 0 : a[2];
16872
16869
  v !== void 0 && (this.order = ((l = this.order) !== null && l !== void 0 ? l : 0) + v);
16873
16870
  let g = (f = i.windowDimensions) === null || f === void 0 ? void 0 : f.width;
16874
16871
  if (g) {
16875
- let [b, x] = (c = d[m]) !== null && c !== void 0 ? c : [0, 0];
16872
+ let [b, x] = (c = d[D]) !== null && c !== void 0 ? c : [0, 0];
16876
16873
  (g <= b || g > x) && (this.isNull = true);
16877
16874
  } else
16878
16875
  this.isNull = true;
16879
16876
  } else
16880
- Ka(m) ? this.isNull = m !== o : Ja(m) ? i.windowDimensions ? (i.windowDimensions.width > i.windowDimensions.height ? "landscape" : "portrait") !== m ? this.isNull = true : this.incrementOrder() : this.isNull = true : m === "retina" ? i.pixelDensity === 2 ? this.incrementOrder() : this.isNull = true : m === "dark" ? i.colorScheme !== "dark" ? this.isNull = true : this.incrementOrder() : this.handlePossibleArbitraryBreakpointPrefix(m) || (this.isNull = true);
16877
+ Ka(D) ? this.isNull = D !== o : Ja(D) ? i.windowDimensions ? (i.windowDimensions.width > i.windowDimensions.height ? "landscape" : "portrait") !== D ? this.isNull = true : this.incrementOrder() : this.isNull = true : D === "retina" ? i.pixelDensity === 2 ? this.incrementOrder() : this.isNull = true : D === "dark" ? i.colorScheme !== "dark" ? this.isNull = true : this.incrementOrder() : this.handlePossibleArbitraryBreakpointPrefix(D) || (this.isNull = true);
16881
16878
  }
16882
16879
  parse() {
16883
16880
  if (this.isNull)
@@ -16905,19 +16902,19 @@ var _t = class {
16905
16902
  }
16906
16903
  }
16907
16904
  }
16908
- if (this.consumePeeked("h-") && (s = Po("height", this.rest, this.context, u == null ? void 0 : u.height), s) || this.consumePeeked("w-") && (s = Po("width", this.rest, this.context, u == null ? void 0 : u.width), s) || this.consumePeeked("min-w-") && (s = Er("minWidth", this.rest, this.context, u == null ? void 0 : u.minWidth), s) || this.consumePeeked("min-h-") && (s = Er("minHeight", this.rest, this.context, u == null ? void 0 : u.minHeight), s) || this.consumePeeked("max-w-") && (s = Er("maxWidth", this.rest, this.context, u == null ? void 0 : u.maxWidth), s) || this.consumePeeked("max-h-") && (s = Er("maxHeight", this.rest, this.context, u == null ? void 0 : u.maxHeight), s) || this.consumePeeked("leading-") && (s = ko(this.rest, u == null ? void 0 : u.lineHeight), s) || this.consumePeeked("text-") && (s = So(this.rest, u == null ? void 0 : u.fontSize, this.context), s || (s = ct("text", this.rest, u == null ? void 0 : u.textColor), s) || this.consumePeeked("opacity-") && (s = Fr("text", this.rest), s)) || this.consumePeeked("font-") && (s = Oo(this.rest, u == null ? void 0 : u.fontFamily), s) || this.consumePeeked("aspect-") && (this.consumePeeked("ratio-") && Fe("`aspect-ratio-{ratio}` is deprecated, use `aspect-{ratio}` instead"), s = Ge("aspectRatio", this.rest, { fractions: true }), s) || this.consumePeeked("tint-") && (s = ct("tint", this.rest, u == null ? void 0 : u.colors), s) || this.consumePeeked("bg-") && (s = ct("bg", this.rest, u == null ? void 0 : u.backgroundColor), s || this.consumePeeked("opacity-") && (s = Fr("bg", this.rest), s)) || this.consumePeeked("border") && (s = al(this.rest, u), s || this.consumePeeked("-opacity-") && (s = Fr("border", this.rest), s)) || this.consumePeeked("rounded") && (s = ll(this.rest, u == null ? void 0 : u.borderRadius), s) || this.consumePeeked("bottom-") && (s = Ct("bottom", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("top-") && (s = Ct("top", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("left-") && (s = Ct("left", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("right-") && (s = Ct("right", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("inset-") && (s = Ct("inset", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("flex-") && (this.consumePeeked("grow") ? s = wr("Grow", this.rest, u == null ? void 0 : u.flexGrow) : this.consumePeeked("shrink") ? s = wr("Shrink", this.rest, u == null ? void 0 : u.flexShrink) : s = cl(this.rest, u == null ? void 0 : u.flex), s) || this.consumePeeked("grow") && (s = wr("Grow", this.rest, u == null ? void 0 : u.flexGrow), s) || this.consumePeeked("shrink") && (s = wr("Shrink", this.rest, u == null ? void 0 : u.flexShrink), s) || this.consumePeeked("shadow-color-opacity-") && (s = Fr("shadow", this.rest), s) || this.consumePeeked("shadow-opacity-") && (s = hl(this.rest), s) || this.consumePeeked("shadow-offset-") && (s = ml(this.rest), s) || this.consumePeeked("shadow-radius-") && (s = Ae("shadowRadius", this.rest), s) || this.consumePeeked("shadow-") && (s = ct("shadow", this.rest, u == null ? void 0 : u.colors), s))
16905
+ if (this.consumePeeked("h-") && (s = Po("height", this.rest, this.context, u == null ? void 0 : u.height), s) || this.consumePeeked("w-") && (s = Po("width", this.rest, this.context, u == null ? void 0 : u.width), s) || this.consumePeeked("min-w-") && (s = Er("minWidth", this.rest, this.context, u == null ? void 0 : u.minWidth), s) || this.consumePeeked("min-h-") && (s = Er("minHeight", this.rest, this.context, u == null ? void 0 : u.minHeight), s) || this.consumePeeked("max-w-") && (s = Er("maxWidth", this.rest, this.context, u == null ? void 0 : u.maxWidth), s) || this.consumePeeked("max-h-") && (s = Er("maxHeight", this.rest, this.context, u == null ? void 0 : u.maxHeight), s) || this.consumePeeked("leading-") && (s = ko(this.rest, u == null ? void 0 : u.lineHeight), s) || this.consumePeeked("text-") && (s = _o(this.rest, u == null ? void 0 : u.fontSize, this.context), s || (s = ct("text", this.rest, u == null ? void 0 : u.textColor), s) || this.consumePeeked("opacity-") && (s = Fr("text", this.rest), s)) || this.consumePeeked("font-") && (s = Oo(this.rest, u == null ? void 0 : u.fontFamily), s) || this.consumePeeked("aspect-") && (this.consumePeeked("ratio-") && Fe("`aspect-ratio-{ratio}` is deprecated, use `aspect-{ratio}` instead"), s = Ge("aspectRatio", this.rest, { fractions: true }), s) || this.consumePeeked("tint-") && (s = ct("tint", this.rest, u == null ? void 0 : u.colors), s) || this.consumePeeked("bg-") && (s = ct("bg", this.rest, u == null ? void 0 : u.backgroundColor), s || this.consumePeeked("opacity-") && (s = Fr("bg", this.rest), s)) || this.consumePeeked("border") && (s = al(this.rest, u), s || this.consumePeeked("-opacity-") && (s = Fr("border", this.rest), s)) || this.consumePeeked("rounded") && (s = ll(this.rest, u == null ? void 0 : u.borderRadius), s) || this.consumePeeked("bottom-") && (s = Ct("bottom", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("top-") && (s = Ct("top", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("left-") && (s = Ct("left", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("right-") && (s = Ct("right", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("inset-") && (s = Ct("inset", this.rest, this.isNegative, u == null ? void 0 : u.inset), s) || this.consumePeeked("flex-") && (this.consumePeeked("grow") ? s = wr("Grow", this.rest, u == null ? void 0 : u.flexGrow) : this.consumePeeked("shrink") ? s = wr("Shrink", this.rest, u == null ? void 0 : u.flexShrink) : s = cl(this.rest, u == null ? void 0 : u.flex), s) || this.consumePeeked("grow") && (s = wr("Grow", this.rest, u == null ? void 0 : u.flexGrow), s) || this.consumePeeked("shrink") && (s = wr("Shrink", this.rest, u == null ? void 0 : u.flexShrink), s) || this.consumePeeked("shadow-color-opacity-") && (s = Fr("shadow", this.rest), s) || this.consumePeeked("shadow-opacity-") && (s = hl(this.rest), s) || this.consumePeeked("shadow-offset-") && (s = Dl(this.rest), s) || this.consumePeeked("shadow-radius-") && (s = Ae("shadowRadius", this.rest), s) || this.consumePeeked("shadow-") && (s = ct("shadow", this.rest, u == null ? void 0 : u.colors), s))
16909
16906
  return s;
16910
16907
  if (this.consumePeeked("elevation-")) {
16911
16908
  let a = parseInt(this.rest, 10);
16912
16909
  if (!Number.isNaN(a))
16913
- return D({ elevation: a });
16910
+ return m({ elevation: a });
16914
16911
  }
16915
16912
  if (this.consumePeeked("opacity-") && (s = pl(this.rest, u == null ? void 0 : u.opacity), s) || this.consumePeeked("tracking-") && (s = dl(this.rest, this.isNegative, u == null ? void 0 : u.letterSpacing), s))
16916
16913
  return s;
16917
16914
  if (this.consumePeeked("z-")) {
16918
16915
  let a = Number((o = (i = u == null ? void 0 : u.zIndex) === null || i === void 0 ? void 0 : i[this.rest]) !== null && o !== void 0 ? o : this.rest);
16919
16916
  if (!Number.isNaN(a))
16920
- return D({ zIndex: a });
16917
+ return m({ zIndex: a });
16921
16918
  }
16922
16919
  return Fe(`\`${this.rest}\` unknown or invalid utility`), null;
16923
16920
  }
@@ -16956,7 +16953,7 @@ var _t = class {
16956
16953
  this.order = ((t = this.order) !== null && t !== void 0 ? t : 0) + 1;
16957
16954
  }
16958
16955
  };
16959
- function Dl(e) {
16956
+ function ml(e) {
16960
16957
  let t = [], n = null;
16961
16958
  return e.forEach((r) => {
16962
16959
  if (typeof r == "string")
@@ -16966,30 +16963,30 @@ function Dl(e) {
16966
16963
  else if (typeof r == "object" && r !== null)
16967
16964
  for (let [i, o] of Object.entries(r))
16968
16965
  typeof o == "boolean" ? t = [...t, ...o ? Io(i) : []] : n ? n[i] = o : n = { [i]: o };
16969
- }), [t.filter(Boolean).filter($m), n];
16966
+ }), [t.filter(Boolean).filter($D), n];
16970
16967
  }
16971
16968
  function Io(e) {
16972
16969
  return e.trim().split(/\s+/);
16973
16970
  }
16974
- function $m(e, t, n) {
16971
+ function $D(e, t, n) {
16975
16972
  return n.indexOf(e) === t;
16976
16973
  }
16977
16974
  function gl(e) {
16978
16975
  var t;
16979
- return (t = e == null ? void 0 : e.reduce((n, r) => ({ ...n, ...Wm(r.handler) }), {})) !== null && t !== void 0 ? t : {};
16976
+ return (t = e == null ? void 0 : e.reduce((n, r) => ({ ...n, ...WD(r.handler) }), {})) !== null && t !== void 0 ? t : {};
16980
16977
  }
16981
- function Wm(e) {
16978
+ function WD(e) {
16982
16979
  let t = {};
16983
16980
  return e({ addUtilities: (n) => {
16984
16981
  t = n;
16985
- }, ...qm }), t;
16982
+ }, ...qD }), t;
16986
16983
  }
16987
16984
  function Ne(e) {
16988
16985
  throw new Error(`tailwindcss plugin function argument object prop "${e}" not implemented`);
16989
16986
  }
16990
- var qm = { addComponents: Ne, addBase: Ne, addVariant: Ne, e: Ne, prefix: Ne, theme: Ne, variants: Ne, config: Ne, corePlugins: Ne, matchUtilities: Ne, postcss: null };
16987
+ var qD = { addComponents: Ne, addBase: Ne, addVariant: Ne, e: Ne, prefix: Ne, theme: Ne, variants: Ne, config: Ne, corePlugins: Ne, matchUtilities: Ne, postcss: null };
16991
16988
  function vl(e, t) {
16992
- let n = (0, bl.default)(Um(e)), r = {}, i = gl(n.plugins), o = {}, u = Object.entries(i).map(([d, m]) => typeof m == "string" ? (o[d] = m, [d, { kind: "null" }]) : [d, D(m)]).filter(([, d]) => d.kind !== "null");
16989
+ let n = (0, bl.default)(zD(e)), r = {}, i = gl(n.plugins), o = {}, u = Object.entries(i).map(([d, D]) => typeof D == "string" ? (o[d] = D, [d, { kind: "null" }]) : [d, m(D)]).filter(([, d]) => d.kind !== "null");
16993
16990
  function s() {
16994
16991
  return [r.windowDimensions ? `w${r.windowDimensions.width}` : false, r.windowDimensions ? `h${r.windowDimensions.height}` : false, r.fontScale ? `fs${r.fontScale}` : false, r.colorScheme === "dark" ? "dark" : false, r.pixelDensity === 2 ? "retina" : false].filter(Boolean).join("--") || "default";
16995
16992
  }
@@ -16998,23 +16995,23 @@ function vl(e, t) {
16998
16995
  let d = l[a];
16999
16996
  if (d)
17000
16997
  return d;
17001
- let m = new xr(u);
17002
- return l[a] = m, m;
16998
+ let D = new xr(u);
16999
+ return l[a] = D, D;
17003
17000
  }
17004
17001
  function c(...d) {
17005
- let m = f(), v = {}, g = [], b = [], [x, F] = Dl(d), y = x.join(" "), k = m.getStyle(y);
17002
+ let D = f(), v = {}, g = [], b = [], [x, F] = ml(d), y = x.join(" "), k = D.getStyle(y);
17006
17003
  if (k)
17007
17004
  return { ...k, ...F || {} };
17008
17005
  for (let P of x) {
17009
- let B = m.getIr(P);
17006
+ let B = D.getIr(P);
17010
17007
  if (!B && P in o) {
17011
17008
  let oe = c(o[P]);
17012
- m.setIr(P, D(oe)), v = { ...v, ...oe };
17009
+ D.setIr(P, m(oe)), v = { ...v, ...oe };
17013
17010
  continue;
17014
17011
  }
17015
- switch (B = new _t(P, n, m, r, t).parse(), B.kind) {
17012
+ switch (B = new St(P, n, D, r, t).parse(), B.kind) {
17016
17013
  case "complete":
17017
- v = { ...v, ...B.style }, m.setIr(P, B);
17014
+ v = { ...v, ...B.style }, D.setIr(P, B);
17018
17015
  break;
17019
17016
  case "dependent":
17020
17017
  g.push(B);
@@ -17023,7 +17020,7 @@ function vl(e, t) {
17023
17020
  b.push(B);
17024
17021
  break;
17025
17022
  case "null":
17026
- m.setIr(P, B);
17023
+ D.setIr(P, B);
17027
17024
  break;
17028
17025
  }
17029
17026
  }
@@ -17046,25 +17043,25 @@ function vl(e, t) {
17046
17043
  }
17047
17044
  ol(v);
17048
17045
  }
17049
- return y !== "" && m.setStyle(y, v), F && (v = { ...v, ...F }), v;
17046
+ return y !== "" && D.setStyle(y, v), F && (v = { ...v, ...F }), v;
17050
17047
  }
17051
17048
  function p(d) {
17052
- let m = c(d.split(/\s+/g).map((v) => v.replace(/^(bg|text|border)-/, "")).map((v) => `bg-${v}`).join(" "));
17053
- return typeof m.backgroundColor == "string" ? m.backgroundColor : void 0;
17049
+ let D = c(d.split(/\s+/g).map((v) => v.replace(/^(bg|text|border)-/, "")).map((v) => `bg-${v}`).join(" "));
17050
+ return typeof D.backgroundColor == "string" ? D.backgroundColor : void 0;
17054
17051
  }
17055
- let h = (d, ...m) => {
17052
+ let h = (d, ...D) => {
17056
17053
  let v = "";
17057
17054
  return d.forEach((g, b) => {
17058
17055
  var x;
17059
- v += g + ((x = m[b]) !== null && x !== void 0 ? x : "");
17056
+ v += g + ((x = D[b]) !== null && x !== void 0 ? x : "");
17060
17057
  }), c(v);
17061
17058
  };
17062
17059
  return h.style = c, h.color = p, h.prefixMatch = (...d) => {
17063
- let m = d.sort().join(":"), v = f(), g = v.getPrefixMatch(m);
17060
+ let D = d.sort().join(":"), v = f(), g = v.getPrefixMatch(D);
17064
17061
  if (g !== void 0)
17065
17062
  return g;
17066
- let F = new _t(`${m}:flex`, n, v, r, t).parse().kind !== "null";
17067
- return v.setPrefixMatch(m, F), F;
17063
+ let F = new St(`${D}:flex`, n, v, r, t).parse().kind !== "null";
17064
+ return v.setPrefixMatch(D, F), F;
17068
17065
  }, h.setWindowDimensions = (d) => {
17069
17066
  r.windowDimensions = d, a = s();
17070
17067
  }, h.setFontScale = (d) => {
@@ -17075,18 +17072,18 @@ function vl(e, t) {
17075
17072
  r.colorScheme = d, a = s();
17076
17073
  }, h;
17077
17074
  }
17078
- function Um(e) {
17075
+ function zD(e) {
17079
17076
  return { ...e, content: ["_no_warnings_please"] };
17080
17077
  }
17081
- var Gm = { handler: ({ addUtilities: e }) => {
17078
+ var GD = { handler: ({ addUtilities: e }) => {
17082
17079
  e({ "shadow-sm": { boxShadow: "0 1px 2px 0 rgb(0 0 0 / 0.05)" }, shadow: { boxShadow: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)" }, "shadow-md": { boxShadow: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)" }, "shadow-lg": { boxShadow: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)" }, "shadow-xl": { boxShadow: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)" }, "shadow-2xl": { boxShadow: "0 25px 50px -12px rgb(0 0 0 / 0.25)" }, "shadow-inner": { boxShadow: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)" }, "shadow-none": { boxShadow: "0 0 #0000" } });
17083
17080
  } };
17084
- function jm(e) {
17085
- return vl({ ...e, plugins: [...(e == null ? void 0 : e.plugins) ?? [], Gm] }, "web");
17081
+ function jD(e) {
17082
+ return vl({ ...e, plugins: [...(e == null ? void 0 : e.plugins) ?? [], GD] }, "web");
17086
17083
  }
17087
- var mn;
17084
+ var Dn;
17088
17085
  function Ro({ width: e, height: t, config: n }) {
17089
- return mn || (mn = jm(n)), mn.setWindowDimensions({ width: +e, height: +t }), mn;
17086
+ return Dn || (Dn = jD(n)), Dn.setWindowDimensions({ width: +e, height: +t }), Dn;
17090
17087
  }
17091
17088
  var Lo = /* @__PURE__ */ new WeakMap();
17092
17089
  async function xl(e, t) {
@@ -17095,29 +17092,29 @@ async function xl(e, t) {
17095
17092
  throw new Error("Satori is not initialized: expect `yoga` to be loaded, got " + n);
17096
17093
  t.fonts = t.fonts || [];
17097
17094
  let r;
17098
- Lo.has(t.fonts) ? r = Lo.get(t.fonts) : Lo.set(t.fonts, r = new zt(t.fonts));
17095
+ Lo.has(t.fonts) ? r = Lo.get(t.fonts) : Lo.set(t.fonts, r = new Ut(t.fonts));
17099
17096
  let i = "width" in t ? t.width : void 0, o = "height" in t ? t.height : void 0, u = n.Node.create();
17100
17097
  i && u.setWidth(i), o && u.setHeight(o), u.setFlexDirection(n.FLEX_DIRECTION_ROW), u.setFlexWrap(n.WRAP_WRAP), u.setAlignContent(n.ALIGN_AUTO), u.setAlignItems(n.ALIGN_FLEX_START), u.setJustifyContent(n.JUSTIFY_FLEX_START), u.setOverflow(n.OVERFLOW_HIDDEN);
17101
17098
  let s = { ...t.graphemeImages }, a = /* @__PURE__ */ new Set();
17102
17099
  Re.clear(), await cu(e);
17103
- let l = Ut(e, { id: "id", parentStyle: {}, inheritedStyle: { fontSize: 16, fontWeight: "normal", fontFamily: "serif", fontStyle: "normal", lineHeight: 1.2, color: "black", opacity: 1, whiteSpace: "normal", _viewportWidth: i, _viewportHeight: o }, parent: u, font: r, embedFont: t.embedFont, debug: t.debug, graphemeImages: s, canLoadAdditionalAssets: !!t.loadAdditionalAsset, onNodeDetected: t.onNodeDetected, getTwStyles: (d, m) => {
17100
+ let l = zt(e, { id: "id", parentStyle: {}, inheritedStyle: { fontSize: 16, fontWeight: "normal", fontFamily: "serif", fontStyle: "normal", lineHeight: 1.2, color: "black", opacity: 1, whiteSpace: "normal", _viewportWidth: i, _viewportHeight: o }, parent: u, font: r, embedFont: t.embedFont, debug: t.debug, graphemeImages: s, canLoadAdditionalAssets: !!t.loadAdditionalAsset, onNodeDetected: t.onNodeDetected, getTwStyles: (d, D) => {
17104
17101
  let g = { ...Ro({ width: i, height: o, config: t.tailwindConfig })([d]) };
17105
- return typeof g.lineHeight == "number" && (g.lineHeight = g.lineHeight / (+g.fontSize || m.fontSize || 16)), g.shadowColor && g.boxShadow && (g.boxShadow = g.boxShadow.replace(/rgba?\([^)]+\)/, g.shadowColor)), g;
17102
+ return typeof g.lineHeight == "number" && (g.lineHeight = g.lineHeight / (+g.fontSize || D.fontSize || 16)), g.shadowColor && g.boxShadow && (g.boxShadow = g.boxShadow.replace(/rgba?\([^)]+\)/, g.shadowColor)), g;
17106
17103
  } }), f = (await l.next()).value;
17107
17104
  if (t.loadAdditionalAsset && f.length) {
17108
- let d = Hm(f), m = [], v = {};
17105
+ let d = HD(f), D = [], v = {};
17109
17106
  await Promise.all(Object.entries(d).flatMap(([g, b]) => b.map((x) => {
17110
17107
  let F = `${g}_${x}`;
17111
17108
  return a.has(F) ? null : (a.add(F), t.loadAdditionalAsset(g, x).then((y) => {
17112
- typeof y == "string" ? v[x] = y : y && (Array.isArray(y) ? m.push(...y) : m.push(y));
17109
+ typeof y == "string" ? v[x] = y : y && (Array.isArray(y) ? D.push(...y) : D.push(y));
17113
17110
  }));
17114
- }))), r.addFonts(m), Object.assign(s, v);
17111
+ }))), r.addFonts(D), Object.assign(s, v);
17115
17112
  }
17116
17113
  await l.next(), u.calculateLayout(i, o, n.DIRECTION_LTR);
17117
17114
  let c = (await l.next([0, 0])).value, p = u.getComputedWidth(), h = u.getComputedHeight();
17118
17115
  return u.freeRecursive(), Vn({ width: p, height: h, content: c });
17119
17116
  }
17120
- function Hm(e) {
17117
+ function HD(e) {
17121
17118
  let t = {}, n = {};
17122
17119
  for (let { word: r, locale: i } of e) {
17123
17120
  let o = Mu(r, i).join("|");
@@ -17282,9 +17279,9 @@ var yoga = (() => {
17282
17279
  }
17283
17280
  function v() {
17284
17281
  var n2 = l.buffer;
17285
- u.HEAP8 = d = new Int8Array(n2), u.HEAP16 = m = new Int16Array(n2), u.HEAP32 = g = new Int32Array(n2), u.HEAPU8 = y = new Uint8Array(n2), u.HEAPU16 = E = new Uint16Array(n2), u.HEAPU32 = _ = new Uint32Array(n2), u.HEAPF32 = T2 = new Float32Array(n2), u.HEAPF64 = L = new Float64Array(n2);
17282
+ u.HEAP8 = d = new Int8Array(n2), u.HEAP16 = m2 = new Int16Array(n2), u.HEAP32 = g = new Int32Array(n2), u.HEAPU8 = y = new Uint8Array(n2), u.HEAPU16 = E = new Uint16Array(n2), u.HEAPU32 = _ = new Uint32Array(n2), u.HEAPF32 = T2 = new Float32Array(n2), u.HEAPF64 = L = new Float64Array(n2);
17286
17283
  }
17287
- var d, y, m, E, g, _, T2, L, A, O = [], P = [], b = [], N = 0, I = null;
17284
+ var d, y, m2, E, g, _, T2, L, A, O = [], P = [], b = [], N = 0, I = null;
17288
17285
  function w(n2) {
17289
17286
  throw s(n2 = "Aborted(" + n2 + ")"), h = true, f(n2 = new WebAssembly.RuntimeError(n2 + ". Build with -sASSERTIONS for more info.")), n2;
17290
17287
  }
@@ -17308,15 +17305,15 @@ var yoga = (() => {
17308
17305
  var t2 = (n2 = n2.replace(/[^a-zA-Z0-9_]/g, "$")).charCodeAt(0);
17309
17306
  return 48 <= t2 && 57 >= t2 ? "_" + n2 : n2;
17310
17307
  }
17311
- function U(n2, t2) {
17308
+ function U2(n2, t2) {
17312
17309
  return n2 = W(n2), function() {
17313
17310
  return t2.apply(this, arguments);
17314
17311
  };
17315
17312
  }
17316
17313
  r = "yoga.wasm", S() || (r = i + r);
17317
17314
  var M = [{}, { value: void 0 }, { value: null }, { value: true }, { value: false }], F = [];
17318
- function D2(n2) {
17319
- var t2 = Error, r2 = U(n2, function(t3) {
17315
+ function D(n2) {
17316
+ var t2 = Error, r2 = U2(n2, function(t3) {
17320
17317
  this.name = n2, this.message = t3, (t3 = Error(t3).stack) !== void 0 && (this.stack = this.toString() + "\n" + t3.replace(/^Error(:[^\n]*)?\n/, ""));
17321
17318
  });
17322
17319
  return r2.prototype = Object.create(t2.prototype), r2.prototype.constructor = r2, r2.prototype.toString = function() {
@@ -17354,7 +17351,7 @@ var yoga = (() => {
17354
17351
  n2.L.Z = false, n2.delete();
17355
17352
  }
17356
17353
  }
17357
- var z2 = void 0, $ = {};
17354
+ var z = void 0, $ = {};
17358
17355
  function Z(n2, t2) {
17359
17356
  for (t2 === void 0 && V("ptr should not be undefined"); n2.P; )
17360
17357
  t2 = n2.aa(t2), n2 = n2.P;
@@ -17571,7 +17568,7 @@ var yoga = (() => {
17571
17568
  }
17572
17569
  function nW(n2, t2) {
17573
17570
  for (var r2 = "", e2 = 0; !(e2 >= t2 / 2); ++e2) {
17574
- var a2 = m[n2 + 2 * e2 >> 1];
17571
+ var a2 = m2[n2 + 2 * e2 >> 1];
17575
17572
  if (a2 == 0)
17576
17573
  break;
17577
17574
  r2 += String.fromCharCode(a2);
@@ -17585,8 +17582,8 @@ var yoga = (() => {
17585
17582
  var e2 = t2;
17586
17583
  r2 = r2 < 2 * n2.length ? r2 / 2 : n2.length;
17587
17584
  for (var a2 = 0; a2 < r2; ++a2)
17588
- m[t2 >> 1] = n2.charCodeAt(a2), t2 += 2;
17589
- return m[t2 >> 1] = 0, t2 - e2;
17585
+ m2[t2 >> 1] = n2.charCodeAt(a2), t2 += 2;
17586
+ return m2[t2 >> 1] = 0, t2 - e2;
17590
17587
  }
17591
17588
  function nM(n2) {
17592
17589
  return 2 * n2.length;
@@ -17625,7 +17622,7 @@ var yoga = (() => {
17625
17622
  return t2 === void 0 ? B(n2) : t2;
17626
17623
  }
17627
17624
  var nG = [], nY = [], nX = [null, [], []];
17628
- k = u.BindingError = D2("BindingError"), u.count_emval_handles = function() {
17625
+ k = u.BindingError = D("BindingError"), u.count_emval_handles = function() {
17629
17626
  for (var n2 = 0, t2 = 5; t2 < M.length; ++t2)
17630
17627
  M[t2] !== void 0 && ++n2;
17631
17628
  return n2;
@@ -17634,7 +17631,7 @@ var yoga = (() => {
17634
17631
  if (M[n2] !== void 0)
17635
17632
  return M[n2];
17636
17633
  return null;
17637
- }, Y = u.PureVirtualError = D2("PureVirtualError");
17634
+ }, Y = u.PureVirtualError = D("PureVirtualError");
17638
17635
  for (var nB = Array(256), nH = 0; 256 > nH; ++nH)
17639
17636
  nB[nH] = String.fromCharCode(nH);
17640
17637
  X = nB, u.getInheritedInstanceCount = function() {
@@ -17645,8 +17642,8 @@ var yoga = (() => {
17645
17642
  $.hasOwnProperty(n2) && t2.push($[n2]);
17646
17643
  return t2;
17647
17644
  }, u.flushPendingDeletes = x, u.setDelayFunction = function(n2) {
17648
- z2 = n2, H.length && z2 && z2(x);
17649
- }, ne = u.InternalError = D2("InternalError"), ny.prototype.isAliasOf = function(n2) {
17645
+ z = n2, H.length && z && z(x);
17646
+ }, ne = u.InternalError = D("InternalError"), ny.prototype.isAliasOf = function(n2) {
17650
17647
  if (!(this instanceof ny && n2 instanceof ny))
17651
17648
  return false;
17652
17649
  var t2 = this.L.O.M, r2 = this.L.N, e2 = n2.L.O.M;
@@ -17665,7 +17662,7 @@ var yoga = (() => {
17665
17662
  }, ny.prototype.isDeleted = function() {
17666
17663
  return !this.L.N;
17667
17664
  }, ny.prototype.deleteLater = function() {
17668
- return this.L.N || nd(this), this.L.Z && !this.L.$ && V("Object already scheduled for deletion"), H.push(this), H.length === 1 && z2 && z2(x), this.L.Z = true, this;
17665
+ return this.L.N || nd(this), this.L.Z && !this.L.$ && V("Object already scheduled for deletion"), H.push(this), H.length === 1 && z && z(x), this.L.Z = true, this;
17669
17666
  }, nA.prototype.pa = function(n2) {
17670
17667
  return this.ja && (n2 = this.ja(n2)), n2;
17671
17668
  }, nA.prototype.ga = function(n2) {
@@ -17689,11 +17686,11 @@ var yoga = (() => {
17689
17686
  return r3 === e3 ? t3 : e3.P === void 0 ? null : (t3 = n3(t3, r3, e3.P)) === null ? null : e3.ma(t3);
17690
17687
  }(e2, this.M, a2.M);
17691
17688
  return i2 === null ? t2.call(this) : this.ca ? ni(a2.M.W, { O: a2, N: i2, T: this, S: n2 }) : ni(a2.M.W, { O: a2, N: i2 });
17692
- }, nN = u.UnboundTypeError = D2("UnboundTypeError");
17689
+ }, nN = u.UnboundTypeError = D("UnboundTypeError");
17693
17690
  var nx = { q: function(n2, t2, r2) {
17694
17691
  n2 = B(n2), t2 = K(t2, "wrapper"), r2 = j(r2);
17695
17692
  var e2 = [].slice, a2 = t2.M, i2 = a2.W, o2 = a2.P.W, s2 = a2.P.constructor;
17696
- for (var u2 in n2 = U(n2, function() {
17693
+ for (var u2 in n2 = U2(n2, function() {
17697
17694
  a2.P.ia.forEach(function(n3) {
17698
17695
  if (this[n3] === o2[n3])
17699
17696
  throw new Y("Pure virtual function " + n3 + " must be implemented in JavaScript");
@@ -17749,7 +17746,7 @@ var yoga = (() => {
17749
17746
  if (r2 === 1)
17750
17747
  var e3 = d;
17751
17748
  else if (r2 === 2)
17752
- e3 = m;
17749
+ e3 = m2;
17753
17750
  else if (r2 === 4)
17754
17751
  e3 = g;
17755
17752
  else
@@ -17766,7 +17763,7 @@ var yoga = (() => {
17766
17763
  var r3, a3 = t3.M, o3 = a3.W;
17767
17764
  else
17768
17765
  o3 = ny.prototype;
17769
- t3 = U(d2, function() {
17766
+ t3 = U2(d2, function() {
17770
17767
  if (Object.getPrototypeOf(this) !== c3)
17771
17768
  throw new k("Use 'new' to construct " + l2);
17772
17769
  if (h3.X === void 0)
@@ -17869,7 +17866,7 @@ var yoga = (() => {
17869
17866
  };
17870
17867
  case 1:
17871
17868
  return r3 ? function(n4) {
17872
- return m[n4 >> 1];
17869
+ return m2[n4 >> 1];
17873
17870
  } : function(n4) {
17874
17871
  return E[n4 >> 1];
17875
17872
  };