@yahoo/uds 3.158.1 → 3.159.1
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/components/Image.cjs +3 -2
- package/dist/components/Image.js +3 -2
- package/dist/components/client/Menu/Menu.Item.cjs +8 -2
- package/dist/components/client/Menu/Menu.Item.d.cts +44 -0
- package/dist/components/client/Menu/Menu.Item.d.ts +44 -0
- package/dist/components/client/Menu/Menu.Item.js +8 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +6 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +44 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +44 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +6 -2
- package/dist/styles/styler.d.cts +25 -25
- package/dist/styles/styler.d.ts +25 -25
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/uds/generated/componentData.cjs +195 -195
- package/dist/uds/generated/componentData.js +195 -195
- package/dist/uds/generated/tailwindPurge.cjs +13 -9
- package/dist/uds/generated/tailwindPurge.js +13 -9
- package/generated/componentData.json +281 -281
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
package/dist/styles/styler.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ declare const cva: CVA<string>;
|
|
|
12
12
|
declare const getStylesInternal: (props?: ({
|
|
13
13
|
avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
14
14
|
avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
15
|
-
avatarSizeIcon?: "
|
|
16
|
-
avatarSizeRoot?: "
|
|
15
|
+
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
|
|
16
|
+
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
|
|
17
17
|
avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
18
18
|
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
19
19
|
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
@@ -216,13 +216,13 @@ declare const getStylesInternal: (props?: ({
|
|
|
216
216
|
tooltipVariantSvg?: "default" | undefined;
|
|
217
217
|
color?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
|
|
218
218
|
placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
|
|
219
|
-
fontFamily?: "
|
|
219
|
+
fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
|
|
220
220
|
fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
221
|
-
fontWeight?: "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "
|
|
221
|
+
fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
|
|
222
222
|
lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
223
223
|
letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
224
224
|
textAlign?: "center" | "justify" | "start" | "end" | undefined;
|
|
225
|
-
textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "
|
|
225
|
+
textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
226
226
|
spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
227
227
|
spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
228
228
|
spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
@@ -245,44 +245,44 @@ declare const getStylesInternal: (props?: ({
|
|
|
245
245
|
borderEndColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
|
|
246
246
|
borderBottomColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
|
|
247
247
|
borderTopColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
|
|
248
|
-
borderRadius?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
249
|
-
borderTopStartRadius?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
250
|
-
borderTopEndRadius?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
251
|
-
borderBottomStartRadius?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
252
|
-
borderBottomEndRadius?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
253
|
-
borderWidth?: "
|
|
254
|
-
borderVerticalWidth?: "
|
|
255
|
-
borderHorizontalWidth?: "
|
|
256
|
-
borderStartWidth?: "
|
|
257
|
-
borderEndWidth?: "
|
|
258
|
-
borderTopWidth?: "
|
|
259
|
-
borderBottomWidth?: "
|
|
260
|
-
avatarSize?: "
|
|
248
|
+
borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
249
|
+
borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
250
|
+
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
251
|
+
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
252
|
+
borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
253
|
+
borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
254
|
+
borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
255
|
+
borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
256
|
+
borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
257
|
+
borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
258
|
+
borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
259
|
+
borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
260
|
+
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
261
261
|
iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
262
262
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
263
263
|
alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
264
264
|
alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
|
|
265
|
-
flex?: "
|
|
265
|
+
flex?: "1" | "none" | "auto" | "initial" | undefined;
|
|
266
266
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
267
267
|
flexGrow?: "0" | "1" | "2" | "3" | undefined;
|
|
268
268
|
flexShrink?: "0" | "1" | undefined;
|
|
269
269
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
270
270
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
271
271
|
flexBasis?: "min-content" | undefined;
|
|
272
|
-
display?: "
|
|
272
|
+
display?: "flex" | "table" | "none" | "block" | "inline-block" | "inline" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "grid" | "contents" | undefined;
|
|
273
273
|
overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
274
274
|
overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
275
275
|
overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
276
276
|
position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
|
|
277
277
|
contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
|
|
278
278
|
colorMode?: "light" | "dark" | undefined;
|
|
279
|
-
scaleMode?: "
|
|
279
|
+
scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
280
280
|
width?: "full" | "fit" | "screen" | undefined;
|
|
281
281
|
height?: "full" | "fit" | "screen" | undefined;
|
|
282
|
-
dropShadow?: "
|
|
283
|
-
insetShadow?: "
|
|
284
|
-
nestedBorderRadiusSize?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
285
|
-
nestedBorderRadiusWidth?: "
|
|
282
|
+
dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
283
|
+
insetShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
|
|
284
|
+
nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
285
|
+
nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
286
286
|
nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
287
287
|
nestedBorderRadius?: boolean | "first" | "last" | undefined;
|
|
288
288
|
} & {
|
|
@@ -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-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".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-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".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-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-none)" | "var(--uds-drop-shadow-xs)" | "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-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-none)" | "var(--uds-inset-shadow-xs)" | "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-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".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-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".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-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-none)" | "var(--uds-drop-shadow-xs)" | "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-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-none)" | "var(--uds-inset-shadow-xs)" | "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
|
|
@@ -236,6 +236,70 @@ var componentData_default = {
|
|
|
236
236
|
"runtimeConfigInternalComponentProps": {},
|
|
237
237
|
"motionVarPrefixes": []
|
|
238
238
|
},
|
|
239
|
+
Divider: {
|
|
240
|
+
"name": "Divider",
|
|
241
|
+
"defaultProps": {
|
|
242
|
+
"variant": "primary",
|
|
243
|
+
"contentPosition": "center"
|
|
244
|
+
},
|
|
245
|
+
"getStylesLiterals": {},
|
|
246
|
+
"cxLiterals": ["inherit"],
|
|
247
|
+
"internalComponents": [
|
|
248
|
+
"DividerLine",
|
|
249
|
+
"DividerLabel",
|
|
250
|
+
"InternalComponent",
|
|
251
|
+
"Box"
|
|
252
|
+
],
|
|
253
|
+
"internalComponentProps": {
|
|
254
|
+
"InternalComponent": {
|
|
255
|
+
"alignItems": ["center"],
|
|
256
|
+
"flex": ["1"]
|
|
257
|
+
},
|
|
258
|
+
"Box": {
|
|
259
|
+
"display": ["flex"],
|
|
260
|
+
"flex": ["none"]
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"propToVariantKeys": { "variant": ["dividerVariantRoot"] },
|
|
264
|
+
"runtimeConfigDefaultProps": {},
|
|
265
|
+
"runtimeConfigGetStyles": {},
|
|
266
|
+
"runtimeConfigInternalComponentProps": {},
|
|
267
|
+
"motionVarPrefixes": []
|
|
268
|
+
},
|
|
269
|
+
DividerLabel: {
|
|
270
|
+
"name": "DividerLabel",
|
|
271
|
+
"defaultProps": {
|
|
272
|
+
"variant": "primary",
|
|
273
|
+
"textVariant": "inherit",
|
|
274
|
+
"color": "inherit",
|
|
275
|
+
"as": "span"
|
|
276
|
+
},
|
|
277
|
+
"getStylesLiterals": {},
|
|
278
|
+
"cxLiterals": ["inherit"],
|
|
279
|
+
"internalComponents": ["Text"],
|
|
280
|
+
"internalComponentProps": {},
|
|
281
|
+
"propToVariantKeys": {
|
|
282
|
+
"variant": ["dividerVariantLabel"],
|
|
283
|
+
"textVariant": ["variant"]
|
|
284
|
+
},
|
|
285
|
+
"runtimeConfigDefaultProps": {},
|
|
286
|
+
"runtimeConfigGetStyles": {},
|
|
287
|
+
"runtimeConfigInternalComponentProps": {},
|
|
288
|
+
"motionVarPrefixes": []
|
|
289
|
+
},
|
|
290
|
+
DividerLine: {
|
|
291
|
+
"name": "DividerLine",
|
|
292
|
+
"defaultProps": { "variant": "primary" },
|
|
293
|
+
"getStylesLiterals": {},
|
|
294
|
+
"cxLiterals": ["inherit"],
|
|
295
|
+
"internalComponents": ["Box"],
|
|
296
|
+
"internalComponentProps": { "Box": { "flex": ["1"] } },
|
|
297
|
+
"propToVariantKeys": { "variant": ["dividerVariantLine"] },
|
|
298
|
+
"runtimeConfigDefaultProps": {},
|
|
299
|
+
"runtimeConfigGetStyles": {},
|
|
300
|
+
"runtimeConfigInternalComponentProps": {},
|
|
301
|
+
"motionVarPrefixes": []
|
|
302
|
+
},
|
|
239
303
|
"Table.mocks": {
|
|
240
304
|
"name": "Table.mocks",
|
|
241
305
|
"defaultProps": {},
|
|
@@ -304,70 +368,6 @@ var componentData_default = {
|
|
|
304
368
|
"runtimeConfigInternalComponentProps": {},
|
|
305
369
|
"motionVarPrefixes": []
|
|
306
370
|
},
|
|
307
|
-
Divider: {
|
|
308
|
-
"name": "Divider",
|
|
309
|
-
"defaultProps": {
|
|
310
|
-
"variant": "primary",
|
|
311
|
-
"contentPosition": "center"
|
|
312
|
-
},
|
|
313
|
-
"getStylesLiterals": {},
|
|
314
|
-
"cxLiterals": ["inherit"],
|
|
315
|
-
"internalComponents": [
|
|
316
|
-
"DividerLine",
|
|
317
|
-
"DividerLabel",
|
|
318
|
-
"InternalComponent",
|
|
319
|
-
"Box"
|
|
320
|
-
],
|
|
321
|
-
"internalComponentProps": {
|
|
322
|
-
"InternalComponent": {
|
|
323
|
-
"alignItems": ["center"],
|
|
324
|
-
"flex": ["1"]
|
|
325
|
-
},
|
|
326
|
-
"Box": {
|
|
327
|
-
"display": ["flex"],
|
|
328
|
-
"flex": ["none"]
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
"propToVariantKeys": { "variant": ["dividerVariantRoot"] },
|
|
332
|
-
"runtimeConfigDefaultProps": {},
|
|
333
|
-
"runtimeConfigGetStyles": {},
|
|
334
|
-
"runtimeConfigInternalComponentProps": {},
|
|
335
|
-
"motionVarPrefixes": []
|
|
336
|
-
},
|
|
337
|
-
DividerLabel: {
|
|
338
|
-
"name": "DividerLabel",
|
|
339
|
-
"defaultProps": {
|
|
340
|
-
"variant": "primary",
|
|
341
|
-
"textVariant": "inherit",
|
|
342
|
-
"color": "inherit",
|
|
343
|
-
"as": "span"
|
|
344
|
-
},
|
|
345
|
-
"getStylesLiterals": {},
|
|
346
|
-
"cxLiterals": ["inherit"],
|
|
347
|
-
"internalComponents": ["Text"],
|
|
348
|
-
"internalComponentProps": {},
|
|
349
|
-
"propToVariantKeys": {
|
|
350
|
-
"variant": ["dividerVariantLabel"],
|
|
351
|
-
"textVariant": ["variant"]
|
|
352
|
-
},
|
|
353
|
-
"runtimeConfigDefaultProps": {},
|
|
354
|
-
"runtimeConfigGetStyles": {},
|
|
355
|
-
"runtimeConfigInternalComponentProps": {},
|
|
356
|
-
"motionVarPrefixes": []
|
|
357
|
-
},
|
|
358
|
-
DividerLine: {
|
|
359
|
-
"name": "DividerLine",
|
|
360
|
-
"defaultProps": { "variant": "primary" },
|
|
361
|
-
"getStylesLiterals": {},
|
|
362
|
-
"cxLiterals": ["inherit"],
|
|
363
|
-
"internalComponents": ["Box"],
|
|
364
|
-
"internalComponentProps": { "Box": { "flex": ["1"] } },
|
|
365
|
-
"propToVariantKeys": { "variant": ["dividerVariantLine"] },
|
|
366
|
-
"runtimeConfigDefaultProps": {},
|
|
367
|
-
"runtimeConfigGetStyles": {},
|
|
368
|
-
"runtimeConfigInternalComponentProps": {},
|
|
369
|
-
"motionVarPrefixes": []
|
|
370
|
-
},
|
|
371
371
|
BannerContent: {
|
|
372
372
|
"name": "BannerContent",
|
|
373
373
|
"defaultProps": {},
|
|
@@ -2108,137 +2108,6 @@ var componentData_default = {
|
|
|
2108
2108
|
"runtimeConfigInternalComponentProps": {},
|
|
2109
2109
|
"motionVarPrefixes": []
|
|
2110
2110
|
},
|
|
2111
|
-
UDSToastConfigProvider: {
|
|
2112
|
-
"name": "UDSToastConfigProvider",
|
|
2113
|
-
"defaultProps": {},
|
|
2114
|
-
"getStylesLiterals": {},
|
|
2115
|
-
"cxLiterals": [],
|
|
2116
|
-
"internalComponents": ["ToastContext.Provider"],
|
|
2117
|
-
"internalComponentProps": {},
|
|
2118
|
-
"propToVariantKeys": {},
|
|
2119
|
-
"runtimeConfigDefaultProps": {},
|
|
2120
|
-
"runtimeConfigGetStyles": {},
|
|
2121
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2122
|
-
"motionVarPrefixes": []
|
|
2123
|
-
},
|
|
2124
|
-
ToastPortal: {
|
|
2125
|
-
"name": "ToastPortal",
|
|
2126
|
-
"defaultProps": {},
|
|
2127
|
-
"getStylesLiterals": {},
|
|
2128
|
-
"cxLiterals": [],
|
|
2129
|
-
"internalComponents": ["ReactToastifyToastContainer"],
|
|
2130
|
-
"internalComponentProps": {},
|
|
2131
|
-
"propToVariantKeys": {},
|
|
2132
|
-
"runtimeConfigDefaultProps": {
|
|
2133
|
-
"size": "toast.defaultSize",
|
|
2134
|
-
"variant": "toast.defaultVariant"
|
|
2135
|
-
},
|
|
2136
|
-
"runtimeConfigGetStyles": {},
|
|
2137
|
-
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
2138
|
-
"motionVarPrefixes": []
|
|
2139
|
-
},
|
|
2140
|
-
ToastContainer: {
|
|
2141
|
-
"name": "ToastContainer",
|
|
2142
|
-
"defaultProps": {},
|
|
2143
|
-
"getStylesLiterals": {
|
|
2144
|
-
"position": "relative",
|
|
2145
|
-
"alignItems": "center",
|
|
2146
|
-
"display": "flex",
|
|
2147
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2148
|
-
},
|
|
2149
|
-
"cxLiterals": ["w-full"],
|
|
2150
|
-
"internalComponents": ["HStack"],
|
|
2151
|
-
"internalComponentProps": { "HStack": {
|
|
2152
|
-
"alignItems": ["center"],
|
|
2153
|
-
"justifyContent": ["space-between"],
|
|
2154
|
-
"overflow": ["hidden"],
|
|
2155
|
-
"position": ["relative"]
|
|
2156
|
-
} },
|
|
2157
|
-
"propToVariantKeys": {
|
|
2158
|
-
"variant": ["toastVariantRoot"],
|
|
2159
|
-
"size": ["toastSizeRoot"]
|
|
2160
|
-
},
|
|
2161
|
-
"runtimeConfigDefaultProps": {
|
|
2162
|
-
"size": "toast.defaultSize",
|
|
2163
|
-
"variant": "toast.defaultVariant"
|
|
2164
|
-
},
|
|
2165
|
-
"runtimeConfigGetStyles": {
|
|
2166
|
-
"toastVariantRoot": ["toast.defaultVariant"],
|
|
2167
|
-
"toastSizeRoot": ["toast.defaultSize"]
|
|
2168
|
-
},
|
|
2169
|
-
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
2170
|
-
"motionVarPrefixes": []
|
|
2171
|
-
},
|
|
2172
|
-
Toast: {
|
|
2173
|
-
"name": "Toast",
|
|
2174
|
-
"defaultProps": {},
|
|
2175
|
-
"getStylesLiterals": {
|
|
2176
|
-
"className": "animate-spin",
|
|
2177
|
-
"className:1": "flex-none",
|
|
2178
|
-
"spacing": "2",
|
|
2179
|
-
"borderRadius": "full"
|
|
2180
|
-
},
|
|
2181
|
-
"cxLiterals": [
|
|
2182
|
-
"duration-0",
|
|
2183
|
-
"duration-120",
|
|
2184
|
-
"transition-[background-color]",
|
|
2185
|
-
"bg-carbon-15/0",
|
|
2186
|
-
"hover:bg-carbon-15/10",
|
|
2187
|
-
"active:bg-carbon-15/15",
|
|
2188
|
-
"uds-ring"
|
|
2189
|
-
],
|
|
2190
|
-
"internalComponents": [
|
|
2191
|
-
"IconSlot",
|
|
2192
|
-
"ToastContainer",
|
|
2193
|
-
"Text",
|
|
2194
|
-
"Button",
|
|
2195
|
-
"Pressable"
|
|
2196
|
-
],
|
|
2197
|
-
"internalComponentProps": {},
|
|
2198
|
-
"propToVariantKeys": {
|
|
2199
|
-
"size": [
|
|
2200
|
-
"toastSizeLabel",
|
|
2201
|
-
"toastSizeIcon",
|
|
2202
|
-
"toastSizeActionButton",
|
|
2203
|
-
"toastSizeCloseIcon"
|
|
2204
|
-
],
|
|
2205
|
-
"variant": [
|
|
2206
|
-
"toastVariantIcon",
|
|
2207
|
-
"toastVariantActionButton",
|
|
2208
|
-
"toastVariantCloseIcon"
|
|
2209
|
-
],
|
|
2210
|
-
"closeIcon": ["icon"],
|
|
2211
|
-
"onClickActionButton": ["onClick"]
|
|
2212
|
-
},
|
|
2213
|
-
"runtimeConfigDefaultProps": {
|
|
2214
|
-
"size": "toast.defaultSize",
|
|
2215
|
-
"variant": "toast.defaultVariant"
|
|
2216
|
-
},
|
|
2217
|
-
"runtimeConfigGetStyles": {
|
|
2218
|
-
"toastSizeLabel": ["toast.defaultSize"],
|
|
2219
|
-
"toastVariantIcon": ["toast.defaultVariant"],
|
|
2220
|
-
"toastSizeIcon": ["toast.defaultSize"],
|
|
2221
|
-
"toastSizeActionButton": ["toast.defaultSize"],
|
|
2222
|
-
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
2223
|
-
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
2224
|
-
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
2225
|
-
},
|
|
2226
|
-
"runtimeConfigInternalComponentProps": {
|
|
2227
|
-
"ToastContainer": {
|
|
2228
|
-
"size": ["toast.defaultSize"],
|
|
2229
|
-
"variant": ["toast.defaultVariant"]
|
|
2230
|
-
},
|
|
2231
|
-
"Text": {
|
|
2232
|
-
"variant": ["toast.textVariant.${size}"],
|
|
2233
|
-
"color": ["toast.textColor.${variant}"]
|
|
2234
|
-
},
|
|
2235
|
-
"Button": {
|
|
2236
|
-
"size": ["toast.buttonSize.${size}"],
|
|
2237
|
-
"variant": ["toast.buttonVariant.${variant}"]
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
"motionVarPrefixes": []
|
|
2241
|
-
},
|
|
2242
2111
|
TabList: {
|
|
2243
2112
|
"name": "TabList",
|
|
2244
2113
|
"defaultProps": { "variant": "primary" },
|
|
@@ -2379,6 +2248,137 @@ var componentData_default = {
|
|
|
2379
2248
|
"runtimeConfigInternalComponentProps": {},
|
|
2380
2249
|
"motionVarPrefixes": []
|
|
2381
2250
|
},
|
|
2251
|
+
UDSToastConfigProvider: {
|
|
2252
|
+
"name": "UDSToastConfigProvider",
|
|
2253
|
+
"defaultProps": {},
|
|
2254
|
+
"getStylesLiterals": {},
|
|
2255
|
+
"cxLiterals": [],
|
|
2256
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
2257
|
+
"internalComponentProps": {},
|
|
2258
|
+
"propToVariantKeys": {},
|
|
2259
|
+
"runtimeConfigDefaultProps": {},
|
|
2260
|
+
"runtimeConfigGetStyles": {},
|
|
2261
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2262
|
+
"motionVarPrefixes": []
|
|
2263
|
+
},
|
|
2264
|
+
ToastPortal: {
|
|
2265
|
+
"name": "ToastPortal",
|
|
2266
|
+
"defaultProps": {},
|
|
2267
|
+
"getStylesLiterals": {},
|
|
2268
|
+
"cxLiterals": [],
|
|
2269
|
+
"internalComponents": ["ReactToastifyToastContainer"],
|
|
2270
|
+
"internalComponentProps": {},
|
|
2271
|
+
"propToVariantKeys": {},
|
|
2272
|
+
"runtimeConfigDefaultProps": {
|
|
2273
|
+
"size": "toast.defaultSize",
|
|
2274
|
+
"variant": "toast.defaultVariant"
|
|
2275
|
+
},
|
|
2276
|
+
"runtimeConfigGetStyles": {},
|
|
2277
|
+
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
2278
|
+
"motionVarPrefixes": []
|
|
2279
|
+
},
|
|
2280
|
+
ToastContainer: {
|
|
2281
|
+
"name": "ToastContainer",
|
|
2282
|
+
"defaultProps": {},
|
|
2283
|
+
"getStylesLiterals": {
|
|
2284
|
+
"position": "relative",
|
|
2285
|
+
"alignItems": "center",
|
|
2286
|
+
"display": "flex",
|
|
2287
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2288
|
+
},
|
|
2289
|
+
"cxLiterals": ["w-full"],
|
|
2290
|
+
"internalComponents": ["HStack"],
|
|
2291
|
+
"internalComponentProps": { "HStack": {
|
|
2292
|
+
"alignItems": ["center"],
|
|
2293
|
+
"justifyContent": ["space-between"],
|
|
2294
|
+
"overflow": ["hidden"],
|
|
2295
|
+
"position": ["relative"]
|
|
2296
|
+
} },
|
|
2297
|
+
"propToVariantKeys": {
|
|
2298
|
+
"variant": ["toastVariantRoot"],
|
|
2299
|
+
"size": ["toastSizeRoot"]
|
|
2300
|
+
},
|
|
2301
|
+
"runtimeConfigDefaultProps": {
|
|
2302
|
+
"size": "toast.defaultSize",
|
|
2303
|
+
"variant": "toast.defaultVariant"
|
|
2304
|
+
},
|
|
2305
|
+
"runtimeConfigGetStyles": {
|
|
2306
|
+
"toastVariantRoot": ["toast.defaultVariant"],
|
|
2307
|
+
"toastSizeRoot": ["toast.defaultSize"]
|
|
2308
|
+
},
|
|
2309
|
+
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
2310
|
+
"motionVarPrefixes": []
|
|
2311
|
+
},
|
|
2312
|
+
Toast: {
|
|
2313
|
+
"name": "Toast",
|
|
2314
|
+
"defaultProps": {},
|
|
2315
|
+
"getStylesLiterals": {
|
|
2316
|
+
"className": "animate-spin",
|
|
2317
|
+
"className:1": "flex-none",
|
|
2318
|
+
"spacing": "2",
|
|
2319
|
+
"borderRadius": "full"
|
|
2320
|
+
},
|
|
2321
|
+
"cxLiterals": [
|
|
2322
|
+
"duration-0",
|
|
2323
|
+
"duration-120",
|
|
2324
|
+
"transition-[background-color]",
|
|
2325
|
+
"bg-carbon-15/0",
|
|
2326
|
+
"hover:bg-carbon-15/10",
|
|
2327
|
+
"active:bg-carbon-15/15",
|
|
2328
|
+
"uds-ring"
|
|
2329
|
+
],
|
|
2330
|
+
"internalComponents": [
|
|
2331
|
+
"IconSlot",
|
|
2332
|
+
"ToastContainer",
|
|
2333
|
+
"Text",
|
|
2334
|
+
"Button",
|
|
2335
|
+
"Pressable"
|
|
2336
|
+
],
|
|
2337
|
+
"internalComponentProps": {},
|
|
2338
|
+
"propToVariantKeys": {
|
|
2339
|
+
"size": [
|
|
2340
|
+
"toastSizeLabel",
|
|
2341
|
+
"toastSizeIcon",
|
|
2342
|
+
"toastSizeActionButton",
|
|
2343
|
+
"toastSizeCloseIcon"
|
|
2344
|
+
],
|
|
2345
|
+
"variant": [
|
|
2346
|
+
"toastVariantIcon",
|
|
2347
|
+
"toastVariantActionButton",
|
|
2348
|
+
"toastVariantCloseIcon"
|
|
2349
|
+
],
|
|
2350
|
+
"closeIcon": ["icon"],
|
|
2351
|
+
"onClickActionButton": ["onClick"]
|
|
2352
|
+
},
|
|
2353
|
+
"runtimeConfigDefaultProps": {
|
|
2354
|
+
"size": "toast.defaultSize",
|
|
2355
|
+
"variant": "toast.defaultVariant"
|
|
2356
|
+
},
|
|
2357
|
+
"runtimeConfigGetStyles": {
|
|
2358
|
+
"toastSizeLabel": ["toast.defaultSize"],
|
|
2359
|
+
"toastVariantIcon": ["toast.defaultVariant"],
|
|
2360
|
+
"toastSizeIcon": ["toast.defaultSize"],
|
|
2361
|
+
"toastSizeActionButton": ["toast.defaultSize"],
|
|
2362
|
+
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
2363
|
+
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
2364
|
+
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
2365
|
+
},
|
|
2366
|
+
"runtimeConfigInternalComponentProps": {
|
|
2367
|
+
"ToastContainer": {
|
|
2368
|
+
"size": ["toast.defaultSize"],
|
|
2369
|
+
"variant": ["toast.defaultVariant"]
|
|
2370
|
+
},
|
|
2371
|
+
"Text": {
|
|
2372
|
+
"variant": ["toast.textVariant.${size}"],
|
|
2373
|
+
"color": ["toast.textColor.${variant}"]
|
|
2374
|
+
},
|
|
2375
|
+
"Button": {
|
|
2376
|
+
"size": ["toast.buttonSize.${size}"],
|
|
2377
|
+
"variant": ["toast.buttonVariant.${variant}"]
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
"motionVarPrefixes": []
|
|
2381
|
+
},
|
|
2382
2382
|
UDSTooltipConfigProvider: {
|
|
2383
2383
|
"name": "UDSTooltipConfigProvider",
|
|
2384
2384
|
"defaultProps": {},
|