@yahoo/uds 3.67.0-beta.2 → 3.67.0-beta.3
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/cli/bin/uds-darwin-arm64-baseline +0 -0
- package/cli/bin/uds-darwin-x64 +0 -0
- package/cli/bin/uds-linux-arm64 +0 -0
- package/cli/bin/uds-linux-x64-baseline +0 -0
- package/cli/preload.ts +2 -2
- 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/DividerCore.d.cts +2 -2
- package/dist/components/Divider/DividerInternal.d.cts +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/Link.d.cts +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.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/IconButton.d.cts +2 -2
- package/dist/components/client/Input/Input.d.cts +2 -2
- package/dist/components/client/Input/InputHelpText.d.cts +2 -2
- package/dist/components/client/Input/InputHelpText.d.ts +2 -2
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +4 -4
- 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.Item.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Item.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.ts +2 -2
- package/dist/components/client/Menu/Menu.Provider.d.cts +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 +2 -2
- 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.cts +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/AvoidMotionLibraryProvider.d.ts +2 -2
- package/dist/components/experimental/client/Modal.d.cts +3 -3
- package/dist/components/experimental/client/Modal.d.ts +3 -3
- package/dist/components/experimental/client/Popover.d.cts +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 +3 -3
- package/dist/components/experimental/client/Toast.d.ts +2 -2
- package/dist/fixtures.d.cts +1 -1
- package/dist/fixtures.d.ts +1 -1
- package/dist/providers/ColorModeProvider.d.cts +4 -4
- package/dist/providers/ScaleModeProvider.d.cts +4 -4
- package/dist/providers/ThemeProvider.d.cts +2 -2
- package/dist/styles/styler.d.cts +82 -82
- package/dist/styles/styler.d.ts +82 -82
- 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.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.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.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/utils/intersperse.d.cts +2 -2
- package/package.json +3 -1
package/dist/styles/styler.d.ts
CHANGED
|
@@ -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
|
|
16
|
+
checkboxVariantRoot?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
|
|
17
17
|
checkboxVariantValueCheckbox?: "checked" | "unchecked" | "indeterminate" | undefined;
|
|
18
|
-
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert
|
|
18
|
+
checkboxVariantCheckbox?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
|
|
19
19
|
checkboxVariantValueCheckboxIcon?: "checked" | "unchecked" | "indeterminate" | undefined;
|
|
20
|
-
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert
|
|
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" | "
|
|
39
|
-
buttonVariantIcon?: "primary" | "secondary" | "
|
|
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" | "
|
|
43
|
+
chipToggleVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | undefined;
|
|
44
44
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
45
|
-
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "
|
|
46
|
-
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "
|
|
47
|
-
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "
|
|
48
|
-
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "
|
|
49
|
-
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "
|
|
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
|
|
51
|
+
radioVariantRoot?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
|
|
52
52
|
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
53
|
-
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert
|
|
53
|
+
radioVariantRadio?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
|
|
54
54
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
55
|
-
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert
|
|
55
|
+
radioVariantRadioCircle?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
|
|
56
56
|
radioSizeRoot?: "sm" | "md" | undefined;
|
|
57
57
|
radioSizeRadio?: "sm" | "md" | undefined;
|
|
58
|
-
linkTextStyleRoot?: "
|
|
59
|
-
linkTextStyleIcon?: "
|
|
60
|
-
linkVariantRoot?: "primary" | "
|
|
61
|
-
linkVariantIconStart?: "primary" | "
|
|
62
|
-
linkVariantIconEnd?: "primary" | "
|
|
63
|
-
badgeSizeRoot?: "
|
|
64
|
-
badgeSizeIcon?: "
|
|
65
|
-
badgeVariantRoot?: "primary" | "secondary" | "brand" | "
|
|
66
|
-
badgeVariantIcon?: "primary" | "secondary" | "brand" | "
|
|
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?: "
|
|
96
|
-
avatarSizeIcon?: "
|
|
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?: "
|
|
101
|
-
iconbuttonSizeIcon?: "
|
|
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?: "
|
|
123
|
-
placeholderColor?: "
|
|
124
|
-
fontFamily?: "
|
|
125
|
-
fontSize?: "
|
|
126
|
-
fontWeight?: "
|
|
127
|
-
lineHeight?: "
|
|
128
|
-
letterSpacing?: "
|
|
129
|
-
textAlign?: "
|
|
130
|
-
textTransform?: "
|
|
131
|
-
spacing?: "0" | "
|
|
132
|
-
spacingHorizontal?: "0" | "
|
|
133
|
-
spacingVertical?: "0" | "
|
|
134
|
-
spacingBottom?: "0" | "
|
|
135
|
-
spacingEnd?: "0" | "
|
|
136
|
-
spacingStart?: "0" | "
|
|
137
|
-
spacingTop?: "0" | "
|
|
138
|
-
offset?: "0" | "
|
|
139
|
-
offsetVertical?: "0" | "
|
|
140
|
-
offsetHorizontal?: "0" | "
|
|
141
|
-
offsetBottom?: "0" | "
|
|
142
|
-
offsetEnd?: "0" | "
|
|
143
|
-
offsetStart?: "0" | "
|
|
144
|
-
offsetTop?: "0" | "
|
|
145
|
-
columnGap?: "0" | "
|
|
146
|
-
rowGap?: "0" | "
|
|
147
|
-
backgroundColor?: "
|
|
148
|
-
borderColor?: "
|
|
149
|
-
borderStartColor?: "
|
|
150
|
-
borderEndColor?: "
|
|
151
|
-
borderBottomColor?: "
|
|
152
|
-
borderTopColor?: "
|
|
153
|
-
borderRadius?: "
|
|
154
|
-
borderTopStartRadius?: "
|
|
155
|
-
borderTopEndRadius?: "
|
|
156
|
-
borderBottomStartRadius?: "
|
|
157
|
-
borderBottomEndRadius?: "
|
|
158
|
-
borderWidth?: "none" | "
|
|
159
|
-
borderVerticalWidth?: "none" | "
|
|
160
|
-
borderHorizontalWidth?: "none" | "
|
|
161
|
-
borderStartWidth?: "none" | "
|
|
162
|
-
borderEndWidth?: "none" | "
|
|
163
|
-
borderTopWidth?: "none" | "
|
|
164
|
-
borderBottomWidth?: "none" | "
|
|
165
|
-
avatarSize?: "
|
|
166
|
-
iconSize?: "
|
|
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
|
+
textAlign?: "center" | "justify" | "start" | "end" | 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?: "
|
|
170
|
+
flex?: "none" | "1" | "auto" | "initial" | undefined;
|
|
171
171
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
172
|
-
flexGrow?: "0" | "
|
|
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" | "
|
|
177
|
+
display?: "flex" | "table" | "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?: "
|
|
182
|
+
contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
|
|
183
183
|
colorMode?: "light" | "dark" | undefined;
|
|
184
|
-
scaleMode?: "
|
|
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?: "
|
|
188
|
-
insetShadow?: "
|
|
189
|
-
nestedBorderRadiusSize?: "
|
|
190
|
-
nestedBorderRadiusWidth?: "none" | "
|
|
191
|
-
nestedBorderRadiusSpacing?: "0" | "
|
|
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<"
|
|
14
|
-
lineHeight: Record<"
|
|
15
|
-
borderRadius: Record<"
|
|
16
|
-
borderWidth: Record<"
|
|
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<"
|
|
14
|
-
lineHeight: Record<"
|
|
15
|
-
borderRadius: Record<"
|
|
16
|
-
borderWidth: Record<"
|
|
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
|
|
2
|
+
import * as tailwindcss_types_config19 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_config19.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config19.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/a11y.d.ts
|
|
5
5
|
declare const a11yPlugin: {
|
|
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_config0 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_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
|
|
2
|
+
import * as tailwindcss_types_config33 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_config33.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config33.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_config1 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_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
|
|
2
|
+
import * as tailwindcss_types_config5 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_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
|
|
2
|
+
import * as tailwindcss_types_config21 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_config21.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config21.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_config7 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_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
|
|
2
|
+
import * as tailwindcss_types_config23 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:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config23.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config23.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|