@yahoo/uds 3.168.0 → 3.168.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/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/styles/styler.d.cts +15 -15
- package/dist/styles/styler.d.ts +15 -15
- package/dist/uds/generated/componentData.cjs +91 -91
- package/dist/uds/generated/componentData.js +91 -91
- package/dist/uds/package.cjs +1 -1
- package/dist/uds/package.js +1 -1
- package/generated/componentData.json +135 -135
- package/package.json +2 -2
|
@@ -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: ("bottom-start" | "bottom-end" | "top-start" | "top-end" | ("bottom" | "left" | "right" | "top") | "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: ("bottom-start" | "bottom-end" | "top-start" | "top-end" | ("bottom" | "left" | "right" | "top") | "left-start" | "right-start" | "left-end" | "right-end") | undefined;
|
|
34
34
|
animationDuration: number;
|
|
35
35
|
};
|
|
36
36
|
//#endregion
|
package/dist/styles/styler.d.cts
CHANGED
|
@@ -33,16 +33,16 @@ declare const getStylesInternal: (props?: ({
|
|
|
33
33
|
bottomsheetVariantRoot?: "default" | undefined;
|
|
34
34
|
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
35
35
|
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
36
|
-
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "
|
|
37
|
-
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "
|
|
36
|
+
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
|
|
37
|
+
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
|
|
38
38
|
checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
|
|
39
39
|
checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
40
40
|
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
41
41
|
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
42
42
|
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
43
|
-
checkboxVariantValueCheckbox?: "
|
|
44
|
-
checkboxVariantValueCheckboxIcon?: "
|
|
45
|
-
checkboxVariantValueRoot?: "
|
|
43
|
+
checkboxVariantValueCheckbox?: "indeterminate" | "checked" | "unchecked" | undefined;
|
|
44
|
+
checkboxVariantValueCheckboxIcon?: "indeterminate" | "checked" | "unchecked" | undefined;
|
|
45
|
+
checkboxVariantValueRoot?: "indeterminate" | "checked" | "unchecked" | undefined;
|
|
46
46
|
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
47
47
|
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
48
48
|
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
@@ -218,7 +218,7 @@ declare const getStylesInternal: (props?: ({
|
|
|
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
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?: "
|
|
221
|
+
fontWeight?: "light" | "medium" | "black" | "thin" | "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" | "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;
|
|
@@ -250,13 +250,13 @@ declare const getStylesInternal: (props?: ({
|
|
|
250
250
|
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
251
251
|
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
252
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" | "
|
|
254
|
-
borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
255
|
-
borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
256
|
-
borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
257
|
-
borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
258
|
-
borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
259
|
-
borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
253
|
+
borderWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
254
|
+
borderVerticalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
255
|
+
borderHorizontalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
256
|
+
borderStartWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
257
|
+
borderEndWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
258
|
+
borderTopWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
259
|
+
borderBottomWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
260
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;
|
|
@@ -276,13 +276,13 @@ declare const getStylesInternal: (props?: ({
|
|
|
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?: "xSmall" | "small" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
280
280
|
width?: "full" | "fit" | "screen" | undefined;
|
|
281
281
|
height?: "full" | "fit" | "screen" | undefined;
|
|
282
282
|
dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
283
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
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" | "
|
|
285
|
+
nestedBorderRadiusWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "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
|
} & {
|
package/dist/styles/styler.d.ts
CHANGED
|
@@ -33,16 +33,16 @@ declare const getStylesInternal: (props?: ({
|
|
|
33
33
|
bottomsheetVariantRoot?: "default" | undefined;
|
|
34
34
|
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
35
35
|
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
36
|
-
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "
|
|
37
|
-
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "
|
|
36
|
+
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
|
|
37
|
+
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
|
|
38
38
|
checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
|
|
39
39
|
checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
40
40
|
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
41
41
|
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
42
42
|
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
43
|
-
checkboxVariantValueCheckbox?: "
|
|
44
|
-
checkboxVariantValueCheckboxIcon?: "
|
|
45
|
-
checkboxVariantValueRoot?: "
|
|
43
|
+
checkboxVariantValueCheckbox?: "indeterminate" | "checked" | "unchecked" | undefined;
|
|
44
|
+
checkboxVariantValueCheckboxIcon?: "indeterminate" | "checked" | "unchecked" | undefined;
|
|
45
|
+
checkboxVariantValueRoot?: "indeterminate" | "checked" | "unchecked" | undefined;
|
|
46
46
|
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
47
47
|
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
48
48
|
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
@@ -218,7 +218,7 @@ declare const getStylesInternal: (props?: ({
|
|
|
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
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?: "
|
|
221
|
+
fontWeight?: "light" | "medium" | "black" | "thin" | "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" | "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;
|
|
@@ -250,13 +250,13 @@ declare const getStylesInternal: (props?: ({
|
|
|
250
250
|
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
251
251
|
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
252
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" | "
|
|
254
|
-
borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
255
|
-
borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
256
|
-
borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
257
|
-
borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
258
|
-
borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
259
|
-
borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "
|
|
253
|
+
borderWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
254
|
+
borderVerticalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
255
|
+
borderHorizontalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
256
|
+
borderStartWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
257
|
+
borderEndWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
258
|
+
borderTopWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
259
|
+
borderBottomWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
|
|
260
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;
|
|
@@ -276,13 +276,13 @@ declare const getStylesInternal: (props?: ({
|
|
|
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?: "xSmall" | "small" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
280
280
|
width?: "full" | "fit" | "screen" | undefined;
|
|
281
281
|
height?: "full" | "fit" | "screen" | undefined;
|
|
282
282
|
dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
283
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
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" | "
|
|
285
|
+
nestedBorderRadiusWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "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
|
} & {
|
|
@@ -695,6 +695,97 @@ var componentData_default = {
|
|
|
695
695
|
"runtimeConfigInternalComponentProps": {},
|
|
696
696
|
"motionVarPrefixes": []
|
|
697
697
|
},
|
|
698
|
+
Tooltip: {
|
|
699
|
+
"name": "Tooltip",
|
|
700
|
+
"defaultProps": {},
|
|
701
|
+
"getStylesLiterals": {},
|
|
702
|
+
"cxLiterals": [],
|
|
703
|
+
"internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
|
|
704
|
+
"internalComponentProps": {},
|
|
705
|
+
"propToVariantKeys": {},
|
|
706
|
+
"runtimeConfigDefaultProps": {},
|
|
707
|
+
"runtimeConfigGetStyles": {},
|
|
708
|
+
"runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
|
|
709
|
+
"motionVarPrefixes": []
|
|
710
|
+
},
|
|
711
|
+
TooltipContent: {
|
|
712
|
+
"name": "TooltipContent",
|
|
713
|
+
"defaultProps": {},
|
|
714
|
+
"getStylesLiterals": {
|
|
715
|
+
"tooltipSizeRoot": "default",
|
|
716
|
+
"tooltipVariantRoot": "default",
|
|
717
|
+
"tooltipSizeSvg": "default",
|
|
718
|
+
"tooltipVariantSvg": "default",
|
|
719
|
+
"tooltipVariantBlur": "default",
|
|
720
|
+
"position": "absolute",
|
|
721
|
+
"width": "full",
|
|
722
|
+
"height": "full",
|
|
723
|
+
"tooltipSizeTitle": "default",
|
|
724
|
+
"tooltipSizeBody": "default",
|
|
725
|
+
"tooltipSizeEndContent": "default",
|
|
726
|
+
"tooltipSizeIcon": "default",
|
|
727
|
+
"tooltipVariantIcon": "default"
|
|
728
|
+
},
|
|
729
|
+
"cxLiterals": [
|
|
730
|
+
"max-w-lg",
|
|
731
|
+
"flex",
|
|
732
|
+
"z-[9999]",
|
|
733
|
+
"uds-bgBlurFillFallback",
|
|
734
|
+
"uds-bgBlurFallback",
|
|
735
|
+
"top-0",
|
|
736
|
+
"left-0",
|
|
737
|
+
"z-[1]"
|
|
738
|
+
],
|
|
739
|
+
"internalComponents": [
|
|
740
|
+
"IconSlot",
|
|
741
|
+
"TooltipArrow",
|
|
742
|
+
"Tooltip",
|
|
743
|
+
"SvgFloatingOverlay",
|
|
744
|
+
"VStack",
|
|
745
|
+
"Box",
|
|
746
|
+
"Text"
|
|
747
|
+
],
|
|
748
|
+
"internalComponentProps": {
|
|
749
|
+
"SvgFloatingOverlay": { "contentOverflow": ["visible"] },
|
|
750
|
+
"VStack": { "className": ["gap-[inherit]"] },
|
|
751
|
+
"Box": {
|
|
752
|
+
"alignItems": ["center"],
|
|
753
|
+
"columnGap": ["1", "1.5"]
|
|
754
|
+
},
|
|
755
|
+
"Text": { "color": ["inherit"] }
|
|
756
|
+
},
|
|
757
|
+
"propToVariantKeys": { "startTitleIcon": ["icon"] },
|
|
758
|
+
"runtimeConfigDefaultProps": {},
|
|
759
|
+
"runtimeConfigGetStyles": {},
|
|
760
|
+
"runtimeConfigInternalComponentProps": {},
|
|
761
|
+
"motionVarPrefixes": []
|
|
762
|
+
},
|
|
763
|
+
TooltipTrigger: {
|
|
764
|
+
"name": "TooltipTrigger",
|
|
765
|
+
"defaultProps": {},
|
|
766
|
+
"getStylesLiterals": {},
|
|
767
|
+
"cxLiterals": [],
|
|
768
|
+
"internalComponents": ["TooltipAnchor"],
|
|
769
|
+
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
770
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
771
|
+
"runtimeConfigDefaultProps": {},
|
|
772
|
+
"runtimeConfigGetStyles": {},
|
|
773
|
+
"runtimeConfigInternalComponentProps": {},
|
|
774
|
+
"motionVarPrefixes": []
|
|
775
|
+
},
|
|
776
|
+
UDSTooltipConfigProvider: {
|
|
777
|
+
"name": "UDSTooltipConfigProvider",
|
|
778
|
+
"defaultProps": {},
|
|
779
|
+
"getStylesLiterals": {},
|
|
780
|
+
"cxLiterals": [],
|
|
781
|
+
"internalComponents": ["TooltipContext.Provider"],
|
|
782
|
+
"internalComponentProps": {},
|
|
783
|
+
"propToVariantKeys": {},
|
|
784
|
+
"runtimeConfigDefaultProps": {},
|
|
785
|
+
"runtimeConfigGetStyles": {},
|
|
786
|
+
"runtimeConfigInternalComponentProps": {},
|
|
787
|
+
"motionVarPrefixes": []
|
|
788
|
+
},
|
|
698
789
|
SelectDivider: {
|
|
699
790
|
"name": "SelectDivider",
|
|
700
791
|
"defaultProps": {
|
|
@@ -1390,97 +1481,6 @@ var componentData_default = {
|
|
|
1390
1481
|
"runtimeConfigInternalComponentProps": {},
|
|
1391
1482
|
"motionVarPrefixes": []
|
|
1392
1483
|
},
|
|
1393
|
-
Tooltip: {
|
|
1394
|
-
"name": "Tooltip",
|
|
1395
|
-
"defaultProps": {},
|
|
1396
|
-
"getStylesLiterals": {},
|
|
1397
|
-
"cxLiterals": [],
|
|
1398
|
-
"internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
|
|
1399
|
-
"internalComponentProps": {},
|
|
1400
|
-
"propToVariantKeys": {},
|
|
1401
|
-
"runtimeConfigDefaultProps": {},
|
|
1402
|
-
"runtimeConfigGetStyles": {},
|
|
1403
|
-
"runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
|
|
1404
|
-
"motionVarPrefixes": []
|
|
1405
|
-
},
|
|
1406
|
-
TooltipContent: {
|
|
1407
|
-
"name": "TooltipContent",
|
|
1408
|
-
"defaultProps": {},
|
|
1409
|
-
"getStylesLiterals": {
|
|
1410
|
-
"tooltipSizeRoot": "default",
|
|
1411
|
-
"tooltipVariantRoot": "default",
|
|
1412
|
-
"tooltipSizeSvg": "default",
|
|
1413
|
-
"tooltipVariantSvg": "default",
|
|
1414
|
-
"tooltipVariantBlur": "default",
|
|
1415
|
-
"position": "absolute",
|
|
1416
|
-
"width": "full",
|
|
1417
|
-
"height": "full",
|
|
1418
|
-
"tooltipSizeTitle": "default",
|
|
1419
|
-
"tooltipSizeBody": "default",
|
|
1420
|
-
"tooltipSizeEndContent": "default",
|
|
1421
|
-
"tooltipSizeIcon": "default",
|
|
1422
|
-
"tooltipVariantIcon": "default"
|
|
1423
|
-
},
|
|
1424
|
-
"cxLiterals": [
|
|
1425
|
-
"max-w-lg",
|
|
1426
|
-
"flex",
|
|
1427
|
-
"z-[9999]",
|
|
1428
|
-
"uds-bgBlurFillFallback",
|
|
1429
|
-
"uds-bgBlurFallback",
|
|
1430
|
-
"top-0",
|
|
1431
|
-
"left-0",
|
|
1432
|
-
"z-[1]"
|
|
1433
|
-
],
|
|
1434
|
-
"internalComponents": [
|
|
1435
|
-
"IconSlot",
|
|
1436
|
-
"TooltipArrow",
|
|
1437
|
-
"Tooltip",
|
|
1438
|
-
"SvgFloatingOverlay",
|
|
1439
|
-
"VStack",
|
|
1440
|
-
"Box",
|
|
1441
|
-
"Text"
|
|
1442
|
-
],
|
|
1443
|
-
"internalComponentProps": {
|
|
1444
|
-
"SvgFloatingOverlay": { "contentOverflow": ["visible"] },
|
|
1445
|
-
"VStack": { "className": ["gap-[inherit]"] },
|
|
1446
|
-
"Box": {
|
|
1447
|
-
"alignItems": ["center"],
|
|
1448
|
-
"columnGap": ["1", "1.5"]
|
|
1449
|
-
},
|
|
1450
|
-
"Text": { "color": ["inherit"] }
|
|
1451
|
-
},
|
|
1452
|
-
"propToVariantKeys": { "startTitleIcon": ["icon"] },
|
|
1453
|
-
"runtimeConfigDefaultProps": {},
|
|
1454
|
-
"runtimeConfigGetStyles": {},
|
|
1455
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1456
|
-
"motionVarPrefixes": []
|
|
1457
|
-
},
|
|
1458
|
-
TooltipTrigger: {
|
|
1459
|
-
"name": "TooltipTrigger",
|
|
1460
|
-
"defaultProps": {},
|
|
1461
|
-
"getStylesLiterals": {},
|
|
1462
|
-
"cxLiterals": [],
|
|
1463
|
-
"internalComponents": ["TooltipAnchor"],
|
|
1464
|
-
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
1465
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
1466
|
-
"runtimeConfigDefaultProps": {},
|
|
1467
|
-
"runtimeConfigGetStyles": {},
|
|
1468
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1469
|
-
"motionVarPrefixes": []
|
|
1470
|
-
},
|
|
1471
|
-
UDSTooltipConfigProvider: {
|
|
1472
|
-
"name": "UDSTooltipConfigProvider",
|
|
1473
|
-
"defaultProps": {},
|
|
1474
|
-
"getStylesLiterals": {},
|
|
1475
|
-
"cxLiterals": [],
|
|
1476
|
-
"internalComponents": ["TooltipContext.Provider"],
|
|
1477
|
-
"internalComponentProps": {},
|
|
1478
|
-
"propToVariantKeys": {},
|
|
1479
|
-
"runtimeConfigDefaultProps": {},
|
|
1480
|
-
"runtimeConfigGetStyles": {},
|
|
1481
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1482
|
-
"motionVarPrefixes": []
|
|
1483
|
-
},
|
|
1484
1484
|
PaginationNext: {
|
|
1485
1485
|
"name": "PaginationNext",
|
|
1486
1486
|
"defaultProps": { "label": "Next" },
|
|
@@ -695,6 +695,97 @@ var componentData_default = {
|
|
|
695
695
|
"runtimeConfigInternalComponentProps": {},
|
|
696
696
|
"motionVarPrefixes": []
|
|
697
697
|
},
|
|
698
|
+
Tooltip: {
|
|
699
|
+
"name": "Tooltip",
|
|
700
|
+
"defaultProps": {},
|
|
701
|
+
"getStylesLiterals": {},
|
|
702
|
+
"cxLiterals": [],
|
|
703
|
+
"internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
|
|
704
|
+
"internalComponentProps": {},
|
|
705
|
+
"propToVariantKeys": {},
|
|
706
|
+
"runtimeConfigDefaultProps": {},
|
|
707
|
+
"runtimeConfigGetStyles": {},
|
|
708
|
+
"runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
|
|
709
|
+
"motionVarPrefixes": []
|
|
710
|
+
},
|
|
711
|
+
TooltipContent: {
|
|
712
|
+
"name": "TooltipContent",
|
|
713
|
+
"defaultProps": {},
|
|
714
|
+
"getStylesLiterals": {
|
|
715
|
+
"tooltipSizeRoot": "default",
|
|
716
|
+
"tooltipVariantRoot": "default",
|
|
717
|
+
"tooltipSizeSvg": "default",
|
|
718
|
+
"tooltipVariantSvg": "default",
|
|
719
|
+
"tooltipVariantBlur": "default",
|
|
720
|
+
"position": "absolute",
|
|
721
|
+
"width": "full",
|
|
722
|
+
"height": "full",
|
|
723
|
+
"tooltipSizeTitle": "default",
|
|
724
|
+
"tooltipSizeBody": "default",
|
|
725
|
+
"tooltipSizeEndContent": "default",
|
|
726
|
+
"tooltipSizeIcon": "default",
|
|
727
|
+
"tooltipVariantIcon": "default"
|
|
728
|
+
},
|
|
729
|
+
"cxLiterals": [
|
|
730
|
+
"max-w-lg",
|
|
731
|
+
"flex",
|
|
732
|
+
"z-[9999]",
|
|
733
|
+
"uds-bgBlurFillFallback",
|
|
734
|
+
"uds-bgBlurFallback",
|
|
735
|
+
"top-0",
|
|
736
|
+
"left-0",
|
|
737
|
+
"z-[1]"
|
|
738
|
+
],
|
|
739
|
+
"internalComponents": [
|
|
740
|
+
"IconSlot",
|
|
741
|
+
"TooltipArrow",
|
|
742
|
+
"Tooltip",
|
|
743
|
+
"SvgFloatingOverlay",
|
|
744
|
+
"VStack",
|
|
745
|
+
"Box",
|
|
746
|
+
"Text"
|
|
747
|
+
],
|
|
748
|
+
"internalComponentProps": {
|
|
749
|
+
"SvgFloatingOverlay": { "contentOverflow": ["visible"] },
|
|
750
|
+
"VStack": { "className": ["gap-[inherit]"] },
|
|
751
|
+
"Box": {
|
|
752
|
+
"alignItems": ["center"],
|
|
753
|
+
"columnGap": ["1", "1.5"]
|
|
754
|
+
},
|
|
755
|
+
"Text": { "color": ["inherit"] }
|
|
756
|
+
},
|
|
757
|
+
"propToVariantKeys": { "startTitleIcon": ["icon"] },
|
|
758
|
+
"runtimeConfigDefaultProps": {},
|
|
759
|
+
"runtimeConfigGetStyles": {},
|
|
760
|
+
"runtimeConfigInternalComponentProps": {},
|
|
761
|
+
"motionVarPrefixes": []
|
|
762
|
+
},
|
|
763
|
+
TooltipTrigger: {
|
|
764
|
+
"name": "TooltipTrigger",
|
|
765
|
+
"defaultProps": {},
|
|
766
|
+
"getStylesLiterals": {},
|
|
767
|
+
"cxLiterals": [],
|
|
768
|
+
"internalComponents": ["TooltipAnchor"],
|
|
769
|
+
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
770
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
771
|
+
"runtimeConfigDefaultProps": {},
|
|
772
|
+
"runtimeConfigGetStyles": {},
|
|
773
|
+
"runtimeConfigInternalComponentProps": {},
|
|
774
|
+
"motionVarPrefixes": []
|
|
775
|
+
},
|
|
776
|
+
UDSTooltipConfigProvider: {
|
|
777
|
+
"name": "UDSTooltipConfigProvider",
|
|
778
|
+
"defaultProps": {},
|
|
779
|
+
"getStylesLiterals": {},
|
|
780
|
+
"cxLiterals": [],
|
|
781
|
+
"internalComponents": ["TooltipContext.Provider"],
|
|
782
|
+
"internalComponentProps": {},
|
|
783
|
+
"propToVariantKeys": {},
|
|
784
|
+
"runtimeConfigDefaultProps": {},
|
|
785
|
+
"runtimeConfigGetStyles": {},
|
|
786
|
+
"runtimeConfigInternalComponentProps": {},
|
|
787
|
+
"motionVarPrefixes": []
|
|
788
|
+
},
|
|
698
789
|
SelectDivider: {
|
|
699
790
|
"name": "SelectDivider",
|
|
700
791
|
"defaultProps": {
|
|
@@ -1390,97 +1481,6 @@ var componentData_default = {
|
|
|
1390
1481
|
"runtimeConfigInternalComponentProps": {},
|
|
1391
1482
|
"motionVarPrefixes": []
|
|
1392
1483
|
},
|
|
1393
|
-
Tooltip: {
|
|
1394
|
-
"name": "Tooltip",
|
|
1395
|
-
"defaultProps": {},
|
|
1396
|
-
"getStylesLiterals": {},
|
|
1397
|
-
"cxLiterals": [],
|
|
1398
|
-
"internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
|
|
1399
|
-
"internalComponentProps": {},
|
|
1400
|
-
"propToVariantKeys": {},
|
|
1401
|
-
"runtimeConfigDefaultProps": {},
|
|
1402
|
-
"runtimeConfigGetStyles": {},
|
|
1403
|
-
"runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
|
|
1404
|
-
"motionVarPrefixes": []
|
|
1405
|
-
},
|
|
1406
|
-
TooltipContent: {
|
|
1407
|
-
"name": "TooltipContent",
|
|
1408
|
-
"defaultProps": {},
|
|
1409
|
-
"getStylesLiterals": {
|
|
1410
|
-
"tooltipSizeRoot": "default",
|
|
1411
|
-
"tooltipVariantRoot": "default",
|
|
1412
|
-
"tooltipSizeSvg": "default",
|
|
1413
|
-
"tooltipVariantSvg": "default",
|
|
1414
|
-
"tooltipVariantBlur": "default",
|
|
1415
|
-
"position": "absolute",
|
|
1416
|
-
"width": "full",
|
|
1417
|
-
"height": "full",
|
|
1418
|
-
"tooltipSizeTitle": "default",
|
|
1419
|
-
"tooltipSizeBody": "default",
|
|
1420
|
-
"tooltipSizeEndContent": "default",
|
|
1421
|
-
"tooltipSizeIcon": "default",
|
|
1422
|
-
"tooltipVariantIcon": "default"
|
|
1423
|
-
},
|
|
1424
|
-
"cxLiterals": [
|
|
1425
|
-
"max-w-lg",
|
|
1426
|
-
"flex",
|
|
1427
|
-
"z-[9999]",
|
|
1428
|
-
"uds-bgBlurFillFallback",
|
|
1429
|
-
"uds-bgBlurFallback",
|
|
1430
|
-
"top-0",
|
|
1431
|
-
"left-0",
|
|
1432
|
-
"z-[1]"
|
|
1433
|
-
],
|
|
1434
|
-
"internalComponents": [
|
|
1435
|
-
"IconSlot",
|
|
1436
|
-
"TooltipArrow",
|
|
1437
|
-
"Tooltip",
|
|
1438
|
-
"SvgFloatingOverlay",
|
|
1439
|
-
"VStack",
|
|
1440
|
-
"Box",
|
|
1441
|
-
"Text"
|
|
1442
|
-
],
|
|
1443
|
-
"internalComponentProps": {
|
|
1444
|
-
"SvgFloatingOverlay": { "contentOverflow": ["visible"] },
|
|
1445
|
-
"VStack": { "className": ["gap-[inherit]"] },
|
|
1446
|
-
"Box": {
|
|
1447
|
-
"alignItems": ["center"],
|
|
1448
|
-
"columnGap": ["1", "1.5"]
|
|
1449
|
-
},
|
|
1450
|
-
"Text": { "color": ["inherit"] }
|
|
1451
|
-
},
|
|
1452
|
-
"propToVariantKeys": { "startTitleIcon": ["icon"] },
|
|
1453
|
-
"runtimeConfigDefaultProps": {},
|
|
1454
|
-
"runtimeConfigGetStyles": {},
|
|
1455
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1456
|
-
"motionVarPrefixes": []
|
|
1457
|
-
},
|
|
1458
|
-
TooltipTrigger: {
|
|
1459
|
-
"name": "TooltipTrigger",
|
|
1460
|
-
"defaultProps": {},
|
|
1461
|
-
"getStylesLiterals": {},
|
|
1462
|
-
"cxLiterals": [],
|
|
1463
|
-
"internalComponents": ["TooltipAnchor"],
|
|
1464
|
-
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
1465
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
1466
|
-
"runtimeConfigDefaultProps": {},
|
|
1467
|
-
"runtimeConfigGetStyles": {},
|
|
1468
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1469
|
-
"motionVarPrefixes": []
|
|
1470
|
-
},
|
|
1471
|
-
UDSTooltipConfigProvider: {
|
|
1472
|
-
"name": "UDSTooltipConfigProvider",
|
|
1473
|
-
"defaultProps": {},
|
|
1474
|
-
"getStylesLiterals": {},
|
|
1475
|
-
"cxLiterals": [],
|
|
1476
|
-
"internalComponents": ["TooltipContext.Provider"],
|
|
1477
|
-
"internalComponentProps": {},
|
|
1478
|
-
"propToVariantKeys": {},
|
|
1479
|
-
"runtimeConfigDefaultProps": {},
|
|
1480
|
-
"runtimeConfigGetStyles": {},
|
|
1481
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1482
|
-
"motionVarPrefixes": []
|
|
1483
|
-
},
|
|
1484
1484
|
PaginationNext: {
|
|
1485
1485
|
"name": "PaginationNext",
|
|
1486
1486
|
"defaultProps": { "label": "Next" },
|
package/dist/uds/package.cjs
CHANGED
|
@@ -239,7 +239,7 @@ var package_default = {
|
|
|
239
239
|
"dev:ts": "tsdown --watch",
|
|
240
240
|
"format:pkg": "bun --cwd ../../ syncpack format",
|
|
241
241
|
"generate:componentData": "bun run ../css/scripts/generateComponentData.ts --components-dir src/components --components-dir src/css-animation --output generated/componentData.json",
|
|
242
|
-
"generate:purgeCSSData": "cd ../tailwind-v3 && bun run ./scripts/generatePurgeCSSData.ts --tsconfig ../uds/tsconfig.json --variants ../uds/src/styles/variants.ts --components ../uds/src/components/index.ts --experimental-components ../uds/src/components/experimental/index.ts --output ../uds/generated/tailwindPurge.ts",
|
|
242
|
+
"generate:purgeCSSData": "cd ../tailwind-v3 && BUN_JSC_forceRAMSize=3221225472 bun run ./scripts/generatePurgeCSSData.ts --tsconfig ../uds/tsconfig.json --variants ../uds/src/styles/variants.ts --components ../uds/src/components/index.ts --experimental-components ../uds/src/components/experimental/index.ts --output ../uds/generated/tailwindPurge.ts",
|
|
243
243
|
"lint": "eslint -c eslint.config.mjs .",
|
|
244
244
|
"lint:fix": "bun run lint --fix",
|
|
245
245
|
"lint:pkg": "bun publint",
|
package/dist/uds/package.js
CHANGED
|
@@ -239,7 +239,7 @@ var package_default = {
|
|
|
239
239
|
"dev:ts": "tsdown --watch",
|
|
240
240
|
"format:pkg": "bun --cwd ../../ syncpack format",
|
|
241
241
|
"generate:componentData": "bun run ../css/scripts/generateComponentData.ts --components-dir src/components --components-dir src/css-animation --output generated/componentData.json",
|
|
242
|
-
"generate:purgeCSSData": "cd ../tailwind-v3 && bun run ./scripts/generatePurgeCSSData.ts --tsconfig ../uds/tsconfig.json --variants ../uds/src/styles/variants.ts --components ../uds/src/components/index.ts --experimental-components ../uds/src/components/experimental/index.ts --output ../uds/generated/tailwindPurge.ts",
|
|
242
|
+
"generate:purgeCSSData": "cd ../tailwind-v3 && BUN_JSC_forceRAMSize=3221225472 bun run ./scripts/generatePurgeCSSData.ts --tsconfig ../uds/tsconfig.json --variants ../uds/src/styles/variants.ts --components ../uds/src/components/index.ts --experimental-components ../uds/src/components/experimental/index.ts --output ../uds/generated/tailwindPurge.ts",
|
|
243
243
|
"lint": "eslint -c eslint.config.mjs .",
|
|
244
244
|
"lint:fix": "bun run lint --fix",
|
|
245
245
|
"lint:pkg": "bun publint",
|
|
@@ -998,6 +998,141 @@
|
|
|
998
998
|
"runtimeConfigInternalComponentProps": {},
|
|
999
999
|
"motionVarPrefixes": []
|
|
1000
1000
|
},
|
|
1001
|
+
"Tooltip": {
|
|
1002
|
+
"name": "Tooltip",
|
|
1003
|
+
"defaultProps": {},
|
|
1004
|
+
"getStylesLiterals": {},
|
|
1005
|
+
"cxLiterals": [],
|
|
1006
|
+
"internalComponents": [
|
|
1007
|
+
"TooltipInternalContext.Provider",
|
|
1008
|
+
"TooltipProvider"
|
|
1009
|
+
],
|
|
1010
|
+
"internalComponentProps": {},
|
|
1011
|
+
"propToVariantKeys": {},
|
|
1012
|
+
"runtimeConfigDefaultProps": {},
|
|
1013
|
+
"runtimeConfigGetStyles": {},
|
|
1014
|
+
"runtimeConfigInternalComponentProps": {
|
|
1015
|
+
"TooltipProvider": {
|
|
1016
|
+
"animated": [
|
|
1017
|
+
"tooltip.animationDuration"
|
|
1018
|
+
]
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"motionVarPrefixes": []
|
|
1022
|
+
},
|
|
1023
|
+
"TooltipContent": {
|
|
1024
|
+
"name": "TooltipContent",
|
|
1025
|
+
"defaultProps": {},
|
|
1026
|
+
"getStylesLiterals": {
|
|
1027
|
+
"tooltipSizeRoot": "default",
|
|
1028
|
+
"tooltipVariantRoot": "default",
|
|
1029
|
+
"tooltipSizeSvg": "default",
|
|
1030
|
+
"tooltipVariantSvg": "default",
|
|
1031
|
+
"tooltipVariantBlur": "default",
|
|
1032
|
+
"position": "absolute",
|
|
1033
|
+
"width": "full",
|
|
1034
|
+
"height": "full",
|
|
1035
|
+
"tooltipSizeTitle": "default",
|
|
1036
|
+
"tooltipSizeBody": "default",
|
|
1037
|
+
"tooltipSizeEndContent": "default",
|
|
1038
|
+
"tooltipSizeIcon": "default",
|
|
1039
|
+
"tooltipVariantIcon": "default"
|
|
1040
|
+
},
|
|
1041
|
+
"cxLiterals": [
|
|
1042
|
+
"max-w-lg",
|
|
1043
|
+
"flex",
|
|
1044
|
+
"z-[9999]",
|
|
1045
|
+
"uds-bgBlurFillFallback",
|
|
1046
|
+
"uds-bgBlurFallback",
|
|
1047
|
+
"top-0",
|
|
1048
|
+
"left-0",
|
|
1049
|
+
"z-[1]"
|
|
1050
|
+
],
|
|
1051
|
+
"internalComponents": [
|
|
1052
|
+
"IconSlot",
|
|
1053
|
+
"TooltipArrow",
|
|
1054
|
+
"Tooltip",
|
|
1055
|
+
"SvgFloatingOverlay",
|
|
1056
|
+
"VStack",
|
|
1057
|
+
"Box",
|
|
1058
|
+
"Text"
|
|
1059
|
+
],
|
|
1060
|
+
"internalComponentProps": {
|
|
1061
|
+
"SvgFloatingOverlay": {
|
|
1062
|
+
"contentOverflow": [
|
|
1063
|
+
"visible"
|
|
1064
|
+
]
|
|
1065
|
+
},
|
|
1066
|
+
"VStack": {
|
|
1067
|
+
"className": [
|
|
1068
|
+
"gap-[inherit]"
|
|
1069
|
+
]
|
|
1070
|
+
},
|
|
1071
|
+
"Box": {
|
|
1072
|
+
"alignItems": [
|
|
1073
|
+
"center"
|
|
1074
|
+
],
|
|
1075
|
+
"columnGap": [
|
|
1076
|
+
"1",
|
|
1077
|
+
"1.5"
|
|
1078
|
+
]
|
|
1079
|
+
},
|
|
1080
|
+
"Text": {
|
|
1081
|
+
"color": [
|
|
1082
|
+
"inherit"
|
|
1083
|
+
]
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
"propToVariantKeys": {
|
|
1087
|
+
"startTitleIcon": [
|
|
1088
|
+
"icon"
|
|
1089
|
+
]
|
|
1090
|
+
},
|
|
1091
|
+
"runtimeConfigDefaultProps": {},
|
|
1092
|
+
"runtimeConfigGetStyles": {},
|
|
1093
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1094
|
+
"motionVarPrefixes": []
|
|
1095
|
+
},
|
|
1096
|
+
"TooltipTrigger": {
|
|
1097
|
+
"name": "TooltipTrigger",
|
|
1098
|
+
"defaultProps": {},
|
|
1099
|
+
"getStylesLiterals": {},
|
|
1100
|
+
"cxLiterals": [],
|
|
1101
|
+
"internalComponents": [
|
|
1102
|
+
"TooltipAnchor"
|
|
1103
|
+
],
|
|
1104
|
+
"internalComponentProps": {
|
|
1105
|
+
"TooltipAnchor": {
|
|
1106
|
+
"className": [
|
|
1107
|
+
"inline"
|
|
1108
|
+
]
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"propToVariantKeys": {
|
|
1112
|
+
"children": [
|
|
1113
|
+
"render"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"runtimeConfigDefaultProps": {},
|
|
1117
|
+
"runtimeConfigGetStyles": {},
|
|
1118
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1119
|
+
"motionVarPrefixes": []
|
|
1120
|
+
},
|
|
1121
|
+
"UDSTooltipConfigProvider": {
|
|
1122
|
+
"name": "UDSTooltipConfigProvider",
|
|
1123
|
+
"defaultProps": {},
|
|
1124
|
+
"getStylesLiterals": {},
|
|
1125
|
+
"cxLiterals": [],
|
|
1126
|
+
"internalComponents": [
|
|
1127
|
+
"TooltipContext.Provider"
|
|
1128
|
+
],
|
|
1129
|
+
"internalComponentProps": {},
|
|
1130
|
+
"propToVariantKeys": {},
|
|
1131
|
+
"runtimeConfigDefaultProps": {},
|
|
1132
|
+
"runtimeConfigGetStyles": {},
|
|
1133
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1134
|
+
"motionVarPrefixes": []
|
|
1135
|
+
},
|
|
1001
1136
|
"SelectDivider": {
|
|
1002
1137
|
"name": "SelectDivider",
|
|
1003
1138
|
"defaultProps": {
|
|
@@ -1845,141 +1980,6 @@
|
|
|
1845
1980
|
"runtimeConfigInternalComponentProps": {},
|
|
1846
1981
|
"motionVarPrefixes": []
|
|
1847
1982
|
},
|
|
1848
|
-
"Tooltip": {
|
|
1849
|
-
"name": "Tooltip",
|
|
1850
|
-
"defaultProps": {},
|
|
1851
|
-
"getStylesLiterals": {},
|
|
1852
|
-
"cxLiterals": [],
|
|
1853
|
-
"internalComponents": [
|
|
1854
|
-
"TooltipInternalContext.Provider",
|
|
1855
|
-
"TooltipProvider"
|
|
1856
|
-
],
|
|
1857
|
-
"internalComponentProps": {},
|
|
1858
|
-
"propToVariantKeys": {},
|
|
1859
|
-
"runtimeConfigDefaultProps": {},
|
|
1860
|
-
"runtimeConfigGetStyles": {},
|
|
1861
|
-
"runtimeConfigInternalComponentProps": {
|
|
1862
|
-
"TooltipProvider": {
|
|
1863
|
-
"animated": [
|
|
1864
|
-
"tooltip.animationDuration"
|
|
1865
|
-
]
|
|
1866
|
-
}
|
|
1867
|
-
},
|
|
1868
|
-
"motionVarPrefixes": []
|
|
1869
|
-
},
|
|
1870
|
-
"TooltipContent": {
|
|
1871
|
-
"name": "TooltipContent",
|
|
1872
|
-
"defaultProps": {},
|
|
1873
|
-
"getStylesLiterals": {
|
|
1874
|
-
"tooltipSizeRoot": "default",
|
|
1875
|
-
"tooltipVariantRoot": "default",
|
|
1876
|
-
"tooltipSizeSvg": "default",
|
|
1877
|
-
"tooltipVariantSvg": "default",
|
|
1878
|
-
"tooltipVariantBlur": "default",
|
|
1879
|
-
"position": "absolute",
|
|
1880
|
-
"width": "full",
|
|
1881
|
-
"height": "full",
|
|
1882
|
-
"tooltipSizeTitle": "default",
|
|
1883
|
-
"tooltipSizeBody": "default",
|
|
1884
|
-
"tooltipSizeEndContent": "default",
|
|
1885
|
-
"tooltipSizeIcon": "default",
|
|
1886
|
-
"tooltipVariantIcon": "default"
|
|
1887
|
-
},
|
|
1888
|
-
"cxLiterals": [
|
|
1889
|
-
"max-w-lg",
|
|
1890
|
-
"flex",
|
|
1891
|
-
"z-[9999]",
|
|
1892
|
-
"uds-bgBlurFillFallback",
|
|
1893
|
-
"uds-bgBlurFallback",
|
|
1894
|
-
"top-0",
|
|
1895
|
-
"left-0",
|
|
1896
|
-
"z-[1]"
|
|
1897
|
-
],
|
|
1898
|
-
"internalComponents": [
|
|
1899
|
-
"IconSlot",
|
|
1900
|
-
"TooltipArrow",
|
|
1901
|
-
"Tooltip",
|
|
1902
|
-
"SvgFloatingOverlay",
|
|
1903
|
-
"VStack",
|
|
1904
|
-
"Box",
|
|
1905
|
-
"Text"
|
|
1906
|
-
],
|
|
1907
|
-
"internalComponentProps": {
|
|
1908
|
-
"SvgFloatingOverlay": {
|
|
1909
|
-
"contentOverflow": [
|
|
1910
|
-
"visible"
|
|
1911
|
-
]
|
|
1912
|
-
},
|
|
1913
|
-
"VStack": {
|
|
1914
|
-
"className": [
|
|
1915
|
-
"gap-[inherit]"
|
|
1916
|
-
]
|
|
1917
|
-
},
|
|
1918
|
-
"Box": {
|
|
1919
|
-
"alignItems": [
|
|
1920
|
-
"center"
|
|
1921
|
-
],
|
|
1922
|
-
"columnGap": [
|
|
1923
|
-
"1",
|
|
1924
|
-
"1.5"
|
|
1925
|
-
]
|
|
1926
|
-
},
|
|
1927
|
-
"Text": {
|
|
1928
|
-
"color": [
|
|
1929
|
-
"inherit"
|
|
1930
|
-
]
|
|
1931
|
-
}
|
|
1932
|
-
},
|
|
1933
|
-
"propToVariantKeys": {
|
|
1934
|
-
"startTitleIcon": [
|
|
1935
|
-
"icon"
|
|
1936
|
-
]
|
|
1937
|
-
},
|
|
1938
|
-
"runtimeConfigDefaultProps": {},
|
|
1939
|
-
"runtimeConfigGetStyles": {},
|
|
1940
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1941
|
-
"motionVarPrefixes": []
|
|
1942
|
-
},
|
|
1943
|
-
"TooltipTrigger": {
|
|
1944
|
-
"name": "TooltipTrigger",
|
|
1945
|
-
"defaultProps": {},
|
|
1946
|
-
"getStylesLiterals": {},
|
|
1947
|
-
"cxLiterals": [],
|
|
1948
|
-
"internalComponents": [
|
|
1949
|
-
"TooltipAnchor"
|
|
1950
|
-
],
|
|
1951
|
-
"internalComponentProps": {
|
|
1952
|
-
"TooltipAnchor": {
|
|
1953
|
-
"className": [
|
|
1954
|
-
"inline"
|
|
1955
|
-
]
|
|
1956
|
-
}
|
|
1957
|
-
},
|
|
1958
|
-
"propToVariantKeys": {
|
|
1959
|
-
"children": [
|
|
1960
|
-
"render"
|
|
1961
|
-
]
|
|
1962
|
-
},
|
|
1963
|
-
"runtimeConfigDefaultProps": {},
|
|
1964
|
-
"runtimeConfigGetStyles": {},
|
|
1965
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1966
|
-
"motionVarPrefixes": []
|
|
1967
|
-
},
|
|
1968
|
-
"UDSTooltipConfigProvider": {
|
|
1969
|
-
"name": "UDSTooltipConfigProvider",
|
|
1970
|
-
"defaultProps": {},
|
|
1971
|
-
"getStylesLiterals": {},
|
|
1972
|
-
"cxLiterals": [],
|
|
1973
|
-
"internalComponents": [
|
|
1974
|
-
"TooltipContext.Provider"
|
|
1975
|
-
],
|
|
1976
|
-
"internalComponentProps": {},
|
|
1977
|
-
"propToVariantKeys": {},
|
|
1978
|
-
"runtimeConfigDefaultProps": {},
|
|
1979
|
-
"runtimeConfigGetStyles": {},
|
|
1980
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1981
|
-
"motionVarPrefixes": []
|
|
1982
|
-
},
|
|
1983
1983
|
"PaginationNext": {
|
|
1984
1984
|
"name": "PaginationNext",
|
|
1985
1985
|
"defaultProps": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yahoo/uds",
|
|
3
3
|
"description": "Yahoo Universal System",
|
|
4
|
-
"version": "3.168.
|
|
4
|
+
"version": "3.168.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"dev:ts": "tsdown --watch",
|
|
240
240
|
"format:pkg": "bun --cwd ../../ syncpack format",
|
|
241
241
|
"generate:componentData": "bun run ../css/scripts/generateComponentData.ts --components-dir src/components --components-dir src/css-animation --output generated/componentData.json",
|
|
242
|
-
"generate:purgeCSSData": "cd ../tailwind-v3 && bun run ./scripts/generatePurgeCSSData.ts --tsconfig ../uds/tsconfig.json --variants ../uds/src/styles/variants.ts --components ../uds/src/components/index.ts --experimental-components ../uds/src/components/experimental/index.ts --output ../uds/generated/tailwindPurge.ts",
|
|
242
|
+
"generate:purgeCSSData": "cd ../tailwind-v3 && BUN_JSC_forceRAMSize=3221225472 bun run ./scripts/generatePurgeCSSData.ts --tsconfig ../uds/tsconfig.json --variants ../uds/src/styles/variants.ts --components ../uds/src/components/index.ts --experimental-components ../uds/src/components/experimental/index.ts --output ../uds/generated/tailwindPurge.ts",
|
|
243
243
|
"lint": "eslint -c eslint.config.mjs .",
|
|
244
244
|
"lint:fix": "bun run lint --fix",
|
|
245
245
|
"lint:pkg": "bun publint",
|