@yahoo/uds 3.163.1 → 3.164.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/client/Checkbox/CheckboxBase.cjs +1 -1
- package/dist/components/client/Checkbox/CheckboxBase.js +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Radio/RadioBase.cjs +1 -1
- package/dist/components/client/Radio/RadioBase.js +1 -1
- package/dist/components/client/Switch/Switch.cjs +1 -1
- package/dist/components/client/Switch/Switch.js +1 -1
- package/dist/components/client/Switch/SwitchBase.cjs +1 -1
- package/dist/components/client/Switch/SwitchBase.js +1 -1
- package/dist/config/dist/index.cjs +3 -2
- package/dist/config/dist/index.js +3 -2
- package/dist/css/dist/packages/config/dist/index.cjs +3 -2
- package/dist/css/dist/packages/config/dist/index.js +3 -2
- package/dist/css-animation/Switch/SwitchStaticHandle.cjs +1 -1
- package/dist/css-animation/Switch/SwitchStaticHandle.js +1 -1
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.cjs +6 -2
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.js +6 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +3 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +3 -2
- package/dist/tailwind-internal/dist/packages/types/dist/index.d.cts +1 -0
- package/dist/tailwind-internal/dist/packages/types/dist/index.d.ts +1 -0
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/types/dist/index.d.cts +1 -0
- package/dist/types/dist/index.d.ts +1 -0
- package/dist/uds/generated/componentData.cjs +2405 -2422
- package/dist/uds/generated/componentData.js +2405 -2422
- package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
- package/dist/uds/generated/migrationSchemaVersion.js +1 -1
- package/dist/uds/generated/tailwindPurge.cjs +4 -4
- package/dist/uds/generated/tailwindPurge.js +4 -4
- package/generated/componentData.json +3019 -3036
- package/generated/migrationSchemaVersion.ts +1 -1
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -11,8 +11,8 @@ import { VariantConfig } from "../types/ComponentConfig.cjs";
|
|
|
11
11
|
* @returns A Record of layer names to their properties, or null if no properties are found
|
|
12
12
|
*/
|
|
13
13
|
declare function getConfigVariantProperties(variant?: VariantConfig): {
|
|
14
|
-
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"
|
|
15
|
-
root: Readonly<Record<string, SelectedConfigurableProperty<"
|
|
14
|
+
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"textTransform" | "fontSize" | "fontWeight" | "lineHeight" | "fontFamily" | "letterSpacing" | "backgroundColor" | "borderWidth" | "underlineWidth" | "strokeWidth" | "borderRadius" | "borderRadiusVar" | "borderColor" | "underlineColor" | "stroke" | "buttonSize" | "buttonVariant" | "fontVariationSettings" | "gap" | "color" | "opacity" | "fillOpacity" | "iconSize" | "spacing" | "iconVariant" | "horizontalMargin" | "bottomMargin" | "spacingHorizontal" | "spacingVertical" | "spacingTop" | "spacingBottom" | "textVariant" | "textDecorationLine" | "shadow" | "shadowVar" | "insetShadow" | "bannerInnerShadow" | "height" | "width" | "scaleEffect" | "backdropBlur" | "blurBackgroundColor" | "blurBackgroundColorFallback" | "scrimBackgroundColor" | "scrimOpacity" | "paginationWidthVar" | "controlHeight", string, readonly ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases")[] | readonly ("elevationAliases" | "borderWidths" | "spacingAliases")[] | readonly "borderRadii"[] | readonly ("spectrumColors" | "alwaysPaletteAliases" | "elevationAliases" | "linePaletteColors")[] | readonly "buttonSizes"[] | readonly "buttonVariantsFlat"[] | readonly "textVariants"[] | readonly "spacingAliases"[] | readonly ("spectrumColors" | "alwaysPaletteAliases" | "foregroundPaletteColors")[] | readonly "opacitySteps"[] | readonly "iconSizes"[] | readonly "iconVariants"[] | readonly "textDecorationLines"[] | readonly ("elevationAliases" | "shadowVariants" | "shadowVariantConfig")[] | readonly ("shadowVariantConfig" | "shadowVariantsWithInvert")[] | readonly "bannerInnerShadowOptions"[] | readonly "scaleEffects"[] | readonly "positiveIntegers"[] | readonly ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[], readonly (readonly unknown[])[]>>>;
|
|
15
|
+
root: Readonly<Record<string, SelectedConfigurableProperty<"textTransform" | "fontSize" | "fontWeight" | "lineHeight" | "fontFamily" | "letterSpacing" | "backgroundColor" | "borderWidth" | "underlineWidth" | "strokeWidth" | "borderRadius" | "borderRadiusVar" | "borderColor" | "underlineColor" | "stroke" | "buttonSize" | "buttonVariant" | "fontVariationSettings" | "gap" | "color" | "opacity" | "fillOpacity" | "iconSize" | "spacing" | "iconVariant" | "horizontalMargin" | "bottomMargin" | "spacingHorizontal" | "spacingVertical" | "spacingTop" | "spacingBottom" | "textVariant" | "textDecorationLine" | "shadow" | "shadowVar" | "insetShadow" | "bannerInnerShadow" | "height" | "width" | "scaleEffect" | "backdropBlur" | "blurBackgroundColor" | "blurBackgroundColorFallback" | "scrimBackgroundColor" | "scrimOpacity" | "paginationWidthVar" | "controlHeight", string, readonly ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases")[] | readonly ("elevationAliases" | "borderWidths" | "spacingAliases")[] | readonly "borderRadii"[] | readonly ("spectrumColors" | "alwaysPaletteAliases" | "elevationAliases" | "linePaletteColors")[] | readonly "buttonSizes"[] | readonly "buttonVariantsFlat"[] | readonly "textVariants"[] | readonly "spacingAliases"[] | readonly ("spectrumColors" | "alwaysPaletteAliases" | "foregroundPaletteColors")[] | readonly "opacitySteps"[] | readonly "iconSizes"[] | readonly "iconVariants"[] | readonly "textDecorationLines"[] | readonly ("elevationAliases" | "shadowVariants" | "shadowVariantConfig")[] | readonly ("shadowVariantConfig" | "shadowVariantsWithInvert")[] | readonly "bannerInnerShadowOptions"[] | readonly "scaleEffects"[] | readonly "positiveIntegers"[] | readonly ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[], readonly (readonly unknown[])[]>>>;
|
|
16
16
|
} | null; //#endregion
|
|
17
17
|
//#endregion
|
|
18
18
|
export { getConfigVariantProperties };
|
|
@@ -11,8 +11,8 @@ import { VariantConfig } from "../types/ComponentConfig.js";
|
|
|
11
11
|
* @returns A Record of layer names to their properties, or null if no properties are found
|
|
12
12
|
*/
|
|
13
13
|
declare function getConfigVariantProperties(variant?: VariantConfig): {
|
|
14
|
-
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"
|
|
15
|
-
root: Readonly<Record<string, SelectedConfigurableProperty<"
|
|
14
|
+
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"textTransform" | "fontSize" | "fontWeight" | "lineHeight" | "fontFamily" | "letterSpacing" | "backgroundColor" | "borderWidth" | "underlineWidth" | "strokeWidth" | "borderRadius" | "borderRadiusVar" | "borderColor" | "underlineColor" | "stroke" | "buttonSize" | "buttonVariant" | "fontVariationSettings" | "gap" | "color" | "opacity" | "fillOpacity" | "iconSize" | "spacing" | "iconVariant" | "horizontalMargin" | "bottomMargin" | "spacingHorizontal" | "spacingVertical" | "spacingTop" | "spacingBottom" | "textVariant" | "textDecorationLine" | "shadow" | "shadowVar" | "insetShadow" | "bannerInnerShadow" | "height" | "width" | "scaleEffect" | "backdropBlur" | "blurBackgroundColor" | "blurBackgroundColorFallback" | "scrimBackgroundColor" | "scrimOpacity" | "paginationWidthVar" | "controlHeight", string, readonly ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases")[] | readonly ("elevationAliases" | "borderWidths" | "spacingAliases")[] | readonly "borderRadii"[] | readonly ("spectrumColors" | "alwaysPaletteAliases" | "elevationAliases" | "linePaletteColors")[] | readonly "buttonSizes"[] | readonly "buttonVariantsFlat"[] | readonly "textVariants"[] | readonly "spacingAliases"[] | readonly ("spectrumColors" | "alwaysPaletteAliases" | "foregroundPaletteColors")[] | readonly "opacitySteps"[] | readonly "iconSizes"[] | readonly "iconVariants"[] | readonly "textDecorationLines"[] | readonly ("elevationAliases" | "shadowVariants" | "shadowVariantConfig")[] | readonly ("shadowVariantConfig" | "shadowVariantsWithInvert")[] | readonly "bannerInnerShadowOptions"[] | readonly "scaleEffects"[] | readonly "positiveIntegers"[] | readonly ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[], readonly (readonly unknown[])[]>>>;
|
|
15
|
+
root: Readonly<Record<string, SelectedConfigurableProperty<"textTransform" | "fontSize" | "fontWeight" | "lineHeight" | "fontFamily" | "letterSpacing" | "backgroundColor" | "borderWidth" | "underlineWidth" | "strokeWidth" | "borderRadius" | "borderRadiusVar" | "borderColor" | "underlineColor" | "stroke" | "buttonSize" | "buttonVariant" | "fontVariationSettings" | "gap" | "color" | "opacity" | "fillOpacity" | "iconSize" | "spacing" | "iconVariant" | "horizontalMargin" | "bottomMargin" | "spacingHorizontal" | "spacingVertical" | "spacingTop" | "spacingBottom" | "textVariant" | "textDecorationLine" | "shadow" | "shadowVar" | "insetShadow" | "bannerInnerShadow" | "height" | "width" | "scaleEffect" | "backdropBlur" | "blurBackgroundColor" | "blurBackgroundColorFallback" | "scrimBackgroundColor" | "scrimOpacity" | "paginationWidthVar" | "controlHeight", string, readonly ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases")[] | readonly ("elevationAliases" | "borderWidths" | "spacingAliases")[] | readonly "borderRadii"[] | readonly ("spectrumColors" | "alwaysPaletteAliases" | "elevationAliases" | "linePaletteColors")[] | readonly "buttonSizes"[] | readonly "buttonVariantsFlat"[] | readonly "textVariants"[] | readonly "spacingAliases"[] | readonly ("spectrumColors" | "alwaysPaletteAliases" | "foregroundPaletteColors")[] | readonly "opacitySteps"[] | readonly "iconSizes"[] | readonly "iconVariants"[] | readonly "textDecorationLines"[] | readonly ("elevationAliases" | "shadowVariants" | "shadowVariantConfig")[] | readonly ("shadowVariantConfig" | "shadowVariantsWithInvert")[] | readonly "bannerInnerShadowOptions"[] | readonly "scaleEffects"[] | readonly "positiveIntegers"[] | readonly ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[], readonly (readonly unknown[])[]>>>;
|
|
16
16
|
} | null; //#endregion
|
|
17
17
|
//#endregion
|
|
18
18
|
export { getConfigVariantProperties };
|
|
@@ -80,7 +80,7 @@ const CheckboxBase = (0, react.forwardRef)(function CheckboxBase({ id, checked:
|
|
|
80
80
|
"opacity-50": disabled
|
|
81
81
|
}, className)
|
|
82
82
|
}),
|
|
83
|
-
htmlCheckbox: require_styles_styler.cx("cursor-[inherit]", "absolute", "opacity-0", "top-
|
|
83
|
+
htmlCheckbox: require_styles_styler.cx("cursor-[inherit]", "absolute", "opacity-0", "top-[-1px]", "left-[-1px]", "w-[calc(100%+2px)]", "h-[calc(100%+2px)]"),
|
|
84
84
|
label: require_styles_styler.cx(labelPosition === "start" ? "text-start" : "text-end")
|
|
85
85
|
};
|
|
86
86
|
const input = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("input", {
|
|
@@ -77,7 +77,7 @@ const CheckboxBase = forwardRef(function CheckboxBase({ id, checked: checkedProp
|
|
|
77
77
|
"opacity-50": disabled
|
|
78
78
|
}, className)
|
|
79
79
|
}),
|
|
80
|
-
htmlCheckbox: cx("cursor-[inherit]", "absolute", "opacity-0", "top-
|
|
80
|
+
htmlCheckbox: cx("cursor-[inherit]", "absolute", "opacity-0", "top-[-1px]", "left-[-1px]", "w-[calc(100%+2px)]", "h-[calc(100%+2px)]"),
|
|
81
81
|
label: cx(labelPosition === "start" ? "text-start" : "text-end")
|
|
82
82
|
};
|
|
83
83
|
const input = /* @__PURE__ */ jsx("input", {
|
|
@@ -131,6 +131,6 @@ interface MenuItemCheckboxProps extends Omit<PressableProps, 'asChild'>, HtmlBut
|
|
|
131
131
|
*
|
|
132
132
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item)
|
|
133
133
|
**/
|
|
134
|
-
declare const MenuItemCheckbox: _$react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "
|
|
134
|
+
declare const MenuItemCheckbox: _$react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "rootProps" | "hideEndIcon"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
135
135
|
//#endregion
|
|
136
136
|
export { MenuItemCheckbox, type MenuItemCheckboxProps };
|
|
@@ -132,6 +132,6 @@ interface MenuItemCheckboxProps extends Omit<PressableProps, 'asChild'>, HtmlBut
|
|
|
132
132
|
*
|
|
133
133
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item)
|
|
134
134
|
**/
|
|
135
|
-
declare const MenuItemCheckbox: _$react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "
|
|
135
|
+
declare const MenuItemCheckbox: _$react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "rootProps" | "hideEndIcon"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
136
136
|
//#endregion
|
|
137
137
|
export { MenuItemCheckbox, type MenuItemCheckboxProps };
|
|
@@ -29,7 +29,7 @@ declare function usePopoverConfig(sizeProp?: PopoverSize | undefined, variantPro
|
|
|
29
29
|
gap: SpacingAlias;
|
|
30
30
|
dismissButtonSpacing: SpacingAlias;
|
|
31
31
|
dismissIconSize: number;
|
|
32
|
-
ariaKitPlacement: ("
|
|
32
|
+
ariaKitPlacement: ("top-start" | "top-end" | "bottom-start" | "bottom-end" | ("top" | "bottom" | "left" | "right") | "left-start" | "right-start" | "left-end" | "right-end") | undefined;
|
|
33
33
|
animationDuration: number;
|
|
34
34
|
};
|
|
35
35
|
//#endregion
|
|
@@ -30,7 +30,7 @@ declare function usePopoverConfig(sizeProp?: PopoverSize | undefined, variantPro
|
|
|
30
30
|
gap: SpacingAlias;
|
|
31
31
|
dismissButtonSpacing: SpacingAlias;
|
|
32
32
|
dismissIconSize: number;
|
|
33
|
-
ariaKitPlacement: ("
|
|
33
|
+
ariaKitPlacement: ("top-start" | "top-end" | "bottom-start" | "bottom-end" | ("top" | "bottom" | "left" | "right") | "left-start" | "right-start" | "left-end" | "right-end") | undefined;
|
|
34
34
|
animationDuration: number;
|
|
35
35
|
};
|
|
36
36
|
//#endregion
|
|
@@ -74,7 +74,7 @@ const RadioBase = (0, react.forwardRef)(function RadioBase({ id, name: nameProp,
|
|
|
74
74
|
"opacity-50": disabled
|
|
75
75
|
}, className])
|
|
76
76
|
}),
|
|
77
|
-
htmlRadio: require_styles_styler.cx("cursor-[inherit]", "absolute", "opacity-0", "top-
|
|
77
|
+
htmlRadio: require_styles_styler.cx("cursor-[inherit]", "absolute", "opacity-0", "top-[-1px]", "left-[-1px]", "w-[calc(100%+2px)]", "h-[calc(100%+2px)]"),
|
|
78
78
|
label: require_styles_styler.cx(labelPosition === "start" ? "text-start" : "text-end")
|
|
79
79
|
};
|
|
80
80
|
const input = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("input", {
|
|
@@ -71,7 +71,7 @@ const RadioBase = forwardRef(function RadioBase({ id, name: nameProp, label, lab
|
|
|
71
71
|
"opacity-50": disabled
|
|
72
72
|
}, className])
|
|
73
73
|
}),
|
|
74
|
-
htmlRadio: cx("cursor-[inherit]", "absolute", "opacity-0", "top-
|
|
74
|
+
htmlRadio: cx("cursor-[inherit]", "absolute", "opacity-0", "top-[-1px]", "left-[-1px]", "w-[calc(100%+2px)]", "h-[calc(100%+2px)]"),
|
|
75
75
|
label: cx(labelPosition === "start" ? "text-start" : "text-end")
|
|
76
76
|
};
|
|
77
77
|
const input = /* @__PURE__ */ jsx("input", {
|
|
@@ -81,7 +81,7 @@ const Switch = (0, react.forwardRef)(function Switch({ reduceMotion: forceReduce
|
|
|
81
81
|
switchSizeHandleIcon: size,
|
|
82
82
|
switchVariantHandleIcon: "default",
|
|
83
83
|
switchVariantActiveHandleIcon: isOn ? "on" : "off",
|
|
84
|
-
className: require_styles_styler.cx("absolute", "opacity-0", "top-
|
|
84
|
+
className: require_styles_styler.cx("absolute", "opacity-0", "top-0", "left-0", "right-0", "bottom-0", "m-auto", cssAnimationDuration, "transition-opacity")
|
|
85
85
|
})
|
|
86
86
|
};
|
|
87
87
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_client_SpringMotionConfig.SpringMotionConfig, {
|
|
@@ -77,7 +77,7 @@ const Switch = forwardRef(function Switch({ reduceMotion: forceReduceMotion, ...
|
|
|
77
77
|
switchSizeHandleIcon: size,
|
|
78
78
|
switchVariantHandleIcon: "default",
|
|
79
79
|
switchVariantActiveHandleIcon: isOn ? "on" : "off",
|
|
80
|
-
className: cx("absolute", "opacity-0", "top-
|
|
80
|
+
className: cx("absolute", "opacity-0", "top-0", "left-0", "right-0", "bottom-0", "m-auto", cssAnimationDuration, "transition-opacity")
|
|
81
81
|
})
|
|
82
82
|
};
|
|
83
83
|
return /* @__PURE__ */ jsx(SpringMotionConfig, {
|
|
@@ -69,7 +69,7 @@ const SwitchBase = (0, react.forwardRef)(function SwitchBase({ id, isOn: isOnPro
|
|
|
69
69
|
alignItems: "center",
|
|
70
70
|
className: require_styles_styler.cx("uds-ring", "uds-ring-within", cssAnimationDuration, "transition-[background-color,box-shadow]")
|
|
71
71
|
}),
|
|
72
|
-
htmlCheckbox: require_styles_styler.cx("cursor-[inherit]", "absolute", "opacity-0", "top-
|
|
72
|
+
htmlCheckbox: require_styles_styler.cx("cursor-[inherit]", "absolute", "opacity-0", "top-[-1px]", "left-[-1px]", "w-[calc(100%+2px)]", "h-[calc(100%+2px)]"),
|
|
73
73
|
label: require_styles_styler.cx(labelPosition === "start" ? "text-start" : "text-end")
|
|
74
74
|
};
|
|
75
75
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(label ? "label" : "div", {
|
|
@@ -66,7 +66,7 @@ const SwitchBase = forwardRef(function SwitchBase({ id, isOn: isOnProp, defaultI
|
|
|
66
66
|
alignItems: "center",
|
|
67
67
|
className: cx("uds-ring", "uds-ring-within", cssAnimationDuration, "transition-[background-color,box-shadow]")
|
|
68
68
|
}),
|
|
69
|
-
htmlCheckbox: cx("cursor-[inherit]", "absolute", "opacity-0", "top-
|
|
69
|
+
htmlCheckbox: cx("cursor-[inherit]", "absolute", "opacity-0", "top-[-1px]", "left-[-1px]", "w-[calc(100%+2px)]", "h-[calc(100%+2px)]"),
|
|
70
70
|
label: cx(labelPosition === "start" ? "text-start" : "text-end")
|
|
71
71
|
};
|
|
72
72
|
return /* @__PURE__ */ jsxs(label ? "label" : "div", {
|
|
@@ -14798,7 +14798,8 @@ const defaultTokensConfig = {
|
|
|
14798
14798
|
},
|
|
14799
14799
|
globalDefaults: {
|
|
14800
14800
|
breakpoint: "lg",
|
|
14801
|
-
enableResponsiveType: true
|
|
14801
|
+
enableResponsiveType: true,
|
|
14802
|
+
applyDefaultBreakpointInCode: false
|
|
14802
14803
|
},
|
|
14803
14804
|
iconButton: {
|
|
14804
14805
|
defaults: {
|
|
@@ -29209,7 +29210,7 @@ const defaultTokensConfig = {
|
|
|
29209
29210
|
}
|
|
29210
29211
|
},
|
|
29211
29212
|
version: "v0.100.0",
|
|
29212
|
-
version: "v0.
|
|
29213
|
+
version: "v0.101.0"
|
|
29213
29214
|
};
|
|
29214
29215
|
//#endregion
|
|
29215
29216
|
exports.defaultTokensConfig = defaultTokensConfig;
|
|
@@ -14798,7 +14798,8 @@ const defaultTokensConfig = {
|
|
|
14798
14798
|
},
|
|
14799
14799
|
globalDefaults: {
|
|
14800
14800
|
breakpoint: "lg",
|
|
14801
|
-
enableResponsiveType: true
|
|
14801
|
+
enableResponsiveType: true,
|
|
14802
|
+
applyDefaultBreakpointInCode: false
|
|
14802
14803
|
},
|
|
14803
14804
|
iconButton: {
|
|
14804
14805
|
defaults: {
|
|
@@ -29209,7 +29210,7 @@ const defaultTokensConfig = {
|
|
|
29209
29210
|
}
|
|
29210
29211
|
},
|
|
29211
29212
|
version: "v0.100.0",
|
|
29212
|
-
version: "v0.
|
|
29213
|
+
version: "v0.101.0"
|
|
29213
29214
|
};
|
|
29214
29215
|
//#endregion
|
|
29215
29216
|
export { defaultTokensConfig };
|
|
@@ -14799,7 +14799,8 @@ const defaultTokensConfig = {
|
|
|
14799
14799
|
},
|
|
14800
14800
|
globalDefaults: {
|
|
14801
14801
|
breakpoint: "lg",
|
|
14802
|
-
enableResponsiveType: true
|
|
14802
|
+
enableResponsiveType: true,
|
|
14803
|
+
applyDefaultBreakpointInCode: false
|
|
14803
14804
|
},
|
|
14804
14805
|
iconButton: {
|
|
14805
14806
|
defaults: {
|
|
@@ -29210,7 +29211,7 @@ const defaultTokensConfig = {
|
|
|
29210
29211
|
}
|
|
29211
29212
|
},
|
|
29212
29213
|
version: "v0.100.0",
|
|
29213
|
-
version: "v0.
|
|
29214
|
+
version: "v0.101.0"
|
|
29214
29215
|
};
|
|
29215
29216
|
//#endregion
|
|
29216
29217
|
exports.defaultTokensConfig = defaultTokensConfig;
|
|
@@ -14799,7 +14799,8 @@ const defaultTokensConfig = {
|
|
|
14799
14799
|
},
|
|
14800
14800
|
globalDefaults: {
|
|
14801
14801
|
breakpoint: "lg",
|
|
14802
|
-
enableResponsiveType: true
|
|
14802
|
+
enableResponsiveType: true,
|
|
14803
|
+
applyDefaultBreakpointInCode: false
|
|
14803
14804
|
},
|
|
14804
14805
|
iconButton: {
|
|
14805
14806
|
defaults: {
|
|
@@ -29210,7 +29211,7 @@ const defaultTokensConfig = {
|
|
|
29210
29211
|
}
|
|
29211
29212
|
},
|
|
29212
29213
|
version: "v0.100.0",
|
|
29213
|
-
version: "v0.
|
|
29214
|
+
version: "v0.101.0"
|
|
29214
29215
|
};
|
|
29215
29216
|
//#endregion
|
|
29216
29217
|
export { defaultTokensConfig };
|
|
@@ -22,7 +22,7 @@ function SwitchStaticHandle({ size, isOn, isOnTranslateClass, cssAnimationDurati
|
|
|
22
22
|
switchSizeHandleIcon: size,
|
|
23
23
|
switchVariantHandleIcon: "default",
|
|
24
24
|
switchVariantActiveHandleIcon: isOn ? "on" : "off",
|
|
25
|
-
className: require_styles_styler.cx("absolute", "opacity-0", "top-
|
|
25
|
+
className: require_styles_styler.cx("absolute", "opacity-0", "top-0", "left-0", "right-0", "bottom-0", "m-auto", cssAnimationDuration, "transition-opacity")
|
|
26
26
|
})
|
|
27
27
|
};
|
|
28
28
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_components_Box.Box, {
|
|
@@ -20,7 +20,7 @@ function SwitchStaticHandle({ size, isOn, isOnTranslateClass, cssAnimationDurati
|
|
|
20
20
|
switchSizeHandleIcon: size,
|
|
21
21
|
switchVariantHandleIcon: "default",
|
|
22
22
|
switchVariantActiveHandleIcon: isOn ? "on" : "off",
|
|
23
|
-
className: cx("absolute", "opacity-0", "top-
|
|
23
|
+
className: cx("absolute", "opacity-0", "top-0", "left-0", "right-0", "bottom-0", "m-auto", cssAnimationDuration, "transition-opacity")
|
|
24
24
|
})
|
|
25
25
|
};
|
|
26
26
|
return /* @__PURE__ */ jsxs(Box, {
|
|
@@ -52,12 +52,16 @@ const RESPONSIVE_TAILWIND_CONFIG_MAP = {
|
|
|
52
52
|
letterSpacing: tailwindConfigPerVariant(require_index$1.LETTER_SPACING_PREFIX)
|
|
53
53
|
};
|
|
54
54
|
const getBaseTextVars = (config) => {
|
|
55
|
-
|
|
55
|
+
const { breakpoint, applyDefaultBreakpointInCode } = config.globalDefaults;
|
|
56
|
+
return cssVariablesForBreakpoint(config, applyDefaultBreakpointInCode ? breakpoint : "base");
|
|
56
57
|
};
|
|
57
58
|
const getResponsiveTextStyles = (config) => {
|
|
58
59
|
const breakpoints = require_entries.entries(config.breakpoints).sort(([, { value: minWidthA }], [, { value: minWidthB }]) => minWidthA - minWidthB);
|
|
59
60
|
return {
|
|
60
|
-
[`.${require_index$1.TEXT_RESPONSIVE_CLASSNAME}`]:
|
|
61
|
+
[`.${require_index$1.TEXT_RESPONSIVE_CLASSNAME}`]: {
|
|
62
|
+
...config.globalDefaults.applyDefaultBreakpointInCode ? cssVariablesForBreakpoint(config, "base") : {},
|
|
63
|
+
...Object.fromEntries(breakpoints.map(([name, { value: minWidth }]) => [`@media (min-width: ${minWidth}px)`, cssVariablesForBreakpoint(config, name)]))
|
|
64
|
+
},
|
|
61
65
|
[mapClassNames("base")]: cssVariablesForBreakpoint(config, "base"),
|
|
62
66
|
[mapClassNames("defaultBreakpoint")]: cssVariablesForBreakpoint(config, config.globalDefaults.breakpoint),
|
|
63
67
|
...Object.fromEntries(breakpoints.map(([name]) => [mapClassNames(name), cssVariablesForBreakpoint(config, name)]))
|
|
@@ -51,12 +51,16 @@ const RESPONSIVE_TAILWIND_CONFIG_MAP = {
|
|
|
51
51
|
letterSpacing: tailwindConfigPerVariant(LETTER_SPACING_PREFIX)
|
|
52
52
|
};
|
|
53
53
|
const getBaseTextVars = (config) => {
|
|
54
|
-
|
|
54
|
+
const { breakpoint, applyDefaultBreakpointInCode } = config.globalDefaults;
|
|
55
|
+
return cssVariablesForBreakpoint(config, applyDefaultBreakpointInCode ? breakpoint : "base");
|
|
55
56
|
};
|
|
56
57
|
const getResponsiveTextStyles = (config) => {
|
|
57
58
|
const breakpoints = entries$1(config.breakpoints).sort(([, { value: minWidthA }], [, { value: minWidthB }]) => minWidthA - minWidthB);
|
|
58
59
|
return {
|
|
59
|
-
[`.${TEXT_RESPONSIVE_CLASSNAME}`]:
|
|
60
|
+
[`.${TEXT_RESPONSIVE_CLASSNAME}`]: {
|
|
61
|
+
...config.globalDefaults.applyDefaultBreakpointInCode ? cssVariablesForBreakpoint(config, "base") : {},
|
|
62
|
+
...Object.fromEntries(breakpoints.map(([name, { value: minWidth }]) => [`@media (min-width: ${minWidth}px)`, cssVariablesForBreakpoint(config, name)]))
|
|
63
|
+
},
|
|
60
64
|
[mapClassNames("base")]: cssVariablesForBreakpoint(config, "base"),
|
|
61
65
|
[mapClassNames("defaultBreakpoint")]: cssVariablesForBreakpoint(config, config.globalDefaults.breakpoint),
|
|
62
66
|
...Object.fromEntries(breakpoints.map(([name]) => [mapClassNames(name), cssVariablesForBreakpoint(config, name)]))
|
|
@@ -14799,7 +14799,8 @@ const defaultTokensConfig = {
|
|
|
14799
14799
|
},
|
|
14800
14800
|
globalDefaults: {
|
|
14801
14801
|
breakpoint: "lg",
|
|
14802
|
-
enableResponsiveType: true
|
|
14802
|
+
enableResponsiveType: true,
|
|
14803
|
+
applyDefaultBreakpointInCode: false
|
|
14803
14804
|
},
|
|
14804
14805
|
iconButton: {
|
|
14805
14806
|
defaults: {
|
|
@@ -29210,7 +29211,7 @@ const defaultTokensConfig = {
|
|
|
29210
29211
|
}
|
|
29211
29212
|
},
|
|
29212
29213
|
version: "v0.100.0",
|
|
29213
|
-
version: "v0.
|
|
29214
|
+
version: "v0.101.0"
|
|
29214
29215
|
};
|
|
29215
29216
|
//#endregion
|
|
29216
29217
|
exports.defaultTokensConfig = defaultTokensConfig;
|
|
@@ -14799,7 +14799,8 @@ const defaultTokensConfig = {
|
|
|
14799
14799
|
},
|
|
14800
14800
|
globalDefaults: {
|
|
14801
14801
|
breakpoint: "lg",
|
|
14802
|
-
enableResponsiveType: true
|
|
14802
|
+
enableResponsiveType: true,
|
|
14803
|
+
applyDefaultBreakpointInCode: false
|
|
14803
14804
|
},
|
|
14804
14805
|
iconButton: {
|
|
14805
14806
|
defaults: {
|
|
@@ -29210,7 +29211,7 @@ const defaultTokensConfig = {
|
|
|
29210
29211
|
}
|
|
29211
29212
|
},
|
|
29212
29213
|
version: "v0.100.0",
|
|
29213
|
-
version: "v0.
|
|
29214
|
+
version: "v0.101.0"
|
|
29214
29215
|
};
|
|
29215
29216
|
//#endregion
|
|
29216
29217
|
export { defaultTokensConfig };
|
|
@@ -293,6 +293,7 @@ type UniversalTokensConfigGeneric<ConfigAuto = UniversalTokensConfigAutoBase> =
|
|
|
293
293
|
type GlobalDefaultsConfig = {
|
|
294
294
|
breakpoint: Breakpoint | 'base';
|
|
295
295
|
enableResponsiveType: boolean;
|
|
296
|
+
applyDefaultBreakpointInCode: boolean;
|
|
296
297
|
}; //#endregion
|
|
297
298
|
//#endregion
|
|
298
299
|
//#endregion
|
|
@@ -293,6 +293,7 @@ type UniversalTokensConfigGeneric<ConfigAuto = UniversalTokensConfigAutoBase> =
|
|
|
293
293
|
type GlobalDefaultsConfig = {
|
|
294
294
|
breakpoint: Breakpoint | 'base';
|
|
295
295
|
enableResponsiveType: boolean;
|
|
296
|
+
applyDefaultBreakpointInCode: boolean;
|
|
296
297
|
}; //#endregion
|
|
297
298
|
//#endregion
|
|
298
299
|
//#endregion
|
|
@@ -10,8 +10,8 @@ declare function getShadowStyles({
|
|
|
10
10
|
}: {
|
|
11
11
|
config: UniversalTokensConfig;
|
|
12
12
|
shadowType: ShadowType;
|
|
13
|
-
}): Record<".uds-
|
|
14
|
-
readonly [x: string]: "var(--uds-
|
|
13
|
+
}): Record<".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5", {
|
|
14
|
+
readonly [x: string]: "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
15
15
|
readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
16
16
|
}>; //#endregion
|
|
17
17
|
//#endregion
|
|
@@ -10,8 +10,8 @@ declare function getShadowStyles({
|
|
|
10
10
|
}: {
|
|
11
11
|
config: UniversalTokensConfig;
|
|
12
12
|
shadowType: ShadowType;
|
|
13
|
-
}): Record<".uds-
|
|
14
|
-
readonly [x: string]: "var(--uds-
|
|
13
|
+
}): Record<".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5", {
|
|
14
|
+
readonly [x: string]: "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
15
15
|
readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
16
16
|
}>; //#endregion
|
|
17
17
|
//#endregion
|
|
@@ -1363,6 +1363,7 @@ type UniversalTokensConfigGeneric<ConfigAuto = UniversalTokensConfigAutoBase> =
|
|
|
1363
1363
|
type GlobalDefaultsConfig = {
|
|
1364
1364
|
breakpoint: Breakpoint | 'base';
|
|
1365
1365
|
enableResponsiveType: boolean;
|
|
1366
|
+
applyDefaultBreakpointInCode: boolean;
|
|
1366
1367
|
}; //#endregion
|
|
1367
1368
|
//#endregion
|
|
1368
1369
|
export { type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AvatarAbbreviationStrategy, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, type BadgeSize, type BadgeVariant, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, type CheckboxSize, type CheckboxValue, type CheckboxVariant, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ConfigurableComponentName, type CustomSizingStyleProps, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, type ExtractUrlFromFontFaceRule, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontConfig, type FontCssVar, type FontFamilyConfig, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, type FontWeightConfig, type FontWeightDescriptive, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, type IconButtonSize, type IconPixelSize, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, type InputSize, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, type LinkTextVariant, type LinkVariant, type LinkableValue, type MaxLengthArray, type ModalSize, type ModalVariant, type Modes, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, type OpacityStep, type Overflow, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type SVGElementProps, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, type SelectOption, type SelectSize, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateStyleProps, type StyleProps, type SwitchSize, type TShirtSize, type TShirtSizeCommon, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, type ToastPosition, type ToastSize, type ToastVariant, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps };
|
|
@@ -1363,6 +1363,7 @@ type UniversalTokensConfigGeneric<ConfigAuto = UniversalTokensConfigAutoBase> =
|
|
|
1363
1363
|
type GlobalDefaultsConfig = {
|
|
1364
1364
|
breakpoint: Breakpoint | 'base';
|
|
1365
1365
|
enableResponsiveType: boolean;
|
|
1366
|
+
applyDefaultBreakpointInCode: boolean;
|
|
1366
1367
|
}; //#endregion
|
|
1367
1368
|
//#endregion
|
|
1368
1369
|
export { type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AvatarAbbreviationStrategy, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, type BadgeSize, type BadgeVariant, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, type CheckboxSize, type CheckboxValue, type CheckboxVariant, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ConfigurableComponentName, type CustomSizingStyleProps, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, type ExtractUrlFromFontFaceRule, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontConfig, type FontCssVar, type FontFamilyConfig, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, type FontWeightConfig, type FontWeightDescriptive, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, type IconButtonSize, type IconPixelSize, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, type InputSize, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, type LinkTextVariant, type LinkVariant, type LinkableValue, type MaxLengthArray, type ModalSize, type ModalVariant, type Modes, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, type OpacityStep, type Overflow, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type SVGElementProps, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, type SelectOption, type SelectSize, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateStyleProps, type StyleProps, type SwitchSize, type TShirtSize, type TShirtSizeCommon, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, type ToastPosition, type ToastSize, type ToastVariant, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps };
|