@yahoo/uds 3.67.0-beta.2 → 3.67.0-beta.4

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.
Files changed (124) hide show
  1. package/cli/bin/uds-darwin-arm64-baseline +0 -0
  2. package/cli/bin/uds-darwin-x64 +0 -0
  3. package/cli/bin/uds-linux-arm64 +0 -0
  4. package/cli/bin/uds-linux-x64-baseline +0 -0
  5. package/cli/preload.ts +1 -1
  6. package/dist/components/Box.d.cts +2 -2
  7. package/dist/components/Box.d.ts +2 -2
  8. package/dist/components/Divider/Divider.d.cts +2 -2
  9. package/dist/components/Divider/DividerInternal.d.cts +2 -2
  10. package/dist/components/HStack.d.cts +2 -2
  11. package/dist/components/HStack.d.ts +2 -2
  12. package/dist/components/Icon.d.cts +2 -2
  13. package/dist/components/Icon.d.ts +2 -2
  14. package/dist/components/Link.d.cts +2 -2
  15. package/dist/components/Link.d.ts +2 -2
  16. package/dist/components/Text.d.cts +8 -8
  17. package/dist/components/Text.d.ts +8 -8
  18. package/dist/components/VStack.d.cts +2 -2
  19. package/dist/components/VStack.d.ts +2 -2
  20. package/dist/components/client/AnimateHeightChange.d.cts +2 -2
  21. package/dist/components/client/AnimateHeightChange.d.ts +2 -2
  22. package/dist/components/client/Avatar/Avatar.d.cts +2 -2
  23. package/dist/components/client/Avatar/Avatar.d.ts +2 -2
  24. package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -2
  25. package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -2
  26. package/dist/components/client/Avatar/AvatarImage.d.cts +2 -2
  27. package/dist/components/client/Avatar/AvatarImage.d.ts +2 -2
  28. package/dist/components/client/Avatar/AvatarText.d.cts +2 -2
  29. package/dist/components/client/Avatar/AvatarText.d.ts +2 -2
  30. package/dist/components/client/Input/Input.d.cts +2 -2
  31. package/dist/components/client/Input/Input.d.ts +2 -2
  32. package/dist/components/client/Input/InputHelpText.d.cts +2 -2
  33. package/dist/components/client/Input/InputHelpText.d.ts +2 -2
  34. package/dist/components/client/Input/InputHelpTextInternal.d.cts +4 -4
  35. package/dist/components/client/Input/InputHelpTextInternal.d.ts +4 -4
  36. package/dist/components/client/Menu/Menu.Content.d.cts +2 -2
  37. package/dist/components/client/Menu/Menu.Content.d.ts +2 -2
  38. package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
  39. package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
  40. package/dist/components/client/Menu/Menu.Item.d.cts +2 -2
  41. package/dist/components/client/Menu/Menu.Item.d.ts +2 -2
  42. package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -2
  43. package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -2
  44. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  45. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  46. package/dist/components/client/Menu/Menu.Provider.d.cts +2 -2
  47. package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
  48. package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
  49. package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
  50. package/dist/components/client/Pressable.d.ts +2 -2
  51. package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
  52. package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
  53. package/dist/components/client/SpringMotionConfig.d.cts +2 -2
  54. package/dist/components/client/SpringMotionConfig.d.ts +3 -3
  55. package/dist/components/experimental/Spinner.d.cts +2 -2
  56. package/dist/components/experimental/Spinner.d.ts +2 -2
  57. package/dist/components/experimental/Table.d.cts +2 -2
  58. package/dist/components/experimental/Table.d.ts +2 -2
  59. package/dist/components/experimental/client/Accordion.d.ts +2 -2
  60. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
  61. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +2 -2
  62. package/dist/components/experimental/client/Modal.d.cts +3 -3
  63. package/dist/components/experimental/client/Modal.d.ts +3 -3
  64. package/dist/components/experimental/client/Popover.d.cts +3 -3
  65. package/dist/components/experimental/client/Popover.d.ts +3 -3
  66. package/dist/components/experimental/client/Tabs.d.cts +3 -3
  67. package/dist/components/experimental/client/Tabs.d.ts +6 -6
  68. package/dist/components/experimental/client/Toast.d.cts +2 -2
  69. package/dist/components/experimental/client/Toast.d.ts +2 -2
  70. package/dist/fixtures.d.cts +1 -1
  71. package/dist/fixtures.d.ts +1 -1
  72. package/dist/providers/ColorModeProvider.d.cts +2 -2
  73. package/dist/providers/ColorModeProvider.d.ts +2 -2
  74. package/dist/providers/ScaleModeProvider.d.ts +2 -2
  75. package/dist/providers/ThemeProvider.d.cts +2 -2
  76. package/dist/styles/styler.d.cts +81 -81
  77. package/dist/styles/styler.d.ts +81 -81
  78. package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +4 -4
  79. package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +4 -4
  80. package/dist/tailwind/plugins/a11y.d.cts +3 -3
  81. package/dist/tailwind/plugins/a11y.d.ts +3 -3
  82. package/dist/tailwind/plugins/borders.d.cts +3 -3
  83. package/dist/tailwind/plugins/borders.d.ts +3 -3
  84. package/dist/tailwind/plugins/colors.d.cts +3 -3
  85. package/dist/tailwind/plugins/colors.d.ts +3 -3
  86. package/dist/tailwind/plugins/components.d.cts +3 -3
  87. package/dist/tailwind/plugins/components.d.ts +3 -3
  88. package/dist/tailwind/plugins/elevation.d.cts +3 -3
  89. package/dist/tailwind/plugins/elevation.d.ts +3 -3
  90. package/dist/tailwind/plugins/icons.d.cts +3 -3
  91. package/dist/tailwind/plugins/icons.d.ts +3 -3
  92. package/dist/tailwind/plugins/input.d.cts +3 -3
  93. package/dist/tailwind/plugins/input.d.ts +3 -3
  94. package/dist/tailwind/plugins/motion.d.cts +3 -3
  95. package/dist/tailwind/plugins/motion.d.ts +3 -3
  96. package/dist/tailwind/plugins/nestedBorderRadius.d.cts +3 -3
  97. package/dist/tailwind/plugins/nestedBorderRadius.d.ts +3 -3
  98. package/dist/tailwind/plugins/scaleMode.d.cts +3 -3
  99. package/dist/tailwind/plugins/scaleMode.d.ts +3 -3
  100. package/dist/tailwind/plugins/shadows.d.cts +3 -3
  101. package/dist/tailwind/plugins/shadows.d.ts +3 -3
  102. package/dist/tailwind/plugins/sizing.d.cts +3 -3
  103. package/dist/tailwind/plugins/sizing.d.ts +3 -3
  104. package/dist/tailwind/plugins/spacing.d.cts +3 -3
  105. package/dist/tailwind/plugins/spacing.d.ts +3 -3
  106. package/dist/tailwind/plugins/typography.d.cts +3 -3
  107. package/dist/tailwind/plugins/typography.d.ts +3 -3
  108. package/dist/tailwind/tailwind.config.d.cts +3 -3
  109. package/dist/tailwind/tailwind.config.d.ts +3 -3
  110. package/dist/tailwind/tailwindPlugin.d.cts +3 -3
  111. package/dist/tailwind/tailwindPlugin.d.ts +3 -3
  112. package/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
  113. package/dist/tailwind/utils/composeTailwindPlugins.d.cts +3 -3
  114. package/dist/tailwind/utils/getElevationStyles.d.cts +2 -2
  115. package/dist/tailwind/utils/getElevationStyles.d.ts +2 -2
  116. package/dist/tailwind/utils/getMotionStyles.d.cts +1 -1
  117. package/dist/tailwind/utils/getMotionStyles.d.ts +1 -1
  118. package/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
  119. package/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
  120. package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +2 -2
  121. package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +2 -2
  122. package/dist/utils/intersperse.d.cts +2 -2
  123. package/dist/utils/intersperse.d.ts +2 -2
  124. package/package.json +4 -1
@@ -13,11 +13,11 @@ declare const getStylesInternal: (props?: ({
13
13
  checkboxSizeRoot?: "sm" | "md" | undefined;
14
14
  checkboxSizeCheckbox?: "sm" | "md" | undefined;
15
15
  checkboxVariantValueRoot?: "checked" | "unchecked" | "indeterminate" | undefined;
16
- checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
16
+ checkboxVariantRoot?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
17
17
  checkboxVariantValueCheckbox?: "checked" | "unchecked" | "indeterminate" | undefined;
18
- checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
18
+ checkboxVariantCheckbox?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
19
19
  checkboxVariantValueCheckboxIcon?: "checked" | "unchecked" | "indeterminate" | undefined;
20
- checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
20
+ checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
21
21
  dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
22
22
  dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
23
23
  dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
@@ -35,35 +35,35 @@ declare const getStylesInternal: (props?: ({
35
35
  switchSizeHandleIcon?: "sm" | "md" | undefined;
36
36
  buttonSizeRoot?: "sm" | "md" | "lg" | undefined;
37
37
  buttonSizeIcon?: "sm" | "md" | "lg" | undefined;
38
- buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
39
- buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
38
+ buttonVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
39
+ buttonVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
40
40
  chipSizeRoot?: "sm" | "md" | undefined;
41
41
  chipSizeIcon?: "sm" | "md" | undefined;
42
42
  chipToggleVariantActiveRoot?: "off" | "on" | undefined;
43
- chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
43
+ chipToggleVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | undefined;
44
44
  chipToggleVariantActiveIcon?: "off" | "on" | undefined;
45
- chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
46
- chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
47
- chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
48
- chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
49
- chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
45
+ chipToggleVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | undefined;
46
+ chipDismissibleVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | undefined;
47
+ chipDismissibleVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | undefined;
48
+ chipLinkVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | undefined;
49
+ chipLinkVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | undefined;
50
50
  radioVariantValueRoot?: "checked" | "unchecked" | undefined;
51
- radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
51
+ radioVariantRoot?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
52
52
  radioVariantValueRadio?: "checked" | "unchecked" | undefined;
53
- radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
53
+ radioVariantRadio?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
54
54
  radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
55
- radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
55
+ radioVariantRadioCircle?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
56
56
  radioSizeRoot?: "sm" | "md" | undefined;
57
57
  radioSizeRadio?: "sm" | "md" | undefined;
58
- linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
59
- linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
60
- linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
61
- linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
62
- linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
63
- badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
64
- badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
65
- badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
66
- badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
58
+ linkTextStyleRoot?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | undefined;
59
+ linkTextStyleIcon?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | undefined;
60
+ linkVariantRoot?: "primary" | "on-color" | "secondary" | "tertiary" | undefined;
61
+ linkVariantIconStart?: "primary" | "on-color" | "secondary" | "tertiary" | undefined;
62
+ linkVariantIconEnd?: "primary" | "on-color" | "secondary" | "tertiary" | undefined;
63
+ badgeSizeRoot?: "sm" | "md" | "lg" | "xs" | undefined;
64
+ badgeSizeIcon?: "sm" | "md" | "lg" | "xs" | undefined;
65
+ badgeVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | undefined;
66
+ badgeVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | undefined;
67
67
  inputSizeRoot?: "md" | "lg" | undefined;
68
68
  inputSizeInputWrapper?: "md" | "lg" | undefined;
69
69
  inputSizeInput?: "md" | "lg" | undefined;
@@ -92,13 +92,13 @@ declare const getStylesInternal: (props?: ({
92
92
  inputVariantHelperIcon?: "default" | undefined;
93
93
  inputVariantValueHelperText?: "filled" | "empty" | undefined;
94
94
  inputVariantHelperText?: "default" | undefined;
95
- avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
96
- avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
95
+ avatarSizeRoot?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
96
+ avatarSizeIcon?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
97
97
  avatarTextVariantRoot?: "primary" | "secondary" | undefined;
98
98
  avatarImageVariantRoot?: "primary" | "secondary" | undefined;
99
99
  avatarIconVariantRoot?: "primary" | "secondary" | undefined;
100
- iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
101
- iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
100
+ iconbuttonSizeRoot?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
101
+ iconbuttonSizeIcon?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
102
102
  menuSizeRoot?: "default" | undefined;
103
103
  menuSizeStartIcon?: "default" | undefined;
104
104
  menuSizeEndIcon?: "default" | undefined;
@@ -119,76 +119,76 @@ declare const getStylesInternal: (props?: ({
119
119
  menuDividerVariantRoot?: "default" | undefined;
120
120
  menuDividerVariantText?: "default" | undefined;
121
121
  menuDividerVariantLine?: "default" | undefined;
122
- color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "current" | undefined;
123
- placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "current" | undefined;
124
- 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;
125
- 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;
126
- 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" | "medium" | "thin" | "light" | "bold" | "extralight" | "regular" | "semibold" | "extrabold" | undefined;
127
- 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;
128
- 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;
122
+ color?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | undefined;
123
+ placeholderColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | undefined;
124
+ fontFamily?: "sans" | "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "sans-alt" | "serif" | "serif-alt" | "mono" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
125
+ fontSize?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
126
+ fontWeight?: "thin" | "ui1" | "medium" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "light" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "black" | "bold" | "extralight" | "regular" | "semibold" | "extrabold" | undefined;
127
+ lineHeight?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
128
+ letterSpacing?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
129
129
  textAlign?: "start" | "end" | "center" | "justify" | undefined;
130
- 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;
131
- spacing?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
132
- spacingHorizontal?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
133
- spacingVertical?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
134
- spacingBottom?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
135
- spacingEnd?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
136
- spacingStart?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
137
- spacingTop?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
138
- offset?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
139
- offsetVertical?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
140
- offsetHorizontal?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
141
- offsetBottom?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
142
- offsetEnd?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
143
- offsetStart?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
144
- offsetTop?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
145
- columnGap?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
146
- rowGap?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
147
- backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "current" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
148
- borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "current" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
149
- borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "current" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
150
- borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "current" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
151
- borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "current" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
152
- borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "current" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
153
- borderRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
154
- borderTopStartRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
155
- borderTopEndRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
156
- borderBottomStartRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
157
- borderBottomEndRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
158
- borderWidth?: "none" | "medium" | "thin" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
159
- borderVerticalWidth?: "none" | "medium" | "thin" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
160
- borderHorizontalWidth?: "none" | "medium" | "thin" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
161
- borderStartWidth?: "none" | "medium" | "thin" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
162
- borderEndWidth?: "none" | "medium" | "thin" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
163
- borderTopWidth?: "none" | "medium" | "thin" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
164
- borderBottomWidth?: "none" | "medium" | "thin" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
165
- avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
166
- iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
130
+ textTransform?: "none" | "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
131
+ spacing?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
132
+ spacingHorizontal?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
133
+ spacingVertical?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
134
+ spacingBottom?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
135
+ spacingEnd?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
136
+ spacingStart?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
137
+ spacingTop?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
138
+ offset?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
139
+ offsetVertical?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
140
+ offsetHorizontal?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
141
+ offsetBottom?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
142
+ offsetEnd?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
143
+ offsetStart?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
144
+ offsetTop?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
145
+ columnGap?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
146
+ rowGap?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
147
+ backgroundColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
148
+ borderColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
149
+ borderStartColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
150
+ borderEndColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
151
+ borderBottomColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
152
+ borderTopColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
153
+ borderRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
154
+ borderTopStartRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
155
+ borderTopEndRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
156
+ borderBottomStartRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
157
+ borderBottomEndRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
158
+ borderWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | "thick" | undefined;
159
+ borderVerticalWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | "thick" | undefined;
160
+ borderHorizontalWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | "thick" | undefined;
161
+ borderStartWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | "thick" | undefined;
162
+ borderEndWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | "thick" | undefined;
163
+ borderTopWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | "thick" | undefined;
164
+ borderBottomWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | "thick" | undefined;
165
+ avatarSize?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
166
+ iconSize?: "sm" | "md" | "lg" | "xs" | undefined;
167
167
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
168
168
  alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
169
169
  alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
170
- flex?: "1" | "none" | "auto" | "initial" | undefined;
170
+ flex?: "none" | "1" | "auto" | "initial" | undefined;
171
171
  flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
172
- flexGrow?: "0" | "1" | "2" | "3" | undefined;
172
+ flexGrow?: "0" | "3" | "1" | "2" | undefined;
173
173
  flexShrink?: "0" | "1" | undefined;
174
174
  flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
175
175
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
176
176
  flexBasis?: "min-content" | undefined;
177
- display?: "flex" | "table" | "grid" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "contents" | undefined;
177
+ display?: "table" | "flex" | "block" | "inline-block" | "inline" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "grid" | "contents" | undefined;
178
178
  overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
179
179
  overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
180
180
  overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
181
181
  position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
182
- contentFit?: "fill" | "contain" | "none" | "cover" | "scale-down" | undefined;
182
+ contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
183
183
  colorMode?: "light" | "dark" | undefined;
184
- scaleMode?: "small" | "xSmall" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
184
+ scaleMode?: "medium" | "xSmall" | "small" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
185
185
  width?: "full" | "fit" | "screen" | undefined;
186
186
  height?: "full" | "fit" | "screen" | undefined;
187
- dropShadow?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "2xl" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
188
- insetShadow?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
189
- nestedBorderRadiusSize?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
190
- nestedBorderRadiusWidth?: "none" | "medium" | "thin" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
191
- nestedBorderRadiusSpacing?: "0" | "1" | "px" | "0.5" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
187
+ dropShadow?: "none" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
188
+ insetShadow?: "none" | "sm" | "md" | "lg" | "xl" | "2xl" | "xl-invert" | "lg-invert" | "md-invert" | "xs" | "2xl-invert" | "sm-invert" | "xs-invert" | undefined;
189
+ nestedBorderRadiusSize?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
190
+ nestedBorderRadiusWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | "thick" | undefined;
191
+ nestedBorderRadiusSpacing?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
192
192
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
193
193
  } & {
194
194
  className?: string | undefined;
@@ -10,10 +10,10 @@ type TwBorderRadius = Exclude<keyof typeof defaultTailwindTheme.borderRadius, Tw
10
10
  type TwBorderWidthToExclude = '0' | '8';
11
11
  type TwBorderWidth = Exclude<keyof typeof defaultTailwindTheme.borderWidth, TwBorderWidthToExclude>;
12
12
  declare const udsToTailwindMap: {
13
- fontSize: Record<"display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | TextVariantUi | "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" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized", TwdFontSize>;
14
- lineHeight: Record<"display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | TextVariantUi | "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" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized", TwdFontSize>;
15
- borderRadius: Record<"xs" | "sm" | "md" | "lg" | "xl", TwBorderRadius>;
16
- borderWidth: Record<"medium" | "thin" | "thick", TwBorderWidth>;
13
+ fontSize: Record<"title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | TextVariantUi | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized", TwdFontSize>;
14
+ lineHeight: Record<"title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | TextVariantUi | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized", TwdFontSize>;
15
+ borderRadius: Record<"sm" | "md" | "lg" | "xl" | "xs", TwBorderRadius>;
16
+ borderWidth: Record<"thin" | "medium" | "thick", TwBorderWidth>;
17
17
  };
18
18
  //#endregion
19
19
  export { udsToTailwindMap };
@@ -10,10 +10,10 @@ type TwBorderRadius = Exclude<keyof typeof defaultTailwindTheme.borderRadius, Tw
10
10
  type TwBorderWidthToExclude = '0' | '8';
11
11
  type TwBorderWidth = Exclude<keyof typeof defaultTailwindTheme.borderWidth, TwBorderWidthToExclude>;
12
12
  declare const udsToTailwindMap: {
13
- fontSize: Record<"display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | TextVariantUi | "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" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized", TwdFontSize>;
14
- lineHeight: Record<"display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | TextVariantUi | "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" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized", TwdFontSize>;
15
- borderRadius: Record<"xs" | "sm" | "md" | "lg" | "xl", TwBorderRadius>;
16
- borderWidth: Record<"medium" | "thin" | "thick", TwBorderWidth>;
13
+ fontSize: Record<"title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | TextVariantUi | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized", TwdFontSize>;
14
+ lineHeight: Record<"title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | TextVariantUi | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized", TwdFontSize>;
15
+ borderRadius: Record<"sm" | "md" | "lg" | "xl" | "xs", TwBorderRadius>;
16
+ borderWidth: Record<"thin" | "medium" | "thick", TwBorderWidth>;
17
17
  };
18
18
  //#endregion
19
19
  export { udsToTailwindMap };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
2
- import * as tailwindcss_types_config15 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config0 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/a11y.d.ts
5
5
  declare const a11yPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config15.PluginCreator;
8
- config?: Partial<tailwindcss_types_config15.Config>;
7
+ handler: tailwindcss_types_config0.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config0.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
2
- import * as tailwindcss_types_config9 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config3 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/a11y.d.ts
5
5
  declare const a11yPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config9.PluginCreator;
8
- config?: Partial<tailwindcss_types_config9.Config>;
7
+ handler: tailwindcss_types_config3.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config3.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
2
- import * as tailwindcss_types_config17 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config1 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/borders.d.ts
5
5
  declare const bordersPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config17.PluginCreator;
8
- config?: Partial<tailwindcss_types_config17.Config>;
7
+ handler: tailwindcss_types_config1.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config1.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
2
- import * as tailwindcss_types_config11 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config5 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/borders.d.ts
5
5
  declare const bordersPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config11.PluginCreator;
8
- config?: Partial<tailwindcss_types_config11.Config>;
7
+ handler: tailwindcss_types_config5.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config5.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
2
- import * as tailwindcss_types_config21 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config3 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/colors.d.ts
5
5
  declare const colorsPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config21.PluginCreator;
8
- config?: Partial<tailwindcss_types_config21.Config>;
7
+ handler: tailwindcss_types_config3.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config3.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
2
- import * as tailwindcss_types_config27 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config7 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/colors.d.ts
5
5
  declare const colorsPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config27.PluginCreator;
8
- config?: Partial<tailwindcss_types_config27.Config>;
7
+ handler: tailwindcss_types_config7.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config7.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
2
- import * as tailwindcss_types_config23 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config5 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/components.d.ts
5
5
  declare const componentsPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config23.PluginCreator;
8
- config?: Partial<tailwindcss_types_config23.Config>;
7
+ handler: tailwindcss_types_config5.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config5.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
2
- import * as tailwindcss_types_config13 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config9 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/components.d.ts
5
5
  declare const componentsPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config13.PluginCreator;
8
- config?: Partial<tailwindcss_types_config13.Config>;
7
+ handler: tailwindcss_types_config9.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config9.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
2
- import * as tailwindcss_types_config13 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config7 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/elevation.d.ts
5
5
  declare const elevationPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config13.PluginCreator;
8
- config?: Partial<tailwindcss_types_config13.Config>;
7
+ handler: tailwindcss_types_config7.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config7.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };