@yahoo/uds 3.71.0 → 3.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Box.d.cts +2 -2
- package/dist/components/Box.d.ts +2 -2
- package/dist/components/Divider/Divider.d.cts +2 -2
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Divider/DividerCore.d.cts +2 -2
- package/dist/components/Divider/DividerCore.d.ts +2 -2
- package/dist/components/Divider/DividerInternal.d.cts +2 -2
- package/dist/components/Divider/DividerInternal.d.ts +2 -2
- package/dist/components/FormLabel.d.cts +2 -2
- package/dist/components/FormLabel.d.ts +2 -2
- package/dist/components/HStack.d.cts +2 -2
- package/dist/components/HStack.d.ts +2 -2
- package/dist/components/Icon.d.cts +2 -2
- package/dist/components/Icon.d.ts +2 -2
- package/dist/components/Image.d.cts +2 -2
- package/dist/components/Image.d.ts +2 -2
- package/dist/components/Link.d.cts +2 -2
- package/dist/components/Link.d.ts +2 -2
- package/dist/components/Text.d.cts +8 -8
- package/dist/components/Text.d.ts +8 -8
- package/dist/components/VStack.d.cts +2 -2
- package/dist/components/VStack.d.ts +2 -2
- package/dist/components/client/AnimateHeightChange.d.cts +2 -2
- package/dist/components/client/AnimateHeightChange.d.ts +2 -2
- package/dist/components/client/Avatar/Avatar.d.cts +2 -2
- package/dist/components/client/Avatar/Avatar.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarImage.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarImage.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarText.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarText.d.ts +2 -2
- package/dist/components/client/Checkbox.d.cts +1 -1
- package/dist/components/client/Checkbox.d.ts +1 -1
- package/dist/components/client/IconButton.d.cts +2 -2
- package/dist/components/client/IconButton.d.ts +2 -2
- package/dist/components/client/Input/Input.d.cts +2 -2
- package/dist/components/client/Input/Input.d.ts +2 -2
- package/dist/components/client/Input/InputHelpText.d.ts +2 -2
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +2 -2
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +4 -4
- package/dist/components/client/Menu/Menu.Content.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Content.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
- package/dist/components/client/Pressable.d.cts +2 -2
- package/dist/components/client/Pressable.d.ts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
- package/dist/components/client/SpringMotionConfig.d.cts +3 -3
- package/dist/components/client/SpringMotionConfig.d.ts +3 -3
- package/dist/components/experimental/Spinner.d.cts +2 -2
- package/dist/components/experimental/Spinner.d.ts +2 -2
- package/dist/components/experimental/Table.d.cts +2 -2
- package/dist/components/experimental/Table.d.ts +2 -2
- package/dist/components/experimental/client/Accordion.d.ts +2 -2
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
- package/dist/components/experimental/client/Modal.d.ts +3 -3
- package/dist/components/experimental/client/Popover.d.ts +3 -3
- package/dist/components/experimental/client/Tabs.d.cts +3 -3
- package/dist/components/experimental/client/Tabs.d.ts +6 -6
- package/dist/components/experimental/client/Toast.d.ts +2 -2
- package/dist/providers/ColorModeProvider.d.cts +4 -4
- package/dist/providers/ColorModeProvider.d.ts +4 -4
- package/dist/providers/ScaleModeProvider.d.cts +4 -4
- package/dist/providers/ScaleModeProvider.d.ts +4 -4
- package/dist/providers/ThemeProvider.d.cts +2 -2
- package/dist/providers/ThemeProvider.d.ts +2 -2
- package/dist/styles/styler.d.cts +89 -89
- package/dist/styles/styler.d.ts +89 -89
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +4 -4
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +4 -4
- package/dist/tailwind/plugins/a11y.d.cts +3 -3
- package/dist/tailwind/plugins/a11y.d.ts +3 -3
- package/dist/tailwind/plugins/borders.d.cts +3 -3
- package/dist/tailwind/plugins/borders.d.ts +3 -3
- package/dist/tailwind/plugins/colors.d.cts +3 -3
- package/dist/tailwind/plugins/colors.d.ts +3 -3
- package/dist/tailwind/plugins/components.d.cts +3 -3
- package/dist/tailwind/plugins/components.d.ts +3 -3
- package/dist/tailwind/plugins/elevation.d.cts +3 -3
- package/dist/tailwind/plugins/elevation.d.ts +3 -3
- package/dist/tailwind/plugins/icons.d.cts +3 -3
- package/dist/tailwind/plugins/icons.d.ts +3 -3
- package/dist/tailwind/plugins/input.d.cts +3 -3
- package/dist/tailwind/plugins/input.d.ts +3 -3
- package/dist/tailwind/plugins/motion.d.cts +3 -3
- package/dist/tailwind/plugins/motion.d.ts +3 -3
- package/dist/tailwind/plugins/nestedBorderRadius.d.cts +3 -3
- package/dist/tailwind/plugins/nestedBorderRadius.d.ts +3 -3
- package/dist/tailwind/plugins/scaleMode.d.cts +3 -3
- package/dist/tailwind/plugins/scaleMode.d.ts +3 -3
- package/dist/tailwind/plugins/shadows.d.cts +3 -3
- package/dist/tailwind/plugins/shadows.d.ts +3 -3
- package/dist/tailwind/plugins/sizing.d.cts +3 -3
- package/dist/tailwind/plugins/sizing.d.ts +3 -3
- package/dist/tailwind/plugins/spacing.d.cts +3 -3
- package/dist/tailwind/plugins/spacing.d.ts +3 -3
- package/dist/tailwind/plugins/typography.d.cts +3 -3
- package/dist/tailwind/plugins/typography.d.ts +3 -3
- package/dist/tailwind/tailwind.config.d.cts +3 -3
- package/dist/tailwind/tailwind.config.d.ts +3 -3
- package/dist/tailwind/tailwindPlugin.d.cts +3 -3
- package/dist/tailwind/tailwindPlugin.d.ts +3 -3
- package/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
- package/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
- package/dist/tailwind/utils/composeTailwindPlugins.d.cts +3 -3
- package/dist/tailwind/utils/composeTailwindPlugins.d.ts +3 -3
- package/dist/tailwind/utils/getElevationStyles.d.cts +2 -2
- package/dist/tailwind/utils/getElevationStyles.d.ts +2 -2
- package/dist/tailwind/utils/getMotionStyles.d.cts +1 -1
- package/dist/tailwind/utils/getMotionStyles.d.ts +1 -1
- package/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/tokens/configs/yosConfig.cjs +23 -23
- package/dist/tokens/configs/yosConfig.js +23 -23
- package/dist/utils/intersperse.d.cts +2 -2
- package/dist/utils/intersperse.d.ts +2 -2
- package/package.json +1 -1
package/dist/styles/styler.d.ts
CHANGED
|
@@ -12,22 +12,22 @@ declare const cva: CVA<string>;
|
|
|
12
12
|
declare const getStylesInternal: (props?: ({
|
|
13
13
|
avatarIconVariantRoot?: "primary" | "secondary" | undefined;
|
|
14
14
|
avatarImageVariantRoot?: "primary" | "secondary" | undefined;
|
|
15
|
-
avatarSizeIcon?: "
|
|
16
|
-
avatarSizeRoot?: "
|
|
15
|
+
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
16
|
+
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
17
17
|
avatarTextVariantRoot?: "primary" | "secondary" | undefined;
|
|
18
|
-
badgeSizeIcon?: "
|
|
19
|
-
badgeSizeRoot?: "
|
|
20
|
-
badgeVariantIcon?: "
|
|
21
|
-
badgeVariantRoot?: "
|
|
22
|
-
buttonSizeIcon?: "
|
|
23
|
-
buttonSizeRoot?: "
|
|
24
|
-
buttonVariantIcon?: "
|
|
25
|
-
buttonVariantRoot?: "
|
|
26
|
-
checkboxSizeCheckbox?: "
|
|
27
|
-
checkboxSizeRoot?: "
|
|
28
|
-
checkboxVariantCheckbox?: "
|
|
29
|
-
checkboxVariantCheckboxIcon?: "
|
|
30
|
-
checkboxVariantRoot?: "
|
|
18
|
+
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
19
|
+
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
20
|
+
badgeVariantIcon?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
21
|
+
badgeVariantRoot?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
22
|
+
buttonSizeIcon?: "sm" | "md" | "lg" | undefined;
|
|
23
|
+
buttonSizeRoot?: "sm" | "md" | "lg" | undefined;
|
|
24
|
+
buttonVariantIcon?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "alert-tertiary" | "brand-secondary" | "brand-tertiary" | "positive-secondary" | "positive-tertiary" | "warning-secondary" | "warning-tertiary" | "info-secondary" | "info-tertiary" | undefined;
|
|
25
|
+
buttonVariantRoot?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "alert-tertiary" | "brand-secondary" | "brand-tertiary" | "positive-secondary" | "positive-tertiary" | "warning-secondary" | "warning-tertiary" | "info-secondary" | "info-tertiary" | undefined;
|
|
26
|
+
checkboxSizeCheckbox?: "sm" | "md" | undefined;
|
|
27
|
+
checkboxSizeRoot?: "sm" | "md" | undefined;
|
|
28
|
+
checkboxVariantCheckbox?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
29
|
+
checkboxVariantCheckboxIcon?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
30
|
+
checkboxVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
31
31
|
checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
32
32
|
checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
33
33
|
checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
@@ -35,17 +35,17 @@ declare const getStylesInternal: (props?: ({
|
|
|
35
35
|
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
36
36
|
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
37
37
|
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
38
|
-
chipSizeIcon?: "
|
|
39
|
-
chipSizeRoot?: "
|
|
38
|
+
chipSizeIcon?: "sm" | "md" | undefined;
|
|
39
|
+
chipSizeRoot?: "sm" | "md" | undefined;
|
|
40
40
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
41
41
|
chipToggleVariantActiveRoot?: "off" | "on" | undefined;
|
|
42
42
|
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
43
43
|
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
44
|
-
dividerVariantLabel?: "primary" | "secondary" | "
|
|
45
|
-
dividerVariantLine?: "primary" | "secondary" | "
|
|
46
|
-
dividerVariantRoot?: "primary" | "secondary" | "
|
|
47
|
-
iconbuttonSizeIcon?: "
|
|
48
|
-
iconbuttonSizeRoot?: "
|
|
44
|
+
dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
45
|
+
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
46
|
+
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
47
|
+
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
48
|
+
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
49
49
|
inputSizeEndIcon?: "md" | "lg" | undefined;
|
|
50
50
|
inputSizeHelperIcon?: "md" | "lg" | undefined;
|
|
51
51
|
inputSizeHelperText?: "md" | "lg" | undefined;
|
|
@@ -74,8 +74,8 @@ declare const getStylesInternal: (props?: ({
|
|
|
74
74
|
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
75
75
|
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
76
76
|
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
77
|
-
linkTextStyleIcon?: "
|
|
78
|
-
linkTextStyleRoot?: "
|
|
77
|
+
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
78
|
+
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
79
79
|
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
80
80
|
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
81
81
|
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
@@ -99,18 +99,18 @@ declare const getStylesInternal: (props?: ({
|
|
|
99
99
|
menuSizeEndIcon?: "default" | undefined;
|
|
100
100
|
menuSizeRoot?: "default" | undefined;
|
|
101
101
|
menuSizeStartIcon?: "default" | undefined;
|
|
102
|
-
radioSizeRadio?: "
|
|
103
|
-
radioSizeRoot?: "
|
|
104
|
-
radioVariantRadio?: "
|
|
105
|
-
radioVariantRadioCircle?: "
|
|
106
|
-
radioVariantRoot?: "
|
|
102
|
+
radioSizeRadio?: "sm" | "md" | undefined;
|
|
103
|
+
radioSizeRoot?: "sm" | "md" | undefined;
|
|
104
|
+
radioVariantRadio?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
105
|
+
radioVariantRadioCircle?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
106
|
+
radioVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
107
107
|
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
108
108
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
109
109
|
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
110
|
-
switchSizeHandle?: "
|
|
111
|
-
switchSizeHandleIcon?: "
|
|
112
|
-
switchSizeRoot?: "
|
|
113
|
-
switchSizeSwitch?: "
|
|
110
|
+
switchSizeHandle?: "sm" | "md" | undefined;
|
|
111
|
+
switchSizeHandleIcon?: "sm" | "md" | undefined;
|
|
112
|
+
switchSizeRoot?: "sm" | "md" | undefined;
|
|
113
|
+
switchSizeSwitch?: "sm" | "md" | undefined;
|
|
114
114
|
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
115
115
|
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
116
116
|
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
@@ -119,76 +119,76 @@ declare const getStylesInternal: (props?: ({
|
|
|
119
119
|
switchVariantHandleIcon?: "default" | undefined;
|
|
120
120
|
switchVariantRoot?: "default" | undefined;
|
|
121
121
|
switchVariantSwitch?: "default" | undefined;
|
|
122
|
-
color?: "
|
|
123
|
-
placeholderColor?: "
|
|
124
|
-
fontFamily?: "
|
|
125
|
-
fontSize?: "
|
|
126
|
-
fontWeight?: "
|
|
127
|
-
lineHeight?: "
|
|
128
|
-
letterSpacing?: "
|
|
129
|
-
textAlign?: "center" | "
|
|
130
|
-
textTransform?: "
|
|
131
|
-
spacing?: "
|
|
132
|
-
spacingHorizontal?: "
|
|
133
|
-
spacingVertical?: "
|
|
134
|
-
spacingBottom?: "
|
|
135
|
-
spacingEnd?: "
|
|
136
|
-
spacingStart?: "
|
|
137
|
-
spacingTop?: "
|
|
138
|
-
offset?: "
|
|
139
|
-
offsetVertical?: "
|
|
140
|
-
offsetHorizontal?: "
|
|
141
|
-
offsetBottom?: "
|
|
142
|
-
offsetEnd?: "
|
|
143
|
-
offsetStart?: "
|
|
144
|
-
offsetTop?: "
|
|
145
|
-
columnGap?: "
|
|
146
|
-
rowGap?: "
|
|
147
|
-
backgroundColor?: "primary" | "secondary" | "brand" | "
|
|
148
|
-
borderColor?: "
|
|
149
|
-
borderStartColor?: "
|
|
150
|
-
borderEndColor?: "
|
|
151
|
-
borderBottomColor?: "
|
|
152
|
-
borderTopColor?: "
|
|
153
|
-
borderRadius?: "
|
|
154
|
-
borderTopStartRadius?: "
|
|
155
|
-
borderTopEndRadius?: "
|
|
156
|
-
borderBottomStartRadius?: "
|
|
157
|
-
borderBottomEndRadius?: "
|
|
158
|
-
borderWidth?: "
|
|
159
|
-
borderVerticalWidth?: "
|
|
160
|
-
borderHorizontalWidth?: "
|
|
161
|
-
borderStartWidth?: "
|
|
162
|
-
borderEndWidth?: "
|
|
163
|
-
borderTopWidth?: "
|
|
164
|
-
borderBottomWidth?: "
|
|
165
|
-
avatarSize?: "
|
|
166
|
-
iconSize?: "
|
|
122
|
+
color?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "accent" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "muted" | "on-color" | "transparent" | "white" | "black" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
123
|
+
placeholderColor?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "accent" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "muted" | "on-color" | "transparent" | "white" | "black" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | 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?: "light" | "medium" | "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" | "extralight" | "regular" | "semibold" | "bold" | "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;
|
|
129
|
+
textAlign?: "center" | "justify" | "start" | "end" | undefined;
|
|
130
|
+
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;
|
|
131
|
+
spacing?: "0" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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" | "px" | "0.5" | "1" | "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?: "alert" | "primary" | "secondary" | "brand" | "accent" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "transparent" | "white" | "black" | "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;
|
|
148
|
+
borderColor?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "accent" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "muted" | "transparent" | "white" | "black" | "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;
|
|
149
|
+
borderStartColor?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "accent" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "muted" | "transparent" | "white" | "black" | "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;
|
|
150
|
+
borderEndColor?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "accent" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "muted" | "transparent" | "white" | "black" | "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;
|
|
151
|
+
borderBottomColor?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "accent" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "muted" | "transparent" | "white" | "black" | "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;
|
|
152
|
+
borderTopColor?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "accent" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "muted" | "transparent" | "white" | "black" | "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;
|
|
153
|
+
borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
154
|
+
borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
155
|
+
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
156
|
+
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
157
|
+
borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
158
|
+
borderWidth?: "none" | "medium" | "thin" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
159
|
+
borderVerticalWidth?: "none" | "medium" | "thin" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
160
|
+
borderHorizontalWidth?: "none" | "medium" | "thin" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
161
|
+
borderStartWidth?: "none" | "medium" | "thin" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
162
|
+
borderEndWidth?: "none" | "medium" | "thin" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
163
|
+
borderTopWidth?: "none" | "medium" | "thin" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
164
|
+
borderBottomWidth?: "none" | "medium" | "thin" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
165
|
+
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
166
|
+
iconSize?: "xs" | "sm" | "md" | "lg" | 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?: "
|
|
170
|
+
flex?: "initial" | "none" | "1" | "auto" | undefined;
|
|
171
171
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
172
|
-
flexGrow?: "
|
|
172
|
+
flexGrow?: "0" | "1" | "2" | "3" | 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?: "
|
|
177
|
+
display?: "grid" | "table" | "inline" | "flex" | "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;
|
|
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
|
-
position?: "
|
|
182
|
-
contentFit?: "none" | "fill" | "
|
|
181
|
+
position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
|
|
182
|
+
contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
|
|
183
183
|
colorMode?: "light" | "dark" | undefined;
|
|
184
|
-
scaleMode?: "
|
|
184
|
+
scaleMode?: "xSmall" | "small" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
185
185
|
width?: "full" | "fit" | "screen" | undefined;
|
|
186
186
|
height?: "full" | "fit" | "screen" | undefined;
|
|
187
|
-
dropShadow?: "
|
|
188
|
-
insetShadow?: "
|
|
189
|
-
nestedBorderRadiusSize?: "
|
|
190
|
-
nestedBorderRadiusWidth?: "
|
|
191
|
-
nestedBorderRadiusSpacing?: "
|
|
187
|
+
dropShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "2xl" | undefined;
|
|
188
|
+
insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
|
|
189
|
+
nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
190
|
+
nestedBorderRadiusWidth?: "none" | "medium" | "thin" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
191
|
+
nestedBorderRadiusSpacing?: "0" | "px" | "0.5" | "1" | "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;
|
|
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<"
|
|
14
|
-
lineHeight: Record<"
|
|
15
|
-
borderRadius: Record<"
|
|
16
|
-
borderWidth: Record<"
|
|
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>;
|
|
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<"
|
|
14
|
-
lineHeight: Record<"
|
|
15
|
-
borderRadius: Record<"
|
|
16
|
-
borderWidth: Record<"
|
|
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>;
|
|
17
17
|
};
|
|
18
18
|
//#endregion
|
|
19
19
|
export { udsToTailwindMap };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config13 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:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config13.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config13.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
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:
|
|
8
|
-
config?: Partial<
|
|
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.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config15 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:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config15.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config15.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
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:
|
|
8
|
-
config?: Partial<
|
|
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.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config17 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:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config17.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config17.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
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:
|
|
8
|
-
config?: Partial<
|
|
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
|
|
2
|
+
import * as tailwindcss_types_config19 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:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config19.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config19.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|