@yahoo/uds 3.125.1 → 3.126.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/automated-config/dist/generated/autoVariants.cjs +35 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
- package/dist/automated-config/dist/generated/autoVariants.js +35 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +222 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +222 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +314 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +314 -0
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/Banner/Banner.cjs +167 -0
- package/dist/components/Banner/Banner.d.cts +56 -0
- package/dist/components/Banner/Banner.d.ts +56 -0
- package/dist/components/Banner/Banner.js +165 -0
- package/dist/components/Banner/BannerContent.cjs +20 -0
- package/dist/components/Banner/BannerContent.d.cts +13 -0
- package/dist/components/Banner/BannerContent.d.ts +13 -0
- package/dist/components/Banner/BannerContent.js +18 -0
- package/dist/components/Banner/BannerDescription.cjs +47 -0
- package/dist/components/Banner/BannerDescription.d.cts +36 -0
- package/dist/components/Banner/BannerDescription.d.ts +36 -0
- package/dist/components/Banner/BannerDescription.js +45 -0
- package/dist/components/Banner/BannerTitle.cjs +42 -0
- package/dist/components/Banner/BannerTitle.d.cts +34 -0
- package/dist/components/Banner/BannerTitle.d.ts +34 -0
- package/dist/components/Banner/BannerTitle.js +40 -0
- package/dist/components/Banner/index.cjs +11 -0
- package/dist/components/Banner/index.d.cts +6 -0
- package/dist/components/Banner/index.d.ts +6 -0
- package/dist/components/Banner/index.js +7 -0
- package/dist/components/Banner/utils.cjs +56 -0
- package/dist/components/Banner/utils.d.cts +26 -0
- package/dist/components/Banner/utils.d.ts +26 -0
- package/dist/components/Banner/utils.js +52 -0
- package/dist/components/Divider/DividerCore.cjs +1 -1
- package/dist/components/Divider/DividerCore.js +1 -1
- package/dist/components/client/Avatar/AvatarIcon.cjs +2 -2
- package/dist/components/client/Avatar/AvatarIcon.js +2 -2
- package/dist/components/client/Avatar/AvatarText.cjs +1 -1
- package/dist/components/client/Avatar/AvatarText.js +1 -1
- package/dist/components/client/Badge.cjs +1 -1
- package/dist/components/client/Badge.js +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
- package/dist/components/client/Button.cjs +1 -1
- package/dist/components/client/Button.js +1 -1
- package/dist/components/client/Checkbox.cjs +2 -2
- package/dist/components/client/Checkbox.js +2 -2
- package/dist/components/client/Chip/ChipBase.cjs +2 -2
- package/dist/components/client/Chip/ChipBase.js +2 -2
- package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
- package/dist/components/client/Chip/ChipDismissible.js +2 -2
- package/dist/components/client/IconButton.cjs +1 -1
- package/dist/components/client/IconButton.js +1 -1
- package/dist/components/client/Input/Input.cjs +1 -1
- package/dist/components/client/Input/Input.js +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.cjs +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.js +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.cjs +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.js +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
- package/dist/components/client/Popover/PopoverContent.cjs +3 -3
- package/dist/components/client/Popover/PopoverContent.js +3 -3
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Switch.cjs +1 -1
- package/dist/components/client/Switch.js +1 -1
- package/dist/components/client/Toast/Toast.cjs +3 -3
- package/dist/components/client/Toast/Toast.js +3 -3
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/components/client/Tooltip/TooltipContent.cjs +2 -2
- package/dist/components/client/Tooltip/TooltipContent.js +2 -2
- package/dist/components/client/index.cjs +1 -1
- package/dist/components/client/index.js +1 -1
- package/dist/components/experimental/Spinner.cjs +1 -1
- package/dist/components/experimental/Spinner.js +1 -1
- package/dist/components/experimental/Table.cjs +1 -1
- package/dist/components/experimental/Table.js +1 -1
- package/dist/components/experimental/client/Accordion.cjs +4 -4
- package/dist/components/experimental/client/Accordion.js +4 -4
- package/dist/components/experimental/client/Modal.cjs +2 -2
- package/dist/components/experimental/client/Modal.js +2 -2
- package/dist/components/experimental/client/SegmentedControl.cjs +3 -3
- package/dist/components/experimental/client/SegmentedControl.js +3 -3
- package/dist/components/experimental/client/SwitchV2.cjs +1 -1
- package/dist/components/experimental/client/SwitchV2.js +1 -1
- package/dist/components/experimental/client/Tabs.cjs +2 -2
- package/dist/components/experimental/client/Tabs.js +2 -2
- package/dist/components/index.cjs +15 -3
- package/dist/components/index.d.cts +6 -1
- package/dist/components/index.d.ts +6 -1
- package/dist/components/index.js +12 -4
- package/dist/config/dist/index.cjs +381 -46
- package/dist/config/dist/index.js +381 -46
- package/dist/index.cjs +12 -3
- package/dist/index.d.cts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +9 -5
- package/dist/styles/styler.d.cts +79 -72
- package/dist/styles/styler.d.ts +79 -72
- package/dist/styles/variants.d.cts +45 -0
- package/dist/styles/variants.d.ts +45 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +35 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +381 -46
- package/dist/tailwind/dist/config/dist/index.js +381 -46
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/automation/configs/index.cjs +1 -0
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +1 -0
- package/dist/tokens/automation/index.d.cts +2 -2
- package/dist/tokens/automation/index.d.ts +2 -2
- package/dist/tokens/automation/index.js +2 -2
- package/dist/tokens/index.cjs +1 -0
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +2 -2
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +19 -1
- package/dist/types/dist/index.d.ts +19 -1
- package/dist/uds/generated/componentData.cjs +1566 -1418
- package/dist/uds/generated/componentData.js +1496 -1372
- package/dist/uds/generated/tailwindPurge.cjs +19 -0
- package/dist/uds/generated/tailwindPurge.js +19 -0
- package/generated/componentData.json +2085 -1934
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
|
|
3
|
+
import { Pressable } from "./client/Pressable.js";
|
|
4
|
+
import { Icon } from "./Icon.js";
|
|
5
|
+
import { Text } from "./Text.js";
|
|
6
|
+
import { Banner } from "./Banner/Banner.js";
|
|
7
|
+
import { BannerContent } from "./Banner/BannerContent.js";
|
|
8
|
+
import { BannerDescription } from "./Banner/BannerDescription.js";
|
|
9
|
+
import { BannerTitle } from "./Banner/BannerTitle.js";
|
|
3
10
|
import { Box } from "./Box.js";
|
|
4
11
|
import { HStack } from "./HStack.js";
|
|
5
|
-
import { Text } from "./Text.js";
|
|
6
12
|
import { VStack } from "./VStack.js";
|
|
7
13
|
import { Divider } from "./Divider/Divider.js";
|
|
8
14
|
import { FormLabel } from "./FormLabel.js";
|
|
9
|
-
import { Icon } from "./Icon.js";
|
|
10
15
|
import { Image } from "./Image.js";
|
|
11
16
|
import { Link } from "./Link.js";
|
|
12
17
|
import { Scrim } from "./Scrim.js";
|
|
@@ -26,7 +31,6 @@ import { SpringMotionConfig } from "./client/SpringMotionConfig.js";
|
|
|
26
31
|
import { Button } from "./client/Button.js";
|
|
27
32
|
import { Checkbox } from "./client/Checkbox.js";
|
|
28
33
|
import { ChipButton } from "./client/Chip/ChipButton.js";
|
|
29
|
-
import { Pressable } from "./client/Pressable.js";
|
|
30
34
|
import { ChipDismissible } from "./client/Chip/ChipDismissible.js";
|
|
31
35
|
import { ChipLink } from "./client/Chip/ChipLink.js";
|
|
32
36
|
import { ChipToggle } from "./client/Chip/ChipToggle.js";
|
|
@@ -61,6 +65,10 @@ var components_exports = /* @__PURE__ */ __exportAll({
|
|
|
61
65
|
AvatarImage: () => AvatarImage,
|
|
62
66
|
AvatarText: () => AvatarText,
|
|
63
67
|
Badge: () => Badge,
|
|
68
|
+
Banner: () => Banner,
|
|
69
|
+
BannerContent: () => BannerContent,
|
|
70
|
+
BannerDescription: () => BannerDescription,
|
|
71
|
+
BannerTitle: () => BannerTitle,
|
|
64
72
|
BottomSheet: () => BottomSheet,
|
|
65
73
|
BottomSheetContent: () => BottomSheetContent,
|
|
66
74
|
BottomSheetDismiss: () => BottomSheetDismiss,
|
|
@@ -114,4 +122,4 @@ var components_exports = /* @__PURE__ */ __exportAll({
|
|
|
114
122
|
});
|
|
115
123
|
|
|
116
124
|
//#endregion
|
|
117
|
-
export { Avatar, AvatarIcon, AvatarImage, AvatarText, Badge, BottomSheet, BottomSheetContent, BottomSheetDismiss, BottomSheetHeader, BottomSheetProvider, BottomSheetTrigger, Box, Button, Checkbox, Chip, ChipButton, ChipDismissible, ChipLink, ChipToggle, Divider, FormLabel, HStack, Icon, IconButton, Image, Input, InputHelpText, Link, Menu_index_exports as Menu, Popover, PopoverContent, PopoverTrigger, Pressable, Radio, RadioGroupProvider, Scrim, SpringMotionConfig, Switch, Text, Toast, ToastContainer, ToastPortal, Tooltip, TooltipContent, TooltipTrigger, UDSBreakpointsConfigProvider, UDSConfigProvider, UDSPopoverConfigProvider, UDSToastConfigProvider, UDSTooltipConfigProvider, VStack, components_exports, createToast, useBottomSheetStore, useBreakpointsConfig, useToastConfig };
|
|
125
|
+
export { Avatar, AvatarIcon, AvatarImage, AvatarText, Badge, Banner, BannerContent, BannerDescription, BannerTitle, BottomSheet, BottomSheetContent, BottomSheetDismiss, BottomSheetHeader, BottomSheetProvider, BottomSheetTrigger, Box, Button, Checkbox, Chip, ChipButton, ChipDismissible, ChipLink, ChipToggle, Divider, FormLabel, HStack, Icon, IconButton, Image, Input, InputHelpText, Link, Menu_index_exports as Menu, Popover, PopoverContent, PopoverTrigger, Pressable, Radio, RadioGroupProvider, Scrim, SpringMotionConfig, Switch, Text, Toast, ToastContainer, ToastPortal, Tooltip, TooltipContent, TooltipTrigger, UDSBreakpointsConfigProvider, UDSConfigProvider, UDSPopoverConfigProvider, UDSToastConfigProvider, UDSTooltipConfigProvider, VStack, components_exports, createToast, useBottomSheetStore, useBreakpointsConfig, useToastConfig };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
//#region ../config/dist/index.js
|
|
4
4
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
5
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
5
|
+
const LATEST_MIGRATION_VERSION = "v0.89.0";
|
|
6
6
|
/**
|
|
7
7
|
* NOTE: If you're building a feature with a migration,
|
|
8
8
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -85,12 +85,12 @@ const defaultTokensConfig = {
|
|
|
85
85
|
valueType: "alias"
|
|
86
86
|
} }
|
|
87
87
|
},
|
|
88
|
-
"size/
|
|
88
|
+
"size/2xl/icon": { iconSize: { rest: {
|
|
89
89
|
type: "iconSizes",
|
|
90
90
|
value: "lg",
|
|
91
91
|
valueType: "alias"
|
|
92
92
|
} } },
|
|
93
|
-
"size/
|
|
93
|
+
"size/2xl/root": {
|
|
94
94
|
borderWidth: { rest: {
|
|
95
95
|
type: "borderWidths",
|
|
96
96
|
value: "thin",
|
|
@@ -98,26 +98,26 @@ const defaultTokensConfig = {
|
|
|
98
98
|
} },
|
|
99
99
|
height: { rest: {
|
|
100
100
|
type: "spacingAliases",
|
|
101
|
-
value: "
|
|
101
|
+
value: "20",
|
|
102
102
|
valueType: "alias"
|
|
103
103
|
} },
|
|
104
104
|
textVariant: { rest: {
|
|
105
105
|
type: "textVariants",
|
|
106
|
-
value: "
|
|
106
|
+
value: "title3",
|
|
107
107
|
valueType: "alias"
|
|
108
108
|
} },
|
|
109
109
|
width: { rest: {
|
|
110
110
|
type: "spacingAliases",
|
|
111
|
-
value: "
|
|
111
|
+
value: "20",
|
|
112
112
|
valueType: "alias"
|
|
113
113
|
} }
|
|
114
114
|
},
|
|
115
|
-
"size/
|
|
115
|
+
"size/2xs/icon": { iconSize: { rest: {
|
|
116
116
|
type: "iconSizes",
|
|
117
|
-
value: "
|
|
117
|
+
value: "xs",
|
|
118
118
|
valueType: "alias"
|
|
119
119
|
} } },
|
|
120
|
-
"size/
|
|
120
|
+
"size/2xs/root": {
|
|
121
121
|
borderWidth: { rest: {
|
|
122
122
|
type: "borderWidths",
|
|
123
123
|
value: "thin",
|
|
@@ -125,26 +125,26 @@ const defaultTokensConfig = {
|
|
|
125
125
|
} },
|
|
126
126
|
height: { rest: {
|
|
127
127
|
type: "spacingAliases",
|
|
128
|
-
value: "
|
|
128
|
+
value: "5",
|
|
129
129
|
valueType: "alias"
|
|
130
130
|
} },
|
|
131
131
|
textVariant: { rest: {
|
|
132
132
|
type: "textVariants",
|
|
133
|
-
value: "
|
|
133
|
+
value: "legal1",
|
|
134
134
|
valueType: "alias"
|
|
135
135
|
} },
|
|
136
136
|
width: { rest: {
|
|
137
137
|
type: "spacingAliases",
|
|
138
|
-
value: "
|
|
138
|
+
value: "5",
|
|
139
139
|
valueType: "alias"
|
|
140
140
|
} }
|
|
141
141
|
},
|
|
142
|
-
"size/
|
|
142
|
+
"size/3xl/icon": { iconSize: { rest: {
|
|
143
143
|
type: "iconSizes",
|
|
144
|
-
value: "
|
|
144
|
+
value: "lg",
|
|
145
145
|
valueType: "alias"
|
|
146
146
|
} } },
|
|
147
|
-
"size/
|
|
147
|
+
"size/3xl/root": {
|
|
148
148
|
borderWidth: { rest: {
|
|
149
149
|
type: "borderWidths",
|
|
150
150
|
value: "thin",
|
|
@@ -152,26 +152,26 @@ const defaultTokensConfig = {
|
|
|
152
152
|
} },
|
|
153
153
|
height: { rest: {
|
|
154
154
|
type: "spacingAliases",
|
|
155
|
-
value: "
|
|
155
|
+
value: "24",
|
|
156
156
|
valueType: "alias"
|
|
157
157
|
} },
|
|
158
158
|
textVariant: { rest: {
|
|
159
159
|
type: "textVariants",
|
|
160
|
-
value: "
|
|
160
|
+
value: "title3",
|
|
161
161
|
valueType: "alias"
|
|
162
162
|
} },
|
|
163
163
|
width: { rest: {
|
|
164
164
|
type: "spacingAliases",
|
|
165
|
-
value: "
|
|
165
|
+
value: "24",
|
|
166
166
|
valueType: "alias"
|
|
167
167
|
} }
|
|
168
168
|
},
|
|
169
|
-
"size/
|
|
169
|
+
"size/lg/icon": { iconSize: { rest: {
|
|
170
170
|
type: "iconSizes",
|
|
171
171
|
value: "lg",
|
|
172
172
|
valueType: "alias"
|
|
173
173
|
} } },
|
|
174
|
-
"size/
|
|
174
|
+
"size/lg/root": {
|
|
175
175
|
borderWidth: { rest: {
|
|
176
176
|
type: "borderWidths",
|
|
177
177
|
value: "thin",
|
|
@@ -179,26 +179,26 @@ const defaultTokensConfig = {
|
|
|
179
179
|
} },
|
|
180
180
|
height: { rest: {
|
|
181
181
|
type: "spacingAliases",
|
|
182
|
-
value: "
|
|
182
|
+
value: "12",
|
|
183
183
|
valueType: "alias"
|
|
184
184
|
} },
|
|
185
185
|
textVariant: { rest: {
|
|
186
186
|
type: "textVariants",
|
|
187
|
-
value: "
|
|
187
|
+
value: "title4",
|
|
188
188
|
valueType: "alias"
|
|
189
189
|
} },
|
|
190
190
|
width: { rest: {
|
|
191
191
|
type: "spacingAliases",
|
|
192
|
-
value: "
|
|
192
|
+
value: "12",
|
|
193
193
|
valueType: "alias"
|
|
194
194
|
} }
|
|
195
195
|
},
|
|
196
|
-
"size/
|
|
196
|
+
"size/md/icon": { iconSize: { rest: {
|
|
197
197
|
type: "iconSizes",
|
|
198
|
-
value: "
|
|
198
|
+
value: "md",
|
|
199
199
|
valueType: "alias"
|
|
200
200
|
} } },
|
|
201
|
-
"size/
|
|
201
|
+
"size/md/root": {
|
|
202
202
|
borderWidth: { rest: {
|
|
203
203
|
type: "borderWidths",
|
|
204
204
|
value: "thin",
|
|
@@ -206,26 +206,26 @@ const defaultTokensConfig = {
|
|
|
206
206
|
} },
|
|
207
207
|
height: { rest: {
|
|
208
208
|
type: "spacingAliases",
|
|
209
|
-
value: "
|
|
209
|
+
value: "10",
|
|
210
210
|
valueType: "alias"
|
|
211
211
|
} },
|
|
212
212
|
textVariant: { rest: {
|
|
213
213
|
type: "textVariants",
|
|
214
|
-
value: "
|
|
214
|
+
value: "headline1",
|
|
215
215
|
valueType: "alias"
|
|
216
216
|
} },
|
|
217
217
|
width: { rest: {
|
|
218
218
|
type: "spacingAliases",
|
|
219
|
-
value: "
|
|
219
|
+
value: "10",
|
|
220
220
|
valueType: "alias"
|
|
221
221
|
} }
|
|
222
222
|
},
|
|
223
|
-
"size/
|
|
223
|
+
"size/sm/icon": { iconSize: { rest: {
|
|
224
224
|
type: "iconSizes",
|
|
225
|
-
value: "
|
|
225
|
+
value: "sm",
|
|
226
226
|
valueType: "alias"
|
|
227
227
|
} } },
|
|
228
|
-
"size/
|
|
228
|
+
"size/sm/root": {
|
|
229
229
|
borderWidth: { rest: {
|
|
230
230
|
type: "borderWidths",
|
|
231
231
|
value: "thin",
|
|
@@ -233,26 +233,26 @@ const defaultTokensConfig = {
|
|
|
233
233
|
} },
|
|
234
234
|
height: { rest: {
|
|
235
235
|
type: "spacingAliases",
|
|
236
|
-
value: "
|
|
236
|
+
value: "7",
|
|
237
237
|
valueType: "alias"
|
|
238
238
|
} },
|
|
239
239
|
textVariant: { rest: {
|
|
240
240
|
type: "textVariants",
|
|
241
|
-
value: "
|
|
241
|
+
value: "caption1",
|
|
242
242
|
valueType: "alias"
|
|
243
243
|
} },
|
|
244
244
|
width: { rest: {
|
|
245
245
|
type: "spacingAliases",
|
|
246
|
-
value: "
|
|
246
|
+
value: "7",
|
|
247
247
|
valueType: "alias"
|
|
248
248
|
} }
|
|
249
249
|
},
|
|
250
|
-
"size/
|
|
250
|
+
"size/xl/icon": { iconSize: { rest: {
|
|
251
251
|
type: "iconSizes",
|
|
252
252
|
value: "lg",
|
|
253
253
|
valueType: "alias"
|
|
254
254
|
} } },
|
|
255
|
-
"size/
|
|
255
|
+
"size/xl/root": {
|
|
256
256
|
borderWidth: { rest: {
|
|
257
257
|
type: "borderWidths",
|
|
258
258
|
value: "thin",
|
|
@@ -260,7 +260,7 @@ const defaultTokensConfig = {
|
|
|
260
260
|
} },
|
|
261
261
|
height: { rest: {
|
|
262
262
|
type: "spacingAliases",
|
|
263
|
-
value: "
|
|
263
|
+
value: "16",
|
|
264
264
|
valueType: "alias"
|
|
265
265
|
} },
|
|
266
266
|
textVariant: { rest: {
|
|
@@ -270,16 +270,16 @@ const defaultTokensConfig = {
|
|
|
270
270
|
} },
|
|
271
271
|
width: { rest: {
|
|
272
272
|
type: "spacingAliases",
|
|
273
|
-
value: "
|
|
273
|
+
value: "16",
|
|
274
274
|
valueType: "alias"
|
|
275
275
|
} }
|
|
276
276
|
},
|
|
277
|
-
"size/
|
|
277
|
+
"size/xs/icon": { iconSize: { rest: {
|
|
278
278
|
type: "iconSizes",
|
|
279
|
-
value: "
|
|
279
|
+
value: "sm",
|
|
280
280
|
valueType: "alias"
|
|
281
281
|
} } },
|
|
282
|
-
"size/
|
|
282
|
+
"size/xs/root": {
|
|
283
283
|
borderWidth: { rest: {
|
|
284
284
|
type: "borderWidths",
|
|
285
285
|
value: "thin",
|
|
@@ -287,17 +287,17 @@ const defaultTokensConfig = {
|
|
|
287
287
|
} },
|
|
288
288
|
height: { rest: {
|
|
289
289
|
type: "spacingAliases",
|
|
290
|
-
value: "
|
|
290
|
+
value: "6",
|
|
291
291
|
valueType: "alias"
|
|
292
292
|
} },
|
|
293
293
|
textVariant: { rest: {
|
|
294
294
|
type: "textVariants",
|
|
295
|
-
value: "
|
|
295
|
+
value: "caption2",
|
|
296
296
|
valueType: "alias"
|
|
297
297
|
} },
|
|
298
298
|
width: { rest: {
|
|
299
299
|
type: "spacingAliases",
|
|
300
|
-
value: "
|
|
300
|
+
value: "6",
|
|
301
301
|
valueType: "alias"
|
|
302
302
|
} }
|
|
303
303
|
},
|
|
@@ -967,6 +967,320 @@ const defaultTokensConfig = {
|
|
|
967
967
|
}
|
|
968
968
|
}
|
|
969
969
|
},
|
|
970
|
+
banner: {
|
|
971
|
+
defaults: {
|
|
972
|
+
size: "default",
|
|
973
|
+
variant: "primary"
|
|
974
|
+
},
|
|
975
|
+
variables: {
|
|
976
|
+
"size/default/close": { size: { rest: {
|
|
977
|
+
type: "iconSizes",
|
|
978
|
+
value: "sm",
|
|
979
|
+
valueType: "alias"
|
|
980
|
+
} } },
|
|
981
|
+
"size/default/description": { textVariant: { rest: {
|
|
982
|
+
type: "textVariants",
|
|
983
|
+
value: "ui3",
|
|
984
|
+
valueType: "alias"
|
|
985
|
+
} } },
|
|
986
|
+
"size/default/icon": { size: { rest: {
|
|
987
|
+
type: "iconSizes",
|
|
988
|
+
value: "md",
|
|
989
|
+
valueType: "alias"
|
|
990
|
+
} } },
|
|
991
|
+
"size/default/root": {
|
|
992
|
+
borderRadius: { rest: {
|
|
993
|
+
type: "borderRadii",
|
|
994
|
+
value: "lg",
|
|
995
|
+
valueType: "alias"
|
|
996
|
+
} },
|
|
997
|
+
gap: { rest: {
|
|
998
|
+
type: "spacingAliases",
|
|
999
|
+
value: "2",
|
|
1000
|
+
valueType: "alias"
|
|
1001
|
+
} },
|
|
1002
|
+
spacingHorizontal: { rest: {
|
|
1003
|
+
type: "spacingAliases",
|
|
1004
|
+
value: "3",
|
|
1005
|
+
valueType: "alias"
|
|
1006
|
+
} },
|
|
1007
|
+
spacingVertical: { rest: {
|
|
1008
|
+
type: "spacingAliases",
|
|
1009
|
+
value: "3",
|
|
1010
|
+
valueType: "alias"
|
|
1011
|
+
} }
|
|
1012
|
+
},
|
|
1013
|
+
"size/default/title": { textVariant: { rest: {
|
|
1014
|
+
type: "textVariants",
|
|
1015
|
+
value: "ui3/emphasized",
|
|
1016
|
+
valueType: "alias"
|
|
1017
|
+
} } },
|
|
1018
|
+
"variant/alert-secondary/icon": { color: { rest: {
|
|
1019
|
+
type: "foregroundPaletteColors",
|
|
1020
|
+
value: "alert-secondary",
|
|
1021
|
+
valueType: "alias"
|
|
1022
|
+
} } },
|
|
1023
|
+
"variant/alert-secondary/root": {
|
|
1024
|
+
backgroundColor: { rest: {
|
|
1025
|
+
type: "backgroundPaletteColors",
|
|
1026
|
+
value: "primary",
|
|
1027
|
+
valueType: "alias"
|
|
1028
|
+
} },
|
|
1029
|
+
borderColor: { rest: {
|
|
1030
|
+
type: "linePaletteColors",
|
|
1031
|
+
value: "alert-secondary",
|
|
1032
|
+
valueType: "alias"
|
|
1033
|
+
} },
|
|
1034
|
+
borderWidth: { rest: {
|
|
1035
|
+
type: "borderWidths",
|
|
1036
|
+
value: "thin",
|
|
1037
|
+
valueType: "alias"
|
|
1038
|
+
} }
|
|
1039
|
+
},
|
|
1040
|
+
"variant/alert/icon": { color: { rest: {
|
|
1041
|
+
type: "foregroundPaletteColors",
|
|
1042
|
+
value: "alert",
|
|
1043
|
+
valueType: "alias"
|
|
1044
|
+
} } },
|
|
1045
|
+
"variant/alert/root": {
|
|
1046
|
+
backgroundColor: { rest: {
|
|
1047
|
+
type: "backgroundPaletteColors",
|
|
1048
|
+
value: "alert-secondary",
|
|
1049
|
+
valueType: "alias"
|
|
1050
|
+
} },
|
|
1051
|
+
borderColor: { rest: {
|
|
1052
|
+
type: "linePaletteColors",
|
|
1053
|
+
value: "muted",
|
|
1054
|
+
valueType: "alias"
|
|
1055
|
+
} },
|
|
1056
|
+
borderWidth: { rest: {
|
|
1057
|
+
type: "borderWidths",
|
|
1058
|
+
value: "thin",
|
|
1059
|
+
valueType: "alias"
|
|
1060
|
+
} }
|
|
1061
|
+
},
|
|
1062
|
+
"variant/brand-secondary/icon": { color: { rest: {
|
|
1063
|
+
type: "foregroundPaletteColors",
|
|
1064
|
+
value: "secondary",
|
|
1065
|
+
valueType: "alias"
|
|
1066
|
+
} } },
|
|
1067
|
+
"variant/brand-secondary/root": {
|
|
1068
|
+
backgroundColor: { rest: {
|
|
1069
|
+
type: "backgroundPaletteColors",
|
|
1070
|
+
value: "primary",
|
|
1071
|
+
valueType: "alias"
|
|
1072
|
+
} },
|
|
1073
|
+
borderColor: { rest: {
|
|
1074
|
+
type: "linePaletteColors",
|
|
1075
|
+
value: "brand",
|
|
1076
|
+
valueType: "alias"
|
|
1077
|
+
} },
|
|
1078
|
+
borderWidth: { rest: {
|
|
1079
|
+
type: "borderWidths",
|
|
1080
|
+
value: "thin",
|
|
1081
|
+
valueType: "alias"
|
|
1082
|
+
} }
|
|
1083
|
+
},
|
|
1084
|
+
"variant/brand/icon": { color: { rest: {
|
|
1085
|
+
type: "foregroundPaletteColors",
|
|
1086
|
+
value: "secondary",
|
|
1087
|
+
valueType: "alias"
|
|
1088
|
+
} } },
|
|
1089
|
+
"variant/brand/root": {
|
|
1090
|
+
backgroundColor: { rest: {
|
|
1091
|
+
type: "backgroundPaletteColors",
|
|
1092
|
+
value: "brand-secondary",
|
|
1093
|
+
valueType: "alias"
|
|
1094
|
+
} },
|
|
1095
|
+
borderColor: { rest: {
|
|
1096
|
+
type: "linePaletteColors",
|
|
1097
|
+
value: "muted",
|
|
1098
|
+
valueType: "alias"
|
|
1099
|
+
} },
|
|
1100
|
+
borderWidth: { rest: {
|
|
1101
|
+
type: "borderWidths",
|
|
1102
|
+
value: "thin",
|
|
1103
|
+
valueType: "alias"
|
|
1104
|
+
} }
|
|
1105
|
+
},
|
|
1106
|
+
"variant/info-secondary/icon": { color: { rest: {
|
|
1107
|
+
type: "foregroundPaletteColors",
|
|
1108
|
+
value: "info",
|
|
1109
|
+
valueType: "alias"
|
|
1110
|
+
} } },
|
|
1111
|
+
"variant/info-secondary/root": {
|
|
1112
|
+
backgroundColor: { rest: {
|
|
1113
|
+
type: "backgroundPaletteColors",
|
|
1114
|
+
value: "primary",
|
|
1115
|
+
valueType: "alias"
|
|
1116
|
+
} },
|
|
1117
|
+
borderColor: { rest: {
|
|
1118
|
+
type: "linePaletteColors",
|
|
1119
|
+
value: "info-secondary",
|
|
1120
|
+
valueType: "alias"
|
|
1121
|
+
} },
|
|
1122
|
+
borderWidth: { rest: {
|
|
1123
|
+
type: "borderWidths",
|
|
1124
|
+
value: "thin",
|
|
1125
|
+
valueType: "alias"
|
|
1126
|
+
} }
|
|
1127
|
+
},
|
|
1128
|
+
"variant/info/icon": { color: { rest: {
|
|
1129
|
+
type: "foregroundPaletteColors",
|
|
1130
|
+
value: "info",
|
|
1131
|
+
valueType: "alias"
|
|
1132
|
+
} } },
|
|
1133
|
+
"variant/info/root": {
|
|
1134
|
+
backgroundColor: { rest: {
|
|
1135
|
+
type: "backgroundPaletteColors",
|
|
1136
|
+
value: "info-secondary",
|
|
1137
|
+
valueType: "alias"
|
|
1138
|
+
} },
|
|
1139
|
+
borderColor: { rest: {
|
|
1140
|
+
type: "linePaletteColors",
|
|
1141
|
+
value: "muted",
|
|
1142
|
+
valueType: "alias"
|
|
1143
|
+
} },
|
|
1144
|
+
borderWidth: { rest: {
|
|
1145
|
+
type: "borderWidths",
|
|
1146
|
+
value: "thin",
|
|
1147
|
+
valueType: "alias"
|
|
1148
|
+
} }
|
|
1149
|
+
},
|
|
1150
|
+
"variant/primary/icon": { color: { rest: {
|
|
1151
|
+
type: "foregroundPaletteColors",
|
|
1152
|
+
value: "secondary",
|
|
1153
|
+
valueType: "alias"
|
|
1154
|
+
} } },
|
|
1155
|
+
"variant/primary/root": {
|
|
1156
|
+
backgroundColor: { rest: {
|
|
1157
|
+
type: "backgroundPaletteColors",
|
|
1158
|
+
value: "accent",
|
|
1159
|
+
valueType: "alias"
|
|
1160
|
+
} },
|
|
1161
|
+
borderColor: { rest: {
|
|
1162
|
+
type: "linePaletteColors",
|
|
1163
|
+
value: "muted",
|
|
1164
|
+
valueType: "alias"
|
|
1165
|
+
} },
|
|
1166
|
+
borderWidth: { rest: {
|
|
1167
|
+
type: "borderWidths",
|
|
1168
|
+
value: "thin",
|
|
1169
|
+
valueType: "alias"
|
|
1170
|
+
} }
|
|
1171
|
+
},
|
|
1172
|
+
"variant/secondary/icon": { color: { rest: {
|
|
1173
|
+
type: "foregroundPaletteColors",
|
|
1174
|
+
value: "secondary",
|
|
1175
|
+
valueType: "alias"
|
|
1176
|
+
} } },
|
|
1177
|
+
"variant/secondary/root": {
|
|
1178
|
+
backgroundColor: { rest: {
|
|
1179
|
+
type: "backgroundPaletteColors",
|
|
1180
|
+
value: "primary",
|
|
1181
|
+
valueType: "alias"
|
|
1182
|
+
} },
|
|
1183
|
+
borderColor: { rest: {
|
|
1184
|
+
type: "linePaletteColors",
|
|
1185
|
+
value: "accent",
|
|
1186
|
+
valueType: "alias"
|
|
1187
|
+
} },
|
|
1188
|
+
borderWidth: { rest: {
|
|
1189
|
+
type: "borderWidths",
|
|
1190
|
+
value: "thin",
|
|
1191
|
+
valueType: "alias"
|
|
1192
|
+
} }
|
|
1193
|
+
},
|
|
1194
|
+
"variant/success-secondary/icon": { color: { rest: {
|
|
1195
|
+
type: "foregroundPaletteColors",
|
|
1196
|
+
value: "positive-secondary",
|
|
1197
|
+
valueType: "alias"
|
|
1198
|
+
} } },
|
|
1199
|
+
"variant/success-secondary/root": {
|
|
1200
|
+
backgroundColor: { rest: {
|
|
1201
|
+
type: "backgroundPaletteColors",
|
|
1202
|
+
value: "primary",
|
|
1203
|
+
valueType: "alias"
|
|
1204
|
+
} },
|
|
1205
|
+
borderColor: { rest: {
|
|
1206
|
+
type: "linePaletteColors",
|
|
1207
|
+
value: "positive-secondary",
|
|
1208
|
+
valueType: "alias"
|
|
1209
|
+
} },
|
|
1210
|
+
borderWidth: { rest: {
|
|
1211
|
+
type: "borderWidths",
|
|
1212
|
+
value: "thin",
|
|
1213
|
+
valueType: "alias"
|
|
1214
|
+
} }
|
|
1215
|
+
},
|
|
1216
|
+
"variant/success/icon": { color: { rest: {
|
|
1217
|
+
type: "foregroundPaletteColors",
|
|
1218
|
+
value: "positive",
|
|
1219
|
+
valueType: "alias"
|
|
1220
|
+
} } },
|
|
1221
|
+
"variant/success/root": {
|
|
1222
|
+
backgroundColor: { rest: {
|
|
1223
|
+
type: "backgroundPaletteColors",
|
|
1224
|
+
value: "positive-secondary",
|
|
1225
|
+
valueType: "alias"
|
|
1226
|
+
} },
|
|
1227
|
+
borderColor: { rest: {
|
|
1228
|
+
type: "linePaletteColors",
|
|
1229
|
+
value: "muted",
|
|
1230
|
+
valueType: "alias"
|
|
1231
|
+
} },
|
|
1232
|
+
borderWidth: { rest: {
|
|
1233
|
+
type: "borderWidths",
|
|
1234
|
+
value: "thin",
|
|
1235
|
+
valueType: "alias"
|
|
1236
|
+
} }
|
|
1237
|
+
},
|
|
1238
|
+
"variant/warning-secondary/icon": { color: { rest: {
|
|
1239
|
+
type: "foregroundPaletteColors",
|
|
1240
|
+
value: "warning-secondary",
|
|
1241
|
+
valueType: "alias"
|
|
1242
|
+
} } },
|
|
1243
|
+
"variant/warning-secondary/root": {
|
|
1244
|
+
backgroundColor: { rest: {
|
|
1245
|
+
type: "backgroundPaletteColors",
|
|
1246
|
+
value: "primary",
|
|
1247
|
+
valueType: "alias"
|
|
1248
|
+
} },
|
|
1249
|
+
borderColor: { rest: {
|
|
1250
|
+
type: "linePaletteColors",
|
|
1251
|
+
value: "warning-secondary",
|
|
1252
|
+
valueType: "alias"
|
|
1253
|
+
} },
|
|
1254
|
+
borderWidth: { rest: {
|
|
1255
|
+
type: "borderWidths",
|
|
1256
|
+
value: "thin",
|
|
1257
|
+
valueType: "alias"
|
|
1258
|
+
} }
|
|
1259
|
+
},
|
|
1260
|
+
"variant/warning/icon": { color: { rest: {
|
|
1261
|
+
type: "foregroundPaletteColors",
|
|
1262
|
+
value: "warning",
|
|
1263
|
+
valueType: "alias"
|
|
1264
|
+
} } },
|
|
1265
|
+
"variant/warning/root": {
|
|
1266
|
+
backgroundColor: { rest: {
|
|
1267
|
+
type: "backgroundPaletteColors",
|
|
1268
|
+
value: "warning-secondary",
|
|
1269
|
+
valueType: "alias"
|
|
1270
|
+
} },
|
|
1271
|
+
borderColor: { rest: {
|
|
1272
|
+
type: "linePaletteColors",
|
|
1273
|
+
value: "muted",
|
|
1274
|
+
valueType: "alias"
|
|
1275
|
+
} },
|
|
1276
|
+
borderWidth: { rest: {
|
|
1277
|
+
type: "borderWidths",
|
|
1278
|
+
value: "thin",
|
|
1279
|
+
valueType: "alias"
|
|
1280
|
+
} }
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
970
1284
|
bottomSheet: {
|
|
971
1285
|
defaults: { variant: "default" },
|
|
972
1286
|
variables: {
|
|
@@ -17510,6 +17824,9 @@ const defaultTokensConfig = {
|
|
|
17510
17824
|
scaleMode: {
|
|
17511
17825
|
large: {
|
|
17512
17826
|
avatarSizes: {
|
|
17827
|
+
"2xl": 72,
|
|
17828
|
+
"2xs": 20,
|
|
17829
|
+
"3xl": 80,
|
|
17513
17830
|
lg: 52,
|
|
17514
17831
|
md: 40,
|
|
17515
17832
|
sm: 28,
|
|
@@ -17540,6 +17857,9 @@ const defaultTokensConfig = {
|
|
|
17540
17857
|
},
|
|
17541
17858
|
medium: {
|
|
17542
17859
|
avatarSizes: {
|
|
17860
|
+
"2xl": 72,
|
|
17861
|
+
"2xs": 20,
|
|
17862
|
+
"3xl": 80,
|
|
17543
17863
|
lg: 52,
|
|
17544
17864
|
md: 40,
|
|
17545
17865
|
sm: 28,
|
|
@@ -17570,6 +17890,9 @@ const defaultTokensConfig = {
|
|
|
17570
17890
|
},
|
|
17571
17891
|
small: {
|
|
17572
17892
|
avatarSizes: {
|
|
17893
|
+
"2xl": 72,
|
|
17894
|
+
"2xs": 20,
|
|
17895
|
+
"3xl": 80,
|
|
17573
17896
|
lg: 52,
|
|
17574
17897
|
md: 40,
|
|
17575
17898
|
sm: 28,
|
|
@@ -17600,6 +17923,9 @@ const defaultTokensConfig = {
|
|
|
17600
17923
|
},
|
|
17601
17924
|
xLarge: {
|
|
17602
17925
|
avatarSizes: {
|
|
17926
|
+
"2xl": 72,
|
|
17927
|
+
"2xs": 20,
|
|
17928
|
+
"3xl": 80,
|
|
17603
17929
|
lg: 52,
|
|
17604
17930
|
md: 40,
|
|
17605
17931
|
sm: 28,
|
|
@@ -17630,6 +17956,9 @@ const defaultTokensConfig = {
|
|
|
17630
17956
|
},
|
|
17631
17957
|
xSmall: {
|
|
17632
17958
|
avatarSizes: {
|
|
17959
|
+
"2xl": 72,
|
|
17960
|
+
"2xs": 20,
|
|
17961
|
+
"3xl": 80,
|
|
17633
17962
|
lg: 52,
|
|
17634
17963
|
md: 40,
|
|
17635
17964
|
sm: 28,
|
|
@@ -17660,6 +17989,9 @@ const defaultTokensConfig = {
|
|
|
17660
17989
|
},
|
|
17661
17990
|
xxLarge: {
|
|
17662
17991
|
avatarSizes: {
|
|
17992
|
+
"2xl": 72,
|
|
17993
|
+
"2xs": 20,
|
|
17994
|
+
"3xl": 80,
|
|
17663
17995
|
lg: 52,
|
|
17664
17996
|
md: 40,
|
|
17665
17997
|
sm: 28,
|
|
@@ -17690,6 +18022,9 @@ const defaultTokensConfig = {
|
|
|
17690
18022
|
},
|
|
17691
18023
|
xxxLarge: {
|
|
17692
18024
|
avatarSizes: {
|
|
18025
|
+
"2xl": 72,
|
|
18026
|
+
"2xs": 20,
|
|
18027
|
+
"3xl": 80,
|
|
17693
18028
|
lg: 52,
|
|
17694
18029
|
md: 40,
|
|
17695
18030
|
sm: 28,
|
|
@@ -27135,7 +27470,7 @@ const defaultTokensConfig = {
|
|
|
27135
27470
|
}
|
|
27136
27471
|
}
|
|
27137
27472
|
},
|
|
27138
|
-
version: "v0.
|
|
27473
|
+
version: "v0.89.0",
|
|
27139
27474
|
version: LATEST_MIGRATION_VERSION
|
|
27140
27475
|
};
|
|
27141
27476
|
|