xmlui 0.7.16 → 0.7.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import St, { useContext as co, useLayoutEffect as zr, useCallback as Lr, forwardRef as st, useMemo as uo, useRef as Zt, useEffect as lo, createContext as Xo, useState as Cr, memo as Pr } from "react";
1
+ import St, { useContext as co, useLayoutEffect as zr, useCallback as Lr, forwardRef as st, useMemo as uo, useRef as Ut, useEffect as lo, createContext as Xo, useState as Cr, memo as Pr } from "react";
2
2
  import { jsx as he, Fragment as Dr, jsxs as Bt } from "react/jsx-runtime";
3
3
  import { Link as Or } from "@remix-run/react";
4
4
  import { omitBy as Mr, isUndefined as Hr } from "lodash-es";
@@ -133,11 +133,11 @@ const ln = [
133
133
  ], Tn = ["top", "bottom"], kn = `'{"size-Icon": "var(--xmlui-size-Icon)", "thickness-stroke-Icon": "var(--xmlui-thickness-stroke-Icon)"}'`, wn = "_base_13qtg_13", er = {
134
134
  themeVars: kn,
135
135
  base: wn
136
- }, $n = St.createContext(null);
136
+ }, _n = St.createContext(null);
137
137
  function tr() {
138
- return co($n);
138
+ return co(_n);
139
139
  }
140
- const _n = {
140
+ const $n = {
141
141
  // SVG attributes
142
142
  accentheight: "accentHeight",
143
143
  accumulate: "accumulate",
@@ -390,7 +390,7 @@ function Bn(e) {
390
390
  const { attributes: c, name: u } = i, w = {};
391
391
  return Object.entries(c).forEach(([f, d]) => {
392
392
  let C = f;
393
- /^(data-|aria-)/.test(f) ? C = f : C = f.replace(In, "").toLowerCase(), w[_n[C] || f] = d;
393
+ /^(data-|aria-)/.test(f) ? C = f : C = f.replace(In, "").toLowerCase(), w[$n[C] || f] = d;
394
394
  }), /* @__PURE__ */ he("svg", { ...w, style: s, className: l, children: /* @__PURE__ */ he("use", { href: `#${u}` }) });
395
395
  }, [i]);
396
396
  return e ? n : null;
@@ -424,17 +424,17 @@ function An(e) {
424
424
  const { getResourceUrl: t } = or();
425
425
  return t(e);
426
426
  }
427
- const eo = "xmlui";
427
+ const Xt = "xmlui";
428
428
  function rr(e) {
429
429
  if (typeof e == "string")
430
- return `var(--${eo}-${e.substring(1)})`;
430
+ return `var(--${Xt}-${e.substring(1)})`;
431
431
  if (e.defaultValue && e.defaultValue.length > 0) {
432
432
  let t = "";
433
433
  for (const o of e.defaultValue)
434
434
  t += typeof o == "string" ? o : rr(o);
435
- return `var(--${eo}-${e.id.substring(1)}, ${t})`;
435
+ return `var(--${Xt}-${e.id.substring(1)}, ${t})`;
436
436
  } else
437
- return `var(--${eo}-${e.id.substring(1)})`;
437
+ return `var(--${Xt}-${e.id.substring(1)})`;
438
438
  }
439
439
  const En = st(function({ name: t, fallback: o, style: i, className: n, ...s }, l) {
440
440
  var v;
@@ -570,7 +570,7 @@ function Je(e) {
570
570
  defaultValue: !1
571
571
  };
572
572
  }
573
- function $e() {
573
+ function _e() {
574
574
  return {
575
575
  description: "If this property is set to `true`, the component gets the focus automatically when displayed.",
576
576
  valueType: "boolean",
@@ -708,7 +708,7 @@ function Wn(e) {
708
708
  defaultValue: e
709
709
  };
710
710
  }
711
- const $ = "Button", qn = k({
711
+ const _ = "Button", qn = k({
712
712
  description: "Button is an interactive element that triggers an action when clicked.",
713
713
  status: "stable",
714
714
  props: {
@@ -732,10 +732,10 @@ const $ = "Button", qn = k({
732
732
  ),
733
733
  size: a("The size of the button.", po, "string", "sm"),
734
734
  label: a(
735
- `This property is an optional string to set a label for the ${$}. If no label is specified and an icon is set, the ${$} will modify its styling to look like a small icon button. When the ${$} has nested children, it will display them and ignore the value of the \`label\` prop.`
735
+ `This property is an optional string to set a label for the ${_}. If no label is specified and an icon is set, the ${_} will modify its styling to look like a small icon button. When the ${_} has nested children, it will display them and ignore the value of the \`label\` prop.`
736
736
  ),
737
737
  type: a(
738
- `This optional string describes how the ${$} appears in an HTML context. You rarely need to set this property explicitly.`,
738
+ `This optional string describes how the ${_} appears in an HTML context. You rarely need to set this property explicitly.`,
739
739
  un,
740
740
  "string",
741
741
  dn
@@ -747,112 +747,112 @@ const $ = "Button", qn = k({
747
747
  !0
748
748
  ),
749
749
  icon: a(
750
- `This string value denotes an icon name. The framework will render an icon if XMLUI recognizes the icon by its name. If no label is specified and an icon is set, the ${$} displays only that icon.`
750
+ `This string value denotes an icon name. The framework will render an icon if XMLUI recognizes the icon by its name. If no label is specified and an icon is set, the ${_} displays only that icon.`
751
751
  ),
752
752
  iconPosition: a(
753
- `This optional string determines the location of the icon in the ${$}.`,
753
+ `This optional string determines the location of the icon in the ${_}.`,
754
754
  jo,
755
755
  "string",
756
756
  "start"
757
757
  ),
758
758
  contentPosition: a(
759
- `This optional value determines how the label and icon (or nested children) should be placedinside the ${$} component.`,
759
+ `This optional value determines how the label and icon (or nested children) should be placedinside the ${_} component.`,
760
760
  mn,
761
761
  "string",
762
762
  "center"
763
763
  )
764
764
  },
765
765
  events: {
766
- click: Qe($),
767
- gotFocus: ze($),
768
- lostFocus: Le($)
766
+ click: Qe(_),
767
+ gotFocus: ze(_),
768
+ lostFocus: Le(_)
769
769
  },
770
770
  themeVars: N(an.themeVars),
771
771
  defaultThemeVars: {
772
- [`width-${$}`]: "fit-content",
773
- [`height-${$}`]: "fit-content",
774
- [`radius-${$}`]: "$radius",
775
- [`font-size-${$}`]: "$font-size-small",
776
- [`font-weight-${$}`]: "$font-weight-medium",
777
- [`color-bg-${$}-primary`]: "$color-primary-500",
778
- [`color-bg-${$}-attention`]: "$color-bg-attention",
779
- [`color-border-${$}-attention`]: "$color-attention",
780
- [`color-bg-${$}--disabled`]: "$color-bg--disabled",
781
- [`color-border-${$}--disabled`]: "$color-border--disabled",
782
- [`style-border-${$}`]: "solid",
783
- [`color-text-${$}--disabled`]: "$color-text--disabled",
784
- [`color-outline-${$}--focus`]: "$color-outline--focus",
785
- [`thickness-border-${$}`]: "1px",
786
- [`thickness-outline-${$}--focus`]: "$thickness-outline--focus",
787
- [`style-outline-${$}--focus`]: "$style-outline--focus",
788
- [`offset-outline-${$}--focus`]: "$offset-outline--focus",
789
- [`padding-horizontal-${$}-xs`]: "$space-1",
790
- [`padding-vertical-${$}-xs`]: "$space-0_5",
791
- [`padding-horizontal-${$}-sm`]: "$space-4",
792
- [`padding-vertical-${$}-sm`]: "$space-2",
793
- [`padding-horizontal-${$}-md`]: "$space-4",
794
- [`padding-vertical-${$}-md`]: "$space-3",
795
- [`padding-horizontal-${$}-lg`]: "$space-5",
796
- [`padding-vertical-${$}-lg`]: "$space-4",
772
+ [`width-${_}`]: "fit-content",
773
+ [`height-${_}`]: "fit-content",
774
+ [`radius-${_}`]: "$radius",
775
+ [`font-size-${_}`]: "$font-size-small",
776
+ [`font-weight-${_}`]: "$font-weight-medium",
777
+ [`color-bg-${_}-primary`]: "$color-primary-500",
778
+ [`color-bg-${_}-attention`]: "$color-bg-attention",
779
+ [`color-border-${_}-attention`]: "$color-attention",
780
+ [`color-bg-${_}--disabled`]: "$color-bg--disabled",
781
+ [`color-border-${_}--disabled`]: "$color-border--disabled",
782
+ [`style-border-${_}`]: "solid",
783
+ [`color-text-${_}--disabled`]: "$color-text--disabled",
784
+ [`color-outline-${_}--focus`]: "$color-outline--focus",
785
+ [`thickness-border-${_}`]: "1px",
786
+ [`thickness-outline-${_}--focus`]: "$thickness-outline--focus",
787
+ [`style-outline-${_}--focus`]: "$style-outline--focus",
788
+ [`offset-outline-${_}--focus`]: "$offset-outline--focus",
789
+ [`padding-horizontal-${_}-xs`]: "$space-1",
790
+ [`padding-vertical-${_}-xs`]: "$space-0_5",
791
+ [`padding-horizontal-${_}-sm`]: "$space-4",
792
+ [`padding-vertical-${_}-sm`]: "$space-2",
793
+ [`padding-horizontal-${_}-md`]: "$space-4",
794
+ [`padding-vertical-${_}-md`]: "$space-3",
795
+ [`padding-horizontal-${_}-lg`]: "$space-5",
796
+ [`padding-vertical-${_}-lg`]: "$space-4",
797
797
  light: {
798
- [`color-text-${$}`]: "$color-surface-950",
799
- [`color-text-${$}-solid`]: "$color-surface-50",
800
- [`color-border-${$}-primary`]: "$color-primary-500",
801
- [`color-bg-${$}-primary--hover`]: "$color-primary-400",
802
- [`color-bg-${$}-primary--active`]: "$color-primary-500",
803
- [`color-bg-${$}-primary-outlined--hover`]: "$color-primary-50",
804
- [`color-bg-${$}-primary-outlined--active`]: "$color-primary-100",
805
- [`color-border-${$}-primary-outlined`]: "$color-primary-600",
806
- [`color-border-${$}-primary-outlined--hover`]: "$color-primary-500",
807
- [`color-text-${$}-primary-outlined`]: "$color-primary-900",
808
- [`color-text-${$}-primary-outlined--hover`]: "$color-primary-950",
809
- [`color-text-${$}-primary-outlined--active`]: "$color-primary-900",
810
- [`color-bg-${$}-primary-ghost--hover`]: "$color-primary-50",
811
- [`color-bg-${$}-primary-ghost--active`]: "$color-primary-100",
812
- [`color-border-${$}-secondary`]: "$color-secondary-100",
813
- [`color-bg-${$}-secondary`]: "$color-secondary-500",
814
- [`color-bg-${$}-secondary--hover`]: "$color-secondary-400",
815
- [`color-bg-${$}-secondary--active`]: "$color-secondary-500",
816
- [`color-bg-${$}-secondary-outlined--hover`]: "$color-secondary-50",
817
- [`color-bg-${$}-secondary-outlined--active`]: "$color-secondary-100",
818
- [`color-bg-${$}-secondary-ghost--hover`]: "$color-secondary-100",
819
- [`color-bg-${$}-secondary-ghost--active`]: "$color-secondary-100",
820
- [`color-bg-${$}-attention--hover`]: "$color-danger-400",
821
- [`color-bg-${$}-attention--active`]: "$color-danger-500",
822
- [`color-bg-${$}-attention-outlined--hover`]: "$color-danger-50",
823
- [`color-bg-${$}-attention-outlined--active`]: "$color-danger-100",
824
- [`color-bg-${$}-attention-ghost--hover`]: "$color-danger-50",
825
- [`color-bg-${$}-attention-ghost--active`]: "$color-danger-100"
798
+ [`color-text-${_}`]: "$color-surface-950",
799
+ [`color-text-${_}-solid`]: "$color-surface-50",
800
+ [`color-border-${_}-primary`]: "$color-primary-500",
801
+ [`color-bg-${_}-primary--hover`]: "$color-primary-400",
802
+ [`color-bg-${_}-primary--active`]: "$color-primary-500",
803
+ [`color-bg-${_}-primary-outlined--hover`]: "$color-primary-50",
804
+ [`color-bg-${_}-primary-outlined--active`]: "$color-primary-100",
805
+ [`color-border-${_}-primary-outlined`]: "$color-primary-600",
806
+ [`color-border-${_}-primary-outlined--hover`]: "$color-primary-500",
807
+ [`color-text-${_}-primary-outlined`]: "$color-primary-900",
808
+ [`color-text-${_}-primary-outlined--hover`]: "$color-primary-950",
809
+ [`color-text-${_}-primary-outlined--active`]: "$color-primary-900",
810
+ [`color-bg-${_}-primary-ghost--hover`]: "$color-primary-50",
811
+ [`color-bg-${_}-primary-ghost--active`]: "$color-primary-100",
812
+ [`color-border-${_}-secondary`]: "$color-secondary-100",
813
+ [`color-bg-${_}-secondary`]: "$color-secondary-500",
814
+ [`color-bg-${_}-secondary--hover`]: "$color-secondary-400",
815
+ [`color-bg-${_}-secondary--active`]: "$color-secondary-500",
816
+ [`color-bg-${_}-secondary-outlined--hover`]: "$color-secondary-50",
817
+ [`color-bg-${_}-secondary-outlined--active`]: "$color-secondary-100",
818
+ [`color-bg-${_}-secondary-ghost--hover`]: "$color-secondary-100",
819
+ [`color-bg-${_}-secondary-ghost--active`]: "$color-secondary-100",
820
+ [`color-bg-${_}-attention--hover`]: "$color-danger-400",
821
+ [`color-bg-${_}-attention--active`]: "$color-danger-500",
822
+ [`color-bg-${_}-attention-outlined--hover`]: "$color-danger-50",
823
+ [`color-bg-${_}-attention-outlined--active`]: "$color-danger-100",
824
+ [`color-bg-${_}-attention-ghost--hover`]: "$color-danger-50",
825
+ [`color-bg-${_}-attention-ghost--active`]: "$color-danger-100"
826
826
  },
827
827
  dark: {
828
- [`color-text-${$}`]: "$color-surface-50",
829
- [`color-text-${$}-solid`]: "$color-surface-50",
830
- [`color-border-${$}-primary`]: "$color-primary-500",
831
- [`color-bg-${$}-primary--hover`]: "$color-primary-600",
832
- [`color-bg-${$}-primary--active`]: "$color-primary-500",
833
- [`color-bg-${$}-primary-outlined--hover`]: "$color-primary-900",
834
- [`color-bg-${$}-primary-outlined--active`]: "$color-primary-950",
835
- [`color-border-${$}-primary-outlined`]: "$color-primary-600",
836
- [`color-border-${$}-primary-outlined--hover`]: "$color-primary-500",
837
- [`color-text-${$}-primary-outlined`]: "$color-primary-100",
838
- [`color-text-${$}-primary-outlined--hover`]: "$color-primary-50",
839
- [`color-text-${$}-primary-outlined--active`]: "$color-primary-100",
840
- [`color-bg-${$}-primary-ghost--hover`]: "$color-primary-900",
841
- [`color-bg-${$}-primary-ghost--active`]: "$color-primary-950",
842
- [`color-border-${$}-secondary`]: "$color-secondary-500",
843
- [`color-bg-${$}-secondary`]: "$color-secondary-500",
844
- [`color-bg-${$}-secondary--hover`]: "$color-secondary-400",
845
- [`color-bg-${$}-secondary--active`]: "$color-secondary-500",
846
- [`color-bg-${$}-secondary-outlined--hover`]: "$color-secondary-600",
847
- [`color-bg-${$}-secondary-outlined--active`]: "$color-secondary-500",
848
- [`color-bg-${$}-secondary-ghost--hover`]: "$color-secondary-900",
849
- [`color-bg-${$}-secondary-ghost--active`]: "$color-secondary-950",
850
- [`color-bg-${$}-attention--hover`]: "$color-danger-400",
851
- [`color-bg-${$}-attention--active`]: "$color-danger-500",
852
- [`color-bg-${$}-attention-outlined--hover`]: "$color-danger-900",
853
- [`color-bg-${$}-attention-outlined--active`]: "$color-danger-950",
854
- [`color-bg-${$}-attention-ghost--hover`]: "$color-danger-900",
855
- [`color-bg-${$}-attention-ghost--active`]: "$color-danger-950"
828
+ [`color-text-${_}`]: "$color-surface-50",
829
+ [`color-text-${_}-solid`]: "$color-surface-50",
830
+ [`color-border-${_}-primary`]: "$color-primary-500",
831
+ [`color-bg-${_}-primary--hover`]: "$color-primary-600",
832
+ [`color-bg-${_}-primary--active`]: "$color-primary-500",
833
+ [`color-bg-${_}-primary-outlined--hover`]: "$color-primary-900",
834
+ [`color-bg-${_}-primary-outlined--active`]: "$color-primary-950",
835
+ [`color-border-${_}-primary-outlined`]: "$color-primary-600",
836
+ [`color-border-${_}-primary-outlined--hover`]: "$color-primary-500",
837
+ [`color-text-${_}-primary-outlined`]: "$color-primary-100",
838
+ [`color-text-${_}-primary-outlined--hover`]: "$color-primary-50",
839
+ [`color-text-${_}-primary-outlined--active`]: "$color-primary-100",
840
+ [`color-bg-${_}-primary-ghost--hover`]: "$color-primary-900",
841
+ [`color-bg-${_}-primary-ghost--active`]: "$color-primary-950",
842
+ [`color-border-${_}-secondary`]: "$color-secondary-500",
843
+ [`color-bg-${_}-secondary`]: "$color-secondary-500",
844
+ [`color-bg-${_}-secondary--hover`]: "$color-secondary-400",
845
+ [`color-bg-${_}-secondary--active`]: "$color-secondary-500",
846
+ [`color-bg-${_}-secondary-outlined--hover`]: "$color-secondary-600",
847
+ [`color-bg-${_}-secondary-outlined--active`]: "$color-secondary-500",
848
+ [`color-bg-${_}-secondary-ghost--hover`]: "$color-secondary-900",
849
+ [`color-bg-${_}-secondary-ghost--active`]: "$color-secondary-950",
850
+ [`color-bg-${_}-attention--hover`]: "$color-danger-400",
851
+ [`color-bg-${_}-attention--active`]: "$color-danger-500",
852
+ [`color-bg-${_}-attention-outlined--hover`]: "$color-danger-900",
853
+ [`color-bg-${_}-attention-outlined--active`]: "$color-danger-950",
854
+ [`color-bg-${_}-attention-ghost--hover`]: "$color-danger-900",
855
+ [`color-bg-${_}-attention-ghost--active`]: "$color-danger-950"
856
856
  }
857
857
  }
858
858
  }), Un = '"[]"', Vn = "_base_gzmhm_13", Gn = "_hoverContainer_gzmhm_22", Yn = "_handlesClick_gzmhm_32", Xn = "_vertical_gzmhm_36", Qn = "_reverse_gzmhm_40", Zn = "_horizontal_gzmhm_44", Jn = "_justifyItemsStart_gzmhm_52", jn = "_justifyItemsCenter_gzmhm_56", Kn = "_justifyItemsStretch_gzmhm_60", ei = "_justifyItemsEnd_gzmhm_64", ti = "_alignItemsStart_gzmhm_69", oi = "_alignItemsCenter_gzmhm_73", ri = "_alignItemsStretch_gzmhm_77", ni = "_alignItemsEnd_gzmhm_81", Ee = {
@@ -886,7 +886,7 @@ function ii(e, t, o) {
886
886
  }
887
887
  const ai = Object.freeze({});
888
888
  function li(e) {
889
- const t = Zt({ mountedFired: !1 });
889
+ const t = Ut({ mountedFired: !1 });
890
890
  lo(() => {
891
891
  t.current.mountedFired || (t.current.mountedFired = !0, e == null || e());
892
892
  }, [e]);
@@ -938,7 +938,7 @@ const si = "vertical", yo = st(function({
938
938
  "Manages the horizontal content alignment for each child element in the Stack."
939
939
  ), xo = a(
940
940
  "Manages the vertical content alignment for each child element in the Stack."
941
- ), Jt = k({
941
+ ), Vt = k({
942
942
  description: "`Stack` is a layout container displaying children in a horizontal or vertical stack.",
943
943
  props: {
944
944
  gap: a("Optional size value indicating the gap between child elements."),
@@ -955,9 +955,9 @@ const si = "vertical", yo = st(function({
955
955
  },
956
956
  themeVars: N(Ee.themeVars)
957
957
  }), Nt = {
958
- ...Jt,
958
+ ...Vt,
959
959
  props: {
960
- ...Jt.props,
960
+ ...Vt.props,
961
961
  orientation: a(
962
962
  "An optional property that governs the Stack's orientation (whether the Stack lays out its children in a row or a column)."
963
963
  ),
@@ -969,7 +969,7 @@ const si = "vertical", yo = st(function({
969
969
  specializedFrom: Et,
970
970
  description: "This component represents a stack rendering its contents vertically.",
971
971
  props: {
972
- ...Jt.props,
972
+ ...Vt.props,
973
973
  horizontalAlignment: mo,
974
974
  verticalAlignment: xo
975
975
  }
@@ -978,7 +978,7 @@ const si = "vertical", yo = st(function({
978
978
  specializedFrom: Et,
979
979
  description: "This component represents a stack rendering its contents horizontally.",
980
980
  props: {
981
- ...Jt.props,
981
+ ...Vt.props,
982
982
  horizontalAlignment: mo,
983
983
  verticalAlignment: xo
984
984
  }
@@ -999,11 +999,11 @@ const si = "vertical", yo = st(function({
999
999
  warning: vi,
1000
1000
  valid: bi,
1001
1001
  readOnly: yi
1002
- }, ki = `'{"font-family-Text-abbr": "var(--xmlui-font-family-Text-abbr)", "font-size-Text-abbr": "var(--xmlui-font-size-Text-abbr)", "font-weight-Text-abbr": "var(--xmlui-font-weight-Text-abbr)", "font-style-Text-abbr": "var(--xmlui-font-style-Text-abbr)", "font-stretch-Text-abbr": "var(--xmlui-font-stretch-Text-abbr)", "line-decoration-Text-abbr": "var(--xmlui-line-decoration-Text-abbr)", "color-decoration-Text-abbr": "var(--xmlui-color-decoration-Text-abbr)", "style-decoration-Text-abbr": "var(--xmlui-style-decoration-Text-abbr)", "thickness-decoration-Text-abbr": "var(--xmlui-thickness-decoration-Text-abbr)", "offset-decoration-Text-abbr": "var(--xmlui-offset-decoration-Text-abbr)", "line-height-Text-abbr": "var(--xmlui-line-height-Text-abbr)", "color-Text-abbr": "var(--xmlui-color-Text-abbr)", "color-bg-Text-abbr": "var(--xmlui-color-bg-Text-abbr)", "border-radius-Text-abbr": "var(--xmlui-border-radius-Text-abbr)", "color-border-Text-abbr": "var(--xmlui-color-border-Text-abbr)", "thickness-border-Text-abbr": "var(--xmlui-thickness-border-Text-abbr)", "style-border-Text-abbr": "var(--xmlui-style-border-Text-abbr)", "margin-top-Text-abbr": "var(--xmlui-margin-top-Text-abbr)", "margin-bottom-Text-abbr": "var(--xmlui-margin-bottom-Text-abbr)", "padding-horizontal-Text-abbr": "var(--xmlui-padding-horizontal-Text-abbr)", "padding-vertical-Text-abbr": "var(--xmlui-padding-vertical-Text-abbr)", "transform-Text-abbr": "var(--xmlui-transform-Text-abbr)", "align-vertical-Text-abbr": "var(--xmlui-align-vertical-Text-abbr)", "letter-spacing-Text-abbr": "var(--xmlui-letter-spacing-Text-abbr)", "font-family-Text-cite": "var(--xmlui-font-family-Text-cite)", "font-size-Text-cite": "var(--xmlui-font-size-Text-cite)", "font-weight-Text-cite": "var(--xmlui-font-weight-Text-cite)", "font-style-Text-cite": "var(--xmlui-font-style-Text-cite)", "font-stretch-Text-cite": "var(--xmlui-font-stretch-Text-cite)", "line-decoration-Text-cite": "var(--xmlui-line-decoration-Text-cite)", "color-decoration-Text-cite": "var(--xmlui-color-decoration-Text-cite)", "style-decoration-Text-cite": "var(--xmlui-style-decoration-Text-cite)", "thickness-decoration-Text-cite": "var(--xmlui-thickness-decoration-Text-cite)", "offset-decoration-Text-cite": "var(--xmlui-offset-decoration-Text-cite)", "line-height-Text-cite": "var(--xmlui-line-height-Text-cite)", "color-Text-cite": "var(--xmlui-color-Text-cite)", "color-bg-Text-cite": "var(--xmlui-color-bg-Text-cite)", "border-radius-Text-cite": "var(--xmlui-border-radius-Text-cite)", "color-border-Text-cite": "var(--xmlui-color-border-Text-cite)", "thickness-border-Text-cite": "var(--xmlui-thickness-border-Text-cite)", "style-border-Text-cite": "var(--xmlui-style-border-Text-cite)", "margin-top-Text-cite": "var(--xmlui-margin-top-Text-cite)", "margin-bottom-Text-cite": "var(--xmlui-margin-bottom-Text-cite)", "padding-horizontal-Text-cite": "var(--xmlui-padding-horizontal-Text-cite)", "padding-vertical-Text-cite": "var(--xmlui-padding-vertical-Text-cite)", "transform-Text-cite": "var(--xmlui-transform-Text-cite)", "align-vertical-Text-cite": "var(--xmlui-align-vertical-Text-cite)", "letter-spacing-Text-cite": "var(--xmlui-letter-spacing-Text-cite)", "font-family-Text-code": "var(--xmlui-font-family-Text-code)", "font-size-Text-code": "var(--xmlui-font-size-Text-code)", "font-weight-Text-code": "var(--xmlui-font-weight-Text-code)", "font-style-Text-code": "var(--xmlui-font-style-Text-code)", "font-stretch-Text-code": "var(--xmlui-font-stretch-Text-code)", "line-decoration-Text-code": "var(--xmlui-line-decoration-Text-code)", "color-decoration-Text-code": "var(--xmlui-color-decoration-Text-code)", "style-decoration-Text-code": "var(--xmlui-style-decoration-Text-code)", "thickness-decoration-Text-code": "var(--xmlui-thickness-decoration-Text-code)", "offset-decoration-Text-code": "var(--xmlui-offset-decoration-Text-code)", "line-height-Text-code": "var(--xmlui-line-height-Text-code)", "color-Text-code": "var(--xmlui-color-Text-code)", "color-bg-Text-code": "var(--xmlui-color-bg-Text-code)", "border-radius-Text-code": "var(--xmlui-border-radius-Text-code)", "color-border-Text-code": "var(--xmlui-color-border-Text-code)", "thickness-border-Text-code": "var(--xmlui-thickness-border-Text-code)", "style-border-Text-code": "var(--xmlui-style-border-Text-code)", "margin-top-Text-code": "var(--xmlui-margin-top-Text-code)", "margin-bottom-Text-code": "var(--xmlui-margin-bottom-Text-code)", "padding-horizontal-Text-code": "var(--xmlui-padding-horizontal-Text-code)", "padding-vertical-Text-code": "var(--xmlui-padding-vertical-Text-code)", "transform-Text-code": "var(--xmlui-transform-Text-code)", "align-vertical-Text-code": "var(--xmlui-align-vertical-Text-code)", "letter-spacing-Text-code": "var(--xmlui-letter-spacing-Text-code)", "font-family-Text-codefence": "var(--xmlui-font-family-Text-codefence)", "font-size-Text-codefence": "var(--xmlui-font-size-Text-codefence)", "font-weight-Text-codefence": "var(--xmlui-font-weight-Text-codefence)", "font-style-Text-codefence": "var(--xmlui-font-style-Text-codefence)", "font-stretch-Text-codefence": "var(--xmlui-font-stretch-Text-codefence)", "line-decoration-Text-codefence": "var(--xmlui-line-decoration-Text-codefence)", "color-decoration-Text-codefence": "var(--xmlui-color-decoration-Text-codefence)", "style-decoration-Text-codefence": "var(--xmlui-style-decoration-Text-codefence)", "thickness-decoration-Text-codefence": "var(--xmlui-thickness-decoration-Text-codefence)", "offset-decoration-Text-codefence": "var(--xmlui-offset-decoration-Text-codefence)", "line-height-Text-codefence": "var(--xmlui-line-height-Text-codefence)", "color-Text-codefence": "var(--xmlui-color-Text-codefence)", "color-bg-Text-codefence": "var(--xmlui-color-bg-Text-codefence)", "border-radius-Text-codefence": "var(--xmlui-border-radius-Text-codefence)", "color-border-Text-codefence": "var(--xmlui-color-border-Text-codefence)", "thickness-border-Text-codefence": "var(--xmlui-thickness-border-Text-codefence)", "style-border-Text-codefence": "var(--xmlui-style-border-Text-codefence)", "margin-top-Text-codefence": "var(--xmlui-margin-top-Text-codefence)", "margin-bottom-Text-codefence": "var(--xmlui-margin-bottom-Text-codefence)", "padding-horizontal-Text-codefence": "var(--xmlui-padding-horizontal-Text-codefence)", "padding-vertical-Text-codefence": "var(--xmlui-padding-vertical-Text-codefence)", "transform-Text-codefence": "var(--xmlui-transform-Text-codefence)", "align-vertical-Text-codefence": "var(--xmlui-align-vertical-Text-codefence)", "letter-spacing-Text-codefence": "var(--xmlui-letter-spacing-Text-codefence)", "font-family-Text-deleted": "var(--xmlui-font-family-Text-deleted)", "font-size-Text-deleted": "var(--xmlui-font-size-Text-deleted)", "font-weight-Text-deleted": "var(--xmlui-font-weight-Text-deleted)", "font-style-Text-deleted": "var(--xmlui-font-style-Text-deleted)", "font-stretch-Text-deleted": "var(--xmlui-font-stretch-Text-deleted)", "line-decoration-Text-deleted": "var(--xmlui-line-decoration-Text-deleted)", "color-decoration-Text-deleted": "var(--xmlui-color-decoration-Text-deleted)", "style-decoration-Text-deleted": "var(--xmlui-style-decoration-Text-deleted)", "thickness-decoration-Text-deleted": "var(--xmlui-thickness-decoration-Text-deleted)", "offset-decoration-Text-deleted": "var(--xmlui-offset-decoration-Text-deleted)", "line-height-Text-deleted": "var(--xmlui-line-height-Text-deleted)", "color-Text-deleted": "var(--xmlui-color-Text-deleted)", "color-bg-Text-deleted": "var(--xmlui-color-bg-Text-deleted)", "border-radius-Text-deleted": "var(--xmlui-border-radius-Text-deleted)", "color-border-Text-deleted": "var(--xmlui-color-border-Text-deleted)", "thickness-border-Text-deleted": "var(--xmlui-thickness-border-Text-deleted)", "style-border-Text-deleted": "var(--xmlui-style-border-Text-deleted)", "margin-top-Text-deleted": "var(--xmlui-margin-top-Text-deleted)", "margin-bottom-Text-deleted": "var(--xmlui-margin-bottom-Text-deleted)", "padding-horizontal-Text-deleted": "var(--xmlui-padding-horizontal-Text-deleted)", "padding-vertical-Text-deleted": "var(--xmlui-padding-vertical-Text-deleted)", "transform-Text-deleted": "var(--xmlui-transform-Text-deleted)", "align-vertical-Text-deleted": "var(--xmlui-align-vertical-Text-deleted)", "letter-spacing-Text-deleted": "var(--xmlui-letter-spacing-Text-deleted)", "font-family-Text-inserted": "var(--xmlui-font-family-Text-inserted)", "font-size-Text-inserted": "var(--xmlui-font-size-Text-inserted)", "font-weight-Text-inserted": "var(--xmlui-font-weight-Text-inserted)", "font-style-Text-inserted": "var(--xmlui-font-style-Text-inserted)", "font-stretch-Text-inserted": "var(--xmlui-font-stretch-Text-inserted)", "line-decoration-Text-inserted": "var(--xmlui-line-decoration-Text-inserted)", "color-decoration-Text-inserted": "var(--xmlui-color-decoration-Text-inserted)", "style-decoration-Text-inserted": "var(--xmlui-style-decoration-Text-inserted)", "thickness-decoration-Text-inserted": "var(--xmlui-thickness-decoration-Text-inserted)", "offset-decoration-Text-inserted": "var(--xmlui-offset-decoration-Text-inserted)", "line-height-Text-inserted": "var(--xmlui-line-height-Text-inserted)", "color-Text-inserted": "var(--xmlui-color-Text-inserted)", "color-bg-Text-inserted": "var(--xmlui-color-bg-Text-inserted)", "border-radius-Text-inserted": "var(--xmlui-border-radius-Text-inserted)", "color-border-Text-inserted": "var(--xmlui-color-border-Text-inserted)", "thickness-border-Text-inserted": "var(--xmlui-thickness-border-Text-inserted)", "style-border-Text-inserted": "var(--xmlui-style-border-Text-inserted)", "margin-top-Text-inserted": "var(--xmlui-margin-top-Text-inserted)", "margin-bottom-Text-inserted": "var(--xmlui-margin-bottom-Text-inserted)", "padding-horizontal-Text-inserted": "var(--xmlui-padding-horizontal-Text-inserted)", "padding-vertical-Text-inserted": "var(--xmlui-padding-vertical-Text-inserted)", "transform-Text-inserted": "var(--xmlui-transform-Text-inserted)", "align-vertical-Text-inserted": "var(--xmlui-align-vertical-Text-inserted)", "letter-spacing-Text-inserted": "var(--xmlui-letter-spacing-Text-inserted)", "font-family-Text-keyboard": "var(--xmlui-font-family-Text-keyboard)", "font-size-Text-keyboard": "var(--xmlui-font-size-Text-keyboard)", "font-weight-Text-keyboard": "var(--xmlui-font-weight-Text-keyboard)", "font-style-Text-keyboard": "var(--xmlui-font-style-Text-keyboard)", "font-stretch-Text-keyboard": "var(--xmlui-font-stretch-Text-keyboard)", "line-decoration-Text-keyboard": "var(--xmlui-line-decoration-Text-keyboard)", "color-decoration-Text-keyboard": "var(--xmlui-color-decoration-Text-keyboard)", "style-decoration-Text-keyboard": "var(--xmlui-style-decoration-Text-keyboard)", "thickness-decoration-Text-keyboard": "var(--xmlui-thickness-decoration-Text-keyboard)", "offset-decoration-Text-keyboard": "var(--xmlui-offset-decoration-Text-keyboard)", "line-height-Text-keyboard": "var(--xmlui-line-height-Text-keyboard)", "color-Text-keyboard": "var(--xmlui-color-Text-keyboard)", "color-bg-Text-keyboard": "var(--xmlui-color-bg-Text-keyboard)", "border-radius-Text-keyboard": "var(--xmlui-border-radius-Text-keyboard)", "color-border-Text-keyboard": "var(--xmlui-color-border-Text-keyboard)", "thickness-border-Text-keyboard": "var(--xmlui-thickness-border-Text-keyboard)", "style-border-Text-keyboard": "var(--xmlui-style-border-Text-keyboard)", "margin-top-Text-keyboard": "var(--xmlui-margin-top-Text-keyboard)", "margin-bottom-Text-keyboard": "var(--xmlui-margin-bottom-Text-keyboard)", "padding-horizontal-Text-keyboard": "var(--xmlui-padding-horizontal-Text-keyboard)", "padding-vertical-Text-keyboard": "var(--xmlui-padding-vertical-Text-keyboard)", "transform-Text-keyboard": "var(--xmlui-transform-Text-keyboard)", "align-vertical-Text-keyboard": "var(--xmlui-align-vertical-Text-keyboard)", "letter-spacing-Text-keyboard": "var(--xmlui-letter-spacing-Text-keyboard)", "font-family-Text-marked": "var(--xmlui-font-family-Text-marked)", "font-size-Text-marked": "var(--xmlui-font-size-Text-marked)", "font-weight-Text-marked": "var(--xmlui-font-weight-Text-marked)", "font-style-Text-marked": "var(--xmlui-font-style-Text-marked)", "font-stretch-Text-marked": "var(--xmlui-font-stretch-Text-marked)", "line-decoration-Text-marked": "var(--xmlui-line-decoration-Text-marked)", "color-decoration-Text-marked": "var(--xmlui-color-decoration-Text-marked)", "style-decoration-Text-marked": "var(--xmlui-style-decoration-Text-marked)", "thickness-decoration-Text-marked": "var(--xmlui-thickness-decoration-Text-marked)", "offset-decoration-Text-marked": "var(--xmlui-offset-decoration-Text-marked)", "line-height-Text-marked": "var(--xmlui-line-height-Text-marked)", "color-Text-marked": "var(--xmlui-color-Text-marked)", "color-bg-Text-marked": "var(--xmlui-color-bg-Text-marked)", "border-radius-Text-marked": "var(--xmlui-border-radius-Text-marked)", "color-border-Text-marked": "var(--xmlui-color-border-Text-marked)", "thickness-border-Text-marked": "var(--xmlui-thickness-border-Text-marked)", "style-border-Text-marked": "var(--xmlui-style-border-Text-marked)", "margin-top-Text-marked": "var(--xmlui-margin-top-Text-marked)", "margin-bottom-Text-marked": "var(--xmlui-margin-bottom-Text-marked)", "padding-horizontal-Text-marked": "var(--xmlui-padding-horizontal-Text-marked)", "padding-vertical-Text-marked": "var(--xmlui-padding-vertical-Text-marked)", "transform-Text-marked": "var(--xmlui-transform-Text-marked)", "align-vertical-Text-marked": "var(--xmlui-align-vertical-Text-marked)", "letter-spacing-Text-marked": "var(--xmlui-letter-spacing-Text-marked)", "font-family-Text-mono": "var(--xmlui-font-family-Text-mono)", "font-size-Text-mono": "var(--xmlui-font-size-Text-mono)", "font-weight-Text-mono": "var(--xmlui-font-weight-Text-mono)", "font-style-Text-mono": "var(--xmlui-font-style-Text-mono)", "font-stretch-Text-mono": "var(--xmlui-font-stretch-Text-mono)", "line-decoration-Text-mono": "var(--xmlui-line-decoration-Text-mono)", "color-decoration-Text-mono": "var(--xmlui-color-decoration-Text-mono)", "style-decoration-Text-mono": "var(--xmlui-style-decoration-Text-mono)", "thickness-decoration-Text-mono": "var(--xmlui-thickness-decoration-Text-mono)", "offset-decoration-Text-mono": "var(--xmlui-offset-decoration-Text-mono)", "line-height-Text-mono": "var(--xmlui-line-height-Text-mono)", "color-Text-mono": "var(--xmlui-color-Text-mono)", "color-bg-Text-mono": "var(--xmlui-color-bg-Text-mono)", "border-radius-Text-mono": "var(--xmlui-border-radius-Text-mono)", "color-border-Text-mono": "var(--xmlui-color-border-Text-mono)", "thickness-border-Text-mono": "var(--xmlui-thickness-border-Text-mono)", "style-border-Text-mono": "var(--xmlui-style-border-Text-mono)", "margin-top-Text-mono": "var(--xmlui-margin-top-Text-mono)", "margin-bottom-Text-mono": "var(--xmlui-margin-bottom-Text-mono)", "padding-horizontal-Text-mono": "var(--xmlui-padding-horizontal-Text-mono)", "padding-vertical-Text-mono": "var(--xmlui-padding-vertical-Text-mono)", "transform-Text-mono": "var(--xmlui-transform-Text-mono)", "align-vertical-Text-mono": "var(--xmlui-align-vertical-Text-mono)", "letter-spacing-Text-mono": "var(--xmlui-letter-spacing-Text-mono)", "font-family-Text-sample": "var(--xmlui-font-family-Text-sample)", "font-size-Text-sample": "var(--xmlui-font-size-Text-sample)", "font-weight-Text-sample": "var(--xmlui-font-weight-Text-sample)", "font-style-Text-sample": "var(--xmlui-font-style-Text-sample)", "font-stretch-Text-sample": "var(--xmlui-font-stretch-Text-sample)", "line-decoration-Text-sample": "var(--xmlui-line-decoration-Text-sample)", "color-decoration-Text-sample": "var(--xmlui-color-decoration-Text-sample)", "style-decoration-Text-sample": "var(--xmlui-style-decoration-Text-sample)", "thickness-decoration-Text-sample": "var(--xmlui-thickness-decoration-Text-sample)", "offset-decoration-Text-sample": "var(--xmlui-offset-decoration-Text-sample)", "line-height-Text-sample": "var(--xmlui-line-height-Text-sample)", "color-Text-sample": "var(--xmlui-color-Text-sample)", "color-bg-Text-sample": "var(--xmlui-color-bg-Text-sample)", "border-radius-Text-sample": "var(--xmlui-border-radius-Text-sample)", "color-border-Text-sample": "var(--xmlui-color-border-Text-sample)", "thickness-border-Text-sample": "var(--xmlui-thickness-border-Text-sample)", "style-border-Text-sample": "var(--xmlui-style-border-Text-sample)", "margin-top-Text-sample": "var(--xmlui-margin-top-Text-sample)", "margin-bottom-Text-sample": "var(--xmlui-margin-bottom-Text-sample)", "padding-horizontal-Text-sample": "var(--xmlui-padding-horizontal-Text-sample)", "padding-vertical-Text-sample": "var(--xmlui-padding-vertical-Text-sample)", "transform-Text-sample": "var(--xmlui-transform-Text-sample)", "align-vertical-Text-sample": "var(--xmlui-align-vertical-Text-sample)", "letter-spacing-Text-sample": "var(--xmlui-letter-spacing-Text-sample)", "font-family-Text-sup": "var(--xmlui-font-family-Text-sup)", "font-size-Text-sup": "var(--xmlui-font-size-Text-sup)", "font-weight-Text-sup": "var(--xmlui-font-weight-Text-sup)", "font-style-Text-sup": "var(--xmlui-font-style-Text-sup)", "font-stretch-Text-sup": "var(--xmlui-font-stretch-Text-sup)", "line-decoration-Text-sup": "var(--xmlui-line-decoration-Text-sup)", "color-decoration-Text-sup": "var(--xmlui-color-decoration-Text-sup)", "style-decoration-Text-sup": "var(--xmlui-style-decoration-Text-sup)", "thickness-decoration-Text-sup": "var(--xmlui-thickness-decoration-Text-sup)", "offset-decoration-Text-sup": "var(--xmlui-offset-decoration-Text-sup)", "line-height-Text-sup": "var(--xmlui-line-height-Text-sup)", "color-Text-sup": "var(--xmlui-color-Text-sup)", "color-bg-Text-sup": "var(--xmlui-color-bg-Text-sup)", "border-radius-Text-sup": "var(--xmlui-border-radius-Text-sup)", "color-border-Text-sup": "var(--xmlui-color-border-Text-sup)", "thickness-border-Text-sup": "var(--xmlui-thickness-border-Text-sup)", "style-border-Text-sup": "var(--xmlui-style-border-Text-sup)", "margin-top-Text-sup": "var(--xmlui-margin-top-Text-sup)", "margin-bottom-Text-sup": "var(--xmlui-margin-bottom-Text-sup)", "padding-horizontal-Text-sup": "var(--xmlui-padding-horizontal-Text-sup)", "padding-vertical-Text-sup": "var(--xmlui-padding-vertical-Text-sup)", "transform-Text-sup": "var(--xmlui-transform-Text-sup)", "align-vertical-Text-sup": "var(--xmlui-align-vertical-Text-sup)", "letter-spacing-Text-sup": "var(--xmlui-letter-spacing-Text-sup)", "font-family-Text-sub": "var(--xmlui-font-family-Text-sub)", "font-size-Text-sub": "var(--xmlui-font-size-Text-sub)", "font-weight-Text-sub": "var(--xmlui-font-weight-Text-sub)", "font-style-Text-sub": "var(--xmlui-font-style-Text-sub)", "font-stretch-Text-sub": "var(--xmlui-font-stretch-Text-sub)", "line-decoration-Text-sub": "var(--xmlui-line-decoration-Text-sub)", "color-decoration-Text-sub": "var(--xmlui-color-decoration-Text-sub)", "style-decoration-Text-sub": "var(--xmlui-style-decoration-Text-sub)", "thickness-decoration-Text-sub": "var(--xmlui-thickness-decoration-Text-sub)", "offset-decoration-Text-sub": "var(--xmlui-offset-decoration-Text-sub)", "line-height-Text-sub": "var(--xmlui-line-height-Text-sub)", "color-Text-sub": "var(--xmlui-color-Text-sub)", "color-bg-Text-sub": "var(--xmlui-color-bg-Text-sub)", "border-radius-Text-sub": "var(--xmlui-border-radius-Text-sub)", "color-border-Text-sub": "var(--xmlui-color-border-Text-sub)", "thickness-border-Text-sub": "var(--xmlui-thickness-border-Text-sub)", "style-border-Text-sub": "var(--xmlui-style-border-Text-sub)", "margin-top-Text-sub": "var(--xmlui-margin-top-Text-sub)", "margin-bottom-Text-sub": "var(--xmlui-margin-bottom-Text-sub)", "padding-horizontal-Text-sub": "var(--xmlui-padding-horizontal-Text-sub)", "padding-vertical-Text-sub": "var(--xmlui-padding-vertical-Text-sub)", "transform-Text-sub": "var(--xmlui-transform-Text-sub)", "align-vertical-Text-sub": "var(--xmlui-align-vertical-Text-sub)", "letter-spacing-Text-sub": "var(--xmlui-letter-spacing-Text-sub)", "font-family-Text-var": "var(--xmlui-font-family-Text-var)", "font-size-Text-var": "var(--xmlui-font-size-Text-var)", "font-weight-Text-var": "var(--xmlui-font-weight-Text-var)", "font-style-Text-var": "var(--xmlui-font-style-Text-var)", "font-stretch-Text-var": "var(--xmlui-font-stretch-Text-var)", "line-decoration-Text-var": "var(--xmlui-line-decoration-Text-var)", "color-decoration-Text-var": "var(--xmlui-color-decoration-Text-var)", "style-decoration-Text-var": "var(--xmlui-style-decoration-Text-var)", "thickness-decoration-Text-var": "var(--xmlui-thickness-decoration-Text-var)", "offset-decoration-Text-var": "var(--xmlui-offset-decoration-Text-var)", "line-height-Text-var": "var(--xmlui-line-height-Text-var)", "color-Text-var": "var(--xmlui-color-Text-var)", "color-bg-Text-var": "var(--xmlui-color-bg-Text-var)", "border-radius-Text-var": "var(--xmlui-border-radius-Text-var)", "color-border-Text-var": "var(--xmlui-color-border-Text-var)", "thickness-border-Text-var": "var(--xmlui-thickness-border-Text-var)", "style-border-Text-var": "var(--xmlui-style-border-Text-var)", "margin-top-Text-var": "var(--xmlui-margin-top-Text-var)", "margin-bottom-Text-var": "var(--xmlui-margin-bottom-Text-var)", "padding-horizontal-Text-var": "var(--xmlui-padding-horizontal-Text-var)", "padding-vertical-Text-var": "var(--xmlui-padding-vertical-Text-var)", "transform-Text-var": "var(--xmlui-transform-Text-var)", "align-vertical-Text-var": "var(--xmlui-align-vertical-Text-var)", "letter-spacing-Text-var": "var(--xmlui-letter-spacing-Text-var)", "font-family-Text-title": "var(--xmlui-font-family-Text-title)", "font-size-Text-title": "var(--xmlui-font-size-Text-title)", "font-weight-Text-title": "var(--xmlui-font-weight-Text-title)", "font-style-Text-title": "var(--xmlui-font-style-Text-title)", "font-stretch-Text-title": "var(--xmlui-font-stretch-Text-title)", "line-decoration-Text-title": "var(--xmlui-line-decoration-Text-title)", "color-decoration-Text-title": "var(--xmlui-color-decoration-Text-title)", "style-decoration-Text-title": "var(--xmlui-style-decoration-Text-title)", "thickness-decoration-Text-title": "var(--xmlui-thickness-decoration-Text-title)", "offset-decoration-Text-title": "var(--xmlui-offset-decoration-Text-title)", "line-height-Text-title": "var(--xmlui-line-height-Text-title)", "color-Text-title": "var(--xmlui-color-Text-title)", "color-bg-Text-title": "var(--xmlui-color-bg-Text-title)", "border-radius-Text-title": "var(--xmlui-border-radius-Text-title)", "color-border-Text-title": "var(--xmlui-color-border-Text-title)", "thickness-border-Text-title": "var(--xmlui-thickness-border-Text-title)", "style-border-Text-title": "var(--xmlui-style-border-Text-title)", "margin-top-Text-title": "var(--xmlui-margin-top-Text-title)", "margin-bottom-Text-title": "var(--xmlui-margin-bottom-Text-title)", "padding-horizontal-Text-title": "var(--xmlui-padding-horizontal-Text-title)", "padding-vertical-Text-title": "var(--xmlui-padding-vertical-Text-title)", "transform-Text-title": "var(--xmlui-transform-Text-title)", "align-vertical-Text-title": "var(--xmlui-align-vertical-Text-title)", "letter-spacing-Text-title": "var(--xmlui-letter-spacing-Text-title)", "font-family-Text-subtitle": "var(--xmlui-font-family-Text-subtitle)", "font-size-Text-subtitle": "var(--xmlui-font-size-Text-subtitle)", "font-weight-Text-subtitle": "var(--xmlui-font-weight-Text-subtitle)", "font-style-Text-subtitle": "var(--xmlui-font-style-Text-subtitle)", "font-stretch-Text-subtitle": "var(--xmlui-font-stretch-Text-subtitle)", "line-decoration-Text-subtitle": "var(--xmlui-line-decoration-Text-subtitle)", "color-decoration-Text-subtitle": "var(--xmlui-color-decoration-Text-subtitle)", "style-decoration-Text-subtitle": "var(--xmlui-style-decoration-Text-subtitle)", "thickness-decoration-Text-subtitle": "var(--xmlui-thickness-decoration-Text-subtitle)", "offset-decoration-Text-subtitle": "var(--xmlui-offset-decoration-Text-subtitle)", "line-height-Text-subtitle": "var(--xmlui-line-height-Text-subtitle)", "color-Text-subtitle": "var(--xmlui-color-Text-subtitle)", "color-bg-Text-subtitle": "var(--xmlui-color-bg-Text-subtitle)", "border-radius-Text-subtitle": "var(--xmlui-border-radius-Text-subtitle)", "color-border-Text-subtitle": "var(--xmlui-color-border-Text-subtitle)", "thickness-border-Text-subtitle": "var(--xmlui-thickness-border-Text-subtitle)", "style-border-Text-subtitle": "var(--xmlui-style-border-Text-subtitle)", "margin-top-Text-subtitle": "var(--xmlui-margin-top-Text-subtitle)", "margin-bottom-Text-subtitle": "var(--xmlui-margin-bottom-Text-subtitle)", "padding-horizontal-Text-subtitle": "var(--xmlui-padding-horizontal-Text-subtitle)", "padding-vertical-Text-subtitle": "var(--xmlui-padding-vertical-Text-subtitle)", "transform-Text-subtitle": "var(--xmlui-transform-Text-subtitle)", "align-vertical-Text-subtitle": "var(--xmlui-align-vertical-Text-subtitle)", "letter-spacing-Text-subtitle": "var(--xmlui-letter-spacing-Text-subtitle)", "font-family-Text-small": "var(--xmlui-font-family-Text-small)", "font-size-Text-small": "var(--xmlui-font-size-Text-small)", "font-weight-Text-small": "var(--xmlui-font-weight-Text-small)", "font-style-Text-small": "var(--xmlui-font-style-Text-small)", "font-stretch-Text-small": "var(--xmlui-font-stretch-Text-small)", "line-decoration-Text-small": "var(--xmlui-line-decoration-Text-small)", "color-decoration-Text-small": "var(--xmlui-color-decoration-Text-small)", "style-decoration-Text-small": "var(--xmlui-style-decoration-Text-small)", "thickness-decoration-Text-small": "var(--xmlui-thickness-decoration-Text-small)", "offset-decoration-Text-small": "var(--xmlui-offset-decoration-Text-small)", "line-height-Text-small": "var(--xmlui-line-height-Text-small)", "color-Text-small": "var(--xmlui-color-Text-small)", "color-bg-Text-small": "var(--xmlui-color-bg-Text-small)", "border-radius-Text-small": "var(--xmlui-border-radius-Text-small)", "color-border-Text-small": "var(--xmlui-color-border-Text-small)", "thickness-border-Text-small": "var(--xmlui-thickness-border-Text-small)", "style-border-Text-small": "var(--xmlui-style-border-Text-small)", "margin-top-Text-small": "var(--xmlui-margin-top-Text-small)", "margin-bottom-Text-small": "var(--xmlui-margin-bottom-Text-small)", "padding-horizontal-Text-small": "var(--xmlui-padding-horizontal-Text-small)", "padding-vertical-Text-small": "var(--xmlui-padding-vertical-Text-small)", "transform-Text-small": "var(--xmlui-transform-Text-small)", "align-vertical-Text-small": "var(--xmlui-align-vertical-Text-small)", "letter-spacing-Text-small": "var(--xmlui-letter-spacing-Text-small)", "font-family-Text-caption": "var(--xmlui-font-family-Text-caption)", "font-size-Text-caption": "var(--xmlui-font-size-Text-caption)", "font-weight-Text-caption": "var(--xmlui-font-weight-Text-caption)", "font-style-Text-caption": "var(--xmlui-font-style-Text-caption)", "font-stretch-Text-caption": "var(--xmlui-font-stretch-Text-caption)", "line-decoration-Text-caption": "var(--xmlui-line-decoration-Text-caption)", "color-decoration-Text-caption": "var(--xmlui-color-decoration-Text-caption)", "style-decoration-Text-caption": "var(--xmlui-style-decoration-Text-caption)", "thickness-decoration-Text-caption": "var(--xmlui-thickness-decoration-Text-caption)", "offset-decoration-Text-caption": "var(--xmlui-offset-decoration-Text-caption)", "line-height-Text-caption": "var(--xmlui-line-height-Text-caption)", "color-Text-caption": "var(--xmlui-color-Text-caption)", "color-bg-Text-caption": "var(--xmlui-color-bg-Text-caption)", "border-radius-Text-caption": "var(--xmlui-border-radius-Text-caption)", "color-border-Text-caption": "var(--xmlui-color-border-Text-caption)", "thickness-border-Text-caption": "var(--xmlui-thickness-border-Text-caption)", "style-border-Text-caption": "var(--xmlui-style-border-Text-caption)", "margin-top-Text-caption": "var(--xmlui-margin-top-Text-caption)", "margin-bottom-Text-caption": "var(--xmlui-margin-bottom-Text-caption)", "padding-horizontal-Text-caption": "var(--xmlui-padding-horizontal-Text-caption)", "padding-vertical-Text-caption": "var(--xmlui-padding-vertical-Text-caption)", "transform-Text-caption": "var(--xmlui-transform-Text-caption)", "align-vertical-Text-caption": "var(--xmlui-align-vertical-Text-caption)", "letter-spacing-Text-caption": "var(--xmlui-letter-spacing-Text-caption)", "font-family-Text-placeholder": "var(--xmlui-font-family-Text-placeholder)", "font-size-Text-placeholder": "var(--xmlui-font-size-Text-placeholder)", "font-weight-Text-placeholder": "var(--xmlui-font-weight-Text-placeholder)", "font-style-Text-placeholder": "var(--xmlui-font-style-Text-placeholder)", "font-stretch-Text-placeholder": "var(--xmlui-font-stretch-Text-placeholder)", "line-decoration-Text-placeholder": "var(--xmlui-line-decoration-Text-placeholder)", "color-decoration-Text-placeholder": "var(--xmlui-color-decoration-Text-placeholder)", "style-decoration-Text-placeholder": "var(--xmlui-style-decoration-Text-placeholder)", "thickness-decoration-Text-placeholder": "var(--xmlui-thickness-decoration-Text-placeholder)", "offset-decoration-Text-placeholder": "var(--xmlui-offset-decoration-Text-placeholder)", "line-height-Text-placeholder": "var(--xmlui-line-height-Text-placeholder)", "color-Text-placeholder": "var(--xmlui-color-Text-placeholder)", "color-bg-Text-placeholder": "var(--xmlui-color-bg-Text-placeholder)", "border-radius-Text-placeholder": "var(--xmlui-border-radius-Text-placeholder)", "color-border-Text-placeholder": "var(--xmlui-color-border-Text-placeholder)", "thickness-border-Text-placeholder": "var(--xmlui-thickness-border-Text-placeholder)", "style-border-Text-placeholder": "var(--xmlui-style-border-Text-placeholder)", "margin-top-Text-placeholder": "var(--xmlui-margin-top-Text-placeholder)", "margin-bottom-Text-placeholder": "var(--xmlui-margin-bottom-Text-placeholder)", "padding-horizontal-Text-placeholder": "var(--xmlui-padding-horizontal-Text-placeholder)", "padding-vertical-Text-placeholder": "var(--xmlui-padding-vertical-Text-placeholder)", "transform-Text-placeholder": "var(--xmlui-transform-Text-placeholder)", "align-vertical-Text-placeholder": "var(--xmlui-align-vertical-Text-placeholder)", "letter-spacing-Text-placeholder": "var(--xmlui-letter-spacing-Text-placeholder)", "font-family-Text-paragraph": "var(--xmlui-font-family-Text-paragraph)", "font-size-Text-paragraph": "var(--xmlui-font-size-Text-paragraph)", "font-weight-Text-paragraph": "var(--xmlui-font-weight-Text-paragraph)", "font-style-Text-paragraph": "var(--xmlui-font-style-Text-paragraph)", "font-stretch-Text-paragraph": "var(--xmlui-font-stretch-Text-paragraph)", "line-decoration-Text-paragraph": "var(--xmlui-line-decoration-Text-paragraph)", "color-decoration-Text-paragraph": "var(--xmlui-color-decoration-Text-paragraph)", "style-decoration-Text-paragraph": "var(--xmlui-style-decoration-Text-paragraph)", "thickness-decoration-Text-paragraph": "var(--xmlui-thickness-decoration-Text-paragraph)", "offset-decoration-Text-paragraph": "var(--xmlui-offset-decoration-Text-paragraph)", "line-height-Text-paragraph": "var(--xmlui-line-height-Text-paragraph)", "color-Text-paragraph": "var(--xmlui-color-Text-paragraph)", "color-bg-Text-paragraph": "var(--xmlui-color-bg-Text-paragraph)", "border-radius-Text-paragraph": "var(--xmlui-border-radius-Text-paragraph)", "color-border-Text-paragraph": "var(--xmlui-color-border-Text-paragraph)", "thickness-border-Text-paragraph": "var(--xmlui-thickness-border-Text-paragraph)", "style-border-Text-paragraph": "var(--xmlui-style-border-Text-paragraph)", "margin-top-Text-paragraph": "var(--xmlui-margin-top-Text-paragraph)", "margin-bottom-Text-paragraph": "var(--xmlui-margin-bottom-Text-paragraph)", "padding-horizontal-Text-paragraph": "var(--xmlui-padding-horizontal-Text-paragraph)", "padding-vertical-Text-paragraph": "var(--xmlui-padding-vertical-Text-paragraph)", "transform-Text-paragraph": "var(--xmlui-transform-Text-paragraph)", "align-vertical-Text-paragraph": "var(--xmlui-align-vertical-Text-paragraph)", "letter-spacing-Text-paragraph": "var(--xmlui-letter-spacing-Text-paragraph)", "font-family-Text-subheading": "var(--xmlui-font-family-Text-subheading)", "font-size-Text-subheading": "var(--xmlui-font-size-Text-subheading)", "font-weight-Text-subheading": "var(--xmlui-font-weight-Text-subheading)", "font-style-Text-subheading": "var(--xmlui-font-style-Text-subheading)", "font-stretch-Text-subheading": "var(--xmlui-font-stretch-Text-subheading)", "line-decoration-Text-subheading": "var(--xmlui-line-decoration-Text-subheading)", "color-decoration-Text-subheading": "var(--xmlui-color-decoration-Text-subheading)", "style-decoration-Text-subheading": "var(--xmlui-style-decoration-Text-subheading)", "thickness-decoration-Text-subheading": "var(--xmlui-thickness-decoration-Text-subheading)", "offset-decoration-Text-subheading": "var(--xmlui-offset-decoration-Text-subheading)", "line-height-Text-subheading": "var(--xmlui-line-height-Text-subheading)", "color-Text-subheading": "var(--xmlui-color-Text-subheading)", "color-bg-Text-subheading": "var(--xmlui-color-bg-Text-subheading)", "border-radius-Text-subheading": "var(--xmlui-border-radius-Text-subheading)", "color-border-Text-subheading": "var(--xmlui-color-border-Text-subheading)", "thickness-border-Text-subheading": "var(--xmlui-thickness-border-Text-subheading)", "style-border-Text-subheading": "var(--xmlui-style-border-Text-subheading)", "margin-top-Text-subheading": "var(--xmlui-margin-top-Text-subheading)", "margin-bottom-Text-subheading": "var(--xmlui-margin-bottom-Text-subheading)", "padding-horizontal-Text-subheading": "var(--xmlui-padding-horizontal-Text-subheading)", "padding-vertical-Text-subheading": "var(--xmlui-padding-vertical-Text-subheading)", "transform-Text-subheading": "var(--xmlui-transform-Text-subheading)", "align-vertical-Text-subheading": "var(--xmlui-align-vertical-Text-subheading)", "letter-spacing-Text-subheading": "var(--xmlui-letter-spacing-Text-subheading)", "font-family-Text-tableheading": "var(--xmlui-font-family-Text-tableheading)", "font-size-Text-tableheading": "var(--xmlui-font-size-Text-tableheading)", "font-weight-Text-tableheading": "var(--xmlui-font-weight-Text-tableheading)", "font-style-Text-tableheading": "var(--xmlui-font-style-Text-tableheading)", "font-stretch-Text-tableheading": "var(--xmlui-font-stretch-Text-tableheading)", "line-decoration-Text-tableheading": "var(--xmlui-line-decoration-Text-tableheading)", "color-decoration-Text-tableheading": "var(--xmlui-color-decoration-Text-tableheading)", "style-decoration-Text-tableheading": "var(--xmlui-style-decoration-Text-tableheading)", "thickness-decoration-Text-tableheading": "var(--xmlui-thickness-decoration-Text-tableheading)", "offset-decoration-Text-tableheading": "var(--xmlui-offset-decoration-Text-tableheading)", "line-height-Text-tableheading": "var(--xmlui-line-height-Text-tableheading)", "color-Text-tableheading": "var(--xmlui-color-Text-tableheading)", "color-bg-Text-tableheading": "var(--xmlui-color-bg-Text-tableheading)", "border-radius-Text-tableheading": "var(--xmlui-border-radius-Text-tableheading)", "color-border-Text-tableheading": "var(--xmlui-color-border-Text-tableheading)", "thickness-border-Text-tableheading": "var(--xmlui-thickness-border-Text-tableheading)", "style-border-Text-tableheading": "var(--xmlui-style-border-Text-tableheading)", "margin-top-Text-tableheading": "var(--xmlui-margin-top-Text-tableheading)", "margin-bottom-Text-tableheading": "var(--xmlui-margin-bottom-Text-tableheading)", "padding-horizontal-Text-tableheading": "var(--xmlui-padding-horizontal-Text-tableheading)", "padding-vertical-Text-tableheading": "var(--xmlui-padding-vertical-Text-tableheading)", "transform-Text-tableheading": "var(--xmlui-transform-Text-tableheading)", "align-vertical-Text-tableheading": "var(--xmlui-align-vertical-Text-tableheading)", "letter-spacing-Text-tableheading": "var(--xmlui-letter-spacing-Text-tableheading)", "font-family-Text-secondary": "var(--xmlui-font-family-Text-secondary)", "font-size-Text-secondary": "var(--xmlui-font-size-Text-secondary)", "font-weight-Text-secondary": "var(--xmlui-font-weight-Text-secondary)", "font-style-Text-secondary": "var(--xmlui-font-style-Text-secondary)", "font-stretch-Text-secondary": "var(--xmlui-font-stretch-Text-secondary)", "line-decoration-Text-secondary": "var(--xmlui-line-decoration-Text-secondary)", "color-decoration-Text-secondary": "var(--xmlui-color-decoration-Text-secondary)", "style-decoration-Text-secondary": "var(--xmlui-style-decoration-Text-secondary)", "thickness-decoration-Text-secondary": "var(--xmlui-thickness-decoration-Text-secondary)", "offset-decoration-Text-secondary": "var(--xmlui-offset-decoration-Text-secondary)", "line-height-Text-secondary": "var(--xmlui-line-height-Text-secondary)", "color-Text-secondary": "var(--xmlui-color-Text-secondary)", "color-bg-Text-secondary": "var(--xmlui-color-bg-Text-secondary)", "border-radius-Text-secondary": "var(--xmlui-border-radius-Text-secondary)", "color-border-Text-secondary": "var(--xmlui-color-border-Text-secondary)", "thickness-border-Text-secondary": "var(--xmlui-thickness-border-Text-secondary)", "style-border-Text-secondary": "var(--xmlui-style-border-Text-secondary)", "margin-top-Text-secondary": "var(--xmlui-margin-top-Text-secondary)", "margin-bottom-Text-secondary": "var(--xmlui-margin-bottom-Text-secondary)", "padding-horizontal-Text-secondary": "var(--xmlui-padding-horizontal-Text-secondary)", "padding-vertical-Text-secondary": "var(--xmlui-padding-vertical-Text-secondary)", "transform-Text-secondary": "var(--xmlui-transform-Text-secondary)", "align-vertical-Text-secondary": "var(--xmlui-align-vertical-Text-secondary)", "letter-spacing-Text-secondary": "var(--xmlui-letter-spacing-Text-secondary)"}'`, wi = "_text_1v46g_13", $i = "_abbr_1v46g_23", _i = "_cite_1v46g_51", Ii = "_codefence_1v46g_79", Bi = "_code_1v46g_79", Si = "_deleted_1v46g_135", Ai = "_inserted_1v46g_178", Ei = "_keyboard_1v46g_221", Ni = "_marked_1v46g_249", zi = "_mono_1v46g_292", Li = "_sample_1v46g_320", Ci = "_sup_1v46g_348", Pi = "_sub_1v46g_376", Di = "_title_1v46g_432", Oi = "_subtitle_1v46g_460", Mi = "_small_1v46g_488", Hi = "_caption_1v46g_516", Fi = "_placeholder_1v46g_544", Ri = "_paragraph_1v46g_572", Wi = "_subheading_1v46g_600", qi = "_tableheading_1v46g_628", Ui = "_secondary_1v46g_656", Vi = "_strong_1v46g_684", Gi = "_truncateOverflow_1v46g_692", Yi = "_preserveLinebreaks_1v46g_699", Xi = "_noEllipsis_1v46g_703", yt = {
1002
+ }, ki = `'{"font-family-Text-abbr": "var(--xmlui-font-family-Text-abbr)", "font-size-Text-abbr": "var(--xmlui-font-size-Text-abbr)", "font-weight-Text-abbr": "var(--xmlui-font-weight-Text-abbr)", "font-style-Text-abbr": "var(--xmlui-font-style-Text-abbr)", "font-stretch-Text-abbr": "var(--xmlui-font-stretch-Text-abbr)", "line-decoration-Text-abbr": "var(--xmlui-line-decoration-Text-abbr)", "color-decoration-Text-abbr": "var(--xmlui-color-decoration-Text-abbr)", "style-decoration-Text-abbr": "var(--xmlui-style-decoration-Text-abbr)", "thickness-decoration-Text-abbr": "var(--xmlui-thickness-decoration-Text-abbr)", "offset-decoration-Text-abbr": "var(--xmlui-offset-decoration-Text-abbr)", "line-height-Text-abbr": "var(--xmlui-line-height-Text-abbr)", "color-Text-abbr": "var(--xmlui-color-Text-abbr)", "color-bg-Text-abbr": "var(--xmlui-color-bg-Text-abbr)", "border-radius-Text-abbr": "var(--xmlui-border-radius-Text-abbr)", "color-border-Text-abbr": "var(--xmlui-color-border-Text-abbr)", "thickness-border-Text-abbr": "var(--xmlui-thickness-border-Text-abbr)", "style-border-Text-abbr": "var(--xmlui-style-border-Text-abbr)", "margin-top-Text-abbr": "var(--xmlui-margin-top-Text-abbr)", "margin-bottom-Text-abbr": "var(--xmlui-margin-bottom-Text-abbr)", "padding-horizontal-Text-abbr": "var(--xmlui-padding-horizontal-Text-abbr)", "padding-vertical-Text-abbr": "var(--xmlui-padding-vertical-Text-abbr)", "transform-Text-abbr": "var(--xmlui-transform-Text-abbr)", "align-vertical-Text-abbr": "var(--xmlui-align-vertical-Text-abbr)", "letter-spacing-Text-abbr": "var(--xmlui-letter-spacing-Text-abbr)", "font-family-Text-cite": "var(--xmlui-font-family-Text-cite)", "font-size-Text-cite": "var(--xmlui-font-size-Text-cite)", "font-weight-Text-cite": "var(--xmlui-font-weight-Text-cite)", "font-style-Text-cite": "var(--xmlui-font-style-Text-cite)", "font-stretch-Text-cite": "var(--xmlui-font-stretch-Text-cite)", "line-decoration-Text-cite": "var(--xmlui-line-decoration-Text-cite)", "color-decoration-Text-cite": "var(--xmlui-color-decoration-Text-cite)", "style-decoration-Text-cite": "var(--xmlui-style-decoration-Text-cite)", "thickness-decoration-Text-cite": "var(--xmlui-thickness-decoration-Text-cite)", "offset-decoration-Text-cite": "var(--xmlui-offset-decoration-Text-cite)", "line-height-Text-cite": "var(--xmlui-line-height-Text-cite)", "color-Text-cite": "var(--xmlui-color-Text-cite)", "color-bg-Text-cite": "var(--xmlui-color-bg-Text-cite)", "border-radius-Text-cite": "var(--xmlui-border-radius-Text-cite)", "color-border-Text-cite": "var(--xmlui-color-border-Text-cite)", "thickness-border-Text-cite": "var(--xmlui-thickness-border-Text-cite)", "style-border-Text-cite": "var(--xmlui-style-border-Text-cite)", "margin-top-Text-cite": "var(--xmlui-margin-top-Text-cite)", "margin-bottom-Text-cite": "var(--xmlui-margin-bottom-Text-cite)", "padding-horizontal-Text-cite": "var(--xmlui-padding-horizontal-Text-cite)", "padding-vertical-Text-cite": "var(--xmlui-padding-vertical-Text-cite)", "transform-Text-cite": "var(--xmlui-transform-Text-cite)", "align-vertical-Text-cite": "var(--xmlui-align-vertical-Text-cite)", "letter-spacing-Text-cite": "var(--xmlui-letter-spacing-Text-cite)", "font-family-Text-code": "var(--xmlui-font-family-Text-code)", "font-size-Text-code": "var(--xmlui-font-size-Text-code)", "font-weight-Text-code": "var(--xmlui-font-weight-Text-code)", "font-style-Text-code": "var(--xmlui-font-style-Text-code)", "font-stretch-Text-code": "var(--xmlui-font-stretch-Text-code)", "line-decoration-Text-code": "var(--xmlui-line-decoration-Text-code)", "color-decoration-Text-code": "var(--xmlui-color-decoration-Text-code)", "style-decoration-Text-code": "var(--xmlui-style-decoration-Text-code)", "thickness-decoration-Text-code": "var(--xmlui-thickness-decoration-Text-code)", "offset-decoration-Text-code": "var(--xmlui-offset-decoration-Text-code)", "line-height-Text-code": "var(--xmlui-line-height-Text-code)", "color-Text-code": "var(--xmlui-color-Text-code)", "color-bg-Text-code": "var(--xmlui-color-bg-Text-code)", "border-radius-Text-code": "var(--xmlui-border-radius-Text-code)", "color-border-Text-code": "var(--xmlui-color-border-Text-code)", "thickness-border-Text-code": "var(--xmlui-thickness-border-Text-code)", "style-border-Text-code": "var(--xmlui-style-border-Text-code)", "margin-top-Text-code": "var(--xmlui-margin-top-Text-code)", "margin-bottom-Text-code": "var(--xmlui-margin-bottom-Text-code)", "padding-horizontal-Text-code": "var(--xmlui-padding-horizontal-Text-code)", "padding-vertical-Text-code": "var(--xmlui-padding-vertical-Text-code)", "transform-Text-code": "var(--xmlui-transform-Text-code)", "align-vertical-Text-code": "var(--xmlui-align-vertical-Text-code)", "letter-spacing-Text-code": "var(--xmlui-letter-spacing-Text-code)", "font-family-Text-codefence": "var(--xmlui-font-family-Text-codefence)", "font-size-Text-codefence": "var(--xmlui-font-size-Text-codefence)", "font-weight-Text-codefence": "var(--xmlui-font-weight-Text-codefence)", "font-style-Text-codefence": "var(--xmlui-font-style-Text-codefence)", "font-stretch-Text-codefence": "var(--xmlui-font-stretch-Text-codefence)", "line-decoration-Text-codefence": "var(--xmlui-line-decoration-Text-codefence)", "color-decoration-Text-codefence": "var(--xmlui-color-decoration-Text-codefence)", "style-decoration-Text-codefence": "var(--xmlui-style-decoration-Text-codefence)", "thickness-decoration-Text-codefence": "var(--xmlui-thickness-decoration-Text-codefence)", "offset-decoration-Text-codefence": "var(--xmlui-offset-decoration-Text-codefence)", "line-height-Text-codefence": "var(--xmlui-line-height-Text-codefence)", "color-Text-codefence": "var(--xmlui-color-Text-codefence)", "color-bg-Text-codefence": "var(--xmlui-color-bg-Text-codefence)", "border-radius-Text-codefence": "var(--xmlui-border-radius-Text-codefence)", "color-border-Text-codefence": "var(--xmlui-color-border-Text-codefence)", "thickness-border-Text-codefence": "var(--xmlui-thickness-border-Text-codefence)", "style-border-Text-codefence": "var(--xmlui-style-border-Text-codefence)", "margin-top-Text-codefence": "var(--xmlui-margin-top-Text-codefence)", "margin-bottom-Text-codefence": "var(--xmlui-margin-bottom-Text-codefence)", "padding-horizontal-Text-codefence": "var(--xmlui-padding-horizontal-Text-codefence)", "padding-vertical-Text-codefence": "var(--xmlui-padding-vertical-Text-codefence)", "transform-Text-codefence": "var(--xmlui-transform-Text-codefence)", "align-vertical-Text-codefence": "var(--xmlui-align-vertical-Text-codefence)", "letter-spacing-Text-codefence": "var(--xmlui-letter-spacing-Text-codefence)", "font-family-Text-deleted": "var(--xmlui-font-family-Text-deleted)", "font-size-Text-deleted": "var(--xmlui-font-size-Text-deleted)", "font-weight-Text-deleted": "var(--xmlui-font-weight-Text-deleted)", "font-style-Text-deleted": "var(--xmlui-font-style-Text-deleted)", "font-stretch-Text-deleted": "var(--xmlui-font-stretch-Text-deleted)", "line-decoration-Text-deleted": "var(--xmlui-line-decoration-Text-deleted)", "color-decoration-Text-deleted": "var(--xmlui-color-decoration-Text-deleted)", "style-decoration-Text-deleted": "var(--xmlui-style-decoration-Text-deleted)", "thickness-decoration-Text-deleted": "var(--xmlui-thickness-decoration-Text-deleted)", "offset-decoration-Text-deleted": "var(--xmlui-offset-decoration-Text-deleted)", "line-height-Text-deleted": "var(--xmlui-line-height-Text-deleted)", "color-Text-deleted": "var(--xmlui-color-Text-deleted)", "color-bg-Text-deleted": "var(--xmlui-color-bg-Text-deleted)", "border-radius-Text-deleted": "var(--xmlui-border-radius-Text-deleted)", "color-border-Text-deleted": "var(--xmlui-color-border-Text-deleted)", "thickness-border-Text-deleted": "var(--xmlui-thickness-border-Text-deleted)", "style-border-Text-deleted": "var(--xmlui-style-border-Text-deleted)", "margin-top-Text-deleted": "var(--xmlui-margin-top-Text-deleted)", "margin-bottom-Text-deleted": "var(--xmlui-margin-bottom-Text-deleted)", "padding-horizontal-Text-deleted": "var(--xmlui-padding-horizontal-Text-deleted)", "padding-vertical-Text-deleted": "var(--xmlui-padding-vertical-Text-deleted)", "transform-Text-deleted": "var(--xmlui-transform-Text-deleted)", "align-vertical-Text-deleted": "var(--xmlui-align-vertical-Text-deleted)", "letter-spacing-Text-deleted": "var(--xmlui-letter-spacing-Text-deleted)", "font-family-Text-inserted": "var(--xmlui-font-family-Text-inserted)", "font-size-Text-inserted": "var(--xmlui-font-size-Text-inserted)", "font-weight-Text-inserted": "var(--xmlui-font-weight-Text-inserted)", "font-style-Text-inserted": "var(--xmlui-font-style-Text-inserted)", "font-stretch-Text-inserted": "var(--xmlui-font-stretch-Text-inserted)", "line-decoration-Text-inserted": "var(--xmlui-line-decoration-Text-inserted)", "color-decoration-Text-inserted": "var(--xmlui-color-decoration-Text-inserted)", "style-decoration-Text-inserted": "var(--xmlui-style-decoration-Text-inserted)", "thickness-decoration-Text-inserted": "var(--xmlui-thickness-decoration-Text-inserted)", "offset-decoration-Text-inserted": "var(--xmlui-offset-decoration-Text-inserted)", "line-height-Text-inserted": "var(--xmlui-line-height-Text-inserted)", "color-Text-inserted": "var(--xmlui-color-Text-inserted)", "color-bg-Text-inserted": "var(--xmlui-color-bg-Text-inserted)", "border-radius-Text-inserted": "var(--xmlui-border-radius-Text-inserted)", "color-border-Text-inserted": "var(--xmlui-color-border-Text-inserted)", "thickness-border-Text-inserted": "var(--xmlui-thickness-border-Text-inserted)", "style-border-Text-inserted": "var(--xmlui-style-border-Text-inserted)", "margin-top-Text-inserted": "var(--xmlui-margin-top-Text-inserted)", "margin-bottom-Text-inserted": "var(--xmlui-margin-bottom-Text-inserted)", "padding-horizontal-Text-inserted": "var(--xmlui-padding-horizontal-Text-inserted)", "padding-vertical-Text-inserted": "var(--xmlui-padding-vertical-Text-inserted)", "transform-Text-inserted": "var(--xmlui-transform-Text-inserted)", "align-vertical-Text-inserted": "var(--xmlui-align-vertical-Text-inserted)", "letter-spacing-Text-inserted": "var(--xmlui-letter-spacing-Text-inserted)", "font-family-Text-keyboard": "var(--xmlui-font-family-Text-keyboard)", "font-size-Text-keyboard": "var(--xmlui-font-size-Text-keyboard)", "font-weight-Text-keyboard": "var(--xmlui-font-weight-Text-keyboard)", "font-style-Text-keyboard": "var(--xmlui-font-style-Text-keyboard)", "font-stretch-Text-keyboard": "var(--xmlui-font-stretch-Text-keyboard)", "line-decoration-Text-keyboard": "var(--xmlui-line-decoration-Text-keyboard)", "color-decoration-Text-keyboard": "var(--xmlui-color-decoration-Text-keyboard)", "style-decoration-Text-keyboard": "var(--xmlui-style-decoration-Text-keyboard)", "thickness-decoration-Text-keyboard": "var(--xmlui-thickness-decoration-Text-keyboard)", "offset-decoration-Text-keyboard": "var(--xmlui-offset-decoration-Text-keyboard)", "line-height-Text-keyboard": "var(--xmlui-line-height-Text-keyboard)", "color-Text-keyboard": "var(--xmlui-color-Text-keyboard)", "color-bg-Text-keyboard": "var(--xmlui-color-bg-Text-keyboard)", "border-radius-Text-keyboard": "var(--xmlui-border-radius-Text-keyboard)", "color-border-Text-keyboard": "var(--xmlui-color-border-Text-keyboard)", "thickness-border-Text-keyboard": "var(--xmlui-thickness-border-Text-keyboard)", "style-border-Text-keyboard": "var(--xmlui-style-border-Text-keyboard)", "margin-top-Text-keyboard": "var(--xmlui-margin-top-Text-keyboard)", "margin-bottom-Text-keyboard": "var(--xmlui-margin-bottom-Text-keyboard)", "padding-horizontal-Text-keyboard": "var(--xmlui-padding-horizontal-Text-keyboard)", "padding-vertical-Text-keyboard": "var(--xmlui-padding-vertical-Text-keyboard)", "transform-Text-keyboard": "var(--xmlui-transform-Text-keyboard)", "align-vertical-Text-keyboard": "var(--xmlui-align-vertical-Text-keyboard)", "letter-spacing-Text-keyboard": "var(--xmlui-letter-spacing-Text-keyboard)", "font-family-Text-marked": "var(--xmlui-font-family-Text-marked)", "font-size-Text-marked": "var(--xmlui-font-size-Text-marked)", "font-weight-Text-marked": "var(--xmlui-font-weight-Text-marked)", "font-style-Text-marked": "var(--xmlui-font-style-Text-marked)", "font-stretch-Text-marked": "var(--xmlui-font-stretch-Text-marked)", "line-decoration-Text-marked": "var(--xmlui-line-decoration-Text-marked)", "color-decoration-Text-marked": "var(--xmlui-color-decoration-Text-marked)", "style-decoration-Text-marked": "var(--xmlui-style-decoration-Text-marked)", "thickness-decoration-Text-marked": "var(--xmlui-thickness-decoration-Text-marked)", "offset-decoration-Text-marked": "var(--xmlui-offset-decoration-Text-marked)", "line-height-Text-marked": "var(--xmlui-line-height-Text-marked)", "color-Text-marked": "var(--xmlui-color-Text-marked)", "color-bg-Text-marked": "var(--xmlui-color-bg-Text-marked)", "border-radius-Text-marked": "var(--xmlui-border-radius-Text-marked)", "color-border-Text-marked": "var(--xmlui-color-border-Text-marked)", "thickness-border-Text-marked": "var(--xmlui-thickness-border-Text-marked)", "style-border-Text-marked": "var(--xmlui-style-border-Text-marked)", "margin-top-Text-marked": "var(--xmlui-margin-top-Text-marked)", "margin-bottom-Text-marked": "var(--xmlui-margin-bottom-Text-marked)", "padding-horizontal-Text-marked": "var(--xmlui-padding-horizontal-Text-marked)", "padding-vertical-Text-marked": "var(--xmlui-padding-vertical-Text-marked)", "transform-Text-marked": "var(--xmlui-transform-Text-marked)", "align-vertical-Text-marked": "var(--xmlui-align-vertical-Text-marked)", "letter-spacing-Text-marked": "var(--xmlui-letter-spacing-Text-marked)", "font-family-Text-mono": "var(--xmlui-font-family-Text-mono)", "font-size-Text-mono": "var(--xmlui-font-size-Text-mono)", "font-weight-Text-mono": "var(--xmlui-font-weight-Text-mono)", "font-style-Text-mono": "var(--xmlui-font-style-Text-mono)", "font-stretch-Text-mono": "var(--xmlui-font-stretch-Text-mono)", "line-decoration-Text-mono": "var(--xmlui-line-decoration-Text-mono)", "color-decoration-Text-mono": "var(--xmlui-color-decoration-Text-mono)", "style-decoration-Text-mono": "var(--xmlui-style-decoration-Text-mono)", "thickness-decoration-Text-mono": "var(--xmlui-thickness-decoration-Text-mono)", "offset-decoration-Text-mono": "var(--xmlui-offset-decoration-Text-mono)", "line-height-Text-mono": "var(--xmlui-line-height-Text-mono)", "color-Text-mono": "var(--xmlui-color-Text-mono)", "color-bg-Text-mono": "var(--xmlui-color-bg-Text-mono)", "border-radius-Text-mono": "var(--xmlui-border-radius-Text-mono)", "color-border-Text-mono": "var(--xmlui-color-border-Text-mono)", "thickness-border-Text-mono": "var(--xmlui-thickness-border-Text-mono)", "style-border-Text-mono": "var(--xmlui-style-border-Text-mono)", "margin-top-Text-mono": "var(--xmlui-margin-top-Text-mono)", "margin-bottom-Text-mono": "var(--xmlui-margin-bottom-Text-mono)", "padding-horizontal-Text-mono": "var(--xmlui-padding-horizontal-Text-mono)", "padding-vertical-Text-mono": "var(--xmlui-padding-vertical-Text-mono)", "transform-Text-mono": "var(--xmlui-transform-Text-mono)", "align-vertical-Text-mono": "var(--xmlui-align-vertical-Text-mono)", "letter-spacing-Text-mono": "var(--xmlui-letter-spacing-Text-mono)", "font-family-Text-sample": "var(--xmlui-font-family-Text-sample)", "font-size-Text-sample": "var(--xmlui-font-size-Text-sample)", "font-weight-Text-sample": "var(--xmlui-font-weight-Text-sample)", "font-style-Text-sample": "var(--xmlui-font-style-Text-sample)", "font-stretch-Text-sample": "var(--xmlui-font-stretch-Text-sample)", "line-decoration-Text-sample": "var(--xmlui-line-decoration-Text-sample)", "color-decoration-Text-sample": "var(--xmlui-color-decoration-Text-sample)", "style-decoration-Text-sample": "var(--xmlui-style-decoration-Text-sample)", "thickness-decoration-Text-sample": "var(--xmlui-thickness-decoration-Text-sample)", "offset-decoration-Text-sample": "var(--xmlui-offset-decoration-Text-sample)", "line-height-Text-sample": "var(--xmlui-line-height-Text-sample)", "color-Text-sample": "var(--xmlui-color-Text-sample)", "color-bg-Text-sample": "var(--xmlui-color-bg-Text-sample)", "border-radius-Text-sample": "var(--xmlui-border-radius-Text-sample)", "color-border-Text-sample": "var(--xmlui-color-border-Text-sample)", "thickness-border-Text-sample": "var(--xmlui-thickness-border-Text-sample)", "style-border-Text-sample": "var(--xmlui-style-border-Text-sample)", "margin-top-Text-sample": "var(--xmlui-margin-top-Text-sample)", "margin-bottom-Text-sample": "var(--xmlui-margin-bottom-Text-sample)", "padding-horizontal-Text-sample": "var(--xmlui-padding-horizontal-Text-sample)", "padding-vertical-Text-sample": "var(--xmlui-padding-vertical-Text-sample)", "transform-Text-sample": "var(--xmlui-transform-Text-sample)", "align-vertical-Text-sample": "var(--xmlui-align-vertical-Text-sample)", "letter-spacing-Text-sample": "var(--xmlui-letter-spacing-Text-sample)", "font-family-Text-sup": "var(--xmlui-font-family-Text-sup)", "font-size-Text-sup": "var(--xmlui-font-size-Text-sup)", "font-weight-Text-sup": "var(--xmlui-font-weight-Text-sup)", "font-style-Text-sup": "var(--xmlui-font-style-Text-sup)", "font-stretch-Text-sup": "var(--xmlui-font-stretch-Text-sup)", "line-decoration-Text-sup": "var(--xmlui-line-decoration-Text-sup)", "color-decoration-Text-sup": "var(--xmlui-color-decoration-Text-sup)", "style-decoration-Text-sup": "var(--xmlui-style-decoration-Text-sup)", "thickness-decoration-Text-sup": "var(--xmlui-thickness-decoration-Text-sup)", "offset-decoration-Text-sup": "var(--xmlui-offset-decoration-Text-sup)", "line-height-Text-sup": "var(--xmlui-line-height-Text-sup)", "color-Text-sup": "var(--xmlui-color-Text-sup)", "color-bg-Text-sup": "var(--xmlui-color-bg-Text-sup)", "border-radius-Text-sup": "var(--xmlui-border-radius-Text-sup)", "color-border-Text-sup": "var(--xmlui-color-border-Text-sup)", "thickness-border-Text-sup": "var(--xmlui-thickness-border-Text-sup)", "style-border-Text-sup": "var(--xmlui-style-border-Text-sup)", "margin-top-Text-sup": "var(--xmlui-margin-top-Text-sup)", "margin-bottom-Text-sup": "var(--xmlui-margin-bottom-Text-sup)", "padding-horizontal-Text-sup": "var(--xmlui-padding-horizontal-Text-sup)", "padding-vertical-Text-sup": "var(--xmlui-padding-vertical-Text-sup)", "transform-Text-sup": "var(--xmlui-transform-Text-sup)", "align-vertical-Text-sup": "var(--xmlui-align-vertical-Text-sup)", "letter-spacing-Text-sup": "var(--xmlui-letter-spacing-Text-sup)", "font-family-Text-sub": "var(--xmlui-font-family-Text-sub)", "font-size-Text-sub": "var(--xmlui-font-size-Text-sub)", "font-weight-Text-sub": "var(--xmlui-font-weight-Text-sub)", "font-style-Text-sub": "var(--xmlui-font-style-Text-sub)", "font-stretch-Text-sub": "var(--xmlui-font-stretch-Text-sub)", "line-decoration-Text-sub": "var(--xmlui-line-decoration-Text-sub)", "color-decoration-Text-sub": "var(--xmlui-color-decoration-Text-sub)", "style-decoration-Text-sub": "var(--xmlui-style-decoration-Text-sub)", "thickness-decoration-Text-sub": "var(--xmlui-thickness-decoration-Text-sub)", "offset-decoration-Text-sub": "var(--xmlui-offset-decoration-Text-sub)", "line-height-Text-sub": "var(--xmlui-line-height-Text-sub)", "color-Text-sub": "var(--xmlui-color-Text-sub)", "color-bg-Text-sub": "var(--xmlui-color-bg-Text-sub)", "border-radius-Text-sub": "var(--xmlui-border-radius-Text-sub)", "color-border-Text-sub": "var(--xmlui-color-border-Text-sub)", "thickness-border-Text-sub": "var(--xmlui-thickness-border-Text-sub)", "style-border-Text-sub": "var(--xmlui-style-border-Text-sub)", "margin-top-Text-sub": "var(--xmlui-margin-top-Text-sub)", "margin-bottom-Text-sub": "var(--xmlui-margin-bottom-Text-sub)", "padding-horizontal-Text-sub": "var(--xmlui-padding-horizontal-Text-sub)", "padding-vertical-Text-sub": "var(--xmlui-padding-vertical-Text-sub)", "transform-Text-sub": "var(--xmlui-transform-Text-sub)", "align-vertical-Text-sub": "var(--xmlui-align-vertical-Text-sub)", "letter-spacing-Text-sub": "var(--xmlui-letter-spacing-Text-sub)", "font-family-Text-var": "var(--xmlui-font-family-Text-var)", "font-size-Text-var": "var(--xmlui-font-size-Text-var)", "font-weight-Text-var": "var(--xmlui-font-weight-Text-var)", "font-style-Text-var": "var(--xmlui-font-style-Text-var)", "font-stretch-Text-var": "var(--xmlui-font-stretch-Text-var)", "line-decoration-Text-var": "var(--xmlui-line-decoration-Text-var)", "color-decoration-Text-var": "var(--xmlui-color-decoration-Text-var)", "style-decoration-Text-var": "var(--xmlui-style-decoration-Text-var)", "thickness-decoration-Text-var": "var(--xmlui-thickness-decoration-Text-var)", "offset-decoration-Text-var": "var(--xmlui-offset-decoration-Text-var)", "line-height-Text-var": "var(--xmlui-line-height-Text-var)", "color-Text-var": "var(--xmlui-color-Text-var)", "color-bg-Text-var": "var(--xmlui-color-bg-Text-var)", "border-radius-Text-var": "var(--xmlui-border-radius-Text-var)", "color-border-Text-var": "var(--xmlui-color-border-Text-var)", "thickness-border-Text-var": "var(--xmlui-thickness-border-Text-var)", "style-border-Text-var": "var(--xmlui-style-border-Text-var)", "margin-top-Text-var": "var(--xmlui-margin-top-Text-var)", "margin-bottom-Text-var": "var(--xmlui-margin-bottom-Text-var)", "padding-horizontal-Text-var": "var(--xmlui-padding-horizontal-Text-var)", "padding-vertical-Text-var": "var(--xmlui-padding-vertical-Text-var)", "transform-Text-var": "var(--xmlui-transform-Text-var)", "align-vertical-Text-var": "var(--xmlui-align-vertical-Text-var)", "letter-spacing-Text-var": "var(--xmlui-letter-spacing-Text-var)", "font-family-Text-title": "var(--xmlui-font-family-Text-title)", "font-size-Text-title": "var(--xmlui-font-size-Text-title)", "font-weight-Text-title": "var(--xmlui-font-weight-Text-title)", "font-style-Text-title": "var(--xmlui-font-style-Text-title)", "font-stretch-Text-title": "var(--xmlui-font-stretch-Text-title)", "line-decoration-Text-title": "var(--xmlui-line-decoration-Text-title)", "color-decoration-Text-title": "var(--xmlui-color-decoration-Text-title)", "style-decoration-Text-title": "var(--xmlui-style-decoration-Text-title)", "thickness-decoration-Text-title": "var(--xmlui-thickness-decoration-Text-title)", "offset-decoration-Text-title": "var(--xmlui-offset-decoration-Text-title)", "line-height-Text-title": "var(--xmlui-line-height-Text-title)", "color-Text-title": "var(--xmlui-color-Text-title)", "color-bg-Text-title": "var(--xmlui-color-bg-Text-title)", "border-radius-Text-title": "var(--xmlui-border-radius-Text-title)", "color-border-Text-title": "var(--xmlui-color-border-Text-title)", "thickness-border-Text-title": "var(--xmlui-thickness-border-Text-title)", "style-border-Text-title": "var(--xmlui-style-border-Text-title)", "margin-top-Text-title": "var(--xmlui-margin-top-Text-title)", "margin-bottom-Text-title": "var(--xmlui-margin-bottom-Text-title)", "padding-horizontal-Text-title": "var(--xmlui-padding-horizontal-Text-title)", "padding-vertical-Text-title": "var(--xmlui-padding-vertical-Text-title)", "transform-Text-title": "var(--xmlui-transform-Text-title)", "align-vertical-Text-title": "var(--xmlui-align-vertical-Text-title)", "letter-spacing-Text-title": "var(--xmlui-letter-spacing-Text-title)", "font-family-Text-subtitle": "var(--xmlui-font-family-Text-subtitle)", "font-size-Text-subtitle": "var(--xmlui-font-size-Text-subtitle)", "font-weight-Text-subtitle": "var(--xmlui-font-weight-Text-subtitle)", "font-style-Text-subtitle": "var(--xmlui-font-style-Text-subtitle)", "font-stretch-Text-subtitle": "var(--xmlui-font-stretch-Text-subtitle)", "line-decoration-Text-subtitle": "var(--xmlui-line-decoration-Text-subtitle)", "color-decoration-Text-subtitle": "var(--xmlui-color-decoration-Text-subtitle)", "style-decoration-Text-subtitle": "var(--xmlui-style-decoration-Text-subtitle)", "thickness-decoration-Text-subtitle": "var(--xmlui-thickness-decoration-Text-subtitle)", "offset-decoration-Text-subtitle": "var(--xmlui-offset-decoration-Text-subtitle)", "line-height-Text-subtitle": "var(--xmlui-line-height-Text-subtitle)", "color-Text-subtitle": "var(--xmlui-color-Text-subtitle)", "color-bg-Text-subtitle": "var(--xmlui-color-bg-Text-subtitle)", "border-radius-Text-subtitle": "var(--xmlui-border-radius-Text-subtitle)", "color-border-Text-subtitle": "var(--xmlui-color-border-Text-subtitle)", "thickness-border-Text-subtitle": "var(--xmlui-thickness-border-Text-subtitle)", "style-border-Text-subtitle": "var(--xmlui-style-border-Text-subtitle)", "margin-top-Text-subtitle": "var(--xmlui-margin-top-Text-subtitle)", "margin-bottom-Text-subtitle": "var(--xmlui-margin-bottom-Text-subtitle)", "padding-horizontal-Text-subtitle": "var(--xmlui-padding-horizontal-Text-subtitle)", "padding-vertical-Text-subtitle": "var(--xmlui-padding-vertical-Text-subtitle)", "transform-Text-subtitle": "var(--xmlui-transform-Text-subtitle)", "align-vertical-Text-subtitle": "var(--xmlui-align-vertical-Text-subtitle)", "letter-spacing-Text-subtitle": "var(--xmlui-letter-spacing-Text-subtitle)", "font-family-Text-small": "var(--xmlui-font-family-Text-small)", "font-size-Text-small": "var(--xmlui-font-size-Text-small)", "font-weight-Text-small": "var(--xmlui-font-weight-Text-small)", "font-style-Text-small": "var(--xmlui-font-style-Text-small)", "font-stretch-Text-small": "var(--xmlui-font-stretch-Text-small)", "line-decoration-Text-small": "var(--xmlui-line-decoration-Text-small)", "color-decoration-Text-small": "var(--xmlui-color-decoration-Text-small)", "style-decoration-Text-small": "var(--xmlui-style-decoration-Text-small)", "thickness-decoration-Text-small": "var(--xmlui-thickness-decoration-Text-small)", "offset-decoration-Text-small": "var(--xmlui-offset-decoration-Text-small)", "line-height-Text-small": "var(--xmlui-line-height-Text-small)", "color-Text-small": "var(--xmlui-color-Text-small)", "color-bg-Text-small": "var(--xmlui-color-bg-Text-small)", "border-radius-Text-small": "var(--xmlui-border-radius-Text-small)", "color-border-Text-small": "var(--xmlui-color-border-Text-small)", "thickness-border-Text-small": "var(--xmlui-thickness-border-Text-small)", "style-border-Text-small": "var(--xmlui-style-border-Text-small)", "margin-top-Text-small": "var(--xmlui-margin-top-Text-small)", "margin-bottom-Text-small": "var(--xmlui-margin-bottom-Text-small)", "padding-horizontal-Text-small": "var(--xmlui-padding-horizontal-Text-small)", "padding-vertical-Text-small": "var(--xmlui-padding-vertical-Text-small)", "transform-Text-small": "var(--xmlui-transform-Text-small)", "align-vertical-Text-small": "var(--xmlui-align-vertical-Text-small)", "letter-spacing-Text-small": "var(--xmlui-letter-spacing-Text-small)", "font-family-Text-caption": "var(--xmlui-font-family-Text-caption)", "font-size-Text-caption": "var(--xmlui-font-size-Text-caption)", "font-weight-Text-caption": "var(--xmlui-font-weight-Text-caption)", "font-style-Text-caption": "var(--xmlui-font-style-Text-caption)", "font-stretch-Text-caption": "var(--xmlui-font-stretch-Text-caption)", "line-decoration-Text-caption": "var(--xmlui-line-decoration-Text-caption)", "color-decoration-Text-caption": "var(--xmlui-color-decoration-Text-caption)", "style-decoration-Text-caption": "var(--xmlui-style-decoration-Text-caption)", "thickness-decoration-Text-caption": "var(--xmlui-thickness-decoration-Text-caption)", "offset-decoration-Text-caption": "var(--xmlui-offset-decoration-Text-caption)", "line-height-Text-caption": "var(--xmlui-line-height-Text-caption)", "color-Text-caption": "var(--xmlui-color-Text-caption)", "color-bg-Text-caption": "var(--xmlui-color-bg-Text-caption)", "border-radius-Text-caption": "var(--xmlui-border-radius-Text-caption)", "color-border-Text-caption": "var(--xmlui-color-border-Text-caption)", "thickness-border-Text-caption": "var(--xmlui-thickness-border-Text-caption)", "style-border-Text-caption": "var(--xmlui-style-border-Text-caption)", "margin-top-Text-caption": "var(--xmlui-margin-top-Text-caption)", "margin-bottom-Text-caption": "var(--xmlui-margin-bottom-Text-caption)", "padding-horizontal-Text-caption": "var(--xmlui-padding-horizontal-Text-caption)", "padding-vertical-Text-caption": "var(--xmlui-padding-vertical-Text-caption)", "transform-Text-caption": "var(--xmlui-transform-Text-caption)", "align-vertical-Text-caption": "var(--xmlui-align-vertical-Text-caption)", "letter-spacing-Text-caption": "var(--xmlui-letter-spacing-Text-caption)", "font-family-Text-placeholder": "var(--xmlui-font-family-Text-placeholder)", "font-size-Text-placeholder": "var(--xmlui-font-size-Text-placeholder)", "font-weight-Text-placeholder": "var(--xmlui-font-weight-Text-placeholder)", "font-style-Text-placeholder": "var(--xmlui-font-style-Text-placeholder)", "font-stretch-Text-placeholder": "var(--xmlui-font-stretch-Text-placeholder)", "line-decoration-Text-placeholder": "var(--xmlui-line-decoration-Text-placeholder)", "color-decoration-Text-placeholder": "var(--xmlui-color-decoration-Text-placeholder)", "style-decoration-Text-placeholder": "var(--xmlui-style-decoration-Text-placeholder)", "thickness-decoration-Text-placeholder": "var(--xmlui-thickness-decoration-Text-placeholder)", "offset-decoration-Text-placeholder": "var(--xmlui-offset-decoration-Text-placeholder)", "line-height-Text-placeholder": "var(--xmlui-line-height-Text-placeholder)", "color-Text-placeholder": "var(--xmlui-color-Text-placeholder)", "color-bg-Text-placeholder": "var(--xmlui-color-bg-Text-placeholder)", "border-radius-Text-placeholder": "var(--xmlui-border-radius-Text-placeholder)", "color-border-Text-placeholder": "var(--xmlui-color-border-Text-placeholder)", "thickness-border-Text-placeholder": "var(--xmlui-thickness-border-Text-placeholder)", "style-border-Text-placeholder": "var(--xmlui-style-border-Text-placeholder)", "margin-top-Text-placeholder": "var(--xmlui-margin-top-Text-placeholder)", "margin-bottom-Text-placeholder": "var(--xmlui-margin-bottom-Text-placeholder)", "padding-horizontal-Text-placeholder": "var(--xmlui-padding-horizontal-Text-placeholder)", "padding-vertical-Text-placeholder": "var(--xmlui-padding-vertical-Text-placeholder)", "transform-Text-placeholder": "var(--xmlui-transform-Text-placeholder)", "align-vertical-Text-placeholder": "var(--xmlui-align-vertical-Text-placeholder)", "letter-spacing-Text-placeholder": "var(--xmlui-letter-spacing-Text-placeholder)", "font-family-Text-paragraph": "var(--xmlui-font-family-Text-paragraph)", "font-size-Text-paragraph": "var(--xmlui-font-size-Text-paragraph)", "font-weight-Text-paragraph": "var(--xmlui-font-weight-Text-paragraph)", "font-style-Text-paragraph": "var(--xmlui-font-style-Text-paragraph)", "font-stretch-Text-paragraph": "var(--xmlui-font-stretch-Text-paragraph)", "line-decoration-Text-paragraph": "var(--xmlui-line-decoration-Text-paragraph)", "color-decoration-Text-paragraph": "var(--xmlui-color-decoration-Text-paragraph)", "style-decoration-Text-paragraph": "var(--xmlui-style-decoration-Text-paragraph)", "thickness-decoration-Text-paragraph": "var(--xmlui-thickness-decoration-Text-paragraph)", "offset-decoration-Text-paragraph": "var(--xmlui-offset-decoration-Text-paragraph)", "line-height-Text-paragraph": "var(--xmlui-line-height-Text-paragraph)", "color-Text-paragraph": "var(--xmlui-color-Text-paragraph)", "color-bg-Text-paragraph": "var(--xmlui-color-bg-Text-paragraph)", "border-radius-Text-paragraph": "var(--xmlui-border-radius-Text-paragraph)", "color-border-Text-paragraph": "var(--xmlui-color-border-Text-paragraph)", "thickness-border-Text-paragraph": "var(--xmlui-thickness-border-Text-paragraph)", "style-border-Text-paragraph": "var(--xmlui-style-border-Text-paragraph)", "margin-top-Text-paragraph": "var(--xmlui-margin-top-Text-paragraph)", "margin-bottom-Text-paragraph": "var(--xmlui-margin-bottom-Text-paragraph)", "padding-horizontal-Text-paragraph": "var(--xmlui-padding-horizontal-Text-paragraph)", "padding-vertical-Text-paragraph": "var(--xmlui-padding-vertical-Text-paragraph)", "transform-Text-paragraph": "var(--xmlui-transform-Text-paragraph)", "align-vertical-Text-paragraph": "var(--xmlui-align-vertical-Text-paragraph)", "letter-spacing-Text-paragraph": "var(--xmlui-letter-spacing-Text-paragraph)", "font-family-Text-subheading": "var(--xmlui-font-family-Text-subheading)", "font-size-Text-subheading": "var(--xmlui-font-size-Text-subheading)", "font-weight-Text-subheading": "var(--xmlui-font-weight-Text-subheading)", "font-style-Text-subheading": "var(--xmlui-font-style-Text-subheading)", "font-stretch-Text-subheading": "var(--xmlui-font-stretch-Text-subheading)", "line-decoration-Text-subheading": "var(--xmlui-line-decoration-Text-subheading)", "color-decoration-Text-subheading": "var(--xmlui-color-decoration-Text-subheading)", "style-decoration-Text-subheading": "var(--xmlui-style-decoration-Text-subheading)", "thickness-decoration-Text-subheading": "var(--xmlui-thickness-decoration-Text-subheading)", "offset-decoration-Text-subheading": "var(--xmlui-offset-decoration-Text-subheading)", "line-height-Text-subheading": "var(--xmlui-line-height-Text-subheading)", "color-Text-subheading": "var(--xmlui-color-Text-subheading)", "color-bg-Text-subheading": "var(--xmlui-color-bg-Text-subheading)", "border-radius-Text-subheading": "var(--xmlui-border-radius-Text-subheading)", "color-border-Text-subheading": "var(--xmlui-color-border-Text-subheading)", "thickness-border-Text-subheading": "var(--xmlui-thickness-border-Text-subheading)", "style-border-Text-subheading": "var(--xmlui-style-border-Text-subheading)", "margin-top-Text-subheading": "var(--xmlui-margin-top-Text-subheading)", "margin-bottom-Text-subheading": "var(--xmlui-margin-bottom-Text-subheading)", "padding-horizontal-Text-subheading": "var(--xmlui-padding-horizontal-Text-subheading)", "padding-vertical-Text-subheading": "var(--xmlui-padding-vertical-Text-subheading)", "transform-Text-subheading": "var(--xmlui-transform-Text-subheading)", "align-vertical-Text-subheading": "var(--xmlui-align-vertical-Text-subheading)", "letter-spacing-Text-subheading": "var(--xmlui-letter-spacing-Text-subheading)", "font-family-Text-tableheading": "var(--xmlui-font-family-Text-tableheading)", "font-size-Text-tableheading": "var(--xmlui-font-size-Text-tableheading)", "font-weight-Text-tableheading": "var(--xmlui-font-weight-Text-tableheading)", "font-style-Text-tableheading": "var(--xmlui-font-style-Text-tableheading)", "font-stretch-Text-tableheading": "var(--xmlui-font-stretch-Text-tableheading)", "line-decoration-Text-tableheading": "var(--xmlui-line-decoration-Text-tableheading)", "color-decoration-Text-tableheading": "var(--xmlui-color-decoration-Text-tableheading)", "style-decoration-Text-tableheading": "var(--xmlui-style-decoration-Text-tableheading)", "thickness-decoration-Text-tableheading": "var(--xmlui-thickness-decoration-Text-tableheading)", "offset-decoration-Text-tableheading": "var(--xmlui-offset-decoration-Text-tableheading)", "line-height-Text-tableheading": "var(--xmlui-line-height-Text-tableheading)", "color-Text-tableheading": "var(--xmlui-color-Text-tableheading)", "color-bg-Text-tableheading": "var(--xmlui-color-bg-Text-tableheading)", "border-radius-Text-tableheading": "var(--xmlui-border-radius-Text-tableheading)", "color-border-Text-tableheading": "var(--xmlui-color-border-Text-tableheading)", "thickness-border-Text-tableheading": "var(--xmlui-thickness-border-Text-tableheading)", "style-border-Text-tableheading": "var(--xmlui-style-border-Text-tableheading)", "margin-top-Text-tableheading": "var(--xmlui-margin-top-Text-tableheading)", "margin-bottom-Text-tableheading": "var(--xmlui-margin-bottom-Text-tableheading)", "padding-horizontal-Text-tableheading": "var(--xmlui-padding-horizontal-Text-tableheading)", "padding-vertical-Text-tableheading": "var(--xmlui-padding-vertical-Text-tableheading)", "transform-Text-tableheading": "var(--xmlui-transform-Text-tableheading)", "align-vertical-Text-tableheading": "var(--xmlui-align-vertical-Text-tableheading)", "letter-spacing-Text-tableheading": "var(--xmlui-letter-spacing-Text-tableheading)", "font-family-Text-secondary": "var(--xmlui-font-family-Text-secondary)", "font-size-Text-secondary": "var(--xmlui-font-size-Text-secondary)", "font-weight-Text-secondary": "var(--xmlui-font-weight-Text-secondary)", "font-style-Text-secondary": "var(--xmlui-font-style-Text-secondary)", "font-stretch-Text-secondary": "var(--xmlui-font-stretch-Text-secondary)", "line-decoration-Text-secondary": "var(--xmlui-line-decoration-Text-secondary)", "color-decoration-Text-secondary": "var(--xmlui-color-decoration-Text-secondary)", "style-decoration-Text-secondary": "var(--xmlui-style-decoration-Text-secondary)", "thickness-decoration-Text-secondary": "var(--xmlui-thickness-decoration-Text-secondary)", "offset-decoration-Text-secondary": "var(--xmlui-offset-decoration-Text-secondary)", "line-height-Text-secondary": "var(--xmlui-line-height-Text-secondary)", "color-Text-secondary": "var(--xmlui-color-Text-secondary)", "color-bg-Text-secondary": "var(--xmlui-color-bg-Text-secondary)", "border-radius-Text-secondary": "var(--xmlui-border-radius-Text-secondary)", "color-border-Text-secondary": "var(--xmlui-color-border-Text-secondary)", "thickness-border-Text-secondary": "var(--xmlui-thickness-border-Text-secondary)", "style-border-Text-secondary": "var(--xmlui-style-border-Text-secondary)", "margin-top-Text-secondary": "var(--xmlui-margin-top-Text-secondary)", "margin-bottom-Text-secondary": "var(--xmlui-margin-bottom-Text-secondary)", "padding-horizontal-Text-secondary": "var(--xmlui-padding-horizontal-Text-secondary)", "padding-vertical-Text-secondary": "var(--xmlui-padding-vertical-Text-secondary)", "transform-Text-secondary": "var(--xmlui-transform-Text-secondary)", "align-vertical-Text-secondary": "var(--xmlui-align-vertical-Text-secondary)", "letter-spacing-Text-secondary": "var(--xmlui-letter-spacing-Text-secondary)"}'`, wi = "_text_1v46g_13", _i = "_abbr_1v46g_23", $i = "_cite_1v46g_51", Ii = "_codefence_1v46g_79", Bi = "_code_1v46g_79", Si = "_deleted_1v46g_135", Ai = "_inserted_1v46g_178", Ei = "_keyboard_1v46g_221", Ni = "_marked_1v46g_249", zi = "_mono_1v46g_292", Li = "_sample_1v46g_320", Ci = "_sup_1v46g_348", Pi = "_sub_1v46g_376", Di = "_title_1v46g_432", Oi = "_subtitle_1v46g_460", Mi = "_small_1v46g_488", Hi = "_caption_1v46g_516", Fi = "_placeholder_1v46g_544", Ri = "_paragraph_1v46g_572", Wi = "_subheading_1v46g_600", qi = "_tableheading_1v46g_628", Ui = "_secondary_1v46g_656", Vi = "_strong_1v46g_684", Gi = "_truncateOverflow_1v46g_692", Yi = "_preserveLinebreaks_1v46g_699", Xi = "_noEllipsis_1v46g_703", yt = {
1003
1003
  themeVars: ki,
1004
1004
  text: wi,
1005
- abbr: $i,
1006
- cite: _i,
1005
+ abbr: _i,
1006
+ cite: $i,
1007
1007
  codefence: Ii,
1008
1008
  code: Bi,
1009
1009
  deleted: Si,
@@ -1108,7 +1108,7 @@ const To = {
1108
1108
  ellipses: c = !0,
1109
1109
  ...u
1110
1110
  }, w) {
1111
- const f = Zt(null), d = w ? xr(f, w) : f, C = uo(() => !o || !To[o] ? "div" : To[o], [o]);
1111
+ const f = Ut(null), d = w ? xr(f, w) : f, C = uo(() => !o || !To[o] ? "div" : To[o], [o]);
1112
1112
  return /* @__PURE__ */ he(Dr, { children: /* @__PURE__ */ he(
1113
1113
  C,
1114
1114
  {
@@ -1158,7 +1158,7 @@ const To = {
1158
1158
  labelWidth: Ze(tt),
1159
1159
  labelBreak: Je(tt),
1160
1160
  maxLength: At(),
1161
- autoFocus: $e(),
1161
+ autoFocus: _e(),
1162
1162
  required: He(),
1163
1163
  readOnly: Oe(),
1164
1164
  enabled: ve(),
@@ -1253,7 +1253,7 @@ const To = {
1253
1253
  }
1254
1254
  ];
1255
1255
  Xo(null);
1256
- const ga = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "shadow-header-App": "var(--xmlui-shadow-header-App)", "shadow-pages-App": "var(--xmlui-shadow-pages-App)", "max-content-width-App": "var(--xmlui-max-content-width-App)", "color-bg-AppHeader": "var(--xmlui-color-bg-AppHeader)", "border-bottom-AppHeader": "var(--xmlui-border-bottom-AppHeader)"}'`, va = "_wrapper_1e0pi_13", ba = "_vertical_1e0pi_23", ya = "_contentWrapper_1e0pi_27", Ta = "_navPanelWrapper_1e0pi_32", ka = "_PagesWrapper_1e0pi_36", wa = "_footerWrapper_1e0pi_40", $a = "_sticky_1e0pi_43", _a = "_horizontal_1e0pi_47", Ia = "_verticalFullHeader_1e0pi_68", Ba = "_PagesWrapperInner_1e0pi_85", Sa = "_scrollWholePage_1e0pi_97", Aa = "_headerWrapper_1e0pi_100", Ea = "_content_1e0pi_27", Na = "_noScrollbarGutters_1e0pi_138", za = {
1256
+ const ga = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "shadow-header-App": "var(--xmlui-shadow-header-App)", "shadow-pages-App": "var(--xmlui-shadow-pages-App)", "max-content-width-App": "var(--xmlui-max-content-width-App)", "color-bg-AppHeader": "var(--xmlui-color-bg-AppHeader)", "border-bottom-AppHeader": "var(--xmlui-border-bottom-AppHeader)"}'`, va = "_wrapper_1e0pi_13", ba = "_vertical_1e0pi_23", ya = "_contentWrapper_1e0pi_27", Ta = "_navPanelWrapper_1e0pi_32", ka = "_PagesWrapper_1e0pi_36", wa = "_footerWrapper_1e0pi_40", _a = "_sticky_1e0pi_43", $a = "_horizontal_1e0pi_47", Ia = "_verticalFullHeader_1e0pi_68", Ba = "_PagesWrapperInner_1e0pi_85", Sa = "_scrollWholePage_1e0pi_97", Aa = "_headerWrapper_1e0pi_100", Ea = "_content_1e0pi_27", Na = "_noScrollbarGutters_1e0pi_138", za = {
1257
1257
  themeVars: ga,
1258
1258
  wrapper: va,
1259
1259
  vertical: ba,
@@ -1261,8 +1261,8 @@ const ga = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "shadow-h
1261
1261
  navPanelWrapper: Ta,
1262
1262
  PagesWrapper: ka,
1263
1263
  footerWrapper: wa,
1264
- sticky: $a,
1265
- horizontal: _a,
1264
+ sticky: _a,
1265
+ horizontal: $a,
1266
1266
  verticalFullHeader: Ia,
1267
1267
  PagesWrapperInner: Ba,
1268
1268
  scrollWholePage: Sa,
@@ -1361,7 +1361,7 @@ const ot = "App", ml = k({
1361
1361
  }
1362
1362
  }
1363
1363
  });
1364
- function jt(e, t) {
1364
+ function Gt(e, t) {
1365
1365
  return {
1366
1366
  [`padding-left-${e}`]: (t == null ? void 0 : t.left) ?? `$padding-horizontal-${e}`,
1367
1367
  [`padding-right-${e}`]: (t == null ? void 0 : t.right) ?? `$padding-horizontal-${e}`,
@@ -1428,8 +1428,8 @@ const wo = "AppHeader", xl = k({
1428
1428
  style: "solid"
1429
1429
  }
1430
1430
  }),
1431
- ...jt("logo-AppHeader", { horizontal: "$space-0", vertical: "$space-4" }),
1432
- ...jt("AppHeader", { horizontal: "$space-4", vertical: "$space-0" }),
1431
+ ...Gt("logo-AppHeader", { horizontal: "$space-0", vertical: "$space-4" }),
1432
+ ...Gt("AppHeader", { horizontal: "$space-4", vertical: "$space-0" }),
1433
1433
  "radius-AppHeader": "0px",
1434
1434
  light: {
1435
1435
  "color-bg-AppHeader": "white"
@@ -1438,14 +1438,14 @@ const wo = "AppHeader", xl = k({
1438
1438
  "color-bg-AppHeader": "$color-surface-900"
1439
1439
  }
1440
1440
  }
1441
- }), $t = "AppState", fl = k({
1442
- description: `${$t} is a functional component (without a visible user interface) that helps store and manage the app's state.`,
1441
+ }), _t = "AppState", fl = k({
1442
+ description: `${_t} is a functional component (without a visible user interface) that helps store and manage the app's state.`,
1443
1443
  props: {
1444
1444
  bucket: a(
1445
- `This property is the identifier of the bucket to which the \`${$t}\` instance is bound. Multiple \`${$t}\` instances with the same bucket will share the same state object: any of them updating the state will cause the other instances to view the new, updated state.`
1445
+ `This property is the identifier of the bucket to which the \`${_t}\` instance is bound. Multiple \`${_t}\` instances with the same bucket will share the same state object: any of them updating the state will cause the other instances to view the new, updated state.`
1446
1446
  ),
1447
1447
  initialValue: a(
1448
- `This property contains the initial state value. Though you can use multiple \`${$t}\`component instances for the same bucket with their \`initialValue\` set, it may result in faulty app logic. When xmlui instantiates an \`${$t}\` with an explicit initial value, that value is immediately set. Multiple initial values may result in undesired initialization.`
1448
+ `This property contains the initial state value. Though you can use multiple \`${_t}\`component instances for the same bucket with their \`initialValue\` set, it may result in faulty app logic. When xmlui instantiates an \`${_t}\` with an explicit initial value, that value is immediately set. Multiple initial values may result in undesired initialization.`
1449
1449
  )
1450
1450
  },
1451
1451
  nonVisual: !0
@@ -1457,7 +1457,7 @@ const wo = "AppHeader", xl = k({
1457
1457
  md: Tl,
1458
1458
  lg: kl,
1459
1459
  clickable: wl
1460
- }, $l = st(function({ size: t = "sm", url: o, name: i, style: n, onClick: s, ...l }, c) {
1460
+ }, _l = st(function({ size: t = "sm", url: o, name: i, style: n, onClick: s, ...l }, c) {
1461
1461
  let u = null;
1462
1462
  return !o && i && (u = i.trim().split(" ").filter((w) => !!w.trim().length).map((w) => w[0].toUpperCase()).slice(0, 3)), /* @__PURE__ */ he(
1463
1463
  "div",
@@ -1476,7 +1476,7 @@ const wo = "AppHeader", xl = k({
1476
1476
  children: u
1477
1477
  }
1478
1478
  );
1479
- }), pe = "Avatar", _l = k({
1479
+ }), pe = "Avatar", $l = k({
1480
1480
  description: `The \`${pe}\` component represents a user, group (or other entity's) avatar with a small image or initials.`,
1481
1481
  props: {
1482
1482
  size: a(`This property defines the display size of the ${pe}.`, po, "string", "sm"),
@@ -1606,7 +1606,7 @@ const wo = "AppHeader", xl = k({
1606
1606
  truncateOverflow: jl,
1607
1607
  preserveLinebreaks: Kl,
1608
1608
  noEllipsis: es
1609
- }, $o = st(function({
1609
+ }, _o = st(function({
1610
1610
  uid: t,
1611
1611
  level: o = "h1",
1612
1612
  children: i,
@@ -1618,7 +1618,7 @@ const wo = "AppHeader", xl = k({
1618
1618
  ellipses: w = !0,
1619
1619
  className: f
1620
1620
  }, d) {
1621
- const C = o == null ? void 0 : o.toLowerCase(), v = Zt(null), [M, A] = Cr(null), I = Zt(null), ne = co(Nl), T = ne == null ? void 0 : ne.registerHeading, q = ne == null ? void 0 : ne.observeIntersection, le = d ? xr(v, d) : v;
1621
+ const C = o == null ? void 0 : o.toLowerCase(), v = Ut(null), [M, A] = Cr(null), I = Ut(null), ne = co(Nl), T = ne == null ? void 0 : ne.registerHeading, q = ne == null ? void 0 : ne.observeIntersection, le = d ? xr(v, d) : v;
1622
1622
  return lo(() => {
1623
1623
  var me, ue, te, F;
1624
1624
  if (q && v.current) {
@@ -1679,9 +1679,9 @@ st(function({
1679
1679
  onClick: w,
1680
1680
  children: [
1681
1681
  [n, s, c, u].some(Boolean) && /* @__PURE__ */ Bt(yo, { orientation: "horizontal", verticalAlignment: "center", style: { gap: "1rem" }, children: [
1682
- u && /* @__PURE__ */ he($l, { url: c, name: n }),
1682
+ u && /* @__PURE__ */ he(_l, { url: c, name: n }),
1683
1683
  /* @__PURE__ */ Bt(yo, { orientation: "vertical", children: [
1684
- l ? n ? /* @__PURE__ */ he(ql, { to: l + "", children: /* @__PURE__ */ he($o, { ...d, children: n }) }) : null : n ? /* @__PURE__ */ he($o, { ...d, children: n }) : null,
1684
+ l ? n ? /* @__PURE__ */ he(ql, { to: l + "", children: /* @__PURE__ */ he(_o, { ...d, children: n }) }) : null : n ? /* @__PURE__ */ he(_o, { ...d, children: n }) : null,
1685
1685
  s !== void 0 && /* @__PURE__ */ he(Ji, { variant: "small", children: s })
1686
1686
  ] })
1687
1687
  ] }),
@@ -1730,8 +1730,8 @@ const oe = "Card", ts = k({
1730
1730
  [`color-bg-${oe}`]: "$color-surface-900"
1731
1731
  }
1732
1732
  }
1733
- }), _o = "ChangeListener", os = k({
1734
- description: `\`${_o}\` is a functional component (it renders no UI) to trigger an action when a particular value (component property, state, etc.) changes.`,
1733
+ }), $o = "ChangeListener", os = k({
1734
+ description: `\`${$o}\` is a functional component (it renders no UI) to trigger an action when a particular value (component property, state, etc.) changes.`,
1735
1735
  props: {
1736
1736
  listenTo: a("Value to the changes of which this component listens."),
1737
1737
  throttleWaitInMs: a(
@@ -1739,7 +1739,7 @@ const oe = "Card", ts = k({
1739
1739
  )
1740
1740
  },
1741
1741
  events: {
1742
- didChange: we(_o)
1742
+ didChange: we($o)
1743
1743
  }
1744
1744
  }), rs = `'{"Input:radius-Checkbox-default": "var(--xmlui-radius-Checkbox-default)", "Input:color-border-Checkbox-default": "var(--xmlui-color-border-Checkbox-default)", "Input:color-bg-Checkbox-default": "var(--xmlui-color-bg-Checkbox-default)", "Input:thickness-outline-Checkbox-default--focus": "var(--xmlui-thickness-outline-Checkbox-default--focus)", "Input:color-outline-Checkbox-default--focus": "var(--xmlui-color-outline-Checkbox-default--focus)", "Input:style-outline-Checkbox-default--focus": "var(--xmlui-style-outline-Checkbox-default--focus)", "Input:offset-outline-Checkbox-default--focus": "var(--xmlui-offset-outline-Checkbox-default--focus)", "Input:color-border-Checkbox-default--hover": "var(--xmlui-color-border-Checkbox-default--hover)", "Input:color-bg-Checkbox--disabled": "var(--xmlui-color-bg-Checkbox--disabled)", "Input:color-border-Checkbox--disabled": "var(--xmlui-color-border-Checkbox--disabled)", "Input:radius-Checkbox-error": "var(--xmlui-radius-Checkbox-error)", "Input:color-border-Checkbox-error": "var(--xmlui-color-border-Checkbox-error)", "Input:color-bg-Checkbox-error": "var(--xmlui-color-bg-Checkbox-error)", "Input:thickness-outline-Checkbox-error--focus": "var(--xmlui-thickness-outline-Checkbox-error--focus)", "Input:color-outline-Checkbox-error--focus": "var(--xmlui-color-outline-Checkbox-error--focus)", "Input:style-outline-Checkbox-error--focus": "var(--xmlui-style-outline-Checkbox-error--focus)", "Input:offset-outline-Checkbox-error--focus": "var(--xmlui-offset-outline-Checkbox-error--focus)", "Input:radius-Checkbox-warning": "var(--xmlui-radius-Checkbox-warning)", "Input:color-border-Checkbox-warning": "var(--xmlui-color-border-Checkbox-warning)", "Input:color-bg-Checkbox-warning": "var(--xmlui-color-bg-Checkbox-warning)", "Input:thickness-outline-Checkbox-warning--focus": "var(--xmlui-thickness-outline-Checkbox-warning--focus)", "Input:color-outline-Checkbox-warning--focus": "var(--xmlui-color-outline-Checkbox-warning--focus)", "Input:style-outline-Checkbox-warning--focus": "var(--xmlui-style-outline-Checkbox-warning--focus)", "Input:offset-outline-Checkbox-warning--focus": "var(--xmlui-offset-outline-Checkbox-warning--focus)", "Input:radius-Checkbox-success": "var(--xmlui-radius-Checkbox-success)", "Input:color-border-Checkbox-success": "var(--xmlui-color-border-Checkbox-success)", "Input:color-bg-Checkbox-success": "var(--xmlui-color-bg-Checkbox-success)", "Input:thickness-outline-Checkbox-success--focus": "var(--xmlui-thickness-outline-Checkbox-success--focus)", "Input:color-outline-Checkbox-success--focus": "var(--xmlui-color-outline-Checkbox-success--focus)", "Input:style-outline-Checkbox-success--focus": "var(--xmlui-style-outline-Checkbox-success--focus)", "Input:offset-outline-Checkbox-success--focus": "var(--xmlui-offset-outline-Checkbox-success--focus)", "color-bg-indicator-Checkbox": "var(--xmlui-color-bg-indicator-Checkbox)", "Input:color-border-checked-Checkbox": "var(--xmlui-color-border-checked-Checkbox)", "Input:color-bg-checked-Checkbox": "var(--xmlui-color-bg-checked-Checkbox)", "Input:color-border-checked-Checkbox-error": "var(--xmlui-color-border-checked-Checkbox-error)", "Input:color-bg-checked-Checkbox-error": "var(--xmlui-color-bg-checked-Checkbox-error)", "Input:color-border-checked-Checkbox-warning": "var(--xmlui-color-border-checked-Checkbox-warning)", "Input:color-bg-checked-Checkbox-warning": "var(--xmlui-color-bg-checked-Checkbox-warning)", "Input:color-border-checked-Checkbox-success": "var(--xmlui-color-border-checked-Checkbox-success)", "Input:color-bg-checked-Checkbox-success": "var(--xmlui-color-bg-checked-Checkbox-success)", "Input:color-border-Switch": "var(--xmlui-color-border-Switch)", "Input:color-bg-Switch": "var(--xmlui-color-bg-Switch)", "Input:color-border-Switch-default--hover": "var(--xmlui-color-border-Switch-default--hover)", "Input:color-bg-Switch--disabled": "var(--xmlui-color-bg-Switch--disabled)", "Input:color-border-Switch--disabled": "var(--xmlui-color-border-Switch--disabled)", "Input:color-border-Switch-error": "var(--xmlui-color-border-Switch-error)", "Input:color-border-Switch-warning": "var(--xmlui-color-border-Switch-warning)", "Input:color-border-Switch-success": "var(--xmlui-color-border-Switch-success)", "color-bg-indicator-Switch": "var(--xmlui-color-bg-indicator-Switch)", "Input:color-border-checked-Switch": "var(--xmlui-color-border-checked-Switch)", "Input:color-bg-checked-Switch": "var(--xmlui-color-bg-checked-Switch)", "Input:color-border-checked-Switch-error": "var(--xmlui-color-border-checked-Switch-error)", "Input:color-bg-checked-Switch-error": "var(--xmlui-color-bg-checked-Switch-error)", "Input:color-border-checked-Switch-warning": "var(--xmlui-color-border-checked-Switch-warning)", "Input:color-bg-checked-Switch-warning": "var(--xmlui-color-bg-checked-Switch-warning)", "Input:color-border-checked-Switch-success": "var(--xmlui-color-border-checked-Switch-success)", "Input:color-bg-checked-Switch-success": "var(--xmlui-color-bg-checked-Switch-success)", "Input:thickness-outline-Switch--focus": "var(--xmlui-thickness-outline-Switch--focus)", "Input:color-outline-Switch--focus": "var(--xmlui-color-outline-Switch--focus)", "Input:style-outline-Switch--focus": "var(--xmlui-style-outline-Switch--focus)", "Input:offset-outline-Switch--focus": "var(--xmlui-offset-outline-Switch--focus)"}'`, ns = "_resetAppearance_fdujw_13", is = "_checkbox_fdujw_21", as = "_error_fdujw_50", ls = "_warning_fdujw_61", ss = "_valid_fdujw_72", vr = {
1745
1745
  themeVars: rs,
@@ -1760,7 +1760,7 @@ const oe = "Card", ts = k({
1760
1760
  labelBreak: Je(J),
1761
1761
  required: He(),
1762
1762
  initialValue: Ce(!1),
1763
- autoFocus: $e(),
1763
+ autoFocus: _e(),
1764
1764
  readOnly: Oe(),
1765
1765
  enabled: ve(),
1766
1766
  validationStatus: Me(),
@@ -1804,8 +1804,8 @@ const oe = "Card", ts = k({
1804
1804
  separator: ds,
1805
1805
  horizontal: ps,
1806
1806
  vertical: hs
1807
- }, to = "ContentSeparator", xs = k({
1808
- description: `A \`${to}\` is a component that divides or separates content visually within a layout. It serves as a visual cue to distinguish between different sections or groups of content, helping to improve readability and organization.`,
1807
+ }, Qt = "ContentSeparator", xs = k({
1808
+ description: `A \`${Qt}\` is a component that divides or separates content visually within a layout. It serves as a visual cue to distinguish between different sections or groups of content, helping to improve readability and organization.`,
1809
1809
  props: {
1810
1810
  size: a(
1811
1811
  "This property defines the component's height (if the `orientation` is horizontal) or the width (if the `orientation` is vertical)."
@@ -1814,8 +1814,8 @@ const oe = "Card", ts = k({
1814
1814
  },
1815
1815
  themeVars: N(ms.themeVars),
1816
1816
  defaultThemeVars: {
1817
- [`color-bg-${to}`]: "$color-border",
1818
- [`size-${to}`]: "1px",
1817
+ [`color-bg-${Qt}`]: "$color-border",
1818
+ [`size-${Qt}`]: "1px",
1819
1819
  light: {
1820
1820
  // --- No light-specific theme vars
1821
1821
  },
@@ -1823,7 +1823,7 @@ const oe = "Card", ts = k({
1823
1823
  // --- No dark-specific theme vars
1824
1824
  }
1825
1825
  }
1826
- }), fs = `'{"Input:min-height-DatePicker": "var(--xmlui-min-height-DatePicker)", "Input:font-size-DatePicker": "var(--xmlui-font-size-DatePicker)", "Input:radius-DatePicker-default": "var(--xmlui-radius-DatePicker-default)", "Input:color-border-DatePicker-default": "var(--xmlui-color-border-DatePicker-default)", "Input:thickness-border-DatePicker-default": "var(--xmlui-thickness-border-DatePicker-default)", "Input:style-border-DatePicker-default": "var(--xmlui-style-border-DatePicker-default)", "Input:color-bg-DatePicker-default": "var(--xmlui-color-bg-DatePicker-default)", "Input:shadow-DatePicker-default": "var(--xmlui-shadow-DatePicker-default)", "Input:color-text-DatePicker-default": "var(--xmlui-color-text-DatePicker-default)", "Input:color-border-DatePicker-default--hover": "var(--xmlui-color-border-DatePicker-default--hover)", "Input:color-bg-DatePicker-default--hover": "var(--xmlui-color-bg-DatePicker-default--hover)", "Input:shadow-DatePicker-default--hover": "var(--xmlui-shadow-DatePicker-default--hover)", "Input:color-text-DatePicker-default--hover": "var(--xmlui-color-text-DatePicker-default--hover)", "Input:thickness-outline-DatePicker-default--focus": "var(--xmlui-thickness-outline-DatePicker-default--focus)", "Input:color-outline-DatePicker-default--focus": "var(--xmlui-color-outline-DatePicker-default--focus)", "Input:style-outline-DatePicker-default--focus": "var(--xmlui-style-outline-DatePicker-default--focus)", "Input:offset-outline-DatePicker-default--focus": "var(--xmlui-offset-outline-DatePicker-default--focus)", "Input:color-placeholder-DatePicker-default": "var(--xmlui-color-placeholder-DatePicker-default)", "Input:radius-DatePicker-error": "var(--xmlui-radius-DatePicker-error)", "Input:color-border-DatePicker-error": "var(--xmlui-color-border-DatePicker-error)", "Input:thickness-border-DatePicker-error": "var(--xmlui-thickness-border-DatePicker-error)", "Input:style-border-DatePicker-error": "var(--xmlui-style-border-DatePicker-error)", "Input:color-bg-DatePicker-error": "var(--xmlui-color-bg-DatePicker-error)", "Input:shadow-DatePicker-error": "var(--xmlui-shadow-DatePicker-error)", "Input:color-text-DatePicker-error": "var(--xmlui-color-text-DatePicker-error)", "Input:color-border-DatePicker-error--hover": "var(--xmlui-color-border-DatePicker-error--hover)", "Input:color-bg-DatePicker-error--hover": "var(--xmlui-color-bg-DatePicker-error--hover)", "Input:shadow-DatePicker-error--hover": "var(--xmlui-shadow-DatePicker-error--hover)", "Input:color-text-DatePicker-error--hover": "var(--xmlui-color-text-DatePicker-error--hover)", "Input:thickness-outline-DatePicker-error--focus": "var(--xmlui-thickness-outline-DatePicker-error--focus)", "Input:color-outline-DatePicker-error--focus": "var(--xmlui-color-outline-DatePicker-error--focus)", "Input:style-outline-DatePicker-error--focus": "var(--xmlui-style-outline-DatePicker-error--focus)", "Input:offset-outline-DatePicker-error--focus": "var(--xmlui-offset-outline-DatePicker-error--focus)", "Input:color-placeholder-DatePicker-error": "var(--xmlui-color-placeholder-DatePicker-error)", "Input:radius-DatePicker-warning": "var(--xmlui-radius-DatePicker-warning)", "Input:color-border-DatePicker-warning": "var(--xmlui-color-border-DatePicker-warning)", "Input:thickness-border-DatePicker-warning": "var(--xmlui-thickness-border-DatePicker-warning)", "Input:style-border-DatePicker-warning": "var(--xmlui-style-border-DatePicker-warning)", "Input:color-bg-DatePicker-warning": "var(--xmlui-color-bg-DatePicker-warning)", "Input:shadow-DatePicker-warning": "var(--xmlui-shadow-DatePicker-warning)", "Input:color-text-DatePicker-warning": "var(--xmlui-color-text-DatePicker-warning)", "Input:color-border-DatePicker-warning--hover": "var(--xmlui-color-border-DatePicker-warning--hover)", "Input:color-bg-DatePicker-warning--hover": "var(--xmlui-color-bg-DatePicker-warning--hover)", "Input:shadow-DatePicker-warning--hover": "var(--xmlui-shadow-DatePicker-warning--hover)", "Input:color-text-DatePicker-warning--hover": "var(--xmlui-color-text-DatePicker-warning--hover)", "Input:thickness-outline-DatePicker-warning--focus": "var(--xmlui-thickness-outline-DatePicker-warning--focus)", "Input:color-outline-DatePicker-warning--focus": "var(--xmlui-color-outline-DatePicker-warning--focus)", "Input:style-outline-DatePicker-warning--focus": "var(--xmlui-style-outline-DatePicker-warning--focus)", "Input:offset-outline-DatePicker-warning--focus": "var(--xmlui-offset-outline-DatePicker-warning--focus)", "Input:color-placeholder-DatePicker-warning": "var(--xmlui-color-placeholder-DatePicker-warning)", "Input:radius-DatePicker-success": "var(--xmlui-radius-DatePicker-success)", "Input:color-border-DatePicker-success": "var(--xmlui-color-border-DatePicker-success)", "Input:thickness-border-DatePicker-success": "var(--xmlui-thickness-border-DatePicker-success)", "Input:style-border-DatePicker-success": "var(--xmlui-style-border-DatePicker-success)", "Input:color-bg-DatePicker-success": "var(--xmlui-color-bg-DatePicker-success)", "Input:shadow-DatePicker-success": "var(--xmlui-shadow-DatePicker-success)", "Input:color-text-DatePicker-success": "var(--xmlui-color-text-DatePicker-success)", "Input:color-border-DatePicker-success--hover": "var(--xmlui-color-border-DatePicker-success--hover)", "Input:color-bg-DatePicker-success--hover": "var(--xmlui-color-bg-DatePicker-success--hover)", "Input:shadow-DatePicker-success--hover": "var(--xmlui-shadow-DatePicker-success--hover)", "Input:color-text-DatePicker-success--hover": "var(--xmlui-color-text-DatePicker-success--hover)", "Input:thickness-outline-DatePicker-success--focus": "var(--xmlui-thickness-outline-DatePicker-success--focus)", "Input:color-outline-DatePicker-success--focus": "var(--xmlui-color-outline-DatePicker-success--focus)", "Input:style-outline-DatePicker-success--focus": "var(--xmlui-style-outline-DatePicker-success--focus)", "Input:offset-outline-DatePicker-success--focus": "var(--xmlui-offset-outline-DatePicker-success--focus)", "Input:color-placeholder-DatePicker-success": "var(--xmlui-color-placeholder-DatePicker-success)", "Input:color-bg-DatePicker--disabled": "var(--xmlui-color-bg-DatePicker--disabled)", "Input:color-text-DatePicker--disabled": "var(--xmlui-color-text-DatePicker--disabled)", "Input:color-border-DatePicker--disabled": "var(--xmlui-color-border-DatePicker--disabled)", "Input:shadow-menu-DatePicker": "var(--xmlui-shadow-menu-DatePicker)", "Input:color-bg-menu-DatePicker": "var(--xmlui-color-bg-menu-DatePicker)", "Input:radius-menu-DatePicker": "var(--xmlui-radius-menu-DatePicker)", "Input:color-bg-item-DatePicker--active": "var(--xmlui-color-bg-item-DatePicker--active)", "Input:color-bg-item-DatePicker--hover": "var(--xmlui-color-bg-item-DatePicker--hover)", "Input:color-text-value-DatePicker": "var(--xmlui-color-text-value-DatePicker)"}'`, gs = "_datePicker_t0hf0_13", vs = "_placeholder_t0hf0_46", bs = "_error_t0hf0_49", ys = "_warning_t0hf0_73", Ts = "_valid_t0hf0_97", ks = "_disabled_t0hf0_121", ws = "_indicator_t0hf0_127", $s = "_datePickerInput_t0hf0_127", _s = "_datePickerMenu_t0hf0_131", Is = "_root_t0hf0_140", Bs = "_vhidden_t0hf0_145", Ss = "_button_reset_t0hf0_165", As = "_button_t0hf0_165", Es = "_day_selected_t0hf0_187", Ns = "_months_t0hf0_205", zs = "_month_t0hf0_205", Ls = "_table_t0hf0_221", Cs = "_with_weeknumber_t0hf0_227", Ps = "_caption_t0hf0_232", Ds = "_multiple_months_t0hf0_240", Os = "_caption_dropdowns_t0hf0_246", Ms = "_caption_label_t0hf0_251", Hs = "_nav_t0hf0_267", Fs = "_caption_start_t0hf0_271", Rs = "_caption_end_t0hf0_278", Ws = "_nav_button_t0hf0_285", qs = "_dropdown_year_t0hf0_298", Us = "_dropdown_month_t0hf0_299", Vs = "_dropdown_t0hf0_298", Gs = "_dropdown_icon_t0hf0_335", Ys = "_head_t0hf0_339", Xs = "_head_row_t0hf0_343", Qs = "_row_t0hf0_344", Zs = "_head_cell_t0hf0_348", Js = "_tbody_t0hf0_359", js = "_tfoot_t0hf0_363", Ks = "_cell_t0hf0_367", ec = "_weeknumber_t0hf0_375", tc = "_day_t0hf0_187", oc = "_day_today_t0hf0_394", rc = "_day_outside_t0hf0_394", nc = "_day_range_start_t0hf0_417", ic = "_day_range_end_t0hf0_417", ac = "_day_range_middle_t0hf0_441", lc = {
1826
+ }), fs = `'{"Input:min-height-DatePicker": "var(--xmlui-min-height-DatePicker)", "Input:font-size-DatePicker": "var(--xmlui-font-size-DatePicker)", "Input:radius-DatePicker-default": "var(--xmlui-radius-DatePicker-default)", "Input:color-border-DatePicker-default": "var(--xmlui-color-border-DatePicker-default)", "Input:thickness-border-DatePicker-default": "var(--xmlui-thickness-border-DatePicker-default)", "Input:style-border-DatePicker-default": "var(--xmlui-style-border-DatePicker-default)", "Input:color-bg-DatePicker-default": "var(--xmlui-color-bg-DatePicker-default)", "Input:shadow-DatePicker-default": "var(--xmlui-shadow-DatePicker-default)", "Input:color-text-DatePicker-default": "var(--xmlui-color-text-DatePicker-default)", "Input:color-border-DatePicker-default--hover": "var(--xmlui-color-border-DatePicker-default--hover)", "Input:color-bg-DatePicker-default--hover": "var(--xmlui-color-bg-DatePicker-default--hover)", "Input:shadow-DatePicker-default--hover": "var(--xmlui-shadow-DatePicker-default--hover)", "Input:color-text-DatePicker-default--hover": "var(--xmlui-color-text-DatePicker-default--hover)", "Input:thickness-outline-DatePicker-default--focus": "var(--xmlui-thickness-outline-DatePicker-default--focus)", "Input:color-outline-DatePicker-default--focus": "var(--xmlui-color-outline-DatePicker-default--focus)", "Input:style-outline-DatePicker-default--focus": "var(--xmlui-style-outline-DatePicker-default--focus)", "Input:offset-outline-DatePicker-default--focus": "var(--xmlui-offset-outline-DatePicker-default--focus)", "Input:color-placeholder-DatePicker-default": "var(--xmlui-color-placeholder-DatePicker-default)", "Input:radius-DatePicker-error": "var(--xmlui-radius-DatePicker-error)", "Input:color-border-DatePicker-error": "var(--xmlui-color-border-DatePicker-error)", "Input:thickness-border-DatePicker-error": "var(--xmlui-thickness-border-DatePicker-error)", "Input:style-border-DatePicker-error": "var(--xmlui-style-border-DatePicker-error)", "Input:color-bg-DatePicker-error": "var(--xmlui-color-bg-DatePicker-error)", "Input:shadow-DatePicker-error": "var(--xmlui-shadow-DatePicker-error)", "Input:color-text-DatePicker-error": "var(--xmlui-color-text-DatePicker-error)", "Input:color-border-DatePicker-error--hover": "var(--xmlui-color-border-DatePicker-error--hover)", "Input:color-bg-DatePicker-error--hover": "var(--xmlui-color-bg-DatePicker-error--hover)", "Input:shadow-DatePicker-error--hover": "var(--xmlui-shadow-DatePicker-error--hover)", "Input:color-text-DatePicker-error--hover": "var(--xmlui-color-text-DatePicker-error--hover)", "Input:thickness-outline-DatePicker-error--focus": "var(--xmlui-thickness-outline-DatePicker-error--focus)", "Input:color-outline-DatePicker-error--focus": "var(--xmlui-color-outline-DatePicker-error--focus)", "Input:style-outline-DatePicker-error--focus": "var(--xmlui-style-outline-DatePicker-error--focus)", "Input:offset-outline-DatePicker-error--focus": "var(--xmlui-offset-outline-DatePicker-error--focus)", "Input:color-placeholder-DatePicker-error": "var(--xmlui-color-placeholder-DatePicker-error)", "Input:radius-DatePicker-warning": "var(--xmlui-radius-DatePicker-warning)", "Input:color-border-DatePicker-warning": "var(--xmlui-color-border-DatePicker-warning)", "Input:thickness-border-DatePicker-warning": "var(--xmlui-thickness-border-DatePicker-warning)", "Input:style-border-DatePicker-warning": "var(--xmlui-style-border-DatePicker-warning)", "Input:color-bg-DatePicker-warning": "var(--xmlui-color-bg-DatePicker-warning)", "Input:shadow-DatePicker-warning": "var(--xmlui-shadow-DatePicker-warning)", "Input:color-text-DatePicker-warning": "var(--xmlui-color-text-DatePicker-warning)", "Input:color-border-DatePicker-warning--hover": "var(--xmlui-color-border-DatePicker-warning--hover)", "Input:color-bg-DatePicker-warning--hover": "var(--xmlui-color-bg-DatePicker-warning--hover)", "Input:shadow-DatePicker-warning--hover": "var(--xmlui-shadow-DatePicker-warning--hover)", "Input:color-text-DatePicker-warning--hover": "var(--xmlui-color-text-DatePicker-warning--hover)", "Input:thickness-outline-DatePicker-warning--focus": "var(--xmlui-thickness-outline-DatePicker-warning--focus)", "Input:color-outline-DatePicker-warning--focus": "var(--xmlui-color-outline-DatePicker-warning--focus)", "Input:style-outline-DatePicker-warning--focus": "var(--xmlui-style-outline-DatePicker-warning--focus)", "Input:offset-outline-DatePicker-warning--focus": "var(--xmlui-offset-outline-DatePicker-warning--focus)", "Input:color-placeholder-DatePicker-warning": "var(--xmlui-color-placeholder-DatePicker-warning)", "Input:radius-DatePicker-success": "var(--xmlui-radius-DatePicker-success)", "Input:color-border-DatePicker-success": "var(--xmlui-color-border-DatePicker-success)", "Input:thickness-border-DatePicker-success": "var(--xmlui-thickness-border-DatePicker-success)", "Input:style-border-DatePicker-success": "var(--xmlui-style-border-DatePicker-success)", "Input:color-bg-DatePicker-success": "var(--xmlui-color-bg-DatePicker-success)", "Input:shadow-DatePicker-success": "var(--xmlui-shadow-DatePicker-success)", "Input:color-text-DatePicker-success": "var(--xmlui-color-text-DatePicker-success)", "Input:color-border-DatePicker-success--hover": "var(--xmlui-color-border-DatePicker-success--hover)", "Input:color-bg-DatePicker-success--hover": "var(--xmlui-color-bg-DatePicker-success--hover)", "Input:shadow-DatePicker-success--hover": "var(--xmlui-shadow-DatePicker-success--hover)", "Input:color-text-DatePicker-success--hover": "var(--xmlui-color-text-DatePicker-success--hover)", "Input:thickness-outline-DatePicker-success--focus": "var(--xmlui-thickness-outline-DatePicker-success--focus)", "Input:color-outline-DatePicker-success--focus": "var(--xmlui-color-outline-DatePicker-success--focus)", "Input:style-outline-DatePicker-success--focus": "var(--xmlui-style-outline-DatePicker-success--focus)", "Input:offset-outline-DatePicker-success--focus": "var(--xmlui-offset-outline-DatePicker-success--focus)", "Input:color-placeholder-DatePicker-success": "var(--xmlui-color-placeholder-DatePicker-success)", "Input:color-bg-DatePicker--disabled": "var(--xmlui-color-bg-DatePicker--disabled)", "Input:color-text-DatePicker--disabled": "var(--xmlui-color-text-DatePicker--disabled)", "Input:color-border-DatePicker--disabled": "var(--xmlui-color-border-DatePicker--disabled)", "Input:shadow-menu-DatePicker": "var(--xmlui-shadow-menu-DatePicker)", "Input:color-bg-menu-DatePicker": "var(--xmlui-color-bg-menu-DatePicker)", "Input:radius-menu-DatePicker": "var(--xmlui-radius-menu-DatePicker)", "Input:color-bg-item-DatePicker--active": "var(--xmlui-color-bg-item-DatePicker--active)", "Input:color-bg-item-DatePicker--hover": "var(--xmlui-color-bg-item-DatePicker--hover)", "Input:color-text-value-DatePicker": "var(--xmlui-color-text-value-DatePicker)"}'`, gs = "_datePicker_t0hf0_13", vs = "_placeholder_t0hf0_46", bs = "_error_t0hf0_49", ys = "_warning_t0hf0_73", Ts = "_valid_t0hf0_97", ks = "_disabled_t0hf0_121", ws = "_indicator_t0hf0_127", _s = "_datePickerInput_t0hf0_127", $s = "_datePickerMenu_t0hf0_131", Is = "_root_t0hf0_140", Bs = "_vhidden_t0hf0_145", Ss = "_button_reset_t0hf0_165", As = "_button_t0hf0_165", Es = "_day_selected_t0hf0_187", Ns = "_months_t0hf0_205", zs = "_month_t0hf0_205", Ls = "_table_t0hf0_221", Cs = "_with_weeknumber_t0hf0_227", Ps = "_caption_t0hf0_232", Ds = "_multiple_months_t0hf0_240", Os = "_caption_dropdowns_t0hf0_246", Ms = "_caption_label_t0hf0_251", Hs = "_nav_t0hf0_267", Fs = "_caption_start_t0hf0_271", Rs = "_caption_end_t0hf0_278", Ws = "_nav_button_t0hf0_285", qs = "_dropdown_year_t0hf0_298", Us = "_dropdown_month_t0hf0_299", Vs = "_dropdown_t0hf0_298", Gs = "_dropdown_icon_t0hf0_335", Ys = "_head_t0hf0_339", Xs = "_head_row_t0hf0_343", Qs = "_row_t0hf0_344", Zs = "_head_cell_t0hf0_348", Js = "_tbody_t0hf0_359", js = "_tfoot_t0hf0_363", Ks = "_cell_t0hf0_367", ec = "_weeknumber_t0hf0_375", tc = "_day_t0hf0_187", oc = "_day_today_t0hf0_394", rc = "_day_outside_t0hf0_394", nc = "_day_range_start_t0hf0_417", ic = "_day_range_end_t0hf0_417", ac = "_day_range_middle_t0hf0_441", lc = {
1827
1827
  themeVars: fs,
1828
1828
  datePicker: gs,
1829
1829
  placeholder: vs,
@@ -1832,8 +1832,8 @@ const oe = "Card", ts = k({
1832
1832
  valid: Ts,
1833
1833
  disabled: ks,
1834
1834
  indicator: ws,
1835
- datePickerInput: $s,
1836
- datePickerMenu: _s,
1835
+ datePickerInput: _s,
1836
+ datePickerMenu: $s,
1837
1837
  root: Is,
1838
1838
  vhidden: Bs,
1839
1839
  button_reset: Ss,
@@ -1869,13 +1869,13 @@ const oe = "Card", ts = k({
1869
1869
  day_range_start: nc,
1870
1870
  day_range_end: ic,
1871
1871
  day_range_middle: ac
1872
- }, _e = "DatePicker", sc = k({
1872
+ }, $e = "DatePicker", sc = k({
1873
1873
  status: "experimental",
1874
1874
  description: "A datepicker component enables the selection of a date or a range of dates in a specified format from an interactive display.",
1875
1875
  props: {
1876
1876
  placeholder: ut(),
1877
1877
  initialValue: Ce(),
1878
- autoFocus: $e(),
1878
+ autoFocus: _e(),
1879
1879
  readOnly: Oe(),
1880
1880
  enabled: ve(),
1881
1881
  validationStatus: Me(),
@@ -1888,12 +1888,12 @@ const oe = "Card", ts = k({
1888
1888
  disabledDates: a("An array of dates that are disabled")
1889
1889
  },
1890
1890
  events: {
1891
- didChange: we(_e),
1892
- gotFocus: ze(_e),
1893
- lostFocus: Le(_e)
1891
+ didChange: we($e),
1892
+ gotFocus: ze($e),
1893
+ lostFocus: Le($e)
1894
1894
  },
1895
1895
  apis: {
1896
- focus: Ke(_e),
1896
+ focus: Ke($e),
1897
1897
  value: a(
1898
1898
  "You can query the component's value. If no value is set, it will retrieve `undefined`."
1899
1899
  ),
@@ -1901,17 +1901,17 @@ const oe = "Card", ts = k({
1901
1901
  },
1902
1902
  themeVars: N(lc.themeVars),
1903
1903
  defaultThemeVars: {
1904
- [`shadow-menu-${_e}`]: "$shadow-md",
1905
- [`radius-menu-${_e}`]: "$radius",
1906
- [`color-text-value-${_e}`]: "$color-text-primary",
1907
- [`color-bg-menu-${_e}`]: "$color-bg-primary",
1908
- [`color-bg-item-${_e}--hover`]: "$color-bg-dropdown-item--active",
1909
- [`color-bg-item-${_e}--active`]: "$color-bg-dropdown-item--active",
1904
+ [`shadow-menu-${$e}`]: "$shadow-md",
1905
+ [`radius-menu-${$e}`]: "$radius",
1906
+ [`color-text-value-${$e}`]: "$color-text-primary",
1907
+ [`color-bg-menu-${$e}`]: "$color-bg-primary",
1908
+ [`color-bg-item-${$e}--hover`]: "$color-bg-dropdown-item--active",
1909
+ [`color-bg-item-${$e}--active`]: "$color-bg-dropdown-item--active",
1910
1910
  light: {
1911
- [`color-bg-menu-${_e}`]: "$color-bg-primary"
1911
+ [`color-bg-menu-${$e}`]: "$color-bg-primary"
1912
1912
  },
1913
1913
  dark: {
1914
- [`color-bg-menu-${_e}`]: "$color-bg-primary"
1914
+ [`color-bg-menu-${$e}`]: "$color-bg-primary"
1915
1915
  }
1916
1916
  }
1917
1917
  }), cc = `'{"color-bg-DropdownMenu": "var(--xmlui-color-bg-DropdownMenu)", "radius-DropdownMenu": "var(--xmlui-radius-DropdownMenu)", "shadow-DropdownMenu": "var(--xmlui-shadow-DropdownMenu)", "color-border-DropdownMenu-content": "var(--xmlui-color-border-DropdownMenu-content)", "thickness-border-DropdownMenu-content": "var(--xmlui-thickness-border-DropdownMenu-content)", "style-border-DropdownMenu-content": "var(--xmlui-style-border-DropdownMenu-content)", "min-width-DropdownMenu": "var(--xmlui-min-width-DropdownMenu)", "color-bg-MenuItem": "var(--xmlui-color-bg-MenuItem)", "color-MenuItem": "var(--xmlui-color-MenuItem)", "font-family-MenuItem": "var(--xmlui-font-family-MenuItem)", "gap-MenuItem": "var(--xmlui-gap-MenuItem)", "font-size-MenuItem": "var(--xmlui-font-size-MenuItem)", "padding-vertical-MenuItem": "var(--xmlui-padding-vertical-MenuItem)", "padding-horizontal-MenuItem": "var(--xmlui-padding-horizontal-MenuItem)", "color-bg-MenuItem--hover": "var(--xmlui-color-bg-MenuItem--hover)", "color-bg-MenuItem--active": "var(--xmlui-color-bg-MenuItem--active)", "color-bg-MenuItem--active--hover": "var(--xmlui-color-bg-MenuItem--active--hover)", "color-MenuItem--hover": "var(--xmlui-color-MenuItem--hover)", "color-MenuItem--active": "var(--xmlui-color-MenuItem--active)", "color-MenuItem--active--hover": "var(--xmlui-color-MenuItem--active--hover)", "margin-top-MenuSeparator": "var(--xmlui-margin-top-MenuSeparator)", "margin-bottom-MenuSeparator": "var(--xmlui-margin-bottom-MenuSeparator)", "width-MenuSeparator": "var(--xmlui-width-MenuSeparator)", "height-MenuSeparator": "var(--xmlui-height-MenuSeparator)", "color-MenuSeparator": "var(--xmlui-color-MenuSeparator)"}'`, uc = "_DropdownMenuContent_uvcr0_13", dc = "_DropdownMenuSubContent_uvcr0_14", pc = "_DropdownMenuItem_uvcr0_26", hc = "_DropdownMenuSubTrigger_uvcr0_27", mc = "_active_uvcr0_50", xc = "_wrapper_uvcr0_60", fc = "_DropdownMenuSeparator_uvcr0_65", go = {
@@ -2015,14 +2015,14 @@ const oe = "Card", ts = k({
2015
2015
  status: "experimental",
2016
2016
  description: `The \`${kc}\` component provides users with a graphical interface to browse, search and select emojis to insert into text fields, messages, or other forms of communication.`,
2017
2017
  props: {
2018
- autoFocus: $e()
2018
+ autoFocus: _e()
2019
2019
  },
2020
2020
  events: {
2021
2021
  select: a("This event is fired when the user selects an emoticon from this component.")
2022
2022
  }
2023
- }), $c = '"[]"', _c = "_container_mle43_13", Ic = "_textBoxWrapper_mle43_21", Bc = "_button_mle43_27", Sc = {
2024
- themeVars: $c,
2025
- container: _c,
2023
+ }), _c = '"[]"', $c = "_container_mle43_13", Ic = "_textBoxWrapper_mle43_21", Bc = "_button_mle43_27", Sc = {
2024
+ themeVars: _c,
2025
+ container: $c,
2026
2026
  textBoxWrapper: Ic,
2027
2027
  button: Bc
2028
2028
  }, rt = "FileInput", Ac = k({
@@ -2031,7 +2031,7 @@ const oe = "Card", ts = k({
2031
2031
  props: {
2032
2032
  placeholder: ut(),
2033
2033
  initialValue: Ce(),
2034
- autoFocus: $e(),
2034
+ autoFocus: _e(),
2035
2035
  required: He(),
2036
2036
  readOnly: Oe(),
2037
2037
  enabled: ve(),
@@ -2132,19 +2132,19 @@ const oe = "Card", ts = k({
2132
2132
  break: "_break_aarhe_47",
2133
2133
  forceBreak: Wc,
2134
2134
  starSized: qc
2135
- }, oo = "FlowLayout", Vc = k({
2135
+ }, Zt = "FlowLayout", Vc = k({
2136
2136
  description: "This layout component is used to position content in rows with an auto wrapping feature: if the length of the items exceed the available space the layout will wrap into a new line.",
2137
2137
  props: {
2138
2138
  gap: a(
2139
- `This property defines the gap between items in the same row and between rows. The ${oo} component creates a new row when an item is about to overflow the current row.`
2139
+ `This property defines the gap between items in the same row and between rows. The ${Zt} component creates a new row when an item is about to overflow the current row.`
2140
2140
  ),
2141
2141
  columnGap: a(
2142
2142
  "The `columnGap` property specifies the space between items in a single row; it overrides the `gap` value."
2143
2143
  ),
2144
2144
  rowGap: a(
2145
- `The \`rowGap\` property specifies the space between the ${oo} rows; it overrides the \`gap\` value.`
2145
+ `The \`rowGap\` property specifies the space between the ${Zt} rows; it overrides the \`gap\` value.`
2146
2146
  ),
2147
- shadow: a(`${oo} does not support shadow, we're waiting for a decent solution.`)
2147
+ shadow: a(`${Zt} does not support shadow, we're waiting for a decent solution.`)
2148
2148
  },
2149
2149
  themeVars: N(Uc.themeVars)
2150
2150
  }), Gc = `'{"padding-horizontal-Footer": "var(--xmlui-padding-horizontal-Footer)", "padding-vertical-Footer": "var(--xmlui-padding-vertical-Footer)", "padding-top-Footer": "var(--xmlui-padding-top-Footer)", "padding-bottom-Footer": "var(--xmlui-padding-bottom-Footer)", "padding-left-Footer": "var(--xmlui-padding-left-Footer)", "padding-right-Footer": "var(--xmlui-padding-right-Footer)", "padding-Footer": "var(--xmlui-padding-Footer)", "color-border-horizontal-Footer": "var(--xmlui-color-border-horizontal-Footer)", "thickness-border-horizontal-Footer": "var(--xmlui-thickness-border-horizontal-Footer)", "style-border-horizontal-Footer": "var(--xmlui-style-border-horizontal-Footer)", "color-border-vertical-Footer": "var(--xmlui-color-border-vertical-Footer)", "thickness-border-vertical-Footer": "var(--xmlui-thickness-border-vertical-Footer)", "style-border-vertical-Footer": "var(--xmlui-style-border-vertical-Footer)", "color-border-left-Footer": "var(--xmlui-color-border-left-Footer)", "thickness-border-left-Footer": "var(--xmlui-thickness-border-left-Footer)", "style-border-left-Footer": "var(--xmlui-style-border-left-Footer)", "color-border-right-Footer": "var(--xmlui-color-border-right-Footer)", "thickness-border-right-Footer": "var(--xmlui-thickness-border-right-Footer)", "style-border-right-Footer": "var(--xmlui-style-border-right-Footer)", "color-border-top-Footer": "var(--xmlui-color-border-top-Footer)", "thickness-border-top-Footer": "var(--xmlui-thickness-border-top-Footer)", "style-border-top-Footer": "var(--xmlui-style-border-top-Footer)", "color-border-bottom-Footer": "var(--xmlui-color-border-bottom-Footer)", "thickness-border-bottom-Footer": "var(--xmlui-thickness-border-bottom-Footer)", "style-border-bottom-Footer": "var(--xmlui-style-border-bottom-Footer)", "color-border-Footer": "var(--xmlui-color-border-Footer)", "thickness-border-Footer": "var(--xmlui-thickness-border-Footer)", "style-border-Footer": "var(--xmlui-style-border-Footer)", "radius-Footer": "var(--xmlui-radius-Footer)", "color-bg-Footer": "var(--xmlui-color-bg-Footer)", "color-text-Footer": "var(--xmlui-color-text-Footer)", "height-Footer": "var(--xmlui-height-Footer)", "font-size-Footer": "var(--xmlui-font-size-Footer)", "align-vertical-Footer": "var(--xmlui-align-vertical-Footer)", "max-content-width-Footer": "var(--xmlui-max-content-width-Footer)"}'`, Yc = "_outerWrapper_188xu_13", Xc = "_wrapper_188xu_34", Qc = "_full_188xu_50", Zc = {
@@ -2161,7 +2161,7 @@ const oe = "Card", ts = k({
2161
2161
  [`font-size-${Ve}`]: "$font-size-small",
2162
2162
  [`color-text-${Ve}`]: "$color-text-secondary",
2163
2163
  [`max-content-width-${Ve}`]: "$max-content-width",
2164
- ...jt(Ve, { horizontal: "$space-4", vertical: "$space-2" }),
2164
+ ...Gt(Ve, { horizontal: "$space-4", vertical: "$space-2" }),
2165
2165
  ...fo(Ve, {
2166
2166
  top: {
2167
2167
  color: "$color-border",
@@ -2276,14 +2276,14 @@ const oe = "Card", ts = k({
2276
2276
  "color-text-ValidationDisplay-valid": "$color-success-600"
2277
2277
  }
2278
2278
  }
2279
- }), bu = `'{"Input:radius-NumberBox-default": "var(--xmlui-radius-NumberBox-default)", "Input:color-border-NumberBox-default": "var(--xmlui-color-border-NumberBox-default)", "Input:thickness-border-NumberBox-default": "var(--xmlui-thickness-border-NumberBox-default)", "Input:style-border-NumberBox-default": "var(--xmlui-style-border-NumberBox-default)", "Input:font-size-NumberBox-default": "var(--xmlui-font-size-NumberBox-default)", "Input:color-bg-NumberBox-default": "var(--xmlui-color-bg-NumberBox-default)", "Input:shadow-NumberBox-default": "var(--xmlui-shadow-NumberBox-default)", "Input:color-text-NumberBox-default": "var(--xmlui-color-text-NumberBox-default)", "Input:color-border-NumberBox-default--hover": "var(--xmlui-color-border-NumberBox-default--hover)", "Input:color-bg-NumberBox-default--hover": "var(--xmlui-color-bg-NumberBox-default--hover)", "Input:shadow-NumberBox-default--hover": "var(--xmlui-shadow-NumberBox-default--hover)", "Input:color-text-NumberBox-default--hover": "var(--xmlui-color-text-NumberBox-default--hover)", "Input:color-border-NumberBox-default--focus": "var(--xmlui-color-border-NumberBox-default--focus)", "Input:color-bg-NumberBox-default--focus": "var(--xmlui-color-bg-NumberBox-default--focus)", "Input:shadow-NumberBox-default--focus": "var(--xmlui-shadow-NumberBox-default--focus)", "Input:color-text-NumberBox-default--focus": "var(--xmlui-color-text-NumberBox-default--focus)", "Input:thickness-outline-NumberBox-default--focus": "var(--xmlui-thickness-outline-NumberBox-default--focus)", "Input:color-outline-NumberBox-default--focus": "var(--xmlui-color-outline-NumberBox-default--focus)", "Input:style-outline-NumberBox-default--focus": "var(--xmlui-style-outline-NumberBox-default--focus)", "Input:offset-outline-NumberBox-default--focus": "var(--xmlui-offset-outline-NumberBox-default--focus)", "Input:color-placeholder-NumberBox-default": "var(--xmlui-color-placeholder-NumberBox-default)", "Input:color-adornment-NumberBox-default": "var(--xmlui-color-adornment-NumberBox-default)", "Input:radius-NumberBox-error": "var(--xmlui-radius-NumberBox-error)", "Input:color-border-NumberBox-error": "var(--xmlui-color-border-NumberBox-error)", "Input:thickness-border-NumberBox-error": "var(--xmlui-thickness-border-NumberBox-error)", "Input:style-border-NumberBox-error": "var(--xmlui-style-border-NumberBox-error)", "Input:font-size-NumberBox-error": "var(--xmlui-font-size-NumberBox-error)", "Input:color-bg-NumberBox-error": "var(--xmlui-color-bg-NumberBox-error)", "Input:shadow-NumberBox-error": "var(--xmlui-shadow-NumberBox-error)", "Input:color-text-NumberBox-error": "var(--xmlui-color-text-NumberBox-error)", "Input:color-border-NumberBox-error--hover": "var(--xmlui-color-border-NumberBox-error--hover)", "Input:color-bg-NumberBox-error--hover": "var(--xmlui-color-bg-NumberBox-error--hover)", "Input:shadow-NumberBox-error--hover": "var(--xmlui-shadow-NumberBox-error--hover)", "Input:color-text-NumberBox-error--hover": "var(--xmlui-color-text-NumberBox-error--hover)", "Input:color-border-NumberBox-error--focus": "var(--xmlui-color-border-NumberBox-error--focus)", "Input:color-bg-NumberBox-error--focus": "var(--xmlui-color-bg-NumberBox-error--focus)", "Input:shadow-NumberBox-error--focus": "var(--xmlui-shadow-NumberBox-error--focus)", "Input:color-text-NumberBox-error--focus": "var(--xmlui-color-text-NumberBox-error--focus)", "Input:thickness-outline-NumberBox-error--focus": "var(--xmlui-thickness-outline-NumberBox-error--focus)", "Input:color-outline-NumberBox-error--focus": "var(--xmlui-color-outline-NumberBox-error--focus)", "Input:style-outline-NumberBox-error--focus": "var(--xmlui-style-outline-NumberBox-error--focus)", "Input:offset-outline-NumberBox-error--focus": "var(--xmlui-offset-outline-NumberBox-error--focus)", "Input:color-placeholder-NumberBox-error": "var(--xmlui-color-placeholder-NumberBox-error)", "Input:color-adornment-NumberBox-error": "var(--xmlui-color-adornment-NumberBox-error)", "Input:radius-NumberBox-warning": "var(--xmlui-radius-NumberBox-warning)", "Input:color-border-NumberBox-warning": "var(--xmlui-color-border-NumberBox-warning)", "Input:thickness-border-NumberBox-warning": "var(--xmlui-thickness-border-NumberBox-warning)", "Input:style-border-NumberBox-warning": "var(--xmlui-style-border-NumberBox-warning)", "Input:font-size-NumberBox-warning": "var(--xmlui-font-size-NumberBox-warning)", "Input:color-bg-NumberBox-warning": "var(--xmlui-color-bg-NumberBox-warning)", "Input:shadow-NumberBox-warning": "var(--xmlui-shadow-NumberBox-warning)", "Input:color-text-NumberBox-warning": "var(--xmlui-color-text-NumberBox-warning)", "Input:color-border-NumberBox-warning--hover": "var(--xmlui-color-border-NumberBox-warning--hover)", "Input:color-bg-NumberBox-warning--hover": "var(--xmlui-color-bg-NumberBox-warning--hover)", "Input:shadow-NumberBox-warning--hover": "var(--xmlui-shadow-NumberBox-warning--hover)", "Input:color-text-NumberBox-warning--hover": "var(--xmlui-color-text-NumberBox-warning--hover)", "Input:color-border-NumberBox-warning--focus": "var(--xmlui-color-border-NumberBox-warning--focus)", "Input:color-bg-NumberBox-warning--focus": "var(--xmlui-color-bg-NumberBox-warning--focus)", "Input:shadow-NumberBox-warning--focus": "var(--xmlui-shadow-NumberBox-warning--focus)", "Input:color-text-NumberBox-warning--focus": "var(--xmlui-color-text-NumberBox-warning--focus)", "Input:thickness-outline-NumberBox-warning--focus": "var(--xmlui-thickness-outline-NumberBox-warning--focus)", "Input:color-outline-NumberBox-warning--focus": "var(--xmlui-color-outline-NumberBox-warning--focus)", "Input:style-outline-NumberBox-warning--focus": "var(--xmlui-style-outline-NumberBox-warning--focus)", "Input:offset-outline-NumberBox-warning--focus": "var(--xmlui-offset-outline-NumberBox-warning--focus)", "Input:color-placeholder-NumberBox-warning": "var(--xmlui-color-placeholder-NumberBox-warning)", "Input:color-adornment-NumberBox-warning": "var(--xmlui-color-adornment-NumberBox-warning)", "Input:radius-NumberBox-success": "var(--xmlui-radius-NumberBox-success)", "Input:color-border-NumberBox-success": "var(--xmlui-color-border-NumberBox-success)", "Input:thickness-border-NumberBox-success": "var(--xmlui-thickness-border-NumberBox-success)", "Input:style-border-NumberBox-success": "var(--xmlui-style-border-NumberBox-success)", "Input:font-size-NumberBox-success": "var(--xmlui-font-size-NumberBox-success)", "Input:color-bg-NumberBox-success": "var(--xmlui-color-bg-NumberBox-success)", "Input:shadow-NumberBox-success": "var(--xmlui-shadow-NumberBox-success)", "Input:color-text-NumberBox-success": "var(--xmlui-color-text-NumberBox-success)", "Input:color-border-NumberBox-success--hover": "var(--xmlui-color-border-NumberBox-success--hover)", "Input:color-bg-NumberBox-success--hover": "var(--xmlui-color-bg-NumberBox-success--hover)", "Input:shadow-NumberBox-success--hover": "var(--xmlui-shadow-NumberBox-success--hover)", "Input:color-text-NumberBox-success--hover": "var(--xmlui-color-text-NumberBox-success--hover)", "Input:color-border-NumberBox-success--focus": "var(--xmlui-color-border-NumberBox-success--focus)", "Input:color-bg-NumberBox-success--focus": "var(--xmlui-color-bg-NumberBox-success--focus)", "Input:shadow-NumberBox-success--focus": "var(--xmlui-shadow-NumberBox-success--focus)", "Input:color-text-NumberBox-success--focus": "var(--xmlui-color-text-NumberBox-success--focus)", "Input:thickness-outline-NumberBox-success--focus": "var(--xmlui-thickness-outline-NumberBox-success--focus)", "Input:color-outline-NumberBox-success--focus": "var(--xmlui-color-outline-NumberBox-success--focus)", "Input:style-outline-NumberBox-success--focus": "var(--xmlui-style-outline-NumberBox-success--focus)", "Input:offset-outline-NumberBox-success--focus": "var(--xmlui-offset-outline-NumberBox-success--focus)", "Input:color-placeholder-NumberBox-success": "var(--xmlui-color-placeholder-NumberBox-success)", "Input:color-adornment-NumberBox-success": "var(--xmlui-color-adornment-NumberBox-success)", "Input:color-bg-NumberBox--disabled": "var(--xmlui-color-bg-NumberBox--disabled)", "Input:color-text-NumberBox--disabled": "var(--xmlui-color-text-NumberBox--disabled)", "Input:color-border-NumberBox--disabled": "var(--xmlui-color-border-NumberBox--disabled)"}'`, yu = "_inputRoot_zavgy_13", Tu = "_input_zavgy_13", ku = "_adornment_zavgy_53", wu = "_error_zavgy_56", $u = "_warning_zavgy_90", _u = "_valid_zavgy_124", Iu = "_spinnerBox_zavgy_184", Bu = "_spinnerButton_zavgy_191", Su = "_readOnly_zavgy_197", Au = {
2279
+ }), bu = `'{"Input:radius-NumberBox-default": "var(--xmlui-radius-NumberBox-default)", "Input:color-border-NumberBox-default": "var(--xmlui-color-border-NumberBox-default)", "Input:thickness-border-NumberBox-default": "var(--xmlui-thickness-border-NumberBox-default)", "Input:style-border-NumberBox-default": "var(--xmlui-style-border-NumberBox-default)", "Input:font-size-NumberBox-default": "var(--xmlui-font-size-NumberBox-default)", "Input:color-bg-NumberBox-default": "var(--xmlui-color-bg-NumberBox-default)", "Input:shadow-NumberBox-default": "var(--xmlui-shadow-NumberBox-default)", "Input:color-text-NumberBox-default": "var(--xmlui-color-text-NumberBox-default)", "Input:color-border-NumberBox-default--hover": "var(--xmlui-color-border-NumberBox-default--hover)", "Input:color-bg-NumberBox-default--hover": "var(--xmlui-color-bg-NumberBox-default--hover)", "Input:shadow-NumberBox-default--hover": "var(--xmlui-shadow-NumberBox-default--hover)", "Input:color-text-NumberBox-default--hover": "var(--xmlui-color-text-NumberBox-default--hover)", "Input:color-border-NumberBox-default--focus": "var(--xmlui-color-border-NumberBox-default--focus)", "Input:color-bg-NumberBox-default--focus": "var(--xmlui-color-bg-NumberBox-default--focus)", "Input:shadow-NumberBox-default--focus": "var(--xmlui-shadow-NumberBox-default--focus)", "Input:color-text-NumberBox-default--focus": "var(--xmlui-color-text-NumberBox-default--focus)", "Input:thickness-outline-NumberBox-default--focus": "var(--xmlui-thickness-outline-NumberBox-default--focus)", "Input:color-outline-NumberBox-default--focus": "var(--xmlui-color-outline-NumberBox-default--focus)", "Input:style-outline-NumberBox-default--focus": "var(--xmlui-style-outline-NumberBox-default--focus)", "Input:offset-outline-NumberBox-default--focus": "var(--xmlui-offset-outline-NumberBox-default--focus)", "Input:color-placeholder-NumberBox-default": "var(--xmlui-color-placeholder-NumberBox-default)", "Input:color-adornment-NumberBox-default": "var(--xmlui-color-adornment-NumberBox-default)", "Input:radius-NumberBox-error": "var(--xmlui-radius-NumberBox-error)", "Input:color-border-NumberBox-error": "var(--xmlui-color-border-NumberBox-error)", "Input:thickness-border-NumberBox-error": "var(--xmlui-thickness-border-NumberBox-error)", "Input:style-border-NumberBox-error": "var(--xmlui-style-border-NumberBox-error)", "Input:font-size-NumberBox-error": "var(--xmlui-font-size-NumberBox-error)", "Input:color-bg-NumberBox-error": "var(--xmlui-color-bg-NumberBox-error)", "Input:shadow-NumberBox-error": "var(--xmlui-shadow-NumberBox-error)", "Input:color-text-NumberBox-error": "var(--xmlui-color-text-NumberBox-error)", "Input:color-border-NumberBox-error--hover": "var(--xmlui-color-border-NumberBox-error--hover)", "Input:color-bg-NumberBox-error--hover": "var(--xmlui-color-bg-NumberBox-error--hover)", "Input:shadow-NumberBox-error--hover": "var(--xmlui-shadow-NumberBox-error--hover)", "Input:color-text-NumberBox-error--hover": "var(--xmlui-color-text-NumberBox-error--hover)", "Input:color-border-NumberBox-error--focus": "var(--xmlui-color-border-NumberBox-error--focus)", "Input:color-bg-NumberBox-error--focus": "var(--xmlui-color-bg-NumberBox-error--focus)", "Input:shadow-NumberBox-error--focus": "var(--xmlui-shadow-NumberBox-error--focus)", "Input:color-text-NumberBox-error--focus": "var(--xmlui-color-text-NumberBox-error--focus)", "Input:thickness-outline-NumberBox-error--focus": "var(--xmlui-thickness-outline-NumberBox-error--focus)", "Input:color-outline-NumberBox-error--focus": "var(--xmlui-color-outline-NumberBox-error--focus)", "Input:style-outline-NumberBox-error--focus": "var(--xmlui-style-outline-NumberBox-error--focus)", "Input:offset-outline-NumberBox-error--focus": "var(--xmlui-offset-outline-NumberBox-error--focus)", "Input:color-placeholder-NumberBox-error": "var(--xmlui-color-placeholder-NumberBox-error)", "Input:color-adornment-NumberBox-error": "var(--xmlui-color-adornment-NumberBox-error)", "Input:radius-NumberBox-warning": "var(--xmlui-radius-NumberBox-warning)", "Input:color-border-NumberBox-warning": "var(--xmlui-color-border-NumberBox-warning)", "Input:thickness-border-NumberBox-warning": "var(--xmlui-thickness-border-NumberBox-warning)", "Input:style-border-NumberBox-warning": "var(--xmlui-style-border-NumberBox-warning)", "Input:font-size-NumberBox-warning": "var(--xmlui-font-size-NumberBox-warning)", "Input:color-bg-NumberBox-warning": "var(--xmlui-color-bg-NumberBox-warning)", "Input:shadow-NumberBox-warning": "var(--xmlui-shadow-NumberBox-warning)", "Input:color-text-NumberBox-warning": "var(--xmlui-color-text-NumberBox-warning)", "Input:color-border-NumberBox-warning--hover": "var(--xmlui-color-border-NumberBox-warning--hover)", "Input:color-bg-NumberBox-warning--hover": "var(--xmlui-color-bg-NumberBox-warning--hover)", "Input:shadow-NumberBox-warning--hover": "var(--xmlui-shadow-NumberBox-warning--hover)", "Input:color-text-NumberBox-warning--hover": "var(--xmlui-color-text-NumberBox-warning--hover)", "Input:color-border-NumberBox-warning--focus": "var(--xmlui-color-border-NumberBox-warning--focus)", "Input:color-bg-NumberBox-warning--focus": "var(--xmlui-color-bg-NumberBox-warning--focus)", "Input:shadow-NumberBox-warning--focus": "var(--xmlui-shadow-NumberBox-warning--focus)", "Input:color-text-NumberBox-warning--focus": "var(--xmlui-color-text-NumberBox-warning--focus)", "Input:thickness-outline-NumberBox-warning--focus": "var(--xmlui-thickness-outline-NumberBox-warning--focus)", "Input:color-outline-NumberBox-warning--focus": "var(--xmlui-color-outline-NumberBox-warning--focus)", "Input:style-outline-NumberBox-warning--focus": "var(--xmlui-style-outline-NumberBox-warning--focus)", "Input:offset-outline-NumberBox-warning--focus": "var(--xmlui-offset-outline-NumberBox-warning--focus)", "Input:color-placeholder-NumberBox-warning": "var(--xmlui-color-placeholder-NumberBox-warning)", "Input:color-adornment-NumberBox-warning": "var(--xmlui-color-adornment-NumberBox-warning)", "Input:radius-NumberBox-success": "var(--xmlui-radius-NumberBox-success)", "Input:color-border-NumberBox-success": "var(--xmlui-color-border-NumberBox-success)", "Input:thickness-border-NumberBox-success": "var(--xmlui-thickness-border-NumberBox-success)", "Input:style-border-NumberBox-success": "var(--xmlui-style-border-NumberBox-success)", "Input:font-size-NumberBox-success": "var(--xmlui-font-size-NumberBox-success)", "Input:color-bg-NumberBox-success": "var(--xmlui-color-bg-NumberBox-success)", "Input:shadow-NumberBox-success": "var(--xmlui-shadow-NumberBox-success)", "Input:color-text-NumberBox-success": "var(--xmlui-color-text-NumberBox-success)", "Input:color-border-NumberBox-success--hover": "var(--xmlui-color-border-NumberBox-success--hover)", "Input:color-bg-NumberBox-success--hover": "var(--xmlui-color-bg-NumberBox-success--hover)", "Input:shadow-NumberBox-success--hover": "var(--xmlui-shadow-NumberBox-success--hover)", "Input:color-text-NumberBox-success--hover": "var(--xmlui-color-text-NumberBox-success--hover)", "Input:color-border-NumberBox-success--focus": "var(--xmlui-color-border-NumberBox-success--focus)", "Input:color-bg-NumberBox-success--focus": "var(--xmlui-color-bg-NumberBox-success--focus)", "Input:shadow-NumberBox-success--focus": "var(--xmlui-shadow-NumberBox-success--focus)", "Input:color-text-NumberBox-success--focus": "var(--xmlui-color-text-NumberBox-success--focus)", "Input:thickness-outline-NumberBox-success--focus": "var(--xmlui-thickness-outline-NumberBox-success--focus)", "Input:color-outline-NumberBox-success--focus": "var(--xmlui-color-outline-NumberBox-success--focus)", "Input:style-outline-NumberBox-success--focus": "var(--xmlui-style-outline-NumberBox-success--focus)", "Input:offset-outline-NumberBox-success--focus": "var(--xmlui-offset-outline-NumberBox-success--focus)", "Input:color-placeholder-NumberBox-success": "var(--xmlui-color-placeholder-NumberBox-success)", "Input:color-adornment-NumberBox-success": "var(--xmlui-color-adornment-NumberBox-success)", "Input:color-bg-NumberBox--disabled": "var(--xmlui-color-bg-NumberBox--disabled)", "Input:color-text-NumberBox--disabled": "var(--xmlui-color-text-NumberBox--disabled)", "Input:color-border-NumberBox--disabled": "var(--xmlui-color-border-NumberBox--disabled)"}'`, yu = "_inputRoot_zavgy_13", Tu = "_input_zavgy_13", ku = "_adornment_zavgy_53", wu = "_error_zavgy_56", _u = "_warning_zavgy_90", $u = "_valid_zavgy_124", Iu = "_spinnerBox_zavgy_184", Bu = "_spinnerButton_zavgy_191", Su = "_readOnly_zavgy_197", Au = {
2280
2280
  themeVars: bu,
2281
2281
  inputRoot: yu,
2282
2282
  input: Tu,
2283
2283
  adornment: ku,
2284
2284
  error: wu,
2285
- warning: $u,
2286
- valid: _u,
2285
+ warning: _u,
2286
+ valid: $u,
2287
2287
  spinnerBox: Iu,
2288
2288
  spinnerButton: Bu,
2289
2289
  readOnly: Su
@@ -2336,10 +2336,10 @@ const pd = `'{"gap-RadioGroupOption": "var(--xmlui-gap-RadioGroupOption)", "Inpu
2336
2336
  indicator: bd,
2337
2337
  disabled: yd,
2338
2338
  label: Td
2339
- }, wd = `'{"Input:radius-Textarea-default": "var(--xmlui-radius-Textarea-default)", "Input:color-border-Textarea-default": "var(--xmlui-color-border-Textarea-default)", "Input:thickness-border-Textarea-default": "var(--xmlui-thickness-border-Textarea-default)", "Input:style-border-Textarea-default": "var(--xmlui-style-border-Textarea-default)", "Input:font-size-Textarea-default": "var(--xmlui-font-size-Textarea-default)", "Input:padding-Textarea-default": "var(--xmlui-padding-Textarea-default)", "Input:color-bg-Textarea-default": "var(--xmlui-color-bg-Textarea-default)", "Input:shadow-Textarea-default": "var(--xmlui-shadow-Textarea-default)", "Input:color-text-Textarea-default": "var(--xmlui-color-text-Textarea-default)", "Input:color-border-Textarea-default--hover": "var(--xmlui-color-border-Textarea-default--hover)", "Input:color-bg-Textarea-default--hover": "var(--xmlui-color-bg-Textarea-default--hover)", "Input:shadow-Textarea-default--hover": "var(--xmlui-shadow-Textarea-default--hover)", "Input:color-text-Textarea-default--hover": "var(--xmlui-color-text-Textarea-default--hover)", "Input:color-border-Textarea-default--focus": "var(--xmlui-color-border-Textarea-default--focus)", "Input:color-bg-Textarea-default--focus": "var(--xmlui-color-bg-Textarea-default--focus)", "Input:shadow-Textarea-default--focus": "var(--xmlui-shadow-Textarea-default--focus)", "Input:color-text-Textarea-default--focus": "var(--xmlui-color-text-Textarea-default--focus)", "Input:thickness-outline-Textarea-default--focus": "var(--xmlui-thickness-outline-Textarea-default--focus)", "Input:color-outline-Textarea-default--focus": "var(--xmlui-color-outline-Textarea-default--focus)", "Input:style-outline-Textarea-default--focus": "var(--xmlui-style-outline-Textarea-default--focus)", "Input:offset-outline-Textarea-default--focus": "var(--xmlui-offset-outline-Textarea-default--focus)", "Input:color-placeholder-Textarea-default": "var(--xmlui-color-placeholder-Textarea-default)", "Input:radius-Textarea-error": "var(--xmlui-radius-Textarea-error)", "Input:color-border-Textarea-error": "var(--xmlui-color-border-Textarea-error)", "Input:thickness-border-Textarea-error": "var(--xmlui-thickness-border-Textarea-error)", "Input:style-border-Textarea-error": "var(--xmlui-style-border-Textarea-error)", "Input:font-size-Textarea-error": "var(--xmlui-font-size-Textarea-error)", "Input:padding-Textarea-error": "var(--xmlui-padding-Textarea-error)", "Input:color-bg-Textarea-error": "var(--xmlui-color-bg-Textarea-error)", "Input:shadow-Textarea-error": "var(--xmlui-shadow-Textarea-error)", "Input:color-text-Textarea-error": "var(--xmlui-color-text-Textarea-error)", "Input:color-border-Textarea-error--hover": "var(--xmlui-color-border-Textarea-error--hover)", "Input:color-bg-Textarea-error--hover": "var(--xmlui-color-bg-Textarea-error--hover)", "Input:shadow-Textarea-error--hover": "var(--xmlui-shadow-Textarea-error--hover)", "Input:color-text-Textarea-error--hover": "var(--xmlui-color-text-Textarea-error--hover)", "Input:color-border-Textarea-error--focus": "var(--xmlui-color-border-Textarea-error--focus)", "Input:color-bg-Textarea-error--focus": "var(--xmlui-color-bg-Textarea-error--focus)", "Input:shadow-Textarea-error--focus": "var(--xmlui-shadow-Textarea-error--focus)", "Input:color-text-Textarea-error--focus": "var(--xmlui-color-text-Textarea-error--focus)", "Input:thickness-outline-Textarea-error--focus": "var(--xmlui-thickness-outline-Textarea-error--focus)", "Input:color-outline-Textarea-error--focus": "var(--xmlui-color-outline-Textarea-error--focus)", "Input:style-outline-Textarea-error--focus": "var(--xmlui-style-outline-Textarea-error--focus)", "Input:offset-outline-Textarea-error--focus": "var(--xmlui-offset-outline-Textarea-error--focus)", "Input:color-placeholder-Textarea-error": "var(--xmlui-color-placeholder-Textarea-error)", "Input:radius-Textarea-warning": "var(--xmlui-radius-Textarea-warning)", "Input:color-border-Textarea-warning": "var(--xmlui-color-border-Textarea-warning)", "Input:thickness-border-Textarea-warning": "var(--xmlui-thickness-border-Textarea-warning)", "Input:style-border-Textarea-warning": "var(--xmlui-style-border-Textarea-warning)", "Input:font-size-Textarea-warning": "var(--xmlui-font-size-Textarea-warning)", "Input:padding-Textarea-warning": "var(--xmlui-padding-Textarea-warning)", "Input:color-bg-Textarea-warning": "var(--xmlui-color-bg-Textarea-warning)", "Input:shadow-Textarea-warning": "var(--xmlui-shadow-Textarea-warning)", "Input:color-text-Textarea-warning": "var(--xmlui-color-text-Textarea-warning)", "Input:color-border-Textarea-warning--hover": "var(--xmlui-color-border-Textarea-warning--hover)", "Input:color-bg-Textarea-warning--hover": "var(--xmlui-color-bg-Textarea-warning--hover)", "Input:shadow-Textarea-warning--hover": "var(--xmlui-shadow-Textarea-warning--hover)", "Input:color-text-Textarea-warning--hover": "var(--xmlui-color-text-Textarea-warning--hover)", "Input:color-border-Textarea-warning--focus": "var(--xmlui-color-border-Textarea-warning--focus)", "Input:color-bg-Textarea-warning--focus": "var(--xmlui-color-bg-Textarea-warning--focus)", "Input:shadow-Textarea-warning--focus": "var(--xmlui-shadow-Textarea-warning--focus)", "Input:color-text-Textarea-warning--focus": "var(--xmlui-color-text-Textarea-warning--focus)", "Input:thickness-outline-Textarea-warning--focus": "var(--xmlui-thickness-outline-Textarea-warning--focus)", "Input:color-outline-Textarea-warning--focus": "var(--xmlui-color-outline-Textarea-warning--focus)", "Input:style-outline-Textarea-warning--focus": "var(--xmlui-style-outline-Textarea-warning--focus)", "Input:offset-outline-Textarea-warning--focus": "var(--xmlui-offset-outline-Textarea-warning--focus)", "Input:color-placeholder-Textarea-warning": "var(--xmlui-color-placeholder-Textarea-warning)", "Input:radius-Textarea-success": "var(--xmlui-radius-Textarea-success)", "Input:color-border-Textarea-success": "var(--xmlui-color-border-Textarea-success)", "Input:thickness-border-Textarea-success": "var(--xmlui-thickness-border-Textarea-success)", "Input:style-border-Textarea-success": "var(--xmlui-style-border-Textarea-success)", "Input:font-size-Textarea-success": "var(--xmlui-font-size-Textarea-success)", "Input:padding-Textarea-success": "var(--xmlui-padding-Textarea-success)", "Input:color-bg-Textarea-success": "var(--xmlui-color-bg-Textarea-success)", "Input:shadow-Textarea-success": "var(--xmlui-shadow-Textarea-success)", "Input:color-text-Textarea-success": "var(--xmlui-color-text-Textarea-success)", "Input:color-border-Textarea-success--hover": "var(--xmlui-color-border-Textarea-success--hover)", "Input:color-bg-Textarea-success--hover": "var(--xmlui-color-bg-Textarea-success--hover)", "Input:shadow-Textarea-success--hover": "var(--xmlui-shadow-Textarea-success--hover)", "Input:color-text-Textarea-success--hover": "var(--xmlui-color-text-Textarea-success--hover)", "Input:color-border-Textarea-success--focus": "var(--xmlui-color-border-Textarea-success--focus)", "Input:color-bg-Textarea-success--focus": "var(--xmlui-color-bg-Textarea-success--focus)", "Input:shadow-Textarea-success--focus": "var(--xmlui-shadow-Textarea-success--focus)", "Input:color-text-Textarea-success--focus": "var(--xmlui-color-text-Textarea-success--focus)", "Input:thickness-outline-Textarea-success--focus": "var(--xmlui-thickness-outline-Textarea-success--focus)", "Input:color-outline-Textarea-success--focus": "var(--xmlui-color-outline-Textarea-success--focus)", "Input:style-outline-Textarea-success--focus": "var(--xmlui-style-outline-Textarea-success--focus)", "Input:offset-outline-Textarea-success--focus": "var(--xmlui-offset-outline-Textarea-success--focus)", "Input:color-placeholder-Textarea-success": "var(--xmlui-color-placeholder-Textarea-success)", "Input:color-bg-Textarea--disabled": "var(--xmlui-color-bg-Textarea--disabled)", "Input:color-text-Textarea--disabled": "var(--xmlui-color-text-Textarea--disabled)", "Input:color-border-Textarea--disabled": "var(--xmlui-color-border-Textarea--disabled)"}'`, $d = "_textarea_8qfuq_13", _d = "_error_8qfuq_53", Id = "_warning_8qfuq_85", Bd = "_valid_8qfuq_117", Sd = "_resizeHorizontal_8qfuq_156", Ad = "_resizeVertical_8qfuq_160", Ed = "_resizeBoth_8qfuq_164", Nd = {
2339
+ }, wd = `'{"Input:radius-Textarea-default": "var(--xmlui-radius-Textarea-default)", "Input:color-border-Textarea-default": "var(--xmlui-color-border-Textarea-default)", "Input:thickness-border-Textarea-default": "var(--xmlui-thickness-border-Textarea-default)", "Input:style-border-Textarea-default": "var(--xmlui-style-border-Textarea-default)", "Input:font-size-Textarea-default": "var(--xmlui-font-size-Textarea-default)", "Input:padding-Textarea-default": "var(--xmlui-padding-Textarea-default)", "Input:color-bg-Textarea-default": "var(--xmlui-color-bg-Textarea-default)", "Input:shadow-Textarea-default": "var(--xmlui-shadow-Textarea-default)", "Input:color-text-Textarea-default": "var(--xmlui-color-text-Textarea-default)", "Input:color-border-Textarea-default--hover": "var(--xmlui-color-border-Textarea-default--hover)", "Input:color-bg-Textarea-default--hover": "var(--xmlui-color-bg-Textarea-default--hover)", "Input:shadow-Textarea-default--hover": "var(--xmlui-shadow-Textarea-default--hover)", "Input:color-text-Textarea-default--hover": "var(--xmlui-color-text-Textarea-default--hover)", "Input:color-border-Textarea-default--focus": "var(--xmlui-color-border-Textarea-default--focus)", "Input:color-bg-Textarea-default--focus": "var(--xmlui-color-bg-Textarea-default--focus)", "Input:shadow-Textarea-default--focus": "var(--xmlui-shadow-Textarea-default--focus)", "Input:color-text-Textarea-default--focus": "var(--xmlui-color-text-Textarea-default--focus)", "Input:thickness-outline-Textarea-default--focus": "var(--xmlui-thickness-outline-Textarea-default--focus)", "Input:color-outline-Textarea-default--focus": "var(--xmlui-color-outline-Textarea-default--focus)", "Input:style-outline-Textarea-default--focus": "var(--xmlui-style-outline-Textarea-default--focus)", "Input:offset-outline-Textarea-default--focus": "var(--xmlui-offset-outline-Textarea-default--focus)", "Input:color-placeholder-Textarea-default": "var(--xmlui-color-placeholder-Textarea-default)", "Input:radius-Textarea-error": "var(--xmlui-radius-Textarea-error)", "Input:color-border-Textarea-error": "var(--xmlui-color-border-Textarea-error)", "Input:thickness-border-Textarea-error": "var(--xmlui-thickness-border-Textarea-error)", "Input:style-border-Textarea-error": "var(--xmlui-style-border-Textarea-error)", "Input:font-size-Textarea-error": "var(--xmlui-font-size-Textarea-error)", "Input:padding-Textarea-error": "var(--xmlui-padding-Textarea-error)", "Input:color-bg-Textarea-error": "var(--xmlui-color-bg-Textarea-error)", "Input:shadow-Textarea-error": "var(--xmlui-shadow-Textarea-error)", "Input:color-text-Textarea-error": "var(--xmlui-color-text-Textarea-error)", "Input:color-border-Textarea-error--hover": "var(--xmlui-color-border-Textarea-error--hover)", "Input:color-bg-Textarea-error--hover": "var(--xmlui-color-bg-Textarea-error--hover)", "Input:shadow-Textarea-error--hover": "var(--xmlui-shadow-Textarea-error--hover)", "Input:color-text-Textarea-error--hover": "var(--xmlui-color-text-Textarea-error--hover)", "Input:color-border-Textarea-error--focus": "var(--xmlui-color-border-Textarea-error--focus)", "Input:color-bg-Textarea-error--focus": "var(--xmlui-color-bg-Textarea-error--focus)", "Input:shadow-Textarea-error--focus": "var(--xmlui-shadow-Textarea-error--focus)", "Input:color-text-Textarea-error--focus": "var(--xmlui-color-text-Textarea-error--focus)", "Input:thickness-outline-Textarea-error--focus": "var(--xmlui-thickness-outline-Textarea-error--focus)", "Input:color-outline-Textarea-error--focus": "var(--xmlui-color-outline-Textarea-error--focus)", "Input:style-outline-Textarea-error--focus": "var(--xmlui-style-outline-Textarea-error--focus)", "Input:offset-outline-Textarea-error--focus": "var(--xmlui-offset-outline-Textarea-error--focus)", "Input:color-placeholder-Textarea-error": "var(--xmlui-color-placeholder-Textarea-error)", "Input:radius-Textarea-warning": "var(--xmlui-radius-Textarea-warning)", "Input:color-border-Textarea-warning": "var(--xmlui-color-border-Textarea-warning)", "Input:thickness-border-Textarea-warning": "var(--xmlui-thickness-border-Textarea-warning)", "Input:style-border-Textarea-warning": "var(--xmlui-style-border-Textarea-warning)", "Input:font-size-Textarea-warning": "var(--xmlui-font-size-Textarea-warning)", "Input:padding-Textarea-warning": "var(--xmlui-padding-Textarea-warning)", "Input:color-bg-Textarea-warning": "var(--xmlui-color-bg-Textarea-warning)", "Input:shadow-Textarea-warning": "var(--xmlui-shadow-Textarea-warning)", "Input:color-text-Textarea-warning": "var(--xmlui-color-text-Textarea-warning)", "Input:color-border-Textarea-warning--hover": "var(--xmlui-color-border-Textarea-warning--hover)", "Input:color-bg-Textarea-warning--hover": "var(--xmlui-color-bg-Textarea-warning--hover)", "Input:shadow-Textarea-warning--hover": "var(--xmlui-shadow-Textarea-warning--hover)", "Input:color-text-Textarea-warning--hover": "var(--xmlui-color-text-Textarea-warning--hover)", "Input:color-border-Textarea-warning--focus": "var(--xmlui-color-border-Textarea-warning--focus)", "Input:color-bg-Textarea-warning--focus": "var(--xmlui-color-bg-Textarea-warning--focus)", "Input:shadow-Textarea-warning--focus": "var(--xmlui-shadow-Textarea-warning--focus)", "Input:color-text-Textarea-warning--focus": "var(--xmlui-color-text-Textarea-warning--focus)", "Input:thickness-outline-Textarea-warning--focus": "var(--xmlui-thickness-outline-Textarea-warning--focus)", "Input:color-outline-Textarea-warning--focus": "var(--xmlui-color-outline-Textarea-warning--focus)", "Input:style-outline-Textarea-warning--focus": "var(--xmlui-style-outline-Textarea-warning--focus)", "Input:offset-outline-Textarea-warning--focus": "var(--xmlui-offset-outline-Textarea-warning--focus)", "Input:color-placeholder-Textarea-warning": "var(--xmlui-color-placeholder-Textarea-warning)", "Input:radius-Textarea-success": "var(--xmlui-radius-Textarea-success)", "Input:color-border-Textarea-success": "var(--xmlui-color-border-Textarea-success)", "Input:thickness-border-Textarea-success": "var(--xmlui-thickness-border-Textarea-success)", "Input:style-border-Textarea-success": "var(--xmlui-style-border-Textarea-success)", "Input:font-size-Textarea-success": "var(--xmlui-font-size-Textarea-success)", "Input:padding-Textarea-success": "var(--xmlui-padding-Textarea-success)", "Input:color-bg-Textarea-success": "var(--xmlui-color-bg-Textarea-success)", "Input:shadow-Textarea-success": "var(--xmlui-shadow-Textarea-success)", "Input:color-text-Textarea-success": "var(--xmlui-color-text-Textarea-success)", "Input:color-border-Textarea-success--hover": "var(--xmlui-color-border-Textarea-success--hover)", "Input:color-bg-Textarea-success--hover": "var(--xmlui-color-bg-Textarea-success--hover)", "Input:shadow-Textarea-success--hover": "var(--xmlui-shadow-Textarea-success--hover)", "Input:color-text-Textarea-success--hover": "var(--xmlui-color-text-Textarea-success--hover)", "Input:color-border-Textarea-success--focus": "var(--xmlui-color-border-Textarea-success--focus)", "Input:color-bg-Textarea-success--focus": "var(--xmlui-color-bg-Textarea-success--focus)", "Input:shadow-Textarea-success--focus": "var(--xmlui-shadow-Textarea-success--focus)", "Input:color-text-Textarea-success--focus": "var(--xmlui-color-text-Textarea-success--focus)", "Input:thickness-outline-Textarea-success--focus": "var(--xmlui-thickness-outline-Textarea-success--focus)", "Input:color-outline-Textarea-success--focus": "var(--xmlui-color-outline-Textarea-success--focus)", "Input:style-outline-Textarea-success--focus": "var(--xmlui-style-outline-Textarea-success--focus)", "Input:offset-outline-Textarea-success--focus": "var(--xmlui-offset-outline-Textarea-success--focus)", "Input:color-placeholder-Textarea-success": "var(--xmlui-color-placeholder-Textarea-success)", "Input:color-bg-Textarea--disabled": "var(--xmlui-color-bg-Textarea--disabled)", "Input:color-text-Textarea--disabled": "var(--xmlui-color-text-Textarea--disabled)", "Input:color-border-Textarea--disabled": "var(--xmlui-color-border-Textarea--disabled)"}'`, _d = "_textarea_8qfuq_13", $d = "_error_8qfuq_53", Id = "_warning_8qfuq_85", Bd = "_valid_8qfuq_117", Sd = "_resizeHorizontal_8qfuq_156", Ad = "_resizeVertical_8qfuq_160", Ed = "_resizeBoth_8qfuq_164", Nd = {
2340
2340
  themeVars: wd,
2341
- textarea: $d,
2342
- error: _d,
2341
+ textarea: _d,
2342
+ error: $d,
2343
2343
  warning: Id,
2344
2344
  valid: Bd,
2345
2345
  resizeHorizontal: Sd,
@@ -3171,7 +3171,7 @@ let Pd = class br extends Error {
3171
3171
  super(t), this.code = o, Object.setPrototypeOf(this, br.prototype);
3172
3172
  }
3173
3173
  };
3174
- const Xt = {
3174
+ const Wt = {
3175
3175
  W001: "An expression expected",
3176
3176
  W002: "Unexpected token: {0}",
3177
3177
  W003: "An identifier expected",
@@ -5141,7 +5141,7 @@ class yr {
5141
5141
  * @param options Error message options
5142
5142
  */
5143
5143
  reportError(t, o, ...i) {
5144
- let n = Xt[t] ?? "Unkonwn error";
5144
+ let n = Wt[t] ?? "Unkonwn error";
5145
5145
  throw i && i.forEach(
5146
5146
  (l, c) => n = s(n, `{${c}}`, i[c].toString())
5147
5147
  ), o || (o = this._lexer.peek()), this._parseErrors.push({
@@ -5812,7 +5812,7 @@ function Od(e, t, o, i = !1) {
5812
5812
  if (A.type !== r.Eof)
5813
5813
  return s[u] ?? (s[u] = []), s[u].push({
5814
5814
  code: "W002",
5815
- text: Xt.W002.replace(/\{(\d+)}/g, () => A.text),
5815
+ text: Wt.W002.replace(/\{(\d+)}/g, () => A.text),
5816
5816
  position: A.location.startLine,
5817
5817
  line: A.location.startLine,
5818
5818
  column: A.location.startColumn
@@ -5901,12 +5901,12 @@ function Od(e, t, o, i = !1) {
5901
5901
  return s[u] = I, null;
5902
5902
  return me.forEach((F) => F.parent = le), le.importedModules = me, le.imports = ue, le;
5903
5903
  function te(F, H, ...se) {
5904
- let de = Xt[F];
5904
+ let de = Wt[F];
5905
5905
  se && se.forEach(
5906
5906
  (m, p) => de = de.replaceAll(`{${p}}`, se[p].toString())
5907
5907
  ), I.push({
5908
5908
  code: F,
5909
- text: Xt[F].replace(/\{(\d+)}/g, (m, p) => se[p]),
5909
+ text: Wt[F].replace(/\{(\d+)}/g, (m, p) => se[p]),
5910
5910
  position: H.startPosition,
5911
5911
  line: H.startLine,
5912
5912
  column: H.startColumn
@@ -5971,7 +5971,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
5971
5971
  bindTo: a(
5972
5972
  "This property binds a particular input field to one of the attributes of the `Form` data. It names the property of the form's `data` data to get the input's initial value.When the field is saved, its value will be stored in the `data` property with this name."
5973
5973
  ),
5974
- autoFocus: $e(),
5974
+ autoFocus: _e(),
5975
5975
  label: fe(),
5976
5976
  labelPosition: Ue(),
5977
5977
  labelWidth: a("This property sets the width of the item label."),
@@ -6072,7 +6072,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6072
6072
  // --- No dark-specific theme vars
6073
6073
  }
6074
6074
  }
6075
- }), Pt = "H1", ip = k({
6075
+ }), Jt = "H1", ip = k({
6076
6076
  description: wt(1),
6077
6077
  specializedFrom: Ne,
6078
6078
  props: {
@@ -6082,10 +6082,9 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6082
6082
  themeVars: N(Be.themeVars),
6083
6083
  defaultThemeVars: {
6084
6084
  // letter-spacing
6085
- [`font-size-${Pt}`]: "$font-size-large",
6086
- [`line-height-${Pt}`]: "$line-height-none",
6087
- [`margin-top-${Pt}`]: "0",
6088
- [`margin-bottom-${Pt}`]: "0",
6085
+ [`font-size-${Jt}`]: "$font-size-large",
6086
+ [`margin-top-${Jt}`]: "0",
6087
+ [`margin-bottom-${Jt}`]: "0",
6089
6088
  light: {
6090
6089
  // --- No light-specific theme vars
6091
6090
  },
@@ -6093,7 +6092,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6093
6092
  // --- No dark-specific theme vars
6094
6093
  }
6095
6094
  }
6096
- }), Dt = "H2", ap = k({
6095
+ }), jt = "H2", ap = k({
6097
6096
  description: wt(2),
6098
6097
  specializedFrom: Ne,
6099
6098
  props: {
@@ -6103,10 +6102,9 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6103
6102
  themeVars: N(Be.themeVars),
6104
6103
  defaultThemeVars: {
6105
6104
  // letter-spacing
6106
- [`font-size-${Dt}`]: "$font-size-medium",
6107
- [`line-height-${Dt}`]: "$line-height-none",
6108
- [`margin-top-${Dt}`]: "0",
6109
- [`margin-bottom-${Dt}`]: "0",
6105
+ [`font-size-${jt}`]: "$font-size-medium",
6106
+ [`margin-top-${jt}`]: "0",
6107
+ [`margin-bottom-${jt}`]: "0",
6110
6108
  light: {
6111
6109
  // --- No light-specific theme vars
6112
6110
  },
@@ -6114,7 +6112,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6114
6112
  // --- No dark-specific theme vars
6115
6113
  }
6116
6114
  }
6117
- }), Ot = "H3", lp = k({
6115
+ }), Kt = "H3", lp = k({
6118
6116
  description: wt(3),
6119
6117
  specializedFrom: Ne,
6120
6118
  props: {
@@ -6124,10 +6122,9 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6124
6122
  themeVars: N(Be.themeVars),
6125
6123
  defaultThemeVars: {
6126
6124
  // letter-spacing
6127
- [`font-size-${Ot}`]: "$font-size-normal",
6128
- [`line-height-${Ot}`]: "$line-height-none",
6129
- [`margin-top-${Ot}`]: "0",
6130
- [`margin-bottom-${Ot}`]: "0",
6125
+ [`font-size-${Kt}`]: "$font-size-normal",
6126
+ [`margin-top-${Kt}`]: "0",
6127
+ [`margin-bottom-${Kt}`]: "0",
6131
6128
  light: {
6132
6129
  // --- No light-specific theme vars
6133
6130
  },
@@ -6135,7 +6132,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6135
6132
  // --- No dark-specific theme vars
6136
6133
  }
6137
6134
  }
6138
- }), Mt = "H4", sp = k({
6135
+ }), eo = "H4", sp = k({
6139
6136
  description: wt(4),
6140
6137
  specializedFrom: Ne,
6141
6138
  props: {
@@ -6145,10 +6142,9 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6145
6142
  themeVars: N(Be.themeVars),
6146
6143
  defaultThemeVars: {
6147
6144
  // letter-spacing
6148
- [`font-size-${Mt}`]: "$font-size-small",
6149
- [`line-height-${Mt}`]: "$line-height-none",
6150
- [`margin-top-${Mt}`]: "0",
6151
- [`margin-bottom-${Mt}`]: "0",
6145
+ [`font-size-${eo}`]: "$font-size-small",
6146
+ [`margin-top-${eo}`]: "0",
6147
+ [`margin-bottom-${eo}`]: "0",
6152
6148
  light: {
6153
6149
  // --- No light-specific theme vars
6154
6150
  },
@@ -6156,7 +6152,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6156
6152
  // --- No dark-specific theme vars
6157
6153
  }
6158
6154
  }
6159
- }), Ht = "H5", cp = k({
6155
+ }), to = "H5", cp = k({
6160
6156
  description: wt(5),
6161
6157
  specializedFrom: Ne,
6162
6158
  props: {
@@ -6166,10 +6162,9 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6166
6162
  themeVars: N(Be.themeVars),
6167
6163
  defaultThemeVars: {
6168
6164
  // letter-spacing
6169
- [`font-size-${Ht}`]: "$font-size-smaller",
6170
- [`line-height-${Ht}`]: "$line-height-none",
6171
- [`margin-top-${Ht}`]: "0",
6172
- [`margin-bottom-${Ht}`]: "0",
6165
+ [`font-size-${to}`]: "$font-size-smaller",
6166
+ [`margin-top-${to}`]: "0",
6167
+ [`margin-bottom-${to}`]: "0",
6173
6168
  light: {
6174
6169
  // --- No light-specific theme vars
6175
6170
  },
@@ -6177,7 +6172,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6177
6172
  // --- No dark-specific theme vars
6178
6173
  }
6179
6174
  }
6180
- }), Ft = "H6", up = k({
6175
+ }), oo = "H6", up = k({
6181
6176
  description: wt(6),
6182
6177
  specializedFrom: Ne,
6183
6178
  props: {
@@ -6187,10 +6182,9 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6187
6182
  themeVars: N(Be.themeVars),
6188
6183
  defaultThemeVars: {
6189
6184
  // letter-spacing
6190
- [`font-size-${Ft}`]: "$font-size-tiny",
6191
- [`line-height-${Ft}`]: "$line-height-none",
6192
- [`margin-top-${Ft}`]: "0",
6193
- [`margin-bottom-${Ft}`]: "0",
6185
+ [`font-size-${oo}`]: "$font-size-tiny",
6186
+ [`margin-top-${oo}`]: "0",
6187
+ [`margin-bottom-${oo}`]: "0",
6194
6188
  light: {
6195
6189
  // --- No light-specific theme vars
6196
6190
  },
@@ -6306,7 +6300,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6306
6300
  [`color-text-${re}--active`]: "$color-primary-500"
6307
6301
  }
6308
6302
  }
6309
- }), gp = '"[]"', vp = "_infoWrapper_pfst8_13", bp = "_loadingWrapper_pfst8_18", yp = "_noRows_pfst8_26", Tp = "_borderCollapse_pfst8_36", kp = "_sectioned_pfst8_36", wp = "_row_pfst8_36", $p = "_section_pfst8_36", _p = "_sectionFooter_pfst8_52", Ip = {
6303
+ }), gp = '"[]"', vp = "_infoWrapper_pfst8_13", bp = "_loadingWrapper_pfst8_18", yp = "_noRows_pfst8_26", Tp = "_borderCollapse_pfst8_36", kp = "_sectioned_pfst8_36", wp = "_row_pfst8_36", _p = "_section_pfst8_36", $p = "_sectionFooter_pfst8_52", Ip = {
6310
6304
  themeVars: gp,
6311
6305
  infoWrapper: vp,
6312
6306
  loadingWrapper: bp,
@@ -6314,8 +6308,8 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6314
6308
  borderCollapse: Tp,
6315
6309
  sectioned: kp,
6316
6310
  row: wp,
6317
- section: $p,
6318
- sectionFooter: _p
6311
+ section: _p,
6312
+ sectionFooter: $p
6319
6313
  }, ft = "List", Bp = k({
6320
6314
  status: "experimental",
6321
6315
  description: `The \`${ft}\` component is a robust layout container that renders associated data items as a list of components. \`${ft}\` is virtualized; it renders only items that are visible in the viewport.`,
@@ -6466,7 +6460,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6466
6460
  },
6467
6461
  themeVars: N(fu.themeVars),
6468
6462
  defaultThemeVars: {
6469
- ...jt(Te, { all: "$space-7" }),
6463
+ ...Gt(Te, { all: "$space-7" }),
6470
6464
  [`color-bg-${Te}`]: "$color-bg-primary",
6471
6465
  [`color-bg-overlay-${Te}`]: "$color-bg-overlay",
6472
6466
  [`color-text-${Te}`]: "$color-text-primary",
@@ -6483,18 +6477,18 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6483
6477
  dropdownList: Rp,
6484
6478
  withNavGroupChevron: Wp,
6485
6479
  pointRight: qp
6486
- }, Rt = "NavGroup", Vp = k({
6480
+ }, Pt = "NavGroup", Vp = k({
6487
6481
  description: "The `NavGroup` component is a container for grouping related navigation targets (`NavLink` components). It can be displayed as a submenu in the App's UI.",
6488
6482
  props: {
6489
6483
  label: fe(),
6490
- icon: a(`This property defines an optional icon to display along with the \`${Rt}\` label.`),
6484
+ icon: a(`This property defines an optional icon to display along with the \`${Pt}\` label.`),
6491
6485
  to: a("This property defines an optional navigation link.")
6492
6486
  },
6493
6487
  themeVars: N(Up.themeVars),
6494
6488
  defaultThemeVars: {
6495
- [`color-bg-dropdown-${Rt}`]: "$color-bg-primary",
6496
- [`radius-dropdown-${Rt}`]: "$radius",
6497
- [`shadow-dropdown-${Rt}`]: "$shadow-spread"
6489
+ [`color-bg-dropdown-${Pt}`]: "$color-bg-primary",
6490
+ [`radius-dropdown-${Pt}`]: "$radius",
6491
+ [`shadow-dropdown-${Pt}`]: "$shadow-spread"
6498
6492
  }
6499
6493
  }), ro = "NavLink", Gp = k({
6500
6494
  description: `The \`${ro}\` component defines a navigation target (app navigation menu item) within the app; it is associated with a particular in-app navigation target (or an external link).`,
@@ -6574,8 +6568,8 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6574
6568
  themeVars: Xp,
6575
6569
  wrapper: Qp,
6576
6570
  icon: Zp
6577
- }, Wt = "NoResult", jp = k({
6578
- description: `\`${Wt}\` is a component that displays a visual indication that some data query (search) resulted in no (zero) items.`,
6571
+ }, Dt = "NoResult", jp = k({
6572
+ description: `\`${Dt}\` is a component that displays a visual indication that some data query (search) resulted in no (zero) items.`,
6579
6573
  props: {
6580
6574
  label: fe(),
6581
6575
  icon: a("This property defines the icon to display with the component."),
@@ -6583,9 +6577,9 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6583
6577
  },
6584
6578
  themeVars: N(Jp.themeVars),
6585
6579
  defaultThemeVars: {
6586
- [`padding-vertical-${Wt}`]: "$space-2",
6587
- [`gap-icon-${Wt}`]: "$space-2",
6588
- [`size-icon-${Wt}`]: "$space-8",
6580
+ [`padding-vertical-${Dt}`]: "$space-2",
6581
+ [`gap-icon-${Dt}`]: "$space-2",
6582
+ [`size-icon-${Dt}`]: "$space-8",
6589
6583
  light: {
6590
6584
  // --- No light-specific theme vars
6591
6585
  },
@@ -6604,7 +6598,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6604
6598
  labelWidth: Ze(it),
6605
6599
  labelBreak: Je(it),
6606
6600
  maxLength: At(),
6607
- autoFocus: $e(),
6601
+ autoFocus: _e(),
6608
6602
  required: He(),
6609
6603
  readOnly: Oe(),
6610
6604
  enabled: ve(),
@@ -6666,7 +6660,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6666
6660
  offCanvasHeader: ph,
6667
6661
  offCanvasButtonSpace: hh,
6668
6662
  offCanvasTitle: mh
6669
- }, qt = "OffCanvas", fh = k({
6663
+ }, Ot = "OffCanvas", fh = k({
6670
6664
  status: "in progress",
6671
6665
  description: "(**NOT IMPLEMENTED YET**) The `OffCanvas` component is a hidden panel that slides into view from the side of the screen. It helps display additional content or navigation without disrupting the main interface.",
6672
6666
  props: {
@@ -6690,13 +6684,13 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6690
6684
  !1
6691
6685
  ),
6692
6686
  noCloseOnBackdropClick: a(
6693
- `When this property is set to \`true\`, the ${qt} does not close when the user clicks on its backdrop.`,
6687
+ `When this property is set to \`true\`, the ${Ot} does not close when the user clicks on its backdrop.`,
6694
6688
  null,
6695
6689
  "boolean",
6696
6690
  !1
6697
6691
  ),
6698
6692
  placement: a(
6699
- `This property indicates the position where the ${qt} should be docked to.`,
6693
+ `This property indicates the position where the ${Ot} should be docked to.`,
6700
6694
  gn
6701
6695
  ),
6702
6696
  autoCloseInMs: a(
@@ -6704,8 +6698,8 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6704
6698
  )
6705
6699
  },
6706
6700
  events: {
6707
- didOpen: Fn(qt),
6708
- didClose: Rn(qt)
6701
+ didOpen: Fn(Ot),
6702
+ didClose: Rn(Ot)
6709
6703
  },
6710
6704
  apis: {
6711
6705
  open: a(
@@ -6751,10 +6745,10 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6751
6745
  src: a("This property defines the source URL of the pdf document stream to display.")
6752
6746
  },
6753
6747
  status: "in progress"
6754
- }), wh = `'{"color-PieChart": "var(--xmlui-color-PieChart)"}'`, $h = "_wrapper_1d7s9_13", _h = "_chartContainer_1d7s9_19", Ih = "_chart_1d7s9_19", Bh = "_legends_1d7s9_33", Sh = "_legendItem_1d7s9_41", Ah = "_legendTop_1d7s9_47", Eh = "_legendRight_1d7s9_61", Nh = "_legendBottom_1d7s9_78", zh = "_legendLeft_1d7s9_92", Lh = "_legendRow_1d7s9_109", Ch = "_legendColumn_1d7s9_117", Ph = "_legendBullet_1d7s9_125", kr = {
6748
+ }), wh = `'{"color-PieChart": "var(--xmlui-color-PieChart)"}'`, _h = "_wrapper_1d7s9_13", $h = "_chartContainer_1d7s9_19", Ih = "_chart_1d7s9_19", Bh = "_legends_1d7s9_33", Sh = "_legendItem_1d7s9_41", Ah = "_legendTop_1d7s9_47", Eh = "_legendRight_1d7s9_61", Nh = "_legendBottom_1d7s9_78", zh = "_legendLeft_1d7s9_92", Lh = "_legendRow_1d7s9_109", Ch = "_legendColumn_1d7s9_117", Ph = "_legendBullet_1d7s9_125", kr = {
6755
6749
  themeVars: wh,
6756
- wrapper: $h,
6757
- chartContainer: _h,
6750
+ wrapper: _h,
6751
+ chartContainer: $h,
6758
6752
  chart: Ih,
6759
6753
  legends: Bh,
6760
6754
  legendItem: Sh,
@@ -6884,7 +6878,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6884
6878
  description: `The \`${gt}\` input component is a group of radio buttons ([\`RadioGroupOption\`](./RadioGroupOption.mdx) components) that allow users to select only one option from the group at a time.`,
6885
6879
  props: {
6886
6880
  initialValue: Ce(),
6887
- autoFocus: $e(),
6881
+ autoFocus: _e(),
6888
6882
  required: He(),
6889
6883
  readOnly: Oe(),
6890
6884
  enabled: ve(),
@@ -6949,7 +6943,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
6949
6943
  placeholder: ut(),
6950
6944
  initialValue: Ce(),
6951
6945
  maxLength: At(),
6952
- autoFocus: $e(),
6946
+ autoFocus: _e(),
6953
6947
  required: He(),
6954
6948
  readOnly: Oe(),
6955
6949
  enabled: ve(),
@@ -7028,8 +7022,8 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
7028
7022
  }), om = "SpaceFiller", rm = k({
7029
7023
  description: `The \`${om}\` is a component that works well in layout containers to fill the remaining (unused) space. Its behavior depends on the layout container in which it is used.`,
7030
7024
  themeVars: N(nu.themeVars)
7031
- }), _t = "Spinner", nm = k({
7032
- description: `The \`${_t}\` component is an animated indicator that represents a particular action in progress without a deterministic progress value.`,
7025
+ }), $t = "Spinner", nm = k({
7026
+ description: `The \`${$t}\` component is an animated indicator that represents a particular action in progress without a deterministic progress value.`,
7033
7027
  props: {
7034
7028
  delay: a("The delay in milliseconds before the spinner is displayed."),
7035
7029
  fullScreen: a("If set to `true`, the component will be rendered in a full screen container."),
@@ -7037,13 +7031,13 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
7037
7031
  },
7038
7032
  themeVars: N(ha.themeVars),
7039
7033
  defaultThemeVars: {
7040
- [`size-${_t}`]: "$space-10",
7041
- [`thickness-${_t}`]: "$space-0_5",
7034
+ [`size-${$t}`]: "$space-10",
7035
+ [`thickness-${$t}`]: "$space-0_5",
7042
7036
  light: {
7043
- [`color-border-${_t}`]: "$color-surface-400"
7037
+ [`color-border-${$t}`]: "$color-surface-400"
7044
7038
  },
7045
7039
  dark: {
7046
- [`color-border-${_t}`]: "$color-surface-600"
7040
+ [`color-border-${$t}`]: "$color-surface-600"
7047
7041
  }
7048
7042
  }
7049
7043
  }), im = `'{"padding-Splitter": "var(--xmlui-padding-Splitter)", "shadow-Splitter": "var(--xmlui-shadow-Splitter)", "color-bg-Splitter": "var(--xmlui-color-bg-Splitter)", "radius-Splitter": "var(--xmlui-radius-Splitter)", "color-border-Splitter": "var(--xmlui-color-border-Splitter)", "thickness-border-Splitter": "var(--xmlui-thickness-border-Splitter)", "style-border-Splitter": "var(--xmlui-style-border-Splitter)", "border-Splitter": "var(--xmlui-border-Splitter)", "color-bg-resizer-Splitter": "var(--xmlui-color-bg-resizer-Splitter)", "thickness-resizer-Splitter": "var(--xmlui-thickness-resizer-Splitter)", "cursor-resizer-horizontal-Splitter": "var(--xmlui-cursor-resizer-horizontal-Splitter)", "cursor-resizer-vertical-Splitter": "var(--xmlui-cursor-resizer-vertical-Splitter)"}'`, am = "_splitter_1a9gt_13", lm = "_vertical_1a9gt_27", sm = "_horizontal_1a9gt_30", cm = "_panel_1a9gt_34", um = "_primaryPanel_1a9gt_41", dm = "_secondaryPanel_1a9gt_48", pm = "_resizer_1a9gt_54", hm = "_floatingResizer_1a9gt_70", mm = {
@@ -7056,7 +7050,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
7056
7050
  secondaryPanel: dm,
7057
7051
  resizer: pm,
7058
7052
  floatingResizer: hm
7059
- }, Ye = "Splitter", Kt = k({
7053
+ }, Ye = "Splitter", Yt = k({
7060
7054
  description: `The \`${Ye}\` component divides a container (such as a window, panel, pane, etc.) into two resizable sections.`,
7061
7055
  props: {
7062
7056
  swapped: a(
@@ -7089,14 +7083,14 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
7089
7083
  [`cursor-resizer-vertical-${Ye}`]: "ns-resize"
7090
7084
  }
7091
7085
  }), xm = {
7092
- ...Kt,
7086
+ ...Yt,
7093
7087
  props: {
7094
- ...Kt.props,
7088
+ ...Yt.props,
7095
7089
  orientation: a(
7096
7090
  "Sets whether the `Splitter` divides the container horizontally and lays out the section on top of each other (`vertical`), or vertically by placing the sections next to each other (`horizontal`)."
7097
7091
  )
7098
7092
  }
7099
- }, fm = { ...Kt, specializedFrom: Ye }, gm = { ...Kt, specializedFrom: Ye }, vm = `'{"color-bg-StickyBox": "var(--xmlui-color-bg-StickyBox)"}'`, bm = "_wrapper_1qgtv_13", ym = "_top_1qgtv_18", Tm = "_bottom_1qgtv_21", km = {
7093
+ }, fm = { ...Yt, specializedFrom: Ye }, gm = { ...Yt, specializedFrom: Ye }, vm = `'{"color-bg-StickyBox": "var(--xmlui-color-bg-StickyBox)"}'`, bm = "_wrapper_1qgtv_13", ym = "_top_1qgtv_18", Tm = "_bottom_1qgtv_21", km = {
7100
7094
  themeVars: vm,
7101
7095
  wrapper: bm,
7102
7096
  top: ym,
@@ -7113,7 +7107,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
7113
7107
  defaultThemeVars: {
7114
7108
  [`color-bg-${Co}`]: "$color-bg"
7115
7109
  }
7116
- }), X = "Switch", $m = k({
7110
+ }), X = "Switch", _m = k({
7117
7111
  description: `The \`${X}\` component is a user interface element that allows users to toggle between two states: on and off. It consists of a small rectangular or circular button that can be moved left or right to change its state.`,
7118
7112
  props: {
7119
7113
  indeterminate: ir(),
@@ -7123,7 +7117,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
7123
7117
  labelBreak: Je(X),
7124
7118
  required: He(),
7125
7119
  initialValue: Ce(!1),
7126
- autoFocus: $e(),
7120
+ autoFocus: _e(),
7127
7121
  readOnly: Oe(),
7128
7122
  enabled: ve(),
7129
7123
  validationStatus: Me(),
@@ -7166,8 +7160,8 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
7166
7160
  [`color-bg-${X}--disabled`]: "$color-surface-800"
7167
7161
  }
7168
7162
  }
7169
- }), _m = `'{"color-text-pagination-Table": "var(--xmlui-color-text-pagination-Table)", "color-bg-Table": "var(--xmlui-color-bg-Table)", "color-text-Table": "var(--xmlui-color-text-Table)", "color-bg-row-Table": "var(--xmlui-color-bg-row-Table)", "color-bg-row-Table--hover": "var(--xmlui-color-bg-row-Table--hover)", "color-bg-selected-Table": "var(--xmlui-color-bg-selected-Table)", "color-bg-selected-Table--hover": "var(--xmlui-color-bg-selected-Table--hover)", "color-bg-heading-Table": "var(--xmlui-color-bg-heading-Table)", "color-bg-heading-Table--hover": "var(--xmlui-color-bg-heading-Table--hover)", "color-bg-heading-Table--active": "var(--xmlui-color-bg-heading-Table--active)", "padding-horizontal-heading-Table": "var(--xmlui-padding-horizontal-heading-Table)", "padding-vertical-heading-Table": "var(--xmlui-padding-vertical-heading-Table)", "padding-heading-Table": "var(--xmlui-padding-heading-Table)", "padding-horizontal-cell-Table": "var(--xmlui-padding-horizontal-cell-Table)", "padding-horizontal-cell-first-Table": "var(--xmlui-padding-horizontal-cell-first-Table)", "padding-horizontal-cell-last-Table": "var(--xmlui-padding-horizontal-cell-last-Table)", "padding-vertical-cell-Table": "var(--xmlui-padding-vertical-cell-Table)", "padding-cell-Table": "var(--xmlui-padding-cell-Table)", "color-border-cell-Table": "var(--xmlui-color-border-cell-Table)", "thickness-border-cell-Table": "var(--xmlui-thickness-border-cell-Table)", "style-border-cell-Table": "var(--xmlui-style-border-cell-Table)", "border-cell-Table": "var(--xmlui-border-cell-Table)", "color-bg-pagination-Table": "var(--xmlui-color-bg-pagination-Table)", "color-text-heading-Table": "var(--xmlui-color-text-heading-Table)", "font-weight-row-Table": "var(--xmlui-font-weight-row-Table)", "font-size-row-Table": "var(--xmlui-font-size-row-Table)", "font-weight-heading-Table": "var(--xmlui-font-weight-heading-Table)", "font-size-heading-Table": "var(--xmlui-font-size-heading-Table)", "transform-text-heading-Table": "var(--xmlui-transform-text-heading-Table)", "thickness-outline-heading-Table--focus": "var(--xmlui-thickness-outline-heading-Table--focus)", "color-outline-heading-Table--focus": "var(--xmlui-color-outline-heading-Table--focus)", "style-outline-heading-Table--focus": "var(--xmlui-style-outline-heading-Table--focus)", "offset-outline-heading-Table--focus": "var(--xmlui-offset-outline-heading-Table--focus)"}'`, Im = "_wrapper_7jlv4_13", Bm = "_noScroll_7jlv4_19", Sm = "_headerWrapper_7jlv4_23", Am = "_tableBody_7jlv4_23", Em = "_clickableHeader_7jlv4_29", Nm = "_headerContent_7jlv4_39", zm = "_headerRow_7jlv4_67", Lm = "_columnCell_7jlv4_72", Cm = "_cell_7jlv4_72", Pm = "_table_7jlv4_23", Dm = "_row_7jlv4_83", Om = "_checkBoxWrapper_7jlv4_89", Mm = "_showInHeader_7jlv4_93", Hm = "_selected_7jlv4_96", Fm = "_allSelected_7jlv4_96", Rm = "_focused_7jlv4_142", Wm = "_disabled_7jlv4_154", qm = "_noRows_7jlv4_179", Um = "_pagination_7jlv4_185", Vm = "_paginationLabel_7jlv4_201", Gm = "_paginationSelect_7jlv4_206", Ym = "_paginationButtons_7jlv4_212", Xm = "_searchIconWrapper_7jlv4_217", Qm = "_loadingWrapper_7jlv4_224", Zm = "_resizer_7jlv4_239", Jm = "_isResizing_7jlv4_261", jm = {
7170
- themeVars: _m,
7163
+ }), $m = `'{"color-text-pagination-Table": "var(--xmlui-color-text-pagination-Table)", "color-bg-Table": "var(--xmlui-color-bg-Table)", "color-text-Table": "var(--xmlui-color-text-Table)", "color-bg-row-Table": "var(--xmlui-color-bg-row-Table)", "color-bg-row-Table--hover": "var(--xmlui-color-bg-row-Table--hover)", "color-bg-selected-Table": "var(--xmlui-color-bg-selected-Table)", "color-bg-selected-Table--hover": "var(--xmlui-color-bg-selected-Table--hover)", "color-bg-heading-Table": "var(--xmlui-color-bg-heading-Table)", "color-bg-heading-Table--hover": "var(--xmlui-color-bg-heading-Table--hover)", "color-bg-heading-Table--active": "var(--xmlui-color-bg-heading-Table--active)", "padding-horizontal-heading-Table": "var(--xmlui-padding-horizontal-heading-Table)", "padding-vertical-heading-Table": "var(--xmlui-padding-vertical-heading-Table)", "padding-heading-Table": "var(--xmlui-padding-heading-Table)", "padding-horizontal-cell-Table": "var(--xmlui-padding-horizontal-cell-Table)", "padding-horizontal-cell-first-Table": "var(--xmlui-padding-horizontal-cell-first-Table)", "padding-horizontal-cell-last-Table": "var(--xmlui-padding-horizontal-cell-last-Table)", "padding-vertical-cell-Table": "var(--xmlui-padding-vertical-cell-Table)", "padding-cell-Table": "var(--xmlui-padding-cell-Table)", "color-border-cell-Table": "var(--xmlui-color-border-cell-Table)", "thickness-border-cell-Table": "var(--xmlui-thickness-border-cell-Table)", "style-border-cell-Table": "var(--xmlui-style-border-cell-Table)", "border-cell-Table": "var(--xmlui-border-cell-Table)", "color-bg-pagination-Table": "var(--xmlui-color-bg-pagination-Table)", "color-text-heading-Table": "var(--xmlui-color-text-heading-Table)", "font-weight-row-Table": "var(--xmlui-font-weight-row-Table)", "font-size-row-Table": "var(--xmlui-font-size-row-Table)", "font-weight-heading-Table": "var(--xmlui-font-weight-heading-Table)", "font-size-heading-Table": "var(--xmlui-font-size-heading-Table)", "transform-text-heading-Table": "var(--xmlui-transform-text-heading-Table)", "thickness-outline-heading-Table--focus": "var(--xmlui-thickness-outline-heading-Table--focus)", "color-outline-heading-Table--focus": "var(--xmlui-color-outline-heading-Table--focus)", "style-outline-heading-Table--focus": "var(--xmlui-style-outline-heading-Table--focus)", "offset-outline-heading-Table--focus": "var(--xmlui-offset-outline-heading-Table--focus)"}'`, Im = "_wrapper_7jlv4_13", Bm = "_noScroll_7jlv4_19", Sm = "_headerWrapper_7jlv4_23", Am = "_tableBody_7jlv4_23", Em = "_clickableHeader_7jlv4_29", Nm = "_headerContent_7jlv4_39", zm = "_headerRow_7jlv4_67", Lm = "_columnCell_7jlv4_72", Cm = "_cell_7jlv4_72", Pm = "_table_7jlv4_23", Dm = "_row_7jlv4_83", Om = "_checkBoxWrapper_7jlv4_89", Mm = "_showInHeader_7jlv4_93", Hm = "_selected_7jlv4_96", Fm = "_allSelected_7jlv4_96", Rm = "_focused_7jlv4_142", Wm = "_disabled_7jlv4_154", qm = "_noRows_7jlv4_179", Um = "_pagination_7jlv4_185", Vm = "_paginationLabel_7jlv4_201", Gm = "_paginationSelect_7jlv4_206", Ym = "_paginationButtons_7jlv4_212", Xm = "_searchIconWrapper_7jlv4_217", Qm = "_loadingWrapper_7jlv4_224", Zm = "_resizer_7jlv4_239", Jm = "_isResizing_7jlv4_261", jm = {
7164
+ themeVars: $m,
7171
7165
  wrapper: Im,
7172
7166
  noScroll: Bm,
7173
7167
  headerWrapper: Sm,
@@ -7220,7 +7214,7 @@ const Hd = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoCompl
7220
7214
  sortDirection: a(
7221
7215
  "This property determines the sort order to be `ascending` or `descending`. This property only works if the [`sortBy`](#sortby) property is also set."
7222
7216
  ),
7223
- autoFocus: $e(),
7217
+ autoFocus: _e(),
7224
7218
  hideHeader: a(
7225
7219
  "Set the header visibility using this property. Set it to `true` to hide the header."
7226
7220
  ),
@@ -7679,7 +7673,7 @@ function bx(e, t, o) {
7679
7673
  return !1;
7680
7674
  return !0;
7681
7675
  }
7682
- const Ut = {
7676
+ const Mt = {
7683
7677
  uppercaseAttr: function(e) {
7684
7678
  return {
7685
7679
  category: kt.Error,
@@ -7718,14 +7712,14 @@ function yx(e) {
7718
7712
  function Tx(e) {
7719
7713
  const t = [], o = [];
7720
7714
  let i, n = { children: [] }, s;
7721
- const c = hx(!1, e, function(b, _) {
7715
+ const c = hx(!1, e, function(b, $) {
7722
7716
  s = {
7723
7717
  message: b,
7724
- prefixLength: _
7718
+ prefixLength: $
7725
7719
  };
7726
7720
  });
7727
- function u(b, _ = !0) {
7728
- return e.substring(_ ? b.pos : b.start, b.end);
7721
+ function u(b, $ = !0) {
7722
+ return e.substring($ ? b.pos : b.start, b.end);
7729
7723
  }
7730
7724
  function w() {
7731
7725
  m();
@@ -7770,8 +7764,8 @@ function Tx(e) {
7770
7764
  } else if (q(h.NodeEnd)) {
7771
7765
  if (w(), q(h.CloseNodeStart)) {
7772
7766
  if (T(h.Identifier)) {
7773
- const _ = v();
7774
- b !== void 0 && !bx(b, _, u) && ue(Ut.tagNameMismatch(u(b), u(_)));
7767
+ const $ = v();
7768
+ b !== void 0 && !bx(b, $, u) && ue(Mt.tagNameMismatch(u(b), u($)));
7775
7769
  } else
7776
7770
  me(Po, [h.NodeEnd]);
7777
7771
  q(h.NodeEnd) || ue(ax);
@@ -7796,57 +7790,57 @@ function Tx(e) {
7796
7790
  if (m(), T(h.Identifier))
7797
7791
  I(b);
7798
7792
  else {
7799
- const _ = [h.Equal];
7800
- if (!me(Do, _))
7793
+ const $ = [h.Equal];
7794
+ if (!me(Do, $))
7801
7795
  return;
7802
7796
  }
7803
7797
  if (q(h.Equal) && !q(h.StringLiteral) && !q(h.Identifier)) {
7804
- const _ = [h.NodeEnd, h.NodeClose];
7805
- me(sx, _);
7798
+ const $ = [h.NodeEnd, h.NodeClose];
7799
+ me(sx, $);
7806
7800
  }
7807
7801
  p(h.AttributeNode);
7808
7802
  }
7809
7803
  function I(b) {
7810
- const _ = F();
7804
+ const $ = F();
7811
7805
  let R;
7812
7806
  m(), se(h.Identifier), q(h.Colon) && (T(h.Identifier) ? R = se(h.Identifier) : me(Do, [
7813
7807
  h.NodeClose,
7814
7808
  h.NodeEnd,
7815
7809
  h.Equal
7816
- ])), ne(b, { nsIdent: R, nameIdent: _ }), p(h.AttributeKeyNode);
7810
+ ])), ne(b, { nsIdent: R, nameIdent: $ }), p(h.AttributeKeyNode);
7817
7811
  }
7818
- function ne(b, { nameIdent: _, nsIdent: R }) {
7819
- const E = u(_), U = R === void 0 ? void 0 : u(R), D = ({ ns: ge, name: Fe }) => Fe === E && ge === U, z = b.findIndex(D) !== -1, G = "A" <= E[0] && E[0] <= "Z", ce = z || G;
7820
- z && te(Ut.duplAttr(E), _.pos, _.end), G && te(Ut.uppercaseAttr(E), _.pos, _.end), ce || b.push({ name: E });
7812
+ function ne(b, { nameIdent: $, nsIdent: R }) {
7813
+ const E = u($), U = R === void 0 ? void 0 : u(R), D = ({ ns: ge, name: Fe }) => Fe === E && ge === U, z = b.findIndex(D) !== -1, G = "A" <= E[0] && E[0] <= "Z", ce = z || G;
7814
+ z && te(Mt.duplAttr(E), $.pos, $.end), G && te(Mt.uppercaseAttr(E), $.pos, $.end), ce || b.push({ name: E });
7821
7815
  }
7822
7816
  function T(b) {
7823
7817
  return F().kind === b;
7824
7818
  }
7825
7819
  function q(b) {
7826
- const _ = T(b);
7827
- return _ && de(), _;
7820
+ const $ = T(b);
7821
+ return $ && de(), $;
7828
7822
  }
7829
7823
  function le(b) {
7830
7824
  return b.includes(F().kind);
7831
7825
  }
7832
- function me(b, _) {
7833
- return le(_) || T(h.EndOfFileToken) ? (ue(b), !0) : (m(), ue(b), de(), p(h.ErrorNode), !1);
7826
+ function me(b, $) {
7827
+ return le($) || T(h.EndOfFileToken) ? (ue(b), !0) : (m(), ue(b), de(), p(h.ErrorNode), !1);
7834
7828
  }
7835
- function ue({ code: b, message: _, category: R }) {
7829
+ function ue({ code: b, message: $, category: R }) {
7836
7830
  const { pos: E, end: U } = F();
7837
7831
  t.push({
7838
7832
  category: R,
7839
7833
  code: b,
7840
- message: _,
7834
+ message: $,
7841
7835
  pos: E,
7842
7836
  end: U
7843
7837
  });
7844
7838
  }
7845
- function te({ code: b, message: _, category: R }, E, U) {
7839
+ function te({ code: b, message: $, category: R }, E, U) {
7846
7840
  t.push({
7847
7841
  category: R,
7848
7842
  code: b,
7849
- message: _,
7843
+ message: $,
7850
7844
  pos: E,
7851
7845
  end: U
7852
7846
  });
@@ -7858,18 +7852,18 @@ function Tx(e) {
7858
7852
  const b = F(!0);
7859
7853
  if (b.kind === h.EndOfFileToken || b.kind === h.OpenNodeStart || b.kind === h.Script || b.kind === h.CData || b.kind === h.CloseNodeStart)
7860
7854
  return b;
7861
- const _ = b.triviaBefore, R = (_ == null ? void 0 : _.length) ?? 0;
7855
+ const $ = b.triviaBefore, R = ($ == null ? void 0 : $.length) ?? 0;
7862
7856
  let E = 0, U = [], D = -1;
7863
7857
  for (; E < R; ++E)
7864
- if (_[E].kind === h.CommentTrivia)
7865
- U.push(_[E]);
7858
+ if ($[E].kind === h.CommentTrivia)
7859
+ U.push($[E]);
7866
7860
  else {
7867
7861
  D = E;
7868
7862
  break;
7869
7863
  }
7870
7864
  let z = -1;
7871
7865
  for (; E < R; ++E)
7872
- if (_[E].kind === h.CommentTrivia) {
7866
+ if ($[E].kind === h.CommentTrivia) {
7873
7867
  z = E;
7874
7868
  break;
7875
7869
  }
@@ -7879,12 +7873,12 @@ function Tx(e) {
7879
7873
  G = Lt.kind === h.CData || Lt.kind === h.CloseNodeStart || Lt.kind === h.Script || Lt.kind === h.OpenNodeStart, c.resetTokenState(et);
7880
7874
  }
7881
7875
  let ce;
7882
- G ? ce = b.pos : U.length > 0 ? ce = U[U.length - 1].end : D !== -1 ? ce = _[D].pos : ce = b.start;
7876
+ G ? ce = b.pos : U.length > 0 ? ce = U[U.length - 1].end : D !== -1 ? ce = $[D].pos : ce = b.start;
7883
7877
  let ge = ce, Fe;
7884
7878
  U.length > 0 && (Fe = U, ge = U[0].pos);
7885
7879
  let zt = h.TextNode, Z = -1;
7886
7880
  if (z !== -1)
7887
- Z = _[z].pos, c.resetTokenState(Z);
7881
+ Z = $[z].pos, c.resetTokenState(Z);
7888
7882
  else if (G)
7889
7883
  zt = h.StringLiteral, Z = b.end;
7890
7884
  else {
@@ -7899,18 +7893,18 @@ function Tx(e) {
7899
7893
  return i = { kind: zt, start: ge, pos: ce, end: Z, triviaBefore: Fe }, i;
7900
7894
  }
7901
7895
  function se(b) {
7902
- const _ = de();
7903
- if (_.kind !== b)
7896
+ const $ = de();
7897
+ if ($.kind !== b)
7904
7898
  throw new Error(
7905
- `expected ${Oo(b)}, bumped a ${Oo(_.kind)}`
7899
+ `expected ${Oo(b)}, bumped a ${Oo($.kind)}`
7906
7900
  );
7907
- return _;
7901
+ return $;
7908
7902
  }
7909
7903
  function de() {
7910
7904
  if (i) {
7911
7905
  n.children.push(i);
7912
- const _ = i;
7913
- return i = void 0, _;
7906
+ const $ = i;
7907
+ return i = void 0, $;
7914
7908
  }
7915
7909
  const b = y(!1);
7916
7910
  return n.children.push(b), b;
@@ -7921,17 +7915,17 @@ function Tx(e) {
7921
7915
  };
7922
7916
  }
7923
7917
  function p(b) {
7924
- const _ = Ho(b, n.children), R = o[o.length - 1];
7925
- return R.children.push(_), n = R, o.pop(), _;
7918
+ const $ = Ho(b, n.children), R = o[o.length - 1];
7919
+ return R.children.push($), n = R, o.pop(), $;
7926
7920
  }
7927
7921
  function y(b) {
7928
- let _, R = [], E = null;
7922
+ let $, R = [], E = null;
7929
7923
  for (; ; ) {
7930
- if (_ = c.scan(), E === null && (E = c.getTokenStart()), s !== void 0) {
7924
+ if ($ = c.scan(), E === null && (E = c.getTokenStart()), s !== void 0) {
7931
7925
  let U;
7932
- s.message.code === Xe.invalidChar ? U = Ut.invalidChar(c.getTokenText()) : U = s.message;
7926
+ s.message.code === Xe.invalidChar ? U = Mt.invalidChar(c.getTokenText()) : U = s.message;
7933
7927
  const D = c.getTokenStart(), z = {
7934
- kind: _,
7928
+ kind: $,
7935
7929
  start: E,
7936
7930
  pos: D,
7937
7931
  end: c.getTokenEnd(),
@@ -7942,12 +7936,12 @@ function Tx(e) {
7942
7936
  const G = D + s.prefixLength;
7943
7937
  return z.end = G, c.resetTokenState(G), m(), n.children.push(z), te(U, D, G), p(h.ErrorNode), s = void 0, y(b);
7944
7938
  }
7945
- switch (_) {
7939
+ switch ($) {
7946
7940
  case h.CommentTrivia:
7947
7941
  case h.NewLineTrivia:
7948
7942
  case h.WhitespaceTrivia:
7949
7943
  R.push({
7950
- kind: _,
7944
+ kind: $,
7951
7945
  start: E,
7952
7946
  pos: c.getTokenStart(),
7953
7947
  end: c.getTokenEnd()
@@ -7955,7 +7949,7 @@ function Tx(e) {
7955
7949
  break;
7956
7950
  default:
7957
7951
  return {
7958
- kind: _,
7952
+ kind: $,
7959
7953
  start: E,
7960
7954
  pos: c.getTokenStart(),
7961
7955
  end: c.getTokenEnd(),
@@ -8110,7 +8104,7 @@ function wx(e, t, o, i) {
8110
8104
  };
8111
8105
  }
8112
8106
  }
8113
- const Fo = "Component", ye = /^[A-Z]/, Ro = /^on[A-Z]/, $x = ["name", "value"], _x = 9, Ix = 3, Wo = "component-ns", Bx = "app-ns";
8107
+ const Fo = "Component", ye = /^[A-Z]/, Ro = /^on[A-Z]/, _x = ["name", "value"], $x = 9, Ix = 3, Wo = "component-ns", Bx = "app-ns";
8114
8108
  function Sx(e, t, o, i = () => "") {
8115
8109
  const n = (m) => m.text ?? t(m);
8116
8110
  if (e.children.length !== 2)
@@ -8133,8 +8127,8 @@ function Sx(e, t, o, i = () => "") {
8133
8127
  if (!ye.test(O.value))
8134
8128
  return V("T004"), null;
8135
8129
  let b;
8136
- const _ = g.filter((Z) => Z.startSegment === "method");
8137
- _.length > 0 && (b = {}, _.forEach((Z) => {
8130
+ const $ = g.filter((Z) => Z.startSegment === "method");
8131
+ $.length > 0 && (b = {}, $.forEach((Z) => {
8138
8132
  b[Z.name] = Z.value;
8139
8133
  }));
8140
8134
  let R;
@@ -8211,7 +8205,7 @@ function Sx(e, t, o, i = () => "") {
8211
8205
  return;
8212
8206
  }
8213
8207
  if (E.kind === h.TextNode && !g) {
8214
- p.children = Vt(p.children, n(E));
8208
+ p.children = Ht(p.children, n(E));
8215
8209
  return;
8216
8210
  }
8217
8211
  const U = T(E);
@@ -8305,14 +8299,14 @@ function Sx(e, t, o, i = () => "") {
8305
8299
  } catch (E) {
8306
8300
  b.errors && b.errors.length > 0 ? p.scriptError = b.errors : p.scriptError = E;
8307
8301
  }
8308
- const _ = ((R = p.scriptCollected) == null ? void 0 : R.moduleErrors) ?? {};
8309
- Object.keys(_).length > 0 && (p.scriptError = _);
8302
+ const $ = ((R = p.scriptCollected) == null ? void 0 : R.moduleErrors) ?? {};
8303
+ Object.keys($).length > 0 && (p.scriptError = $);
8310
8304
  }
8311
8305
  function C(m, p) {
8312
8306
  const { namespace: y, startSegment: g, name: B, value: O } = le(p);
8313
8307
  if (y === "xmlns") {
8314
- const _ = g === void 0 ? B : g + B;
8315
- return zx(w, m, _, O);
8308
+ const $ = g === void 0 ? B : g + B;
8309
+ return zx(w, m, $, O);
8316
8310
  }
8317
8311
  if (!Se(m)) {
8318
8312
  if (g && g !== "method" && g !== "var") {
@@ -8343,8 +8337,8 @@ function Sx(e, t, o, i = () => "") {
8343
8337
  m.events ?? (m.events = {}), m.events[B] = O;
8344
8338
  else if (Ro.test(B)) {
8345
8339
  m.events ?? (m.events = {});
8346
- const _ = B[2].toLowerCase() + B.substring(3);
8347
- m.events[_] = O;
8340
+ const $ = B[2].toLowerCase() + B.substring(3);
8341
+ m.events[$] = O;
8348
8342
  } else
8349
8343
  m.props ?? (m.props = {}), m.props[B] = O;
8350
8344
  return;
@@ -8356,7 +8350,7 @@ function Sx(e, t, o, i = () => "") {
8356
8350
  let g = null;
8357
8351
  return p.forEach((B) => {
8358
8352
  if (B.kind === h.TextNode) {
8359
- y = Vt(y, n(B));
8353
+ y = Ht(y, n(B));
8360
8354
  return;
8361
8355
  }
8362
8356
  if (B.kind !== h.ElementNode) return;
@@ -8391,8 +8385,8 @@ function Sx(e, t, o, i = () => "") {
8391
8385
  (G) => G.kind === h.ElementNode && ye.test(T(G))
8392
8386
  ), b = B.filter(
8393
8387
  (G) => G.kind === h.ElementNode && !ye.test(T(G))
8394
- ), _ = vt(p).map(le), R = _.filter((G) => $x.indexOf(G.name) >= 0);
8395
- if (_.length > R.length)
8388
+ ), $ = vt(p).map(le), R = $.filter((G) => _x.indexOf(G.name) >= 0);
8389
+ if ($.length > R.length)
8396
8390
  return V("T011", g), null;
8397
8391
  const E = R.find((G) => G.name === "name");
8398
8392
  if (y) {
@@ -8431,24 +8425,24 @@ function Sx(e, t, o, i = () => "") {
8431
8425
  V("T010", "loader");
8432
8426
  return;
8433
8427
  }
8434
- const _ = f(m, b);
8435
- if (!_.uid) {
8428
+ const $ = f(m, b);
8429
+ if (!$.uid) {
8436
8430
  V("T013");
8437
8431
  return;
8438
8432
  }
8439
- if (_.vars) {
8433
+ if ($.vars) {
8440
8434
  V("T014", "vars");
8441
8435
  return;
8442
8436
  }
8443
- if (_.loaders) {
8437
+ if ($.loaders) {
8444
8438
  V("T014", "loaders");
8445
8439
  return;
8446
8440
  }
8447
- if (_.uses) {
8441
+ if ($.uses) {
8448
8442
  V("T014", "uses");
8449
8443
  return;
8450
8444
  }
8451
- p.loaders ?? (p.loaders = []), p.loaders.push(_);
8445
+ p.loaders ?? (p.loaders = []), p.loaders.push($);
8452
8446
  });
8453
8447
  }
8454
8448
  function I(m, p, y, g, B, O) {
@@ -8456,13 +8450,13 @@ function Sx(e, t, o, i = () => "") {
8456
8450
  if (!b)
8457
8451
  return;
8458
8452
  O == null || O((b == null ? void 0 : b.name) ?? "");
8459
- const _ = b.name, R = b.value;
8453
+ const $ = b.name, R = b.value;
8460
8454
  if ((b == null ? void 0 : b.value) !== void 0)
8461
- B(_, Vt(g(_), R));
8455
+ B($, Ht(g($), R));
8462
8456
  else {
8463
8457
  const E = bt(y), U = v(m, E);
8464
- let D = g(_);
8465
- D = Vt(D, U), B(_, D);
8458
+ let D = g($);
8459
+ D = Ht(D, U), B($, D);
8466
8460
  }
8467
8461
  }
8468
8462
  function ne(m, p) {
@@ -8502,7 +8496,7 @@ function Sx(e, t, o, i = () => "") {
8502
8496
  O.length > 2 && V("T007", m, p);
8503
8497
  let b;
8504
8498
  O.length === 2 && (b = O[0], B = O[1], B.trim() === "" && V("T007", m, B));
8505
- const _ = n(m.children[2]), R = _.substring(1, _.length - 1);
8499
+ const $ = n(m.children[2]), R = $.substring(1, $.length - 1);
8506
8500
  return { namespace: g, startSegment: b, name: B, value: R };
8507
8501
  }
8508
8502
  function me(m) {
@@ -8514,7 +8508,7 @@ function Sx(e, t, o, i = () => "") {
8514
8508
  function ue(m) {
8515
8509
  const p = bt(m), y = T(m), B = ye.test(y) || y === "property", O = y !== "event" && y !== "method", b = vt(m);
8516
8510
  Ex(b), Nx(b, n), me(b), H(p), de(p, O);
8517
- let _ = !1, R = !1;
8511
+ let $ = !1, R = !1;
8518
8512
  for (let z = 0; z < p.length; ++z) {
8519
8513
  const G = p[z];
8520
8514
  let ce;
@@ -8527,7 +8521,7 @@ function Sx(e, t, o, i = () => "") {
8527
8521
  continue;
8528
8522
  }
8529
8523
  let ge = n(G);
8530
- G.kind === h.StringLiteral ? ge = ge.slice(1, -1) : G.kind === h.CData && (_ = !0), B ? _ ? ce = Ax(ge) : ce = qo(ge) : ce = {
8524
+ G.kind === h.StringLiteral ? ge = ge.slice(1, -1) : G.kind === h.CData && ($ = !0), B ? $ ? ce = Ax(ge) : ce = qo(ge) : ce = {
8531
8525
  kind: h.TextNode,
8532
8526
  text: ge
8533
8527
  }, p[z] = ce;
@@ -8557,7 +8551,7 @@ function Sx(e, t, o, i = () => "") {
8557
8551
  }
8558
8552
  function F(m) {
8559
8553
  for (let p = 0; p < m.length; ++p)
8560
- m[p].kind === h.CData && (m[p].text = n(m[p]).slice(_x, -Ix));
8554
+ m[p].kind === h.CData && (m[p].text = n(m[p]).slice($x, -Ix));
8561
8555
  }
8562
8556
  function H(m) {
8563
8557
  for (let p of m)
@@ -8693,7 +8687,7 @@ function V(e, ...t) {
8693
8687
  function Se(e) {
8694
8688
  return e.type;
8695
8689
  }
8696
- function Vt(e, t) {
8690
+ function Ht(e, t) {
8697
8691
  return e ? Array.isArray(e) ? typeof e == "string" ? [e, t] : (e.push(t), e) : [e, t] : t;
8698
8692
  }
8699
8693
  function Uo(e) {
@@ -8844,15 +8838,15 @@ function ht(e, t) {
8844
8838
  throw new Error(`Failed to parse ${e} component definition during build.`);
8845
8839
  return o;
8846
8840
  }
8847
- const Qt = "TableHeader", $r = k({
8841
+ const qt = "TableHeader", _r = k({
8848
8842
  status: "experimental",
8849
- description: `The \`${Qt}\` component can be used within a \`Table\` to define a particular table column's visual properties and data bindings.`,
8843
+ description: `The \`${qt}\` component can be used within a \`Table\` to define a particular table column's visual properties and data bindings.`,
8850
8844
  props: {
8851
8845
  title: a("The title of the table header.")
8852
8846
  },
8853
8847
  defaultThemeVars: {
8854
- [`padding-vertical-${Qt}`]: "$space-4",
8855
- [`padding-horizontal-${Qt}`]: "$space-5"
8848
+ [`padding-vertical-${qt}`]: "$space-4",
8849
+ [`padding-horizontal-${qt}`]: "$space-5"
8856
8850
  }
8857
8851
  }), Px = `
8858
8852
  <Component name="TableHeader">
@@ -8864,7 +8858,7 @@ const Qt = "TableHeader", $r = k({
8864
8858
  </VStack>
8865
8859
  </Component>
8866
8860
  `;
8867
- ht(Qt, Px);
8861
+ ht(qt, Px);
8868
8862
  const Dx = `'{"padding-vertical-TableOfContentsItem": "var(--xmlui-padding-vertical-TableOfContentsItem)", "padding-horizontal-TableOfContentsItem": "var(--xmlui-padding-horizontal-TableOfContentsItem)", "padding-horizontal-TableOfContentsItem-level-1": "var(--xmlui-padding-horizontal-TableOfContentsItem-level-1)", "padding-horizontal-TableOfContentsItem-level-2": "var(--xmlui-padding-horizontal-TableOfContentsItem-level-2)", "padding-horizontal-TableOfContentsItem-level-3": "var(--xmlui-padding-horizontal-TableOfContentsItem-level-3)", "padding-horizontal-TableOfContentsItem-level-4": "var(--xmlui-padding-horizontal-TableOfContentsItem-level-4)", "padding-horizontal-TableOfContentsItem-level-5": "var(--xmlui-padding-horizontal-TableOfContentsItem-level-5)", "padding-horizontal-TableOfContentsItem-level-6": "var(--xmlui-padding-horizontal-TableOfContentsItem-level-6)", "color-bg-TableOfContents": "var(--xmlui-color-bg-TableOfContents)", "width-TableOfContents": "var(--xmlui-width-TableOfContents)", "height-TableOfContents": "var(--xmlui-height-TableOfContents)", "border-radius-TableOfContents": "var(--xmlui-border-radius-TableOfContents)", "color-border-TableOfContents": "var(--xmlui-color-border-TableOfContents)", "thickness-border-TableOfContents": "var(--xmlui-thickness-border-TableOfContents)", "style-border-TableOfContents": "var(--xmlui-style-border-TableOfContents)", "margin-top-TableOfContents": "var(--xmlui-margin-top-TableOfContents)", "margin-bottom-TableOfContents": "var(--xmlui-margin-bottom-TableOfContents)", "padding-vertical-TableOfContents": "var(--xmlui-padding-vertical-TableOfContents)", "padding-horizontal-TableOfContents": "var(--xmlui-padding-horizontal-TableOfContents)", "border-width-TableOfContentsItem": "var(--xmlui-border-width-TableOfContentsItem)", "border-style-TableOfContentsItem": "var(--xmlui-border-style-TableOfContentsItem)", "border-color-TableOfContentsItem": "var(--xmlui-border-color-TableOfContentsItem)", "color-TableOfContentsItem": "var(--xmlui-color-TableOfContentsItem)", "font-size-TableOfContentsItem": "var(--xmlui-font-size-TableOfContentsItem)", "font-weight-TableOfContentsItem": "var(--xmlui-font-weight-TableOfContentsItem)", "font-family-TableOfContentsItem": "var(--xmlui-font-family-TableOfContentsItem)", "transform-TableOfContentsItem": "var(--xmlui-transform-TableOfContentsItem)", "align-vertical-TableOfContentsItem": "var(--xmlui-align-vertical-TableOfContentsItem)", "letter-spacing-TableOfContentsItem": "var(--xmlui-letter-spacing-TableOfContentsItem)", "border-color-TableOfContentsItem--active": "var(--xmlui-border-color-TableOfContentsItem--active)", "color-TableOfContentsItem--active": "var(--xmlui-color-TableOfContentsItem--active)", "font-weight-TableOfContentsItem--active": "var(--xmlui-font-weight-TableOfContentsItem--active)"}'`, Ox = "_nav_1soaw_13", Mx = "_list_1soaw_35", Hx = "_listItem_1soaw_40", Fx = "_link_1soaw_44", Rx = "_head_1_1soaw_56", Wx = "_head_2_1soaw_59", qx = "_head_3_1soaw_62", Ux = "_head_4_1soaw_65", Vx = "_head_5_1soaw_68", Gx = "_head_6_1soaw_71", Yx = "_active_1soaw_74", Xx = {
8869
8863
  themeVars: Dx,
8870
8864
  nav: Ox,
@@ -9104,7 +9098,7 @@ const Dx = `'{"padding-vertical-TableOfContentsItem": "var(--xmlui-padding-verti
9104
9098
  labelWidth: Ze(Ae),
9105
9099
  labelBreak: Je(Ae),
9106
9100
  maxLength: At(),
9107
- autoFocus: $e(),
9101
+ autoFocus: _e(),
9108
9102
  required: He(),
9109
9103
  readOnly: Oe(),
9110
9104
  enabled: ve(),
@@ -9209,18 +9203,18 @@ const Dx = `'{"padding-vertical-TableOfContentsItem": "var(--xmlui-padding-verti
9209
9203
  }
9210
9204
  }), Tf = '"[]"', kf = {
9211
9205
  themeVars: Tf
9212
- }, Gt = "Alert", wf = k({
9206
+ }, Ft = "Alert", wf = k({
9213
9207
  status: "in progress",
9214
- description: `(**NOT IMPLEMENTED YET**) The \`${Gt}\` component is a panel used to display important notifications or feedback to users. It helps convey different statuses or levels of urgency, such as success, warning, error, and others.`,
9208
+ description: `(**NOT IMPLEMENTED YET**) The \`${Ft}\` component is a panel used to display important notifications or feedback to users. It helps convey different statuses or levels of urgency, such as success, warning, error, and others.`,
9215
9209
  props: {
9216
9210
  statusColor: a(
9217
- `The value of this optional property sets the string to provide a color scheme for the ${Gt}.`,
9211
+ `The value of this optional property sets the string to provide a color scheme for the ${Ft}.`,
9218
9212
  fn,
9219
9213
  "string",
9220
9214
  "primary"
9221
9215
  ),
9222
9216
  dismissable: a(
9223
- `This property's \`true\` value indicates if this alert is dismissable by the user. When the user closes the ${Gt}, it gets hidden.`
9217
+ `This property's \`true\` value indicates if this alert is dismissable by the user. When the user closes the ${Ft}, it gets hidden.`
9224
9218
  ),
9225
9219
  autoDismissInMs: a("Timeout for the alert to be dismissed"),
9226
9220
  showIcon: a("Indicates if the alert should display an icon"),
@@ -9229,7 +9223,7 @@ const Dx = `'{"padding-vertical-TableOfContentsItem": "var(--xmlui-padding-verti
9229
9223
  events: {},
9230
9224
  apis: {
9231
9225
  dismiss: a(
9232
- `This method dismisses the ${Gt}. It triggers the \`didDismiss\` event with the argument set to \`false\`.`
9226
+ `This method dismisses the ${Ft}. It triggers the \`didDismiss\` event with the argument set to \`false\`.`
9233
9227
  )
9234
9228
  },
9235
9229
  themeVars: N(kf.themeVars),
@@ -9237,13 +9231,13 @@ const Dx = `'{"padding-vertical-TableOfContentsItem": "var(--xmlui-padding-verti
9237
9231
  light: {},
9238
9232
  dark: {}
9239
9233
  }
9240
- }), Yo = "TabItem", $f = k({
9234
+ }), Yo = "TabItem", _f = k({
9241
9235
  description: `\`${Yo}\` is a non-visual component describing a tab. Tabs component may use nested ${Yo} instances from which the user can select.`,
9242
9236
  props: {
9243
9237
  label: fe()
9244
9238
  }
9245
- }), _f = "Fragment", If = k({
9246
- description: `The \`${_f}\` component encloses multiple child components into a single root component, so it can be used where only a single component definition is allowed.`,
9239
+ }), $f = "Fragment", If = k({
9240
+ description: `The \`${$f}\` component encloses multiple child components into a single root component, so it can be used where only a single component definition is allowed.`,
9247
9241
  opaque: !0
9248
9242
  }), Bf = "Tree", Sf = k({
9249
9243
  status: "in progress",
@@ -9258,8 +9252,8 @@ const Dx = `'{"padding-vertical-TableOfContentsItem": "var(--xmlui-padding-verti
9258
9252
  },
9259
9253
  itemTemplate: ee("The template for each item in the tree.")
9260
9254
  }
9261
- }), Yt = "APICall", Af = k({
9262
- description: `\`${Yt}\` is used to mutate (create, update or delete) some data on the backend. It is similar in nature to the \`DataSource\` component which retrieves data from the backend.`,
9255
+ }), Rt = "APICall", Af = k({
9256
+ description: `\`${Rt}\` is used to mutate (create, update or delete) some data on the backend. It is similar in nature to the \`DataSource\` component which retrieves data from the backend.`,
9263
9257
  props: {
9264
9258
  method: a(
9265
9259
  "The method of data manipulation can be done via setting this property. The following HTTP methods are available: `post`, `put`, and `delete`."
@@ -9278,13 +9272,13 @@ const Dx = `'{"padding-vertical-TableOfContentsItem": "var(--xmlui-padding-verti
9278
9272
  "You can define request header values as key and value pairs, where the key is the ID of the particular header and the value is that header's value."
9279
9273
  ),
9280
9274
  confirmTitle: a(
9281
- `This optional string sets the title in the confirmation dialog that is displayed before the \`${Yt}\` is executed.`
9275
+ `This optional string sets the title in the confirmation dialog that is displayed before the \`${Rt}\` is executed.`
9282
9276
  ),
9283
9277
  confirmMessage: a(
9284
- `This optional string sets the message in the confirmation dialog that is displayed before the \`${Yt}\` is executed.`
9278
+ `This optional string sets the message in the confirmation dialog that is displayed before the \`${Rt}\` is executed.`
9285
9279
  ),
9286
9280
  confirmButtonLabel: a(
9287
- `This optional string property enables the customization of the submit button in the confirmation dialog that is displayed before the \`${Yt}\` is executed.`
9281
+ `This optional string property enables the customization of the submit button in the confirmation dialog that is displayed before the \`${Rt}\` is executed.`
9288
9282
  ),
9289
9283
  inProgressNotificationMessage: a(
9290
9284
  "This property customizes the message that is displayed in a toast while the API operation is in progress."
@@ -9420,7 +9414,7 @@ const Dx = `'{"padding-vertical-TableOfContentsItem": "var(--xmlui-padding-verti
9420
9414
  ),
9421
9415
  error: a("This event fires when a request results in an error.")
9422
9416
  }
9423
- }), so = "FormSection", _r = k({
9417
+ }), so = "FormSection", $r = k({
9424
9418
  status: "experimental",
9425
9419
  description: `The \`${so}\` is a component that groups cohesive elements together within a \`Form\`. This grouping is indicated visually: the child components of the \`${so}\` are placed in a [\`FlowLayout\`](./FlowLayout.mdx) component.`
9426
9420
  }), Lf = `
@@ -9729,7 +9723,7 @@ const ae = "AutoComplete", fg = k({
9729
9723
  placeholder: ut(),
9730
9724
  initialValue: Ce(),
9731
9725
  maxLength: At(),
9732
- autoFocus: $e(),
9726
+ autoFocus: _e(),
9733
9727
  required: He(),
9734
9728
  readOnly: Oe(),
9735
9729
  enabled: ve(),
@@ -9810,7 +9804,7 @@ const ae = "AutoComplete", fg = k({
9810
9804
  AppHeader: xl,
9811
9805
  AppState: fl,
9812
9806
  AutoComplete: fg,
9813
- Avatar: _l,
9807
+ Avatar: $l,
9814
9808
  Backdrop: wg,
9815
9809
  Badge: El,
9816
9810
  BarChart: Ef,
@@ -9838,7 +9832,7 @@ const ae = "AutoComplete", fg = k({
9838
9832
  Footer: Jc,
9839
9833
  Form: vu,
9840
9834
  FormItem: tp,
9841
- FormSection: _r,
9835
+ FormSection: $r,
9842
9836
  Heading: np,
9843
9837
  H1: ip,
9844
9838
  H2: ap,
@@ -9889,11 +9883,11 @@ const ae = "AutoComplete", fg = k({
9889
9883
  HStack: ui,
9890
9884
  VStack: ci,
9891
9885
  StickyBox: wm,
9892
- Switch: $m,
9886
+ Switch: _m,
9893
9887
  Table: Km,
9894
- TableHeader: $r,
9888
+ TableHeader: _r,
9895
9889
  TableOfContents: Qx,
9896
- TabItem: $f,
9890
+ TabItem: _f,
9897
9891
  Tabs: rf,
9898
9892
  Text: nf,
9899
9893
  TextArea: lf,