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