xmlui 0.11.7 → 0.11.9

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.
@@ -501,13 +501,13 @@ const styles$1j = {
501
501
  fullScreenSpinnerWrapper
502
502
  };
503
503
  const PART_RING = "ring";
504
- const defaultProps$1h = {
504
+ const defaultProps$1i = {
505
505
  delay: 400,
506
506
  fullScreen: false
507
507
  };
508
508
  const Spinner = forwardRef(function Spinner2({
509
- delay: delay2 = defaultProps$1h.delay,
510
- fullScreen: fullScreen2 = defaultProps$1h.fullScreen,
509
+ delay: delay2 = defaultProps$1i.delay,
510
+ fullScreen: fullScreen2 = defaultProps$1i.fullScreen,
511
511
  style: style2,
512
512
  className,
513
513
  ...rest
@@ -573,7 +573,7 @@ const PART_LABELED_ITEM = "labeledItem";
573
573
  const PART_INPUT = "input";
574
574
  const PART_START_ADORNMENT = "startAdornment";
575
575
  const PART_END_ADORNMENT = "endAdornment";
576
- const defaultProps$1g = {
576
+ const defaultProps$1h = {
577
577
  labelBreak: true
578
578
  };
579
579
  const numberRegex = /^[0-9]+$/;
@@ -583,7 +583,7 @@ const ItemWithLabel = forwardRef(function ItemWithLabel2({
583
583
  style: style2 = {},
584
584
  className,
585
585
  label: label2,
586
- labelBreak: labelBreak2 = defaultProps$1g.labelBreak,
586
+ labelBreak: labelBreak2 = defaultProps$1h.labelBreak,
587
587
  labelWidth,
588
588
  enabled: enabled2 = true,
589
589
  required: required2 = false,
@@ -2920,7 +2920,7 @@ function useFindIconRenderer(name, fallback) {
2920
2920
  return { iconRenderer: null, iconName: null };
2921
2921
  }
2922
2922
  const VisuallyHidden = ({ children, ...props }) => /* @__PURE__ */ jsx(VisuallyHidden$2, { ...props, children });
2923
- const defaultProps$1f = {
2923
+ const defaultProps$1g = {
2924
2924
  type: "button",
2925
2925
  iconPosition: "start",
2926
2926
  contentPosition: "center",
@@ -2932,14 +2932,14 @@ const defaultProps$1f = {
2932
2932
  };
2933
2933
  const Button = React__default.forwardRef(function Button2({
2934
2934
  id,
2935
- type = defaultProps$1f.type,
2935
+ type = defaultProps$1g.type,
2936
2936
  icon: icon2,
2937
- iconPosition = defaultProps$1f.iconPosition,
2938
- contentPosition = defaultProps$1f.contentPosition,
2939
- orientation = defaultProps$1f.orientation,
2940
- variant = defaultProps$1f.variant,
2941
- themeColor = defaultProps$1f.themeColor,
2942
- size = defaultProps$1f.size,
2937
+ iconPosition = defaultProps$1g.iconPosition,
2938
+ contentPosition = defaultProps$1g.contentPosition,
2939
+ orientation = defaultProps$1g.orientation,
2940
+ variant = defaultProps$1g.variant,
2941
+ themeColor = defaultProps$1g.themeColor,
2942
+ size = defaultProps$1g.size,
2943
2943
  disabled: disabled2,
2944
2944
  children,
2945
2945
  formId,
@@ -2949,7 +2949,7 @@ const Button = React__default.forwardRef(function Button2({
2949
2949
  style: style2,
2950
2950
  gap,
2951
2951
  className,
2952
- autoFocus = defaultProps$1f.autoFocus,
2952
+ autoFocus = defaultProps$1g.autoFocus,
2953
2953
  contextualLabel,
2954
2954
  ...rest
2955
2955
  }, ref) {
@@ -2964,7 +2964,7 @@ const Button = React__default.forwardRef(function Button2({
2964
2964
  }, [autoFocus]);
2965
2965
  const iconToLeft = iconPosition === "start";
2966
2966
  if (!isSizeType(size)) {
2967
- size = defaultProps$1f.size;
2967
+ size = defaultProps$1g.size;
2968
2968
  }
2969
2969
  return /* @__PURE__ */ jsxs(
2970
2970
  "button",
@@ -3019,7 +3019,7 @@ const IconLabel = ({ icon: icon2, accessibleName = "" }) => {
3019
3019
  function hasRenderableChildren(children) {
3020
3020
  return !!children?.some((child) => child?.type !== "Slot");
3021
3021
  }
3022
- const COMP$1y = "Button";
3022
+ const COMP$1x = "Button";
3023
3023
  const ButtonMd = createMetadata({
3024
3024
  status: "stable",
3025
3025
  description: "`Button` is the primary interactive component for triggering actions like form submissions, navigation, opening modals, and API calls. It supports multiple visual styles and sizes to match different UI contexts and importance levels.",
@@ -3028,133 +3028,133 @@ const ButtonMd = createMetadata({
3028
3028
  description: "Indicates if the button should receive focus when the page loads.",
3029
3029
  isRequired: false,
3030
3030
  type: "boolean",
3031
- defaultValue: defaultProps$1f.autoFocus
3031
+ defaultValue: defaultProps$1g.autoFocus
3032
3032
  },
3033
3033
  variant: {
3034
3034
  description: "The button variant determines the level of emphasis the button should possess.",
3035
3035
  isRequired: false,
3036
3036
  type: "string",
3037
3037
  availableValues: buttonVariantMd,
3038
- defaultValue: defaultProps$1f.variant
3038
+ defaultValue: defaultProps$1g.variant
3039
3039
  },
3040
3040
  themeColor: {
3041
3041
  description: "Sets the button color scheme defined in the application theme.",
3042
3042
  isRequired: false,
3043
3043
  type: "string",
3044
3044
  availableValues: buttonThemeMd,
3045
- defaultValue: defaultProps$1f.themeColor
3045
+ defaultValue: defaultProps$1g.themeColor
3046
3046
  },
3047
3047
  size: {
3048
3048
  description: "Sets the size of the button.",
3049
3049
  isRequired: false,
3050
3050
  type: "string",
3051
3051
  availableValues: sizeMd,
3052
- defaultValue: defaultProps$1f.size
3052
+ defaultValue: defaultProps$1g.size
3053
3053
  },
3054
3054
  label: {
3055
- description: `This property is an optional string to set a label for the ${COMP$1y}. If no label is specified and an icon is set, the ${COMP$1y} will modify its styling to look like a small icon button. When the ${COMP$1y} has nested children, it will display them and ignore the value of the \`label\` prop.`,
3055
+ description: `This property is an optional string to set a label for the ${COMP$1x}. If no label is specified and an icon is set, the ${COMP$1x} will modify its styling to look like a small icon button. When the ${COMP$1x} has nested children, it will display them and ignore the value of the \`label\` prop.`,
3056
3056
  type: "string"
3057
3057
  },
3058
3058
  type: {
3059
- description: `This optional string describes how the ${COMP$1y} appears in an HTML context. You rarely need to set this property explicitly.`,
3059
+ description: `This optional string describes how the ${COMP$1x} appears in an HTML context. You rarely need to set this property explicitly.`,
3060
3060
  availableValues: buttonTypesMd,
3061
3061
  valueType: "string",
3062
- defaultValue: defaultProps$1f.type
3062
+ defaultValue: defaultProps$1g.type
3063
3063
  },
3064
3064
  enabled: {
3065
3065
  description: `The value of this property indicates whether the button accepts actions (\`true\`) or does not react to them (\`false\`).`,
3066
3066
  type: "boolean",
3067
3067
  defaultValue: true
3068
3068
  },
3069
- orientation: dOrientation(defaultProps$1f.orientation),
3069
+ orientation: dOrientation(defaultProps$1g.orientation),
3070
3070
  icon: {
3071
- description: `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 ${COMP$1y} displays only that icon.`,
3071
+ description: `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 ${COMP$1x} displays only that icon.`,
3072
3072
  type: "string"
3073
3073
  },
3074
3074
  iconPosition: {
3075
- description: `This optional string determines the location of the icon in the ${COMP$1y}.`,
3075
+ description: `This optional string determines the location of the icon in the ${COMP$1x}.`,
3076
3076
  availableValues: iconPositionMd,
3077
3077
  type: "string",
3078
- defaultValue: defaultProps$1f.iconPosition
3078
+ defaultValue: defaultProps$1g.iconPosition
3079
3079
  },
3080
3080
  contentPosition: {
3081
- description: `This optional value determines how the label and icon (or nested children) should be placedinside the ${COMP$1y} component.`,
3081
+ description: `This optional value determines how the label and icon (or nested children) should be placedinside the ${COMP$1x} component.`,
3082
3082
  availableValues: alignmentOptionMd,
3083
3083
  type: "string",
3084
- defaultValue: defaultProps$1f.contentPosition
3084
+ defaultValue: defaultProps$1g.contentPosition
3085
3085
  },
3086
3086
  contextualLabel: {
3087
- description: `This optional value is used to provide an accessible name for the ${COMP$1y} in the context of its usage.`,
3087
+ description: `This optional value is used to provide an accessible name for the ${COMP$1x} in the context of its usage.`,
3088
3088
  type: "string"
3089
3089
  }
3090
3090
  },
3091
3091
  events: {
3092
- click: dClick(COMP$1y),
3093
- gotFocus: dGotFocus(COMP$1y),
3094
- lostFocus: dLostFocus(COMP$1y)
3092
+ click: dClick(COMP$1x),
3093
+ gotFocus: dGotFocus(COMP$1x),
3094
+ lostFocus: dLostFocus(COMP$1x)
3095
3095
  },
3096
3096
  themeVars: parseScssVar(styles$1l.themeVars),
3097
3097
  defaultThemeVars: {
3098
3098
  // --- Default styles for supporting "variant" behavior
3099
- [`padding-${COMP$1y}`]: "$space-2 $space-4",
3100
- [`gap-${COMP$1y}`]: "$space-2",
3101
- [`borderColor-${COMP$1y}`]: "transparent",
3102
- [`backgroundColor-${COMP$1y}`]: "transparent",
3103
- [`transition-${COMP$1y}`]: "color 0.2s, background 0.2s",
3104
- [`width-${COMP$1y}`]: "fit-content",
3105
- [`height-${COMP$1y}`]: "fit-content",
3106
- [`borderRadius-${COMP$1y}`]: "$borderRadius",
3107
- [`fontSize-${COMP$1y}`]: "$fontSize-sm",
3108
- [`fontWeight-${COMP$1y}`]: "$fontWeight-medium",
3109
- [`fontStyle-${COMP$1y}`]: "$fontStyle-normal",
3110
- [`backgroundColor-${COMP$1y}-primary`]: "$color-primary-500",
3111
- [`backgroundColor-${COMP$1y}-attention`]: "$backgroundColor-attention",
3112
- [`borderColor-${COMP$1y}-attention`]: "$color-attention",
3113
- [`backgroundColor-${COMP$1y}--disabled`]: "$backgroundColor--disabled",
3114
- [`borderColor-${COMP$1y}--disabled`]: "$borderColor--disabled",
3115
- [`borderStyle-${COMP$1y}`]: "solid",
3116
- [`textColor-${COMP$1y}--disabled`]: "$textColor--disabled",
3117
- [`outlineColor-${COMP$1y}--focus`]: "$outlineColor--focus",
3118
- [`borderWidth-${COMP$1y}`]: "1px",
3119
- [`outlineWidth-${COMP$1y}--focus`]: "$outlineWidth--focus",
3120
- [`outlineStyle-${COMP$1y}--focus`]: "$outlineStyle--focus",
3121
- [`outlineOffset-${COMP$1y}--focus`]: "$outlineOffset--focus",
3122
- [`paddingHorizontal-${COMP$1y}-xs`]: "$space-1",
3123
- [`paddingVertical-${COMP$1y}-xs`]: "$space-0_5",
3124
- [`paddingHorizontal-${COMP$1y}-sm`]: "$space-4",
3125
- [`paddingVertical-${COMP$1y}-sm`]: "$space-2",
3126
- [`paddingHorizontal-${COMP$1y}-md`]: "$space-4",
3127
- [`paddingVertical-${COMP$1y}-md`]: "$space-3",
3128
- [`paddingHorizontal-${COMP$1y}-lg`]: "$space-5",
3129
- [`paddingVertical-${COMP$1y}-lg`]: "$space-4",
3130
- [`textColor-${COMP$1y}`]: "$color-surface-950",
3131
- [`textColor-${COMP$1y}-solid`]: "$const-color-surface-50",
3132
- [`borderColor-${COMP$1y}-primary`]: "$color-primary-500",
3133
- [`backgroundColor-${COMP$1y}-primary--hover`]: "$color-primary-400",
3134
- [`backgroundColor-${COMP$1y}-primary--active`]: "$color-primary-500",
3135
- [`backgroundColor-${COMP$1y}-primary-outlined--hover`]: "$color-primary-50",
3136
- [`backgroundColor-${COMP$1y}-primary-outlined--active`]: "$color-primary-100",
3137
- [`borderColor-${COMP$1y}-primary-outlined`]: "$color-primary-600",
3138
- [`borderColor-${COMP$1y}-primary-outlined--hover`]: "$color-primary-500",
3139
- [`textColor-${COMP$1y}-primary-outlined`]: "$color-primary-900",
3140
- [`textColor-${COMP$1y}-primary-outlined--hover`]: "$color-primary-950",
3141
- [`textColor-${COMP$1y}-primary-outlined--active`]: "$color-primary-900",
3142
- [`backgroundColor-${COMP$1y}-primary-ghost--hover`]: "$color-primary-50",
3143
- [`backgroundColor-${COMP$1y}-primary-ghost--active`]: "$color-primary-100",
3144
- [`borderColor-${COMP$1y}-secondary`]: "$color-secondary-100",
3145
- [`backgroundColor-${COMP$1y}-secondary`]: "$color-secondary-500",
3146
- [`backgroundColor-${COMP$1y}-secondary--hover`]: "$color-secondary-400",
3147
- [`backgroundColor-${COMP$1y}-secondary--active`]: "$color-secondary-500",
3148
- [`backgroundColor-${COMP$1y}-secondary-outlined--hover`]: "$color-secondary-50",
3149
- [`backgroundColor-${COMP$1y}-secondary-outlined--active`]: "$color-secondary-100",
3150
- [`backgroundColor-${COMP$1y}-secondary-ghost--hover`]: "$color-secondary-100",
3151
- [`backgroundColor-${COMP$1y}-secondary-ghost--active`]: "$color-secondary-100",
3152
- [`backgroundColor-${COMP$1y}-attention--hover`]: "$color-danger-400",
3153
- [`backgroundColor-${COMP$1y}-attention--active`]: "$color-danger-500",
3154
- [`backgroundColor-${COMP$1y}-attention-outlined--hover`]: "$color-danger-50",
3155
- [`backgroundColor-${COMP$1y}-attention-outlined--active`]: "$color-danger-100",
3156
- [`backgroundColor-${COMP$1y}-attention-ghost--hover`]: "$color-danger-50",
3157
- [`backgroundColor-${COMP$1y}-attention-ghost--active`]: "$color-danger-100"
3099
+ [`padding-${COMP$1x}`]: "$space-2 $space-4",
3100
+ [`gap-${COMP$1x}`]: "$space-2",
3101
+ [`borderColor-${COMP$1x}`]: "transparent",
3102
+ [`backgroundColor-${COMP$1x}`]: "transparent",
3103
+ [`transition-${COMP$1x}`]: "color 0.2s, background 0.2s",
3104
+ [`width-${COMP$1x}`]: "fit-content",
3105
+ [`height-${COMP$1x}`]: "fit-content",
3106
+ [`borderRadius-${COMP$1x}`]: "$borderRadius",
3107
+ [`fontSize-${COMP$1x}`]: "$fontSize-sm",
3108
+ [`fontWeight-${COMP$1x}`]: "$fontWeight-medium",
3109
+ [`fontStyle-${COMP$1x}`]: "$fontStyle-normal",
3110
+ [`backgroundColor-${COMP$1x}-primary`]: "$color-primary-500",
3111
+ [`backgroundColor-${COMP$1x}-attention`]: "$backgroundColor-attention",
3112
+ [`borderColor-${COMP$1x}-attention`]: "$color-attention",
3113
+ [`backgroundColor-${COMP$1x}--disabled`]: "$backgroundColor--disabled",
3114
+ [`borderColor-${COMP$1x}--disabled`]: "$borderColor--disabled",
3115
+ [`borderStyle-${COMP$1x}`]: "solid",
3116
+ [`textColor-${COMP$1x}--disabled`]: "$textColor--disabled",
3117
+ [`outlineColor-${COMP$1x}--focus`]: "$outlineColor--focus",
3118
+ [`borderWidth-${COMP$1x}`]: "1px",
3119
+ [`outlineWidth-${COMP$1x}--focus`]: "$outlineWidth--focus",
3120
+ [`outlineStyle-${COMP$1x}--focus`]: "$outlineStyle--focus",
3121
+ [`outlineOffset-${COMP$1x}--focus`]: "$outlineOffset--focus",
3122
+ [`paddingHorizontal-${COMP$1x}-xs`]: "$space-1",
3123
+ [`paddingVertical-${COMP$1x}-xs`]: "$space-0_5",
3124
+ [`paddingHorizontal-${COMP$1x}-sm`]: "$space-4",
3125
+ [`paddingVertical-${COMP$1x}-sm`]: "$space-2",
3126
+ [`paddingHorizontal-${COMP$1x}-md`]: "$space-4",
3127
+ [`paddingVertical-${COMP$1x}-md`]: "$space-3",
3128
+ [`paddingHorizontal-${COMP$1x}-lg`]: "$space-5",
3129
+ [`paddingVertical-${COMP$1x}-lg`]: "$space-4",
3130
+ [`textColor-${COMP$1x}`]: "$color-surface-950",
3131
+ [`textColor-${COMP$1x}-solid`]: "$const-color-surface-50",
3132
+ [`borderColor-${COMP$1x}-primary`]: "$color-primary-500",
3133
+ [`backgroundColor-${COMP$1x}-primary--hover`]: "$color-primary-400",
3134
+ [`backgroundColor-${COMP$1x}-primary--active`]: "$color-primary-500",
3135
+ [`backgroundColor-${COMP$1x}-primary-outlined--hover`]: "$color-primary-50",
3136
+ [`backgroundColor-${COMP$1x}-primary-outlined--active`]: "$color-primary-100",
3137
+ [`borderColor-${COMP$1x}-primary-outlined`]: "$color-primary-600",
3138
+ [`borderColor-${COMP$1x}-primary-outlined--hover`]: "$color-primary-500",
3139
+ [`textColor-${COMP$1x}-primary-outlined`]: "$color-primary-900",
3140
+ [`textColor-${COMP$1x}-primary-outlined--hover`]: "$color-primary-950",
3141
+ [`textColor-${COMP$1x}-primary-outlined--active`]: "$color-primary-900",
3142
+ [`backgroundColor-${COMP$1x}-primary-ghost--hover`]: "$color-primary-50",
3143
+ [`backgroundColor-${COMP$1x}-primary-ghost--active`]: "$color-primary-100",
3144
+ [`borderColor-${COMP$1x}-secondary`]: "$color-secondary-100",
3145
+ [`backgroundColor-${COMP$1x}-secondary`]: "$color-secondary-500",
3146
+ [`backgroundColor-${COMP$1x}-secondary--hover`]: "$color-secondary-400",
3147
+ [`backgroundColor-${COMP$1x}-secondary--active`]: "$color-secondary-500",
3148
+ [`backgroundColor-${COMP$1x}-secondary-outlined--hover`]: "$color-secondary-50",
3149
+ [`backgroundColor-${COMP$1x}-secondary-outlined--active`]: "$color-secondary-100",
3150
+ [`backgroundColor-${COMP$1x}-secondary-ghost--hover`]: "$color-secondary-100",
3151
+ [`backgroundColor-${COMP$1x}-secondary-ghost--active`]: "$color-secondary-100",
3152
+ [`backgroundColor-${COMP$1x}-attention--hover`]: "$color-danger-400",
3153
+ [`backgroundColor-${COMP$1x}-attention--active`]: "$color-danger-500",
3154
+ [`backgroundColor-${COMP$1x}-attention-outlined--hover`]: "$color-danger-50",
3155
+ [`backgroundColor-${COMP$1x}-attention-outlined--active`]: "$color-danger-100",
3156
+ [`backgroundColor-${COMP$1x}-attention-ghost--hover`]: "$color-danger-50",
3157
+ [`backgroundColor-${COMP$1x}-attention-ghost--active`]: "$color-danger-100"
3158
3158
  }
3159
3159
  });
3160
3160
  const buttonComponentRenderer = createComponentRenderer(
@@ -3294,7 +3294,7 @@ function useContentAlignment(orientation, horizontal2, vertical2) {
3294
3294
  }, [orientation, horizontal2, vertical2]);
3295
3295
  }
3296
3296
  const DEFAULT_ORIENTATION$1 = "vertical";
3297
- const defaultProps$1e = {
3297
+ const defaultProps$1f = {
3298
3298
  orientation: DEFAULT_ORIENTATION$1,
3299
3299
  reverse: false,
3300
3300
  hoverContainer: false,
@@ -3303,13 +3303,13 @@ const defaultProps$1e = {
3303
3303
  const Stack = forwardRef(function Stack2({
3304
3304
  uid,
3305
3305
  children,
3306
- orientation = defaultProps$1e.orientation,
3306
+ orientation = defaultProps$1f.orientation,
3307
3307
  horizontalAlignment,
3308
3308
  verticalAlignment,
3309
3309
  style: style2,
3310
- reverse: reverse2 = defaultProps$1e.reverse,
3311
- hoverContainer: hoverContainer2 = defaultProps$1e.hoverContainer,
3312
- visibleOnHover: visibleOnHover2 = defaultProps$1e.visibleOnHover,
3310
+ reverse: reverse2 = defaultProps$1f.reverse,
3311
+ hoverContainer: hoverContainer2 = defaultProps$1f.hoverContainer,
3312
+ visibleOnHover: visibleOnHover2 = defaultProps$1f.visibleOnHover,
3313
3313
  onClick,
3314
3314
  onMount,
3315
3315
  className,
@@ -3346,7 +3346,7 @@ const Stack = forwardRef(function Stack2({
3346
3346
  }
3347
3347
  );
3348
3348
  });
3349
- const COMP$1x = "Stack";
3349
+ const COMP$1w = "Stack";
3350
3350
  const HORIZONTAL_ALIGNMENT = {
3351
3351
  description: "Manages the horizontal content alignment for each child element in the Stack.",
3352
3352
  availableValues: alignmentOptionValues,
@@ -3371,7 +3371,7 @@ const stackMd = createMetadata({
3371
3371
  reverse: {
3372
3372
  description: "Optional boolean property to reverse the order of child elements.",
3373
3373
  valueType: "boolean",
3374
- defaultValue: defaultProps$1e.reverse
3374
+ defaultValue: defaultProps$1f.reverse
3375
3375
  },
3376
3376
  wrapContent: {
3377
3377
  description: "Optional boolean which wraps the content if set to true and the available space is not big enough. Works only with horizontal orientations.",
@@ -3382,21 +3382,21 @@ const stackMd = createMetadata({
3382
3382
  description: "An optional property that governs the Stack's orientation (whether the Stack lays out its children in a row or a column).",
3383
3383
  availableValues: ["horizontal", "vertical"],
3384
3384
  valueType: "string",
3385
- defaultValue: defaultProps$1e.orientation
3385
+ defaultValue: defaultProps$1f.orientation
3386
3386
  },
3387
3387
  horizontalAlignment: HORIZONTAL_ALIGNMENT,
3388
3388
  verticalAlignment: VERTICAL_ALIGNMENT,
3389
3389
  hoverContainer: {
3390
3390
  ...dInternal("Reserved for future use"),
3391
- defaultValue: defaultProps$1e.hoverContainer
3391
+ defaultValue: defaultProps$1f.hoverContainer
3392
3392
  },
3393
3393
  visibleOnHover: {
3394
3394
  ...dInternal("Reserved for future use"),
3395
- defaultValue: defaultProps$1e.visibleOnHover
3395
+ defaultValue: defaultProps$1f.visibleOnHover
3396
3396
  }
3397
3397
  },
3398
3398
  events: {
3399
- click: dClick(COMP$1x),
3399
+ click: dClick(COMP$1w),
3400
3400
  mounted: dInternal("Reserved for future use")
3401
3401
  },
3402
3402
  themeVars: parseScssVar(styles$1h.themeVars)
@@ -3409,7 +3409,7 @@ const StackMd = {
3409
3409
  };
3410
3410
  const VStackMd = {
3411
3411
  ...StackMd,
3412
- specializedFrom: COMP$1x,
3412
+ specializedFrom: COMP$1w,
3413
3413
  description: `This component represents a stack rendering its contents vertically.`,
3414
3414
  props: {
3415
3415
  ...stackMd.props
@@ -3417,7 +3417,7 @@ const VStackMd = {
3417
3417
  };
3418
3418
  const HStackMd = {
3419
3419
  ...StackMd,
3420
- specializedFrom: COMP$1x,
3420
+ specializedFrom: COMP$1w,
3421
3421
  description: `This component represents a stack rendering its contents horizontally.`,
3422
3422
  props: {
3423
3423
  ...stackMd.props
@@ -3425,12 +3425,12 @@ const HStackMd = {
3425
3425
  };
3426
3426
  const CVStackMd = {
3427
3427
  ...StackMd,
3428
- specializedFrom: COMP$1x,
3428
+ specializedFrom: COMP$1w,
3429
3429
  description: `This component represents a stack that renders its contents vertically and aligns that in the center along both axes.`
3430
3430
  };
3431
3431
  const CHStackMd = {
3432
3432
  ...StackMd,
3433
- specializedFrom: COMP$1x,
3433
+ specializedFrom: COMP$1w,
3434
3434
  description: `This component represents a stack that renders its contents horizontally and aligns that in the center along both axes.`
3435
3435
  };
3436
3436
  function renderStack({
@@ -3465,7 +3465,7 @@ function renderStack({
3465
3465
  );
3466
3466
  }
3467
3467
  const stackComponentRenderer = createComponentRenderer(
3468
- COMP$1x,
3468
+ COMP$1w,
3469
3469
  StackMd,
3470
3470
  ({ node, extractValue, renderChild: renderChild2, className, lookupEventHandler }) => {
3471
3471
  const orientation = extractValue(node.props?.orientation) || DEFAULT_ORIENTATION$1;
@@ -4302,7 +4302,7 @@ function setCustomVariantCache(variant, entry) {
4302
4302
  function hasCustomVariantCache(variant) {
4303
4303
  return customVariantCache.has(variant);
4304
4304
  }
4305
- const defaultProps$1d = {
4305
+ const defaultProps$1e = {
4306
4306
  maxLines: 0,
4307
4307
  preserveLinebreaks: false,
4308
4308
  ellipses: true,
@@ -4312,14 +4312,14 @@ const defaultProps$1d = {
4312
4312
  const Text = forwardRef(function Text2({
4313
4313
  uid,
4314
4314
  variant,
4315
- maxLines = defaultProps$1d.maxLines,
4315
+ maxLines = defaultProps$1e.maxLines,
4316
4316
  style: style2,
4317
4317
  className,
4318
4318
  children,
4319
- preserveLinebreaks: preserveLinebreaks2 = defaultProps$1d.preserveLinebreaks,
4320
- ellipses = defaultProps$1d.ellipses,
4321
- overflowMode = defaultProps$1d.overflowMode,
4322
- breakMode = defaultProps$1d.breakMode,
4319
+ preserveLinebreaks: preserveLinebreaks2 = defaultProps$1e.preserveLinebreaks,
4320
+ ellipses = defaultProps$1e.ellipses,
4321
+ overflowMode = defaultProps$1e.overflowMode,
4322
+ breakMode = defaultProps$1e.breakMode,
4323
4323
  registerComponentApi,
4324
4324
  ...variantSpecificProps
4325
4325
  }, forwardedRef) {
@@ -4484,7 +4484,7 @@ function Adornment({ iconName, text: text2, className, onClick, ...rest }) {
4484
4484
  }
4485
4485
  ) : null });
4486
4486
  }
4487
- const defaultProps$1c = {
4487
+ const defaultProps$1d = {
4488
4488
  type: "text",
4489
4489
  value: "",
4490
4490
  initialValue: "",
@@ -4500,20 +4500,20 @@ const defaultProps$1c = {
4500
4500
  };
4501
4501
  const TextBox = forwardRef(function TextBox2({
4502
4502
  id,
4503
- type = defaultProps$1c.type,
4504
- value = defaultProps$1c.value,
4505
- updateState = defaultProps$1c.updateState,
4506
- initialValue = defaultProps$1c.initialValue,
4503
+ type = defaultProps$1d.type,
4504
+ value = defaultProps$1d.value,
4505
+ updateState = defaultProps$1d.updateState,
4506
+ initialValue = defaultProps$1d.initialValue,
4507
4507
  style: style2,
4508
4508
  className,
4509
4509
  maxLength,
4510
- enabled: enabled2 = defaultProps$1c.enabled,
4510
+ enabled: enabled2 = defaultProps$1d.enabled,
4511
4511
  placeholder: placeholder2,
4512
- validationStatus = defaultProps$1c.validationStatus,
4513
- onDidChange = defaultProps$1c.onDidChange,
4514
- onFocus = defaultProps$1c.onFocus,
4515
- onBlur = defaultProps$1c.onBlur,
4516
- onKeyDown = defaultProps$1c.onKeyDown,
4512
+ validationStatus = defaultProps$1d.validationStatus,
4513
+ onDidChange = defaultProps$1d.onDidChange,
4514
+ onFocus = defaultProps$1d.onFocus,
4515
+ onBlur = defaultProps$1d.onBlur,
4516
+ onKeyDown = defaultProps$1d.onKeyDown,
4517
4517
  registerComponentApi,
4518
4518
  startText,
4519
4519
  startIcon,
@@ -4525,8 +4525,8 @@ const TextBox = forwardRef(function TextBox2({
4525
4525
  tabIndex,
4526
4526
  required: required2,
4527
4527
  showPasswordToggle,
4528
- passwordVisibleIcon = defaultProps$1c.passwordVisibleIcon,
4529
- passwordHiddenIcon = defaultProps$1c.passwordHiddenIcon,
4528
+ passwordVisibleIcon = defaultProps$1d.passwordVisibleIcon,
4529
+ passwordHiddenIcon = defaultProps$1d.passwordHiddenIcon,
4530
4530
  ...rest
4531
4531
  }, ref) {
4532
4532
  const inputRef = useRef(null);
@@ -4651,7 +4651,7 @@ const TextBox = forwardRef(function TextBox2({
4651
4651
  }
4652
4652
  );
4653
4653
  });
4654
- const COMP$1w = "TextBox";
4654
+ const COMP$1v = "TextBox";
4655
4655
  const TextBoxMd = createMetadata({
4656
4656
  status: "stable",
4657
4657
  description: "`TextBox` captures user text input for forms, search fields, and data entry with support for validation, icons, and formatting hints.",
@@ -4674,7 +4674,7 @@ const TextBoxMd = createMetadata({
4674
4674
  placeholder: dPlaceholder(),
4675
4675
  initialValue: {
4676
4676
  ...dInitialValue(),
4677
- defaultValue: defaultProps$1c.initialValue
4677
+ defaultValue: defaultProps$1d.initialValue
4678
4678
  },
4679
4679
  maxLength: dMaxLength(),
4680
4680
  autoFocus: dAutoFocus(),
@@ -4682,11 +4682,11 @@ const TextBoxMd = createMetadata({
4682
4682
  readOnly: dReadonly(),
4683
4683
  enabled: {
4684
4684
  ...dEnabled(),
4685
- defaultValue: defaultProps$1c.enabled
4685
+ defaultValue: defaultProps$1d.enabled
4686
4686
  },
4687
4687
  validationStatus: {
4688
4688
  ...dValidationStatus(),
4689
- defaultValue: defaultProps$1c.validationStatus
4689
+ defaultValue: defaultProps$1d.validationStatus
4690
4690
  },
4691
4691
  startText: dStartText(),
4692
4692
  startIcon: dStartIcon(),
@@ -4711,13 +4711,13 @@ const TextBoxMd = createMetadata({
4711
4711
  }
4712
4712
  },
4713
4713
  events: {
4714
- gotFocus: dGotFocus(COMP$1w),
4715
- lostFocus: dLostFocus(COMP$1w),
4716
- didChange: dDidChange(COMP$1w)
4714
+ gotFocus: dGotFocus(COMP$1v),
4715
+ lostFocus: dLostFocus(COMP$1v),
4716
+ didChange: dDidChange(COMP$1v)
4717
4717
  },
4718
4718
  apis: {
4719
4719
  focus: {
4720
- description: `This method sets the focus on the \`${COMP$1w}\` component.`,
4720
+ description: `This method sets the focus on the \`${COMP$1v}\` component.`,
4721
4721
  signature: "focus(): void"
4722
4722
  },
4723
4723
  value: {
@@ -4725,7 +4725,7 @@ const TextBoxMd = createMetadata({
4725
4725
  signature: "get value(): string | undefined"
4726
4726
  },
4727
4727
  setValue: {
4728
- description: `This API sets the value of the \`${COMP$1w}\`. You can use it to programmatically change the value.`,
4728
+ description: `This API sets the value of the \`${COMP$1v}\`. You can use it to programmatically change the value.`,
4729
4729
  signature: "setValue(value: string): void",
4730
4730
  parameters: {
4731
4731
  value: "The new value to set. If the value is empty, it will clear the input."
@@ -4740,8 +4740,8 @@ const TextBoxMd = createMetadata({
4740
4740
  "backgroundColor-Input--disabled": "$backgroundColor--disabled",
4741
4741
  "borderWidth-Input": "1px",
4742
4742
  "minHeight-Input": "39px",
4743
- [`paddingHorizontal-${COMP$1w}`]: "$space-2",
4744
- [`paddingVertical-${COMP$1w}`]: "$space-2",
4743
+ [`paddingHorizontal-${COMP$1v}`]: "$space-2",
4744
+ [`paddingVertical-${COMP$1v}`]: "$space-2",
4745
4745
  "gap-adornment-Input": "$space-2",
4746
4746
  "borderStyle-Input": "solid",
4747
4747
  "borderColor-Input--disabled": "$borderColor--disabled",
@@ -4798,7 +4798,7 @@ function renderTextBox(className, state, updateState, extractValue, node, lookup
4798
4798
  );
4799
4799
  }
4800
4800
  const textBoxComponentRenderer = createComponentRenderer(
4801
- COMP$1w,
4801
+ COMP$1v,
4802
4802
  TextBoxMd,
4803
4803
  ({
4804
4804
  node,
@@ -5878,7 +5878,7 @@ const RootThemeDefinition = {
5878
5878
  "boxShadow-spread-2": "-6px -4px 40px 10px rgba(0, 0, 0, 0.1)",
5879
5879
  "boxShadow-spread-2-xl": "-6px -4px 40px 18px rgba(0, 0, 0, 0.1)",
5880
5880
  // --- The default maximum content width
5881
- "maxWidth-content": "1320px",
5881
+ "maxWidth-content": "1280px",
5882
5882
  // --- Background colors
5883
5883
  backgroundColor: "$color-surface-subtle",
5884
5884
  "backgroundColor-overlay": "rgba(0, 0, 0, 0.2)",
@@ -7212,7 +7212,7 @@ const NotificationToast = ({ toastDuration }) => {
7212
7212
  root2
7213
7213
  );
7214
7214
  };
7215
- const defaultProps$1b = {
7215
+ const defaultProps$1c = {
7216
7216
  isRoot: false,
7217
7217
  applyIf: true,
7218
7218
  toastDuration: 5e3,
@@ -7221,13 +7221,13 @@ const defaultProps$1b = {
7221
7221
  };
7222
7222
  function Theme({
7223
7223
  id,
7224
- isRoot = defaultProps$1b.isRoot,
7224
+ isRoot = defaultProps$1c.isRoot,
7225
7225
  applyIf,
7226
7226
  renderChild: renderChild2,
7227
7227
  node,
7228
7228
  tone,
7229
- toastDuration = defaultProps$1b.toastDuration,
7230
- themeVars: themeVars2 = defaultProps$1b.themeVars,
7229
+ toastDuration = defaultProps$1c.toastDuration,
7230
+ themeVars: themeVars2 = defaultProps$1c.themeVars,
7231
7231
  layoutContext,
7232
7232
  children
7233
7233
  }) {
@@ -7342,7 +7342,7 @@ function Theme({
7342
7342
  if (indexing) {
7343
7343
  return children;
7344
7344
  }
7345
- const shouldApplyTheme = applyIf ?? defaultProps$1b.applyIf;
7345
+ const shouldApplyTheme = applyIf ?? defaultProps$1c.applyIf;
7346
7346
  if (!shouldApplyTheme) {
7347
7347
  return /* @__PURE__ */ jsxs(Fragment, { children: [
7348
7348
  renderChild2 && renderChild2(node.children),
@@ -7401,7 +7401,7 @@ function RootClasses({ classNames = EMPTY_ARRAY }) {
7401
7401
  registry.addRootClasses(classNames);
7402
7402
  return null;
7403
7403
  }
7404
- const COMP$1v = "Theme";
7404
+ const COMP$1u = "Theme";
7405
7405
  const ThemeMd = createMetadata({
7406
7406
  status: "stable",
7407
7407
  description: "`Theme` creates styling contexts to customize the appearance of nested components without using CSS.",
@@ -7418,7 +7418,7 @@ const ThemeMd = createMetadata({
7418
7418
  `This property indicates whether the component is at the root of the application.`,
7419
7419
  void 0,
7420
7420
  "boolean",
7421
- defaultProps$1b.root
7421
+ defaultProps$1c.root
7422
7422
  ),
7423
7423
  applyIf: d(
7424
7424
  `This property controls whether the theme wrapper is applied. When true (default), the theme wraps the children. When false, children are rendered unwrapped.`,
@@ -7430,7 +7430,7 @@ const ThemeMd = createMetadata({
7430
7430
  opaque: true
7431
7431
  });
7432
7432
  const themeComponentRenderer = createComponentRenderer(
7433
- COMP$1v,
7433
+ COMP$1u,
7434
7434
  ThemeMd,
7435
7435
  ({ node, extractValue, renderChild: renderChild2, layoutContext, appContext }) => {
7436
7436
  const { tone, ...restProps } = node.props;
@@ -7456,22 +7456,23 @@ const themeComponentRenderer = createComponentRenderer(
7456
7456
  }
7457
7457
  );
7458
7458
  const themeVars$X = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "backgroundColor-navPanel-App": "var(--xmlui-backgroundColor-navPanel-App)", "boxShadow-header-App": "var(--xmlui-boxShadow-header-App)", "boxShadow-navPanel-App": "var(--xmlui-boxShadow-navPanel-App)", "backgroundColor-content-App": "var(--xmlui-backgroundColor-content-App)", "borderLeft-content-App": "var(--xmlui-borderLeft-content-App)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "maxWidth-App": "var(--xmlui-maxWidth-App)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader)", "scroll-padding-block-Pages": "var(--xmlui-scroll-padding-block-Pages)"}'`;
7459
- const wrapper$k = "_wrapper_1vmpp_15";
7460
- const verticalFullHeader = "_verticalFullHeader_1vmpp_15";
7461
- const navPanelWrapper = "_navPanelWrapper_1vmpp_15";
7462
- const vertical$7 = "_vertical_1vmpp_15";
7463
- const contentWrapper$2 = "_contentWrapper_1vmpp_33";
7464
- const noScrollbarGutters = "_noScrollbarGutters_1vmpp_39";
7465
- const PagesWrapper = "_PagesWrapper_1vmpp_46";
7466
- const footerWrapper = "_footerWrapper_1vmpp_50";
7467
- const sticky = "_sticky_1vmpp_53";
7468
- const horizontal$6 = "_horizontal_1vmpp_57";
7469
- const desktop = "_desktop_1vmpp_79";
7470
- const headerWrapper$1 = "_headerWrapper_1vmpp_94";
7471
- const PagesWrapperInner = "_PagesWrapperInner_1vmpp_137";
7472
- const scrollWholePage = "_scrollWholePage_1vmpp_212";
7473
- const content$8 = "_content_1vmpp_33";
7474
- const withDefaultContentPadding = "_withDefaultContentPadding_1vmpp_326";
7459
+ const wrapper$k = "_wrapper_1le1z_15";
7460
+ const verticalFullHeader = "_verticalFullHeader_1le1z_15";
7461
+ const navPanelWrapper = "_navPanelWrapper_1le1z_15";
7462
+ const vertical$7 = "_vertical_1le1z_15";
7463
+ const contentWrapper$2 = "_contentWrapper_1le1z_33";
7464
+ const noScrollbarGutters = "_noScrollbarGutters_1le1z_39";
7465
+ const PagesWrapper = "_PagesWrapper_1le1z_46";
7466
+ const footerWrapper = "_footerWrapper_1le1z_50";
7467
+ const sticky = "_sticky_1le1z_53";
7468
+ const nonSticky = "_nonSticky_1le1z_57";
7469
+ const horizontal$6 = "_horizontal_1le1z_60";
7470
+ const headerWrapper$1 = "_headerWrapper_1le1z_86";
7471
+ const desktop = "_desktop_1le1z_92";
7472
+ const PagesWrapperInner = "_PagesWrapperInner_1le1z_150";
7473
+ const scrollWholePage = "_scrollWholePage_1le1z_228";
7474
+ const content$8 = "_content_1le1z_33";
7475
+ const withDefaultContentPadding = "_withDefaultContentPadding_1le1z_342";
7475
7476
  const styles$1b = {
7476
7477
  themeVars: themeVars$X,
7477
7478
  wrapper: wrapper$k,
@@ -7483,9 +7484,10 @@ const styles$1b = {
7483
7484
  PagesWrapper,
7484
7485
  footerWrapper,
7485
7486
  sticky,
7487
+ nonSticky,
7486
7488
  horizontal: horizontal$6,
7487
- desktop,
7488
7489
  headerWrapper: headerWrapper$1,
7490
+ desktop,
7489
7491
  PagesWrapperInner,
7490
7492
  scrollWholePage,
7491
7493
  content: content$8,
@@ -7601,17 +7603,17 @@ SheetTitle.displayName = SheetPrimitive.Title.displayName;
7601
7603
  const SheetDescription = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(SheetPrimitive.Description, { ref, className: classnames("text-sm text-muted-foreground", className), ...props }));
7602
7604
  SheetDescription.displayName = SheetPrimitive.Description.displayName;
7603
7605
  const themeVars$V = `'{"padding-AppHeader": "var(--xmlui-padding-AppHeader)", "paddingHorizontal-AppHeader": "var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader))", "paddingVertical-AppHeader": "var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader))", "paddingLeft-AppHeader": "var(--xmlui-paddingLeft-AppHeader, var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingRight-AppHeader": "var(--xmlui-paddingRight-AppHeader, var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingTop-AppHeader": "var(--xmlui-paddingTop-AppHeader, var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingBottom-AppHeader": "var(--xmlui-paddingBottom-AppHeader, var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader)))", "padding-logo-AppHeader": "var(--xmlui-padding-logo-AppHeader)", "paddingHorizontal-logo-AppHeader": "var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader))", "paddingVertical-logo-AppHeader": "var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader))", "paddingLeft-logo-AppHeader": "var(--xmlui-paddingLeft-logo-AppHeader, var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingRight-logo-AppHeader": "var(--xmlui-paddingRight-logo-AppHeader, var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingTop-logo-AppHeader": "var(--xmlui-paddingTop-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingBottom-logo-AppHeader": "var(--xmlui-paddingBottom-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "border-AppHeader": "var(--xmlui-border-AppHeader)", "borderHorizontal-AppHeader": "var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader))", "borderVertical-AppHeader": "var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader))", "borderLeft-AppHeader": "var(--xmlui-borderLeft-AppHeader, var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader)))", "borderRight-AppHeader": "var(--xmlui-borderRight-AppHeader, var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader)))", "borderTop-AppHeader": "var(--xmlui-borderTop-AppHeader, var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader)))", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader, var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader)))", "borderWidth-AppHeader": "var(--xmlui-borderWidth-AppHeader)", "borderHorizontalWidth-AppHeader": "var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader))", "borderLeftWidth-AppHeader": "var(--xmlui-borderLeftWidth-AppHeader, var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderRightWidth-AppHeader": "var(--xmlui-borderRightWidth-AppHeader, var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderVerticalWidth-AppHeader": "var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader))", "borderTopWidth-AppHeader": "var(--xmlui-borderTopWidth-AppHeader, var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderBottomWidth-AppHeader": "var(--xmlui-borderBottomWidth-AppHeader, var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderStyle-AppHeader": "var(--xmlui-borderStyle-AppHeader)", "borderHorizontalStyle-AppHeader": "var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader))", "borderLeftStyle-AppHeader": "var(--xmlui-borderLeftStyle-AppHeader, var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderRightStyle-AppHeader": "var(--xmlui-borderRightStyle-AppHeader, var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderVerticalStyle-AppHeader": "var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader))", "borderTopStyle-AppHeader": "var(--xmlui-borderTopStyle-AppHeader, var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderBottomStyle-AppHeader": "var(--xmlui-borderBottomStyle-AppHeader, var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderColor-AppHeader": "var(--xmlui-borderColor-AppHeader)", "borderHorizontalColor-AppHeader": "var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader))", "borderLeftColor-AppHeader": "var(--xmlui-borderLeftColor-AppHeader, var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderRightColor-AppHeader": "var(--xmlui-borderRightColor-AppHeader, var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderVerticalColor-AppHeader": "var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader))", "borderTopColor-AppHeader": "var(--xmlui-borderTopColor-AppHeader, var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderBottomColor-AppHeader": "var(--xmlui-borderBottomColor-AppHeader, var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderStartStartRadius-AppHeader": "var(--xmlui-borderStartStartRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderStartEndRadius-AppHeader": "var(--xmlui-borderStartEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderEndStartRadius-AppHeader": "var(--xmlui-borderEndStartRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderEndEndRadius-AppHeader": "var(--xmlui-borderEndEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "width-logo-AppHeader": "var(--xmlui-width-logo-AppHeader)", "alignment-content-AppHeader": "var(--xmlui-alignment-content-AppHeader)", "height-AppHeader": "var(--xmlui-height-AppHeader)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "maxWidth-content-AppHeader": "var(--xmlui-maxWidth-content-AppHeader)", "maxWidth-AppHeader": "var(--xmlui-maxWidth-AppHeader)", "padding-drawerToggle-AppHeader": "var(--xmlui-padding-drawerToggle-AppHeader)"}'`;
7604
- const header$2 = "_header_k4by4_14";
7605
- const headerInner = "_headerInner_k4by4_40";
7606
- const full$1 = "_full_k4by4_56";
7607
- const childrenWrapper = "_childrenWrapper_k4by4_63";
7608
- const subNavPanelSlot = "_subNavPanelSlot_k4by4_74";
7609
- const logoAndTitle = "_logoAndTitle_k4by4_78";
7610
- const logoContainer = "_logoContainer_k4by4_90";
7611
- const customLogoContainer = "_customLogoContainer_k4by4_102";
7612
- const rightItems = "_rightItems_k4by4_110";
7613
- const drawerToggle = "_drawerToggle_k4by4_138";
7614
- const logoLink = "_logoLink_k4by4_147";
7606
+ const header$2 = "_header_yogh8_14";
7607
+ const headerInner = "_headerInner_yogh8_40";
7608
+ const full$1 = "_full_yogh8_56";
7609
+ const childrenWrapper = "_childrenWrapper_yogh8_63";
7610
+ const subNavPanelSlot = "_subNavPanelSlot_yogh8_74";
7611
+ const logoAndTitle = "_logoAndTitle_yogh8_78";
7612
+ const logoContainer = "_logoContainer_yogh8_90";
7613
+ const customLogoContainer = "_customLogoContainer_yogh8_102";
7614
+ const rightItems = "_rightItems_yogh8_110";
7615
+ const drawerToggle = "_drawerToggle_yogh8_138";
7616
+ const logoLink = "_logoLink_yogh8_147";
7615
7617
  const styles$1a = {
7616
7618
  themeVars: themeVars$V,
7617
7619
  header: header$2,
@@ -7634,7 +7636,7 @@ const styles$19 = {
7634
7636
  img,
7635
7637
  clickable: clickable$1
7636
7638
  };
7637
- const defaultProps$1a = {
7639
+ const defaultProps$1b = {
7638
7640
  fit: "contain",
7639
7641
  lazyLoad: false,
7640
7642
  inline: false
@@ -7643,13 +7645,13 @@ const Image = forwardRef(function Img({
7643
7645
  src,
7644
7646
  alt,
7645
7647
  imageData,
7646
- fit = defaultProps$1a.fit,
7648
+ fit = defaultProps$1b.fit,
7647
7649
  style: style2,
7648
7650
  className,
7649
7651
  onClick,
7650
7652
  aspectRatio,
7651
- lazyLoad = defaultProps$1a.lazyLoad,
7652
- inline = defaultProps$1a.inline,
7653
+ lazyLoad = defaultProps$1b.lazyLoad,
7654
+ inline = defaultProps$1b.inline,
7653
7655
  ...rest
7654
7656
  }, ref) {
7655
7657
  const [blobUrl, setBlobUrl] = useState(null);
@@ -7673,7 +7675,7 @@ const Image = forwardRef(function Img({
7673
7675
  setBlobUrl(null);
7674
7676
  }
7675
7677
  }
7676
- }, [src, blobToRender]);
7678
+ }, [src, blobToRender, blobUrl]);
7677
7679
  src = safeConvertPropToString(src);
7678
7680
  alt = safeConvertPropToString(alt);
7679
7681
  const imageSrc = src || blobUrl;
@@ -7711,11 +7713,11 @@ function safeConvertPropToString(prop) {
7711
7713
  }
7712
7714
  return void 0;
7713
7715
  }
7714
- const defaultProps$19 = {
7716
+ const defaultProps$1a = {
7715
7717
  alt: "Logo",
7716
7718
  inline: false
7717
7719
  };
7718
- const Logo$1 = forwardRef(function Logo2({ style: style2, alt = defaultProps$19.alt, inline = defaultProps$19.inline, className, ...rest }, forwardedRef) {
7720
+ const Logo$1 = forwardRef(function Logo2({ style: style2, alt = defaultProps$1a.alt, inline = defaultProps$1a.inline, className, ...rest }, forwardedRef) {
7719
7721
  const logoUrl = useLogoUrl();
7720
7722
  if (!logoUrl) {
7721
7723
  return null;
@@ -7777,14 +7779,14 @@ function getComposedRef(...refs) {
7777
7779
  }
7778
7780
  return composeRefs(...nonUndefinedRefs);
7779
7781
  }
7780
- const themeVars$S = `'{"border-NavPanel": "var(--xmlui-border-NavPanel)", "borderHorizontal-NavPanel": "var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel))", "borderVertical-NavPanel": "var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel))", "borderLeft-NavPanel": "var(--xmlui-borderLeft-NavPanel, var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel)))", "borderRight-NavPanel": "var(--xmlui-borderRight-NavPanel, var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel)))", "borderTop-NavPanel": "var(--xmlui-borderTop-NavPanel, var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel)))", "borderBottom-NavPanel": "var(--xmlui-borderBottom-NavPanel, var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel)))", "borderWidth-NavPanel": "var(--xmlui-borderWidth-NavPanel)", "borderHorizontalWidth-NavPanel": "var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel))", "borderLeftWidth-NavPanel": "var(--xmlui-borderLeftWidth-NavPanel, var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderRightWidth-NavPanel": "var(--xmlui-borderRightWidth-NavPanel, var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderVerticalWidth-NavPanel": "var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel))", "borderTopWidth-NavPanel": "var(--xmlui-borderTopWidth-NavPanel, var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderBottomWidth-NavPanel": "var(--xmlui-borderBottomWidth-NavPanel, var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderStyle-NavPanel": "var(--xmlui-borderStyle-NavPanel)", "borderHorizontalStyle-NavPanel": "var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel))", "borderLeftStyle-NavPanel": "var(--xmlui-borderLeftStyle-NavPanel, var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderRightStyle-NavPanel": "var(--xmlui-borderRightStyle-NavPanel, var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderVerticalStyle-NavPanel": "var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel))", "borderTopStyle-NavPanel": "var(--xmlui-borderTopStyle-NavPanel, var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderBottomStyle-NavPanel": "var(--xmlui-borderBottomStyle-NavPanel, var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderColor-NavPanel": "var(--xmlui-borderColor-NavPanel)", "borderHorizontalColor-NavPanel": "var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel))", "borderLeftColor-NavPanel": "var(--xmlui-borderLeftColor-NavPanel, var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderRightColor-NavPanel": "var(--xmlui-borderRightColor-NavPanel, var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderVerticalColor-NavPanel": "var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel))", "borderTopColor-NavPanel": "var(--xmlui-borderTopColor-NavPanel, var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderBottomColor-NavPanel": "var(--xmlui-borderBottomColor-NavPanel, var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderStartStartRadius-NavPanel": "var(--xmlui-borderStartStartRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderStartEndRadius-NavPanel": "var(--xmlui-borderStartEndRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderEndStartRadius-NavPanel": "var(--xmlui-borderEndStartRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderEndEndRadius-NavPanel": "var(--xmlui-borderEndEndRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "backgroundColor-NavPanel": "var(--xmlui-backgroundColor-NavPanel)", "backgroundColor-NavPanel-horizontal": "var(--xmlui-backgroundColor-NavPanel-horizontal)", "boxShadow-NavPanel": "var(--xmlui-boxShadow-NavPanel)", "padding-NavPanel": "var(--xmlui-padding-NavPanel)", "paddingHorizontal-NavPanel": "var(--xmlui-paddingHorizontal-NavPanel)", "paddingVertical-NavPanel": "var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel))", "paddingLeft-NavPanel": "var(--xmlui-paddingLeft-NavPanel, var(--xmlui-paddingHorizontal-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingRight-NavPanel": "var(--xmlui-paddingRight-NavPanel, var(--xmlui-paddingHorizontal-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingTop-NavPanel": "var(--xmlui-paddingTop-NavPanel, var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingBottom-NavPanel": "var(--xmlui-paddingBottom-NavPanel, var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel)))", "padding-logo-NavPanel": "var(--xmlui-padding-logo-NavPanel)", "paddingHorizontal-logo-NavPanel": "var(--xmlui-paddingHorizontal-logo-NavPanel)", "paddingVertical-logo-NavPanel": "var(--xmlui-paddingVertical-logo-NavPanel)", "paddingLeft-logo-NavPanel": "var(--xmlui-paddingLeft-logo-NavPanel, var(--xmlui-paddingHorizontal-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingRight-logo-NavPanel": "var(--xmlui-paddingRight-logo-NavPanel, var(--xmlui-paddingHorizontal-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingTop-logo-NavPanel": "var(--xmlui-paddingTop-logo-NavPanel, var(--xmlui-paddingVertical-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingBottom-logo-NavPanel": "var(--xmlui-paddingBottom-logo-NavPanel, var(--xmlui-paddingVertical-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "marginBottom-logo-NavPanel": "var(--xmlui-marginBottom-logo-NavPanel)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "height-AppHeader": "var(--xmlui-height-AppHeader)", "paddingVertical-AppHeader": "var(--xmlui-paddingVertical-AppHeader)", "alignment-content-AppHeader": "var(--xmlui-alignment-content-AppHeader)", "horizontalAlignment-logo-NavPanel": "var(--xmlui-horizontalAlignment-logo-NavPanel)"}'`;
7781
- const wrapper$j = "_wrapper_lfqop_14";
7782
- const condensed = "_condensed_lfqop_51";
7783
- const vertical$5 = "_vertical_lfqop_54";
7784
- const horizontal$5 = "_horizontal_lfqop_57";
7785
- const wrapperInner = "_wrapperInner_lfqop_62";
7786
- const logoWrapper$1 = "_logoWrapper_lfqop_79";
7787
- const inDrawer = "_inDrawer_lfqop_89";
7782
+ const themeVars$S = `'{"border-NavPanel": "var(--xmlui-border-NavPanel)", "borderHorizontal-NavPanel": "var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel))", "borderVertical-NavPanel": "var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel))", "borderLeft-NavPanel": "var(--xmlui-borderLeft-NavPanel, var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel)))", "borderRight-NavPanel": "var(--xmlui-borderRight-NavPanel, var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel)))", "borderTop-NavPanel": "var(--xmlui-borderTop-NavPanel, var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel)))", "borderBottom-NavPanel": "var(--xmlui-borderBottom-NavPanel, var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel)))", "borderWidth-NavPanel": "var(--xmlui-borderWidth-NavPanel)", "borderHorizontalWidth-NavPanel": "var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel))", "borderLeftWidth-NavPanel": "var(--xmlui-borderLeftWidth-NavPanel, var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderRightWidth-NavPanel": "var(--xmlui-borderRightWidth-NavPanel, var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderVerticalWidth-NavPanel": "var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel))", "borderTopWidth-NavPanel": "var(--xmlui-borderTopWidth-NavPanel, var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderBottomWidth-NavPanel": "var(--xmlui-borderBottomWidth-NavPanel, var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderStyle-NavPanel": "var(--xmlui-borderStyle-NavPanel)", "borderHorizontalStyle-NavPanel": "var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel))", "borderLeftStyle-NavPanel": "var(--xmlui-borderLeftStyle-NavPanel, var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderRightStyle-NavPanel": "var(--xmlui-borderRightStyle-NavPanel, var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderVerticalStyle-NavPanel": "var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel))", "borderTopStyle-NavPanel": "var(--xmlui-borderTopStyle-NavPanel, var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderBottomStyle-NavPanel": "var(--xmlui-borderBottomStyle-NavPanel, var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderColor-NavPanel": "var(--xmlui-borderColor-NavPanel)", "borderHorizontalColor-NavPanel": "var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel))", "borderLeftColor-NavPanel": "var(--xmlui-borderLeftColor-NavPanel, var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderRightColor-NavPanel": "var(--xmlui-borderRightColor-NavPanel, var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderVerticalColor-NavPanel": "var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel))", "borderTopColor-NavPanel": "var(--xmlui-borderTopColor-NavPanel, var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderBottomColor-NavPanel": "var(--xmlui-borderBottomColor-NavPanel, var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderStartStartRadius-NavPanel": "var(--xmlui-borderStartStartRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderStartEndRadius-NavPanel": "var(--xmlui-borderStartEndRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderEndStartRadius-NavPanel": "var(--xmlui-borderEndStartRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderEndEndRadius-NavPanel": "var(--xmlui-borderEndEndRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "backgroundColor-NavPanel": "var(--xmlui-backgroundColor-NavPanel)", "backgroundColor-NavPanel-horizontal": "var(--xmlui-backgroundColor-NavPanel-horizontal)", "borderRight-NavPanel-vertical": "var(--xmlui-borderRight-NavPanel-vertical)", "boxShadow-NavPanel": "var(--xmlui-boxShadow-NavPanel)", "padding-NavPanel": "var(--xmlui-padding-NavPanel)", "paddingHorizontal-NavPanel": "var(--xmlui-paddingHorizontal-NavPanel)", "paddingVertical-NavPanel": "var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel))", "paddingLeft-NavPanel": "var(--xmlui-paddingLeft-NavPanel, var(--xmlui-paddingHorizontal-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingRight-NavPanel": "var(--xmlui-paddingRight-NavPanel, var(--xmlui-paddingHorizontal-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingTop-NavPanel": "var(--xmlui-paddingTop-NavPanel, var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingBottom-NavPanel": "var(--xmlui-paddingBottom-NavPanel, var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel)))", "padding-logo-NavPanel": "var(--xmlui-padding-logo-NavPanel)", "paddingHorizontal-logo-NavPanel": "var(--xmlui-paddingHorizontal-logo-NavPanel)", "paddingVertical-logo-NavPanel": "var(--xmlui-paddingVertical-logo-NavPanel)", "paddingLeft-logo-NavPanel": "var(--xmlui-paddingLeft-logo-NavPanel, var(--xmlui-paddingHorizontal-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingRight-logo-NavPanel": "var(--xmlui-paddingRight-logo-NavPanel, var(--xmlui-paddingHorizontal-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingTop-logo-NavPanel": "var(--xmlui-paddingTop-logo-NavPanel, var(--xmlui-paddingVertical-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingBottom-logo-NavPanel": "var(--xmlui-paddingBottom-logo-NavPanel, var(--xmlui-paddingVertical-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "marginBottom-logo-NavPanel": "var(--xmlui-marginBottom-logo-NavPanel)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "height-AppHeader": "var(--xmlui-height-AppHeader)", "paddingVertical-AppHeader": "var(--xmlui-paddingVertical-AppHeader)", "alignment-content-AppHeader": "var(--xmlui-alignment-content-AppHeader)", "horizontalAlignment-logo-NavPanel": "var(--xmlui-horizontalAlignment-logo-NavPanel)"}'`;
7783
+ const wrapper$j = "_wrapper_ggqnq_14";
7784
+ const condensed = "_condensed_ggqnq_51";
7785
+ const vertical$5 = "_vertical_ggqnq_54";
7786
+ const horizontal$5 = "_horizontal_ggqnq_58";
7787
+ const wrapperInner = "_wrapperInner_ggqnq_64";
7788
+ const logoWrapper$1 = "_logoWrapper_ggqnq_81";
7789
+ const inDrawer = "_inDrawer_ggqnq_91";
7788
7790
  const styles$18 = {
7789
7791
  themeVars: themeVars$S,
7790
7792
  wrapper: wrapper$j,
@@ -7902,7 +7904,7 @@ function buildLinkMap(navLinks) {
7902
7904
  processNodes(navLinks);
7903
7905
  return linkMap;
7904
7906
  }
7905
- const defaultProps$18 = {
7907
+ const defaultProps$19 = {
7906
7908
  inDrawer: false
7907
7909
  };
7908
7910
  const NavPanelContext = React__default.createContext(null);
@@ -7926,7 +7928,7 @@ const NavPanel = forwardRef(function NavPanel2({
7926
7928
  style: style2,
7927
7929
  logoContent,
7928
7930
  className,
7929
- inDrawer: inDrawer2 = defaultProps$18.inDrawer,
7931
+ inDrawer: inDrawer2 = defaultProps$19.inDrawer,
7930
7932
  renderChild: renderChild2,
7931
7933
  navLinks,
7932
7934
  ...rest
@@ -8001,11 +8003,12 @@ function mergeProps(childProps, restProps) {
8001
8003
  }
8002
8004
  return { ...childProps, ...overrideProps };
8003
8005
  }
8004
- const defaultProps$17 = {
8006
+ const defaultProps$18 = {
8005
8007
  iconHorizontalExpanded: "chevronright",
8006
8008
  iconHorizontalCollapsed: "chevronright",
8007
8009
  iconVerticalExpanded: "chevrondown",
8008
- iconVerticalCollapsed: "chevronright"
8010
+ iconVerticalCollapsed: "chevronright",
8011
+ noIndicator: false
8009
8012
  };
8010
8013
  const NavGroup = forwardRef(function NavGroup2({
8011
8014
  node,
@@ -8016,6 +8019,7 @@ const NavGroup = forwardRef(function NavGroup2({
8016
8019
  to,
8017
8020
  disabled: disabled2 = false,
8018
8021
  initiallyExpanded = false,
8022
+ noIndicator = defaultProps$18.noIndicator,
8019
8023
  iconHorizontalCollapsed,
8020
8024
  iconHorizontalExpanded,
8021
8025
  iconVerticalCollapsed,
@@ -8034,10 +8038,10 @@ const NavGroup = forwardRef(function NavGroup2({
8034
8038
  return {
8035
8039
  level: level + 1,
8036
8040
  layoutIsVertical,
8037
- iconHorizontalCollapsed: iconHorizontalCollapsed ?? defaultProps$17.iconHorizontalCollapsed,
8038
- iconHorizontalExpanded: iconHorizontalExpanded ?? defaultProps$17.iconHorizontalExpanded,
8039
- iconVerticalCollapsed: iconVerticalCollapsed ?? (level < 0 && !inline ? defaultProps$17.iconVerticalExpanded : defaultProps$17.iconVerticalCollapsed),
8040
- iconVerticalExpanded: iconVerticalExpanded ?? defaultProps$17.iconVerticalExpanded
8041
+ iconHorizontalCollapsed: iconHorizontalCollapsed ?? defaultProps$18.iconHorizontalCollapsed,
8042
+ iconHorizontalExpanded: iconHorizontalExpanded ?? defaultProps$18.iconHorizontalExpanded,
8043
+ iconVerticalCollapsed: iconVerticalCollapsed ?? (level < 0 && !inline ? defaultProps$18.iconVerticalExpanded : defaultProps$18.iconVerticalCollapsed),
8044
+ iconVerticalExpanded: iconVerticalExpanded ?? defaultProps$18.iconVerticalExpanded
8041
8045
  };
8042
8046
  }, [
8043
8047
  iconHorizontalCollapsed,
@@ -8060,7 +8064,8 @@ const NavGroup = forwardRef(function NavGroup2({
8060
8064
  renderChild: renderChild2,
8061
8065
  ref,
8062
8066
  initiallyExpanded,
8063
- disabled: disabled2
8067
+ disabled: disabled2,
8068
+ noIndicator
8064
8069
  }
8065
8070
  ) : /* @__PURE__ */ jsx(
8066
8071
  DropDownNavGroup,
@@ -8073,7 +8078,8 @@ const NavGroup = forwardRef(function NavGroup2({
8073
8078
  ref,
8074
8079
  to,
8075
8080
  initiallyExpanded,
8076
- disabled: disabled2
8081
+ disabled: disabled2,
8082
+ noIndicator
8077
8083
  }
8078
8084
  ) });
8079
8085
  });
@@ -8086,6 +8092,7 @@ const ExpandableNavGroup = forwardRef(function ExpandableNavGroup2({
8086
8092
  to,
8087
8093
  initiallyExpanded = false,
8088
8094
  disabled: disabled2 = false,
8095
+ noIndicator = false,
8089
8096
  ...rest
8090
8097
  }, ref) {
8091
8098
  const { level, iconVerticalCollapsed, iconVerticalExpanded, layoutIsVertical } = useContext(NavGroupContext);
@@ -8117,6 +8124,7 @@ const ExpandableNavGroup = forwardRef(function ExpandableNavGroup2({
8117
8124
  icon: icon2,
8118
8125
  to,
8119
8126
  disabled: disabled2,
8127
+ noIndicator,
8120
8128
  "aria-expanded": expanded2,
8121
8129
  children: [
8122
8130
  label2,
@@ -8145,6 +8153,7 @@ const DropDownNavGroup = forwardRef(function DropDownNavGroup2({
8145
8153
  to,
8146
8154
  disabled: disabled2 = false,
8147
8155
  initiallyExpanded = false,
8156
+ noIndicator = false,
8148
8157
  ...rest
8149
8158
  }, ref) {
8150
8159
  const {
@@ -8183,6 +8192,7 @@ const DropDownNavGroup = forwardRef(function DropDownNavGroup2({
8183
8192
  vertical: level >= 1,
8184
8193
  to,
8185
8194
  disabled: disabled2,
8195
+ noIndicator,
8186
8196
  children: [
8187
8197
  label2,
8188
8198
  /* @__PURE__ */ jsx("div", { style: { flex: 1 } }),
@@ -8229,14 +8239,15 @@ const DropDownNavGroup = forwardRef(function DropDownNavGroup2({
8229
8239
  const NavGroupContext = createContext({
8230
8240
  level: -1,
8231
8241
  layoutIsVertical: false,
8232
- iconHorizontalCollapsed: defaultProps$17.iconHorizontalCollapsed,
8233
- iconHorizontalExpanded: defaultProps$17.iconHorizontalExpanded,
8234
- iconVerticalCollapsed: defaultProps$17.iconVerticalCollapsed,
8235
- iconVerticalExpanded: defaultProps$17.iconVerticalExpanded
8242
+ iconHorizontalCollapsed: defaultProps$18.iconHorizontalCollapsed,
8243
+ iconHorizontalExpanded: defaultProps$18.iconHorizontalExpanded,
8244
+ iconVerticalCollapsed: defaultProps$18.iconVerticalCollapsed,
8245
+ iconVerticalExpanded: defaultProps$18.iconVerticalExpanded
8236
8246
  });
8237
- const defaultProps$16 = {
8247
+ const defaultProps$17 = {
8238
8248
  active: false,
8239
- displayActive: true
8249
+ displayActive: true,
8250
+ noIndicator: false
8240
8251
  };
8241
8252
  const NavLink = forwardRef(function NavLink2({
8242
8253
  /* eslint-disable react/prop-types */
@@ -8244,7 +8255,8 @@ const NavLink = forwardRef(function NavLink2({
8244
8255
  children,
8245
8256
  disabled: disabled2,
8246
8257
  to,
8247
- displayActive: displayActive2 = defaultProps$16.displayActive,
8258
+ displayActive: displayActive2 = defaultProps$17.displayActive,
8259
+ noIndicator = defaultProps$17.noIndicator,
8248
8260
  vertical: vertical2,
8249
8261
  style: style2,
8250
8262
  onClick,
@@ -8276,7 +8288,7 @@ const NavLink = forwardRef(function NavLink2({
8276
8288
  const baseClasses = classnames(navLinkStyles.content, navLinkStyles.base, className, {
8277
8289
  [navLinkStyles.disabled]: disabled2,
8278
8290
  [navLinkStyles.vertical]: safeVertical,
8279
- [navLinkStyles.includeHoverIndicator]: displayActive2,
8291
+ [navLinkStyles.includeHoverIndicator]: displayActive2 && !noIndicator,
8280
8292
  [navLinkStyles.navItemActive]: displayActive2 && forceActive
8281
8293
  });
8282
8294
  let innerContent2 = /* @__PURE__ */ jsxs("div", { className: navLinkStyles.innerContent, children: [
@@ -8319,7 +8331,7 @@ const NavLink = forwardRef(function NavLink2({
8319
8331
  return content2;
8320
8332
  });
8321
8333
  const PART_HAMBURGER = "hamburger";
8322
- const defaultProps$15 = {
8334
+ const defaultProps$16 = {
8323
8335
  showLogo: true
8324
8336
  };
8325
8337
  function useLogoUrl() {
@@ -8342,7 +8354,7 @@ const AppHeader = ({
8342
8354
  canRestrictContentWidth,
8343
8355
  navPanelVisible = true,
8344
8356
  toggleDrawer,
8345
- showLogo = defaultProps$15.showLogo,
8357
+ showLogo = defaultProps$16.showLogo,
8346
8358
  hasRegisteredNavPanel,
8347
8359
  title: title2,
8348
8360
  titleContent,
@@ -14210,7 +14222,7 @@ function evalFunctionInvocation(evaluator, thisStack, expr, evalContext, thread)
14210
14222
  thisStack.push(value);
14211
14223
  return value;
14212
14224
  }
14213
- function createArrowFunction(evaluator, expr, evalContext) {
14225
+ function createArrowFunction(evaluator, expr) {
14214
14226
  return (...args) => {
14215
14227
  const runTimeEvalContext = args[1];
14216
14228
  const runtimeThread = args[2];
@@ -15112,7 +15124,7 @@ class PropsTrasform {
15112
15124
  return this.mapValues(filteredKeys, this.extractValue);
15113
15125
  }
15114
15126
  }
15115
- const defaultProps$14 = {
15127
+ const defaultProps$15 = {
15116
15128
  scrollWholePage: true,
15117
15129
  noScrollbarGutters: false,
15118
15130
  defaultTone: void 0,
@@ -15126,10 +15138,10 @@ function App({
15126
15138
  style: style2 = EMPTY_OBJECT,
15127
15139
  layout,
15128
15140
  loggedInUser,
15129
- scrollWholePage: scrollWholePage2 = defaultProps$14.scrollWholePage,
15130
- noScrollbarGutters: noScrollbarGutters2 = defaultProps$14.noScrollbarGutters,
15131
- onReady = defaultProps$14.onReady,
15132
- onMessageReceived = defaultProps$14.onMessageReceived,
15141
+ scrollWholePage: scrollWholePage2 = defaultProps$15.scrollWholePage,
15142
+ noScrollbarGutters: noScrollbarGutters2 = defaultProps$15.noScrollbarGutters,
15143
+ onReady = defaultProps$15.onReady,
15144
+ onMessageReceived = defaultProps$15.onMessageReceived,
15133
15145
  header: header2,
15134
15146
  navPanel,
15135
15147
  footer,
@@ -15140,12 +15152,13 @@ function App({
15140
15152
  logoLight,
15141
15153
  defaultTone,
15142
15154
  defaultTheme,
15143
- autoDetectTone = defaultProps$14.autoDetectTone,
15155
+ autoDetectTone = defaultProps$15.autoDetectTone,
15144
15156
  renderChild: renderChild2,
15145
15157
  name,
15146
15158
  className,
15147
15159
  applyDefaultContentPadding,
15148
15160
  registerComponentApi,
15161
+ footerSticky = true,
15149
15162
  ...rest
15150
15163
  }) {
15151
15164
  const { getThemeVar } = useTheme();
@@ -15347,6 +15360,7 @@ function App({
15347
15360
  let pagesWrapperClasses = classnames(styles$1b.PagesWrapperInner, {
15348
15361
  [styles$1b.withDefaultContentPadding]: applyDefaultContentPadding
15349
15362
  });
15363
+ const footerShouldBeNonSticky = !footerSticky && safeLayout !== "desktop";
15350
15364
  switch (safeLayout) {
15351
15365
  case "vertical":
15352
15366
  content2 = /* @__PURE__ */ jsxs(
@@ -15385,7 +15399,16 @@ function App({
15385
15399
  }
15386
15400
  ),
15387
15401
  /* @__PURE__ */ jsx("div", { className: styles$1b.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx("div", { className: pagesWrapperClasses, children }) }),
15388
- /* @__PURE__ */ jsx("div", { className: styles$1b.footerWrapper, ref: footerRefCallback, children: footer })
15402
+ /* @__PURE__ */ jsx(
15403
+ "div",
15404
+ {
15405
+ className: classnames(styles$1b.footerWrapper, {
15406
+ [styles$1b.nonSticky]: footerShouldBeNonSticky
15407
+ }),
15408
+ ref: footerRefCallback,
15409
+ children: footer
15410
+ }
15411
+ )
15389
15412
  ] })
15390
15413
  ]
15391
15414
  }
@@ -15412,7 +15435,16 @@ function App({
15412
15435
  navPanelVisible && /* @__PURE__ */ jsx("aside", { className: styles$1b.navPanelWrapper, children: navPanel }),
15413
15436
  /* @__PURE__ */ jsx("main", { className: styles$1b.contentWrapper, children: /* @__PURE__ */ jsx("div", { className: styles$1b.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx("div", { className: pagesWrapperClasses, children }) }) })
15414
15437
  ] }),
15415
- /* @__PURE__ */ jsx("div", { className: styles$1b.footerWrapper, ref: footerRefCallback, children: footer })
15438
+ /* @__PURE__ */ jsx(
15439
+ "div",
15440
+ {
15441
+ className: classnames(styles$1b.footerWrapper, {
15442
+ [styles$1b.nonSticky]: footerShouldBeNonSticky
15443
+ }),
15444
+ ref: footerRefCallback,
15445
+ children: footer
15446
+ }
15447
+ )
15416
15448
  ]
15417
15449
  }
15418
15450
  );
@@ -15443,7 +15475,16 @@ function App({
15443
15475
  }
15444
15476
  ),
15445
15477
  /* @__PURE__ */ jsx("div", { className: styles$1b.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx("div", { className: pagesWrapperClasses, children }) }),
15446
- /* @__PURE__ */ jsx("div", { className: styles$1b.footerWrapper, ref: footerRefCallback, children: footer })
15478
+ /* @__PURE__ */ jsx(
15479
+ "div",
15480
+ {
15481
+ className: classnames(styles$1b.footerWrapper, {
15482
+ [styles$1b.nonSticky]: footerShouldBeNonSticky
15483
+ }),
15484
+ ref: footerRefCallback,
15485
+ children: footer
15486
+ }
15487
+ )
15447
15488
  ]
15448
15489
  }
15449
15490
  );
@@ -15489,7 +15530,16 @@ function App({
15489
15530
  }
15490
15531
  ),
15491
15532
  /* @__PURE__ */ jsx("div", { className: styles$1b.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx("div", { className: pagesWrapperClasses, children }) }),
15492
- /* @__PURE__ */ jsx("div", { className: styles$1b.footerWrapper, ref: footerRefCallback, children: footer })
15533
+ /* @__PURE__ */ jsx(
15534
+ "div",
15535
+ {
15536
+ className: classnames(styles$1b.footerWrapper, {
15537
+ [styles$1b.nonSticky]: footerShouldBeNonSticky
15538
+ }),
15539
+ ref: footerRefCallback,
15540
+ children: footer
15541
+ }
15542
+ )
15493
15543
  ]
15494
15544
  }
15495
15545
  );
@@ -15548,7 +15598,7 @@ function getAppLayoutOrientation(appLayout) {
15548
15598
  return "horizontal";
15549
15599
  }
15550
15600
  }
15551
- const COMP$1u = "App";
15601
+ const COMP$1t = "App";
15552
15602
  const AppMd = createMetadata({
15553
15603
  status: "stable",
15554
15604
  description: "The `App` component is the root container that defines your application's overall structure and layout. It provides a complete UI framework with built-in navigation, header, footer, and content areas that work together seamlessly.",
@@ -15581,36 +15631,36 @@ const AppMd = createMetadata({
15581
15631
  scrollWholePage: {
15582
15632
  description: `This boolean property specifies whether the whole page should scroll (\`true\`) or just the content area (\`false\`). The default value is \`true\`.`,
15583
15633
  valueType: "boolean",
15584
- defaultValue: defaultProps$14.scrollWholePage
15634
+ defaultValue: defaultProps$15.scrollWholePage
15585
15635
  },
15586
15636
  noScrollbarGutters: {
15587
15637
  description: "This boolean property specifies whether the scrollbar gutters should be hidden.",
15588
15638
  valueType: "boolean",
15589
- defaultValue: defaultProps$14.noScrollbarGutters
15639
+ defaultValue: defaultProps$15.noScrollbarGutters
15590
15640
  },
15591
15641
  defaultTone: {
15592
15642
  description: `This property sets the app's default tone ("light" or "dark").`,
15593
15643
  valueType: "string",
15594
- defaultValue: defaultProps$14.defaultTone,
15644
+ defaultValue: defaultProps$15.defaultTone,
15595
15645
  availableValues: ["light", "dark"]
15596
15646
  },
15597
15647
  defaultTheme: {
15598
15648
  description: "This property sets the app's default theme.",
15599
15649
  valueType: "string",
15600
- defaultValue: defaultProps$14.defaultTheme
15650
+ defaultValue: defaultProps$15.defaultTheme
15601
15651
  },
15602
15652
  autoDetectTone: {
15603
15653
  description: `This boolean property enables automatic detection of the system theme preference. When set to true and no defaultTone is specified, the app will automatically use "light" or "dark" tone based on the user's system theme setting. The app will also respond to changes in the system theme preference.`,
15604
15654
  valueType: "boolean",
15605
- defaultValue: defaultProps$14.autoDetectTone
15655
+ defaultValue: defaultProps$15.autoDetectTone
15606
15656
  }
15607
15657
  },
15608
15658
  events: {
15609
15659
  ready: {
15610
- description: `This event fires when the \`${COMP$1u}\` component finishes rendering on the page.`
15660
+ description: `This event fires when the \`${COMP$1t}\` component finishes rendering on the page.`
15611
15661
  },
15612
15662
  messageReceived: {
15613
- description: `This event fires when the \`${COMP$1u}\` component receives a message from another window or iframe via the window.postMessage API.`
15663
+ description: `This event fires when the \`${COMP$1t}\` component receives a message from another window or iframe via the window.postMessage API.`
15614
15664
  }
15615
15665
  },
15616
15666
  themeVars: { ...parseScssVar(styles$1b.themeVars), ...parseScssVar(drawerStyles.themeVars) },
@@ -15623,11 +15673,12 @@ const AppMd = createMetadata({
15623
15673
  },
15624
15674
  defaultThemeVars: {
15625
15675
  "maxWidth-Drawer": "100%",
15626
- [`width-navPanel-${COMP$1u}`]: "$space-64",
15627
- [`backgroundColor-navPanel-${COMP$1u}`]: "$backgroundColor",
15628
- [`maxWidth-content-${COMP$1u}`]: "$maxWidth-content",
15629
- [`boxShadow-header-${COMP$1u}`]: "none",
15630
- [`boxShadow-navPanel-${COMP$1u}`]: "$boxShadow-spread",
15676
+ [`width-navPanel-${COMP$1t}`]: "$space-64",
15677
+ [`backgroundColor-navPanel-${COMP$1t}`]: "$backgroundColor",
15678
+ [`maxWidth-content-${COMP$1t}`]: "$maxWidth-content",
15679
+ [`maxWidth-${COMP$1t}`]: "$maxWidth-content",
15680
+ [`boxShadow-header-${COMP$1t}`]: "none",
15681
+ [`boxShadow-navPanel-${COMP$1t}`]: "none",
15631
15682
  [`scroll-padding-block-Pages`]: "$space-4",
15632
15683
  [`backgroundColor-content-App`]: "$backgroundColor",
15633
15684
  light: {
@@ -15799,6 +15850,17 @@ function AppNode({ node, extractValue, renderChild: renderChild2, className, loo
15799
15850
  findOrCreateNavGroup
15800
15851
  ]);
15801
15852
  const applyDefaultContentPadding = !Pages2;
15853
+ const footerSticky = useMemo(() => {
15854
+ if (!Footer3) return true;
15855
+ let footerNode = Footer3;
15856
+ if (Footer3.type === "Theme" && Footer3.children?.length > 0) {
15857
+ footerNode = Footer3.children.find((child) => child.type === "Footer");
15858
+ }
15859
+ if (footerNode?.type === "Footer" && footerNode.props?.sticky !== void 0) {
15860
+ return extractValue.asOptionalBoolean(footerNode.props.sticky, true);
15861
+ }
15862
+ return true;
15863
+ }, [Footer3, extractValue]);
15802
15864
  const appProps = useMemo(
15803
15865
  () => ({
15804
15866
  scrollWholePage: extractValue.asOptionalBoolean(node.props.scrollWholePage, true),
@@ -15815,7 +15877,8 @@ function AppNode({ node, extractValue, renderChild: renderChild2, className, loo
15815
15877
  defaultTone: extractValue(node.props.defaultTone),
15816
15878
  defaultTheme: extractValue(node.props.defaultTheme),
15817
15879
  autoDetectTone: extractValue.asOptionalBoolean(node.props.autoDetectTone, false),
15818
- applyDefaultContentPadding
15880
+ applyDefaultContentPadding,
15881
+ footerSticky
15819
15882
  }),
15820
15883
  [
15821
15884
  extractValue,
@@ -15832,7 +15895,8 @@ function AppNode({ node, extractValue, renderChild: renderChild2, className, loo
15832
15895
  node.props.defaultTheme,
15833
15896
  node.props.autoDetectTone,
15834
15897
  className,
15835
- applyDefaultContentPadding
15898
+ applyDefaultContentPadding,
15899
+ footerSticky
15836
15900
  ]
15837
15901
  );
15838
15902
  const renderedHeader = useMemo(() => renderChild2(AppHeader2), [AppHeader2, renderChild2]);
@@ -15973,7 +16037,7 @@ function PageIndexer({
15973
16037
  return /* @__PURE__ */ jsx("div", { ref: contentRef, children: renderChild2(Page.children) });
15974
16038
  }
15975
16039
  const appRenderer = createComponentRenderer(
15976
- COMP$1u,
16040
+ COMP$1t,
15977
16041
  AppMd,
15978
16042
  ({ node, extractValue, renderChild: renderChild2, className, lookupEventHandler, registerComponentApi }) => {
15979
16043
  return /* @__PURE__ */ jsx(
@@ -16098,13 +16162,13 @@ const SlotItem = memo(
16098
16162
  }
16099
16163
  );
16100
16164
  SlotItem.displayName = "SlotItem";
16101
- const COMP$1t = "AppHeader";
16165
+ const COMP$1s = "AppHeader";
16102
16166
  const AppHeaderMd = createMetadata({
16103
16167
  status: "stable",
16104
16168
  description: "`AppHeader` defines the top navigation bar of your application within the [`App`](/components/App) component. It automatically handles logo placement, application title, and user profile areas with built-in responsive behavior.",
16105
16169
  props: {
16106
16170
  profileMenuTemplate: dComponent(
16107
- `This property makes the profile menu slot of the \`${COMP$1t}\` component customizable.`
16171
+ `This property makes the profile menu slot of the \`${COMP$1s}\` component customizable.`
16108
16172
  ),
16109
16173
  logoTemplate: dComponent(
16110
16174
  "This property defines the template to use for the logo. With this property, you can construct your custom logo instead of using a single image."
@@ -16119,28 +16183,28 @@ const AppHeaderMd = createMetadata({
16119
16183
  showLogo: {
16120
16184
  description: "Show the logo in the header",
16121
16185
  valueType: "boolean",
16122
- defaultValue: defaultProps$15.showLogo
16186
+ defaultValue: defaultProps$16.showLogo
16123
16187
  }
16124
16188
  },
16125
16189
  themeVars: parseScssVar(styles$1a.themeVars),
16126
16190
  themeVarDescriptions: {
16127
- [`padding‑logo‑${COMP$1t}`]: "This theme variable sets the padding of the logo in the app header (including all `padding` variants, such as `paddingLeft-logo-AppHeader` and others).",
16128
- [`width‑logo‑${COMP$1t}`]: "Sets the width of the displayed logo"
16191
+ [`padding‑logo‑${COMP$1s}`]: "This theme variable sets the padding of the logo in the app header (including all `padding` variants, such as `paddingLeft-logo-AppHeader` and others).",
16192
+ [`width‑logo‑${COMP$1s}`]: "Sets the width of the displayed logo"
16129
16193
  },
16130
16194
  defaultThemeVars: {
16131
- [`padding-drawerToggle-${COMP$1t}`]: "$space-0_5",
16132
- [`height-${COMP$1t}`]: "$space-14",
16133
- [`maxWidth-content-${COMP$1t}`]: "$maxWidth-content-App",
16134
- [`maxWidth-${COMP$1t}`]: "$maxWidth-App",
16135
- [`borderBottom-${COMP$1t}`]: "1px solid $borderColor",
16136
- ...paddingSubject(`logo-${COMP$1t}`, { horizontal: "$space-0", vertical: "$space-0" }),
16137
- ...paddingSubject(COMP$1t, { horizontal: "$space-4", vertical: "$space-0" }),
16138
- [`borderRadius-${COMP$1t}`]: "0px",
16139
- [`backgroundColor-${COMP$1t}`]: "$color-surface-raised"
16195
+ [`padding-drawerToggle-${COMP$1s}`]: "$space-0_5",
16196
+ [`height-${COMP$1s}`]: "$space-14",
16197
+ [`maxWidth-content-${COMP$1s}`]: "$maxWidth-content-App",
16198
+ [`maxWidth-${COMP$1s}`]: "$maxWidth-App",
16199
+ [`borderBottom-${COMP$1s}`]: "1px solid $borderColor",
16200
+ ...paddingSubject(`logo-${COMP$1s}`, { horizontal: "$space-0", vertical: "$space-0" }),
16201
+ ...paddingSubject(COMP$1s, { horizontal: "$space-4", vertical: "$space-0" }),
16202
+ [`borderRadius-${COMP$1s}`]: "0px",
16203
+ [`backgroundColor-${COMP$1s}`]: "$color-surface-raised"
16140
16204
  }
16141
16205
  });
16142
16206
  const appHeaderComponentRenderer = createComponentRenderer(
16143
- COMP$1t,
16207
+ COMP$1s,
16144
16208
  AppHeaderMd,
16145
16209
  ({ node, renderChild: renderChild2, className, layoutContext, extractValue }) => {
16146
16210
  const logoTemplate = node.props.logoTemplate || node.slots?.logoSlot;
@@ -16177,11 +16241,11 @@ const AppStateContext = createContext$1(null);
16177
16241
  function useAppStateContextPart(selector) {
16178
16242
  return useContextSelector(AppStateContext, selector);
16179
16243
  }
16180
- const defaultProps$13 = {
16244
+ const defaultProps$14 = {
16181
16245
  bucket: "default"
16182
16246
  };
16183
16247
  function AppState({
16184
- bucket = defaultProps$13.bucket,
16248
+ bucket = defaultProps$14.bucket,
16185
16249
  updateState,
16186
16250
  initialValue,
16187
16251
  registerComponentApi,
@@ -16226,7 +16290,7 @@ function AppState({
16226
16290
  }, [bucket, registerComponentApi, update, value]);
16227
16291
  return null;
16228
16292
  }
16229
- const COMP$1s = "AppState";
16293
+ const COMP$1r = "AppState";
16230
16294
  const AppStateMd = createMetadata({
16231
16295
  status: "stable",
16232
16296
  description: "`AppState` is an invisible component that provides global state management across your entire application. Unlike component variables that are scoped locally, AppState allows any component to access and update shared state without prop drilling.",
@@ -16237,12 +16301,12 @@ const AppStateMd = createMetadata({
16237
16301
  },
16238
16302
  props: {
16239
16303
  bucket: {
16240
- description: `This property is the identifier of the bucket to which the \`${COMP$1s}\` instance is bound. Multiple \`${COMP$1s}\` 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.`,
16304
+ description: `This property is the identifier of the bucket to which the \`${COMP$1r}\` instance is bound. Multiple \`${COMP$1r}\` 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.`,
16241
16305
  valueType: "string",
16242
- defaultValue: defaultProps$13.bucket
16306
+ defaultValue: defaultProps$14.bucket
16243
16307
  },
16244
16308
  initialValue: {
16245
- description: `This property contains the initial state value. Though you can use multiple \`${COMP$1s}\`component instances for the same bucket with their \`initialValue\` set, it may result in faulty app logic. When xmlui instantiates an \`${COMP$1s}\` with an explicit initial value, that value is immediately merged with the existing state. The issue may come from the behavior that \`initialValue\` is set (merged) only when a component mounts. By default, the bucket's initial state is undefined.`
16309
+ description: `This property contains the initial state value. Though you can use multiple \`${COMP$1r}\`component instances for the same bucket with their \`initialValue\` set, it may result in faulty app logic. When xmlui instantiates an \`${COMP$1r}\` with an explicit initial value, that value is immediately merged with the existing state. The issue may come from the behavior that \`initialValue\` is set (merged) only when a component mounts. By default, the bucket's initial state is undefined.`
16246
16310
  }
16247
16311
  },
16248
16312
  apis: {
@@ -16281,7 +16345,7 @@ const AppStateMd = createMetadata({
16281
16345
  nonVisual: true
16282
16346
  });
16283
16347
  const appStateComponentRenderer = createComponentRenderer(
16284
- COMP$1s,
16348
+ COMP$1r,
16285
16349
  AppStateMd,
16286
16350
  ({ node, extractValue, updateState, registerComponentApi, lookupEventHandler }) => {
16287
16351
  return /* @__PURE__ */ jsx(
@@ -16312,10 +16376,10 @@ const styles$16 = {
16312
16376
  lg,
16313
16377
  clickable
16314
16378
  };
16315
- const defaultProps$12 = {
16379
+ const defaultProps$13 = {
16316
16380
  size: "sm"
16317
16381
  };
16318
- const Avatar = memo(forwardRef(function Avatar2({ size = defaultProps$12.size, url, name, style: style2, className, onClick, ...rest }, ref) {
16382
+ const Avatar = memo(forwardRef(function Avatar2({ size = defaultProps$13.size, url, name, style: style2, className, onClick, ...rest }, ref) {
16319
16383
  const abbreviatedName = useMemo(() => abbrevName(name ?? null), [name]);
16320
16384
  const handleKeyDown = (event) => {
16321
16385
  if (onClick && (event.key === "Enter" || event.key === " ")) {
@@ -16370,23 +16434,23 @@ function abbrevName(name) {
16370
16434
  }
16371
16435
  return null;
16372
16436
  }
16373
- const COMP$1r = "Avatar";
16437
+ const COMP$1q = "Avatar";
16374
16438
  const AvatarMd = createMetadata({
16375
16439
  status: "stable",
16376
16440
  description: "`Avatar` displays a user or entity's profile picture as a circular image, with automatic fallback to initials when no image is provided. It's commonly used in headers, user lists, comments, and anywhere you need to represent a person or organization.",
16377
16441
  props: {
16378
16442
  size: {
16379
- description: `This property defines the display size of the ${COMP$1r}.`,
16443
+ description: `This property defines the display size of the ${COMP$1q}.`,
16380
16444
  availableValues: sizeMd,
16381
16445
  valueType: "string",
16382
- defaultValue: defaultProps$12.size
16446
+ defaultValue: defaultProps$13.size
16383
16447
  },
16384
16448
  name: {
16385
- description: `This property sets the name value the ${COMP$1r} uses to display initials. If neither this property nor \`url\` is defined, an empty avatar is displayed.`,
16449
+ description: `This property sets the name value the ${COMP$1q} uses to display initials. If neither this property nor \`url\` is defined, an empty avatar is displayed.`,
16386
16450
  valueType: "string"
16387
16451
  },
16388
16452
  url: {
16389
- description: `This property specifies the URL of the image to display in the ${COMP$1r}. If neither this property nor \`name\` is defined, an empty avatar is displayed.`,
16453
+ description: `This property specifies the URL of the image to display in the ${COMP$1q}. If neither this property nor \`name\` is defined, an empty avatar is displayed.`,
16390
16454
  valueType: "string"
16391
16455
  }
16392
16456
  },
@@ -16395,16 +16459,16 @@ const AvatarMd = createMetadata({
16395
16459
  },
16396
16460
  themeVars: parseScssVar(styles$16.themeVars),
16397
16461
  defaultThemeVars: {
16398
- [`borderRadius-${COMP$1r}`]: "4px",
16399
- [`boxShadow-${COMP$1r}`]: "inset 0 0 0 1px rgba(4,32,69,0.1)",
16400
- [`textColor-${COMP$1r}`]: "$textColor-secondary",
16401
- [`fontWeight-${COMP$1r}`]: "$fontWeight-bold",
16402
- [`border-${COMP$1r}`]: "0px solid $color-surface-400A80",
16403
- [`backgroundColor-${COMP$1r}`]: "$color-surface-100"
16462
+ [`borderRadius-${COMP$1q}`]: "4px",
16463
+ [`boxShadow-${COMP$1q}`]: "inset 0 0 0 1px rgba(4,32,69,0.1)",
16464
+ [`textColor-${COMP$1q}`]: "$textColor-secondary",
16465
+ [`fontWeight-${COMP$1q}`]: "$fontWeight-bold",
16466
+ [`border-${COMP$1q}`]: "0px solid $color-surface-400A80",
16467
+ [`backgroundColor-${COMP$1q}`]: "$color-surface-100"
16404
16468
  }
16405
16469
  });
16406
16470
  const avatarComponentRenderer = createComponentRenderer(
16407
- COMP$1r,
16471
+ COMP$1q,
16408
16472
  AvatarMd,
16409
16473
  ({ node, extractValue, lookupEventHandler, className, extractResourceUrl }) => {
16410
16474
  return /* @__PURE__ */ jsx(
@@ -16431,10 +16495,10 @@ const badgeVariantValues = ["badge", "pill"];
16431
16495
  function isBadgeColors(color) {
16432
16496
  return typeof color === "object" && color !== null && "label" in color && "background" in color && typeof color.label === "string" && typeof color.background === "string";
16433
16497
  }
16434
- const defaultProps$11 = {
16498
+ const defaultProps$12 = {
16435
16499
  variant: "badge"
16436
16500
  };
16437
- const Badge = forwardRef(function Badge2({ children, color, variant = defaultProps$11.variant, style: style2, className, ...rest }, forwardedRef) {
16501
+ const Badge = forwardRef(function Badge2({ children, color, variant = defaultProps$12.variant, style: style2, className, ...rest }, forwardedRef) {
16438
16502
  return /* @__PURE__ */ jsx(
16439
16503
  "div",
16440
16504
  {
@@ -16455,7 +16519,7 @@ const Badge = forwardRef(function Badge2({ children, color, variant = defaultPro
16455
16519
  }
16456
16520
  );
16457
16521
  });
16458
- const COMP$1q = "Badge";
16522
+ const COMP$1p = "Badge";
16459
16523
  const BadgeMd = createMetadata({
16460
16524
  status: "stable",
16461
16525
  description: "`Badge` displays small text labels with colored backgrounds, commonly used for status indicators, categories, tags, and counts. It supports dynamic color mapping based on content values, useful for status systems and data categorization.",
@@ -16469,10 +16533,10 @@ const BadgeMd = createMetadata({
16469
16533
  description: "Modifies the shape of the component. Comes in the regular `badge` variant or the `pill` variant with fully rounded corners.",
16470
16534
  type: "string",
16471
16535
  availableValues: badgeVariantValues,
16472
- defaultValue: defaultProps$11.variant
16536
+ defaultValue: defaultProps$12.variant
16473
16537
  },
16474
16538
  colorMap: {
16475
- description: `The \`${COMP$1q}\` component supports the mapping of a list of colors using the \`value\` prop as the key. If this property is not set, no color mapping is used.`
16539
+ description: `The \`${COMP$1p}\` component supports the mapping of a list of colors using the \`value\` prop as the key. If this property is not set, no color mapping is used.`
16476
16540
  },
16477
16541
  themeColor: dInternal(`(**NOT IMPLEMENTED YET**) The theme color of the component.`),
16478
16542
  indicatorText: dInternal(
@@ -16487,18 +16551,18 @@ const BadgeMd = createMetadata({
16487
16551
  events: {},
16488
16552
  themeVars: parseScssVar(styles$15.themeVars),
16489
16553
  defaultThemeVars: {
16490
- [`padding-${COMP$1q}`]: `$space-0_5 $space-2`,
16491
- [`border-${COMP$1q}`]: `0px solid $borderColor`,
16492
- [`padding-${COMP$1q}-pill`]: `$space-0_5 $space-2`,
16493
- [`borderRadius-${COMP$1q}`]: "4px",
16494
- [`fontSize-${COMP$1q}`]: "0.8em",
16495
- [`fontSize-${COMP$1q}-pill`]: "0.8em",
16496
- [`backgroundColor-${COMP$1q}`]: "rgb(from $color-secondary-500 r g b / 0.6)",
16497
- [`textColor-${COMP$1q}`]: "$const-color-surface-0"
16554
+ [`padding-${COMP$1p}`]: `$space-0_5 $space-2`,
16555
+ [`border-${COMP$1p}`]: `0px solid $borderColor`,
16556
+ [`padding-${COMP$1p}-pill`]: `$space-0_5 $space-2`,
16557
+ [`borderRadius-${COMP$1p}`]: "4px",
16558
+ [`fontSize-${COMP$1p}`]: "0.8em",
16559
+ [`fontSize-${COMP$1p}-pill`]: "0.8em",
16560
+ [`backgroundColor-${COMP$1p}`]: "rgb(from $color-secondary-500 r g b / 0.6)",
16561
+ [`textColor-${COMP$1p}`]: "$const-color-surface-0"
16498
16562
  }
16499
16563
  });
16500
16564
  const badgeComponentRenderer = createComponentRenderer(
16501
- COMP$1q,
16565
+ COMP$1p,
16502
16566
  BadgeMd,
16503
16567
  ({ node, extractValue, renderChild: renderChild2, className }) => {
16504
16568
  const value = extractValue.asDisplayText(node.props.value);
@@ -16679,16 +16743,16 @@ const anchorRef$1 = "_anchorRef_1tdkt_2";
16679
16743
  const styles$14 = {
16680
16744
  anchorRef: anchorRef$1
16681
16745
  };
16682
- const defaultProps$10 = {
16746
+ const defaultProps$11 = {
16683
16747
  level: 1,
16684
16748
  omitFromToc: false
16685
16749
  };
16686
16750
  const Bookmark = ({
16687
16751
  uid,
16688
- level = defaultProps$10.level,
16752
+ level = defaultProps$11.level,
16689
16753
  children,
16690
16754
  title: title2,
16691
- omitFromToc = defaultProps$10.omitFromToc,
16755
+ omitFromToc = defaultProps$11.omitFromToc,
16692
16756
  registerComponentApi,
16693
16757
  ...rest
16694
16758
  }) => {
@@ -16722,7 +16786,7 @@ const Bookmark = ({
16722
16786
  }, [uid, observeIntersection, registerHeading, level, title2, omitFromToc]);
16723
16787
  return /* @__PURE__ */ jsx("span", { ...rest, ref: elementRef, id: uid, "data-anchor": true, className: styles$14.anchorRef, children });
16724
16788
  };
16725
- const COMP$1p = "Bookmark";
16789
+ const COMP$1o = "Bookmark";
16726
16790
  const BookmarkMd = createMetadata({
16727
16791
  status: "stable",
16728
16792
  description: "As its name suggests, this component places a bookmark into its parent component's view. The component has an `id` that you can use in links to navigate (scroll to) the bookmark's location.",
@@ -16735,7 +16799,7 @@ const BookmarkMd = createMetadata({
16735
16799
  level: {
16736
16800
  description: "The level of the bookmark. The level is used to determine the bookmark's position in the table of contents.",
16737
16801
  valueType: "number",
16738
- defaultValue: defaultProps$10.level
16802
+ defaultValue: defaultProps$11.level
16739
16803
  },
16740
16804
  title: {
16741
16805
  description: "Defines the text to display the bookmark in the table of contents. If this property is empty, the text falls back to the value of `id`.",
@@ -16744,7 +16808,7 @@ const BookmarkMd = createMetadata({
16744
16808
  omitFromToc: {
16745
16809
  description: "If true, this bookmark will be excluded from the table of contents.",
16746
16810
  valueType: "boolean",
16747
- defaultValue: defaultProps$10.omitFromToc
16811
+ defaultValue: defaultProps$11.omitFromToc
16748
16812
  }
16749
16813
  },
16750
16814
  apis: {
@@ -16755,7 +16819,7 @@ const BookmarkMd = createMetadata({
16755
16819
  }
16756
16820
  });
16757
16821
  const bookmarkComponentRenderer = createComponentRenderer(
16758
- COMP$1p,
16822
+ COMP$1o,
16759
16823
  BookmarkMd,
16760
16824
  (rendererContext) => {
16761
16825
  const { node, renderChild: renderChild2, extractValue, layoutContext } = rendererContext;
@@ -16799,7 +16863,7 @@ const styles$12 = {
16799
16863
  disabled: disabled$a,
16800
16864
  iconWrapper
16801
16865
  };
16802
- const defaultProps$$ = {
16866
+ const defaultProps$10 = {
16803
16867
  active: false,
16804
16868
  disabled: false
16805
16869
  };
@@ -16808,10 +16872,10 @@ const LinkNative = forwardRef(function LinkNative2(props, forwardedRef) {
16808
16872
  to,
16809
16873
  children,
16810
16874
  icon: icon2,
16811
- active: active2 = defaultProps$$.active,
16875
+ active: active2 = defaultProps$10.active,
16812
16876
  onClick,
16813
16877
  target: target2,
16814
- disabled: disabled2 = defaultProps$$.disabled,
16878
+ disabled: disabled2 = defaultProps$10.disabled,
16815
16879
  style: style2,
16816
16880
  className,
16817
16881
  ...anchorProps
@@ -16876,7 +16940,7 @@ const styles$11 = {
16876
16940
  preserveLinebreaks,
16877
16941
  noEllipsis
16878
16942
  };
16879
- const defaultProps$_ = {
16943
+ const defaultProps$$ = {
16880
16944
  level: "h1",
16881
16945
  ellipses: true,
16882
16946
  omitFromToc: false,
@@ -16886,16 +16950,16 @@ const defaultProps$_ = {
16886
16950
  };
16887
16951
  const Heading = forwardRef(function Heading2({
16888
16952
  uid,
16889
- level = defaultProps$_.level,
16953
+ level = defaultProps$$.level,
16890
16954
  children,
16891
16955
  sx,
16892
16956
  style: style2,
16893
16957
  title: title2,
16894
- maxLines = defaultProps$_.maxLines,
16958
+ maxLines = defaultProps$$.maxLines,
16895
16959
  preserveLinebreaks: preserveLinebreaks2,
16896
- ellipses = defaultProps$_.ellipses,
16960
+ ellipses = defaultProps$$.ellipses,
16897
16961
  className,
16898
- omitFromToc = defaultProps$_.omitFromToc,
16962
+ omitFromToc = defaultProps$$.omitFromToc,
16899
16963
  showAnchor,
16900
16964
  registerComponentApi,
16901
16965
  ...furtherProps
@@ -16986,20 +17050,20 @@ const Heading = forwardRef(function Heading2({
16986
17050
  }
16987
17051
  );
16988
17052
  });
16989
- const defaultProps$Z = {
17053
+ const defaultProps$_ = {
16990
17054
  orientation: "vertical",
16991
17055
  showAvatar: false
16992
17056
  };
16993
17057
  const Card = forwardRef(function Card2({
16994
17058
  children,
16995
- orientation = defaultProps$Z.orientation,
17059
+ orientation = defaultProps$_.orientation,
16996
17060
  style: style2,
16997
17061
  className,
16998
17062
  title: title2,
16999
17063
  subtitle: subtitle2,
17000
17064
  linkTo,
17001
17065
  avatarUrl,
17002
- showAvatar = !!avatarUrl || defaultProps$Z.showAvatar,
17066
+ showAvatar = !!avatarUrl || defaultProps$_.showAvatar,
17003
17067
  avatarSize,
17004
17068
  onClick,
17005
17069
  ...rest
@@ -17037,19 +17101,19 @@ const Card = forwardRef(function Card2({
17037
17101
  }
17038
17102
  );
17039
17103
  });
17040
- const COMP$1o = "Card";
17104
+ const COMP$1n = "Card";
17041
17105
  const CardMd = createMetadata({
17042
17106
  status: "stable",
17043
17107
  description: "`Card` is a versatile container that groups related content with a visual boundary, typically featuring background color, padding, borders, and rounded corners. It's ideal for organizing information, creating sections, and establishing visual hierarchy in your interface.",
17044
17108
  props: {
17045
17109
  avatarUrl: {
17046
- description: `The url for an avarar image. If not specified, but [\`showAvatar\`](#showAvatar) is true, ${COMP$1o} will show the first letters of the [\`title\`](#title).`,
17110
+ description: `The url for an avarar image. If not specified, but [\`showAvatar\`](#showAvatar) is true, ${COMP$1n} will show the first letters of the [\`title\`](#title).`,
17047
17111
  type: "string"
17048
17112
  },
17049
17113
  showAvatar: {
17050
17114
  description: `Indicates whether the avatar should be displayed`,
17051
17115
  valueType: "boolean",
17052
- defaultValue: defaultProps$Z.showAvatar
17116
+ defaultValue: defaultProps$_.showAvatar
17053
17117
  },
17054
17118
  avatarSize: {
17055
17119
  description: `This prop sets the size of the avatar. The default value is \`sm\`.`,
@@ -17069,33 +17133,33 @@ const CardMd = createMetadata({
17069
17133
  valueType: "string"
17070
17134
  },
17071
17135
  orientation: {
17072
- description: `An optional property that governs the ${COMP$1o}'s orientation (whether the ${COMP$1o} lays out its children in a row or a column). If the orientation is set to \`horizontal\`, the ${COMP$1o} will display its children in a row, except for its [\`title\`](#title) and [\`subtitle\`](#subtitle).`,
17136
+ description: `An optional property that governs the ${COMP$1n}'s orientation (whether the ${COMP$1n} lays out its children in a row or a column). If the orientation is set to \`horizontal\`, the ${COMP$1n} will display its children in a row, except for its [\`title\`](#title) and [\`subtitle\`](#subtitle).`,
17073
17137
  availableValues: orientationOptionMd,
17074
17138
  valueType: "string",
17075
- defaultValue: defaultProps$Z.orientation
17139
+ defaultValue: defaultProps$_.orientation
17076
17140
  }
17077
17141
  },
17078
17142
  events: {
17079
- click: dClick(COMP$1o)
17143
+ click: dClick(COMP$1n)
17080
17144
  },
17081
17145
  themeVars: parseScssVar(styles$13.themeVars),
17082
17146
  defaultThemeVars: {
17083
- [`padding-${COMP$1o}`]: "$space-4",
17084
- [`border-${COMP$1o}`]: "1px solid $borderColor",
17085
- [`borderRadius-${COMP$1o}`]: "$borderRadius",
17086
- [`boxShadow-${COMP$1o}`]: "none",
17087
- [`backgroundColor-${COMP$1o}`]: "$color-surface-raised",
17088
- [`gap-${COMP$1o}`]: "var(--stack-gap-default)",
17089
- [`gap-title-${COMP$1o}`]: "$gap-none",
17090
- [`gap-avatar-${COMP$1o}`]: "$gap-normal",
17091
- [`verticalAlignment-title-${COMP$1o}`]: "center"
17147
+ [`padding-${COMP$1n}`]: "$space-4",
17148
+ [`border-${COMP$1n}`]: "1px solid $borderColor",
17149
+ [`borderRadius-${COMP$1n}`]: "$borderRadius",
17150
+ [`boxShadow-${COMP$1n}`]: "none",
17151
+ [`backgroundColor-${COMP$1n}`]: "$color-surface-raised",
17152
+ [`gap-${COMP$1n}`]: "var(--stack-gap-default)",
17153
+ [`gap-title-${COMP$1n}`]: "$gap-none",
17154
+ [`gap-avatar-${COMP$1n}`]: "$gap-normal",
17155
+ [`verticalAlignment-title-${COMP$1n}`]: "center"
17092
17156
  },
17093
17157
  themeVarDescriptions: {
17094
- [`gap-${COMP$1o}`]: "The gap between the component's children.",
17095
- [`gap-title-${COMP$1o}`]: "The gap between the title and the subtitle",
17096
- [`gap-avatar-${COMP$1o}`]: "The gap between the avatar and the title panel",
17097
- [`horizontalAlignment-title-${COMP$1o}`]: "The horizontal alignment of panel with the title and subtitle",
17098
- [`verticalAlignment-title-${COMP$1o}`]: "The vertical alignment of the title and subtitle to the avatar"
17158
+ [`gap-${COMP$1n}`]: "The gap between the component's children.",
17159
+ [`gap-title-${COMP$1n}`]: "The gap between the title and the subtitle",
17160
+ [`gap-avatar-${COMP$1n}`]: "The gap between the avatar and the title panel",
17161
+ [`horizontalAlignment-title-${COMP$1n}`]: "The horizontal alignment of panel with the title and subtitle",
17162
+ [`verticalAlignment-title-${COMP$1n}`]: "The vertical alignment of the title and subtitle to the avatar"
17099
17163
  }
17100
17164
  });
17101
17165
  const cardComponentRenderer = createComponentRenderer(
@@ -17121,10 +17185,10 @@ const cardComponentRenderer = createComponentRenderer(
17121
17185
  );
17122
17186
  }
17123
17187
  );
17124
- const defaultProps$Y = {
17188
+ const defaultProps$Z = {
17125
17189
  throttleWaitInMs: 0
17126
17190
  };
17127
- function ChangeListener({ listenTo, onChange, throttleWaitInMs = defaultProps$Y.throttleWaitInMs }) {
17191
+ function ChangeListener({ listenTo, onChange, throttleWaitInMs = defaultProps$Z.throttleWaitInMs }) {
17128
17192
  const prevValue = usePrevious(listenTo);
17129
17193
  const throttledOnChange = useMemo(() => {
17130
17194
  if (throttleWaitInMs !== 0 && onChange) {
@@ -17144,7 +17208,7 @@ function ChangeListener({ listenTo, onChange, throttleWaitInMs = defaultProps$Y.
17144
17208
  }, [listenTo, throttledOnChange, prevValue]);
17145
17209
  return null;
17146
17210
  }
17147
- const COMP$1n = "ChangeListener";
17211
+ const COMP$1m = "ChangeListener";
17148
17212
  const ChangeListenerMd = createMetadata({
17149
17213
  status: "stable",
17150
17214
  description: "`ChangeListener` is an invisible component that watches for changes in values and triggers actions in response. It's essential for creating reactive behavior when you need to respond to data changes, state updates, or component property modifications outside of normal event handlers.",
@@ -17156,15 +17220,15 @@ const ChangeListenerMd = createMetadata({
17156
17220
  throttleWaitInMs: {
17157
17221
  description: `This variable sets a throttling time (in milliseconds) to apply when executing the \`didChange\` event handler. All changes within that throttling time will only fire the \`didChange\` event once.`,
17158
17222
  valueType: "number",
17159
- defaultValue: defaultProps$Y.throttleWaitInMs
17223
+ defaultValue: defaultProps$Z.throttleWaitInMs
17160
17224
  }
17161
17225
  },
17162
17226
  events: {
17163
- didChange: dDidChange(COMP$1n)
17227
+ didChange: dDidChange(COMP$1m)
17164
17228
  }
17165
17229
  });
17166
17230
  const changeListenerComponentRenderer = createComponentRenderer(
17167
- COMP$1n,
17231
+ COMP$1m,
17168
17232
  ChangeListenerMd,
17169
17233
  ({ node, lookupEventHandler, extractValue }) => {
17170
17234
  return /* @__PURE__ */ jsx(
@@ -17198,7 +17262,7 @@ const styles$10 = {
17198
17262
  valid: valid$c,
17199
17263
  "switch": "_switch_qiuzz_146"
17200
17264
  };
17201
- const defaultProps$X = {
17265
+ const defaultProps$Y = {
17202
17266
  initialValue: false,
17203
17267
  value: false,
17204
17268
  enabled: true,
@@ -17207,19 +17271,19 @@ const defaultProps$X = {
17207
17271
  };
17208
17272
  const Toggle = forwardRef(function Toggle2({
17209
17273
  id,
17210
- initialValue = defaultProps$X.initialValue,
17211
- value = defaultProps$X.value,
17212
- enabled: enabled2 = defaultProps$X.enabled,
17274
+ initialValue = defaultProps$Y.initialValue,
17275
+ value = defaultProps$Y.value,
17276
+ enabled: enabled2 = defaultProps$Y.enabled,
17213
17277
  style: style2,
17214
17278
  readOnly: readOnly2,
17215
- validationStatus = defaultProps$X.validationStatus,
17279
+ validationStatus = defaultProps$Y.validationStatus,
17216
17280
  updateState = noop$1,
17217
17281
  onClick = noop$1,
17218
17282
  onDidChange = noop$1,
17219
17283
  onFocus = noop$1,
17220
17284
  onBlur = noop$1,
17221
17285
  variant = "checkbox",
17222
- indeterminate = defaultProps$X.indeterminate,
17286
+ indeterminate = defaultProps$Y.indeterminate,
17223
17287
  className,
17224
17288
  required: required2,
17225
17289
  autoFocus,
@@ -17400,10 +17464,10 @@ const MemoizedItem = memo(
17400
17464
  }
17401
17465
  );
17402
17466
  MemoizedItem.displayName = "MemoizedItem";
17403
- const defaultProps$W = {
17404
- ...defaultProps$X
17467
+ const defaultProps$X = {
17468
+ ...defaultProps$Y
17405
17469
  };
17406
- const COMP$1m = "Checkbox";
17470
+ const COMP$1l = "Checkbox";
17407
17471
  const CheckboxMd = createMetadata({
17408
17472
  status: "stable",
17409
17473
  description: "`Checkbox` allows users to make binary choices with a clickable box that shows checked/unchecked states. It's essential for settings, preferences, multi-select lists, and accepting terms or conditions.",
@@ -17416,32 +17480,32 @@ const CheckboxMd = createMetadata({
17416
17480
  }
17417
17481
  },
17418
17482
  props: {
17419
- indeterminate: dIndeterminate(defaultProps$X.indeterminate),
17483
+ indeterminate: dIndeterminate(defaultProps$Y.indeterminate),
17420
17484
  required: dRequired(),
17421
- initialValue: dInitialValue(defaultProps$X.initialValue),
17485
+ initialValue: dInitialValue(defaultProps$Y.initialValue),
17422
17486
  autoFocus: dAutoFocus(),
17423
17487
  readOnly: dReadonly(),
17424
17488
  enabled: dEnabled(),
17425
- validationStatus: dValidationStatus(defaultProps$X.validationStatus),
17489
+ validationStatus: dValidationStatus(defaultProps$Y.validationStatus),
17426
17490
  description: dInternal(
17427
- `(*** NOT IMPLEMENTED YET ***) This optional property displays an alternate description of the ${COMP$1m} besides its label.`
17491
+ `(*** NOT IMPLEMENTED YET ***) This optional property displays an alternate description of the ${COMP$1l} besides its label.`
17428
17492
  ),
17429
17493
  inputTemplate: dComponent("This property is used to define a custom checkbox input template")
17430
17494
  },
17431
17495
  childrenAsTemplate: "inputTemplate",
17432
17496
  events: {
17433
- click: dClick(COMP$1m),
17434
- gotFocus: dGotFocus(COMP$1m),
17435
- lostFocus: dLostFocus(COMP$1m),
17436
- didChange: dDidChange(COMP$1m)
17497
+ click: dClick(COMP$1l),
17498
+ gotFocus: dGotFocus(COMP$1l),
17499
+ lostFocus: dLostFocus(COMP$1l),
17500
+ didChange: dDidChange(COMP$1l)
17437
17501
  },
17438
17502
  apis: {
17439
17503
  value: {
17440
- description: `This method returns the current value of the ${COMP$1m}.`,
17504
+ description: `This method returns the current value of the ${COMP$1l}.`,
17441
17505
  signature: "get value(): boolean"
17442
17506
  },
17443
17507
  setValue: {
17444
- description: `This method sets the current value of the ${COMP$1m}.`,
17508
+ description: `This method sets the current value of the ${COMP$1l}.`,
17445
17509
  signature: "set value(value: boolean): void",
17446
17510
  parameters: {
17447
17511
  value: "The new value to set for the checkbox."
@@ -17451,20 +17515,20 @@ const CheckboxMd = createMetadata({
17451
17515
  themeVars: parseScssVar(styles$10.themeVars),
17452
17516
  limitThemeVarsToComponent: true,
17453
17517
  defaultThemeVars: {
17454
- [`borderColor-checked-${COMP$1m}--error`]: `$borderColor-${COMP$1m}--error`,
17455
- [`backgroundColor-checked-${COMP$1m}--error`]: `$borderColor-${COMP$1m}--error`,
17456
- [`borderColor-checked-${COMP$1m}--warning`]: `$borderColor-${COMP$1m}--warning`,
17457
- [`backgroundColor-checked-${COMP$1m}--warning`]: `$borderColor-${COMP$1m}--warning`,
17458
- [`borderColor-checked-${COMP$1m}--success`]: `$borderColor-${COMP$1m}--success`,
17459
- [`backgroundColor-checked-${COMP$1m}--success`]: `$borderColor-${COMP$1m}--success`,
17460
- [`backgroundColor-indicator-${COMP$1m}`]: "$backgroundColor-primary",
17461
- [`borderColor-checked-${COMP$1m}`]: "$color-primary-500",
17462
- [`backgroundColor-checked-${COMP$1m}`]: "$color-primary-500",
17463
- [`backgroundColor-${COMP$1m}--disabled`]: "$color-surface-200"
17518
+ [`borderColor-checked-${COMP$1l}--error`]: `$borderColor-${COMP$1l}--error`,
17519
+ [`backgroundColor-checked-${COMP$1l}--error`]: `$borderColor-${COMP$1l}--error`,
17520
+ [`borderColor-checked-${COMP$1l}--warning`]: `$borderColor-${COMP$1l}--warning`,
17521
+ [`backgroundColor-checked-${COMP$1l}--warning`]: `$borderColor-${COMP$1l}--warning`,
17522
+ [`borderColor-checked-${COMP$1l}--success`]: `$borderColor-${COMP$1l}--success`,
17523
+ [`backgroundColor-checked-${COMP$1l}--success`]: `$borderColor-${COMP$1l}--success`,
17524
+ [`backgroundColor-indicator-${COMP$1l}`]: "$backgroundColor-primary",
17525
+ [`borderColor-checked-${COMP$1l}`]: "$color-primary-500",
17526
+ [`backgroundColor-checked-${COMP$1l}`]: "$color-primary-500",
17527
+ [`backgroundColor-${COMP$1l}--disabled`]: "$color-surface-200"
17464
17528
  }
17465
17529
  });
17466
17530
  const checkboxComponentRenderer = createComponentRenderer(
17467
- COMP$1m,
17531
+ COMP$1l,
17468
17532
  CheckboxMd,
17469
17533
  ({
17470
17534
  node,
@@ -17494,7 +17558,7 @@ const checkboxComponentRenderer = createComponentRenderer(
17494
17558
  className,
17495
17559
  initialValue: extractValue.asOptionalBoolean(
17496
17560
  node.props.initialValue,
17497
- defaultProps$W.initialValue
17561
+ defaultProps$X.initialValue
17498
17562
  ),
17499
17563
  value: state?.value,
17500
17564
  readOnly: extractValue.asOptionalBoolean(node.props.readOnly),
@@ -17522,11 +17586,11 @@ const styles$$ = {
17522
17586
  horizontal: horizontal$3,
17523
17587
  vertical: vertical$3
17524
17588
  };
17525
- const defaultProps$V = {
17589
+ const defaultProps$W = {
17526
17590
  orientation: "horizontal"
17527
17591
  };
17528
17592
  const ContentSeparator = forwardRef(
17529
- ({ orientation = defaultProps$V.orientation, size, style: style2, className, ...rest }, ref) => {
17593
+ ({ orientation = defaultProps$W.orientation, size, style: style2, className, ...rest }, ref) => {
17530
17594
  return /* @__PURE__ */ jsx(
17531
17595
  "div",
17532
17596
  {
@@ -17549,7 +17613,7 @@ const ContentSeparator = forwardRef(
17549
17613
  );
17550
17614
  }
17551
17615
  );
17552
- const COMP$1l = "ContentSeparator";
17616
+ const COMP$1k = "ContentSeparator";
17553
17617
  const ContentSeparatorMd = createMetadata({
17554
17618
  status: "stable",
17555
17619
  description: "`ContentSeparator` creates visual dividers between content sections using horizontal or vertical lines. It's essential for improving readability by breaking up dense content, separating list items, or creating clear boundaries between different UI sections.",
@@ -17561,18 +17625,18 @@ const ContentSeparatorMd = createMetadata({
17561
17625
  orientation: {
17562
17626
  description: "Sets the main axis of the component",
17563
17627
  availableValues: orientationOptionMd,
17564
- defaultValue: defaultProps$V.orientation,
17628
+ defaultValue: defaultProps$W.orientation,
17565
17629
  valueType: "string"
17566
17630
  }
17567
17631
  },
17568
17632
  themeVars: parseScssVar(styles$$.themeVars),
17569
17633
  defaultThemeVars: {
17570
- [`backgroundColor-${COMP$1l}`]: "$color-surface-200",
17571
- [`size-${COMP$1l}`]: "1px",
17572
- [`marginVertical-${COMP$1l}`]: "0",
17573
- [`marginHorizontal-${COMP$1l}`]: "0",
17574
- [`paddingVertical-${COMP$1l}`]: "0",
17575
- [`paddingHorizontal-${COMP$1l}`]: "0",
17634
+ [`backgroundColor-${COMP$1k}`]: "$color-surface-200",
17635
+ [`size-${COMP$1k}`]: "1px",
17636
+ [`marginVertical-${COMP$1k}`]: "0",
17637
+ [`marginHorizontal-${COMP$1k}`]: "0",
17638
+ [`paddingVertical-${COMP$1k}`]: "0",
17639
+ [`paddingHorizontal-${COMP$1k}`]: "0",
17576
17640
  light: {
17577
17641
  // --- No light-specific theme vars
17578
17642
  },
@@ -17582,7 +17646,7 @@ const ContentSeparatorMd = createMetadata({
17582
17646
  }
17583
17647
  });
17584
17648
  const contentSeparatorComponentRenderer = createComponentRenderer(
17585
- COMP$1l,
17649
+ COMP$1k,
17586
17650
  ContentSeparatorMd,
17587
17651
  ({ node, className, extractValue }) => {
17588
17652
  return /* @__PURE__ */ jsx(
@@ -17716,7 +17780,7 @@ const dateFormats$1 = [
17716
17780
  "yyyyMMdd",
17717
17781
  "MMddyyyy"
17718
17782
  ];
17719
- const defaultProps$U = {
17783
+ const defaultProps$V = {
17720
17784
  mode: "single",
17721
17785
  validationStatus: "none",
17722
17786
  enabled: true,
@@ -17742,24 +17806,24 @@ const DatePicker = forwardRef(function DatePicker2({
17742
17806
  id,
17743
17807
  initialValue,
17744
17808
  value,
17745
- mode = defaultProps$U.mode,
17746
- enabled: enabled2 = defaultProps$U.enabled,
17809
+ mode = defaultProps$V.mode,
17810
+ enabled: enabled2 = defaultProps$V.enabled,
17747
17811
  placeholder: placeholder2,
17748
17812
  updateState = noop$1,
17749
- validationStatus = defaultProps$U.validationStatus,
17813
+ validationStatus = defaultProps$V.validationStatus,
17750
17814
  onDidChange = noop$1,
17751
17815
  onFocus = noop$1,
17752
17816
  onBlur = noop$1,
17753
- dateFormat = defaultProps$U.dateFormat,
17754
- showWeekNumber = defaultProps$U.showWeekNumber,
17755
- weekStartsOn = defaultProps$U.weekStartsOn,
17817
+ dateFormat = defaultProps$V.dateFormat,
17818
+ showWeekNumber = defaultProps$V.showWeekNumber,
17819
+ weekStartsOn = defaultProps$V.weekStartsOn,
17756
17820
  startDate,
17757
17821
  endDate,
17758
- disabledDates = defaultProps$U.disabledDates,
17822
+ disabledDates = defaultProps$V.disabledDates,
17759
17823
  style: style2,
17760
17824
  className,
17761
17825
  registerComponentApi,
17762
- inline = defaultProps$U.inline,
17826
+ inline = defaultProps$V.inline,
17763
17827
  startText,
17764
17828
  startIcon,
17765
17829
  endText,
@@ -18086,7 +18150,7 @@ const parseDate = (dateString) => {
18086
18150
  }
18087
18151
  return void 0;
18088
18152
  };
18089
- const COMP$1k = "DatePicker";
18153
+ const COMP$1j = "DatePicker";
18090
18154
  const DatePickerMd = createMetadata({
18091
18155
  status: "experimental",
18092
18156
  description: "`DatePicker` provides an interactive calendar interface for selecting single dates or date ranges, with customizable formatting and validation options. It displays a text input that opens a calendar popup when clicked, offering both keyboard and mouse interaction.",
@@ -18095,29 +18159,29 @@ const DatePickerMd = createMetadata({
18095
18159
  initialValue: dInitialValue(),
18096
18160
  autoFocus: dAutoFocus(),
18097
18161
  readOnly: dReadonly(),
18098
- enabled: dEnabled(defaultProps$U.enabled),
18099
- validationStatus: dValidationStatus(defaultProps$U.validationStatus),
18162
+ enabled: dEnabled(defaultProps$V.enabled),
18163
+ validationStatus: dValidationStatus(defaultProps$V.validationStatus),
18100
18164
  mode: {
18101
18165
  description: "The mode of the datepicker (single or range)",
18102
18166
  valueType: "string",
18103
18167
  availableValues: DatePickerModeValues,
18104
- defaultValue: defaultProps$U.mode
18168
+ defaultValue: defaultProps$V.mode
18105
18169
  },
18106
18170
  dateFormat: {
18107
18171
  description: "The format of the date displayed in the input field",
18108
18172
  valueType: "string",
18109
- defaultValue: defaultProps$U.dateFormat,
18173
+ defaultValue: defaultProps$V.dateFormat,
18110
18174
  availableValues: dateFormats$1
18111
18175
  },
18112
18176
  showWeekNumber: {
18113
18177
  description: "Whether to show the week number in the calendar",
18114
18178
  valueType: "boolean",
18115
- defaultValue: defaultProps$U.showWeekNumber
18179
+ defaultValue: defaultProps$V.showWeekNumber
18116
18180
  },
18117
18181
  weekStartsOn: {
18118
18182
  description: "The first day of the week. 0 is Sunday, 1 is Monday, etc.",
18119
18183
  valueType: "number",
18120
- defaultValue: defaultProps$U.weekStartsOn,
18184
+ defaultValue: defaultProps$V.weekStartsOn,
18121
18185
  availableValues: [
18122
18186
  {
18123
18187
  value: WeekDays$1.Sunday,
@@ -18164,7 +18228,7 @@ const DatePickerMd = createMetadata({
18164
18228
  inline: {
18165
18229
  description: "If set to true, the calendar is always visible and its panel is rendered as part of the layout. If false, the calendar is shown in a popup when the input is focused or clicked.",
18166
18230
  valueType: "boolean",
18167
- defaultValue: defaultProps$U.inline
18231
+ defaultValue: defaultProps$V.inline
18168
18232
  },
18169
18233
  startText: dStartText(),
18170
18234
  startIcon: dStartIcon(),
@@ -18172,13 +18236,13 @@ const DatePickerMd = createMetadata({
18172
18236
  endIcon: dEndIcon()
18173
18237
  },
18174
18238
  events: {
18175
- didChange: dDidChange(COMP$1k),
18176
- gotFocus: dGotFocus(COMP$1k),
18177
- lostFocus: dLostFocus(COMP$1k)
18239
+ didChange: dDidChange(COMP$1j),
18240
+ gotFocus: dGotFocus(COMP$1j),
18241
+ lostFocus: dLostFocus(COMP$1j)
18178
18242
  },
18179
18243
  apis: {
18180
18244
  focus: {
18181
- description: `Focus the ${COMP$1k} component.`,
18245
+ description: `Focus the ${COMP$1j} component.`,
18182
18246
  signature: "focus(): void"
18183
18247
  },
18184
18248
  value: {
@@ -18186,7 +18250,7 @@ const DatePickerMd = createMetadata({
18186
18250
  signature: "get value(): any"
18187
18251
  },
18188
18252
  setValue: {
18189
- description: `This method sets the current value of the ${COMP$1k}.`,
18253
+ description: `This method sets the current value of the ${COMP$1j}.`,
18190
18254
  signature: "set value(value: any): void",
18191
18255
  parameters: {
18192
18256
  value: "The new value to set for the date picker."
@@ -18195,19 +18259,19 @@ const DatePickerMd = createMetadata({
18195
18259
  },
18196
18260
  themeVars: parseScssVar(styles$_.themeVars),
18197
18261
  defaultThemeVars: {
18198
- [`boxShadow-menu-${COMP$1k}`]: "$boxShadow-md",
18199
- [`borderRadius-menu-${COMP$1k}`]: "$borderRadius",
18200
- [`textColor-value-${COMP$1k}`]: "$textColor-primary",
18201
- [`borderColor-selectedItem-${COMP$1k}`]: "$color-primary-200",
18202
- [`backgroundColor-menu-${COMP$1k}`]: "$color-surface-50",
18203
- [`backgroundColor-item-${COMP$1k}--hover`]: "$color-surface-100",
18204
- [`backgroundColor-item-${COMP$1k}--active`]: "$color-surface-200",
18205
- [`paddingVertical-${COMP$1k}`]: "$space-2",
18206
- [`paddingHorizontal-${COMP$1k}`]: "$space-2"
18262
+ [`boxShadow-menu-${COMP$1j}`]: "$boxShadow-md",
18263
+ [`borderRadius-menu-${COMP$1j}`]: "$borderRadius",
18264
+ [`textColor-value-${COMP$1j}`]: "$textColor-primary",
18265
+ [`borderColor-selectedItem-${COMP$1j}`]: "$color-primary-200",
18266
+ [`backgroundColor-menu-${COMP$1j}`]: "$color-surface-50",
18267
+ [`backgroundColor-item-${COMP$1j}--hover`]: "$color-surface-100",
18268
+ [`backgroundColor-item-${COMP$1j}--active`]: "$color-surface-200",
18269
+ [`paddingVertical-${COMP$1j}`]: "$space-2",
18270
+ [`paddingHorizontal-${COMP$1j}`]: "$space-2"
18207
18271
  }
18208
18272
  });
18209
18273
  const datePickerComponentRenderer = createComponentRenderer(
18210
- COMP$1k,
18274
+ COMP$1j,
18211
18275
  DatePickerMd,
18212
18276
  ({
18213
18277
  node,
@@ -18621,16 +18685,16 @@ const MenuSeparatorMd = createMetadata({
18621
18685
  const menuSeparatorRenderer = createComponentRenderer(MSEP, MenuSeparatorMd, () => {
18622
18686
  return /* @__PURE__ */ jsx(MenuSeparator, {});
18623
18687
  });
18624
- const defaultProps$T = {
18688
+ const defaultProps$U = {
18625
18689
  theme: "light",
18626
18690
  select: noop$1,
18627
18691
  autoFocus: false
18628
18692
  };
18629
18693
  const EmojiSelector = forwardRef(
18630
18694
  ({
18631
- select = defaultProps$T.select,
18632
- theme: theme2 = defaultProps$T.theme,
18633
- autoFocus = defaultProps$T.autoFocus,
18695
+ select = defaultProps$U.select,
18696
+ theme: theme2 = defaultProps$U.theme,
18697
+ autoFocus = defaultProps$U.autoFocus,
18634
18698
  ...rest
18635
18699
  }, ref) => /* @__PURE__ */ jsx(
18636
18700
  "div",
@@ -18656,14 +18720,14 @@ const EmojiSelector = forwardRef(
18656
18720
  }
18657
18721
  )
18658
18722
  );
18659
- const COMP$1j = "EmojiSelector";
18723
+ const COMP$1i = "EmojiSelector";
18660
18724
  const EmojiSelectorMd = createMetadata({
18661
18725
  status: "experimental",
18662
18726
  description: "`EmojiSelector` enables users to browse, search and select emojis from their system's native emoji set.",
18663
18727
  props: {
18664
18728
  autoFocus: {
18665
18729
  ...dAutoFocus(),
18666
- defaultValue: defaultProps$T.autoFocus
18730
+ defaultValue: defaultProps$U.autoFocus
18667
18731
  }
18668
18732
  },
18669
18733
  events: {
@@ -18671,7 +18735,7 @@ const EmojiSelectorMd = createMetadata({
18671
18735
  }
18672
18736
  });
18673
18737
  const emojiSelectorRenderer = createComponentRenderer(
18674
- COMP$1j,
18738
+ COMP$1i,
18675
18739
  EmojiSelectorMd,
18676
18740
  ({ node, lookupEventHandler, extractValue }) => {
18677
18741
  const onActionSelect = lookupEventHandler("select");
@@ -18701,7 +18765,7 @@ const styles$Y = {
18701
18765
  button: button$1
18702
18766
  };
18703
18767
  const { useDropzone: useDropzone$1 } = dropzone;
18704
- const defaultProps$S = {
18768
+ const defaultProps$T = {
18705
18769
  enabled: true,
18706
18770
  buttonPosition: "end",
18707
18771
  buttonLabel: "Browse",
@@ -18715,12 +18779,12 @@ const defaultProps$S = {
18715
18779
  };
18716
18780
  const FileInput = ({
18717
18781
  id,
18718
- enabled: enabled2 = defaultProps$S.enabled,
18782
+ enabled: enabled2 = defaultProps$T.enabled,
18719
18783
  style: style2,
18720
18784
  className,
18721
18785
  placeholder: placeholder2,
18722
- buttonPosition = defaultProps$S.buttonPosition,
18723
- buttonLabel = defaultProps$S.buttonLabel,
18786
+ buttonPosition = defaultProps$T.buttonPosition,
18787
+ buttonLabel = defaultProps$T.buttonLabel,
18724
18788
  buttonIcon: buttonIcon2,
18725
18789
  buttonIconPosition,
18726
18790
  variant,
@@ -18728,16 +18792,16 @@ const FileInput = ({
18728
18792
  buttonSize,
18729
18793
  autoFocus,
18730
18794
  validationStatus,
18731
- updateState = defaultProps$S.updateState,
18732
- onDidChange = defaultProps$S.onDidChange,
18733
- onFocus = defaultProps$S.onFocus,
18734
- onBlur = defaultProps$S.onBlur,
18795
+ updateState = defaultProps$T.updateState,
18796
+ onDidChange = defaultProps$T.onDidChange,
18797
+ onFocus = defaultProps$T.onFocus,
18798
+ onBlur = defaultProps$T.onBlur,
18735
18799
  registerComponentApi,
18736
18800
  value,
18737
18801
  initialValue,
18738
18802
  acceptsFileType,
18739
- multiple = defaultProps$S.multiple,
18740
- directory = defaultProps$S.directory,
18803
+ multiple = defaultProps$T.multiple,
18804
+ directory = defaultProps$T.directory,
18741
18805
  required: required2,
18742
18806
  ...rest
18743
18807
  }) => {
@@ -18871,7 +18935,7 @@ function isFile(value) {
18871
18935
  function isFileArray(value) {
18872
18936
  return Array.isArray(value) && value.every(isFile);
18873
18937
  }
18874
- const COMP$1i = "FileInput";
18938
+ const COMP$1h = "FileInput";
18875
18939
  const DEFAULT_ICON = "browse:FileInput";
18876
18940
  const FileInputMd = createMetadata({
18877
18941
  status: "stable",
@@ -18887,7 +18951,7 @@ const FileInputMd = createMetadata({
18887
18951
  buttonVariant: d("The button variant to use", buttonVariantNames),
18888
18952
  buttonLabel: d(`This property is an optional string to set a label for the button part.`),
18889
18953
  buttonIcon: d(
18890
- `The ID of the icon to display in the button. You can change the default icon for all ${COMP$1i} instances with the "icon.browse:FileInput" declaration in the app configuration file.`
18954
+ `The ID of the icon to display in the button. You can change the default icon for all ${COMP$1h} instances with the "icon.browse:FileInput" declaration in the app configuration file.`
18891
18955
  ),
18892
18956
  buttonIconPosition: d(
18893
18957
  `This optional string determines the location of the button icon.`,
@@ -18904,7 +18968,7 @@ const FileInputMd = createMetadata({
18904
18968
  null,
18905
18969
  "boolean"
18906
18970
  ),
18907
- defaultValue: defaultProps$S.multiple
18971
+ defaultValue: defaultProps$T.multiple
18908
18972
  },
18909
18973
  directory: {
18910
18974
  ...d(
@@ -18912,27 +18976,27 @@ const FileInputMd = createMetadata({
18912
18976
  null,
18913
18977
  "boolean"
18914
18978
  ),
18915
- defaultValue: defaultProps$S.directory
18979
+ defaultValue: defaultProps$T.directory
18916
18980
  },
18917
18981
  buttonPosition: {
18918
18982
  ...d(`This property determines the position of the button relative to the input field.`, [
18919
18983
  "start",
18920
18984
  "end"
18921
18985
  ]),
18922
- defaultValue: defaultProps$S.buttonPosition
18986
+ defaultValue: defaultProps$T.buttonPosition
18923
18987
  },
18924
18988
  buttonSize: d("The size of the button (small, medium, large)", sizeMd),
18925
18989
  buttonThemeColor: d(
18926
18990
  "The button color scheme (primary, secondary, attention)",
18927
18991
  buttonThemeNames,
18928
18992
  "string",
18929
- defaultProps$S.buttonThemeColor
18993
+ defaultProps$T.buttonThemeColor
18930
18994
  )
18931
18995
  },
18932
18996
  events: {
18933
- didChange: dDidChange(COMP$1i),
18934
- gotFocus: dGotFocus(COMP$1i),
18935
- lostFocus: dLostFocus(COMP$1i)
18997
+ didChange: dDidChange(COMP$1h),
18998
+ gotFocus: dGotFocus(COMP$1h),
18999
+ lostFocus: dLostFocus(COMP$1h)
18936
19000
  },
18937
19001
  apis: {
18938
19002
  value: {
@@ -18958,7 +19022,7 @@ const FileInputMd = createMetadata({
18958
19022
  themeVars: parseScssVar(styles$Y.themeVars)
18959
19023
  });
18960
19024
  const fileInputRenderer = createComponentRenderer(
18961
- COMP$1i,
19025
+ COMP$1h,
18962
19026
  FileInputMd,
18963
19027
  ({ node, state, updateState, extractValue, lookupEventHandler, registerComponentApi, className }) => {
18964
19028
  const iconName = extractValue.asOptionalString(node.props.buttonIcon) || DEFAULT_ICON;
@@ -19001,7 +19065,7 @@ const styles$X = {
19001
19065
  dropPlaceholder
19002
19066
  };
19003
19067
  const { useDropzone } = dropzone;
19004
- const defaultProps$R = {
19068
+ const defaultProps$S = {
19005
19069
  onUpload: asyncNoop,
19006
19070
  uid: "fileUploadDialog",
19007
19071
  allowPaste: true,
@@ -19010,14 +19074,14 @@ const defaultProps$R = {
19010
19074
  };
19011
19075
  const FileUploadDropZone = forwardRef(function FileUploadDropZone2({
19012
19076
  children,
19013
- onUpload = defaultProps$R.onUpload,
19014
- uid = defaultProps$R.uid,
19077
+ onUpload = defaultProps$S.onUpload,
19078
+ uid = defaultProps$S.uid,
19015
19079
  registerComponentApi,
19016
19080
  style: style2,
19017
19081
  className,
19018
- allowPaste = defaultProps$R.allowPaste,
19019
- text: text2 = defaultProps$R.text,
19020
- disabled: disabled2 = defaultProps$R.disabled,
19082
+ allowPaste = defaultProps$S.allowPaste,
19083
+ text: text2 = defaultProps$S.text,
19084
+ disabled: disabled2 = defaultProps$S.disabled,
19021
19085
  updateState,
19022
19086
  acceptedFileTypes,
19023
19087
  maxFiles,
@@ -19099,20 +19163,20 @@ const FileUploadDropZone = forwardRef(function FileUploadDropZone2({
19099
19163
  ] })
19100
19164
  ] });
19101
19165
  });
19102
- const COMP$1h = "FileUploadDropZone";
19166
+ const COMP$1g = "FileUploadDropZone";
19103
19167
  const FileUploadDropZoneMd = createMetadata({
19104
19168
  status: "stable",
19105
19169
  description: "`FileUploadDropZone` enables users to upload files by dragging and dropping files from their local file system onto a designated area within the UI.",
19106
19170
  props: {
19107
19171
  text: {
19108
19172
  description: "With this property, you can change the default text to display when files are dragged over the drop zone.",
19109
- defaultValue: defaultProps$R.text,
19173
+ defaultValue: defaultProps$S.text,
19110
19174
  type: "string"
19111
19175
  },
19112
19176
  allowPaste: {
19113
19177
  description: "This property indicates if the drop zone accepts files pasted from the clipboard (`true`) or only dragged files (`false`).",
19114
19178
  type: "boolean",
19115
- defaultValue: defaultProps$R.allowPaste
19179
+ defaultValue: defaultProps$S.allowPaste
19116
19180
  },
19117
19181
  enabled: d(
19118
19182
  `If set to \`false\`, the drop zone will be disabled and users will not be able to upload files.`,
@@ -19143,7 +19207,7 @@ const FileUploadDropZoneMd = createMetadata({
19143
19207
  }
19144
19208
  });
19145
19209
  const fileUploadDropZoneComponentRenderer = createComponentRenderer(
19146
- COMP$1h,
19210
+ COMP$1g,
19147
19211
  FileUploadDropZoneMd,
19148
19212
  ({ node, extractValue, updateState, renderChild: renderChild2, lookupEventHandler, registerComponentApi, className }) => {
19149
19213
  return /* @__PURE__ */ jsx(
@@ -19283,7 +19347,7 @@ const FlowItemWrapper = forwardRef(function FlowItemWrapper2({ children, forceBr
19283
19347
  isStarSizing && /* @__PURE__ */ jsx(FlowItemBreak, {})
19284
19348
  ] });
19285
19349
  });
19286
- const defaultProps$Q = {
19350
+ const defaultProps$R = {
19287
19351
  columnGap: "$gap-normal",
19288
19352
  rowGap: "$gap-normal"
19289
19353
  };
@@ -19309,29 +19373,29 @@ const FlowLayout = forwardRef(function FlowLayout2({ style: style2, className, c
19309
19373
  }, [_columnGap, _rowGap]);
19310
19374
  return /* @__PURE__ */ jsx(FlowLayoutContext.Provider, { value: flowLayoutContextValue, children: /* @__PURE__ */ jsx("div", { style: style2, className, ref: forwardedRef, ...rest, children: /* @__PURE__ */ jsx("div", { className: styles$W.outer, children: /* @__PURE__ */ jsx("div", { className: classnames(styles$W.flowContainer, styles$W.horizontal), style: innerStyle, children }) }) }) });
19311
19375
  });
19312
- const COMP$1g = "FlowLayout";
19376
+ const COMP$1f = "FlowLayout";
19313
19377
  const FlowLayoutMd = createMetadata({
19314
19378
  status: "stable",
19315
19379
  description: "`FlowLayout` positions content in rows with automatic wrapping. When items exceed the available horizontal space, they automatically wrap to a new line.",
19316
19380
  props: {
19317
19381
  gap: {
19318
- description: `This property defines the gap between items in the same row and between rows. The ${COMP$1g} component creates a new row when an item is about to overflow the current row.`,
19382
+ description: `This property defines the gap between items in the same row and between rows. The ${COMP$1f} component creates a new row when an item is about to overflow the current row.`,
19319
19383
  type: "string",
19320
19384
  defaultValue: "$gap-normal"
19321
19385
  },
19322
19386
  columnGap: {
19323
19387
  description: "The `columnGap` property specifies the space between items in a single row; it overrides the `gap` value.",
19324
- defaultValue: defaultProps$Q.columnGap
19388
+ defaultValue: defaultProps$R.columnGap
19325
19389
  },
19326
19390
  rowGap: {
19327
- description: `The \`rowGap\` property specifies the space between the ${COMP$1g} rows; it overrides the \`gap\` value.`,
19328
- defaultValue: defaultProps$Q.rowGap
19391
+ description: `The \`rowGap\` property specifies the space between the ${COMP$1f} rows; it overrides the \`gap\` value.`,
19392
+ defaultValue: defaultProps$R.rowGap
19329
19393
  }
19330
19394
  },
19331
19395
  themeVars: parseScssVar(styles$W.themeVars)
19332
19396
  });
19333
19397
  const flowLayoutComponentRenderer = createComponentRenderer(
19334
- COMP$1g,
19398
+ COMP$1f,
19335
19399
  FlowLayoutMd,
19336
19400
  ({ node, renderChild: renderChild2, className, extractValue }) => {
19337
19401
  if (!isComponentDefChildren(node.children)) {
@@ -19374,40 +19438,62 @@ const styles$V = {
19374
19438
  wrapper: wrapper$f,
19375
19439
  full
19376
19440
  };
19441
+ const defaultProps$Q = {
19442
+ sticky: true
19443
+ };
19377
19444
  const Footer = forwardRef(function Footer2({
19378
19445
  children,
19379
19446
  style: style2,
19380
19447
  className,
19448
+ sticky: sticky2 = defaultProps$Q.sticky,
19381
19449
  ...rest
19382
19450
  }, forwardedRef) {
19383
19451
  const { layout } = useAppLayoutContext() || {};
19384
19452
  const canRestrictContentWidth = layout !== "vertical-full-header";
19385
- return /* @__PURE__ */ jsx("div", { ...rest, className: styles$V.outerWrapper, ref: forwardedRef, style: style2, role: "contentinfo", children: /* @__PURE__ */ jsx(
19453
+ return /* @__PURE__ */ jsx(
19386
19454
  "div",
19387
19455
  {
19388
- className: classnames(styles$V.wrapper, className, {
19389
- [styles$V.full]: !canRestrictContentWidth
19390
- }),
19391
- children
19456
+ ...rest,
19457
+ className: styles$V.outerWrapper,
19458
+ ref: forwardedRef,
19459
+ style: style2,
19460
+ role: "contentinfo",
19461
+ "data-sticky": sticky2,
19462
+ children: /* @__PURE__ */ jsx(
19463
+ "div",
19464
+ {
19465
+ className: classnames(styles$V.wrapper, className, {
19466
+ [styles$V.full]: !canRestrictContentWidth
19467
+ }),
19468
+ children
19469
+ }
19470
+ )
19392
19471
  }
19393
- ) });
19472
+ );
19394
19473
  });
19395
- const COMP$1f = "Footer";
19474
+ const COMP$1e = "Footer";
19396
19475
  const FooterMd = createMetadata({
19397
19476
  status: "stable",
19398
19477
  description: "`Footer` provides a designated area at the bottom of your application for footer content such as branding, copyright notices, or utility controls like theme toggles.",
19478
+ props: {
19479
+ sticky: {
19480
+ description: "When set to true (default), keeps the Footer docked to the bottom of the page in sticky layouts. When set to false, allows the Footer to scroll with the main content for non-desktop layouts. In desktop layout, the Footer remains sticky regardless of this property.",
19481
+ valueType: "boolean",
19482
+ defaultValue: true
19483
+ }
19484
+ },
19399
19485
  themeVars: parseScssVar(styles$V.themeVars),
19400
19486
  limitThemeVarsToComponent: true,
19401
19487
  defaultThemeVars: {
19402
- [`backgroundColor-${COMP$1f}`]: "$backgroundColor-AppHeader",
19403
- [`verticalAlignment-${COMP$1f}`]: "center",
19404
- [`fontSize-${COMP$1f}`]: "$fontSize-sm",
19405
- [`textColor-${COMP$1f}`]: "$textColor-secondary",
19406
- [`maxWidth-content-${COMP$1f}`]: "$maxWidth-content",
19407
- [`borderTop-${COMP$1f}`]: `1px solid $borderColor`,
19408
- [`padding-${COMP$1f}`]: "$space-2 $space-4",
19409
- [`gap-${COMP$1f}`]: "$space-normal",
19410
- [`margin-${COMP$1f}`]: `0 auto`,
19488
+ [`backgroundColor-${COMP$1e}`]: "$backgroundColor-AppHeader",
19489
+ [`verticalAlignment-${COMP$1e}`]: "center",
19490
+ [`fontSize-${COMP$1e}`]: "$fontSize-sm",
19491
+ [`textColor-${COMP$1e}`]: "$textColor-secondary",
19492
+ [`maxWidth-content-${COMP$1e}`]: "$maxWidth-content",
19493
+ [`borderTop-${COMP$1e}`]: `1px solid $borderColor`,
19494
+ [`padding-${COMP$1e}`]: "$space-2 $space-4",
19495
+ [`gap-${COMP$1e}`]: "$space-normal",
19496
+ [`margin-${COMP$1e}`]: `0 auto`,
19411
19497
  light: {
19412
19498
  // --- No light-specific theme vars
19413
19499
  },
@@ -19417,13 +19503,21 @@ const FooterMd = createMetadata({
19417
19503
  }
19418
19504
  });
19419
19505
  const footerRenderer = createComponentRenderer(
19420
- COMP$1f,
19506
+ COMP$1e,
19421
19507
  FooterMd,
19422
- ({ node, renderChild: renderChild2, className, layoutContext }) => {
19423
- return /* @__PURE__ */ jsx(Footer, { className: classnames(layoutContext?.themeClassName, className), children: renderChild2(node.children, {
19424
- type: "Stack",
19425
- orientation: "horizontal"
19426
- }) });
19508
+ ({ node, renderChild: renderChild2, className, layoutContext, extractValue }) => {
19509
+ const sticky2 = extractValue.asOptionalBoolean(node.props.sticky, true);
19510
+ return /* @__PURE__ */ jsx(
19511
+ Footer,
19512
+ {
19513
+ className: classnames(layoutContext?.themeClassName, className),
19514
+ sticky: sticky2,
19515
+ children: renderChild2(node.children, {
19516
+ type: "Stack",
19517
+ orientation: "horizontal"
19518
+ })
19519
+ }
19520
+ );
19427
19521
  }
19428
19522
  );
19429
19523
  const themeVars$D = `'{"gap-Form": "var(--xmlui-gap-Form)", "gap-buttonRow-Form": "var(--xmlui-gap-buttonRow-Form)", "marginTop-buttonRow-Form": "var(--xmlui-marginTop-buttonRow-Form)"}'`;
@@ -21004,7 +21098,7 @@ const Form = forwardRef(function({
21004
21098
  onCancel?.();
21005
21099
  void requestModalFormClose();
21006
21100
  });
21007
- const doValidate = useEvent(async () => {
21101
+ const doValidate = useEvent(() => {
21008
21102
  dispatch(triedToSubmit());
21009
21103
  const { error: error2, warning: warning2 } = groupInvalidValidationResultsBySeverity(
21010
21104
  Object.values(formState.validationResults)
@@ -21024,7 +21118,7 @@ const Form = forwardRef(function({
21024
21118
  return;
21025
21119
  }
21026
21120
  setConfirmSubmitModalVisible(false);
21027
- const validationResult = await doValidate();
21121
+ const validationResult = doValidate();
21028
21122
  if (!validationResult.isValid) {
21029
21123
  return;
21030
21124
  }
@@ -21124,7 +21218,16 @@ const Form = forwardRef(function({
21124
21218
  "cancel"
21125
21219
  );
21126
21220
  const submitButton = useMemo(
21127
- () => /* @__PURE__ */ jsx(Button, { "data-part-id": PART_SUBMIT_BUTTON, type: "submit", disabled: !isEnabled2 || !enableSubmit, children: formState.submitInProgress ? saveInProgressLabel : saveLabel }, "submit"),
21221
+ () => /* @__PURE__ */ jsx(
21222
+ Button,
21223
+ {
21224
+ "data-part-id": PART_SUBMIT_BUTTON,
21225
+ type: "submit",
21226
+ disabled: !isEnabled2 || !enableSubmit,
21227
+ children: formState.submitInProgress ? saveInProgressLabel : saveLabel
21228
+ },
21229
+ "submit"
21230
+ ),
21128
21231
  [isEnabled2, enableSubmit, formState.submitInProgress, saveInProgressLabel, saveLabel]
21129
21232
  );
21130
21233
  useEffect(() => {
@@ -21285,7 +21388,7 @@ const FormWithContextVar = forwardRef(function({
21285
21388
  ) });
21286
21389
  });
21287
21390
  FormWithContextVar.displayName = "FormWithContextVar";
21288
- const COMP$1e = "Form";
21391
+ const COMP$1d = "Form";
21289
21392
  const FormMd = createMetadata({
21290
21393
  status: "stable",
21291
21394
  description: "`Form` provides a structured container for collecting and validating user input, with built-in data binding, validation, and submission handling. It automatically manages form state and provides context for nested form controls to work together.",
@@ -21415,7 +21518,7 @@ const FormMd = createMetadata({
21415
21518
  }
21416
21519
  });
21417
21520
  const formComponentRenderer = createComponentRenderer(
21418
- COMP$1e,
21521
+ COMP$1d,
21419
21522
  FormMd,
21420
21523
  ({ node, renderChild: renderChild2, extractValue, className, lookupEventHandler, registerComponentApi }) => {
21421
21524
  return /* @__PURE__ */ jsx(
@@ -23151,7 +23254,7 @@ const TextArea = forwardRef(function TextArea2({
23151
23254
  inputRef.current?.focus();
23152
23255
  }, 0);
23153
23256
  }
23154
- }, [autoFocus, inputRef.current]);
23257
+ }, [autoFocus]);
23155
23258
  const handleCopy = (event) => {
23156
23259
  if (allowCopy) {
23157
23260
  return true;
@@ -23993,38 +24096,40 @@ const styles$K = {
23993
24096
  arrow
23994
24097
  };
23995
24098
  const themeVars$t = `'{"textColor-Text": "var(--xmlui-textColor-Text)", "fontFamily-Text": "var(--xmlui-fontFamily-Text)", "fontSize-Text": "var(--xmlui-fontSize-Text)", "fontStyle-Text": "var(--xmlui-fontStyle-Text)", "fontVariant-Text": "var(--xmlui-fontVariant-Text)", "fontWeight-Text": "var(--xmlui-fontWeight-Text)", "fontStretch-Text": "var(--xmlui-fontStretch-Text)", "textDecorationLine-Text": "var(--xmlui-textDecorationLine-Text)", "textDecorationColor-Text": "var(--xmlui-textDecorationColor-Text)", "textDecorationStyle-Text": "var(--xmlui-textDecorationStyle-Text)", "textDecorationThickness-Text": "var(--xmlui-textDecorationThickness-Text)", "textUnderlineOffset-Text": "var(--xmlui-textUnderlineOffset-Text)", "lineHeight-Text": "var(--xmlui-lineHeight-Text)", "backgroundColor-Text": "var(--xmlui-backgroundColor-Text)", "textTransform-Text": "var(--xmlui-textTransform-Text)", "letterSpacing-Text": "var(--xmlui-letterSpacing-Text)", "wordSpacing-Text": "var(--xmlui-wordSpacing-Text)", "textShadow-Text": "var(--xmlui-textShadow-Text)", "textIndent-Text": "var(--xmlui-textIndent-Text)", "textAlign-Text": "var(--xmlui-textAlign-Text)", "textAlignLast-Text": "var(--xmlui-textAlignLast-Text)", "wordBreak-Text": "var(--xmlui-wordBreak-Text)", "wordWrap-Text": "var(--xmlui-wordWrap-Text)", "direction-Text": "var(--xmlui-direction-Text)", "writingMode-Text": "var(--xmlui-writingMode-Text)", "lineBreak-Text": "var(--xmlui-lineBreak-Text)", "paddingTop-Markdown": "var(--xmlui-paddingTop-Markdown)", "paddingBottom-Markdown": "var(--xmlui-paddingBottom-Markdown)", "backgroundColor-Markdown": "var(--xmlui-backgroundColor-Markdown)", "padding-Blockquote": "var(--xmlui-padding-Blockquote)", "paddingHorizontal-Blockquote": "var(--xmlui-paddingHorizontal-Blockquote, var(--xmlui-padding-Blockquote))", "paddingVertical-Blockquote": "var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote))", "paddingLeft-Blockquote": "var(--xmlui-paddingLeft-Blockquote)", "paddingRight-Blockquote": "var(--xmlui-paddingRight-Blockquote, var(--xmlui-paddingHorizontal-Blockquote, var(--xmlui-padding-Blockquote)))", "paddingTop-Blockquote": "var(--xmlui-paddingTop-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)))", "paddingBottom-Blockquote": "var(--xmlui-paddingBottom-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)))", "border-Blockquote": "var(--xmlui-border-Blockquote)", "borderHorizontal-Blockquote": "var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote))", "borderVertical-Blockquote": "var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote))", "borderLeft-Blockquote": "var(--xmlui-borderLeft-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)))", "borderRight-Blockquote": "var(--xmlui-borderRight-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)))", "borderTop-Blockquote": "var(--xmlui-borderTop-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)))", "borderBottom-Blockquote": "var(--xmlui-borderBottom-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)))", "borderWidth-Blockquote": "var(--xmlui-borderWidth-Blockquote)", "borderHorizontalWidth-Blockquote": "var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote))", "borderLeftWidth-Blockquote": "var(--xmlui-borderLeftWidth-Blockquote, var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)))", "borderRightWidth-Blockquote": "var(--xmlui-borderRightWidth-Blockquote, var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)))", "borderVerticalWidth-Blockquote": "var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote))", "borderTopWidth-Blockquote": "var(--xmlui-borderTopWidth-Blockquote, var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)))", "borderBottomWidth-Blockquote": "var(--xmlui-borderBottomWidth-Blockquote, var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)))", "borderStyle-Blockquote": "var(--xmlui-borderStyle-Blockquote)", "borderHorizontalStyle-Blockquote": "var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote))", "borderLeftStyle-Blockquote": "var(--xmlui-borderLeftStyle-Blockquote, var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)))", "borderRightStyle-Blockquote": "var(--xmlui-borderRightStyle-Blockquote, var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)))", "borderVerticalStyle-Blockquote": "var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote))", "borderTopStyle-Blockquote": "var(--xmlui-borderTopStyle-Blockquote, var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)))", "borderBottomStyle-Blockquote": "var(--xmlui-borderBottomStyle-Blockquote, var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)))", "borderColor-Blockquote": "var(--xmlui-borderColor-Blockquote)", "borderHorizontalColor-Blockquote": "var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote))", "borderLeftColor-Blockquote": "var(--xmlui-borderLeftColor-Blockquote, var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote)))", "borderRightColor-Blockquote": "var(--xmlui-borderRightColor-Blockquote, var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote)))", "borderVerticalColor-Blockquote": "var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote))", "borderTopColor-Blockquote": "var(--xmlui-borderTopColor-Blockquote, var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote)))", "borderBottomColor-Blockquote": "var(--xmlui-borderBottomColor-Blockquote, var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote)))", "borderStartStartRadius-Blockquote": "var(--xmlui-borderStartStartRadius-Blockquote, var(--xmlui-borderRadius-Blockquote))", "borderStartEndRadius-Blockquote": "var(--xmlui-borderStartEndRadius-Blockquote, var(--xmlui-borderRadius-Blockquote))", "borderEndStartRadius-Blockquote": "var(--xmlui-borderEndStartRadius-Blockquote, var(--xmlui-borderRadius-Blockquote))", "borderEndEndRadius-Blockquote": "var(--xmlui-borderEndEndRadius-Blockquote, var(--xmlui-borderRadius-Blockquote))", "color-accent-Blockquote": "var(--xmlui-color-accent-Blockquote)", "width-accent-Blockquote": "var(--xmlui-width-accent-Blockquote)", "backgroundColor-Blockquote": "var(--xmlui-backgroundColor-Blockquote)", "borderRadius-Blockquote": "var(--xmlui-borderRadius-Blockquote)", "marginTop-Blockquote": "var(--xmlui-marginTop-Blockquote)", "marginBottom-Blockquote": "var(--xmlui-marginBottom-Blockquote)", "padding-Admonition": "var(--xmlui-padding-Admonition)", "paddingHorizontal-Admonition": "var(--xmlui-paddingHorizontal-Admonition, var(--xmlui-padding-Admonition))", "paddingVertical-Admonition": "var(--xmlui-paddingVertical-Admonition, var(--xmlui-padding-Admonition))", "paddingLeft-Admonition": "var(--xmlui-paddingLeft-Admonition, var(--xmlui-paddingHorizontal-Admonition, var(--xmlui-padding-Admonition)))", "paddingRight-Admonition": "var(--xmlui-paddingRight-Admonition, var(--xmlui-paddingHorizontal-Admonition, var(--xmlui-padding-Admonition)))", "paddingTop-Admonition": "var(--xmlui-paddingTop-Admonition, var(--xmlui-paddingVertical-Admonition, var(--xmlui-padding-Admonition)))", "paddingBottom-Admonition": "var(--xmlui-paddingBottom-Admonition, var(--xmlui-paddingVertical-Admonition, var(--xmlui-padding-Admonition)))", "border-Admonition": "var(--xmlui-border-Admonition)", "borderHorizontal-Admonition": "var(--xmlui-borderHorizontal-Admonition, var(--xmlui-border-Admonition))", "borderVertical-Admonition": "var(--xmlui-borderVertical-Admonition, var(--xmlui-border-Admonition))", "borderLeft-Admonition": "var(--xmlui-borderLeft-Admonition, var(--xmlui-borderHorizontal-Admonition, var(--xmlui-border-Admonition)))", "borderRight-Admonition": "var(--xmlui-borderRight-Admonition, var(--xmlui-borderHorizontal-Admonition, var(--xmlui-border-Admonition)))", "borderTop-Admonition": "var(--xmlui-borderTop-Admonition, var(--xmlui-borderVertical-Admonition, var(--xmlui-border-Admonition)))", "borderBottom-Admonition": "var(--xmlui-borderBottom-Admonition, var(--xmlui-borderVertical-Admonition, var(--xmlui-border-Admonition)))", "borderWidth-Admonition": "var(--xmlui-borderWidth-Admonition)", "borderHorizontalWidth-Admonition": "var(--xmlui-borderHorizontalWidth-Admonition, var(--xmlui-borderWidth-Admonition))", "borderLeftWidth-Admonition": "var(--xmlui-borderLeftWidth-Admonition, var(--xmlui-borderHorizontalWidth-Admonition, var(--xmlui-borderWidth-Admonition)))", "borderRightWidth-Admonition": "var(--xmlui-borderRightWidth-Admonition, var(--xmlui-borderHorizontalWidth-Admonition, var(--xmlui-borderWidth-Admonition)))", "borderVerticalWidth-Admonition": "var(--xmlui-borderVerticalWidth-Admonition, var(--xmlui-borderWidth-Admonition))", "borderTopWidth-Admonition": "var(--xmlui-borderTopWidth-Admonition, var(--xmlui-borderVerticalWidth-Admonition, var(--xmlui-borderWidth-Admonition)))", "borderBottomWidth-Admonition": "var(--xmlui-borderBottomWidth-Admonition, var(--xmlui-borderVerticalWidth-Admonition, var(--xmlui-borderWidth-Admonition)))", "borderStyle-Admonition": "var(--xmlui-borderStyle-Admonition)", "borderHorizontalStyle-Admonition": "var(--xmlui-borderHorizontalStyle-Admonition, var(--xmlui-borderStyle-Admonition))", "borderLeftStyle-Admonition": "var(--xmlui-borderLeftStyle-Admonition, var(--xmlui-borderHorizontalStyle-Admonition, var(--xmlui-borderStyle-Admonition)))", "borderRightStyle-Admonition": "var(--xmlui-borderRightStyle-Admonition, var(--xmlui-borderHorizontalStyle-Admonition, var(--xmlui-borderStyle-Admonition)))", "borderVerticalStyle-Admonition": "var(--xmlui-borderVerticalStyle-Admonition, var(--xmlui-borderStyle-Admonition))", "borderTopStyle-Admonition": "var(--xmlui-borderTopStyle-Admonition, var(--xmlui-borderVerticalStyle-Admonition, var(--xmlui-borderStyle-Admonition)))", "borderBottomStyle-Admonition": "var(--xmlui-borderBottomStyle-Admonition, var(--xmlui-borderVerticalStyle-Admonition, var(--xmlui-borderStyle-Admonition)))", "borderColor-Admonition": "var(--xmlui-borderColor-Admonition)", "borderHorizontalColor-Admonition": "var(--xmlui-borderHorizontalColor-Admonition, var(--xmlui-borderColor-Admonition))", "borderLeftColor-Admonition": "var(--xmlui-borderLeftColor-Admonition, var(--xmlui-borderHorizontalColor-Admonition, var(--xmlui-borderColor-Admonition)))", "borderRightColor-Admonition": "var(--xmlui-borderRightColor-Admonition, var(--xmlui-borderHorizontalColor-Admonition, var(--xmlui-borderColor-Admonition)))", "borderVerticalColor-Admonition": "var(--xmlui-borderVerticalColor-Admonition, var(--xmlui-borderColor-Admonition))", "borderTopColor-Admonition": "var(--xmlui-borderTopColor-Admonition, var(--xmlui-borderVerticalColor-Admonition, var(--xmlui-borderColor-Admonition)))", "borderBottomColor-Admonition": "var(--xmlui-borderBottomColor-Admonition, var(--xmlui-borderVerticalColor-Admonition, var(--xmlui-borderColor-Admonition)))", "borderStartStartRadius-Admonition": "var(--xmlui-borderStartStartRadius-Admonition, var(--xmlui-borderRadius-Admonition))", "borderStartEndRadius-Admonition": "var(--xmlui-borderStartEndRadius-Admonition, var(--xmlui-borderRadius-Admonition))", "borderEndStartRadius-Admonition": "var(--xmlui-borderEndStartRadius-Admonition, var(--xmlui-borderRadius-Admonition))", "borderEndEndRadius-Admonition": "var(--xmlui-borderEndEndRadius-Admonition, var(--xmlui-borderRadius-Admonition))", "backgroundColor-Admonition": "var(--xmlui-backgroundColor-Admonition)", "borderRadius-Admonition": "var(--xmlui-borderRadius-Admonition)", "size-icon-Admonition": "var(--xmlui-size-icon-Admonition)", "marginTop-Admonition": "var(--xmlui-marginTop-Admonition)", "marginBottom-Admonition": "var(--xmlui-marginBottom-Admonition)", "marginLeft-Admonition-content": "var(--xmlui-marginLeft-Admonition-content)", "marginTop-HtmlVideo": "var(--xmlui-marginTop-HtmlVideo)", "marginBottom-HtmlVideo": "var(--xmlui-marginBottom-HtmlVideo)", "marginTop-Text-markdown": "var(--xmlui-marginTop-Text-markdown)", "marginBottom-Text-markdown": "var(--xmlui-marginBottom-Text-markdown)", "marginLeft-Text-markdown": "var(--xmlui-marginLeft-Text-markdown)", "marginRight-Text-markdown": "var(--xmlui-marginRight-Text-markdown)", "marginTop-H1-markdown": "var(--xmlui-marginTop-H1-markdown)", "marginBottom-H1-markdown": "var(--xmlui-marginBottom-H1-markdown)", "fontSize-H1-markdown": "var(--xmlui-fontSize-H1-markdown)", "marginTop-H2-markdown": "var(--xmlui-marginTop-H2-markdown)", "marginBottom-H2-markdown": "var(--xmlui-marginBottom-H2-markdown)", "marginTop-H3-markdown": "var(--xmlui-marginTop-H3-markdown)", "marginBottom-H3-markdown": "var(--xmlui-marginBottom-H3-markdown)", "marginTop-H4-markdown": "var(--xmlui-marginTop-H4-markdown)", "marginBottom-H4-markdown": "var(--xmlui-marginBottom-H4-markdown)", "marginTop-H5-markdown": "var(--xmlui-marginTop-H5-markdown)", "marginBottom-H5-markdown": "var(--xmlui-marginBottom-H5-markdown)", "marginTop-H6-markdown": "var(--xmlui-marginTop-H6-markdown)", "marginBottom-H6-markdown": "var(--xmlui-marginBottom-H6-markdown)", "marginTop-Image-markdown": "var(--xmlui-marginTop-Image-markdown)", "marginBottom-Image-markdown": "var(--xmlui-marginBottom-Image-markdown)", "marginLeft-Image-markdown": "var(--xmlui-marginLeft-Image-markdown)", "marginRight-Image-markdown": "var(--xmlui-marginRight-Image-markdown)", "backgroundColor-Admonition-info": "var(--xmlui-backgroundColor-Admonition-info)", "borderColor-Admonition-info": "var(--xmlui-borderColor-Admonition-info)", "backgroundColor-Admonition-warning": "var(--xmlui-backgroundColor-Admonition-warning)", "borderColor-Admonition-warning": "var(--xmlui-borderColor-Admonition-warning)", "backgroundColor-Admonition-danger": "var(--xmlui-backgroundColor-Admonition-danger)", "borderColor-Admonition-danger": "var(--xmlui-borderColor-Admonition-danger)", "backgroundColor-Admonition-note": "var(--xmlui-backgroundColor-Admonition-note)", "borderColor-Admonition-note": "var(--xmlui-borderColor-Admonition-note)", "backgroundColor-Admonition-tip": "var(--xmlui-backgroundColor-Admonition-tip)", "borderColor-Admonition-tip": "var(--xmlui-borderColor-Admonition-tip)", "borderColor-HorizontalRule": "var(--xmlui-borderColor-HorizontalRule)", "borderStyle-HorizontalRule": "var(--xmlui-borderStyle-HorizontalRule)", "borderWidth-HorizontalRule": "var(--xmlui-borderWidth-HorizontalRule)", "textColor-HtmlTable": "var(--xmlui-textColor-HtmlTable)", "backgroundColor-HtmlTable": "var(--xmlui-backgroundColor-HtmlTable)", "fontFamily-HtmlTable": "var(--xmlui-fontFamily-HtmlTable)", "fontSize-HtmlTable": "var(--xmlui-fontSize-HtmlTable)", "fontWeight-HtmlTable": "var(--xmlui-fontWeight-HtmlTable)", "textTransform-HtmlTable": "var(--xmlui-textTransform-HtmlTable)", "marginTop-HtmlTable": "var(--xmlui-marginTop-HtmlTable)", "marginBottom-HtmlTable": "var(--xmlui-marginBottom-HtmlTable)", "width-HtmlTable": "var(--xmlui-width-HtmlTable)", "border-HtmlTable": "var(--xmlui-border-HtmlTable)", "borderHorizontal-HtmlTable": "var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable))", "borderVertical-HtmlTable": "var(--xmlui-borderVertical-HtmlTable, var(--xmlui-border-HtmlTable))", "borderLeft-HtmlTable": "var(--xmlui-borderLeft-HtmlTable, var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable)))", "borderRight-HtmlTable": "var(--xmlui-borderRight-HtmlTable, var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable)))", "borderTop-HtmlTable": "var(--xmlui-borderTop-HtmlTable, var(--xmlui-borderVertical-HtmlTable, var(--xmlui-border-HtmlTable)))", "borderBottom-HtmlTable": "var(--xmlui-borderBottom-HtmlTable, var(--xmlui-borderVertical-HtmlTable, var(--xmlui-border-HtmlTable)))", "borderWidth-HtmlTable": "var(--xmlui-borderWidth-HtmlTable)", "borderHorizontalWidth-HtmlTable": "var(--xmlui-borderHorizontalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable))", "borderLeftWidth-HtmlTable": "var(--xmlui-borderLeftWidth-HtmlTable, var(--xmlui-borderHorizontalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable)))", "borderRightWidth-HtmlTable": "var(--xmlui-borderRightWidth-HtmlTable, var(--xmlui-borderHorizontalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable)))", "borderVerticalWidth-HtmlTable": "var(--xmlui-borderVerticalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable))", "borderTopWidth-HtmlTable": "var(--xmlui-borderTopWidth-HtmlTable, var(--xmlui-borderVerticalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable)))", "borderBottomWidth-HtmlTable": "var(--xmlui-borderBottomWidth-HtmlTable, var(--xmlui-borderVerticalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable)))", "borderStyle-HtmlTable": "var(--xmlui-borderStyle-HtmlTable)", "borderHorizontalStyle-HtmlTable": "var(--xmlui-borderHorizontalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable))", "borderLeftStyle-HtmlTable": "var(--xmlui-borderLeftStyle-HtmlTable, var(--xmlui-borderHorizontalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable)))", "borderRightStyle-HtmlTable": "var(--xmlui-borderRightStyle-HtmlTable, var(--xmlui-borderHorizontalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable)))", "borderVerticalStyle-HtmlTable": "var(--xmlui-borderVerticalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable))", "borderTopStyle-HtmlTable": "var(--xmlui-borderTopStyle-HtmlTable, var(--xmlui-borderVerticalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable)))", "borderBottomStyle-HtmlTable": "var(--xmlui-borderBottomStyle-HtmlTable, var(--xmlui-borderVerticalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable)))", "borderColor-HtmlTable": "var(--xmlui-borderColor-HtmlTable)", "borderHorizontalColor-HtmlTable": "var(--xmlui-borderHorizontalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable))", "borderLeftColor-HtmlTable": "var(--xmlui-borderLeftColor-HtmlTable, var(--xmlui-borderHorizontalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable)))", "borderRightColor-HtmlTable": "var(--xmlui-borderRightColor-HtmlTable, var(--xmlui-borderHorizontalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable)))", "borderVerticalColor-HtmlTable": "var(--xmlui-borderVerticalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable))", "borderTopColor-HtmlTable": "var(--xmlui-borderTopColor-HtmlTable, var(--xmlui-borderVerticalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable)))", "borderBottomColor-HtmlTable": "var(--xmlui-borderBottomColor-HtmlTable, var(--xmlui-borderVerticalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable)))", "borderStartStartRadius-HtmlTable": "var(--xmlui-borderStartStartRadius-HtmlTable, var(--xmlui-borderRadius-HtmlTable))", "borderStartEndRadius-HtmlTable": "var(--xmlui-borderStartEndRadius-HtmlTable, var(--xmlui-borderRadius-HtmlTable))", "borderEndStartRadius-HtmlTable": "var(--xmlui-borderEndStartRadius-HtmlTable, var(--xmlui-borderRadius-HtmlTable))", "borderEndEndRadius-HtmlTable": "var(--xmlui-borderEndEndRadius-HtmlTable, var(--xmlui-borderRadius-HtmlTable))", "padding-HtmlTable": "var(--xmlui-padding-HtmlTable)", "paddingHorizontal-HtmlTable": "var(--xmlui-paddingHorizontal-HtmlTable, var(--xmlui-padding-HtmlTable))", "paddingVertical-HtmlTable": "var(--xmlui-paddingVertical-HtmlTable, var(--xmlui-padding-HtmlTable))", "paddingLeft-HtmlTable": "var(--xmlui-paddingLeft-HtmlTable, var(--xmlui-paddingHorizontal-HtmlTable, var(--xmlui-padding-HtmlTable)))", "paddingRight-HtmlTable": "var(--xmlui-paddingRight-HtmlTable, var(--xmlui-paddingHorizontal-HtmlTable, var(--xmlui-padding-HtmlTable)))", "paddingTop-HtmlTable": "var(--xmlui-paddingTop-HtmlTable, var(--xmlui-paddingVertical-HtmlTable, var(--xmlui-padding-HtmlTable)))", "paddingBottom-HtmlTable": "var(--xmlui-paddingBottom-HtmlTable, var(--xmlui-paddingVertical-HtmlTable, var(--xmlui-padding-HtmlTable)))", "backgroundColor-HtmlThead": "var(--xmlui-backgroundColor-HtmlThead)", "textColor-HtmlThead": "var(--xmlui-textColor-HtmlThead)", "fontWeight-HtmlThead": "var(--xmlui-fontWeight-HtmlThead)", "fontSize-HtmlThead": "var(--xmlui-fontSize-HtmlThead)", "textTransform-HtmlThead": "var(--xmlui-textTransform-HtmlThead)", "border-HtmlThead": "var(--xmlui-border-HtmlThead)", "borderHorizontal-HtmlThead": "var(--xmlui-borderHorizontal-HtmlThead, var(--xmlui-border-HtmlThead))", "borderVertical-HtmlThead": "var(--xmlui-borderVertical-HtmlThead, var(--xmlui-border-HtmlThead))", "borderLeft-HtmlThead": "var(--xmlui-borderLeft-HtmlThead, var(--xmlui-borderHorizontal-HtmlThead, var(--xmlui-border-HtmlThead)))", "borderRight-HtmlThead": "var(--xmlui-borderRight-HtmlThead, var(--xmlui-borderHorizontal-HtmlThead, var(--xmlui-border-HtmlThead)))", "borderTop-HtmlThead": "var(--xmlui-borderTop-HtmlThead, var(--xmlui-borderVertical-HtmlThead, var(--xmlui-border-HtmlThead)))", "borderBottom-HtmlThead": "var(--xmlui-borderBottom-HtmlThead, var(--xmlui-borderVertical-HtmlThead, var(--xmlui-border-HtmlThead)))", "borderWidth-HtmlThead": "var(--xmlui-borderWidth-HtmlThead)", "borderHorizontalWidth-HtmlThead": "var(--xmlui-borderHorizontalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead))", "borderLeftWidth-HtmlThead": "var(--xmlui-borderLeftWidth-HtmlThead, var(--xmlui-borderHorizontalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead)))", "borderRightWidth-HtmlThead": "var(--xmlui-borderRightWidth-HtmlThead, var(--xmlui-borderHorizontalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead)))", "borderVerticalWidth-HtmlThead": "var(--xmlui-borderVerticalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead))", "borderTopWidth-HtmlThead": "var(--xmlui-borderTopWidth-HtmlThead, var(--xmlui-borderVerticalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead)))", "borderBottomWidth-HtmlThead": "var(--xmlui-borderBottomWidth-HtmlThead, var(--xmlui-borderVerticalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead)))", "borderStyle-HtmlThead": "var(--xmlui-borderStyle-HtmlThead)", "borderHorizontalStyle-HtmlThead": "var(--xmlui-borderHorizontalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead))", "borderLeftStyle-HtmlThead": "var(--xmlui-borderLeftStyle-HtmlThead, var(--xmlui-borderHorizontalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead)))", "borderRightStyle-HtmlThead": "var(--xmlui-borderRightStyle-HtmlThead, var(--xmlui-borderHorizontalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead)))", "borderVerticalStyle-HtmlThead": "var(--xmlui-borderVerticalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead))", "borderTopStyle-HtmlThead": "var(--xmlui-borderTopStyle-HtmlThead, var(--xmlui-borderVerticalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead)))", "borderBottomStyle-HtmlThead": "var(--xmlui-borderBottomStyle-HtmlThead, var(--xmlui-borderVerticalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead)))", "borderColor-HtmlThead": "var(--xmlui-borderColor-HtmlThead)", "borderHorizontalColor-HtmlThead": "var(--xmlui-borderHorizontalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead))", "borderLeftColor-HtmlThead": "var(--xmlui-borderLeftColor-HtmlThead, var(--xmlui-borderHorizontalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead)))", "borderRightColor-HtmlThead": "var(--xmlui-borderRightColor-HtmlThead, var(--xmlui-borderHorizontalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead)))", "borderVerticalColor-HtmlThead": "var(--xmlui-borderVerticalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead))", "borderTopColor-HtmlThead": "var(--xmlui-borderTopColor-HtmlThead, var(--xmlui-borderVerticalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead)))", "borderBottomColor-HtmlThead": "var(--xmlui-borderBottomColor-HtmlThead, var(--xmlui-borderVerticalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead)))", "borderStartStartRadius-HtmlThead": "var(--xmlui-borderStartStartRadius-HtmlThead, var(--xmlui-borderRadius-HtmlThead))", "borderStartEndRadius-HtmlThead": "var(--xmlui-borderStartEndRadius-HtmlThead, var(--xmlui-borderRadius-HtmlThead))", "borderEndStartRadius-HtmlThead": "var(--xmlui-borderEndStartRadius-HtmlThead, var(--xmlui-borderRadius-HtmlThead))", "borderEndEndRadius-HtmlThead": "var(--xmlui-borderEndEndRadius-HtmlThead, var(--xmlui-borderRadius-HtmlThead))", "padding-HtmlThead": "var(--xmlui-padding-HtmlThead)", "paddingHorizontal-HtmlThead": "var(--xmlui-paddingHorizontal-HtmlThead, var(--xmlui-padding-HtmlThead))", "paddingVertical-HtmlThead": "var(--xmlui-paddingVertical-HtmlThead, var(--xmlui-padding-HtmlThead))", "paddingLeft-HtmlThead": "var(--xmlui-paddingLeft-HtmlThead, var(--xmlui-paddingHorizontal-HtmlThead, var(--xmlui-padding-HtmlThead)))", "paddingRight-HtmlThead": "var(--xmlui-paddingRight-HtmlThead, var(--xmlui-paddingHorizontal-HtmlThead, var(--xmlui-padding-HtmlThead)))", "paddingTop-HtmlThead": "var(--xmlui-paddingTop-HtmlThead, var(--xmlui-paddingVertical-HtmlThead, var(--xmlui-padding-HtmlThead)))", "paddingBottom-HtmlThead": "var(--xmlui-paddingBottom-HtmlThead, var(--xmlui-paddingVertical-HtmlThead, var(--xmlui-padding-HtmlThead)))", "backgroundColor-HtmlTbody": "var(--xmlui-backgroundColor-HtmlTbody)", "textColor-HtmlTbody": "var(--xmlui-textColor-HtmlTbody)", "textAlign-HtmlTbody": "var(--xmlui-textAlign-HtmlTbody)", "verticalAlignment-HtmlTbody": "var(--xmlui-verticalAlignment-HtmlTbody)", "textTransform-HtmlTbody": "var(--xmlui-textTransform-HtmlTbody)", "backgroundColor-HtmlTfoot": "var(--xmlui-backgroundColor-HtmlTfoot)", "textColor-HtmlTfoot": "var(--xmlui-textColor-HtmlTfoot)", "backgroundColor-HtmlTh": "var(--xmlui-backgroundColor-HtmlTh)", "textColor-HtmlTh": "var(--xmlui-textColor-HtmlTh)", "fontWeight-HtmlTh": "var(--xmlui-fontWeight-HtmlTh)", "fontSize-HtmlTh": "var(--xmlui-fontSize-HtmlTh)", "backgroundColor-HtmlTh--hover": "var(--xmlui-backgroundColor-HtmlTh--hover)", "border-HtmlTh": "var(--xmlui-border-HtmlTh)", "borderHorizontal-HtmlTh": "var(--xmlui-borderHorizontal-HtmlTh, var(--xmlui-border-HtmlTh))", "borderVertical-HtmlTh": "var(--xmlui-borderVertical-HtmlTh, var(--xmlui-border-HtmlTh))", "borderLeft-HtmlTh": "var(--xmlui-borderLeft-HtmlTh, var(--xmlui-borderHorizontal-HtmlTh, var(--xmlui-border-HtmlTh)))", "borderRight-HtmlTh": "var(--xmlui-borderRight-HtmlTh, var(--xmlui-borderHorizontal-HtmlTh, var(--xmlui-border-HtmlTh)))", "borderTop-HtmlTh": "var(--xmlui-borderTop-HtmlTh, var(--xmlui-borderVertical-HtmlTh, var(--xmlui-border-HtmlTh)))", "borderBottom-HtmlTh": "var(--xmlui-borderBottom-HtmlTh, var(--xmlui-borderVertical-HtmlTh, var(--xmlui-border-HtmlTh)))", "borderWidth-HtmlTh": "var(--xmlui-borderWidth-HtmlTh)", "borderHorizontalWidth-HtmlTh": "var(--xmlui-borderHorizontalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh))", "borderLeftWidth-HtmlTh": "var(--xmlui-borderLeftWidth-HtmlTh, var(--xmlui-borderHorizontalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh)))", "borderRightWidth-HtmlTh": "var(--xmlui-borderRightWidth-HtmlTh, var(--xmlui-borderHorizontalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh)))", "borderVerticalWidth-HtmlTh": "var(--xmlui-borderVerticalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh))", "borderTopWidth-HtmlTh": "var(--xmlui-borderTopWidth-HtmlTh, var(--xmlui-borderVerticalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh)))", "borderBottomWidth-HtmlTh": "var(--xmlui-borderBottomWidth-HtmlTh, var(--xmlui-borderVerticalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh)))", "borderStyle-HtmlTh": "var(--xmlui-borderStyle-HtmlTh)", "borderHorizontalStyle-HtmlTh": "var(--xmlui-borderHorizontalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh))", "borderLeftStyle-HtmlTh": "var(--xmlui-borderLeftStyle-HtmlTh, var(--xmlui-borderHorizontalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh)))", "borderRightStyle-HtmlTh": "var(--xmlui-borderRightStyle-HtmlTh, var(--xmlui-borderHorizontalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh)))", "borderVerticalStyle-HtmlTh": "var(--xmlui-borderVerticalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh))", "borderTopStyle-HtmlTh": "var(--xmlui-borderTopStyle-HtmlTh, var(--xmlui-borderVerticalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh)))", "borderBottomStyle-HtmlTh": "var(--xmlui-borderBottomStyle-HtmlTh, var(--xmlui-borderVerticalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh)))", "borderColor-HtmlTh": "var(--xmlui-borderColor-HtmlTh)", "borderHorizontalColor-HtmlTh": "var(--xmlui-borderHorizontalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh))", "borderLeftColor-HtmlTh": "var(--xmlui-borderLeftColor-HtmlTh, var(--xmlui-borderHorizontalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh)))", "borderRightColor-HtmlTh": "var(--xmlui-borderRightColor-HtmlTh, var(--xmlui-borderHorizontalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh)))", "borderVerticalColor-HtmlTh": "var(--xmlui-borderVerticalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh))", "borderTopColor-HtmlTh": "var(--xmlui-borderTopColor-HtmlTh, var(--xmlui-borderVerticalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh)))", "borderBottomColor-HtmlTh": "var(--xmlui-borderBottomColor-HtmlTh, var(--xmlui-borderVerticalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh)))", "borderStartStartRadius-HtmlTh": "var(--xmlui-borderStartStartRadius-HtmlTh, var(--xmlui-borderRadius-HtmlTh))", "borderStartEndRadius-HtmlTh": "var(--xmlui-borderStartEndRadius-HtmlTh, var(--xmlui-borderRadius-HtmlTh))", "borderEndStartRadius-HtmlTh": "var(--xmlui-borderEndStartRadius-HtmlTh, var(--xmlui-borderRadius-HtmlTh))", "borderEndEndRadius-HtmlTh": "var(--xmlui-borderEndEndRadius-HtmlTh, var(--xmlui-borderRadius-HtmlTh))", "padding-HtmlTh": "var(--xmlui-padding-HtmlTh)", "paddingHorizontal-HtmlTh": "var(--xmlui-paddingHorizontal-HtmlTh, var(--xmlui-padding-HtmlTh))", "paddingVertical-HtmlTh": "var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh))", "paddingLeft-HtmlTh": "var(--xmlui-paddingLeft-HtmlTh, var(--xmlui-paddingHorizontal-HtmlTh, var(--xmlui-padding-HtmlTh)))", "paddingRight-HtmlTh": "var(--xmlui-paddingRight-HtmlTh, var(--xmlui-paddingHorizontal-HtmlTh, var(--xmlui-padding-HtmlTh)))", "paddingTop-HtmlTh": "var(--xmlui-paddingTop-HtmlTh, var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh)))", "paddingBottom-HtmlTh": "var(--xmlui-paddingBottom-HtmlTh, var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh)))", "backgroundColor-HtmlTr": "var(--xmlui-backgroundColor-HtmlTr)", "backgroundColor-HtmlTr--hover": "var(--xmlui-backgroundColor-HtmlTr--hover)", "backgroundColor-even-HtmlTr": "var(--xmlui-backgroundColor-even-HtmlTr)", "textColor-HtmlTr": "var(--xmlui-textColor-HtmlTr)", "textColor-HtmlTr--hover": "var(--xmlui-textColor-HtmlTr--hover)", "fontSize-HtmlTr": "var(--xmlui-fontSize-HtmlTr)", "fontWeight-HtmlTr": "var(--xmlui-fontWeight-HtmlTr)", "border-HtmlTr": "var(--xmlui-border-HtmlTr)", "borderHorizontal-HtmlTr": "var(--xmlui-borderHorizontal-HtmlTr, var(--xmlui-border-HtmlTr))", "borderVertical-HtmlTr": "var(--xmlui-borderVertical-HtmlTr, var(--xmlui-border-HtmlTr))", "borderLeft-HtmlTr": "var(--xmlui-borderLeft-HtmlTr, var(--xmlui-borderHorizontal-HtmlTr, var(--xmlui-border-HtmlTr)))", "borderRight-HtmlTr": "var(--xmlui-borderRight-HtmlTr, var(--xmlui-borderHorizontal-HtmlTr, var(--xmlui-border-HtmlTr)))", "borderTop-HtmlTr": "var(--xmlui-borderTop-HtmlTr, var(--xmlui-borderVertical-HtmlTr, var(--xmlui-border-HtmlTr)))", "borderBottom-HtmlTr": "var(--xmlui-borderBottom-HtmlTr, var(--xmlui-borderVertical-HtmlTr, var(--xmlui-border-HtmlTr)))", "borderWidth-HtmlTr": "var(--xmlui-borderWidth-HtmlTr)", "borderHorizontalWidth-HtmlTr": "var(--xmlui-borderHorizontalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr))", "borderLeftWidth-HtmlTr": "var(--xmlui-borderLeftWidth-HtmlTr, var(--xmlui-borderHorizontalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr)))", "borderRightWidth-HtmlTr": "var(--xmlui-borderRightWidth-HtmlTr, var(--xmlui-borderHorizontalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr)))", "borderVerticalWidth-HtmlTr": "var(--xmlui-borderVerticalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr))", "borderTopWidth-HtmlTr": "var(--xmlui-borderTopWidth-HtmlTr, var(--xmlui-borderVerticalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr)))", "borderBottomWidth-HtmlTr": "var(--xmlui-borderBottomWidth-HtmlTr, var(--xmlui-borderVerticalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr)))", "borderStyle-HtmlTr": "var(--xmlui-borderStyle-HtmlTr)", "borderHorizontalStyle-HtmlTr": "var(--xmlui-borderHorizontalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr))", "borderLeftStyle-HtmlTr": "var(--xmlui-borderLeftStyle-HtmlTr, var(--xmlui-borderHorizontalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr)))", "borderRightStyle-HtmlTr": "var(--xmlui-borderRightStyle-HtmlTr, var(--xmlui-borderHorizontalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr)))", "borderVerticalStyle-HtmlTr": "var(--xmlui-borderVerticalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr))", "borderTopStyle-HtmlTr": "var(--xmlui-borderTopStyle-HtmlTr, var(--xmlui-borderVerticalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr)))", "borderBottomStyle-HtmlTr": "var(--xmlui-borderBottomStyle-HtmlTr, var(--xmlui-borderVerticalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr)))", "borderColor-HtmlTr": "var(--xmlui-borderColor-HtmlTr)", "borderHorizontalColor-HtmlTr": "var(--xmlui-borderHorizontalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr))", "borderLeftColor-HtmlTr": "var(--xmlui-borderLeftColor-HtmlTr, var(--xmlui-borderHorizontalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr)))", "borderRightColor-HtmlTr": "var(--xmlui-borderRightColor-HtmlTr, var(--xmlui-borderHorizontalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr)))", "borderVerticalColor-HtmlTr": "var(--xmlui-borderVerticalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr))", "borderTopColor-HtmlTr": "var(--xmlui-borderTopColor-HtmlTr, var(--xmlui-borderVerticalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr)))", "borderBottomColor-HtmlTr": "var(--xmlui-borderBottomColor-HtmlTr, var(--xmlui-borderVerticalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr)))", "borderStartStartRadius-HtmlTr": "var(--xmlui-borderStartStartRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr))", "borderStartEndRadius-HtmlTr": "var(--xmlui-borderStartEndRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr))", "borderEndStartRadius-HtmlTr": "var(--xmlui-borderEndStartRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr))", "borderEndEndRadius-HtmlTr": "var(--xmlui-borderEndEndRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr))", "backgroundColor-HtmlTd": "var(--xmlui-backgroundColor-HtmlTd)", "text-align-HtmlTd": "var(--xmlui-text-align-HtmlTd)", "verticalAlignment-HtmlTd": "var(--xmlui-verticalAlignment-HtmlTd)", "fontSize-HtmlTd": "var(--xmlui-fontSize-HtmlTd)", "fontWeight-HtmlTd": "var(--xmlui-fontWeight-HtmlTd)", "border-HtmlTd": "var(--xmlui-border-HtmlTd)", "borderHorizontal-HtmlTd": "var(--xmlui-borderHorizontal-HtmlTd, var(--xmlui-border-HtmlTd))", "borderVertical-HtmlTd": "var(--xmlui-borderVertical-HtmlTd, var(--xmlui-border-HtmlTd))", "borderLeft-HtmlTd": "var(--xmlui-borderLeft-HtmlTd, var(--xmlui-borderHorizontal-HtmlTd, var(--xmlui-border-HtmlTd)))", "borderRight-HtmlTd": "var(--xmlui-borderRight-HtmlTd, var(--xmlui-borderHorizontal-HtmlTd, var(--xmlui-border-HtmlTd)))", "borderTop-HtmlTd": "var(--xmlui-borderTop-HtmlTd, var(--xmlui-borderVertical-HtmlTd, var(--xmlui-border-HtmlTd)))", "borderBottom-HtmlTd": "var(--xmlui-borderBottom-HtmlTd, var(--xmlui-borderVertical-HtmlTd, var(--xmlui-border-HtmlTd)))", "borderWidth-HtmlTd": "var(--xmlui-borderWidth-HtmlTd)", "borderHorizontalWidth-HtmlTd": "var(--xmlui-borderHorizontalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd))", "borderLeftWidth-HtmlTd": "var(--xmlui-borderLeftWidth-HtmlTd, var(--xmlui-borderHorizontalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd)))", "borderRightWidth-HtmlTd": "var(--xmlui-borderRightWidth-HtmlTd, var(--xmlui-borderHorizontalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd)))", "borderVerticalWidth-HtmlTd": "var(--xmlui-borderVerticalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd))", "borderTopWidth-HtmlTd": "var(--xmlui-borderTopWidth-HtmlTd, var(--xmlui-borderVerticalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd)))", "borderBottomWidth-HtmlTd": "var(--xmlui-borderBottomWidth-HtmlTd, var(--xmlui-borderVerticalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd)))", "borderStyle-HtmlTd": "var(--xmlui-borderStyle-HtmlTd)", "borderHorizontalStyle-HtmlTd": "var(--xmlui-borderHorizontalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd))", "borderLeftStyle-HtmlTd": "var(--xmlui-borderLeftStyle-HtmlTd, var(--xmlui-borderHorizontalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd)))", "borderRightStyle-HtmlTd": "var(--xmlui-borderRightStyle-HtmlTd, var(--xmlui-borderHorizontalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd)))", "borderVerticalStyle-HtmlTd": "var(--xmlui-borderVerticalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd))", "borderTopStyle-HtmlTd": "var(--xmlui-borderTopStyle-HtmlTd, var(--xmlui-borderVerticalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd)))", "borderBottomStyle-HtmlTd": "var(--xmlui-borderBottomStyle-HtmlTd, var(--xmlui-borderVerticalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd)))", "borderColor-HtmlTd": "var(--xmlui-borderColor-HtmlTd)", "borderHorizontalColor-HtmlTd": "var(--xmlui-borderHorizontalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd))", "borderLeftColor-HtmlTd": "var(--xmlui-borderLeftColor-HtmlTd, var(--xmlui-borderHorizontalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd)))", "borderRightColor-HtmlTd": "var(--xmlui-borderRightColor-HtmlTd, var(--xmlui-borderHorizontalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd)))", "borderVerticalColor-HtmlTd": "var(--xmlui-borderVerticalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd))", "borderTopColor-HtmlTd": "var(--xmlui-borderTopColor-HtmlTd, var(--xmlui-borderVerticalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd)))", "borderBottomColor-HtmlTd": "var(--xmlui-borderBottomColor-HtmlTd, var(--xmlui-borderVerticalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd)))", "borderStartStartRadius-HtmlTd": "var(--xmlui-borderStartStartRadius-HtmlTd, var(--xmlui-borderRadius-HtmlTd))", "borderStartEndRadius-HtmlTd": "var(--xmlui-borderStartEndRadius-HtmlTd, var(--xmlui-borderRadius-HtmlTd))", "borderEndStartRadius-HtmlTd": "var(--xmlui-borderEndStartRadius-HtmlTd, var(--xmlui-borderRadius-HtmlTd))", "borderEndEndRadius-HtmlTd": "var(--xmlui-borderEndEndRadius-HtmlTd, var(--xmlui-borderRadius-HtmlTd))", "padding-HtmlTd": "var(--xmlui-padding-HtmlTd)", "paddingHorizontal-HtmlTd": "var(--xmlui-paddingHorizontal-HtmlTd, var(--xmlui-padding-HtmlTd))", "paddingVertical-HtmlTd": "var(--xmlui-paddingVertical-HtmlTd, var(--xmlui-padding-HtmlTd))", "paddingLeft-HtmlTd": "var(--xmlui-paddingLeft-HtmlTd, var(--xmlui-paddingHorizontal-HtmlTd, var(--xmlui-padding-HtmlTd)))", "paddingRight-HtmlTd": "var(--xmlui-paddingRight-HtmlTd, var(--xmlui-paddingHorizontal-HtmlTd, var(--xmlui-padding-HtmlTd)))", "paddingTop-HtmlTd": "var(--xmlui-paddingTop-HtmlTd, var(--xmlui-paddingVertical-HtmlTd, var(--xmlui-padding-HtmlTd)))", "paddingBottom-HtmlTd": "var(--xmlui-paddingBottom-HtmlTd, var(--xmlui-paddingVertical-HtmlTd, var(--xmlui-padding-HtmlTd)))", "border-HtmlOl": "var(--xmlui-border-HtmlOl)", "borderHorizontal-HtmlOl": "var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl))", "borderVertical-HtmlOl": "var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl))", "borderLeft-HtmlOl": "var(--xmlui-borderLeft-HtmlOl, var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl)))", "borderRight-HtmlOl": "var(--xmlui-borderRight-HtmlOl, var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl)))", "borderTop-HtmlOl": "var(--xmlui-borderTop-HtmlOl, var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl)))", "borderBottom-HtmlOl": "var(--xmlui-borderBottom-HtmlOl, var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl)))", "borderWidth-HtmlOl": "var(--xmlui-borderWidth-HtmlOl)", "borderHorizontalWidth-HtmlOl": "var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl))", "borderLeftWidth-HtmlOl": "var(--xmlui-borderLeftWidth-HtmlOl, var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)))", "borderRightWidth-HtmlOl": "var(--xmlui-borderRightWidth-HtmlOl, var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)))", "borderVerticalWidth-HtmlOl": "var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl))", "borderTopWidth-HtmlOl": "var(--xmlui-borderTopWidth-HtmlOl, var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)))", "borderBottomWidth-HtmlOl": "var(--xmlui-borderBottomWidth-HtmlOl, var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)))", "borderStyle-HtmlOl": "var(--xmlui-borderStyle-HtmlOl)", "borderHorizontalStyle-HtmlOl": "var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl))", "borderLeftStyle-HtmlOl": "var(--xmlui-borderLeftStyle-HtmlOl, var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)))", "borderRightStyle-HtmlOl": "var(--xmlui-borderRightStyle-HtmlOl, var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)))", "borderVerticalStyle-HtmlOl": "var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl))", "borderTopStyle-HtmlOl": "var(--xmlui-borderTopStyle-HtmlOl, var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)))", "borderBottomStyle-HtmlOl": "var(--xmlui-borderBottomStyle-HtmlOl, var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)))", "borderColor-HtmlOl": "var(--xmlui-borderColor-HtmlOl)", "borderHorizontalColor-HtmlOl": "var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl))", "borderLeftColor-HtmlOl": "var(--xmlui-borderLeftColor-HtmlOl, var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)))", "borderRightColor-HtmlOl": "var(--xmlui-borderRightColor-HtmlOl, var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)))", "borderVerticalColor-HtmlOl": "var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl))", "borderTopColor-HtmlOl": "var(--xmlui-borderTopColor-HtmlOl, var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)))", "borderBottomColor-HtmlOl": "var(--xmlui-borderBottomColor-HtmlOl, var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)))", "borderStartStartRadius-HtmlOl": "var(--xmlui-borderStartStartRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl))", "borderStartEndRadius-HtmlOl": "var(--xmlui-borderStartEndRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl))", "borderEndStartRadius-HtmlOl": "var(--xmlui-borderEndStartRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl))", "borderEndEndRadius-HtmlOl": "var(--xmlui-borderEndEndRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl))", "padding-HtmlOl": "var(--xmlui-padding-HtmlOl)", "paddingHorizontal-HtmlOl": "var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl))", "paddingVertical-HtmlOl": "var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl))", "paddingLeft-HtmlOl": "var(--xmlui-paddingLeft-HtmlOl, var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl)))", "paddingRight-HtmlOl": "var(--xmlui-paddingRight-HtmlOl, var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl)))", "paddingTop-HtmlOl": "var(--xmlui-paddingTop-HtmlOl, var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl)))", "paddingBottom-HtmlOl": "var(--xmlui-paddingBottom-HtmlOl, var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl)))", "marginTop-HtmlOl": "var(--xmlui-marginTop-HtmlOl)", "marginBottom-HtmlOl": "var(--xmlui-marginBottom-HtmlOl)", "border-HtmlUl": "var(--xmlui-border-HtmlUl)", "borderHorizontal-HtmlUl": "var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl))", "borderVertical-HtmlUl": "var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl))", "borderLeft-HtmlUl": "var(--xmlui-borderLeft-HtmlUl, var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl)))", "borderRight-HtmlUl": "var(--xmlui-borderRight-HtmlUl, var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl)))", "borderTop-HtmlUl": "var(--xmlui-borderTop-HtmlUl, var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl)))", "borderBottom-HtmlUl": "var(--xmlui-borderBottom-HtmlUl, var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl)))", "borderWidth-HtmlUl": "var(--xmlui-borderWidth-HtmlUl)", "borderHorizontalWidth-HtmlUl": "var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl))", "borderLeftWidth-HtmlUl": "var(--xmlui-borderLeftWidth-HtmlUl, var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)))", "borderRightWidth-HtmlUl": "var(--xmlui-borderRightWidth-HtmlUl, var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)))", "borderVerticalWidth-HtmlUl": "var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl))", "borderTopWidth-HtmlUl": "var(--xmlui-borderTopWidth-HtmlUl, var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)))", "borderBottomWidth-HtmlUl": "var(--xmlui-borderBottomWidth-HtmlUl, var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)))", "borderStyle-HtmlUl": "var(--xmlui-borderStyle-HtmlUl)", "borderHorizontalStyle-HtmlUl": "var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl))", "borderLeftStyle-HtmlUl": "var(--xmlui-borderLeftStyle-HtmlUl, var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)))", "borderRightStyle-HtmlUl": "var(--xmlui-borderRightStyle-HtmlUl, var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)))", "borderVerticalStyle-HtmlUl": "var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl))", "borderTopStyle-HtmlUl": "var(--xmlui-borderTopStyle-HtmlUl, var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)))", "borderBottomStyle-HtmlUl": "var(--xmlui-borderBottomStyle-HtmlUl, var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)))", "borderColor-HtmlUl": "var(--xmlui-borderColor-HtmlUl)", "borderHorizontalColor-HtmlUl": "var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl))", "borderLeftColor-HtmlUl": "var(--xmlui-borderLeftColor-HtmlUl, var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)))", "borderRightColor-HtmlUl": "var(--xmlui-borderRightColor-HtmlUl, var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)))", "borderVerticalColor-HtmlUl": "var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl))", "borderTopColor-HtmlUl": "var(--xmlui-borderTopColor-HtmlUl, var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)))", "borderBottomColor-HtmlUl": "var(--xmlui-borderBottomColor-HtmlUl, var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)))", "borderStartStartRadius-HtmlUl": "var(--xmlui-borderStartStartRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl))", "borderStartEndRadius-HtmlUl": "var(--xmlui-borderStartEndRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl))", "borderEndStartRadius-HtmlUl": "var(--xmlui-borderEndStartRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl))", "borderEndEndRadius-HtmlUl": "var(--xmlui-borderEndEndRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl))", "padding-HtmlUl": "var(--xmlui-padding-HtmlUl)", "paddingHorizontal-HtmlUl": "var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl))", "paddingVertical-HtmlUl": "var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl))", "paddingLeft-HtmlUl": "var(--xmlui-paddingLeft-HtmlUl, var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl)))", "paddingRight-HtmlUl": "var(--xmlui-paddingRight-HtmlUl, var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl)))", "paddingTop-HtmlUl": "var(--xmlui-paddingTop-HtmlUl, var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl)))", "paddingBottom-HtmlUl": "var(--xmlui-paddingBottom-HtmlUl, var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl)))", "marginTop-HtmlUl": "var(--xmlui-marginTop-HtmlUl)", "marginBottom-HtmlUl": "var(--xmlui-marginBottom-HtmlUl)", "border-HtmlLi": "var(--xmlui-border-HtmlLi)", "borderHorizontal-HtmlLi": "var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi))", "borderVertical-HtmlLi": "var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi))", "borderLeft-HtmlLi": "var(--xmlui-borderLeft-HtmlLi, var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi)))", "borderRight-HtmlLi": "var(--xmlui-borderRight-HtmlLi, var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi)))", "borderTop-HtmlLi": "var(--xmlui-borderTop-HtmlLi, var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi)))", "borderBottom-HtmlLi": "var(--xmlui-borderBottom-HtmlLi, var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi)))", "borderWidth-HtmlLi": "var(--xmlui-borderWidth-HtmlLi)", "borderHorizontalWidth-HtmlLi": "var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi))", "borderLeftWidth-HtmlLi": "var(--xmlui-borderLeftWidth-HtmlLi, var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)))", "borderRightWidth-HtmlLi": "var(--xmlui-borderRightWidth-HtmlLi, var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)))", "borderVerticalWidth-HtmlLi": "var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi))", "borderTopWidth-HtmlLi": "var(--xmlui-borderTopWidth-HtmlLi, var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)))", "borderBottomWidth-HtmlLi": "var(--xmlui-borderBottomWidth-HtmlLi, var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)))", "borderStyle-HtmlLi": "var(--xmlui-borderStyle-HtmlLi)", "borderHorizontalStyle-HtmlLi": "var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi))", "borderLeftStyle-HtmlLi": "var(--xmlui-borderLeftStyle-HtmlLi, var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)))", "borderRightStyle-HtmlLi": "var(--xmlui-borderRightStyle-HtmlLi, var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)))", "borderVerticalStyle-HtmlLi": "var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi))", "borderTopStyle-HtmlLi": "var(--xmlui-borderTopStyle-HtmlLi, var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)))", "borderBottomStyle-HtmlLi": "var(--xmlui-borderBottomStyle-HtmlLi, var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)))", "borderColor-HtmlLi": "var(--xmlui-borderColor-HtmlLi)", "borderHorizontalColor-HtmlLi": "var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi))", "borderLeftColor-HtmlLi": "var(--xmlui-borderLeftColor-HtmlLi, var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)))", "borderRightColor-HtmlLi": "var(--xmlui-borderRightColor-HtmlLi, var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)))", "borderVerticalColor-HtmlLi": "var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi))", "borderTopColor-HtmlLi": "var(--xmlui-borderTopColor-HtmlLi, var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)))", "borderBottomColor-HtmlLi": "var(--xmlui-borderBottomColor-HtmlLi, var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)))", "borderStartStartRadius-HtmlLi": "var(--xmlui-borderStartStartRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi))", "borderStartEndRadius-HtmlLi": "var(--xmlui-borderStartEndRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi))", "borderEndStartRadius-HtmlLi": "var(--xmlui-borderEndStartRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi))", "borderEndEndRadius-HtmlLi": "var(--xmlui-borderEndEndRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi))", "padding-HtmlLi": "var(--xmlui-padding-HtmlLi)", "paddingHorizontal-HtmlLi": "var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi))", "paddingVertical-HtmlLi": "var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi))", "paddingLeft-HtmlLi": "var(--xmlui-paddingLeft-HtmlLi, var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi)))", "paddingRight-HtmlLi": "var(--xmlui-paddingRight-HtmlLi, var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi)))", "paddingTop-HtmlLi": "var(--xmlui-paddingTop-HtmlLi, var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi)))", "paddingBottom-HtmlLi": "var(--xmlui-paddingBottom-HtmlLi, var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi)))", "marginLeft-HtmlLi": "var(--xmlui-marginLeft-HtmlLi)", "marginTop-HtmlLi": "var(--xmlui-marginTop-HtmlLi)", "marginBottom-HtmlLi": "var(--xmlui-marginBottom-HtmlLi)", "listStyleType-HtmlLi": "var(--xmlui-listStyleType-HtmlLi)", "border-HtmlDetails": "var(--xmlui-border-HtmlDetails)", "borderHorizontal-HtmlDetails": "var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails))", "borderVertical-HtmlDetails": "var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails))", "borderLeft-HtmlDetails": "var(--xmlui-borderLeft-HtmlDetails, var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails)))", "borderRight-HtmlDetails": "var(--xmlui-borderRight-HtmlDetails, var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails)))", "borderTop-HtmlDetails": "var(--xmlui-borderTop-HtmlDetails, var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails)))", "borderBottom-HtmlDetails": "var(--xmlui-borderBottom-HtmlDetails, var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails)))", "borderWidth-HtmlDetails": "var(--xmlui-borderWidth-HtmlDetails)", "borderHorizontalWidth-HtmlDetails": "var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails))", "borderLeftWidth-HtmlDetails": "var(--xmlui-borderLeftWidth-HtmlDetails, var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)))", "borderRightWidth-HtmlDetails": "var(--xmlui-borderRightWidth-HtmlDetails, var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)))", "borderVerticalWidth-HtmlDetails": "var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails))", "borderTopWidth-HtmlDetails": "var(--xmlui-borderTopWidth-HtmlDetails, var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)))", "borderBottomWidth-HtmlDetails": "var(--xmlui-borderBottomWidth-HtmlDetails, var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)))", "borderStyle-HtmlDetails": "var(--xmlui-borderStyle-HtmlDetails)", "borderHorizontalStyle-HtmlDetails": "var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails))", "borderLeftStyle-HtmlDetails": "var(--xmlui-borderLeftStyle-HtmlDetails, var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)))", "borderRightStyle-HtmlDetails": "var(--xmlui-borderRightStyle-HtmlDetails, var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)))", "borderVerticalStyle-HtmlDetails": "var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails))", "borderTopStyle-HtmlDetails": "var(--xmlui-borderTopStyle-HtmlDetails, var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)))", "borderBottomStyle-HtmlDetails": "var(--xmlui-borderBottomStyle-HtmlDetails, var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)))", "borderColor-HtmlDetails": "var(--xmlui-borderColor-HtmlDetails)", "borderHorizontalColor-HtmlDetails": "var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails))", "borderLeftColor-HtmlDetails": "var(--xmlui-borderLeftColor-HtmlDetails, var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)))", "borderRightColor-HtmlDetails": "var(--xmlui-borderRightColor-HtmlDetails, var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)))", "borderVerticalColor-HtmlDetails": "var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails))", "borderTopColor-HtmlDetails": "var(--xmlui-borderTopColor-HtmlDetails, var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)))", "borderBottomColor-HtmlDetails": "var(--xmlui-borderBottomColor-HtmlDetails, var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)))", "borderStartStartRadius-HtmlDetails": "var(--xmlui-borderStartStartRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails))", "borderStartEndRadius-HtmlDetails": "var(--xmlui-borderStartEndRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails))", "borderEndStartRadius-HtmlDetails": "var(--xmlui-borderEndStartRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails))", "borderEndEndRadius-HtmlDetails": "var(--xmlui-borderEndEndRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails))", "padding-HtmlDetails": "var(--xmlui-padding-HtmlDetails)", "paddingHorizontal-HtmlDetails": "var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails))", "paddingVertical-HtmlDetails": "var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails))", "paddingLeft-HtmlDetails": "var(--xmlui-paddingLeft-HtmlDetails, var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails)))", "paddingRight-HtmlDetails": "var(--xmlui-paddingRight-HtmlDetails, var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails)))", "paddingTop-HtmlDetails": "var(--xmlui-paddingTop-HtmlDetails, var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails)))", "paddingBottom-HtmlDetails": "var(--xmlui-paddingBottom-HtmlDetails, var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails)))", "marginTop-HtmlDetails": "var(--xmlui-marginTop-HtmlDetails)", "marginBottom-HtmlDetails": "var(--xmlui-marginBottom-HtmlDetails)"}'`;
23996
- const markdownContent = "_markdownContent_7k9ge_14";
23997
- const markdown = "_markdown_7k9ge_14";
23998
- const block = "_block_7k9ge_136";
23999
- const blockquote = "_blockquote_7k9ge_142";
24000
- const blockquoteContainer = "_blockquoteContainer_7k9ge_158";
24001
- const admonitionBlockquote = "_admonitionBlockquote_7k9ge_186";
24002
- const info = "_info_7k9ge_218";
24003
- const warning$4 = "_warning_7k9ge_222";
24004
- const danger = "_danger_7k9ge_226";
24005
- const note = "_note_7k9ge_230";
24006
- const tip = "_tip_7k9ge_234";
24007
- const admonitionContainer = "_admonitionContainer_7k9ge_238";
24008
- const admonitionIcon = "_admonitionIcon_7k9ge_243";
24009
- const admonitionContent = "_admonitionContent_7k9ge_247";
24010
- const horizontalRule = "_horizontalRule_7k9ge_258";
24011
- const tableScrollContainer = "_tableScrollContainer_7k9ge_280";
24012
- const detailsAdornment = "_detailsAdornment_7k9ge_284";
24013
- const htmlTable$1 = "_htmlTable_7k9ge_318";
24014
- const htmlThead$1 = "_htmlThead_7k9ge_354";
24015
- const htmlTbody$1 = "_htmlTbody_7k9ge_386";
24016
- const htmlTfoot$1 = "_htmlTfoot_7k9ge_393";
24017
- const htmlTh$1 = "_htmlTh_7k9ge_354";
24018
- const htmlTr$1 = "_htmlTr_7k9ge_431";
24019
- const htmlTd$1 = "_htmlTd_7k9ge_467";
24020
- const htmlUl$1 = "_htmlUl_7k9ge_499";
24021
- const htmlOl$1 = "_htmlOl_7k9ge_528";
24022
- const htmlLi = "_htmlLi_7k9ge_557";
24023
- const htmlVideo = "_htmlVideo_7k9ge_588";
24024
- const htmlDetails$1 = "_htmlDetails_7k9ge_592";
24099
+ const markdownContent = "_markdownContent_1aepy_14";
24100
+ const htmlTh$1 = "_htmlTh_1aepy_58";
24101
+ const htmlTd$1 = "_htmlTd_1aepy_59";
24102
+ const markdown = "_markdown_1aepy_14";
24103
+ const block = "_block_1aepy_141";
24104
+ const blockquote = "_blockquote_1aepy_147";
24105
+ const blockquoteContainer = "_blockquoteContainer_1aepy_163";
24106
+ const admonitionBlockquote = "_admonitionBlockquote_1aepy_191";
24107
+ const info = "_info_1aepy_223";
24108
+ const warning$4 = "_warning_1aepy_227";
24109
+ const danger = "_danger_1aepy_231";
24110
+ const note = "_note_1aepy_235";
24111
+ const tip = "_tip_1aepy_239";
24112
+ const admonitionContainer = "_admonitionContainer_1aepy_243";
24113
+ const admonitionIcon = "_admonitionIcon_1aepy_248";
24114
+ const admonitionContent = "_admonitionContent_1aepy_252";
24115
+ const horizontalRule = "_horizontalRule_1aepy_263";
24116
+ const tableScrollContainer = "_tableScrollContainer_1aepy_285";
24117
+ const detailsAdornment = "_detailsAdornment_1aepy_289";
24118
+ const htmlTable$1 = "_htmlTable_1aepy_323";
24119
+ const htmlThead$1 = "_htmlThead_1aepy_359";
24120
+ const htmlTbody$1 = "_htmlTbody_1aepy_391";
24121
+ const htmlTfoot$1 = "_htmlTfoot_1aepy_398";
24122
+ const htmlTr$1 = "_htmlTr_1aepy_440";
24123
+ const htmlUl$1 = "_htmlUl_1aepy_512";
24124
+ const htmlOl$1 = "_htmlOl_1aepy_541";
24125
+ const htmlLi = "_htmlLi_1aepy_570";
24126
+ const htmlVideo = "_htmlVideo_1aepy_601";
24127
+ const htmlDetails$1 = "_htmlDetails_1aepy_605";
24025
24128
  const styles$J = {
24026
24129
  themeVars: themeVars$t,
24027
24130
  markdownContent,
24131
+ htmlTh: htmlTh$1,
24132
+ htmlTd: htmlTd$1,
24028
24133
  markdown,
24029
24134
  block,
24030
24135
  blockquote,
@@ -24045,9 +24150,7 @@ const styles$J = {
24045
24150
  htmlThead: htmlThead$1,
24046
24151
  htmlTbody: htmlTbody$1,
24047
24152
  htmlTfoot: htmlTfoot$1,
24048
- htmlTh: htmlTh$1,
24049
24153
  htmlTr: htmlTr$1,
24050
- htmlTd: htmlTd$1,
24051
24154
  htmlUl: htmlUl$1,
24052
24155
  htmlOl: htmlOl$1,
24053
24156
  htmlLi,
@@ -25263,11 +25366,11 @@ const ResponsiveBar = forwardRef(function ResponsiveBar2({
25263
25366
  }
25264
25367
  );
25265
25368
  });
25266
- const COMP$1d = "ResponsiveBar";
25369
+ const COMP$1c = "ResponsiveBar";
25267
25370
  const ResponsiveBarMd = createMetadata({
25268
25371
  status: "stable",
25269
25372
  description: "`ResponsiveBar` is a layout container that automatically manages child component overflow by moving items that don't fit into a dropdown menu. It supports both horizontal and vertical orientations and provides a space-efficient way to display navigation items, toolbar buttons, or other components that need to adapt to varying container dimensions while maintaining full functionality.",
25270
- docFolder: COMP$1d,
25373
+ docFolder: COMP$1c,
25271
25374
  props: {
25272
25375
  orientation: {
25273
25376
  description: "Layout direction of the responsive bar. In horizontal mode, items are arranged left-to-right and overflow is based on container width. In vertical mode, items are arranged top-to-bottom and overflow is based on container height.",
@@ -25287,20 +25390,20 @@ const ResponsiveBarMd = createMetadata({
25287
25390
  }
25288
25391
  },
25289
25392
  events: {
25290
- click: dClick(COMP$1d)
25393
+ click: dClick(COMP$1c)
25291
25394
  },
25292
25395
  apis: {},
25293
25396
  contextVars: {},
25294
25397
  themeVars: parseScssVar(styles$F.themeVars),
25295
25398
  limitThemeVarsToComponent: true,
25296
25399
  defaultThemeVars: {
25297
- [`backgroundColor-${COMP$1d}`]: "transparent",
25298
- [`padding-${COMP$1d}`]: "0",
25299
- [`margin-${COMP$1d}`]: "0"
25400
+ [`backgroundColor-${COMP$1c}`]: "transparent",
25401
+ [`padding-${COMP$1c}`]: "0",
25402
+ [`margin-${COMP$1c}`]: "0"
25300
25403
  }
25301
25404
  });
25302
25405
  const responsiveBarComponentRenderer = createComponentRenderer(
25303
- COMP$1d,
25406
+ COMP$1c,
25304
25407
  ResponsiveBarMd,
25305
25408
  ({ node, extractValue, renderChild: renderChild2, className, lookupEventHandler }) => {
25306
25409
  return /* @__PURE__ */ jsx(
@@ -25316,14 +25419,14 @@ const responsiveBarComponentRenderer = createComponentRenderer(
25316
25419
  );
25317
25420
  }
25318
25421
  );
25319
- const COMP$1c = "SpaceFiller";
25422
+ const COMP$1b = "SpaceFiller";
25320
25423
  const SpaceFillerMd = createMetadata({
25321
25424
  status: "stable",
25322
25425
  description: "`SpaceFiller` works well in layout containers to fill remaining (unused) space. Its behavior depends on the layout container in which it is used.",
25323
25426
  themeVars: parseScssVar(styles$R.themeVars)
25324
25427
  });
25325
- const spaceFillerComponentRenderer = createComponentRenderer(COMP$1c, SpaceFillerMd, () => /* @__PURE__ */ jsx(SpaceFiller, {}));
25326
- const COMP$1b = "TextArea";
25428
+ const spaceFillerComponentRenderer = createComponentRenderer(COMP$1b, SpaceFillerMd, () => /* @__PURE__ */ jsx(SpaceFiller, {}));
25429
+ const COMP$1a = "TextArea";
25327
25430
  const resizeOptionsMd = [
25328
25431
  { value: "(undefined)", description: "No resizing" },
25329
25432
  { value: "horizontal", description: "Can only resize horizontally" },
@@ -25354,15 +25457,15 @@ const TextAreaMd = createMetadata({
25354
25457
  defaultValue: defaultProps$H.enterSubmits
25355
25458
  },
25356
25459
  escResets: {
25357
- description: `This boolean property indicates whether the ${COMP$1b} contents should be reset when pressing the ESC key.`,
25460
+ description: `This boolean property indicates whether the ${COMP$1a} contents should be reset when pressing the ESC key.`,
25358
25461
  valueType: "boolean",
25359
25462
  defaultValue: false
25360
25463
  },
25361
25464
  maxRows: d(
25362
- `This optional property sets the maximum number of text rows the \`${COMP$1b}\` can grow. If not set, the number of rows is unlimited.`
25465
+ `This optional property sets the maximum number of text rows the \`${COMP$1a}\` can grow. If not set, the number of rows is unlimited.`
25363
25466
  ),
25364
25467
  minRows: d(
25365
- `This optional property sets the minimum number of text rows the \`${COMP$1b}\` can shrink. If not set, the minimum number of rows is 1.`
25468
+ `This optional property sets the minimum number of text rows the \`${COMP$1a}\` can shrink. If not set, the minimum number of rows is 1.`
25366
25469
  ),
25367
25470
  rows: {
25368
25471
  description: `Specifies the number of rows the component initially has.`,
@@ -25370,7 +25473,7 @@ const TextAreaMd = createMetadata({
25370
25473
  defaultValue: defaultProps$H.rows
25371
25474
  },
25372
25475
  autoSize: {
25373
- description: `If set to \`true\`, this boolean property enables the \`${COMP$1b}\` to resize automatically based on the number of lines inside it.`,
25476
+ description: `If set to \`true\`, this boolean property enables the \`${COMP$1a}\` to resize automatically based on the number of lines inside it.`,
25374
25477
  valueType: "boolean",
25375
25478
  defaultValue: false
25376
25479
  },
@@ -25388,13 +25491,13 @@ const TextAreaMd = createMetadata({
25388
25491
  }
25389
25492
  },
25390
25493
  events: {
25391
- gotFocus: dGotFocus(COMP$1b),
25392
- lostFocus: dLostFocus(COMP$1b),
25393
- didChange: dDidChange(COMP$1b)
25494
+ gotFocus: dGotFocus(COMP$1a),
25495
+ lostFocus: dLostFocus(COMP$1a),
25496
+ didChange: dDidChange(COMP$1a)
25394
25497
  },
25395
25498
  apis: {
25396
25499
  focus: {
25397
- description: `This method sets the focus on the \`${COMP$1b}\` component.`,
25500
+ description: `This method sets the focus on the \`${COMP$1a}\` component.`,
25398
25501
  signature: "focus(): void"
25399
25502
  },
25400
25503
  value: {
@@ -25405,12 +25508,12 @@ const TextAreaMd = createMetadata({
25405
25508
  },
25406
25509
  themeVars: parseScssVar(styles$N.themeVars),
25407
25510
  defaultThemeVars: {
25408
- [`paddingVertical-${COMP$1b}`]: "$space-2",
25409
- [`paddingHorizontal-${COMP$1b}`]: "$space-2"
25511
+ [`paddingVertical-${COMP$1a}`]: "$space-2",
25512
+ [`paddingHorizontal-${COMP$1a}`]: "$space-2"
25410
25513
  }
25411
25514
  });
25412
25515
  const textAreaComponentRenderer = createComponentRenderer(
25413
- COMP$1b,
25516
+ COMP$1a,
25414
25517
  TextAreaMd,
25415
25518
  ({
25416
25519
  node,
@@ -25450,7 +25553,7 @@ const textAreaComponentRenderer = createComponentRenderer(
25450
25553
  );
25451
25554
  }
25452
25555
  );
25453
- const COMP$1a = "NavLink";
25556
+ const COMP$19 = "NavLink";
25454
25557
  const NavLinkMd = createMetadata({
25455
25558
  status: "stable",
25456
25559
  description: "`NavLink` creates interactive navigation items that connect users to different destinations within an app or external URLs. It automatically indicates active states, supports custom icons and labels, and can execute custom actions instead of navigation when needed.",
@@ -25460,7 +25563,7 @@ const NavLinkMd = createMetadata({
25460
25563
  active: {
25461
25564
  description: `This property indicates if the particular navigation is an active link. An active link has a particular visual appearance, provided its [\`displayActive\`](#displayactive) property is set to \`true\`.`,
25462
25565
  valueType: "boolean",
25463
- defaultValue: defaultProps$16.active
25566
+ defaultValue: defaultProps$17.active
25464
25567
  },
25465
25568
  target: {
25466
25569
  description: `This optionally property specifies how to open the clicked link.`,
@@ -25469,50 +25572,57 @@ const NavLinkMd = createMetadata({
25469
25572
  },
25470
25573
  label: dLabel(),
25471
25574
  vertical: {
25472
- description: `This property sets how the active status is displayed on the \`${COMP$1a}\` component. If set to true, the indicator is displayed on the side which lends itself to a vertically aligned navigation menu. By default, it displays a horizontal indicator.`,
25575
+ description: `This property sets how the active status is displayed on the \`${COMP$19}\` component. If set to true, the indicator is displayed on the side which lends itself to a vertically aligned navigation menu. By default, it displays a horizontal indicator.`,
25473
25576
  valueType: "boolean"
25474
25577
  },
25475
25578
  displayActive: {
25476
25579
  description: `This Boolean property indicates if the active state of a link should have a visual indication. Setting it to \`false\` removes the visual indication of an active link.`,
25477
25580
  valueType: "boolean",
25478
- defaultValue: defaultProps$16.displayActive
25581
+ defaultValue: defaultProps$17.displayActive
25582
+ },
25583
+ noIndicator: {
25584
+ description: `This Boolean property controls whether to hide the visual indicator for active and hovered states. When set to \`true\`, the indicator line will not be displayed.`,
25585
+ valueType: "boolean",
25586
+ defaultValue: defaultProps$17.noIndicator
25479
25587
  },
25480
25588
  icon: d(
25481
25589
  `This property allows you to add an optional icon (specify the icon's name) to the navigation link.`
25482
25590
  )
25483
25591
  },
25484
25592
  events: {
25485
- click: dClick(COMP$1a)
25593
+ click: dClick(COMP$19)
25486
25594
  },
25487
25595
  themeVars: parseScssVar(navLinkStyles.themeVars),
25488
25596
  themeVarDescriptions: {
25489
- [`color-indicator-${COMP$1a}`]: "Provides the following states: `--hover`, `--active`, `--pressed`"
25597
+ [`color-indicator-${COMP$19}`]: "Provides the following states: `--hover`, `--active`, `--pressed`"
25490
25598
  },
25491
25599
  defaultThemeVars: {
25492
- [`border-${COMP$1a}`]: "0px solid $borderColor",
25493
- [`borderRadius-${COMP$1a}`]: "$borderRadius",
25494
- [`backgroundColor-${COMP$1a}`]: "transparent",
25495
- [`paddingHorizontal-${COMP$1a}`]: "$space-4",
25496
- [`paddingVertical-${COMP$1a}`]: "$space-2",
25497
- [`fontSize-${COMP$1a}`]: "$fontSize-sm",
25498
- [`fontWeight-${COMP$1a}`]: "$fontWeight-normal",
25499
- [`fontFamily-${COMP$1a}`]: "$fontFamily",
25500
- [`textColor-${COMP$1a}`]: "$textColor-primary",
25501
- [`fontWeight-${COMP$1a}--pressed`]: "$fontWeight-normal",
25502
- [`thickness-indicator-${COMP$1a}`]: "$space-0_5",
25503
- [`outlineColor-${COMP$1a}--focus`]: "$outlineColor--focus",
25504
- [`outlineWidth-${COMP$1a}--focus`]: "$outlineWidth--focus",
25505
- [`outlineStyle-${COMP$1a}--focus`]: "$outlineStyle--focus",
25506
- [`outlineOffset-${COMP$1a}--focus`]: "-1px",
25507
- [`borderRadius-indicator-${COMP$1a}`]: "$borderRadius",
25508
- [`color-icon-${COMP$1a}`]: "$color-surface-500",
25509
- [`color-indicator-${COMP$1a}--active`]: "$color-primary-500",
25510
- [`color-indicator-${COMP$1a}--pressed`]: "$color-primary-500",
25511
- [`color-indicator-${COMP$1a}--hover`]: "$color-primary-600"
25600
+ [`border-${COMP$19}`]: "0px solid $borderColor",
25601
+ [`borderRadius-${COMP$19}`]: "$borderRadius",
25602
+ [`backgroundColor-${COMP$19}`]: "transparent",
25603
+ [`paddingHorizontal-${COMP$19}`]: "$space-4",
25604
+ [`paddingVertical-${COMP$19}`]: "$space-2",
25605
+ [`fontSize-${COMP$19}`]: "$fontSize-sm",
25606
+ [`fontWeight-${COMP$19}`]: "$fontWeight-normal",
25607
+ [`fontFamily-${COMP$19}`]: "$fontFamily",
25608
+ [`textColor-${COMP$19}`]: "$textColor-primary",
25609
+ [`textColor-${COMP$19}--active`]: "$color-primary-500",
25610
+ [`fontWeight-${COMP$19}--active`]: "$fontWeight-bold",
25611
+ [`fontWeight-${COMP$19}--pressed`]: "$fontWeight-normal",
25612
+ [`thickness-indicator-${COMP$19}`]: "$space-0_5",
25613
+ [`outlineColor-${COMP$19}--focus`]: "$outlineColor--focus",
25614
+ [`outlineWidth-${COMP$19}--focus`]: "$outlineWidth--focus",
25615
+ [`outlineStyle-${COMP$19}--focus`]: "$outlineStyle--focus",
25616
+ [`outlineOffset-${COMP$19}--focus`]: "-1px",
25617
+ [`borderRadius-indicator-${COMP$19}`]: "$borderRadius",
25618
+ [`color-icon-${COMP$19}`]: "$color-surface-500",
25619
+ [`color-indicator-${COMP$19}--active`]: "$color-primary-500",
25620
+ [`color-indicator-${COMP$19}--pressed`]: "$color-primary-500",
25621
+ [`color-indicator-${COMP$19}--hover`]: "$color-primary-600"
25512
25622
  }
25513
25623
  });
25514
25624
  const navLinkComponentRenderer = createComponentRenderer(
25515
- COMP$1a,
25625
+ COMP$19,
25516
25626
  NavLinkMd,
25517
25627
  ({ node, extractValue, renderChild: renderChild2, className }) => {
25518
25628
  const iconName = extractValue.asString(node.props.icon);
@@ -25524,6 +25634,7 @@ const navLinkComponentRenderer = createComponentRenderer(
25524
25634
  disabled: !extractValue.asOptionalBoolean(node.props.enabled ?? true),
25525
25635
  vertical: extractValue.asOptionalBoolean(node.props.vertical),
25526
25636
  displayActive: extractValue.asOptionalBoolean(node.props.displayActive),
25637
+ noIndicator: extractValue.asOptionalBoolean(node.props.noIndicator),
25527
25638
  forceActive: extractValue.asOptionalBoolean(node.props.active),
25528
25639
  className,
25529
25640
  target: extractValue(node.props?.target),
@@ -25533,7 +25644,7 @@ const navLinkComponentRenderer = createComponentRenderer(
25533
25644
  );
25534
25645
  }
25535
25646
  );
25536
- const COMP$19 = "Link";
25647
+ const COMP$18 = "Link";
25537
25648
  const LinkMd = createMetadata({
25538
25649
  status: "stable",
25539
25650
  description: "`Link` creates clickable navigation elements for internal app routes or external URLs. You can use the `label` and `icon` properties for simple text links, or embed custom components like buttons, cards, or complex layouts for rich interactive link presentations.",
@@ -25545,10 +25656,10 @@ const LinkMd = createMetadata({
25545
25656
  active: {
25546
25657
  description: `Indicates whether this link is active or not. If so, it will have a distinct visual appearance.`,
25547
25658
  type: "boolean",
25548
- defaultValue: defaultProps$$.active
25659
+ defaultValue: defaultProps$10.active
25549
25660
  },
25550
25661
  target: {
25551
- description: `This property specifies where to open the link represented by the \`${COMP$19}\`. This property accepts the following values (in accordance with the HTML standard):`,
25662
+ description: `This property specifies where to open the link represented by the \`${COMP$18}\`. This property accepts the following values (in accordance with the HTML standard):`,
25552
25663
  availableValues: LinkTargetMd,
25553
25664
  type: "string"
25554
25665
  },
@@ -25564,37 +25675,37 @@ const LinkMd = createMetadata({
25564
25675
  },
25565
25676
  themeVars: parseScssVar(styles$12.themeVars),
25566
25677
  themeVarDescriptions: {
25567
- [`gap-icon-${COMP$19}`]: "This property defines the size of the gap between the icon and the label."
25678
+ [`gap-icon-${COMP$18}`]: "This property defines the size of the gap between the icon and the label."
25568
25679
  },
25569
25680
  defaultThemeVars: {
25570
- [`border-${COMP$19}`]: "0px solid $borderColor",
25571
- [`textColor-${COMP$19}`]: "$color-primary-500",
25572
- [`textDecorationColor-${COMP$19}`]: `textDecorationColor-${COMP$19}`,
25573
- [`textColor-${COMP$19}--hover`]: `$color-primary-400`,
25574
- [`textDecorationColor-${COMP$19}--hover`]: `textColor-${COMP$19}--hover`,
25575
- [`textColor-${COMP$19}--active`]: "$color-primary-400",
25576
- [`textDecorationColor-${COMP$19}--active`]: `textColor-${COMP$19}--active`,
25577
- [`textColor-${COMP$19}--hover--active`]: `$textColor-${COMP$19}--active`,
25578
- [`textUnderlineOffset-${COMP$19}`]: "$space-1",
25579
- [`textDecorationLine-${COMP$19}`]: "underline",
25580
- [`textDecorationStyle-${COMP$19}`]: "solid",
25581
- [`outlineColor-${COMP$19}--focus`]: "$outlineColor--focus",
25582
- [`outlineWidth-${COMP$19}--focus`]: "$outlineWidth--focus",
25583
- [`outlineStyle-${COMP$19}--focus`]: "$outlineStyle--focus",
25584
- [`outlineOffset-${COMP$19}--focus`]: "$outlineOffset--focus",
25585
- [`fontSize-${COMP$19}`]: "inherit",
25586
- [`fontWeight-${COMP$19}--active`]: "$fontWeight-bold",
25587
- [`gap-icon-${COMP$19}`]: "$gap-tight",
25588
- [`padding-icon-${COMP$19}`]: "$space-0_5",
25681
+ [`border-${COMP$18}`]: "0px solid $borderColor",
25682
+ [`textColor-${COMP$18}`]: "$color-primary-500",
25683
+ [`textDecorationColor-${COMP$18}`]: `textDecorationColor-${COMP$18}`,
25684
+ [`textColor-${COMP$18}--hover`]: `$color-primary-400`,
25685
+ [`textDecorationColor-${COMP$18}--hover`]: `textColor-${COMP$18}--hover`,
25686
+ [`textColor-${COMP$18}--active`]: "$color-primary-400",
25687
+ [`textDecorationColor-${COMP$18}--active`]: `textColor-${COMP$18}--active`,
25688
+ [`textColor-${COMP$18}--hover--active`]: `$textColor-${COMP$18}--active`,
25689
+ [`textUnderlineOffset-${COMP$18}`]: "$space-1",
25690
+ [`textDecorationLine-${COMP$18}`]: "underline",
25691
+ [`textDecorationStyle-${COMP$18}`]: "solid",
25692
+ [`outlineColor-${COMP$18}--focus`]: "$outlineColor--focus",
25693
+ [`outlineWidth-${COMP$18}--focus`]: "$outlineWidth--focus",
25694
+ [`outlineStyle-${COMP$18}--focus`]: "$outlineStyle--focus",
25695
+ [`outlineOffset-${COMP$18}--focus`]: "$outlineOffset--focus",
25696
+ [`fontSize-${COMP$18}`]: "inherit",
25697
+ [`fontWeight-${COMP$18}--active`]: "$fontWeight-bold",
25698
+ [`gap-icon-${COMP$18}`]: "$gap-tight",
25699
+ [`padding-icon-${COMP$18}`]: "$space-0_5",
25589
25700
  dark: {
25590
- [`textColor-${COMP$19}`]: "$color-primary-600",
25591
- [`textColor-${COMP$19}--hover`]: `$color-primary-500`,
25592
- [`textColor-${COMP$19}--active`]: "$color-primary-500"
25701
+ [`textColor-${COMP$18}`]: "$color-primary-600",
25702
+ [`textColor-${COMP$18}--hover`]: `$color-primary-500`,
25703
+ [`textColor-${COMP$18}--active`]: "$color-primary-500"
25593
25704
  }
25594
25705
  }
25595
25706
  });
25596
25707
  const localLinkComponentRenderer = createComponentRenderer(
25597
- COMP$19,
25708
+ COMP$18,
25598
25709
  LinkMd,
25599
25710
  ({ node, extractValue, renderChild: renderChild2, lookupEventHandler, className }) => {
25600
25711
  return /* @__PURE__ */ jsx(
@@ -26129,7 +26240,7 @@ const TreeComponent = memo((props) => {
26129
26240
  } catch (error2) {
26130
26241
  return emptyTreeData;
26131
26242
  }
26132
- }, [effectiveData, dataFormat, fieldConfig, dataRevision]);
26243
+ }, [effectiveData, dataFormat, fieldConfig]);
26133
26244
  const { treeData, treeItemsById } = transformedData;
26134
26245
  const mappedSelectedId = useMemo(() => {
26135
26246
  if (selectedValue) {
@@ -26986,10 +27097,10 @@ const TreeComponent = memo((props) => {
26986
27097
  }
26987
27098
  );
26988
27099
  });
26989
- const COMP$18 = "Tree";
27100
+ const COMP$17 = "Tree";
26990
27101
  const TreeMd = createMetadata({
26991
27102
  status: "stable",
26992
- description: `The \`${COMP$18}\` component is a virtualized tree component that displays hierarchical data with support for flat and hierarchy data formats.`,
27103
+ description: `The \`${COMP$17}\` component is a virtualized tree component that displays hierarchical data with support for flat and hierarchy data formats.`,
26993
27104
  props: {
26994
27105
  data: {
26995
27106
  description: `The data source of the tree. Format depends on the dataFormat property.`,
@@ -27249,20 +27360,20 @@ const TreeMd = createMetadata({
27249
27360
  },
27250
27361
  themeVars: parseScssVar(styles$E.themeVars),
27251
27362
  defaultThemeVars: {
27252
- [`backgroundColor-${COMP$18}-row--selected`]: "$color-primary-50",
27253
- [`backgroundColor-${COMP$18}-row--hover`]: "$color-surface-100",
27254
- [`textColor-${COMP$18}`]: "$textColor-primary",
27255
- [`textColor-${COMP$18}--selected`]: "$color-primary-900",
27256
- [`textColor-${COMP$18}--hover`]: "$textColor-primary",
27257
- [`borderColor-${COMP$18}-row--focus`]: "$color-primary-500",
27258
- [`outlineColor-${COMP$18}--focus`]: "$outlineColor--focus",
27259
- [`outlineWidth-${COMP$18}--focus`]: "$outlineWidth--focus",
27260
- [`outlineStyle-${COMP$18}--focus`]: "$outlineStyle--focus",
27261
- [`outlineOffset-${COMP$18}--focus`]: "$outlineOffset--focus"
27363
+ [`backgroundColor-${COMP$17}-row--selected`]: "$color-primary-50",
27364
+ [`backgroundColor-${COMP$17}-row--hover`]: "$color-surface-100",
27365
+ [`textColor-${COMP$17}`]: "$textColor-primary",
27366
+ [`textColor-${COMP$17}--selected`]: "$color-primary-900",
27367
+ [`textColor-${COMP$17}--hover`]: "$textColor-primary",
27368
+ [`borderColor-${COMP$17}-row--focus`]: "$color-primary-500",
27369
+ [`outlineColor-${COMP$17}--focus`]: "$outlineColor--focus",
27370
+ [`outlineWidth-${COMP$17}--focus`]: "$outlineWidth--focus",
27371
+ [`outlineStyle-${COMP$17}--focus`]: "$outlineStyle--focus",
27372
+ [`outlineOffset-${COMP$17}--focus`]: "$outlineOffset--focus"
27262
27373
  }
27263
27374
  });
27264
27375
  const treeComponentRenderer = createComponentRenderer(
27265
- COMP$18,
27376
+ COMP$17,
27266
27377
  TreeMd,
27267
27378
  ({ node, extractValue, renderChild: renderChild2, className, lookupEventHandler, registerComponentApi }) => {
27268
27379
  const defaultItemTemplate = {
@@ -27341,10 +27452,10 @@ const treeComponentRenderer = createComponentRenderer(
27341
27452
  );
27342
27453
  }
27343
27454
  );
27344
- const COMP$17 = "TreeDisplay";
27455
+ const COMP$16 = "TreeDisplay";
27345
27456
  const TreeDisplayMd = createMetadata({
27346
27457
  status: "stable",
27347
- description: `The \`${COMP$17}\` component displays hierarchical data in a tree structure. It accepts an indented text format where each line is an entry in the tree, and the number of leading spaces determines the nesting level. The component renders the tree with SVG lines and continuous vertical guides to clearly visualize parent-child relationships in the hierarchy.`,
27458
+ description: `The \`${COMP$16}\` component displays hierarchical data in a tree structure. It accepts an indented text format where each line is an entry in the tree, and the number of leading spaces determines the nesting level. The component renders the tree with SVG lines and continuous vertical guides to clearly visualize parent-child relationships in the hierarchy.`,
27348
27459
  props: {
27349
27460
  content: {
27350
27461
  description: "The indented text content to display as a tree structure. Each level of indentation (using spaces) represents one level in the tree hierarchy.",
@@ -27359,21 +27470,21 @@ const TreeDisplayMd = createMetadata({
27359
27470
  },
27360
27471
  themeVars: parseScssVar(styles$H.themeVars),
27361
27472
  defaultThemeVars: {
27362
- [`backgroundColor-${COMP$17}`]: "$backgroundColor-CodeBlock",
27363
- [`borderRadius-${COMP$17}`]: "8px",
27364
- [`padding-${COMP$17}`]: "$space-4",
27365
- [`paddingLeft-${COMP$17}`]: "$space-2",
27366
- [`fontSize-${COMP$17}`]: "$fontSize-code",
27367
- [`fontWeight-${COMP$17}`]: "$fontWeight-normal",
27368
- [`fontFamily-${COMP$17}`]: "$fontFamily-monospace",
27369
- [`color-${COMP$17}`]: "$textColor-primary",
27370
- [`color-connect-${COMP$17}`]: "$color-surface-200",
27371
- [`boxShadow-${COMP$17}`]: "none",
27372
- [`border-${COMP$17}`]: "0.5px solid $borderColor"
27473
+ [`backgroundColor-${COMP$16}`]: "$backgroundColor-CodeBlock",
27474
+ [`borderRadius-${COMP$16}`]: "8px",
27475
+ [`padding-${COMP$16}`]: "$space-4",
27476
+ [`paddingLeft-${COMP$16}`]: "$space-2",
27477
+ [`fontSize-${COMP$16}`]: "$fontSize-code",
27478
+ [`fontWeight-${COMP$16}`]: "$fontWeight-normal",
27479
+ [`fontFamily-${COMP$16}`]: "$fontFamily-monospace",
27480
+ [`color-${COMP$16}`]: "$textColor-primary",
27481
+ [`color-connect-${COMP$16}`]: "$color-surface-200",
27482
+ [`boxShadow-${COMP$16}`]: "none",
27483
+ [`border-${COMP$16}`]: "0.5px solid $borderColor"
27373
27484
  }
27374
27485
  });
27375
27486
  const treeDisplayComponentRenderer = createComponentRenderer(
27376
- COMP$17,
27487
+ COMP$16,
27377
27488
  TreeDisplayMd,
27378
27489
  ({ node, extractValue, renderChild: renderChild2, className }) => {
27379
27490
  return /* @__PURE__ */ jsx(
@@ -27387,7 +27498,7 @@ const treeDisplayComponentRenderer = createComponentRenderer(
27387
27498
  );
27388
27499
  }
27389
27500
  );
27390
- const COMP$16 = "Heading";
27501
+ const COMP$15 = "Heading";
27391
27502
  function normalizeHeadingLevel(value) {
27392
27503
  if (value === null || value === void 0) {
27393
27504
  return "h1";
@@ -27410,7 +27521,7 @@ function normalizeHeadingLevel(value) {
27410
27521
  return "h1";
27411
27522
  }
27412
27523
  const VALUE_DESC = d(
27413
- `This property determines the text displayed in the heading. \`${COMP$16}\` also accepts nested text instead of specifying the \`value\`. If both \`value\` and a nested text are used, the \`value\` will be displayed.`
27524
+ `This property determines the text displayed in the heading. \`${COMP$15}\` also accepts nested text instead of specifying the \`value\`. If both \`value\` and a nested text are used, the \`value\` will be displayed.`
27414
27525
  );
27415
27526
  const MAX_LINES_DESC = d(
27416
27527
  "This optional property determines the maximum number of lines the component can wrap to. If there is not enough space for all of the text, the component wraps the text up to as many lines as specified. If the value is not specified, there is no limit on the number of displayed lines."
@@ -27418,24 +27529,24 @@ const MAX_LINES_DESC = d(
27418
27529
  const ELLIPSES_DESC = {
27419
27530
  description: `This property indicates whether ellipses should be displayed (\`true\`) when the heading text is cropped or not (\`false\`).`,
27420
27531
  type: "boolean",
27421
- defaultValue: defaultProps$_.ellipses
27532
+ defaultValue: defaultProps$$.ellipses
27422
27533
  };
27423
27534
  const PRESERVE_DESC = d(
27424
27535
  `This property indicates whether linebreaks should be preserved when displaying text.`,
27425
27536
  void 0,
27426
27537
  "boolean",
27427
- defaultProps$_.preserveLinebreaks
27538
+ defaultProps$$.preserveLinebreaks
27428
27539
  );
27429
27540
  const LEVEL_DESC = (level) => `Represents a heading level ${level} text`;
27430
27541
  const OMIT_FROM_TOC_DESC = {
27431
27542
  description: "If true, this heading will be excluded from the table of contents.",
27432
27543
  type: "boolean",
27433
- defaultValue: defaultProps$_.omitFromToc
27544
+ defaultValue: defaultProps$$.omitFromToc
27434
27545
  };
27435
27546
  const SHOW_ANCHOR_DESC = {
27436
27547
  description: "This property indicates whether an anchor link should be displayed next to the heading. If set to `true`, an anchor link will be displayed on hover next to the heading.",
27437
27548
  type: "boolean",
27438
- defaultValue: defaultProps$_.showAnchor
27549
+ defaultValue: defaultProps$$.showAnchor
27439
27550
  };
27440
27551
  const APIS_DESC = {
27441
27552
  scrollIntoView: {
@@ -27474,7 +27585,7 @@ const HeadingMd = createMetadata({
27474
27585
  "5",
27475
27586
  "6"
27476
27587
  ],
27477
- defaultValue: defaultProps$_.level
27588
+ defaultValue: defaultProps$$.level
27478
27589
  },
27479
27590
  maxLines: MAX_LINES_DESC,
27480
27591
  ellipses: ELLIPSES_DESC,
@@ -27486,13 +27597,13 @@ const HeadingMd = createMetadata({
27486
27597
  themeVars: parseScssVar(styles$11.themeVars),
27487
27598
  limitThemeVarsToComponent: true,
27488
27599
  defaultThemeVars: {
27489
- [`fontFamily-${COMP$16}`]: "$fontFamily",
27490
- [`textColor-${COMP$16}`]: "inherit",
27491
- [`fontWeight-${COMP$16}`]: "$fontWeight-bold",
27492
- [`letterSpacing-${COMP$16} `]: "0",
27493
- [`color-anchor-${COMP$16} `]: "$color-surface-400",
27494
- [`gap-anchor-${COMP$16} `]: "$space-2",
27495
- [`textDecorationLine-anchor-${COMP$16} `]: "underline",
27600
+ [`fontFamily-${COMP$15}`]: "$fontFamily",
27601
+ [`textColor-${COMP$15}`]: "inherit",
27602
+ [`fontWeight-${COMP$15}`]: "$fontWeight-bold",
27603
+ [`letterSpacing-${COMP$15} `]: "0",
27604
+ [`color-anchor-${COMP$15} `]: "$color-surface-400",
27605
+ [`gap-anchor-${COMP$15} `]: "$space-2",
27606
+ [`textDecorationLine-anchor-${COMP$15} `]: "underline",
27496
27607
  light: {
27497
27608
  // --- No light-specific theme vars
27498
27609
  },
@@ -27505,7 +27616,7 @@ const H1 = "H1";
27505
27616
  const H1Md = createMetadata({
27506
27617
  status: "stable",
27507
27618
  description: LEVEL_DESC(1),
27508
- specializedFrom: COMP$16,
27619
+ specializedFrom: COMP$15,
27509
27620
  props: {
27510
27621
  value: VALUE_DESC,
27511
27622
  maxLines: MAX_LINES_DESC,
@@ -27535,7 +27646,7 @@ const H2 = "H2";
27535
27646
  const H2Md = createMetadata({
27536
27647
  status: "stable",
27537
27648
  description: LEVEL_DESC(2),
27538
- specializedFrom: COMP$16,
27649
+ specializedFrom: COMP$15,
27539
27650
  props: {
27540
27651
  value: VALUE_DESC,
27541
27652
  maxLines: MAX_LINES_DESC,
@@ -27565,7 +27676,7 @@ const H3 = "H3";
27565
27676
  const H3Md = createMetadata({
27566
27677
  status: "stable",
27567
27678
  description: LEVEL_DESC(3),
27568
- specializedFrom: COMP$16,
27679
+ specializedFrom: COMP$15,
27569
27680
  props: {
27570
27681
  value: VALUE_DESC,
27571
27682
  maxLines: MAX_LINES_DESC,
@@ -27595,7 +27706,7 @@ const H4 = "H4";
27595
27706
  const H4Md = createMetadata({
27596
27707
  status: "stable",
27597
27708
  description: LEVEL_DESC(4),
27598
- specializedFrom: COMP$16,
27709
+ specializedFrom: COMP$15,
27599
27710
  props: {
27600
27711
  value: VALUE_DESC,
27601
27712
  maxLines: MAX_LINES_DESC,
@@ -27625,7 +27736,7 @@ const H5 = "H5";
27625
27736
  const H5Md = createMetadata({
27626
27737
  status: "stable",
27627
27738
  description: LEVEL_DESC(5),
27628
- specializedFrom: COMP$16,
27739
+ specializedFrom: COMP$15,
27629
27740
  props: {
27630
27741
  value: VALUE_DESC,
27631
27742
  maxLines: MAX_LINES_DESC,
@@ -27655,7 +27766,7 @@ const H6 = "H6";
27655
27766
  const H6Md = createMetadata({
27656
27767
  status: "stable",
27657
27768
  description: LEVEL_DESC(6),
27658
- specializedFrom: COMP$16,
27769
+ specializedFrom: COMP$15,
27659
27770
  props: {
27660
27771
  value: VALUE_DESC,
27661
27772
  maxLines: MAX_LINES_DESC,
@@ -27712,7 +27823,7 @@ function renderHeading({
27712
27823
  );
27713
27824
  }
27714
27825
  const headingComponentRenderer = createComponentRenderer(
27715
- COMP$16,
27826
+ COMP$15,
27716
27827
  HeadingMd,
27717
27828
  ({ node, extractValue, className, renderChild: renderChild2, registerComponentApi }) => {
27718
27829
  return renderHeading({
@@ -27809,13 +27920,13 @@ const h6ComponentRenderer = createComponentRenderer(
27809
27920
  });
27810
27921
  }
27811
27922
  );
27812
- const COMP$15 = "Text";
27923
+ const COMP$14 = "Text";
27813
27924
  const TextMd = createMetadata({
27814
27925
  status: "stable",
27815
- description: `The \`${COMP$15}\` component displays textual information in a number of optional styles and variants.`,
27926
+ description: `The \`${COMP$14}\` component displays textual information in a number of optional styles and variants.`,
27816
27927
  props: {
27817
27928
  value: d(
27818
- `The text to be displayed. This value can also be set via nesting the text into the \`${COMP$15}\` component.`
27929
+ `The text to be displayed. This value can also be set via nesting the text into the \`${COMP$14}\` component.`
27819
27930
  ),
27820
27931
  variant: {
27821
27932
  description: "An optional string value that provides named presets for text variants with a unique combination of font style, weight, size, color, and other parameters. If not defined, the text uses the current style of its context. In addition to predefined variants, you can specify custom variant names and style them using theme variables with the pattern `{cssProperty}-Text-{variantName}` (e.g., `textColor-Text-brandTitle`, `fontSize-Text-highlight`). See the documentation for a complete list of supported CSS properties.",
@@ -27827,12 +27938,12 @@ const TextMd = createMetadata({
27827
27938
  preserveLinebreaks: {
27828
27939
  description: `This property indicates if linebreaks should be preserved when displaying text.`,
27829
27940
  valueType: "boolean",
27830
- defaultValue: defaultProps$1d.preserveLinebreaks
27941
+ defaultValue: defaultProps$1e.preserveLinebreaks
27831
27942
  },
27832
27943
  ellipses: {
27833
27944
  description: "This property indicates whether ellipses should be displayed when the text is cropped (`true`) or not (`false`).",
27834
27945
  valueType: "boolean",
27835
- defaultValue: defaultProps$1d.ellipses
27946
+ defaultValue: defaultProps$1e.ellipses
27836
27947
  },
27837
27948
  breakMode: {
27838
27949
  description: "This property controls how text breaks into multiple lines. `normal` uses standard word boundaries, `word` breaks long words to prevent overflow, `anywhere` breaks at any character, `keep` prevents word breaking, and `hyphenate` uses automatic hyphenation. When not specified, uses the default browser behavior or theme variables.",
@@ -27875,77 +27986,77 @@ const TextMd = createMetadata({
27875
27986
  },
27876
27987
  themeVars: parseScssVar(styles$1e.themeVars),
27877
27988
  defaultThemeVars: {
27878
- [`borderRadius-${COMP$15}`]: "$borderRadius",
27879
- [`borderStyle-${COMP$15}`]: "solid",
27880
- [`fontSize-${COMP$15}`]: "$fontSize-sm",
27881
- [`borderWidth-${COMP$15}`]: "$space-0",
27882
- [`textColor-${COMP$15}`]: "$textColor-primary",
27883
- [`fontFamily-${COMP$15}`]: "$fontFamily",
27884
- [`fontWeight-${COMP$15}`]: "$fontWeight-normal",
27885
- [`fontSize-${COMP$15}-secondary`]: "$fontSize-sm",
27886
- [`textColor-${COMP$15}-secondary`]: "$textColor-secondary",
27887
- [`fontWeight-${COMP$15}-abbr`]: "$fontWeight-bold",
27888
- [`textTransform-${COMP$15}-abbr`]: "uppercase",
27889
- [`fontStyle-${COMP$15}-cite`]: "italic",
27890
- [`fontSize-${COMP$15}-codefence`]: "$fontSize-code",
27891
- [`fontFamily-${COMP$15}-codefence`]: "$fontFamily-monospace",
27892
- [`paddingHorizontal-${COMP$15}-codefence`]: "$space-4",
27893
- [`paddingVertical-${COMP$15}-codefence`]: "$space-3",
27894
- [`textColor-${COMP$15}-codefence`]: "$color-surface-900",
27895
- [`lineHeight-${COMP$15}-codefence`]: "1.5",
27896
- [`fontFamily-${COMP$15}-code`]: "$fontFamily-monospace",
27897
- [`fontSize-${COMP$15}-code`]: "$fontSize-sm",
27898
- [`borderWidth-${COMP$15}-code`]: "1px",
27899
- [`borderStyle-${COMP$15}-code`]: "solid",
27900
- [`borderRadius-${COMP$15}-code`]: "4px",
27901
- [`paddingHorizontal-${COMP$15}-code`]: "$space-0_5",
27902
- [`paddingBottom-${COMP$15}-code`]: "2px",
27903
- [`backgroundColor-${COMP$15}-code`]: "rgb(from $color-surface-100 r g b / 0.4)",
27904
- [`borderColor-${COMP$15}-code`]: "$color-surface-100",
27905
- [`textDecorationLine-${COMP$15}-deleted`]: "line-through",
27906
- [`textDecorationLine-${COMP$15}-inserted`]: "underline",
27907
- [`fontFamily-${COMP$15}-keyboard`]: "$fontFamily-monospace",
27908
- [`fontSize-${COMP$15}-keyboard`]: "$fontSize-sm",
27909
- [`fontWeight-${COMP$15}-keyboard`]: "$fontWeight-bold",
27910
- [`borderWidth-${COMP$15}-keyboard`]: "1px",
27911
- [`paddingHorizontal-${COMP$15}-keyboard`]: "$space-1",
27912
- [`backgroundColor-${COMP$15}-keyboard`]: "rgb(from $color-surface-100 r g b / 0.4)",
27913
- [`borderColor-${COMP$15}-keyboard`]: "$color-surface-300",
27914
- [`fontFamily-${COMP$15}-sample`]: "$fontFamily-monospace",
27915
- [`fontSize-${COMP$15}-sample`]: "$fontSize-sm",
27916
- [`fontSize-${COMP$15}-sup`]: "$fontSize-xs",
27917
- [`verticalAlignment-${COMP$15}-sup`]: "super",
27918
- [`fontSize-${COMP$15}-sub`]: "$fontSize-xs",
27919
- [`verticalAlignment-${COMP$15}-sub`]: "sub",
27920
- [`fontStyle-${COMP$15}-var`]: "italic",
27921
- [`fontStyle-${COMP$15}-em`]: "italic",
27922
- [`fontFamily-${COMP$15}-mono`]: "$fontFamily-monospace",
27923
- [`fontSize-${COMP$15}-title`]: "$fontSize-2xl",
27924
- [`fontSize-${COMP$15}-subtitle`]: "$fontSize-xl",
27925
- [`fontSize-${COMP$15}-small`]: "$fontSize-sm",
27926
- [`letterSpacing-${COMP$15}-caption`]: "0.05rem",
27927
- [`fontSize-${COMP$15}-placeholder`]: "$fontSize-xs",
27928
- [`textColor-${COMP$15}-placeholder`]: "$color-surface-500",
27929
- [`paddingVertical-${COMP$15}-paragraph`]: "$space-1",
27930
- [`fontSize-${COMP$15}-subheading`]: "$fontSize-H6",
27931
- [`fontWeight-${COMP$15}-subheading`]: "$fontWeight-bold",
27932
- [`letterSpacing-${COMP$15}-subheading`]: "0.04em",
27933
- [`textTransform-${COMP$15}-subheading`]: "uppercase",
27934
- [`textColor-${COMP$15}-subheading`]: "$textColor-secondary",
27935
- [`marginTop-${COMP$15}-tableheading`]: "$space-1",
27936
- [`marginBottom-${COMP$15}-tableheading`]: "$space-4",
27937
- [`paddingHorizontal-${COMP$15}-tableheading`]: "$space-1",
27938
- [`fontSize-${COMP$15}-tableheading`]: "$fontSize-H6",
27939
- [`fontWeight-${COMP$15}-tableheading`]: "$fontWeight-bold",
27940
- [`fontWeight-${COMP$15}-strong`]: "$fontWeight-bold",
27941
- [`backgroundColor-${COMP$15}-marked`]: "rgb(from $color-primary-200 r g b / 0.4)",
27989
+ [`borderRadius-${COMP$14}`]: "$borderRadius",
27990
+ [`borderStyle-${COMP$14}`]: "solid",
27991
+ [`fontSize-${COMP$14}`]: "$fontSize-sm",
27992
+ [`borderWidth-${COMP$14}`]: "$space-0",
27993
+ [`textColor-${COMP$14}`]: "$textColor-primary",
27994
+ [`fontFamily-${COMP$14}`]: "$fontFamily",
27995
+ [`fontWeight-${COMP$14}`]: "$fontWeight-normal",
27996
+ [`fontSize-${COMP$14}-secondary`]: "$fontSize-sm",
27997
+ [`textColor-${COMP$14}-secondary`]: "$textColor-secondary",
27998
+ [`fontWeight-${COMP$14}-abbr`]: "$fontWeight-bold",
27999
+ [`textTransform-${COMP$14}-abbr`]: "uppercase",
28000
+ [`fontStyle-${COMP$14}-cite`]: "italic",
28001
+ [`fontSize-${COMP$14}-codefence`]: "$fontSize-code",
28002
+ [`fontFamily-${COMP$14}-codefence`]: "$fontFamily-monospace",
28003
+ [`paddingHorizontal-${COMP$14}-codefence`]: "$space-4",
28004
+ [`paddingVertical-${COMP$14}-codefence`]: "$space-3",
28005
+ [`textColor-${COMP$14}-codefence`]: "$color-surface-900",
28006
+ [`lineHeight-${COMP$14}-codefence`]: "1.5",
28007
+ [`fontFamily-${COMP$14}-code`]: "$fontFamily-monospace",
28008
+ [`fontSize-${COMP$14}-code`]: "$fontSize-sm",
28009
+ [`borderWidth-${COMP$14}-code`]: "1px",
28010
+ [`borderStyle-${COMP$14}-code`]: "solid",
28011
+ [`borderRadius-${COMP$14}-code`]: "4px",
28012
+ [`paddingHorizontal-${COMP$14}-code`]: "$space-0_5",
28013
+ [`paddingBottom-${COMP$14}-code`]: "2px",
28014
+ [`backgroundColor-${COMP$14}-code`]: "rgb(from $color-surface-100 r g b / 0.4)",
28015
+ [`borderColor-${COMP$14}-code`]: "$color-surface-100",
28016
+ [`textDecorationLine-${COMP$14}-deleted`]: "line-through",
28017
+ [`textDecorationLine-${COMP$14}-inserted`]: "underline",
28018
+ [`fontFamily-${COMP$14}-keyboard`]: "$fontFamily-monospace",
28019
+ [`fontSize-${COMP$14}-keyboard`]: "$fontSize-sm",
28020
+ [`fontWeight-${COMP$14}-keyboard`]: "$fontWeight-bold",
28021
+ [`borderWidth-${COMP$14}-keyboard`]: "1px",
28022
+ [`paddingHorizontal-${COMP$14}-keyboard`]: "$space-1",
28023
+ [`backgroundColor-${COMP$14}-keyboard`]: "rgb(from $color-surface-100 r g b / 0.4)",
28024
+ [`borderColor-${COMP$14}-keyboard`]: "$color-surface-300",
28025
+ [`fontFamily-${COMP$14}-sample`]: "$fontFamily-monospace",
28026
+ [`fontSize-${COMP$14}-sample`]: "$fontSize-sm",
28027
+ [`fontSize-${COMP$14}-sup`]: "$fontSize-xs",
28028
+ [`verticalAlignment-${COMP$14}-sup`]: "super",
28029
+ [`fontSize-${COMP$14}-sub`]: "$fontSize-xs",
28030
+ [`verticalAlignment-${COMP$14}-sub`]: "sub",
28031
+ [`fontStyle-${COMP$14}-var`]: "italic",
28032
+ [`fontStyle-${COMP$14}-em`]: "italic",
28033
+ [`fontFamily-${COMP$14}-mono`]: "$fontFamily-monospace",
28034
+ [`fontSize-${COMP$14}-title`]: "$fontSize-2xl",
28035
+ [`fontSize-${COMP$14}-subtitle`]: "$fontSize-xl",
28036
+ [`fontSize-${COMP$14}-small`]: "$fontSize-sm",
28037
+ [`letterSpacing-${COMP$14}-caption`]: "0.05rem",
28038
+ [`fontSize-${COMP$14}-placeholder`]: "$fontSize-xs",
28039
+ [`textColor-${COMP$14}-placeholder`]: "$color-surface-500",
28040
+ [`paddingVertical-${COMP$14}-paragraph`]: "$space-1",
28041
+ [`fontSize-${COMP$14}-subheading`]: "$fontSize-H6",
28042
+ [`fontWeight-${COMP$14}-subheading`]: "$fontWeight-bold",
28043
+ [`letterSpacing-${COMP$14}-subheading`]: "0.04em",
28044
+ [`textTransform-${COMP$14}-subheading`]: "uppercase",
28045
+ [`textColor-${COMP$14}-subheading`]: "$textColor-secondary",
28046
+ [`marginTop-${COMP$14}-tableheading`]: "$space-1",
28047
+ [`marginBottom-${COMP$14}-tableheading`]: "$space-4",
28048
+ [`paddingHorizontal-${COMP$14}-tableheading`]: "$space-1",
28049
+ [`fontSize-${COMP$14}-tableheading`]: "$fontSize-H6",
28050
+ [`fontWeight-${COMP$14}-tableheading`]: "$fontWeight-bold",
28051
+ [`fontWeight-${COMP$14}-strong`]: "$fontWeight-bold",
28052
+ [`backgroundColor-${COMP$14}-marked`]: "rgb(from $color-primary-200 r g b / 0.4)",
27942
28053
  dark: {
27943
- [`backgroundColor-${COMP$15}-marked`]: "rgb(from $color-primary-400 r g b / 0.4)"
28054
+ [`backgroundColor-${COMP$14}-marked`]: "rgb(from $color-primary-400 r g b / 0.4)"
27944
28055
  }
27945
28056
  }
27946
28057
  });
27947
28058
  const textComponentRenderer = createComponentRenderer(
27948
- COMP$15,
28059
+ COMP$14,
27949
28060
  TextMd,
27950
28061
  ({ node, extractValue, className, renderChild: renderChild2, registerComponentApi }) => {
27951
28062
  const {
@@ -27969,9 +28080,9 @@ const textComponentRenderer = createComponentRenderer(
27969
28080
  className,
27970
28081
  preserveLinebreaks: extractValue.asOptionalBoolean(
27971
28082
  preserveLinebreaks2,
27972
- defaultProps$1d.preserveLinebreaks
28083
+ defaultProps$1e.preserveLinebreaks
27973
28084
  ),
27974
- ellipses: extractValue.asOptionalBoolean(ellipses, defaultProps$1d.ellipses),
28085
+ ellipses: extractValue.asOptionalBoolean(ellipses, defaultProps$1e.ellipses),
27975
28086
  overflowMode: extractValue(overflowMode),
27976
28087
  breakMode: extractValue(breakMode),
27977
28088
  registerComponentApi,
@@ -27981,7 +28092,7 @@ const textComponentRenderer = createComponentRenderer(
27981
28092
  );
27982
28093
  }
27983
28094
  );
27984
- const COMP$14 = "Fragment";
28095
+ const COMP$13 = "Fragment";
27985
28096
  const FragmentMd = createMetadata({
27986
28097
  status: "stable",
27987
28098
  description: "`Fragment` provides conditional rendering. You can use `when=` on any component to render it conditionally, use `Fragment` to apply `when` to a group of components.",
@@ -27991,7 +28102,7 @@ const FragmentMd = createMetadata({
27991
28102
  }
27992
28103
  });
27993
28104
  const fragmentComponentRenderer = createComponentRenderer(
27994
- COMP$14,
28105
+ COMP$13,
27995
28106
  FragmentMd,
27996
28107
  ({ node, extractValue, renderChild: renderChild2, layoutContext }) => {
27997
28108
  let renderedChild = renderChild2(node.children, layoutContext);
@@ -28001,54 +28112,6 @@ const fragmentComponentRenderer = createComponentRenderer(
28001
28112
  return renderedChild;
28002
28113
  }
28003
28114
  );
28004
- const COMP$13 = "Choose";
28005
- const ChooseMd = createMetadata({
28006
- status: "stable",
28007
- description: "`Choose` is a non-visual component that provides switch-like conditional rendering. It evaluates a condition and renders the first child whose `case` attribute matches the condition value. If no match is found, it renders a child without a `case` attribute (the default case). Only one child is rendered. If a child component needs its own `case` property, use `$case` for matching instead, which will be transposed to `case` in the rendered child.",
28008
- props: {
28009
- condition: d(
28010
- "The value to match against child `case` or `$case` attributes. This can be any expression that evaluates to a comparable value (string, number, boolean, etc.)."
28011
- )
28012
- },
28013
- nonVisual: true
28014
- });
28015
- const chooseComponentRenderer = createComponentRenderer(
28016
- COMP$13,
28017
- ChooseMd,
28018
- ({ node, extractValue, renderChild: renderChild2, layoutContext }) => {
28019
- const conditionValue = extractValue(node.props.condition);
28020
- if (!node.children || node.children.length === 0) {
28021
- return null;
28022
- }
28023
- for (const child of node.children) {
28024
- const caseValue = child.props?.case;
28025
- if (caseValue !== void 0) {
28026
- const extractedCaseValue = extractValue(caseValue);
28027
- if (extractedCaseValue === conditionValue) {
28028
- let modifiedProps = { ...child.props };
28029
- const dollarCaseValue = child.props?.$case;
28030
- if (dollarCaseValue !== void 0) {
28031
- const { case: _, $case: __, ...restProps } = modifiedProps;
28032
- modifiedProps = { ...restProps, case: dollarCaseValue };
28033
- } else {
28034
- const { case: _, ...restProps } = modifiedProps;
28035
- modifiedProps = restProps;
28036
- }
28037
- const childWithModifiedProps = {
28038
- ...child,
28039
- props: modifiedProps
28040
- };
28041
- const rendered = renderChild2([childWithModifiedProps], layoutContext);
28042
- return Array.isArray(rendered) ? /* @__PURE__ */ jsx(Fragment$1, { children: rendered }, extractValue(node.uid)) : rendered;
28043
- }
28044
- } else {
28045
- const rendered = renderChild2([child], layoutContext);
28046
- return Array.isArray(rendered) ? /* @__PURE__ */ jsx(Fragment$1, { children: rendered }, extractValue(node.uid)) : rendered;
28047
- }
28048
- }
28049
- return null;
28050
- }
28051
- );
28052
28115
  const themeVars$n = `'{"textColor-pagination-Table": "var(--xmlui-textColor-pagination-Table)", "backgroundColor-Table": "var(--xmlui-backgroundColor-Table)", "textColor-Table": "var(--xmlui-textColor-Table)", "backgroundColor-row-Table": "var(--xmlui-backgroundColor-row-Table)", "backgroundColor-row-Table--hover": "var(--xmlui-backgroundColor-row-Table--hover)", "backgroundColor-selected-Table": "var(--xmlui-backgroundColor-selected-Table)", "backgroundColor-selected-Table--hover": "var(--xmlui-backgroundColor-selected-Table--hover)", "backgroundColor-heading-Table": "var(--xmlui-backgroundColor-heading-Table)", "backgroundColor-heading-Table--hover": "var(--xmlui-backgroundColor-heading-Table--hover)", "backgroundColor-heading-Table--active": "var(--xmlui-backgroundColor-heading-Table--active)", "padding-heading-Table": "var(--xmlui-padding-heading-Table)", "paddingHorizontal-heading-Table": "var(--xmlui-paddingHorizontal-heading-Table, var(--xmlui-padding-heading-Table))", "paddingVertical-heading-Table": "var(--xmlui-paddingVertical-heading-Table, var(--xmlui-padding-heading-Table))", "paddingLeft-heading-Table": "var(--xmlui-paddingLeft-heading-Table, var(--xmlui-paddingHorizontal-heading-Table, var(--xmlui-padding-heading-Table)))", "paddingRight-heading-Table": "var(--xmlui-paddingRight-heading-Table, var(--xmlui-paddingHorizontal-heading-Table, var(--xmlui-padding-heading-Table)))", "paddingTop-heading-Table": "var(--xmlui-paddingTop-heading-Table, var(--xmlui-paddingVertical-heading-Table, var(--xmlui-padding-heading-Table)))", "paddingBottom-heading-Table": "var(--xmlui-paddingBottom-heading-Table, var(--xmlui-paddingVertical-heading-Table, var(--xmlui-padding-heading-Table)))", "padding-cell-Table": "var(--xmlui-padding-cell-Table)", "paddingHorizontal-cell-Table": "var(--xmlui-paddingHorizontal-cell-Table, var(--xmlui-padding-cell-Table))", "paddingVertical-cell-Table": "var(--xmlui-paddingVertical-cell-Table, var(--xmlui-padding-cell-Table))", "paddingLeft-cell-Table": "var(--xmlui-paddingLeft-cell-Table, var(--xmlui-paddingHorizontal-cell-Table, var(--xmlui-padding-cell-Table)))", "paddingRight-cell-Table": "var(--xmlui-paddingRight-cell-Table, var(--xmlui-paddingHorizontal-cell-Table, var(--xmlui-padding-cell-Table)))", "paddingTop-cell-Table": "var(--xmlui-paddingTop-cell-Table, var(--xmlui-paddingVertical-cell-Table, var(--xmlui-padding-cell-Table)))", "paddingBottom-cell-Table": "var(--xmlui-paddingBottom-cell-Table, var(--xmlui-paddingVertical-cell-Table, var(--xmlui-padding-cell-Table)))", "paddingHorizontal-cell-first-Table": "var(--xmlui-paddingHorizontal-cell-first-Table)", "paddingHorizontal-cell-last-Table": "var(--xmlui-paddingHorizontal-cell-last-Table)", "border-cell-Table": "var(--xmlui-border-cell-Table)", "borderHorizontal-cell-Table": "var(--xmlui-borderHorizontal-cell-Table, var(--xmlui-border-cell-Table))", "borderVertical-cell-Table": "var(--xmlui-borderVertical-cell-Table, var(--xmlui-border-cell-Table))", "borderLeft-cell-Table": "var(--xmlui-borderLeft-cell-Table, var(--xmlui-borderHorizontal-cell-Table, var(--xmlui-border-cell-Table)))", "borderRight-cell-Table": "var(--xmlui-borderRight-cell-Table, var(--xmlui-borderHorizontal-cell-Table, var(--xmlui-border-cell-Table)))", "borderTop-cell-Table": "var(--xmlui-borderTop-cell-Table, var(--xmlui-borderVertical-cell-Table, var(--xmlui-border-cell-Table)))", "borderBottom-cell-Table": "var(--xmlui-borderBottom-cell-Table)", "borderWidth-cell-Table": "var(--xmlui-borderWidth-cell-Table)", "borderHorizontalWidth-cell-Table": "var(--xmlui-borderHorizontalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table))", "borderLeftWidth-cell-Table": "var(--xmlui-borderLeftWidth-cell-Table, var(--xmlui-borderHorizontalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table)))", "borderRightWidth-cell-Table": "var(--xmlui-borderRightWidth-cell-Table, var(--xmlui-borderHorizontalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table)))", "borderVerticalWidth-cell-Table": "var(--xmlui-borderVerticalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table))", "borderTopWidth-cell-Table": "var(--xmlui-borderTopWidth-cell-Table, var(--xmlui-borderVerticalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table)))", "borderBottomWidth-cell-Table": "var(--xmlui-borderBottomWidth-cell-Table, var(--xmlui-borderVerticalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table)))", "borderStyle-cell-Table": "var(--xmlui-borderStyle-cell-Table)", "borderHorizontalStyle-cell-Table": "var(--xmlui-borderHorizontalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table))", "borderLeftStyle-cell-Table": "var(--xmlui-borderLeftStyle-cell-Table, var(--xmlui-borderHorizontalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table)))", "borderRightStyle-cell-Table": "var(--xmlui-borderRightStyle-cell-Table, var(--xmlui-borderHorizontalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table)))", "borderVerticalStyle-cell-Table": "var(--xmlui-borderVerticalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table))", "borderTopStyle-cell-Table": "var(--xmlui-borderTopStyle-cell-Table, var(--xmlui-borderVerticalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table)))", "borderBottomStyle-cell-Table": "var(--xmlui-borderBottomStyle-cell-Table, var(--xmlui-borderVerticalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table)))", "borderColor-cell-Table": "var(--xmlui-borderColor-cell-Table)", "borderHorizontalColor-cell-Table": "var(--xmlui-borderHorizontalColor-cell-Table, var(--xmlui-borderColor-cell-Table))", "borderLeftColor-cell-Table": "var(--xmlui-borderLeftColor-cell-Table, var(--xmlui-borderHorizontalColor-cell-Table, var(--xmlui-borderColor-cell-Table)))", "borderRightColor-cell-Table": "var(--xmlui-borderRightColor-cell-Table, var(--xmlui-borderHorizontalColor-cell-Table, var(--xmlui-borderColor-cell-Table)))", "borderVerticalColor-cell-Table": "var(--xmlui-borderVerticalColor-cell-Table, var(--xmlui-borderColor-cell-Table))", "borderTopColor-cell-Table": "var(--xmlui-borderTopColor-cell-Table, var(--xmlui-borderVerticalColor-cell-Table, var(--xmlui-borderColor-cell-Table)))", "borderBottomColor-cell-Table": "var(--xmlui-borderBottomColor-cell-Table, var(--xmlui-borderVerticalColor-cell-Table, var(--xmlui-borderColor-cell-Table)))", "borderStartStartRadius-cell-Table": "var(--xmlui-borderStartStartRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))", "borderStartEndRadius-cell-Table": "var(--xmlui-borderStartEndRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))", "borderEndStartRadius-cell-Table": "var(--xmlui-borderEndStartRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))", "borderEndEndRadius-cell-Table": "var(--xmlui-borderEndEndRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))", "border-Table": "var(--xmlui-border-Table)", "borderHorizontal-Table": "var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table))", "borderVertical-Table": "var(--xmlui-borderVertical-Table, var(--xmlui-border-Table))", "borderLeft-Table": "var(--xmlui-borderLeft-Table, var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table)))", "borderRight-Table": "var(--xmlui-borderRight-Table, var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table)))", "borderTop-Table": "var(--xmlui-borderTop-Table, var(--xmlui-borderVertical-Table, var(--xmlui-border-Table)))", "borderBottom-Table": "var(--xmlui-borderBottom-Table, var(--xmlui-borderVertical-Table, var(--xmlui-border-Table)))", "borderWidth-Table": "var(--xmlui-borderWidth-Table)", "borderHorizontalWidth-Table": "var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table))", "borderLeftWidth-Table": "var(--xmlui-borderLeftWidth-Table, var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table)))", "borderRightWidth-Table": "var(--xmlui-borderRightWidth-Table, var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table)))", "borderVerticalWidth-Table": "var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table))", "borderTopWidth-Table": "var(--xmlui-borderTopWidth-Table, var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table)))", "borderBottomWidth-Table": "var(--xmlui-borderBottomWidth-Table, var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table)))", "borderStyle-Table": "var(--xmlui-borderStyle-Table)", "borderHorizontalStyle-Table": "var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table))", "borderLeftStyle-Table": "var(--xmlui-borderLeftStyle-Table, var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table)))", "borderRightStyle-Table": "var(--xmlui-borderRightStyle-Table, var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table)))", "borderVerticalStyle-Table": "var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table))", "borderTopStyle-Table": "var(--xmlui-borderTopStyle-Table, var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table)))", "borderBottomStyle-Table": "var(--xmlui-borderBottomStyle-Table, var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table)))", "borderColor-Table": "var(--xmlui-borderColor-Table)", "borderHorizontalColor-Table": "var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table))", "borderLeftColor-Table": "var(--xmlui-borderLeftColor-Table, var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table)))", "borderRightColor-Table": "var(--xmlui-borderRightColor-Table, var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table)))", "borderVerticalColor-Table": "var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table))", "borderTopColor-Table": "var(--xmlui-borderTopColor-Table, var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table)))", "borderBottomColor-Table": "var(--xmlui-borderBottomColor-Table, var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table)))", "borderStartStartRadius-Table": "var(--xmlui-borderStartStartRadius-Table, var(--xmlui-borderRadius-Table))", "borderStartEndRadius-Table": "var(--xmlui-borderStartEndRadius-Table, var(--xmlui-borderRadius-Table))", "borderEndStartRadius-Table": "var(--xmlui-borderEndStartRadius-Table, var(--xmlui-borderRadius-Table))", "borderEndEndRadius-Table": "var(--xmlui-borderEndEndRadius-Table, var(--xmlui-borderRadius-Table))", "backgroundColor-pagination-Table": "var(--xmlui-backgroundColor-pagination-Table)", "textColor-heading-Table": "var(--xmlui-textColor-heading-Table)", "fontWeight-row-Table": "var(--xmlui-fontWeight-row-Table)", "fontSize-row-Table": "var(--xmlui-fontSize-row-Table)", "fontWeight-heading-Table": "var(--xmlui-fontWeight-heading-Table)", "fontSize-heading-Table": "var(--xmlui-fontSize-heading-Table)", "textTransform-heading-Table": "var(--xmlui-textTransform-heading-Table)", "borderRadius-Table": "var(--xmlui-borderRadius-Table)", "outlineWidth-heading-Table--focus": "var(--xmlui-outlineWidth-heading-Table--focus)", "outlineColor-heading-Table--focus": "var(--xmlui-outlineColor-heading-Table--focus)", "outlineStyle-heading-Table--focus": "var(--xmlui-outlineStyle-heading-Table--focus)", "outlineOffset-heading-Table--focus": "var(--xmlui-outlineOffset-heading-Table--focus)", "borderBottom-last-row-Table": "var(--xmlui-borderBottom-last-row-Table)"}'`;
28053
28116
  const wrapper$c = "_wrapper_fw2wb_14";
28054
28117
  const noScroll = "_noScroll_fw2wb_42";
@@ -30613,12 +30676,12 @@ const ImageMd = createMetadata({
30613
30676
  fit: {
30614
30677
  description: "This property sets how the image content should be resized to fit its container.",
30615
30678
  type: "string",
30616
- defaultValue: defaultProps$1a.fit
30679
+ defaultValue: defaultProps$1b.fit
30617
30680
  },
30618
30681
  lazyLoad: {
30619
30682
  description: `Lazy loading instructs the browser to load the image only when it is imminently needed (e.g. user scrolls to it).`,
30620
30683
  type: "boolean",
30621
- defaultValue: defaultProps$1a.lazyLoad
30684
+ defaultValue: defaultProps$1b.lazyLoad
30622
30685
  },
30623
30686
  aspectRatio: d(
30624
30687
  'This property sets a preferred aspect ratio for the image, which will be used in calculating auto sizes and other layout functions. If this value is not used, the original aspect ratio is kept. The value can be a number of a string (such as "16/9").'
@@ -30626,7 +30689,7 @@ const ImageMd = createMetadata({
30626
30689
  inline: {
30627
30690
  description: `When set to true, the image will be displayed as an inline element instead of a block element.`,
30628
30691
  type: "boolean",
30629
- defaultValue: defaultProps$1a.inline
30692
+ defaultValue: defaultProps$1b.inline
30630
30693
  },
30631
30694
  animation: dInternal(`The optional animation object to be applied to the component`)
30632
30695
  },
@@ -33157,7 +33220,7 @@ const NavPanelMd = createMetadata({
33157
33220
  inDrawer: {
33158
33221
  description: `This property determines if the navigation panel is displayed in a drawer.`,
33159
33222
  valueType: "boolean",
33160
- defaultValue: defaultProps$18.inDrawer
33223
+ defaultValue: defaultProps$19.inDrawer
33161
33224
  }
33162
33225
  },
33163
33226
  themeVars: parseScssVar(styles$18.themeVars),
@@ -33167,6 +33230,7 @@ const NavPanelMd = createMetadata({
33167
33230
  [`backgroundColor-${COMP$M}`]: "$backgroundColor",
33168
33231
  [`backgroundColor-${COMP$M}-horizontal`]: "$backgroundColor-AppHeader",
33169
33232
  [`border-${COMP$M}`]: "0px solid $borderColor",
33233
+ [`borderRight-${COMP$M}-vertical`]: "1px solid $borderColor",
33170
33234
  [`paddingHorizontal-${COMP$M}`]: "0",
33171
33235
  [`paddingVertical-logo-${COMP$M}`]: "$space-4",
33172
33236
  [`paddingHorizontal-logo-${COMP$M}`]: "$space-4",
@@ -33367,22 +33431,27 @@ const NavGroupMd = createMetadata({
33367
33431
  iconHorizontalExpanded: {
33368
33432
  description: "Set a custom icon to display when the navigation menu is expanded, is in a **horizontal** app layout, and is in a navigation submenu.",
33369
33433
  valueType: "string",
33370
- defaultValue: defaultProps$17.iconHorizontalExpanded
33434
+ defaultValue: defaultProps$18.iconHorizontalExpanded
33371
33435
  },
33372
33436
  iconVerticalExpanded: {
33373
33437
  description: "Set a custom icon to display when the navigation menu is expanded, is in a **vertical** app layout, or is in a **horizontal** layout and is the top-level navigation item in the menu.",
33374
33438
  valueType: "string",
33375
- defaultValue: defaultProps$17.iconVerticalExpanded
33439
+ defaultValue: defaultProps$18.iconVerticalExpanded
33376
33440
  },
33377
33441
  iconHorizontalCollapsed: {
33378
33442
  description: "Set a custom icon to display when the navigation menu is collapsed, is in a **horizontal** app layout, and is in a navigation submenu.",
33379
33443
  valueType: "string",
33380
- defaultValue: defaultProps$17.iconHorizontalCollapsed
33444
+ defaultValue: defaultProps$18.iconHorizontalCollapsed
33381
33445
  },
33382
33446
  iconVerticalCollapsed: {
33383
33447
  description: "Set a custom icon to display when the navigation menu is collapsed, is in a **vertical** app layout, or is in a **horizontal** layout and is the top-level navigation item in the menu.",
33384
33448
  valueType: "string",
33385
- defaultValue: defaultProps$17.iconVerticalCollapsed
33449
+ defaultValue: defaultProps$18.iconVerticalCollapsed
33450
+ },
33451
+ noIndicator: {
33452
+ description: `This Boolean property controls whether to hide the visual indicator for active and hovered states. When set to \`true\`, the indicator line will not be displayed on the \`${COMP$K}\` toggle button.`,
33453
+ valueType: "boolean",
33454
+ defaultValue: defaultProps$18.noIndicator
33386
33455
  }
33387
33456
  },
33388
33457
  themeVars: parseScssVar(styles$17.themeVars),
@@ -33405,6 +33474,7 @@ const navGroupComponentRenderer = createComponentRenderer(
33405
33474
  icon: /* @__PURE__ */ jsx(Icon$l, { name: extractValue.asString(node.props.icon), className: navLinkStyles.icon }),
33406
33475
  node,
33407
33476
  initiallyExpanded: extractValue.asOptionalBoolean(node.props.initiallyExpanded),
33477
+ noIndicator: extractValue.asOptionalBoolean(node.props.noIndicator),
33408
33478
  renderChild: renderChild2,
33409
33479
  iconHorizontalExpanded: extractValue.asOptionalString(node.props.iconHorizontalExpanded),
33410
33480
  iconVerticalExpanded: extractValue.asOptionalString(node.props.iconVerticalExpanded),
@@ -33422,12 +33492,12 @@ const LogoMd = createMetadata({
33422
33492
  alt: {
33423
33493
  description: "Alternative text for the logo image for accessibility.",
33424
33494
  type: "string",
33425
- defaultValue: defaultProps$19.alt
33495
+ defaultValue: defaultProps$1a.alt
33426
33496
  },
33427
33497
  inline: {
33428
33498
  description: `When set to true, the image will be displayed as an inline element instead of a block element.`,
33429
33499
  type: "boolean",
33430
- defaultValue: defaultProps$19.inline
33500
+ defaultValue: defaultProps$1a.inline
33431
33501
  }
33432
33502
  }
33433
33503
  });
@@ -33449,7 +33519,7 @@ const COMP$I = "RadioGroup";
33449
33519
  const RGOption = `RadioGroupOption`;
33450
33520
  const RadioGroupMd = createMetadata({
33451
33521
  status: "stable",
33452
- description: "`RadioGroup` creates a mutually exclusive selection interface where users can choose only one option from a group of radio buttons. It manages the selection state and ensures that selecting one option automatically deselects all others in the group.\n\nRadio options store their values as strings. Numbers and booleans are converted to strings when assigned, while objects, functions and arrays default to an empty string unless resolved via binding expressions.",
33522
+ description: "`RadioGroup` creates a mutually exclusive selection interface where users can choose only one option from a group of radio buttons. It manages the selection state and ensures that selecting one option automatically deselects all others in the group.Radio options store their values as strings. Numbers and booleans are converted to strings when assigned, while objects, functions and arrays default to an empty string unless resolved via binding expressions.",
33453
33523
  props: {
33454
33524
  initialValue: {
33455
33525
  ...dInitialValue(),
@@ -33582,12 +33652,12 @@ const SpinnerMd = createMetadata({
33582
33652
  delay: {
33583
33653
  description: `The delay in milliseconds before the spinner is displayed.`,
33584
33654
  valueType: "number",
33585
- defaultValue: defaultProps$1h.delay
33655
+ defaultValue: defaultProps$1i.delay
33586
33656
  },
33587
33657
  fullScreen: {
33588
33658
  description: `If set to \`true\`, the component will be rendered in a full screen container.`,
33589
33659
  valueType: "boolean",
33590
- defaultValue: defaultProps$1h.fullScreen
33660
+ defaultValue: defaultProps$1i.fullScreen
33591
33661
  }
33592
33662
  },
33593
33663
  themeVars: parseScssVar(styles$1j.themeVars),
@@ -33974,11 +34044,11 @@ const SwitchMd = createMetadata({
33974
34044
  },
33975
34045
  props: {
33976
34046
  required: dRequired(),
33977
- initialValue: dInitialValue(defaultProps$X.initialValue),
34047
+ initialValue: dInitialValue(defaultProps$Y.initialValue),
33978
34048
  autoFocus: dAutoFocus(),
33979
34049
  readOnly: dReadonly(),
33980
34050
  enabled: dEnabled(),
33981
- validationStatus: dValidationStatus(defaultProps$X.validationStatus),
34051
+ validationStatus: dValidationStatus(defaultProps$Y.validationStatus),
33982
34052
  description: dInternal(
33983
34053
  `(*** NOT IMPLEMENTED YET ***) This optional property displays an alternate description of the ${COMP$D} besides its label.`
33984
34054
  )
@@ -34044,7 +34114,7 @@ const switchComponentRenderer = createComponentRenderer(
34044
34114
  className,
34045
34115
  initialValue: extractValue.asOptionalBoolean(
34046
34116
  node.props.initialValue,
34047
- defaultProps$X.initialValue
34117
+ defaultProps$Y.initialValue
34048
34118
  ),
34049
34119
  value: state?.value,
34050
34120
  readOnly: extractValue.asOptionalBoolean(node.props.readOnly),
@@ -35032,7 +35102,6 @@ const Animation$1 = forwardRef(function Animation2({
35032
35102
  onStart,
35033
35103
  onStop,
35034
35104
  reset,
35035
- once,
35036
35105
  reverse2,
35037
35106
  toggle
35038
35107
  ]
@@ -38728,12 +38797,15 @@ const Timer = forwardRef(function Timer2({
38728
38797
  setIsPaused(false);
38729
38798
  }
38730
38799
  }, [enabled2, isPaused]);
38731
- const timerApi = useMemo(() => ({
38732
- pause,
38733
- resume,
38734
- isPaused: () => isPaused,
38735
- isRunning: () => isRunning && !isPaused
38736
- }), [pause, resume, isPaused, isRunning]);
38800
+ const timerApi = useMemo(
38801
+ () => ({
38802
+ pause,
38803
+ resume,
38804
+ isPaused: () => isPaused,
38805
+ isRunning: () => isRunning && !isPaused
38806
+ }),
38807
+ [pause, resume, isPaused, isRunning]
38808
+ );
38737
38809
  useEffect(() => {
38738
38810
  if (registerComponentApi) {
38739
38811
  registerComponentApi(timerApi);
@@ -38796,7 +38868,16 @@ const Timer = forwardRef(function Timer2({
38796
38868
  initialDelayRef.current = null;
38797
38869
  }
38798
38870
  };
38799
- }, [enabled2, interval, once, hasExecutedOnce, isPaused, initialDelay, hasEverStarted]);
38871
+ }, [
38872
+ enabled2,
38873
+ interval,
38874
+ once,
38875
+ hasExecutedOnce,
38876
+ isPaused,
38877
+ initialDelay,
38878
+ hasEverStarted,
38879
+ handleTick
38880
+ ]);
38800
38881
  useEffect(() => {
38801
38882
  if (enabled2 && once) {
38802
38883
  setHasExecutedOnce(false);
@@ -39977,7 +40058,7 @@ const accordionItemComponentRenderer = createComponentRenderer(
39977
40058
  const COMP$r = "Slider";
39978
40059
  const SliderMd = createMetadata({
39979
40060
  status: "stable",
39980
- description: "`Slider` provides an interactive control for selecting numeric values within a defined range, supporting both single value selection and range selection with multiple thumbs. It offers precise control through customizable steps and visual feedback with formatted value display.\n\nHover over the component to see the tooltip with the current value. On mobile, tap the thumb to see the tooltip.",
40061
+ description: "`Slider` provides an interactive control for selecting numeric values within a defined range, supporting both single value selection and range selection with multiple thumbs. It offers precise control through customizable steps and visual feedback with formatted value display.Hover over the component to see the tooltip with the current value. On mobile, tap the thumb to see the tooltip.",
39981
40062
  props: {
39982
40063
  initialValue: dInitialValue(),
39983
40064
  minValue: {
@@ -46396,9 +46477,6 @@ class ComponentRegistry {
46396
46477
  if (define_process_env_default$4.VITE_USED_COMPONENTS_Fragment !== "false") {
46397
46478
  this.registerCoreComponent(fragmentComponentRenderer);
46398
46479
  }
46399
- if (define_process_env_default$4.VITE_USED_COMPONENTS_Choose !== "false") {
46400
- this.registerCoreComponent(chooseComponentRenderer);
46401
- }
46402
46480
  if (define_process_env_default$4.VITE_USED_COMPONENTS_Table !== "false") {
46403
46481
  this.registerCoreComponent(tableComponentRenderer);
46404
46482
  this.registerCoreComponent(columnComponentRenderer);
@@ -47807,7 +47885,7 @@ function IconProvider({ children }) {
47807
47885
  /* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
47808
47886
  ] });
47809
47887
  }
47810
- const version = "0.11.7";
47888
+ const version = "0.11.9";
47811
47889
  const miscellaneousUtils = {
47812
47890
  capitalize,
47813
47891
  pluralize: pluralize$1,
@@ -55459,7 +55537,7 @@ function ApiInterceptorProvider({
55459
55537
  return;
55460
55538
  }
55461
55539
  void (async () => {
55462
- const { initMock } = await import("./initMock-CyTd5aE8.js");
55540
+ const { initMock } = await import("./initMock-BGnNBTSg.js");
55463
55541
  const apiInstance2 = await initMock(interceptor);
55464
55542
  setApiInstance(apiInstance2);
55465
55543
  setInitialized(true);
@@ -55476,7 +55554,7 @@ function ApiInterceptorProvider({
55476
55554
  if (define_process_env_default.VITE_MOCK_ENABLED) {
55477
55555
  const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
55478
55556
  useWorker ? import("./apiInterceptorWorker-Wgm2_zjg.js") : Promise.resolve({ createApiInterceptorWorker: () => null }),
55479
- import("./initMock-CyTd5aE8.js")
55557
+ import("./initMock-BGnNBTSg.js")
55480
55558
  ]);
55481
55559
  if (interceptor || forceInitialize) {
55482
55560
  const apiInstance2 = await initMock(interceptor || {});
@@ -55513,7 +55591,7 @@ function ApiInterceptorProvider({
55513
55591
  void (async () => {
55514
55592
  const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
55515
55593
  import("./apiInterceptorWorker-Wgm2_zjg.js"),
55516
- import("./initMock-CyTd5aE8.js")
55594
+ import("./initMock-BGnNBTSg.js")
55517
55595
  ]);
55518
55596
  const apiInstance2 = await initMock(interceptor);
55519
55597
  await createApiInterceptorWorker(apiInstance2, parentInterceptorWorker);
@@ -56004,8 +56082,8 @@ function AppWithCodeViewNative({
56004
56082
  )
56005
56083
  ] });
56006
56084
  }
56007
- const codeText = "_codeText_trvop_14";
56008
- const codefence = "_codefence_trvop_21";
56085
+ const codeText = "_codeText_fmjbn_14";
56086
+ const codefence = "_codefence_fmjbn_21";
56009
56087
  const styles$1 = {
56010
56088
  codeText,
56011
56089
  codefence
@@ -57890,7 +57968,7 @@ const filteredValidationSeverityValues = validationSeverityValues.filter(
57890
57968
  const FormItemMd = createMetadata({
57891
57969
  status: "stable",
57892
57970
  allowArbitraryProps: true,
57893
- description: "`FormItem` wraps individual input controls within a `Form`, providing data binding, validation, labeling, and layout functionality. It connects form controls to the parent form's data model and handles validation feedback automatically.\n\n> **Note:** `FormItem` must be used inside a `Form` component.",
57971
+ description: "`FormItem` wraps individual input controls within a `Form`, providing data binding, validation, labeling, and layout functionality. It connects form controls to the parent form's data model and handles validation feedback automatically. **Note:** `FormItem` must be used inside a `Form` component.",
57894
57972
  props: {
57895
57973
  bindTo: {
57896
57974
  description: "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. If the property is not set, the input will be bound to an internal data field but not submitted."
@@ -58371,7 +58449,6 @@ const collectedComponentMetadata = {
58371
58449
  Carousel: CarouselMd,
58372
58450
  ChangeListener: ChangeListenerMd,
58373
58451
  Checkbox: CheckboxMd,
58374
- Choose: ChooseMd,
58375
58452
  CODE: HtmlCodeMd,
58376
58453
  ColorPicker: ColorPickerMd,
58377
58454
  Column: ColumnMd,