@yahoo/uds 3.115.1 → 3.115.2

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.
@@ -88,6 +88,6 @@ interface MenuItemCheckboxProps extends Omit<PressableProps, 'asChild'>, HtmlBut
88
88
  *
89
89
  * @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item)
90
90
  **/
91
- declare const MenuItemCheckbox: react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "hideEndIcon" | "rootProps" | "active"> & react.RefAttributes<HTMLDivElement>>;
91
+ declare const MenuItemCheckbox: react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "hideEndIcon" | "rootProps"> & react.RefAttributes<HTMLDivElement>>;
92
92
  //#endregion
93
93
  export { MenuItemCheckbox, type MenuItemCheckboxProps };
@@ -88,6 +88,6 @@ interface MenuItemCheckboxProps extends Omit<PressableProps, 'asChild'>, HtmlBut
88
88
  *
89
89
  * @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item)
90
90
  **/
91
- declare const MenuItemCheckbox: react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "hideEndIcon" | "rootProps" | "active"> & react.RefAttributes<HTMLDivElement>>;
91
+ declare const MenuItemCheckbox: react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "hideEndIcon" | "rootProps"> & react.RefAttributes<HTMLDivElement>>;
92
92
  //#endregion
93
93
  export { MenuItemCheckbox, type MenuItemCheckboxProps };
@@ -23,8 +23,8 @@ declare const getStylesInternal: (props?: ({
23
23
  bottomsheetVariantRoot?: "default" | undefined;
24
24
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
25
25
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
26
- buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
27
- buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
26
+ buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
27
+ buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
28
28
  checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
29
29
  checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
30
30
  checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
@@ -76,11 +76,11 @@ declare const getStylesInternal: (props?: ({
76
76
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
77
77
  inputVariantValueRoot?: "empty" | "filled" | undefined;
78
78
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
79
- linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
80
- linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
81
- linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
82
- linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
83
- linkVariantRoot?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
79
+ linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
80
+ linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
81
+ linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
82
+ linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
83
+ linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
84
84
  menucontentSizeRoot?: "default" | undefined;
85
85
  menucontentVariantRoot?: "default" | undefined;
86
86
  menuitemDividerVariantLine?: "default" | undefined;
@@ -143,15 +143,15 @@ declare const getStylesInternal: (props?: ({
143
143
  tooltipVariantIcon?: "default" | undefined;
144
144
  tooltipVariantRoot?: "default" | undefined;
145
145
  tooltipVariantSvg?: "default" | undefined;
146
- 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;
147
- 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;
146
+ color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "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" | undefined;
147
+ placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "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" | undefined;
148
148
  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;
149
149
  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;
150
- 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" | "light" | "extralight" | "regular" | "semibold" | "bold" | "extrabold" | undefined;
150
+ fontWeight?: "black" | "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" | "thin" | "medium" | "light" | "extralight" | "regular" | "semibold" | "bold" | "extrabold" | undefined;
151
151
  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;
152
152
  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;
153
- textAlign?: "center" | "start" | "end" | "justify" | undefined;
154
- 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;
153
+ textAlign?: "start" | "end" | "center" | "justify" | undefined;
154
+ textTransform?: "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" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
155
155
  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;
156
156
  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;
157
157
  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;
@@ -169,11 +169,11 @@ declare const getStylesInternal: (props?: ({
169
169
  columnGap?: "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;
170
170
  rowGap?: "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;
171
171
  backgroundColor?: "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" | undefined;
172
- borderColor?: "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;
173
- borderStartColor?: "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;
174
- 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;
175
- 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;
176
- 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;
172
+ borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
173
+ borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
174
+ borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
175
+ borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
176
+ borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
177
177
  borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
178
178
  borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
179
179
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
@@ -23,8 +23,8 @@ declare const getStylesInternal: (props?: ({
23
23
  bottomsheetVariantRoot?: "default" | undefined;
24
24
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
25
25
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
26
- buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
27
- buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
26
+ buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
27
+ buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
28
28
  checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
29
29
  checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
30
30
  checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
@@ -76,11 +76,11 @@ declare const getStylesInternal: (props?: ({
76
76
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
77
77
  inputVariantValueRoot?: "empty" | "filled" | undefined;
78
78
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
79
- linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
80
- linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
81
- linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
82
- linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
83
- linkVariantRoot?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
79
+ linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
80
+ linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
81
+ linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
82
+ linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
83
+ linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
84
84
  menucontentSizeRoot?: "default" | undefined;
85
85
  menucontentVariantRoot?: "default" | undefined;
86
86
  menuitemDividerVariantLine?: "default" | undefined;
@@ -143,15 +143,15 @@ declare const getStylesInternal: (props?: ({
143
143
  tooltipVariantIcon?: "default" | undefined;
144
144
  tooltipVariantRoot?: "default" | undefined;
145
145
  tooltipVariantSvg?: "default" | undefined;
146
- 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;
147
- 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;
146
+ color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "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" | undefined;
147
+ placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "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" | undefined;
148
148
  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;
149
149
  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;
150
- 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" | "light" | "extralight" | "regular" | "semibold" | "bold" | "extrabold" | undefined;
150
+ fontWeight?: "black" | "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" | "thin" | "medium" | "light" | "extralight" | "regular" | "semibold" | "bold" | "extrabold" | undefined;
151
151
  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;
152
152
  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;
153
- textAlign?: "center" | "start" | "end" | "justify" | undefined;
154
- 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;
153
+ textAlign?: "start" | "end" | "center" | "justify" | undefined;
154
+ textTransform?: "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" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
155
155
  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;
156
156
  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;
157
157
  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;
@@ -169,11 +169,11 @@ declare const getStylesInternal: (props?: ({
169
169
  columnGap?: "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;
170
170
  rowGap?: "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;
171
171
  backgroundColor?: "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" | undefined;
172
- borderColor?: "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;
173
- borderStartColor?: "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;
174
- 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;
175
- 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;
176
- 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;
172
+ borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
173
+ borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
174
+ borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
175
+ borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
176
+ borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "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" | undefined;
177
177
  borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
178
178
  borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
179
179
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
@@ -2,6 +2,7 @@
2
2
  const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
3
3
  const require_print = require('../../../cli/dist/lib/print.cjs');
4
4
  const require_componentAnalyzer = require('../purger/optimized/utils/componentAnalyzer.cjs');
5
+ let node_path = require("node:path");
5
6
  let node_fs = require("node:fs");
6
7
 
7
8
  //#region ../tailwind/dist/commands/generateComponentData.js
@@ -34,6 +35,7 @@ const makeGenerateComponentDataCommand = (getContext) => ({
34
35
  }
35
36
  }));
36
37
  const componentData = Object.fromEntries(componentDataEntries.filter((entry) => Boolean(entry)));
38
+ (0, node_fs.mkdirSync)((0, node_path.dirname)(outputFile), { recursive: true });
37
39
  (0, node_fs.writeFileSync)(outputFile, JSON.stringify(componentData, null, 2));
38
40
  require_print.print(`Generated component data for ${Object.keys(componentData).length} components`);
39
41
  require_print.print(`Output written to: ${outputFile}`);
@@ -1,7 +1,8 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  import { print } from "../../../cli/dist/lib/print.js";
3
3
  import { analyzeComponent, scanComponentFiles } from "../purger/optimized/utils/componentAnalyzer.js";
4
- import { writeFileSync } from "node:fs";
4
+ import { dirname } from "node:path";
5
+ import { mkdirSync, writeFileSync } from "node:fs";
5
6
 
6
7
  //#region ../tailwind/dist/commands/generateComponentData.js
7
8
  /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
@@ -33,6 +34,7 @@ const makeGenerateComponentDataCommand = (getContext) => ({
33
34
  }
34
35
  }));
35
36
  const componentData = Object.fromEntries(componentDataEntries.filter((entry) => Boolean(entry)));
37
+ mkdirSync(dirname(outputFile), { recursive: true });
36
38
  writeFileSync(outputFile, JSON.stringify(componentData, null, 2));
37
39
  print(`Generated component data for ${Object.keys(componentData).length} components`);
38
40
  print(`Output written to: ${outputFile}`);
@@ -19,6 +19,6 @@ import { FontConfig } from "../../../../types/dist/index.cjs";
19
19
  * addBase(fontVars);
20
20
  *
21
21
  */
22
- declare function getFontStyles(fontConfig: Partial<FontConfig>): Record<"--uds-font-sans" | "--uds-font-sans-alt" | "--uds-font-serif" | "--uds-font-serif-alt" | "--uds-font-mono", string>; //#endregion
22
+ declare function getFontStyles(fontConfig: Partial<FontConfig>): Record<"--uds-font-sans" | "--uds-font-serif" | "--uds-font-mono" | "--uds-font-sans-alt" | "--uds-font-serif-alt", string>; //#endregion
23
23
  //#endregion
24
24
  export { getFontStyles };
@@ -19,6 +19,6 @@ import { FontConfig } from "../../../../types/dist/index.js";
19
19
  * addBase(fontVars);
20
20
  *
21
21
  */
22
- declare function getFontStyles(fontConfig: Partial<FontConfig>): Record<"--uds-font-sans" | "--uds-font-sans-alt" | "--uds-font-serif" | "--uds-font-serif-alt" | "--uds-font-mono", string>; //#endregion
22
+ declare function getFontStyles(fontConfig: Partial<FontConfig>): Record<"--uds-font-sans" | "--uds-font-serif" | "--uds-font-mono" | "--uds-font-sans-alt" | "--uds-font-serif-alt", string>; //#endregion
23
23
  //#endregion
24
24
  export { getFontStyles };
@@ -4,8 +4,8 @@ import { UniversalTokensConfig } from "../../../../config/dist/index.cjs";
4
4
 
5
5
  //#region ../tailwind/dist/tailwind/utils/getShadowStyles.d.ts
6
6
  //#region src/tailwind/utils/getShadowStyles.d.ts
7
- declare const shadowVariantToCSS: (shadowType: ShadowType, shadowVariant: ShadowVariant | ElevationAlias) => readonly [".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" | ".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", {
8
- readonly [x: string]: "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-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-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)";
7
+ declare const shadowVariantToCSS: (shadowType: ShadowType, shadowVariant: ShadowVariant | ElevationAlias) => readonly [".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" | ".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", {
8
+ readonly [x: string]: "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-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-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)";
9
9
  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)";
10
10
  }];
11
11
  declare function getShadowStyles({
@@ -14,8 +14,8 @@ declare function getShadowStyles({
14
14
  }: {
15
15
  config: UniversalTokensConfig;
16
16
  shadowType: ShadowType;
17
- }): Record<".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" | ".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", {
18
- readonly [x: string]: "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-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-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)";
17
+ }): Record<".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" | ".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", {
18
+ readonly [x: string]: "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-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-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)";
19
19
  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)";
20
20
  }>; //#endregion
21
21
  //#endregion
@@ -4,8 +4,8 @@ import { UniversalTokensConfig } from "../../../../config/dist/index.js";
4
4
 
5
5
  //#region ../tailwind/dist/tailwind/utils/getShadowStyles.d.ts
6
6
  //#region src/tailwind/utils/getShadowStyles.d.ts
7
- declare const shadowVariantToCSS: (shadowType: ShadowType, shadowVariant: ShadowVariant | ElevationAlias) => readonly [".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" | ".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", {
8
- readonly [x: string]: "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-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-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)";
7
+ declare const shadowVariantToCSS: (shadowType: ShadowType, shadowVariant: ShadowVariant | ElevationAlias) => readonly [".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" | ".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", {
8
+ readonly [x: string]: "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-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-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)";
9
9
  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)";
10
10
  }];
11
11
  declare function getShadowStyles({
@@ -14,8 +14,8 @@ declare function getShadowStyles({
14
14
  }: {
15
15
  config: UniversalTokensConfig;
16
16
  shadowType: ShadowType;
17
- }): Record<".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" | ".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", {
18
- readonly [x: string]: "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-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-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)";
17
+ }): Record<".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" | ".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", {
18
+ readonly [x: string]: "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-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-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)";
19
19
  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)";
20
20
  }>; //#endregion
21
21
  //#endregion
@@ -1393,6 +1393,110 @@ var InputHelpTextInternal = {
1393
1393
  },
1394
1394
  "motionVarPrefixes": []
1395
1395
  };
1396
+ var Radio = {
1397
+ "name": "Radio",
1398
+ "defaultProps": {
1399
+ "labelPosition": "start",
1400
+ "variant": "primary",
1401
+ "size": "md",
1402
+ "value": ""
1403
+ },
1404
+ "getStylesLiterals": {
1405
+ "radioVariantValueRoot": "checked",
1406
+ "radioVariantValueRoot:1": "unchecked",
1407
+ "display": "flex",
1408
+ "flexDirection": "row",
1409
+ "flexDirection:1": "row-reverse",
1410
+ "alignItems": "center",
1411
+ "radioVariantValueRadio": "checked",
1412
+ "radioVariantValueRadio:1": "unchecked",
1413
+ "radioVariantValueRadioCircle": "checked",
1414
+ "radioVariantValueRadioCircle:1": "unchecked"
1415
+ },
1416
+ "cxLiterals": [
1417
+ "cursor-pointer",
1418
+ "cursor-default",
1419
+ "opacity-50",
1420
+ "border",
1421
+ "uds-ring",
1422
+ "uds-ring-within",
1423
+ "transition-[background-color,border-color]",
1424
+ "transition-shadow",
1425
+ "pointer-events-none",
1426
+ "w-[8px]",
1427
+ "h-[8px]",
1428
+ "transition-opacity",
1429
+ "cursor-[inherit]",
1430
+ "absolute",
1431
+ "opacity-0",
1432
+ "top-1/2",
1433
+ "left-1/2",
1434
+ "w-[calc(100%+2px)]",
1435
+ "h-[calc(100%+2px)]",
1436
+ "transform",
1437
+ "translate-x-[-50%]",
1438
+ "translate-y-[-50%]",
1439
+ "text-start",
1440
+ "text-end"
1441
+ ],
1442
+ "internalComponents": [
1443
+ "Box",
1444
+ "FormLabel",
1445
+ "SpringMotionConfig",
1446
+ "RootElement",
1447
+ "MotionBox"
1448
+ ],
1449
+ "internalComponentProps": {
1450
+ "Box": { "borderRadius": ["full"] },
1451
+ "FormLabel": {
1452
+ "as": ["div"],
1453
+ "variant": ["inherit"],
1454
+ "color": ["inherit"]
1455
+ },
1456
+ "RootElement": { "data-testid": ["container"] },
1457
+ "MotionBox": {
1458
+ "position": ["relative"],
1459
+ "borderRadius": ["full"],
1460
+ "alignItems": ["center"],
1461
+ "justifyContent": ["center"],
1462
+ "flex": ["none"]
1463
+ }
1464
+ },
1465
+ "propToVariantKeys": {
1466
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1467
+ "variant": [
1468
+ "radioVariantRoot",
1469
+ "radioVariantRadio",
1470
+ "radioVariantRadioCircle"
1471
+ ],
1472
+ "reduceMotion": ["reducedMotion"]
1473
+ },
1474
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1475
+ };
1476
+ var RadioGroupProvider = {
1477
+ "name": "RadioGroupProvider",
1478
+ "defaultProps": {},
1479
+ "getStylesLiterals": {},
1480
+ "cxLiterals": [],
1481
+ "internalComponents": [
1482
+ "DivProps",
1483
+ "Comp",
1484
+ "RadioGroupContext.Provider"
1485
+ ],
1486
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1487
+ "propToVariantKeys": {},
1488
+ "motionVarPrefixes": []
1489
+ };
1490
+ var RadioGroupStore = {
1491
+ "name": "RadioGroupStore",
1492
+ "defaultProps": {},
1493
+ "getStylesLiterals": {},
1494
+ "cxLiterals": [],
1495
+ "internalComponents": [],
1496
+ "internalComponentProps": {},
1497
+ "propToVariantKeys": {},
1498
+ "motionVarPrefixes": []
1499
+ };
1396
1500
  var Menu_Content = {
1397
1501
  "name": "Menu.Content",
1398
1502
  "defaultProps": {
@@ -1572,110 +1676,6 @@ var Menu = {
1572
1676
  "propToVariantKeys": {},
1573
1677
  "motionVarPrefixes": []
1574
1678
  };
1575
- var Radio = {
1576
- "name": "Radio",
1577
- "defaultProps": {
1578
- "labelPosition": "start",
1579
- "variant": "primary",
1580
- "size": "md",
1581
- "value": ""
1582
- },
1583
- "getStylesLiterals": {
1584
- "radioVariantValueRoot": "checked",
1585
- "radioVariantValueRoot:1": "unchecked",
1586
- "display": "flex",
1587
- "flexDirection": "row",
1588
- "flexDirection:1": "row-reverse",
1589
- "alignItems": "center",
1590
- "radioVariantValueRadio": "checked",
1591
- "radioVariantValueRadio:1": "unchecked",
1592
- "radioVariantValueRadioCircle": "checked",
1593
- "radioVariantValueRadioCircle:1": "unchecked"
1594
- },
1595
- "cxLiterals": [
1596
- "cursor-pointer",
1597
- "cursor-default",
1598
- "opacity-50",
1599
- "border",
1600
- "uds-ring",
1601
- "uds-ring-within",
1602
- "transition-[background-color,border-color]",
1603
- "transition-shadow",
1604
- "pointer-events-none",
1605
- "w-[8px]",
1606
- "h-[8px]",
1607
- "transition-opacity",
1608
- "cursor-[inherit]",
1609
- "absolute",
1610
- "opacity-0",
1611
- "top-1/2",
1612
- "left-1/2",
1613
- "w-[calc(100%+2px)]",
1614
- "h-[calc(100%+2px)]",
1615
- "transform",
1616
- "translate-x-[-50%]",
1617
- "translate-y-[-50%]",
1618
- "text-start",
1619
- "text-end"
1620
- ],
1621
- "internalComponents": [
1622
- "Box",
1623
- "FormLabel",
1624
- "SpringMotionConfig",
1625
- "RootElement",
1626
- "MotionBox"
1627
- ],
1628
- "internalComponentProps": {
1629
- "Box": { "borderRadius": ["full"] },
1630
- "FormLabel": {
1631
- "as": ["div"],
1632
- "variant": ["inherit"],
1633
- "color": ["inherit"]
1634
- },
1635
- "RootElement": { "data-testid": ["container"] },
1636
- "MotionBox": {
1637
- "position": ["relative"],
1638
- "borderRadius": ["full"],
1639
- "alignItems": ["center"],
1640
- "justifyContent": ["center"],
1641
- "flex": ["none"]
1642
- }
1643
- },
1644
- "propToVariantKeys": {
1645
- "size": ["radioSizeRoot", "radioSizeRadio"],
1646
- "variant": [
1647
- "radioVariantRoot",
1648
- "radioVariantRadio",
1649
- "radioVariantRadioCircle"
1650
- ],
1651
- "reduceMotion": ["reducedMotion"]
1652
- },
1653
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1654
- };
1655
- var RadioGroupProvider = {
1656
- "name": "RadioGroupProvider",
1657
- "defaultProps": {},
1658
- "getStylesLiterals": {},
1659
- "cxLiterals": [],
1660
- "internalComponents": [
1661
- "DivProps",
1662
- "Comp",
1663
- "RadioGroupContext.Provider"
1664
- ],
1665
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1666
- "propToVariantKeys": {},
1667
- "motionVarPrefixes": []
1668
- };
1669
- var RadioGroupStore = {
1670
- "name": "RadioGroupStore",
1671
- "defaultProps": {},
1672
- "getStylesLiterals": {},
1673
- "cxLiterals": [],
1674
- "internalComponents": [],
1675
- "internalComponentProps": {},
1676
- "propToVariantKeys": {},
1677
- "motionVarPrefixes": []
1678
- };
1679
1679
  var Toast = {
1680
1680
  "name": "Toast",
1681
1681
  "defaultProps": {},
@@ -1924,6 +1924,9 @@ var componentData_default = {
1924
1924
  Input,
1925
1925
  InputHelpText,
1926
1926
  InputHelpTextInternal,
1927
+ Radio,
1928
+ RadioGroupProvider,
1929
+ RadioGroupStore,
1927
1930
  "Menu.Content": Menu_Content,
1928
1931
  "Menu.Divider": Menu_Divider,
1929
1932
  "Menu.Item": Menu_Item,
@@ -1932,9 +1935,6 @@ var componentData_default = {
1932
1935
  "Menu.Provider": Menu_Provider,
1933
1936
  "Menu.Trigger": Menu_Trigger,
1934
1937
  Menu,
1935
- Radio,
1936
- RadioGroupProvider,
1937
- RadioGroupStore,
1938
1938
  Toast,
1939
1939
  ToastContainer,
1940
1940
  ToastPortal,
@@ -1392,6 +1392,110 @@ var InputHelpTextInternal = {
1392
1392
  },
1393
1393
  "motionVarPrefixes": []
1394
1394
  };
1395
+ var Radio = {
1396
+ "name": "Radio",
1397
+ "defaultProps": {
1398
+ "labelPosition": "start",
1399
+ "variant": "primary",
1400
+ "size": "md",
1401
+ "value": ""
1402
+ },
1403
+ "getStylesLiterals": {
1404
+ "radioVariantValueRoot": "checked",
1405
+ "radioVariantValueRoot:1": "unchecked",
1406
+ "display": "flex",
1407
+ "flexDirection": "row",
1408
+ "flexDirection:1": "row-reverse",
1409
+ "alignItems": "center",
1410
+ "radioVariantValueRadio": "checked",
1411
+ "radioVariantValueRadio:1": "unchecked",
1412
+ "radioVariantValueRadioCircle": "checked",
1413
+ "radioVariantValueRadioCircle:1": "unchecked"
1414
+ },
1415
+ "cxLiterals": [
1416
+ "cursor-pointer",
1417
+ "cursor-default",
1418
+ "opacity-50",
1419
+ "border",
1420
+ "uds-ring",
1421
+ "uds-ring-within",
1422
+ "transition-[background-color,border-color]",
1423
+ "transition-shadow",
1424
+ "pointer-events-none",
1425
+ "w-[8px]",
1426
+ "h-[8px]",
1427
+ "transition-opacity",
1428
+ "cursor-[inherit]",
1429
+ "absolute",
1430
+ "opacity-0",
1431
+ "top-1/2",
1432
+ "left-1/2",
1433
+ "w-[calc(100%+2px)]",
1434
+ "h-[calc(100%+2px)]",
1435
+ "transform",
1436
+ "translate-x-[-50%]",
1437
+ "translate-y-[-50%]",
1438
+ "text-start",
1439
+ "text-end"
1440
+ ],
1441
+ "internalComponents": [
1442
+ "Box",
1443
+ "FormLabel",
1444
+ "SpringMotionConfig",
1445
+ "RootElement",
1446
+ "MotionBox"
1447
+ ],
1448
+ "internalComponentProps": {
1449
+ "Box": { "borderRadius": ["full"] },
1450
+ "FormLabel": {
1451
+ "as": ["div"],
1452
+ "variant": ["inherit"],
1453
+ "color": ["inherit"]
1454
+ },
1455
+ "RootElement": { "data-testid": ["container"] },
1456
+ "MotionBox": {
1457
+ "position": ["relative"],
1458
+ "borderRadius": ["full"],
1459
+ "alignItems": ["center"],
1460
+ "justifyContent": ["center"],
1461
+ "flex": ["none"]
1462
+ }
1463
+ },
1464
+ "propToVariantKeys": {
1465
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1466
+ "variant": [
1467
+ "radioVariantRoot",
1468
+ "radioVariantRadio",
1469
+ "radioVariantRadioCircle"
1470
+ ],
1471
+ "reduceMotion": ["reducedMotion"]
1472
+ },
1473
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1474
+ };
1475
+ var RadioGroupProvider = {
1476
+ "name": "RadioGroupProvider",
1477
+ "defaultProps": {},
1478
+ "getStylesLiterals": {},
1479
+ "cxLiterals": [],
1480
+ "internalComponents": [
1481
+ "DivProps",
1482
+ "Comp",
1483
+ "RadioGroupContext.Provider"
1484
+ ],
1485
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1486
+ "propToVariantKeys": {},
1487
+ "motionVarPrefixes": []
1488
+ };
1489
+ var RadioGroupStore = {
1490
+ "name": "RadioGroupStore",
1491
+ "defaultProps": {},
1492
+ "getStylesLiterals": {},
1493
+ "cxLiterals": [],
1494
+ "internalComponents": [],
1495
+ "internalComponentProps": {},
1496
+ "propToVariantKeys": {},
1497
+ "motionVarPrefixes": []
1498
+ };
1395
1499
  var Menu_Content = {
1396
1500
  "name": "Menu.Content",
1397
1501
  "defaultProps": {
@@ -1571,110 +1675,6 @@ var Menu = {
1571
1675
  "propToVariantKeys": {},
1572
1676
  "motionVarPrefixes": []
1573
1677
  };
1574
- var Radio = {
1575
- "name": "Radio",
1576
- "defaultProps": {
1577
- "labelPosition": "start",
1578
- "variant": "primary",
1579
- "size": "md",
1580
- "value": ""
1581
- },
1582
- "getStylesLiterals": {
1583
- "radioVariantValueRoot": "checked",
1584
- "radioVariantValueRoot:1": "unchecked",
1585
- "display": "flex",
1586
- "flexDirection": "row",
1587
- "flexDirection:1": "row-reverse",
1588
- "alignItems": "center",
1589
- "radioVariantValueRadio": "checked",
1590
- "radioVariantValueRadio:1": "unchecked",
1591
- "radioVariantValueRadioCircle": "checked",
1592
- "radioVariantValueRadioCircle:1": "unchecked"
1593
- },
1594
- "cxLiterals": [
1595
- "cursor-pointer",
1596
- "cursor-default",
1597
- "opacity-50",
1598
- "border",
1599
- "uds-ring",
1600
- "uds-ring-within",
1601
- "transition-[background-color,border-color]",
1602
- "transition-shadow",
1603
- "pointer-events-none",
1604
- "w-[8px]",
1605
- "h-[8px]",
1606
- "transition-opacity",
1607
- "cursor-[inherit]",
1608
- "absolute",
1609
- "opacity-0",
1610
- "top-1/2",
1611
- "left-1/2",
1612
- "w-[calc(100%+2px)]",
1613
- "h-[calc(100%+2px)]",
1614
- "transform",
1615
- "translate-x-[-50%]",
1616
- "translate-y-[-50%]",
1617
- "text-start",
1618
- "text-end"
1619
- ],
1620
- "internalComponents": [
1621
- "Box",
1622
- "FormLabel",
1623
- "SpringMotionConfig",
1624
- "RootElement",
1625
- "MotionBox"
1626
- ],
1627
- "internalComponentProps": {
1628
- "Box": { "borderRadius": ["full"] },
1629
- "FormLabel": {
1630
- "as": ["div"],
1631
- "variant": ["inherit"],
1632
- "color": ["inherit"]
1633
- },
1634
- "RootElement": { "data-testid": ["container"] },
1635
- "MotionBox": {
1636
- "position": ["relative"],
1637
- "borderRadius": ["full"],
1638
- "alignItems": ["center"],
1639
- "justifyContent": ["center"],
1640
- "flex": ["none"]
1641
- }
1642
- },
1643
- "propToVariantKeys": {
1644
- "size": ["radioSizeRoot", "radioSizeRadio"],
1645
- "variant": [
1646
- "radioVariantRoot",
1647
- "radioVariantRadio",
1648
- "radioVariantRadioCircle"
1649
- ],
1650
- "reduceMotion": ["reducedMotion"]
1651
- },
1652
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1653
- };
1654
- var RadioGroupProvider = {
1655
- "name": "RadioGroupProvider",
1656
- "defaultProps": {},
1657
- "getStylesLiterals": {},
1658
- "cxLiterals": [],
1659
- "internalComponents": [
1660
- "DivProps",
1661
- "Comp",
1662
- "RadioGroupContext.Provider"
1663
- ],
1664
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1665
- "propToVariantKeys": {},
1666
- "motionVarPrefixes": []
1667
- };
1668
- var RadioGroupStore = {
1669
- "name": "RadioGroupStore",
1670
- "defaultProps": {},
1671
- "getStylesLiterals": {},
1672
- "cxLiterals": [],
1673
- "internalComponents": [],
1674
- "internalComponentProps": {},
1675
- "propToVariantKeys": {},
1676
- "motionVarPrefixes": []
1677
- };
1678
1678
  var Toast = {
1679
1679
  "name": "Toast",
1680
1680
  "defaultProps": {},
@@ -1923,6 +1923,9 @@ var componentData_default = {
1923
1923
  Input,
1924
1924
  InputHelpText,
1925
1925
  InputHelpTextInternal,
1926
+ Radio,
1927
+ RadioGroupProvider,
1928
+ RadioGroupStore,
1926
1929
  "Menu.Content": Menu_Content,
1927
1930
  "Menu.Divider": Menu_Divider,
1928
1931
  "Menu.Item": Menu_Item,
@@ -1931,9 +1934,6 @@ var componentData_default = {
1931
1934
  "Menu.Provider": Menu_Provider,
1932
1935
  "Menu.Trigger": Menu_Trigger,
1933
1936
  Menu,
1934
- Radio,
1935
- RadioGroupProvider,
1936
- RadioGroupStore,
1937
1937
  Toast,
1938
1938
  ToastContainer,
1939
1939
  ToastPortal,
@@ -2051,6 +2051,148 @@
2051
2051
  },
2052
2052
  "motionVarPrefixes": []
2053
2053
  },
2054
+ "Radio": {
2055
+ "name": "Radio",
2056
+ "defaultProps": {
2057
+ "labelPosition": "start",
2058
+ "variant": "primary",
2059
+ "size": "md",
2060
+ "value": ""
2061
+ },
2062
+ "getStylesLiterals": {
2063
+ "radioVariantValueRoot": "checked",
2064
+ "radioVariantValueRoot:1": "unchecked",
2065
+ "display": "flex",
2066
+ "flexDirection": "row",
2067
+ "flexDirection:1": "row-reverse",
2068
+ "alignItems": "center",
2069
+ "radioVariantValueRadio": "checked",
2070
+ "radioVariantValueRadio:1": "unchecked",
2071
+ "radioVariantValueRadioCircle": "checked",
2072
+ "radioVariantValueRadioCircle:1": "unchecked"
2073
+ },
2074
+ "cxLiterals": [
2075
+ "cursor-pointer",
2076
+ "cursor-default",
2077
+ "opacity-50",
2078
+ "border",
2079
+ "uds-ring",
2080
+ "uds-ring-within",
2081
+ "transition-[background-color,border-color]",
2082
+ "transition-shadow",
2083
+ "pointer-events-none",
2084
+ "w-[8px]",
2085
+ "h-[8px]",
2086
+ "transition-opacity",
2087
+ "cursor-[inherit]",
2088
+ "absolute",
2089
+ "opacity-0",
2090
+ "top-1/2",
2091
+ "left-1/2",
2092
+ "w-[calc(100%+2px)]",
2093
+ "h-[calc(100%+2px)]",
2094
+ "transform",
2095
+ "translate-x-[-50%]",
2096
+ "translate-y-[-50%]",
2097
+ "text-start",
2098
+ "text-end"
2099
+ ],
2100
+ "internalComponents": [
2101
+ "Box",
2102
+ "FormLabel",
2103
+ "SpringMotionConfig",
2104
+ "RootElement",
2105
+ "MotionBox"
2106
+ ],
2107
+ "internalComponentProps": {
2108
+ "Box": {
2109
+ "borderRadius": [
2110
+ "full"
2111
+ ]
2112
+ },
2113
+ "FormLabel": {
2114
+ "as": [
2115
+ "div"
2116
+ ],
2117
+ "variant": [
2118
+ "inherit"
2119
+ ],
2120
+ "color": [
2121
+ "inherit"
2122
+ ]
2123
+ },
2124
+ "RootElement": {
2125
+ "data-testid": [
2126
+ "container"
2127
+ ]
2128
+ },
2129
+ "MotionBox": {
2130
+ "position": [
2131
+ "relative"
2132
+ ],
2133
+ "borderRadius": [
2134
+ "full"
2135
+ ],
2136
+ "alignItems": [
2137
+ "center"
2138
+ ],
2139
+ "justifyContent": [
2140
+ "center"
2141
+ ],
2142
+ "flex": [
2143
+ "none"
2144
+ ]
2145
+ }
2146
+ },
2147
+ "propToVariantKeys": {
2148
+ "size": [
2149
+ "radioSizeRoot",
2150
+ "radioSizeRadio"
2151
+ ],
2152
+ "variant": [
2153
+ "radioVariantRoot",
2154
+ "radioVariantRadio",
2155
+ "radioVariantRadioCircle"
2156
+ ],
2157
+ "reduceMotion": [
2158
+ "reducedMotion"
2159
+ ]
2160
+ },
2161
+ "motionVarPrefixes": [
2162
+ "--uds-motion-subtle-3-",
2163
+ "--uds-motion-smooth-3-"
2164
+ ]
2165
+ },
2166
+ "RadioGroupProvider": {
2167
+ "name": "RadioGroupProvider",
2168
+ "defaultProps": {},
2169
+ "getStylesLiterals": {},
2170
+ "cxLiterals": [],
2171
+ "internalComponents": [
2172
+ "DivProps",
2173
+ "Comp",
2174
+ "RadioGroupContext.Provider"
2175
+ ],
2176
+ "internalComponentProps": {
2177
+ "Comp": {
2178
+ "role": [
2179
+ "radiogroup"
2180
+ ]
2181
+ }
2182
+ },
2183
+ "propToVariantKeys": {},
2184
+ "motionVarPrefixes": []
2185
+ },
2186
+ "RadioGroupStore": {
2187
+ "name": "RadioGroupStore",
2188
+ "defaultProps": {},
2189
+ "getStylesLiterals": {},
2190
+ "cxLiterals": [],
2191
+ "internalComponents": [],
2192
+ "internalComponentProps": {},
2193
+ "propToVariantKeys": {},
2194
+ "motionVarPrefixes": []
2195
+ },
2054
2196
  "Menu.Content": {
2055
2197
  "name": "Menu.Content",
2056
2198
  "defaultProps": {
@@ -2279,148 +2421,6 @@
2279
2421
  "propToVariantKeys": {},
2280
2422
  "motionVarPrefixes": []
2281
2423
  },
2282
- "Radio": {
2283
- "name": "Radio",
2284
- "defaultProps": {
2285
- "labelPosition": "start",
2286
- "variant": "primary",
2287
- "size": "md",
2288
- "value": ""
2289
- },
2290
- "getStylesLiterals": {
2291
- "radioVariantValueRoot": "checked",
2292
- "radioVariantValueRoot:1": "unchecked",
2293
- "display": "flex",
2294
- "flexDirection": "row",
2295
- "flexDirection:1": "row-reverse",
2296
- "alignItems": "center",
2297
- "radioVariantValueRadio": "checked",
2298
- "radioVariantValueRadio:1": "unchecked",
2299
- "radioVariantValueRadioCircle": "checked",
2300
- "radioVariantValueRadioCircle:1": "unchecked"
2301
- },
2302
- "cxLiterals": [
2303
- "cursor-pointer",
2304
- "cursor-default",
2305
- "opacity-50",
2306
- "border",
2307
- "uds-ring",
2308
- "uds-ring-within",
2309
- "transition-[background-color,border-color]",
2310
- "transition-shadow",
2311
- "pointer-events-none",
2312
- "w-[8px]",
2313
- "h-[8px]",
2314
- "transition-opacity",
2315
- "cursor-[inherit]",
2316
- "absolute",
2317
- "opacity-0",
2318
- "top-1/2",
2319
- "left-1/2",
2320
- "w-[calc(100%+2px)]",
2321
- "h-[calc(100%+2px)]",
2322
- "transform",
2323
- "translate-x-[-50%]",
2324
- "translate-y-[-50%]",
2325
- "text-start",
2326
- "text-end"
2327
- ],
2328
- "internalComponents": [
2329
- "Box",
2330
- "FormLabel",
2331
- "SpringMotionConfig",
2332
- "RootElement",
2333
- "MotionBox"
2334
- ],
2335
- "internalComponentProps": {
2336
- "Box": {
2337
- "borderRadius": [
2338
- "full"
2339
- ]
2340
- },
2341
- "FormLabel": {
2342
- "as": [
2343
- "div"
2344
- ],
2345
- "variant": [
2346
- "inherit"
2347
- ],
2348
- "color": [
2349
- "inherit"
2350
- ]
2351
- },
2352
- "RootElement": {
2353
- "data-testid": [
2354
- "container"
2355
- ]
2356
- },
2357
- "MotionBox": {
2358
- "position": [
2359
- "relative"
2360
- ],
2361
- "borderRadius": [
2362
- "full"
2363
- ],
2364
- "alignItems": [
2365
- "center"
2366
- ],
2367
- "justifyContent": [
2368
- "center"
2369
- ],
2370
- "flex": [
2371
- "none"
2372
- ]
2373
- }
2374
- },
2375
- "propToVariantKeys": {
2376
- "size": [
2377
- "radioSizeRoot",
2378
- "radioSizeRadio"
2379
- ],
2380
- "variant": [
2381
- "radioVariantRoot",
2382
- "radioVariantRadio",
2383
- "radioVariantRadioCircle"
2384
- ],
2385
- "reduceMotion": [
2386
- "reducedMotion"
2387
- ]
2388
- },
2389
- "motionVarPrefixes": [
2390
- "--uds-motion-subtle-3-",
2391
- "--uds-motion-smooth-3-"
2392
- ]
2393
- },
2394
- "RadioGroupProvider": {
2395
- "name": "RadioGroupProvider",
2396
- "defaultProps": {},
2397
- "getStylesLiterals": {},
2398
- "cxLiterals": [],
2399
- "internalComponents": [
2400
- "DivProps",
2401
- "Comp",
2402
- "RadioGroupContext.Provider"
2403
- ],
2404
- "internalComponentProps": {
2405
- "Comp": {
2406
- "role": [
2407
- "radiogroup"
2408
- ]
2409
- }
2410
- },
2411
- "propToVariantKeys": {},
2412
- "motionVarPrefixes": []
2413
- },
2414
- "RadioGroupStore": {
2415
- "name": "RadioGroupStore",
2416
- "defaultProps": {},
2417
- "getStylesLiterals": {},
2418
- "cxLiterals": [],
2419
- "internalComponents": [],
2420
- "internalComponentProps": {},
2421
- "propToVariantKeys": {},
2422
- "motionVarPrefixes": []
2423
- },
2424
2424
  "Toast": {
2425
2425
  "name": "Toast",
2426
2426
  "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.115.1",
4
+ "version": "3.115.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",