@yahoo/uds 3.125.1 → 3.127.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 +60 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.js +60 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +5169 -495
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +526 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +526 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +5167 -496
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +2558 -1490
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +2558 -1490
- package/dist/automated-config/dist/properties.cjs +12 -0
- package/dist/automated-config/dist/properties.d.cts +4 -0
- package/dist/automated-config/dist/properties.d.ts +4 -0
- package/dist/automated-config/dist/properties.js +12 -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/automated-config/dist/utils/index.cjs +103 -6
- package/dist/automated-config/dist/utils/index.js +103 -6
- 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.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +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/Tabs/Tab.cjs +80 -0
- package/dist/components/client/Tabs/Tab.d.cts +20 -0
- package/dist/components/client/Tabs/Tab.d.ts +21 -0
- package/dist/components/client/Tabs/Tab.js +78 -0
- package/dist/components/client/Tabs/TabList.cjs +132 -0
- package/dist/components/client/Tabs/TabList.d.cts +9 -0
- package/dist/components/client/Tabs/TabList.d.ts +10 -0
- package/dist/components/client/Tabs/TabList.js +130 -0
- package/dist/components/client/Tabs/TabPanel.cjs +22 -0
- package/dist/components/client/Tabs/TabPanel.d.cts +9 -0
- package/dist/components/client/Tabs/TabPanel.d.ts +10 -0
- package/dist/components/client/Tabs/TabPanel.js +20 -0
- package/dist/components/client/Tabs/Tabs.cjs +53 -0
- package/dist/components/client/Tabs/Tabs.d.cts +45 -0
- package/dist/components/client/Tabs/Tabs.d.ts +46 -0
- package/dist/components/client/Tabs/Tabs.js +51 -0
- package/dist/components/client/Tabs/index.cjs +12 -0
- package/dist/components/client/Tabs/index.d.cts +7 -0
- package/dist/components/client/Tabs/index.d.ts +8 -0
- package/dist/components/client/Tabs/index.js +8 -0
- package/dist/components/client/Tabs/tabsContext.cjs +18 -0
- package/dist/components/client/Tabs/tabsContext.d.cts +15 -0
- package/dist/components/client/Tabs/tabsContext.d.ts +16 -0
- package/dist/components/client/Tabs/tabsContext.js +15 -0
- 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 +9 -1
- package/dist/components/client/index.d.cts +7 -1
- package/dist/components/client/index.d.ts +7 -1
- package/dist/components/client/index.js +6 -2
- 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/index.cjs +0 -5
- package/dist/components/experimental/client/index.d.cts +1 -2
- package/dist/components/experimental/client/index.d.ts +1 -2
- package/dist/components/experimental/client/index.js +1 -2
- package/dist/components/experimental/index.cjs +0 -9
- package/dist/components/experimental/index.d.cts +1 -2
- package/dist/components/experimental/index.d.ts +1 -2
- package/dist/components/experimental/index.js +1 -6
- package/dist/components/index.cjs +27 -3
- package/dist/components/index.d.cts +11 -1
- package/dist/components/index.d.ts +11 -1
- package/dist/components/index.js +20 -4
- package/dist/config/dist/index.cjs +1496 -339
- package/dist/config/dist/index.js +1496 -339
- package/dist/index.cjs +22 -3
- package/dist/index.d.cts +12 -3
- package/dist/index.d.ts +12 -3
- package/dist/index.js +13 -5
- package/dist/styles/styler.d.cts +107 -93
- package/dist/styles/styler.d.ts +107 -93
- package/dist/styles/variants.d.cts +74 -0
- package/dist/styles/variants.d.ts +74 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +60 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +60 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +5169 -495
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +5167 -496
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +12 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js +12 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +103 -6
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +103 -6
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +1496 -339
- package/dist/tailwind/dist/config/dist/index.js +1496 -339
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css/utils.cjs +3 -1
- package/dist/tailwind/dist/css/utils.js +3 -1
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +36 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +36 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +3 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +4 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- 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 +3 -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 +3 -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 +3 -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 +70 -1
- package/dist/types/dist/index.d.ts +70 -1
- package/dist/uds/generated/componentData.cjs +1030 -774
- package/dist/uds/generated/componentData.js +893 -679
- package/dist/uds/generated/tailwindPurge.cjs +41 -43
- package/dist/uds/generated/tailwindPurge.js +41 -43
- package/generated/componentData.json +1693 -1432
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
- package/dist/components/experimental/client/Tabs.cjs +0 -76
- package/dist/components/experimental/client/Tabs.d.cts +0 -31
- package/dist/components/experimental/client/Tabs.d.ts +0 -32
- package/dist/components/experimental/client/Tabs.js +0 -71
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
//#region ../config/dist/index.js
|
|
3
3
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
4
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
4
|
+
const LATEST_MIGRATION_VERSION = "v0.90.0";
|
|
5
5
|
/**
|
|
6
6
|
* NOTE: If you're building a feature with a migration,
|
|
7
7
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -84,12 +84,12 @@ const defaultTokensConfig = {
|
|
|
84
84
|
valueType: "alias"
|
|
85
85
|
} }
|
|
86
86
|
},
|
|
87
|
-
"size/
|
|
87
|
+
"size/2xl/icon": { iconSize: { rest: {
|
|
88
88
|
type: "iconSizes",
|
|
89
89
|
value: "lg",
|
|
90
90
|
valueType: "alias"
|
|
91
91
|
} } },
|
|
92
|
-
"size/
|
|
92
|
+
"size/2xl/root": {
|
|
93
93
|
borderWidth: { rest: {
|
|
94
94
|
type: "borderWidths",
|
|
95
95
|
value: "thin",
|
|
@@ -97,26 +97,26 @@ const defaultTokensConfig = {
|
|
|
97
97
|
} },
|
|
98
98
|
height: { rest: {
|
|
99
99
|
type: "spacingAliases",
|
|
100
|
-
value: "
|
|
100
|
+
value: "20",
|
|
101
101
|
valueType: "alias"
|
|
102
102
|
} },
|
|
103
103
|
textVariant: { rest: {
|
|
104
104
|
type: "textVariants",
|
|
105
|
-
value: "
|
|
105
|
+
value: "title3",
|
|
106
106
|
valueType: "alias"
|
|
107
107
|
} },
|
|
108
108
|
width: { rest: {
|
|
109
109
|
type: "spacingAliases",
|
|
110
|
-
value: "
|
|
110
|
+
value: "20",
|
|
111
111
|
valueType: "alias"
|
|
112
112
|
} }
|
|
113
113
|
},
|
|
114
|
-
"size/
|
|
114
|
+
"size/2xs/icon": { iconSize: { rest: {
|
|
115
115
|
type: "iconSizes",
|
|
116
|
-
value: "
|
|
116
|
+
value: "xs",
|
|
117
117
|
valueType: "alias"
|
|
118
118
|
} } },
|
|
119
|
-
"size/
|
|
119
|
+
"size/2xs/root": {
|
|
120
120
|
borderWidth: { rest: {
|
|
121
121
|
type: "borderWidths",
|
|
122
122
|
value: "thin",
|
|
@@ -124,26 +124,26 @@ const defaultTokensConfig = {
|
|
|
124
124
|
} },
|
|
125
125
|
height: { rest: {
|
|
126
126
|
type: "spacingAliases",
|
|
127
|
-
value: "
|
|
127
|
+
value: "5",
|
|
128
128
|
valueType: "alias"
|
|
129
129
|
} },
|
|
130
130
|
textVariant: { rest: {
|
|
131
131
|
type: "textVariants",
|
|
132
|
-
value: "
|
|
132
|
+
value: "legal1",
|
|
133
133
|
valueType: "alias"
|
|
134
134
|
} },
|
|
135
135
|
width: { rest: {
|
|
136
136
|
type: "spacingAliases",
|
|
137
|
-
value: "
|
|
137
|
+
value: "5",
|
|
138
138
|
valueType: "alias"
|
|
139
139
|
} }
|
|
140
140
|
},
|
|
141
|
-
"size/
|
|
141
|
+
"size/3xl/icon": { iconSize: { rest: {
|
|
142
142
|
type: "iconSizes",
|
|
143
|
-
value: "
|
|
143
|
+
value: "lg",
|
|
144
144
|
valueType: "alias"
|
|
145
145
|
} } },
|
|
146
|
-
"size/
|
|
146
|
+
"size/3xl/root": {
|
|
147
147
|
borderWidth: { rest: {
|
|
148
148
|
type: "borderWidths",
|
|
149
149
|
value: "thin",
|
|
@@ -151,26 +151,26 @@ const defaultTokensConfig = {
|
|
|
151
151
|
} },
|
|
152
152
|
height: { rest: {
|
|
153
153
|
type: "spacingAliases",
|
|
154
|
-
value: "
|
|
154
|
+
value: "24",
|
|
155
155
|
valueType: "alias"
|
|
156
156
|
} },
|
|
157
157
|
textVariant: { rest: {
|
|
158
158
|
type: "textVariants",
|
|
159
|
-
value: "
|
|
159
|
+
value: "title3",
|
|
160
160
|
valueType: "alias"
|
|
161
161
|
} },
|
|
162
162
|
width: { rest: {
|
|
163
163
|
type: "spacingAliases",
|
|
164
|
-
value: "
|
|
164
|
+
value: "24",
|
|
165
165
|
valueType: "alias"
|
|
166
166
|
} }
|
|
167
167
|
},
|
|
168
|
-
"size/
|
|
168
|
+
"size/lg/icon": { iconSize: { rest: {
|
|
169
169
|
type: "iconSizes",
|
|
170
170
|
value: "lg",
|
|
171
171
|
valueType: "alias"
|
|
172
172
|
} } },
|
|
173
|
-
"size/
|
|
173
|
+
"size/lg/root": {
|
|
174
174
|
borderWidth: { rest: {
|
|
175
175
|
type: "borderWidths",
|
|
176
176
|
value: "thin",
|
|
@@ -178,26 +178,26 @@ const defaultTokensConfig = {
|
|
|
178
178
|
} },
|
|
179
179
|
height: { rest: {
|
|
180
180
|
type: "spacingAliases",
|
|
181
|
-
value: "
|
|
181
|
+
value: "12",
|
|
182
182
|
valueType: "alias"
|
|
183
183
|
} },
|
|
184
184
|
textVariant: { rest: {
|
|
185
185
|
type: "textVariants",
|
|
186
|
-
value: "
|
|
186
|
+
value: "title4",
|
|
187
187
|
valueType: "alias"
|
|
188
188
|
} },
|
|
189
189
|
width: { rest: {
|
|
190
190
|
type: "spacingAliases",
|
|
191
|
-
value: "
|
|
191
|
+
value: "12",
|
|
192
192
|
valueType: "alias"
|
|
193
193
|
} }
|
|
194
194
|
},
|
|
195
|
-
"size/
|
|
195
|
+
"size/md/icon": { iconSize: { rest: {
|
|
196
196
|
type: "iconSizes",
|
|
197
|
-
value: "
|
|
197
|
+
value: "md",
|
|
198
198
|
valueType: "alias"
|
|
199
199
|
} } },
|
|
200
|
-
"size/
|
|
200
|
+
"size/md/root": {
|
|
201
201
|
borderWidth: { rest: {
|
|
202
202
|
type: "borderWidths",
|
|
203
203
|
value: "thin",
|
|
@@ -205,26 +205,26 @@ const defaultTokensConfig = {
|
|
|
205
205
|
} },
|
|
206
206
|
height: { rest: {
|
|
207
207
|
type: "spacingAliases",
|
|
208
|
-
value: "
|
|
208
|
+
value: "10",
|
|
209
209
|
valueType: "alias"
|
|
210
210
|
} },
|
|
211
211
|
textVariant: { rest: {
|
|
212
212
|
type: "textVariants",
|
|
213
|
-
value: "
|
|
213
|
+
value: "headline1",
|
|
214
214
|
valueType: "alias"
|
|
215
215
|
} },
|
|
216
216
|
width: { rest: {
|
|
217
217
|
type: "spacingAliases",
|
|
218
|
-
value: "
|
|
218
|
+
value: "10",
|
|
219
219
|
valueType: "alias"
|
|
220
220
|
} }
|
|
221
221
|
},
|
|
222
|
-
"size/
|
|
222
|
+
"size/sm/icon": { iconSize: { rest: {
|
|
223
223
|
type: "iconSizes",
|
|
224
|
-
value: "
|
|
224
|
+
value: "sm",
|
|
225
225
|
valueType: "alias"
|
|
226
226
|
} } },
|
|
227
|
-
"size/
|
|
227
|
+
"size/sm/root": {
|
|
228
228
|
borderWidth: { rest: {
|
|
229
229
|
type: "borderWidths",
|
|
230
230
|
value: "thin",
|
|
@@ -232,26 +232,26 @@ const defaultTokensConfig = {
|
|
|
232
232
|
} },
|
|
233
233
|
height: { rest: {
|
|
234
234
|
type: "spacingAliases",
|
|
235
|
-
value: "
|
|
235
|
+
value: "7",
|
|
236
236
|
valueType: "alias"
|
|
237
237
|
} },
|
|
238
238
|
textVariant: { rest: {
|
|
239
239
|
type: "textVariants",
|
|
240
|
-
value: "
|
|
240
|
+
value: "caption1",
|
|
241
241
|
valueType: "alias"
|
|
242
242
|
} },
|
|
243
243
|
width: { rest: {
|
|
244
244
|
type: "spacingAliases",
|
|
245
|
-
value: "
|
|
245
|
+
value: "7",
|
|
246
246
|
valueType: "alias"
|
|
247
247
|
} }
|
|
248
248
|
},
|
|
249
|
-
"size/
|
|
249
|
+
"size/xl/icon": { iconSize: { rest: {
|
|
250
250
|
type: "iconSizes",
|
|
251
251
|
value: "lg",
|
|
252
252
|
valueType: "alias"
|
|
253
253
|
} } },
|
|
254
|
-
"size/
|
|
254
|
+
"size/xl/root": {
|
|
255
255
|
borderWidth: { rest: {
|
|
256
256
|
type: "borderWidths",
|
|
257
257
|
value: "thin",
|
|
@@ -259,7 +259,7 @@ const defaultTokensConfig = {
|
|
|
259
259
|
} },
|
|
260
260
|
height: { rest: {
|
|
261
261
|
type: "spacingAliases",
|
|
262
|
-
value: "
|
|
262
|
+
value: "16",
|
|
263
263
|
valueType: "alias"
|
|
264
264
|
} },
|
|
265
265
|
textVariant: { rest: {
|
|
@@ -269,16 +269,16 @@ const defaultTokensConfig = {
|
|
|
269
269
|
} },
|
|
270
270
|
width: { rest: {
|
|
271
271
|
type: "spacingAliases",
|
|
272
|
-
value: "
|
|
272
|
+
value: "16",
|
|
273
273
|
valueType: "alias"
|
|
274
274
|
} }
|
|
275
275
|
},
|
|
276
|
-
"size/
|
|
276
|
+
"size/xs/icon": { iconSize: { rest: {
|
|
277
277
|
type: "iconSizes",
|
|
278
|
-
value: "
|
|
278
|
+
value: "sm",
|
|
279
279
|
valueType: "alias"
|
|
280
280
|
} } },
|
|
281
|
-
"size/
|
|
281
|
+
"size/xs/root": {
|
|
282
282
|
borderWidth: { rest: {
|
|
283
283
|
type: "borderWidths",
|
|
284
284
|
value: "thin",
|
|
@@ -286,17 +286,17 @@ const defaultTokensConfig = {
|
|
|
286
286
|
} },
|
|
287
287
|
height: { rest: {
|
|
288
288
|
type: "spacingAliases",
|
|
289
|
-
value: "
|
|
289
|
+
value: "6",
|
|
290
290
|
valueType: "alias"
|
|
291
291
|
} },
|
|
292
292
|
textVariant: { rest: {
|
|
293
293
|
type: "textVariants",
|
|
294
|
-
value: "
|
|
294
|
+
value: "caption2",
|
|
295
295
|
valueType: "alias"
|
|
296
296
|
} },
|
|
297
297
|
width: { rest: {
|
|
298
298
|
type: "spacingAliases",
|
|
299
|
-
value: "
|
|
299
|
+
value: "6",
|
|
300
300
|
valueType: "alias"
|
|
301
301
|
} }
|
|
302
302
|
},
|
|
@@ -966,245 +966,559 @@ const defaultTokensConfig = {
|
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
968
|
},
|
|
969
|
-
|
|
970
|
-
defaults: {
|
|
969
|
+
banner: {
|
|
970
|
+
defaults: {
|
|
971
|
+
size: "default",
|
|
972
|
+
variant: "primary"
|
|
973
|
+
},
|
|
971
974
|
variables: {
|
|
972
|
-
"
|
|
973
|
-
type: "
|
|
974
|
-
value: "
|
|
975
|
+
"size/default/close": { size: { rest: {
|
|
976
|
+
type: "iconSizes",
|
|
977
|
+
value: "sm",
|
|
975
978
|
valueType: "alias"
|
|
976
979
|
} } },
|
|
977
|
-
"
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
},
|
|
989
|
-
"variant/default/root": {
|
|
990
|
-
backgroundColor: { rest: {
|
|
991
|
-
type: "backgroundPaletteColors",
|
|
992
|
-
value: "primary",
|
|
993
|
-
valueType: "alias"
|
|
994
|
-
} },
|
|
995
|
-
borderColor: { rest: {
|
|
996
|
-
type: "spectrumColors",
|
|
997
|
-
value: "gray-3",
|
|
998
|
-
valueType: "alias"
|
|
999
|
-
} },
|
|
980
|
+
"size/default/description": { textVariant: { rest: {
|
|
981
|
+
type: "textVariants",
|
|
982
|
+
value: "ui3",
|
|
983
|
+
valueType: "alias"
|
|
984
|
+
} } },
|
|
985
|
+
"size/default/icon": { size: { rest: {
|
|
986
|
+
type: "iconSizes",
|
|
987
|
+
value: "md",
|
|
988
|
+
valueType: "alias"
|
|
989
|
+
} } },
|
|
990
|
+
"size/default/root": {
|
|
1000
991
|
borderRadius: { rest: {
|
|
1001
992
|
type: "borderRadii",
|
|
1002
993
|
value: "lg",
|
|
1003
994
|
valueType: "alias"
|
|
1004
995
|
} },
|
|
1005
|
-
|
|
1006
|
-
type: "borderWidths",
|
|
1007
|
-
value: "thin",
|
|
1008
|
-
valueType: "alias"
|
|
1009
|
-
} },
|
|
1010
|
-
bottomMargin: { rest: {
|
|
1011
|
-
type: "spacingAliases",
|
|
1012
|
-
value: "2",
|
|
1013
|
-
valueType: "alias"
|
|
1014
|
-
} },
|
|
1015
|
-
horizontalMargin: { rest: {
|
|
996
|
+
gap: { rest: {
|
|
1016
997
|
type: "spacingAliases",
|
|
1017
998
|
value: "2",
|
|
1018
999
|
valueType: "alias"
|
|
1019
1000
|
} },
|
|
1020
|
-
shadow: { rest: {
|
|
1021
|
-
type: "elevationAliases",
|
|
1022
|
-
value: "elevation-2",
|
|
1023
|
-
valueType: "alias"
|
|
1024
|
-
} },
|
|
1025
1001
|
spacingHorizontal: { rest: {
|
|
1026
1002
|
type: "spacingAliases",
|
|
1027
|
-
value: "
|
|
1003
|
+
value: "3",
|
|
1028
1004
|
valueType: "alias"
|
|
1029
1005
|
} },
|
|
1030
1006
|
spacingVertical: { rest: {
|
|
1031
1007
|
type: "spacingAliases",
|
|
1032
|
-
value: "
|
|
1008
|
+
value: "3",
|
|
1033
1009
|
valueType: "alias"
|
|
1034
1010
|
} }
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
"2xl": {
|
|
1040
|
-
type: "px",
|
|
1041
|
-
value: 1536
|
|
1042
|
-
},
|
|
1043
|
-
lg: {
|
|
1044
|
-
type: "px",
|
|
1045
|
-
value: 1024
|
|
1046
|
-
},
|
|
1047
|
-
md: {
|
|
1048
|
-
type: "px",
|
|
1049
|
-
value: 768
|
|
1050
|
-
},
|
|
1051
|
-
sm: {
|
|
1052
|
-
type: "px",
|
|
1053
|
-
value: 640
|
|
1054
|
-
},
|
|
1055
|
-
xl: {
|
|
1056
|
-
type: "px",
|
|
1057
|
-
value: 1280
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
button: {
|
|
1061
|
-
defaults: {
|
|
1062
|
-
size: "md",
|
|
1063
|
-
variant: "primary"
|
|
1064
|
-
},
|
|
1065
|
-
variables: {
|
|
1066
|
-
"size/lg/icon": { size: { rest: {
|
|
1067
|
-
type: "iconSizes",
|
|
1068
|
-
value: "sm",
|
|
1011
|
+
},
|
|
1012
|
+
"size/default/title": { textVariant: { rest: {
|
|
1013
|
+
type: "textVariants",
|
|
1014
|
+
value: "ui3/emphasized",
|
|
1069
1015
|
valueType: "alias"
|
|
1070
1016
|
} } },
|
|
1071
|
-
"
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
type: "
|
|
1079
|
-
value: "
|
|
1017
|
+
"variant/alert-secondary/icon": { color: { rest: {
|
|
1018
|
+
type: "foregroundPaletteColors",
|
|
1019
|
+
value: "alert-secondary",
|
|
1020
|
+
valueType: "alias"
|
|
1021
|
+
} } },
|
|
1022
|
+
"variant/alert-secondary/root": {
|
|
1023
|
+
backgroundColor: { rest: {
|
|
1024
|
+
type: "backgroundPaletteColors",
|
|
1025
|
+
value: "primary",
|
|
1080
1026
|
valueType: "alias"
|
|
1081
1027
|
} },
|
|
1082
|
-
|
|
1083
|
-
type: "
|
|
1084
|
-
value: "
|
|
1028
|
+
borderColor: { rest: {
|
|
1029
|
+
type: "linePaletteColors",
|
|
1030
|
+
value: "alert-secondary",
|
|
1085
1031
|
valueType: "alias"
|
|
1086
1032
|
} },
|
|
1087
|
-
|
|
1088
|
-
type: "
|
|
1089
|
-
value: "
|
|
1033
|
+
borderWidth: { rest: {
|
|
1034
|
+
type: "borderWidths",
|
|
1035
|
+
value: "thin",
|
|
1090
1036
|
valueType: "alias"
|
|
1091
1037
|
} }
|
|
1092
1038
|
},
|
|
1093
|
-
"
|
|
1094
|
-
type: "
|
|
1095
|
-
value: "
|
|
1039
|
+
"variant/alert/icon": { color: { rest: {
|
|
1040
|
+
type: "foregroundPaletteColors",
|
|
1041
|
+
value: "alert",
|
|
1096
1042
|
valueType: "alias"
|
|
1097
1043
|
} } },
|
|
1098
|
-
"
|
|
1099
|
-
|
|
1100
|
-
type: "
|
|
1101
|
-
value: "
|
|
1102
|
-
valueType: "alias"
|
|
1103
|
-
} },
|
|
1104
|
-
spacingHorizontal: { rest: {
|
|
1105
|
-
type: "spacingAliases",
|
|
1106
|
-
value: "4",
|
|
1044
|
+
"variant/alert/root": {
|
|
1045
|
+
backgroundColor: { rest: {
|
|
1046
|
+
type: "backgroundPaletteColors",
|
|
1047
|
+
value: "alert-secondary",
|
|
1107
1048
|
valueType: "alias"
|
|
1108
1049
|
} },
|
|
1109
|
-
|
|
1110
|
-
type: "
|
|
1111
|
-
value: "
|
|
1050
|
+
borderColor: { rest: {
|
|
1051
|
+
type: "linePaletteColors",
|
|
1052
|
+
value: "muted",
|
|
1112
1053
|
valueType: "alias"
|
|
1113
1054
|
} },
|
|
1114
|
-
|
|
1115
|
-
type: "
|
|
1116
|
-
value: "
|
|
1055
|
+
borderWidth: { rest: {
|
|
1056
|
+
type: "borderWidths",
|
|
1057
|
+
value: "thin",
|
|
1117
1058
|
valueType: "alias"
|
|
1118
1059
|
} }
|
|
1119
1060
|
},
|
|
1120
|
-
"
|
|
1121
|
-
type: "
|
|
1122
|
-
value: "
|
|
1061
|
+
"variant/brand-secondary/icon": { color: { rest: {
|
|
1062
|
+
type: "foregroundPaletteColors",
|
|
1063
|
+
value: "secondary",
|
|
1123
1064
|
valueType: "alias"
|
|
1124
1065
|
} } },
|
|
1125
|
-
"
|
|
1126
|
-
|
|
1127
|
-
type: "
|
|
1128
|
-
value: "
|
|
1066
|
+
"variant/brand-secondary/root": {
|
|
1067
|
+
backgroundColor: { rest: {
|
|
1068
|
+
type: "backgroundPaletteColors",
|
|
1069
|
+
value: "primary",
|
|
1129
1070
|
valueType: "alias"
|
|
1130
1071
|
} },
|
|
1131
|
-
|
|
1132
|
-
type: "
|
|
1133
|
-
value: "
|
|
1072
|
+
borderColor: { rest: {
|
|
1073
|
+
type: "linePaletteColors",
|
|
1074
|
+
value: "brand",
|
|
1134
1075
|
valueType: "alias"
|
|
1135
1076
|
} },
|
|
1136
|
-
|
|
1137
|
-
type: "
|
|
1138
|
-
value: "
|
|
1077
|
+
borderWidth: { rest: {
|
|
1078
|
+
type: "borderWidths",
|
|
1079
|
+
value: "thin",
|
|
1080
|
+
valueType: "alias"
|
|
1081
|
+
} }
|
|
1082
|
+
},
|
|
1083
|
+
"variant/brand/icon": { color: { rest: {
|
|
1084
|
+
type: "foregroundPaletteColors",
|
|
1085
|
+
value: "secondary",
|
|
1086
|
+
valueType: "alias"
|
|
1087
|
+
} } },
|
|
1088
|
+
"variant/brand/root": {
|
|
1089
|
+
backgroundColor: { rest: {
|
|
1090
|
+
type: "backgroundPaletteColors",
|
|
1091
|
+
value: "brand-secondary",
|
|
1139
1092
|
valueType: "alias"
|
|
1140
1093
|
} },
|
|
1141
|
-
|
|
1142
|
-
type: "
|
|
1143
|
-
value: "
|
|
1094
|
+
borderColor: { rest: {
|
|
1095
|
+
type: "linePaletteColors",
|
|
1096
|
+
value: "muted",
|
|
1097
|
+
valueType: "alias"
|
|
1098
|
+
} },
|
|
1099
|
+
borderWidth: { rest: {
|
|
1100
|
+
type: "borderWidths",
|
|
1101
|
+
value: "thin",
|
|
1144
1102
|
valueType: "alias"
|
|
1145
1103
|
} }
|
|
1146
1104
|
},
|
|
1147
|
-
"
|
|
1148
|
-
type: "
|
|
1149
|
-
value: "
|
|
1105
|
+
"variant/info-secondary/icon": { color: { rest: {
|
|
1106
|
+
type: "foregroundPaletteColors",
|
|
1107
|
+
value: "info",
|
|
1150
1108
|
valueType: "alias"
|
|
1151
1109
|
} } },
|
|
1152
|
-
"
|
|
1153
|
-
|
|
1154
|
-
type: "
|
|
1155
|
-
value: "
|
|
1110
|
+
"variant/info-secondary/root": {
|
|
1111
|
+
backgroundColor: { rest: {
|
|
1112
|
+
type: "backgroundPaletteColors",
|
|
1113
|
+
value: "primary",
|
|
1156
1114
|
valueType: "alias"
|
|
1157
1115
|
} },
|
|
1158
|
-
|
|
1159
|
-
type: "
|
|
1160
|
-
value: "
|
|
1116
|
+
borderColor: { rest: {
|
|
1117
|
+
type: "linePaletteColors",
|
|
1118
|
+
value: "info-secondary",
|
|
1161
1119
|
valueType: "alias"
|
|
1162
1120
|
} },
|
|
1163
|
-
|
|
1164
|
-
type: "
|
|
1165
|
-
value: "
|
|
1121
|
+
borderWidth: { rest: {
|
|
1122
|
+
type: "borderWidths",
|
|
1123
|
+
value: "thin",
|
|
1124
|
+
valueType: "alias"
|
|
1125
|
+
} }
|
|
1126
|
+
},
|
|
1127
|
+
"variant/info/icon": { color: { rest: {
|
|
1128
|
+
type: "foregroundPaletteColors",
|
|
1129
|
+
value: "info",
|
|
1130
|
+
valueType: "alias"
|
|
1131
|
+
} } },
|
|
1132
|
+
"variant/info/root": {
|
|
1133
|
+
backgroundColor: { rest: {
|
|
1134
|
+
type: "backgroundPaletteColors",
|
|
1135
|
+
value: "info-secondary",
|
|
1166
1136
|
valueType: "alias"
|
|
1167
1137
|
} },
|
|
1168
|
-
|
|
1169
|
-
type: "
|
|
1170
|
-
value: "
|
|
1138
|
+
borderColor: { rest: {
|
|
1139
|
+
type: "linePaletteColors",
|
|
1140
|
+
value: "muted",
|
|
1141
|
+
valueType: "alias"
|
|
1142
|
+
} },
|
|
1143
|
+
borderWidth: { rest: {
|
|
1144
|
+
type: "borderWidths",
|
|
1145
|
+
value: "thin",
|
|
1171
1146
|
valueType: "alias"
|
|
1172
1147
|
} }
|
|
1173
1148
|
},
|
|
1174
|
-
"variant/
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1149
|
+
"variant/primary/icon": { color: { rest: {
|
|
1150
|
+
type: "foregroundPaletteColors",
|
|
1151
|
+
value: "secondary",
|
|
1152
|
+
valueType: "alias"
|
|
1153
|
+
} } },
|
|
1154
|
+
"variant/primary/root": {
|
|
1155
|
+
backgroundColor: { rest: {
|
|
1156
|
+
type: "backgroundPaletteColors",
|
|
1157
|
+
value: "accent",
|
|
1178
1158
|
valueType: "alias"
|
|
1179
|
-
},
|
|
1180
|
-
|
|
1181
|
-
type: "
|
|
1182
|
-
value: "
|
|
1159
|
+
} },
|
|
1160
|
+
borderColor: { rest: {
|
|
1161
|
+
type: "linePaletteColors",
|
|
1162
|
+
value: "muted",
|
|
1183
1163
|
valueType: "alias"
|
|
1184
|
-
},
|
|
1185
|
-
|
|
1186
|
-
type: "
|
|
1187
|
-
value: "
|
|
1164
|
+
} },
|
|
1165
|
+
borderWidth: { rest: {
|
|
1166
|
+
type: "borderWidths",
|
|
1167
|
+
value: "thin",
|
|
1188
1168
|
valueType: "alias"
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1169
|
+
} }
|
|
1170
|
+
},
|
|
1171
|
+
"variant/secondary/icon": { color: { rest: {
|
|
1172
|
+
type: "foregroundPaletteColors",
|
|
1173
|
+
value: "secondary",
|
|
1174
|
+
valueType: "alias"
|
|
1175
|
+
} } },
|
|
1176
|
+
"variant/secondary/root": {
|
|
1177
|
+
backgroundColor: { rest: {
|
|
1178
|
+
type: "backgroundPaletteColors",
|
|
1179
|
+
value: "primary",
|
|
1180
|
+
valueType: "alias"
|
|
1181
|
+
} },
|
|
1182
|
+
borderColor: { rest: {
|
|
1183
|
+
type: "linePaletteColors",
|
|
1184
|
+
value: "accent",
|
|
1185
|
+
valueType: "alias"
|
|
1186
|
+
} },
|
|
1187
|
+
borderWidth: { rest: {
|
|
1188
|
+
type: "borderWidths",
|
|
1189
|
+
value: "thin",
|
|
1190
|
+
valueType: "alias"
|
|
1191
|
+
} }
|
|
1192
|
+
},
|
|
1193
|
+
"variant/success-secondary/icon": { color: { rest: {
|
|
1194
|
+
type: "foregroundPaletteColors",
|
|
1195
|
+
value: "positive-secondary",
|
|
1196
|
+
valueType: "alias"
|
|
1197
|
+
} } },
|
|
1198
|
+
"variant/success-secondary/root": {
|
|
1199
|
+
backgroundColor: { rest: {
|
|
1200
|
+
type: "backgroundPaletteColors",
|
|
1201
|
+
value: "primary",
|
|
1202
|
+
valueType: "alias"
|
|
1203
|
+
} },
|
|
1204
|
+
borderColor: { rest: {
|
|
1205
|
+
type: "linePaletteColors",
|
|
1206
|
+
value: "positive-secondary",
|
|
1207
|
+
valueType: "alias"
|
|
1208
|
+
} },
|
|
1209
|
+
borderWidth: { rest: {
|
|
1210
|
+
type: "borderWidths",
|
|
1211
|
+
value: "thin",
|
|
1212
|
+
valueType: "alias"
|
|
1213
|
+
} }
|
|
1214
|
+
},
|
|
1215
|
+
"variant/success/icon": { color: { rest: {
|
|
1216
|
+
type: "foregroundPaletteColors",
|
|
1217
|
+
value: "positive",
|
|
1218
|
+
valueType: "alias"
|
|
1219
|
+
} } },
|
|
1220
|
+
"variant/success/root": {
|
|
1221
|
+
backgroundColor: { rest: {
|
|
1222
|
+
type: "backgroundPaletteColors",
|
|
1223
|
+
value: "positive-secondary",
|
|
1224
|
+
valueType: "alias"
|
|
1225
|
+
} },
|
|
1226
|
+
borderColor: { rest: {
|
|
1227
|
+
type: "linePaletteColors",
|
|
1228
|
+
value: "muted",
|
|
1229
|
+
valueType: "alias"
|
|
1230
|
+
} },
|
|
1231
|
+
borderWidth: { rest: {
|
|
1232
|
+
type: "borderWidths",
|
|
1233
|
+
value: "thin",
|
|
1234
|
+
valueType: "alias"
|
|
1235
|
+
} }
|
|
1236
|
+
},
|
|
1237
|
+
"variant/warning-secondary/icon": { color: { rest: {
|
|
1238
|
+
type: "foregroundPaletteColors",
|
|
1239
|
+
value: "warning-secondary",
|
|
1240
|
+
valueType: "alias"
|
|
1241
|
+
} } },
|
|
1242
|
+
"variant/warning-secondary/root": {
|
|
1243
|
+
backgroundColor: { rest: {
|
|
1244
|
+
type: "backgroundPaletteColors",
|
|
1245
|
+
value: "primary",
|
|
1246
|
+
valueType: "alias"
|
|
1247
|
+
} },
|
|
1248
|
+
borderColor: { rest: {
|
|
1249
|
+
type: "linePaletteColors",
|
|
1250
|
+
value: "warning-secondary",
|
|
1251
|
+
valueType: "alias"
|
|
1252
|
+
} },
|
|
1253
|
+
borderWidth: { rest: {
|
|
1254
|
+
type: "borderWidths",
|
|
1255
|
+
value: "thin",
|
|
1256
|
+
valueType: "alias"
|
|
1257
|
+
} }
|
|
1258
|
+
},
|
|
1259
|
+
"variant/warning/icon": { color: { rest: {
|
|
1260
|
+
type: "foregroundPaletteColors",
|
|
1261
|
+
value: "warning",
|
|
1262
|
+
valueType: "alias"
|
|
1263
|
+
} } },
|
|
1264
|
+
"variant/warning/root": {
|
|
1265
|
+
backgroundColor: { rest: {
|
|
1266
|
+
type: "backgroundPaletteColors",
|
|
1267
|
+
value: "warning-secondary",
|
|
1268
|
+
valueType: "alias"
|
|
1269
|
+
} },
|
|
1270
|
+
borderColor: { rest: {
|
|
1271
|
+
type: "linePaletteColors",
|
|
1272
|
+
value: "muted",
|
|
1273
|
+
valueType: "alias"
|
|
1274
|
+
} },
|
|
1275
|
+
borderWidth: { rest: {
|
|
1276
|
+
type: "borderWidths",
|
|
1277
|
+
value: "thin",
|
|
1278
|
+
valueType: "alias"
|
|
1279
|
+
} }
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
bottomSheet: {
|
|
1284
|
+
defaults: { variant: "default" },
|
|
1285
|
+
variables: {
|
|
1286
|
+
"variant/default/handleIndicator": { backgroundColor: { rest: {
|
|
1287
|
+
type: "backgroundPaletteColors",
|
|
1288
|
+
value: "accent",
|
|
1289
|
+
valueType: "alias"
|
|
1290
|
+
} } },
|
|
1291
|
+
"variant/default/header": {
|
|
1292
|
+
color: { rest: {
|
|
1191
1293
|
type: "foregroundPaletteColors",
|
|
1192
|
-
value: "
|
|
1294
|
+
value: "primary",
|
|
1193
1295
|
valueType: "alias"
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1296
|
+
} },
|
|
1297
|
+
textVariant: { rest: {
|
|
1298
|
+
type: "textVariants",
|
|
1299
|
+
value: "headline1",
|
|
1300
|
+
valueType: "alias"
|
|
1301
|
+
} }
|
|
1302
|
+
},
|
|
1303
|
+
"variant/default/root": {
|
|
1304
|
+
backgroundColor: { rest: {
|
|
1305
|
+
type: "backgroundPaletteColors",
|
|
1306
|
+
value: "primary",
|
|
1307
|
+
valueType: "alias"
|
|
1308
|
+
} },
|
|
1309
|
+
borderColor: { rest: {
|
|
1310
|
+
type: "spectrumColors",
|
|
1311
|
+
value: "gray-3",
|
|
1312
|
+
valueType: "alias"
|
|
1313
|
+
} },
|
|
1314
|
+
borderRadius: { rest: {
|
|
1315
|
+
type: "borderRadii",
|
|
1316
|
+
value: "lg",
|
|
1317
|
+
valueType: "alias"
|
|
1318
|
+
} },
|
|
1319
|
+
borderWidth: { rest: {
|
|
1320
|
+
type: "borderWidths",
|
|
1321
|
+
value: "thin",
|
|
1322
|
+
valueType: "alias"
|
|
1323
|
+
} },
|
|
1324
|
+
bottomMargin: { rest: {
|
|
1325
|
+
type: "spacingAliases",
|
|
1326
|
+
value: "2",
|
|
1327
|
+
valueType: "alias"
|
|
1328
|
+
} },
|
|
1329
|
+
horizontalMargin: { rest: {
|
|
1330
|
+
type: "spacingAliases",
|
|
1331
|
+
value: "2",
|
|
1332
|
+
valueType: "alias"
|
|
1333
|
+
} },
|
|
1334
|
+
shadow: { rest: {
|
|
1335
|
+
type: "elevationAliases",
|
|
1336
|
+
value: "elevation-2",
|
|
1337
|
+
valueType: "alias"
|
|
1338
|
+
} },
|
|
1339
|
+
spacingHorizontal: { rest: {
|
|
1340
|
+
type: "spacingAliases",
|
|
1341
|
+
value: "2",
|
|
1342
|
+
valueType: "alias"
|
|
1343
|
+
} },
|
|
1344
|
+
spacingVertical: { rest: {
|
|
1345
|
+
type: "spacingAliases",
|
|
1346
|
+
value: "2",
|
|
1347
|
+
valueType: "alias"
|
|
1348
|
+
} }
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
breakpoints: {
|
|
1353
|
+
"2xl": {
|
|
1354
|
+
type: "px",
|
|
1355
|
+
value: 1536
|
|
1356
|
+
},
|
|
1357
|
+
lg: {
|
|
1358
|
+
type: "px",
|
|
1359
|
+
value: 1024
|
|
1360
|
+
},
|
|
1361
|
+
md: {
|
|
1362
|
+
type: "px",
|
|
1363
|
+
value: 768
|
|
1364
|
+
},
|
|
1365
|
+
sm: {
|
|
1366
|
+
type: "px",
|
|
1367
|
+
value: 640
|
|
1368
|
+
},
|
|
1369
|
+
xl: {
|
|
1370
|
+
type: "px",
|
|
1371
|
+
value: 1280
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
button: {
|
|
1375
|
+
defaults: {
|
|
1376
|
+
size: "md",
|
|
1377
|
+
variant: "primary"
|
|
1378
|
+
},
|
|
1379
|
+
variables: {
|
|
1380
|
+
"size/lg/icon": { size: { rest: {
|
|
1381
|
+
type: "iconSizes",
|
|
1382
|
+
value: "sm",
|
|
1383
|
+
valueType: "alias"
|
|
1384
|
+
} } },
|
|
1385
|
+
"size/lg/root": {
|
|
1386
|
+
gap: { rest: {
|
|
1387
|
+
type: "spacingAliases",
|
|
1388
|
+
value: "1.5",
|
|
1389
|
+
valueType: "alias"
|
|
1390
|
+
} },
|
|
1391
|
+
spacingHorizontal: { rest: {
|
|
1392
|
+
type: "spacingAliases",
|
|
1393
|
+
value: "5",
|
|
1394
|
+
valueType: "alias"
|
|
1395
|
+
} },
|
|
1396
|
+
spacingVertical: { rest: {
|
|
1397
|
+
type: "spacingAliases",
|
|
1398
|
+
value: "4.5",
|
|
1399
|
+
valueType: "alias"
|
|
1400
|
+
} },
|
|
1401
|
+
textVariant: { rest: {
|
|
1402
|
+
type: "textVariants",
|
|
1403
|
+
value: "ui3",
|
|
1404
|
+
valueType: "alias"
|
|
1405
|
+
} }
|
|
1406
|
+
},
|
|
1407
|
+
"size/md/icon": { size: { rest: {
|
|
1408
|
+
type: "iconSizes",
|
|
1409
|
+
value: "sm",
|
|
1410
|
+
valueType: "alias"
|
|
1411
|
+
} } },
|
|
1412
|
+
"size/md/root": {
|
|
1413
|
+
gap: { rest: {
|
|
1414
|
+
type: "spacingAliases",
|
|
1415
|
+
value: "1.5",
|
|
1416
|
+
valueType: "alias"
|
|
1417
|
+
} },
|
|
1418
|
+
spacingHorizontal: { rest: {
|
|
1419
|
+
type: "spacingAliases",
|
|
1420
|
+
value: "4",
|
|
1421
|
+
valueType: "alias"
|
|
1422
|
+
} },
|
|
1423
|
+
spacingVertical: { rest: {
|
|
1424
|
+
type: "spacingAliases",
|
|
1425
|
+
value: "3",
|
|
1426
|
+
valueType: "alias"
|
|
1427
|
+
} },
|
|
1428
|
+
textVariant: { rest: {
|
|
1429
|
+
type: "textVariants",
|
|
1430
|
+
value: "ui3",
|
|
1431
|
+
valueType: "alias"
|
|
1432
|
+
} }
|
|
1433
|
+
},
|
|
1434
|
+
"size/sm/icon": { size: { rest: {
|
|
1435
|
+
type: "iconSizes",
|
|
1436
|
+
value: "sm",
|
|
1437
|
+
valueType: "alias"
|
|
1438
|
+
} } },
|
|
1439
|
+
"size/sm/root": {
|
|
1440
|
+
gap: { rest: {
|
|
1441
|
+
type: "spacingAliases",
|
|
1442
|
+
value: "1.5",
|
|
1443
|
+
valueType: "alias"
|
|
1444
|
+
} },
|
|
1445
|
+
spacingHorizontal: { rest: {
|
|
1446
|
+
type: "spacingAliases",
|
|
1447
|
+
value: "3",
|
|
1448
|
+
valueType: "alias"
|
|
1449
|
+
} },
|
|
1450
|
+
spacingVertical: { rest: {
|
|
1451
|
+
type: "spacingAliases",
|
|
1452
|
+
value: "2",
|
|
1453
|
+
valueType: "alias"
|
|
1454
|
+
} },
|
|
1455
|
+
textVariant: { rest: {
|
|
1456
|
+
type: "textVariants",
|
|
1457
|
+
value: "ui3",
|
|
1458
|
+
valueType: "alias"
|
|
1459
|
+
} }
|
|
1460
|
+
},
|
|
1461
|
+
"size/xs/icon": { size: { rest: {
|
|
1462
|
+
type: "iconSizes",
|
|
1463
|
+
value: "xs",
|
|
1464
|
+
valueType: "alias"
|
|
1465
|
+
} } },
|
|
1466
|
+
"size/xs/root": {
|
|
1467
|
+
gap: { rest: {
|
|
1468
|
+
type: "spacingAliases",
|
|
1469
|
+
value: "1",
|
|
1470
|
+
valueType: "alias"
|
|
1471
|
+
} },
|
|
1472
|
+
spacingHorizontal: { rest: {
|
|
1473
|
+
type: "spacingAliases",
|
|
1474
|
+
value: "2.5",
|
|
1475
|
+
valueType: "alias"
|
|
1476
|
+
} },
|
|
1477
|
+
spacingVertical: { rest: {
|
|
1478
|
+
type: "spacingAliases",
|
|
1479
|
+
value: "1.5",
|
|
1480
|
+
valueType: "alias"
|
|
1481
|
+
} },
|
|
1482
|
+
textVariant: { rest: {
|
|
1483
|
+
type: "textVariants",
|
|
1484
|
+
value: "ui3",
|
|
1485
|
+
valueType: "alias"
|
|
1486
|
+
} }
|
|
1487
|
+
},
|
|
1488
|
+
"variant/alert-secondary/icon": { color: {
|
|
1489
|
+
disabled: {
|
|
1490
|
+
type: "foregroundPaletteColors",
|
|
1491
|
+
value: "alert-secondary",
|
|
1492
|
+
valueType: "alias"
|
|
1493
|
+
},
|
|
1494
|
+
hover: {
|
|
1495
|
+
type: "foregroundPaletteColors",
|
|
1496
|
+
value: "alert-secondary",
|
|
1497
|
+
valueType: "alias"
|
|
1498
|
+
},
|
|
1499
|
+
pressed: {
|
|
1500
|
+
type: "foregroundPaletteColors",
|
|
1501
|
+
value: "alert-secondary",
|
|
1502
|
+
valueType: "alias"
|
|
1503
|
+
},
|
|
1504
|
+
rest: {
|
|
1505
|
+
type: "foregroundPaletteColors",
|
|
1506
|
+
value: "alert-secondary",
|
|
1507
|
+
valueType: "alias"
|
|
1508
|
+
}
|
|
1509
|
+
} },
|
|
1510
|
+
"variant/alert-secondary/root": {
|
|
1511
|
+
backgroundColor: {
|
|
1512
|
+
disabled: {
|
|
1513
|
+
type: "alwaysPaletteAliases",
|
|
1514
|
+
value: "always/transparent",
|
|
1515
|
+
valueType: "alias"
|
|
1516
|
+
},
|
|
1517
|
+
hover: {
|
|
1518
|
+
type: "spectrumColors",
|
|
1519
|
+
value: "red-2",
|
|
1520
|
+
valueType: "alias"
|
|
1521
|
+
},
|
|
1208
1522
|
pressed: {
|
|
1209
1523
|
type: "spectrumColors",
|
|
1210
1524
|
value: "red-3",
|
|
@@ -17509,6 +17823,9 @@ const defaultTokensConfig = {
|
|
|
17509
17823
|
scaleMode: {
|
|
17510
17824
|
large: {
|
|
17511
17825
|
avatarSizes: {
|
|
17826
|
+
"2xl": 72,
|
|
17827
|
+
"2xs": 20,
|
|
17828
|
+
"3xl": 80,
|
|
17512
17829
|
lg: 52,
|
|
17513
17830
|
md: 40,
|
|
17514
17831
|
sm: 28,
|
|
@@ -17539,6 +17856,9 @@ const defaultTokensConfig = {
|
|
|
17539
17856
|
},
|
|
17540
17857
|
medium: {
|
|
17541
17858
|
avatarSizes: {
|
|
17859
|
+
"2xl": 72,
|
|
17860
|
+
"2xs": 20,
|
|
17861
|
+
"3xl": 80,
|
|
17542
17862
|
lg: 52,
|
|
17543
17863
|
md: 40,
|
|
17544
17864
|
sm: 28,
|
|
@@ -17569,6 +17889,9 @@ const defaultTokensConfig = {
|
|
|
17569
17889
|
},
|
|
17570
17890
|
small: {
|
|
17571
17891
|
avatarSizes: {
|
|
17892
|
+
"2xl": 72,
|
|
17893
|
+
"2xs": 20,
|
|
17894
|
+
"3xl": 80,
|
|
17572
17895
|
lg: 52,
|
|
17573
17896
|
md: 40,
|
|
17574
17897
|
sm: 28,
|
|
@@ -17599,6 +17922,9 @@ const defaultTokensConfig = {
|
|
|
17599
17922
|
},
|
|
17600
17923
|
xLarge: {
|
|
17601
17924
|
avatarSizes: {
|
|
17925
|
+
"2xl": 72,
|
|
17926
|
+
"2xs": 20,
|
|
17927
|
+
"3xl": 80,
|
|
17602
17928
|
lg: 52,
|
|
17603
17929
|
md: 40,
|
|
17604
17930
|
sm: 28,
|
|
@@ -17629,6 +17955,9 @@ const defaultTokensConfig = {
|
|
|
17629
17955
|
},
|
|
17630
17956
|
xSmall: {
|
|
17631
17957
|
avatarSizes: {
|
|
17958
|
+
"2xl": 72,
|
|
17959
|
+
"2xs": 20,
|
|
17960
|
+
"3xl": 80,
|
|
17632
17961
|
lg: 52,
|
|
17633
17962
|
md: 40,
|
|
17634
17963
|
sm: 28,
|
|
@@ -17659,6 +17988,9 @@ const defaultTokensConfig = {
|
|
|
17659
17988
|
},
|
|
17660
17989
|
xxLarge: {
|
|
17661
17990
|
avatarSizes: {
|
|
17991
|
+
"2xl": 72,
|
|
17992
|
+
"2xs": 20,
|
|
17993
|
+
"3xl": 80,
|
|
17662
17994
|
lg: 52,
|
|
17663
17995
|
md: 40,
|
|
17664
17996
|
sm: 28,
|
|
@@ -17689,6 +18021,9 @@ const defaultTokensConfig = {
|
|
|
17689
18021
|
},
|
|
17690
18022
|
xxxLarge: {
|
|
17691
18023
|
avatarSizes: {
|
|
18024
|
+
"2xl": 72,
|
|
18025
|
+
"2xs": 20,
|
|
18026
|
+
"3xl": 80,
|
|
17692
18027
|
lg: 52,
|
|
17693
18028
|
md: 40,
|
|
17694
18029
|
sm: 28,
|
|
@@ -18170,57 +18505,760 @@ const defaultTokensConfig = {
|
|
|
18170
18505
|
valueType: "alias"
|
|
18171
18506
|
} }
|
|
18172
18507
|
},
|
|
18173
|
-
"size/sm/switch": {
|
|
18174
|
-
borderWidth: { rest: {
|
|
18175
|
-
type: "borderWidths",
|
|
18176
|
-
value: "none",
|
|
18177
|
-
valueType: "alias"
|
|
18178
|
-
} },
|
|
18179
|
-
height: { rest: {
|
|
18180
|
-
type: "spacingAliases",
|
|
18181
|
-
value: "5",
|
|
18508
|
+
"size/sm/switch": {
|
|
18509
|
+
borderWidth: { rest: {
|
|
18510
|
+
type: "borderWidths",
|
|
18511
|
+
value: "none",
|
|
18512
|
+
valueType: "alias"
|
|
18513
|
+
} },
|
|
18514
|
+
height: { rest: {
|
|
18515
|
+
type: "spacingAliases",
|
|
18516
|
+
value: "5",
|
|
18517
|
+
valueType: "alias"
|
|
18518
|
+
} },
|
|
18519
|
+
spacing: { rest: {
|
|
18520
|
+
type: "spacingAliases",
|
|
18521
|
+
value: "0.5",
|
|
18522
|
+
valueType: "alias"
|
|
18523
|
+
} },
|
|
18524
|
+
width: { rest: {
|
|
18525
|
+
type: "spacingAliases",
|
|
18526
|
+
value: "8",
|
|
18527
|
+
valueType: "alias"
|
|
18528
|
+
} }
|
|
18529
|
+
},
|
|
18530
|
+
"variant/default/active/off/handle": {
|
|
18531
|
+
backgroundColor: {
|
|
18532
|
+
hover: {
|
|
18533
|
+
type: "alwaysPaletteAliases",
|
|
18534
|
+
value: "always/white",
|
|
18535
|
+
valueType: "alias"
|
|
18536
|
+
},
|
|
18537
|
+
rest: {
|
|
18538
|
+
type: "alwaysPaletteAliases",
|
|
18539
|
+
value: "always/white",
|
|
18540
|
+
valueType: "alias"
|
|
18541
|
+
}
|
|
18542
|
+
},
|
|
18543
|
+
insetShadow: {
|
|
18544
|
+
hover: {
|
|
18545
|
+
type: "shadowVariantsWithInvert",
|
|
18546
|
+
value: "2xl-invert",
|
|
18547
|
+
valueType: "alias"
|
|
18548
|
+
},
|
|
18549
|
+
rest: {
|
|
18550
|
+
type: "shadowVariantsWithInvert",
|
|
18551
|
+
value: "2xl-invert",
|
|
18552
|
+
valueType: "alias"
|
|
18553
|
+
}
|
|
18554
|
+
},
|
|
18555
|
+
shadow: {
|
|
18556
|
+
hover: {
|
|
18557
|
+
type: "shadowVariants",
|
|
18558
|
+
value: "xl",
|
|
18559
|
+
valueType: "alias"
|
|
18560
|
+
},
|
|
18561
|
+
rest: {
|
|
18562
|
+
type: "shadowVariants",
|
|
18563
|
+
value: "none",
|
|
18564
|
+
valueType: "alias"
|
|
18565
|
+
}
|
|
18566
|
+
}
|
|
18567
|
+
},
|
|
18568
|
+
"variant/default/active/off/handleIcon": { color: {
|
|
18569
|
+
hover: {
|
|
18570
|
+
type: "foregroundPaletteColors",
|
|
18571
|
+
value: "muted",
|
|
18572
|
+
valueType: "alias"
|
|
18573
|
+
},
|
|
18574
|
+
rest: {
|
|
18575
|
+
type: "foregroundPaletteColors",
|
|
18576
|
+
value: "muted",
|
|
18577
|
+
valueType: "alias"
|
|
18578
|
+
}
|
|
18579
|
+
} },
|
|
18580
|
+
"variant/default/active/off/root": { labelColor: {
|
|
18581
|
+
hover: {
|
|
18582
|
+
type: "foregroundPaletteColors",
|
|
18583
|
+
value: "secondary",
|
|
18584
|
+
valueType: "alias"
|
|
18585
|
+
},
|
|
18586
|
+
rest: {
|
|
18587
|
+
type: "foregroundPaletteColors",
|
|
18588
|
+
value: "secondary",
|
|
18589
|
+
valueType: "alias"
|
|
18590
|
+
}
|
|
18591
|
+
} },
|
|
18592
|
+
"variant/default/active/off/switch": {
|
|
18593
|
+
backgroundColor: {
|
|
18594
|
+
hover: {
|
|
18595
|
+
type: "spectrumColors",
|
|
18596
|
+
value: "gray-8",
|
|
18597
|
+
valueType: "alias"
|
|
18598
|
+
},
|
|
18599
|
+
rest: {
|
|
18600
|
+
type: "spectrumColors",
|
|
18601
|
+
value: "gray-8",
|
|
18602
|
+
valueType: "alias"
|
|
18603
|
+
}
|
|
18604
|
+
},
|
|
18605
|
+
borderColor: {
|
|
18606
|
+
hover: {
|
|
18607
|
+
type: "linePaletteColors",
|
|
18608
|
+
value: "brand",
|
|
18609
|
+
valueType: "alias"
|
|
18610
|
+
},
|
|
18611
|
+
rest: {
|
|
18612
|
+
type: "linePaletteColors",
|
|
18613
|
+
value: "brand",
|
|
18614
|
+
valueType: "alias"
|
|
18615
|
+
}
|
|
18616
|
+
},
|
|
18617
|
+
insetShadow: {
|
|
18618
|
+
hover: {
|
|
18619
|
+
type: "shadowVariantsWithInvert",
|
|
18620
|
+
value: "2xl",
|
|
18621
|
+
valueType: "alias"
|
|
18622
|
+
},
|
|
18623
|
+
rest: {
|
|
18624
|
+
type: "shadowVariantsWithInvert",
|
|
18625
|
+
value: "none",
|
|
18626
|
+
valueType: "alias"
|
|
18627
|
+
}
|
|
18628
|
+
},
|
|
18629
|
+
shadow: {
|
|
18630
|
+
hover: {
|
|
18631
|
+
type: "shadowVariants",
|
|
18632
|
+
value: "none",
|
|
18633
|
+
valueType: "alias"
|
|
18634
|
+
},
|
|
18635
|
+
rest: {
|
|
18636
|
+
type: "shadowVariants",
|
|
18637
|
+
value: "none",
|
|
18638
|
+
valueType: "alias"
|
|
18639
|
+
}
|
|
18640
|
+
}
|
|
18641
|
+
},
|
|
18642
|
+
"variant/default/active/on/handle": {
|
|
18643
|
+
backgroundColor: {
|
|
18644
|
+
hover: {
|
|
18645
|
+
type: "alwaysPaletteAliases",
|
|
18646
|
+
value: "always/white",
|
|
18647
|
+
valueType: "alias"
|
|
18648
|
+
},
|
|
18649
|
+
rest: {
|
|
18650
|
+
type: "alwaysPaletteAliases",
|
|
18651
|
+
value: "always/white",
|
|
18652
|
+
valueType: "alias"
|
|
18653
|
+
}
|
|
18654
|
+
},
|
|
18655
|
+
insetShadow: {
|
|
18656
|
+
hover: {
|
|
18657
|
+
type: "shadowVariantsWithInvert",
|
|
18658
|
+
value: "2xl-invert",
|
|
18659
|
+
valueType: "alias"
|
|
18660
|
+
},
|
|
18661
|
+
rest: {
|
|
18662
|
+
type: "shadowVariantsWithInvert",
|
|
18663
|
+
value: "2xl-invert",
|
|
18664
|
+
valueType: "alias"
|
|
18665
|
+
}
|
|
18666
|
+
},
|
|
18667
|
+
shadow: {
|
|
18668
|
+
hover: {
|
|
18669
|
+
type: "shadowVariants",
|
|
18670
|
+
value: "xl",
|
|
18671
|
+
valueType: "alias"
|
|
18672
|
+
},
|
|
18673
|
+
rest: {
|
|
18674
|
+
type: "shadowVariants",
|
|
18675
|
+
value: "none",
|
|
18676
|
+
valueType: "alias"
|
|
18677
|
+
}
|
|
18678
|
+
}
|
|
18679
|
+
},
|
|
18680
|
+
"variant/default/active/on/handleIcon": { color: {
|
|
18681
|
+
hover: {
|
|
18682
|
+
type: "foregroundPaletteColors",
|
|
18683
|
+
value: "brand",
|
|
18684
|
+
valueType: "alias"
|
|
18685
|
+
},
|
|
18686
|
+
rest: {
|
|
18687
|
+
type: "foregroundPaletteColors",
|
|
18688
|
+
value: "brand",
|
|
18689
|
+
valueType: "alias"
|
|
18690
|
+
}
|
|
18691
|
+
} },
|
|
18692
|
+
"variant/default/active/on/root": { labelColor: {
|
|
18693
|
+
hover: {
|
|
18694
|
+
type: "foregroundPaletteColors",
|
|
18695
|
+
value: "secondary",
|
|
18696
|
+
valueType: "alias"
|
|
18697
|
+
},
|
|
18698
|
+
rest: {
|
|
18699
|
+
type: "foregroundPaletteColors",
|
|
18700
|
+
value: "secondary",
|
|
18701
|
+
valueType: "alias"
|
|
18702
|
+
}
|
|
18703
|
+
} },
|
|
18704
|
+
"variant/default/active/on/switch": {
|
|
18705
|
+
backgroundColor: {
|
|
18706
|
+
hover: {
|
|
18707
|
+
type: "backgroundPaletteColors",
|
|
18708
|
+
value: "brand",
|
|
18709
|
+
valueType: "alias"
|
|
18710
|
+
},
|
|
18711
|
+
rest: {
|
|
18712
|
+
type: "backgroundPaletteColors",
|
|
18713
|
+
value: "brand",
|
|
18714
|
+
valueType: "alias"
|
|
18715
|
+
}
|
|
18716
|
+
},
|
|
18717
|
+
borderColor: {
|
|
18718
|
+
hover: {
|
|
18719
|
+
type: "linePaletteColors",
|
|
18720
|
+
value: "brand",
|
|
18721
|
+
valueType: "alias"
|
|
18722
|
+
},
|
|
18723
|
+
rest: {
|
|
18724
|
+
type: "linePaletteColors",
|
|
18725
|
+
value: "brand",
|
|
18726
|
+
valueType: "alias"
|
|
18727
|
+
}
|
|
18728
|
+
},
|
|
18729
|
+
insetShadow: {
|
|
18730
|
+
hover: {
|
|
18731
|
+
type: "shadowVariantsWithInvert",
|
|
18732
|
+
value: "2xl",
|
|
18733
|
+
valueType: "alias"
|
|
18734
|
+
},
|
|
18735
|
+
rest: {
|
|
18736
|
+
type: "shadowVariantsWithInvert",
|
|
18737
|
+
value: "none",
|
|
18738
|
+
valueType: "alias"
|
|
18739
|
+
}
|
|
18740
|
+
},
|
|
18741
|
+
shadow: {
|
|
18742
|
+
hover: {
|
|
18743
|
+
type: "shadowVariants",
|
|
18744
|
+
value: "none",
|
|
18745
|
+
valueType: "alias"
|
|
18746
|
+
},
|
|
18747
|
+
rest: {
|
|
18748
|
+
type: "shadowVariants",
|
|
18749
|
+
value: "none",
|
|
18750
|
+
valueType: "alias"
|
|
18751
|
+
}
|
|
18752
|
+
}
|
|
18753
|
+
}
|
|
18754
|
+
}
|
|
18755
|
+
},
|
|
18756
|
+
tab: {
|
|
18757
|
+
defaults: {
|
|
18758
|
+
size: "default",
|
|
18759
|
+
variant: "primary"
|
|
18760
|
+
},
|
|
18761
|
+
variables: {
|
|
18762
|
+
"size/default/icon": { size: { rest: {
|
|
18763
|
+
type: "iconSizes",
|
|
18764
|
+
value: "sm",
|
|
18765
|
+
valueType: "alias"
|
|
18766
|
+
} } },
|
|
18767
|
+
"size/default/root": {
|
|
18768
|
+
gap: { rest: {
|
|
18769
|
+
type: "spacingAliases",
|
|
18770
|
+
value: "3",
|
|
18771
|
+
valueType: "alias"
|
|
18772
|
+
} },
|
|
18773
|
+
spacingHorizontal: { rest: {
|
|
18774
|
+
type: "spacingAliases",
|
|
18775
|
+
value: "2.5",
|
|
18776
|
+
valueType: "alias"
|
|
18777
|
+
} },
|
|
18778
|
+
spacingVertical: { rest: {
|
|
18779
|
+
type: "spacingAliases",
|
|
18780
|
+
value: "3",
|
|
18781
|
+
valueType: "alias"
|
|
18782
|
+
} },
|
|
18783
|
+
textVariant: { rest: {
|
|
18784
|
+
type: "textVariants",
|
|
18785
|
+
value: "ui3/emphasized",
|
|
18786
|
+
valueType: "alias"
|
|
18787
|
+
} }
|
|
18788
|
+
},
|
|
18789
|
+
"variant/primary/active/off/icon": { color: {
|
|
18790
|
+
hover: {
|
|
18791
|
+
type: "foregroundPaletteColors",
|
|
18792
|
+
value: "primary",
|
|
18793
|
+
valueType: "alias"
|
|
18794
|
+
},
|
|
18795
|
+
pressed: {
|
|
18796
|
+
type: "alwaysPaletteAliases",
|
|
18797
|
+
value: "always/brand",
|
|
18798
|
+
valueType: "alias"
|
|
18799
|
+
},
|
|
18800
|
+
rest: {
|
|
18801
|
+
type: "foregroundPaletteColors",
|
|
18802
|
+
value: "tertiary",
|
|
18803
|
+
valueType: "alias"
|
|
18804
|
+
}
|
|
18805
|
+
} },
|
|
18806
|
+
"variant/primary/active/off/root": {
|
|
18807
|
+
backgroundColor: {
|
|
18808
|
+
hover: {
|
|
18809
|
+
type: "alwaysPaletteAliases",
|
|
18810
|
+
value: "always/transparent",
|
|
18811
|
+
valueType: "alias"
|
|
18812
|
+
},
|
|
18813
|
+
pressed: {
|
|
18814
|
+
type: "alwaysPaletteAliases",
|
|
18815
|
+
value: "always/transparent",
|
|
18816
|
+
valueType: "alias"
|
|
18817
|
+
},
|
|
18818
|
+
rest: {
|
|
18819
|
+
type: "alwaysPaletteAliases",
|
|
18820
|
+
value: "always/transparent",
|
|
18821
|
+
valueType: "alias"
|
|
18822
|
+
}
|
|
18823
|
+
},
|
|
18824
|
+
borderColor: {
|
|
18825
|
+
hover: {
|
|
18826
|
+
type: "linePaletteColors",
|
|
18827
|
+
value: "primary",
|
|
18828
|
+
valueType: "alias"
|
|
18829
|
+
},
|
|
18830
|
+
pressed: {
|
|
18831
|
+
type: "linePaletteColors",
|
|
18832
|
+
value: "primary",
|
|
18833
|
+
valueType: "alias"
|
|
18834
|
+
},
|
|
18835
|
+
rest: {
|
|
18836
|
+
type: "linePaletteColors",
|
|
18837
|
+
value: "primary",
|
|
18838
|
+
valueType: "alias"
|
|
18839
|
+
}
|
|
18840
|
+
},
|
|
18841
|
+
borderRadius: {
|
|
18842
|
+
hover: {
|
|
18843
|
+
type: "borderRadii",
|
|
18844
|
+
value: "none",
|
|
18845
|
+
valueType: "alias"
|
|
18846
|
+
},
|
|
18847
|
+
pressed: {
|
|
18848
|
+
type: "borderRadii",
|
|
18849
|
+
value: "none",
|
|
18850
|
+
valueType: "alias"
|
|
18851
|
+
},
|
|
18852
|
+
rest: {
|
|
18853
|
+
type: "borderRadii",
|
|
18854
|
+
value: "none",
|
|
18855
|
+
valueType: "alias"
|
|
18856
|
+
}
|
|
18857
|
+
},
|
|
18858
|
+
borderWidth: {
|
|
18859
|
+
hover: {
|
|
18860
|
+
type: "borderWidths",
|
|
18861
|
+
value: "none",
|
|
18862
|
+
valueType: "alias"
|
|
18863
|
+
},
|
|
18864
|
+
pressed: {
|
|
18865
|
+
type: "borderWidths",
|
|
18866
|
+
value: "none",
|
|
18867
|
+
valueType: "alias"
|
|
18868
|
+
},
|
|
18869
|
+
rest: {
|
|
18870
|
+
type: "borderWidths",
|
|
18871
|
+
value: "none",
|
|
18872
|
+
valueType: "alias"
|
|
18873
|
+
}
|
|
18874
|
+
},
|
|
18875
|
+
color: {
|
|
18876
|
+
hover: {
|
|
18877
|
+
type: "foregroundPaletteColors",
|
|
18878
|
+
value: "primary",
|
|
18879
|
+
valueType: "alias"
|
|
18880
|
+
},
|
|
18881
|
+
pressed: {
|
|
18882
|
+
type: "alwaysPaletteAliases",
|
|
18883
|
+
value: "always/brand",
|
|
18884
|
+
valueType: "alias"
|
|
18885
|
+
},
|
|
18886
|
+
rest: {
|
|
18887
|
+
type: "foregroundPaletteColors",
|
|
18888
|
+
value: "tertiary",
|
|
18889
|
+
valueType: "alias"
|
|
18890
|
+
}
|
|
18891
|
+
},
|
|
18892
|
+
insetShadow: {
|
|
18893
|
+
hover: {
|
|
18894
|
+
type: "shadowVariantsWithInvert",
|
|
18895
|
+
value: "none",
|
|
18896
|
+
valueType: "alias"
|
|
18897
|
+
},
|
|
18898
|
+
pressed: {
|
|
18899
|
+
type: "shadowVariantsWithInvert",
|
|
18900
|
+
value: "none",
|
|
18901
|
+
valueType: "alias"
|
|
18902
|
+
},
|
|
18903
|
+
rest: {
|
|
18904
|
+
type: "shadowVariantsWithInvert",
|
|
18905
|
+
value: "none",
|
|
18906
|
+
valueType: "alias"
|
|
18907
|
+
}
|
|
18908
|
+
},
|
|
18909
|
+
shadow: {
|
|
18910
|
+
hover: {
|
|
18911
|
+
type: "shadowVariants",
|
|
18912
|
+
value: "none",
|
|
18913
|
+
valueType: "alias"
|
|
18914
|
+
},
|
|
18915
|
+
pressed: {
|
|
18916
|
+
type: "shadowVariants",
|
|
18917
|
+
value: "none",
|
|
18918
|
+
valueType: "alias"
|
|
18919
|
+
},
|
|
18920
|
+
rest: {
|
|
18921
|
+
type: "shadowVariants",
|
|
18922
|
+
value: "none",
|
|
18923
|
+
valueType: "alias"
|
|
18924
|
+
}
|
|
18925
|
+
},
|
|
18926
|
+
underlineColor: {
|
|
18927
|
+
hover: {
|
|
18928
|
+
type: "alwaysPaletteAliases",
|
|
18929
|
+
value: "always/transparent",
|
|
18930
|
+
valueType: "alias"
|
|
18931
|
+
},
|
|
18932
|
+
pressed: {
|
|
18933
|
+
type: "alwaysPaletteAliases",
|
|
18934
|
+
value: "always/transparent",
|
|
18935
|
+
valueType: "alias"
|
|
18936
|
+
},
|
|
18937
|
+
rest: {
|
|
18938
|
+
type: "alwaysPaletteAliases",
|
|
18939
|
+
value: "always/transparent",
|
|
18940
|
+
valueType: "alias"
|
|
18941
|
+
}
|
|
18942
|
+
},
|
|
18943
|
+
underlineWidth: {
|
|
18944
|
+
hover: {
|
|
18945
|
+
type: "borderWidths",
|
|
18946
|
+
value: "medium",
|
|
18947
|
+
valueType: "alias"
|
|
18948
|
+
},
|
|
18949
|
+
pressed: {
|
|
18950
|
+
type: "borderWidths",
|
|
18951
|
+
value: "medium",
|
|
18952
|
+
valueType: "alias"
|
|
18953
|
+
},
|
|
18954
|
+
rest: {
|
|
18955
|
+
type: "borderWidths",
|
|
18956
|
+
value: "medium",
|
|
18957
|
+
valueType: "alias"
|
|
18958
|
+
}
|
|
18959
|
+
}
|
|
18960
|
+
},
|
|
18961
|
+
"variant/primary/active/on/icon": { color: {
|
|
18962
|
+
hover: {
|
|
18963
|
+
type: "alwaysPaletteAliases",
|
|
18964
|
+
value: "always/brand",
|
|
18965
|
+
valueType: "alias"
|
|
18966
|
+
},
|
|
18967
|
+
pressed: {
|
|
18968
|
+
type: "alwaysPaletteAliases",
|
|
18969
|
+
value: "always/brand",
|
|
18970
|
+
valueType: "alias"
|
|
18971
|
+
},
|
|
18972
|
+
rest: {
|
|
18973
|
+
type: "alwaysPaletteAliases",
|
|
18974
|
+
value: "always/brand",
|
|
18975
|
+
valueType: "alias"
|
|
18976
|
+
}
|
|
18977
|
+
} },
|
|
18978
|
+
"variant/primary/active/on/root": {
|
|
18979
|
+
backgroundColor: {
|
|
18980
|
+
hover: {
|
|
18981
|
+
type: "alwaysPaletteAliases",
|
|
18982
|
+
value: "always/transparent",
|
|
18983
|
+
valueType: "alias"
|
|
18984
|
+
},
|
|
18985
|
+
pressed: {
|
|
18986
|
+
type: "alwaysPaletteAliases",
|
|
18987
|
+
value: "always/transparent",
|
|
18988
|
+
valueType: "alias"
|
|
18989
|
+
},
|
|
18990
|
+
rest: {
|
|
18991
|
+
type: "alwaysPaletteAliases",
|
|
18992
|
+
value: "always/transparent",
|
|
18993
|
+
valueType: "alias"
|
|
18994
|
+
}
|
|
18995
|
+
},
|
|
18996
|
+
borderColor: {
|
|
18997
|
+
hover: {
|
|
18998
|
+
type: "linePaletteColors",
|
|
18999
|
+
value: "brand",
|
|
19000
|
+
valueType: "alias"
|
|
19001
|
+
},
|
|
19002
|
+
pressed: {
|
|
19003
|
+
type: "linePaletteColors",
|
|
19004
|
+
value: "brand",
|
|
19005
|
+
valueType: "alias"
|
|
19006
|
+
},
|
|
19007
|
+
rest: {
|
|
19008
|
+
type: "linePaletteColors",
|
|
19009
|
+
value: "brand",
|
|
19010
|
+
valueType: "alias"
|
|
19011
|
+
}
|
|
19012
|
+
},
|
|
19013
|
+
borderRadius: {
|
|
19014
|
+
hover: {
|
|
19015
|
+
type: "borderRadii",
|
|
19016
|
+
value: "none",
|
|
19017
|
+
valueType: "alias"
|
|
19018
|
+
},
|
|
19019
|
+
pressed: {
|
|
19020
|
+
type: "borderRadii",
|
|
19021
|
+
value: "none",
|
|
19022
|
+
valueType: "alias"
|
|
19023
|
+
},
|
|
19024
|
+
rest: {
|
|
19025
|
+
type: "borderRadii",
|
|
19026
|
+
value: "none",
|
|
19027
|
+
valueType: "alias"
|
|
19028
|
+
}
|
|
19029
|
+
},
|
|
19030
|
+
borderWidth: {
|
|
19031
|
+
hover: {
|
|
19032
|
+
type: "borderWidths",
|
|
19033
|
+
value: "none",
|
|
19034
|
+
valueType: "alias"
|
|
19035
|
+
},
|
|
19036
|
+
pressed: {
|
|
19037
|
+
type: "borderWidths",
|
|
19038
|
+
value: "none",
|
|
19039
|
+
valueType: "alias"
|
|
19040
|
+
},
|
|
19041
|
+
rest: {
|
|
19042
|
+
type: "borderWidths",
|
|
19043
|
+
value: "none",
|
|
19044
|
+
valueType: "alias"
|
|
19045
|
+
}
|
|
19046
|
+
},
|
|
19047
|
+
color: {
|
|
19048
|
+
hover: {
|
|
19049
|
+
type: "alwaysPaletteAliases",
|
|
19050
|
+
value: "always/brand",
|
|
19051
|
+
valueType: "alias"
|
|
19052
|
+
},
|
|
19053
|
+
pressed: {
|
|
19054
|
+
type: "alwaysPaletteAliases",
|
|
19055
|
+
value: "always/brand",
|
|
19056
|
+
valueType: "alias"
|
|
19057
|
+
},
|
|
19058
|
+
rest: {
|
|
19059
|
+
type: "alwaysPaletteAliases",
|
|
19060
|
+
value: "always/brand",
|
|
19061
|
+
valueType: "alias"
|
|
19062
|
+
}
|
|
19063
|
+
},
|
|
19064
|
+
insetShadow: {
|
|
19065
|
+
hover: {
|
|
19066
|
+
type: "shadowVariantsWithInvert",
|
|
19067
|
+
value: "none",
|
|
19068
|
+
valueType: "alias"
|
|
19069
|
+
},
|
|
19070
|
+
pressed: {
|
|
19071
|
+
type: "shadowVariantsWithInvert",
|
|
19072
|
+
value: "none",
|
|
19073
|
+
valueType: "alias"
|
|
19074
|
+
},
|
|
19075
|
+
rest: {
|
|
19076
|
+
type: "shadowVariantsWithInvert",
|
|
19077
|
+
value: "none",
|
|
19078
|
+
valueType: "alias"
|
|
19079
|
+
}
|
|
19080
|
+
},
|
|
19081
|
+
shadow: {
|
|
19082
|
+
hover: {
|
|
19083
|
+
type: "shadowVariants",
|
|
19084
|
+
value: "none",
|
|
19085
|
+
valueType: "alias"
|
|
19086
|
+
},
|
|
19087
|
+
pressed: {
|
|
19088
|
+
type: "shadowVariants",
|
|
19089
|
+
value: "none",
|
|
19090
|
+
valueType: "alias"
|
|
19091
|
+
},
|
|
19092
|
+
rest: {
|
|
19093
|
+
type: "shadowVariants",
|
|
19094
|
+
value: "none",
|
|
19095
|
+
valueType: "alias"
|
|
19096
|
+
}
|
|
19097
|
+
},
|
|
19098
|
+
underlineColor: {
|
|
19099
|
+
hover: {
|
|
19100
|
+
type: "alwaysPaletteAliases",
|
|
19101
|
+
value: "always/brand",
|
|
19102
|
+
valueType: "alias"
|
|
19103
|
+
},
|
|
19104
|
+
pressed: {
|
|
19105
|
+
type: "alwaysPaletteAliases",
|
|
19106
|
+
value: "always/brand",
|
|
19107
|
+
valueType: "alias"
|
|
19108
|
+
},
|
|
19109
|
+
rest: {
|
|
19110
|
+
type: "alwaysPaletteAliases",
|
|
19111
|
+
value: "always/brand",
|
|
19112
|
+
valueType: "alias"
|
|
19113
|
+
}
|
|
19114
|
+
},
|
|
19115
|
+
underlineWidth: {
|
|
19116
|
+
hover: {
|
|
19117
|
+
type: "borderWidths",
|
|
19118
|
+
value: "medium",
|
|
19119
|
+
valueType: "alias"
|
|
19120
|
+
},
|
|
19121
|
+
pressed: {
|
|
19122
|
+
type: "borderWidths",
|
|
19123
|
+
value: "medium",
|
|
19124
|
+
valueType: "alias"
|
|
19125
|
+
},
|
|
19126
|
+
rest: {
|
|
19127
|
+
type: "borderWidths",
|
|
19128
|
+
value: "medium",
|
|
19129
|
+
valueType: "alias"
|
|
19130
|
+
}
|
|
19131
|
+
}
|
|
19132
|
+
},
|
|
19133
|
+
"variant/secondary/active/off/icon": { color: {
|
|
19134
|
+
hover: {
|
|
19135
|
+
type: "foregroundPaletteColors",
|
|
19136
|
+
value: "primary",
|
|
18182
19137
|
valueType: "alias"
|
|
18183
|
-
}
|
|
18184
|
-
|
|
18185
|
-
type: "
|
|
18186
|
-
value: "
|
|
19138
|
+
},
|
|
19139
|
+
pressed: {
|
|
19140
|
+
type: "alwaysPaletteAliases",
|
|
19141
|
+
value: "always/brand",
|
|
18187
19142
|
valueType: "alias"
|
|
18188
|
-
}
|
|
18189
|
-
|
|
18190
|
-
type: "
|
|
18191
|
-
value: "
|
|
19143
|
+
},
|
|
19144
|
+
rest: {
|
|
19145
|
+
type: "foregroundPaletteColors",
|
|
19146
|
+
value: "tertiary",
|
|
18192
19147
|
valueType: "alias"
|
|
18193
|
-
}
|
|
18194
|
-
},
|
|
18195
|
-
"variant/
|
|
19148
|
+
}
|
|
19149
|
+
} },
|
|
19150
|
+
"variant/secondary/active/off/root": {
|
|
18196
19151
|
backgroundColor: {
|
|
18197
19152
|
hover: {
|
|
18198
19153
|
type: "alwaysPaletteAliases",
|
|
18199
|
-
value: "always/
|
|
19154
|
+
value: "always/transparent",
|
|
19155
|
+
valueType: "alias"
|
|
19156
|
+
},
|
|
19157
|
+
pressed: {
|
|
19158
|
+
type: "alwaysPaletteAliases",
|
|
19159
|
+
value: "always/transparent",
|
|
18200
19160
|
valueType: "alias"
|
|
18201
19161
|
},
|
|
18202
19162
|
rest: {
|
|
18203
19163
|
type: "alwaysPaletteAliases",
|
|
18204
|
-
value: "always/
|
|
19164
|
+
value: "always/transparent",
|
|
19165
|
+
valueType: "alias"
|
|
19166
|
+
}
|
|
19167
|
+
},
|
|
19168
|
+
borderColor: {
|
|
19169
|
+
hover: {
|
|
19170
|
+
type: "linePaletteColors",
|
|
19171
|
+
value: "primary",
|
|
19172
|
+
valueType: "alias"
|
|
19173
|
+
},
|
|
19174
|
+
pressed: {
|
|
19175
|
+
type: "linePaletteColors",
|
|
19176
|
+
value: "primary",
|
|
19177
|
+
valueType: "alias"
|
|
19178
|
+
},
|
|
19179
|
+
rest: {
|
|
19180
|
+
type: "linePaletteColors",
|
|
19181
|
+
value: "primary",
|
|
19182
|
+
valueType: "alias"
|
|
19183
|
+
}
|
|
19184
|
+
},
|
|
19185
|
+
borderRadius: {
|
|
19186
|
+
hover: {
|
|
19187
|
+
type: "borderRadii",
|
|
19188
|
+
value: "full",
|
|
19189
|
+
valueType: "alias"
|
|
19190
|
+
},
|
|
19191
|
+
pressed: {
|
|
19192
|
+
type: "borderRadii",
|
|
19193
|
+
value: "full",
|
|
19194
|
+
valueType: "alias"
|
|
19195
|
+
},
|
|
19196
|
+
rest: {
|
|
19197
|
+
type: "borderRadii",
|
|
19198
|
+
value: "full",
|
|
19199
|
+
valueType: "alias"
|
|
19200
|
+
}
|
|
19201
|
+
},
|
|
19202
|
+
borderWidth: {
|
|
19203
|
+
hover: {
|
|
19204
|
+
type: "borderWidths",
|
|
19205
|
+
value: "none",
|
|
19206
|
+
valueType: "alias"
|
|
19207
|
+
},
|
|
19208
|
+
pressed: {
|
|
19209
|
+
type: "borderWidths",
|
|
19210
|
+
value: "none",
|
|
19211
|
+
valueType: "alias"
|
|
19212
|
+
},
|
|
19213
|
+
rest: {
|
|
19214
|
+
type: "borderWidths",
|
|
19215
|
+
value: "none",
|
|
19216
|
+
valueType: "alias"
|
|
19217
|
+
}
|
|
19218
|
+
},
|
|
19219
|
+
color: {
|
|
19220
|
+
hover: {
|
|
19221
|
+
type: "foregroundPaletteColors",
|
|
19222
|
+
value: "primary",
|
|
19223
|
+
valueType: "alias"
|
|
19224
|
+
},
|
|
19225
|
+
pressed: {
|
|
19226
|
+
type: "alwaysPaletteAliases",
|
|
19227
|
+
value: "always/brand",
|
|
19228
|
+
valueType: "alias"
|
|
19229
|
+
},
|
|
19230
|
+
rest: {
|
|
19231
|
+
type: "foregroundPaletteColors",
|
|
19232
|
+
value: "tertiary",
|
|
18205
19233
|
valueType: "alias"
|
|
18206
19234
|
}
|
|
18207
19235
|
},
|
|
18208
19236
|
insetShadow: {
|
|
18209
19237
|
hover: {
|
|
18210
19238
|
type: "shadowVariantsWithInvert",
|
|
18211
|
-
value: "
|
|
19239
|
+
value: "none",
|
|
19240
|
+
valueType: "alias"
|
|
19241
|
+
},
|
|
19242
|
+
pressed: {
|
|
19243
|
+
type: "shadowVariantsWithInvert",
|
|
19244
|
+
value: "none",
|
|
18212
19245
|
valueType: "alias"
|
|
18213
19246
|
},
|
|
18214
19247
|
rest: {
|
|
18215
19248
|
type: "shadowVariantsWithInvert",
|
|
18216
|
-
value: "
|
|
19249
|
+
value: "none",
|
|
18217
19250
|
valueType: "alias"
|
|
18218
19251
|
}
|
|
18219
19252
|
},
|
|
18220
19253
|
shadow: {
|
|
18221
19254
|
hover: {
|
|
18222
19255
|
type: "shadowVariants",
|
|
18223
|
-
value: "
|
|
19256
|
+
value: "none",
|
|
19257
|
+
valueType: "alias"
|
|
19258
|
+
},
|
|
19259
|
+
pressed: {
|
|
19260
|
+
type: "shadowVariants",
|
|
19261
|
+
value: "none",
|
|
18224
19262
|
valueType: "alias"
|
|
18225
19263
|
},
|
|
18226
19264
|
rest: {
|
|
@@ -18228,189 +19266,209 @@ const defaultTokensConfig = {
|
|
|
18228
19266
|
value: "none",
|
|
18229
19267
|
valueType: "alias"
|
|
18230
19268
|
}
|
|
19269
|
+
},
|
|
19270
|
+
underlineColor: {
|
|
19271
|
+
hover: {
|
|
19272
|
+
type: "linePaletteColors",
|
|
19273
|
+
value: "primary",
|
|
19274
|
+
valueType: "alias"
|
|
19275
|
+
},
|
|
19276
|
+
pressed: {
|
|
19277
|
+
type: "linePaletteColors",
|
|
19278
|
+
value: "primary",
|
|
19279
|
+
valueType: "alias"
|
|
19280
|
+
},
|
|
19281
|
+
rest: {
|
|
19282
|
+
type: "linePaletteColors",
|
|
19283
|
+
value: "primary",
|
|
19284
|
+
valueType: "alias"
|
|
19285
|
+
}
|
|
19286
|
+
},
|
|
19287
|
+
underlineWidth: {
|
|
19288
|
+
hover: {
|
|
19289
|
+
type: "borderWidths",
|
|
19290
|
+
value: "none",
|
|
19291
|
+
valueType: "alias"
|
|
19292
|
+
},
|
|
19293
|
+
pressed: {
|
|
19294
|
+
type: "borderWidths",
|
|
19295
|
+
value: "none",
|
|
19296
|
+
valueType: "alias"
|
|
19297
|
+
},
|
|
19298
|
+
rest: {
|
|
19299
|
+
type: "borderWidths",
|
|
19300
|
+
value: "none",
|
|
19301
|
+
valueType: "alias"
|
|
19302
|
+
}
|
|
18231
19303
|
}
|
|
18232
19304
|
},
|
|
18233
|
-
"variant/
|
|
19305
|
+
"variant/secondary/active/on/icon": { color: {
|
|
18234
19306
|
hover: {
|
|
18235
|
-
type: "
|
|
18236
|
-
value: "
|
|
19307
|
+
type: "alwaysPaletteAliases",
|
|
19308
|
+
value: "always/brand",
|
|
18237
19309
|
valueType: "alias"
|
|
18238
19310
|
},
|
|
18239
|
-
|
|
18240
|
-
type: "
|
|
18241
|
-
value: "
|
|
18242
|
-
valueType: "alias"
|
|
18243
|
-
}
|
|
18244
|
-
} },
|
|
18245
|
-
"variant/default/active/off/root": { labelColor: {
|
|
18246
|
-
hover: {
|
|
18247
|
-
type: "foregroundPaletteColors",
|
|
18248
|
-
value: "secondary",
|
|
19311
|
+
pressed: {
|
|
19312
|
+
type: "alwaysPaletteAliases",
|
|
19313
|
+
value: "always/brand",
|
|
18249
19314
|
valueType: "alias"
|
|
18250
19315
|
},
|
|
18251
19316
|
rest: {
|
|
18252
|
-
type: "
|
|
18253
|
-
value: "
|
|
19317
|
+
type: "alwaysPaletteAliases",
|
|
19318
|
+
value: "always/brand",
|
|
18254
19319
|
valueType: "alias"
|
|
18255
19320
|
}
|
|
18256
19321
|
} },
|
|
18257
|
-
"variant/
|
|
19322
|
+
"variant/secondary/active/on/root": {
|
|
18258
19323
|
backgroundColor: {
|
|
18259
19324
|
hover: {
|
|
18260
|
-
type: "
|
|
18261
|
-
value: "
|
|
19325
|
+
type: "backgroundPaletteColors",
|
|
19326
|
+
value: "primary",
|
|
19327
|
+
valueType: "alias"
|
|
19328
|
+
},
|
|
19329
|
+
pressed: {
|
|
19330
|
+
type: "backgroundPaletteColors",
|
|
19331
|
+
value: "primary",
|
|
18262
19332
|
valueType: "alias"
|
|
18263
19333
|
},
|
|
18264
19334
|
rest: {
|
|
18265
|
-
type: "
|
|
18266
|
-
value: "
|
|
19335
|
+
type: "backgroundPaletteColors",
|
|
19336
|
+
value: "primary",
|
|
18267
19337
|
valueType: "alias"
|
|
18268
19338
|
}
|
|
18269
19339
|
},
|
|
18270
19340
|
borderColor: {
|
|
18271
19341
|
hover: {
|
|
18272
|
-
type: "
|
|
18273
|
-
value: "
|
|
19342
|
+
type: "elevationAliases",
|
|
19343
|
+
value: "elevation-1",
|
|
19344
|
+
valueType: "alias"
|
|
19345
|
+
},
|
|
19346
|
+
pressed: {
|
|
19347
|
+
type: "elevationAliases",
|
|
19348
|
+
value: "elevation-1",
|
|
18274
19349
|
valueType: "alias"
|
|
18275
19350
|
},
|
|
18276
19351
|
rest: {
|
|
18277
|
-
type: "
|
|
18278
|
-
value: "
|
|
19352
|
+
type: "elevationAliases",
|
|
19353
|
+
value: "elevation-1",
|
|
18279
19354
|
valueType: "alias"
|
|
18280
19355
|
}
|
|
18281
19356
|
},
|
|
18282
|
-
|
|
19357
|
+
borderRadius: {
|
|
18283
19358
|
hover: {
|
|
18284
|
-
type: "
|
|
18285
|
-
value: "
|
|
19359
|
+
type: "borderRadii",
|
|
19360
|
+
value: "full",
|
|
19361
|
+
valueType: "alias"
|
|
19362
|
+
},
|
|
19363
|
+
pressed: {
|
|
19364
|
+
type: "borderRadii",
|
|
19365
|
+
value: "full",
|
|
18286
19366
|
valueType: "alias"
|
|
18287
19367
|
},
|
|
18288
19368
|
rest: {
|
|
18289
|
-
type: "
|
|
18290
|
-
value: "
|
|
19369
|
+
type: "borderRadii",
|
|
19370
|
+
value: "full",
|
|
18291
19371
|
valueType: "alias"
|
|
18292
19372
|
}
|
|
18293
19373
|
},
|
|
18294
|
-
|
|
19374
|
+
borderWidth: {
|
|
18295
19375
|
hover: {
|
|
18296
|
-
type: "
|
|
19376
|
+
type: "borderWidths",
|
|
19377
|
+
value: "none",
|
|
19378
|
+
valueType: "alias"
|
|
19379
|
+
},
|
|
19380
|
+
pressed: {
|
|
19381
|
+
type: "borderWidths",
|
|
18297
19382
|
value: "none",
|
|
18298
19383
|
valueType: "alias"
|
|
18299
19384
|
},
|
|
18300
19385
|
rest: {
|
|
18301
|
-
type: "
|
|
19386
|
+
type: "borderWidths",
|
|
18302
19387
|
value: "none",
|
|
18303
19388
|
valueType: "alias"
|
|
18304
19389
|
}
|
|
18305
|
-
}
|
|
18306
|
-
|
|
18307
|
-
"variant/default/active/on/handle": {
|
|
18308
|
-
backgroundColor: {
|
|
19390
|
+
},
|
|
19391
|
+
color: {
|
|
18309
19392
|
hover: {
|
|
18310
19393
|
type: "alwaysPaletteAliases",
|
|
18311
|
-
value: "always/
|
|
19394
|
+
value: "always/brand",
|
|
19395
|
+
valueType: "alias"
|
|
19396
|
+
},
|
|
19397
|
+
pressed: {
|
|
19398
|
+
type: "alwaysPaletteAliases",
|
|
19399
|
+
value: "always/brand",
|
|
18312
19400
|
valueType: "alias"
|
|
18313
19401
|
},
|
|
18314
19402
|
rest: {
|
|
18315
19403
|
type: "alwaysPaletteAliases",
|
|
18316
|
-
value: "always/
|
|
19404
|
+
value: "always/brand",
|
|
18317
19405
|
valueType: "alias"
|
|
18318
19406
|
}
|
|
18319
19407
|
},
|
|
18320
19408
|
insetShadow: {
|
|
18321
19409
|
hover: {
|
|
18322
19410
|
type: "shadowVariantsWithInvert",
|
|
18323
|
-
value: "
|
|
19411
|
+
value: "none",
|
|
19412
|
+
valueType: "alias"
|
|
19413
|
+
},
|
|
19414
|
+
pressed: {
|
|
19415
|
+
type: "shadowVariantsWithInvert",
|
|
19416
|
+
value: "none",
|
|
18324
19417
|
valueType: "alias"
|
|
18325
19418
|
},
|
|
18326
19419
|
rest: {
|
|
18327
19420
|
type: "shadowVariantsWithInvert",
|
|
18328
|
-
value: "
|
|
19421
|
+
value: "none",
|
|
18329
19422
|
valueType: "alias"
|
|
18330
19423
|
}
|
|
18331
19424
|
},
|
|
18332
19425
|
shadow: {
|
|
18333
19426
|
hover: {
|
|
18334
19427
|
type: "shadowVariants",
|
|
18335
|
-
value: "
|
|
19428
|
+
value: "sm",
|
|
18336
19429
|
valueType: "alias"
|
|
18337
19430
|
},
|
|
18338
|
-
|
|
19431
|
+
pressed: {
|
|
18339
19432
|
type: "shadowVariants",
|
|
18340
|
-
value: "
|
|
18341
|
-
valueType: "alias"
|
|
18342
|
-
}
|
|
18343
|
-
}
|
|
18344
|
-
},
|
|
18345
|
-
"variant/default/active/on/handleIcon": { color: {
|
|
18346
|
-
hover: {
|
|
18347
|
-
type: "foregroundPaletteColors",
|
|
18348
|
-
value: "brand",
|
|
18349
|
-
valueType: "alias"
|
|
18350
|
-
},
|
|
18351
|
-
rest: {
|
|
18352
|
-
type: "foregroundPaletteColors",
|
|
18353
|
-
value: "brand",
|
|
18354
|
-
valueType: "alias"
|
|
18355
|
-
}
|
|
18356
|
-
} },
|
|
18357
|
-
"variant/default/active/on/root": { labelColor: {
|
|
18358
|
-
hover: {
|
|
18359
|
-
type: "foregroundPaletteColors",
|
|
18360
|
-
value: "secondary",
|
|
18361
|
-
valueType: "alias"
|
|
18362
|
-
},
|
|
18363
|
-
rest: {
|
|
18364
|
-
type: "foregroundPaletteColors",
|
|
18365
|
-
value: "secondary",
|
|
18366
|
-
valueType: "alias"
|
|
18367
|
-
}
|
|
18368
|
-
} },
|
|
18369
|
-
"variant/default/active/on/switch": {
|
|
18370
|
-
backgroundColor: {
|
|
18371
|
-
hover: {
|
|
18372
|
-
type: "backgroundPaletteColors",
|
|
18373
|
-
value: "brand",
|
|
19433
|
+
value: "sm",
|
|
18374
19434
|
valueType: "alias"
|
|
18375
19435
|
},
|
|
18376
19436
|
rest: {
|
|
18377
|
-
type: "
|
|
18378
|
-
value: "
|
|
19437
|
+
type: "shadowVariants",
|
|
19438
|
+
value: "sm",
|
|
18379
19439
|
valueType: "alias"
|
|
18380
19440
|
}
|
|
18381
19441
|
},
|
|
18382
|
-
|
|
19442
|
+
underlineColor: {
|
|
18383
19443
|
hover: {
|
|
18384
19444
|
type: "linePaletteColors",
|
|
18385
|
-
value: "
|
|
19445
|
+
value: "primary",
|
|
18386
19446
|
valueType: "alias"
|
|
18387
19447
|
},
|
|
18388
|
-
|
|
19448
|
+
pressed: {
|
|
18389
19449
|
type: "linePaletteColors",
|
|
18390
|
-
value: "
|
|
18391
|
-
valueType: "alias"
|
|
18392
|
-
}
|
|
18393
|
-
},
|
|
18394
|
-
insetShadow: {
|
|
18395
|
-
hover: {
|
|
18396
|
-
type: "shadowVariantsWithInvert",
|
|
18397
|
-
value: "2xl",
|
|
19450
|
+
value: "primary",
|
|
18398
19451
|
valueType: "alias"
|
|
18399
19452
|
},
|
|
18400
19453
|
rest: {
|
|
18401
|
-
type: "
|
|
18402
|
-
value: "
|
|
19454
|
+
type: "linePaletteColors",
|
|
19455
|
+
value: "primary",
|
|
18403
19456
|
valueType: "alias"
|
|
18404
19457
|
}
|
|
18405
19458
|
},
|
|
18406
|
-
|
|
19459
|
+
underlineWidth: {
|
|
18407
19460
|
hover: {
|
|
18408
|
-
type: "
|
|
19461
|
+
type: "borderWidths",
|
|
19462
|
+
value: "none",
|
|
19463
|
+
valueType: "alias"
|
|
19464
|
+
},
|
|
19465
|
+
pressed: {
|
|
19466
|
+
type: "borderWidths",
|
|
18409
19467
|
value: "none",
|
|
18410
19468
|
valueType: "alias"
|
|
18411
19469
|
},
|
|
18412
19470
|
rest: {
|
|
18413
|
-
type: "
|
|
19471
|
+
type: "borderWidths",
|
|
18414
19472
|
value: "none",
|
|
18415
19473
|
valueType: "alias"
|
|
18416
19474
|
}
|
|
@@ -18418,6 +19476,105 @@ const defaultTokensConfig = {
|
|
|
18418
19476
|
}
|
|
18419
19477
|
}
|
|
18420
19478
|
},
|
|
19479
|
+
tabs: {
|
|
19480
|
+
defaults: { variant: "primary" },
|
|
19481
|
+
variables: {
|
|
19482
|
+
"variant/primary/root": {
|
|
19483
|
+
backgroundColor: { rest: {
|
|
19484
|
+
type: "alwaysPaletteAliases",
|
|
19485
|
+
value: "always/transparent",
|
|
19486
|
+
valueType: "alias"
|
|
19487
|
+
} },
|
|
19488
|
+
borderColor: { rest: {
|
|
19489
|
+
type: "alwaysPaletteAliases",
|
|
19490
|
+
value: "always/transparent",
|
|
19491
|
+
valueType: "alias"
|
|
19492
|
+
} },
|
|
19493
|
+
borderRadius: { rest: {
|
|
19494
|
+
type: "borderRadii",
|
|
19495
|
+
value: "none",
|
|
19496
|
+
valueType: "alias"
|
|
19497
|
+
} },
|
|
19498
|
+
borderWidth: { rest: {
|
|
19499
|
+
type: "borderWidths",
|
|
19500
|
+
value: "none",
|
|
19501
|
+
valueType: "alias"
|
|
19502
|
+
} },
|
|
19503
|
+
gap: { rest: {
|
|
19504
|
+
type: "spacingAliases",
|
|
19505
|
+
value: "2",
|
|
19506
|
+
valueType: "alias"
|
|
19507
|
+
} },
|
|
19508
|
+
insetShadow: { rest: {
|
|
19509
|
+
type: "shadowVariantsWithInvert",
|
|
19510
|
+
value: "none",
|
|
19511
|
+
valueType: "alias"
|
|
19512
|
+
} },
|
|
19513
|
+
shadow: { rest: {
|
|
19514
|
+
type: "shadowVariants",
|
|
19515
|
+
value: "none",
|
|
19516
|
+
valueType: "alias"
|
|
19517
|
+
} },
|
|
19518
|
+
spacingHorizontal: { rest: {
|
|
19519
|
+
type: "spacingAliases",
|
|
19520
|
+
value: "0",
|
|
19521
|
+
valueType: "alias"
|
|
19522
|
+
} },
|
|
19523
|
+
spacingVertical: { rest: {
|
|
19524
|
+
type: "spacingAliases",
|
|
19525
|
+
value: "0",
|
|
19526
|
+
valueType: "alias"
|
|
19527
|
+
} }
|
|
19528
|
+
},
|
|
19529
|
+
"variant/secondary/root": {
|
|
19530
|
+
backgroundColor: { rest: {
|
|
19531
|
+
type: "backgroundPaletteColors",
|
|
19532
|
+
value: "secondary",
|
|
19533
|
+
valueType: "alias"
|
|
19534
|
+
} },
|
|
19535
|
+
borderColor: { rest: {
|
|
19536
|
+
type: "linePaletteColors",
|
|
19537
|
+
value: "primary",
|
|
19538
|
+
valueType: "alias"
|
|
19539
|
+
} },
|
|
19540
|
+
borderRadius: { rest: {
|
|
19541
|
+
type: "borderRadii",
|
|
19542
|
+
value: "full",
|
|
19543
|
+
valueType: "alias"
|
|
19544
|
+
} },
|
|
19545
|
+
borderWidth: { rest: {
|
|
19546
|
+
type: "borderWidths",
|
|
19547
|
+
value: "none",
|
|
19548
|
+
valueType: "alias"
|
|
19549
|
+
} },
|
|
19550
|
+
gap: { rest: {
|
|
19551
|
+
type: "spacingAliases",
|
|
19552
|
+
value: "1",
|
|
19553
|
+
valueType: "alias"
|
|
19554
|
+
} },
|
|
19555
|
+
insetShadow: { rest: {
|
|
19556
|
+
type: "shadowVariantsWithInvert",
|
|
19557
|
+
value: "sm",
|
|
19558
|
+
valueType: "alias"
|
|
19559
|
+
} },
|
|
19560
|
+
shadow: { rest: {
|
|
19561
|
+
type: "shadowVariants",
|
|
19562
|
+
value: "none",
|
|
19563
|
+
valueType: "alias"
|
|
19564
|
+
} },
|
|
19565
|
+
spacingHorizontal: { rest: {
|
|
19566
|
+
type: "spacingAliases",
|
|
19567
|
+
value: "1.5",
|
|
19568
|
+
valueType: "alias"
|
|
19569
|
+
} },
|
|
19570
|
+
spacingVertical: { rest: {
|
|
19571
|
+
type: "spacingAliases",
|
|
19572
|
+
value: "1.5",
|
|
19573
|
+
valueType: "alias"
|
|
19574
|
+
} }
|
|
19575
|
+
}
|
|
19576
|
+
}
|
|
19577
|
+
},
|
|
18421
19578
|
toast: {
|
|
18422
19579
|
defaults: {
|
|
18423
19580
|
size: "default",
|
|
@@ -27134,7 +28291,7 @@ const defaultTokensConfig = {
|
|
|
27134
28291
|
}
|
|
27135
28292
|
}
|
|
27136
28293
|
},
|
|
27137
|
-
version: "v0.
|
|
28294
|
+
version: "v0.90.0",
|
|
27138
28295
|
version: LATEST_MIGRATION_VERSION
|
|
27139
28296
|
};
|
|
27140
28297
|
|