@ds-mo/tokens 2.5.1 → 2.6.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/colors.css +362 -60
- package/dist/dimensions.css +30 -17
- package/dist/index.cjs +191 -31
- package/dist/index.d.ts +191 -31
- package/dist/index.mjs +191 -31
- package/dist/json/colors.json +724 -120
- package/dist/json/dimensions.json +56 -20
- package/dist/tokens.json +780 -140
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -148,6 +148,174 @@ export const colorBorderStrongPositive = '--color-border-strong-positive';
|
|
|
148
148
|
export const colorBorderStrongWalkthrough = '--color-border-strong-walkthrough';
|
|
149
149
|
export const colorBorderStrongWarning = '--color-border-strong-warning';
|
|
150
150
|
export const colorBorderTertiary = '--color-border-tertiary';
|
|
151
|
+
export const colorCategoryBlueBoldBackground = '--color-category-blue-bold-background';
|
|
152
|
+
export const colorCategoryBlueBoldBorder = '--color-category-blue-bold-border';
|
|
153
|
+
export const colorCategoryBlueBoldForeground = '--color-category-blue-bold-foreground';
|
|
154
|
+
export const colorCategoryBlueFaintBackground = '--color-category-blue-faint-background';
|
|
155
|
+
export const colorCategoryBlueFaintBorder = '--color-category-blue-faint-border';
|
|
156
|
+
export const colorCategoryBlueFaintForeground = '--color-category-blue-faint-foreground';
|
|
157
|
+
export const colorCategoryBlueMediumBackground = '--color-category-blue-medium-background';
|
|
158
|
+
export const colorCategoryBlueMediumBorder = '--color-category-blue-medium-border';
|
|
159
|
+
export const colorCategoryBlueMediumForeground = '--color-category-blue-medium-foreground';
|
|
160
|
+
export const colorCategoryBlueStrongBackground = '--color-category-blue-strong-background';
|
|
161
|
+
export const colorCategoryBlueStrongBorder = '--color-category-blue-strong-border';
|
|
162
|
+
export const colorCategoryBlueStrongForeground = '--color-category-blue-strong-foreground';
|
|
163
|
+
export const colorCategoryCyanBoldBackground = '--color-category-cyan-bold-background';
|
|
164
|
+
export const colorCategoryCyanBoldBorder = '--color-category-cyan-bold-border';
|
|
165
|
+
export const colorCategoryCyanBoldForeground = '--color-category-cyan-bold-foreground';
|
|
166
|
+
export const colorCategoryCyanFaintBackground = '--color-category-cyan-faint-background';
|
|
167
|
+
export const colorCategoryCyanFaintBorder = '--color-category-cyan-faint-border';
|
|
168
|
+
export const colorCategoryCyanFaintForeground = '--color-category-cyan-faint-foreground';
|
|
169
|
+
export const colorCategoryCyanMediumBackground = '--color-category-cyan-medium-background';
|
|
170
|
+
export const colorCategoryCyanMediumBorder = '--color-category-cyan-medium-border';
|
|
171
|
+
export const colorCategoryCyanMediumForeground = '--color-category-cyan-medium-foreground';
|
|
172
|
+
export const colorCategoryCyanStrongBackground = '--color-category-cyan-strong-background';
|
|
173
|
+
export const colorCategoryCyanStrongBorder = '--color-category-cyan-strong-border';
|
|
174
|
+
export const colorCategoryCyanStrongForeground = '--color-category-cyan-strong-foreground';
|
|
175
|
+
export const colorCategoryGreenBoldBackground = '--color-category-green-bold-background';
|
|
176
|
+
export const colorCategoryGreenBoldBorder = '--color-category-green-bold-border';
|
|
177
|
+
export const colorCategoryGreenBoldForeground = '--color-category-green-bold-foreground';
|
|
178
|
+
export const colorCategoryGreenFaintBackground = '--color-category-green-faint-background';
|
|
179
|
+
export const colorCategoryGreenFaintBorder = '--color-category-green-faint-border';
|
|
180
|
+
export const colorCategoryGreenFaintForeground = '--color-category-green-faint-foreground';
|
|
181
|
+
export const colorCategoryGreenMediumBackground = '--color-category-green-medium-background';
|
|
182
|
+
export const colorCategoryGreenMediumBorder = '--color-category-green-medium-border';
|
|
183
|
+
export const colorCategoryGreenMediumForeground = '--color-category-green-medium-foreground';
|
|
184
|
+
export const colorCategoryGreenStrongBackground = '--color-category-green-strong-background';
|
|
185
|
+
export const colorCategoryGreenStrongBorder = '--color-category-green-strong-border';
|
|
186
|
+
export const colorCategoryGreenStrongForeground = '--color-category-green-strong-foreground';
|
|
187
|
+
export const colorCategoryGreyBoldBackground = '--color-category-grey-bold-background';
|
|
188
|
+
export const colorCategoryGreyBoldBorder = '--color-category-grey-bold-border';
|
|
189
|
+
export const colorCategoryGreyBoldForeground = '--color-category-grey-bold-foreground';
|
|
190
|
+
export const colorCategoryGreyFaintBackground = '--color-category-grey-faint-background';
|
|
191
|
+
export const colorCategoryGreyFaintBorder = '--color-category-grey-faint-border';
|
|
192
|
+
export const colorCategoryGreyFaintForeground = '--color-category-grey-faint-foreground';
|
|
193
|
+
export const colorCategoryGreyMediumBackground = '--color-category-grey-medium-background';
|
|
194
|
+
export const colorCategoryGreyMediumBorder = '--color-category-grey-medium-border';
|
|
195
|
+
export const colorCategoryGreyMediumForeground = '--color-category-grey-medium-foreground';
|
|
196
|
+
export const colorCategoryGreyStrongBackground = '--color-category-grey-strong-background';
|
|
197
|
+
export const colorCategoryGreyStrongBorder = '--color-category-grey-strong-border';
|
|
198
|
+
export const colorCategoryGreyStrongForeground = '--color-category-grey-strong-foreground';
|
|
199
|
+
export const colorCategoryInteractionOnBoldBackgroundFocus = '--color-category-interaction-on-bold-background-focus';
|
|
200
|
+
export const colorCategoryInteractionOnBoldBackgroundHover = '--color-category-interaction-on-bold-background-hover';
|
|
201
|
+
export const colorCategoryInteractionOnBoldBackgroundPressed = '--color-category-interaction-on-bold-background-pressed';
|
|
202
|
+
export const colorCategoryInteractionOnFaintBackgroundFocus = '--color-category-interaction-on-faint-background-focus';
|
|
203
|
+
export const colorCategoryInteractionOnFaintBackgroundHover = '--color-category-interaction-on-faint-background-hover';
|
|
204
|
+
export const colorCategoryInteractionOnFaintBackgroundPressed = '--color-category-interaction-on-faint-background-pressed';
|
|
205
|
+
export const colorCategoryInteractionOnMediumBackgroundFocus = '--color-category-interaction-on-medium-background-focus';
|
|
206
|
+
export const colorCategoryInteractionOnMediumBackgroundHover = '--color-category-interaction-on-medium-background-hover';
|
|
207
|
+
export const colorCategoryInteractionOnMediumBackgroundPressed = '--color-category-interaction-on-medium-background-pressed';
|
|
208
|
+
export const colorCategoryInteractionOnStrongBackgroundFocus = '--color-category-interaction-on-strong-background-focus';
|
|
209
|
+
export const colorCategoryInteractionOnStrongBackgroundHover = '--color-category-interaction-on-strong-background-hover';
|
|
210
|
+
export const colorCategoryInteractionOnStrongBackgroundPressed = '--color-category-interaction-on-strong-background-pressed';
|
|
211
|
+
export const colorCategoryMagentaBold2Background = '--color-category-magenta-bold-2-background';
|
|
212
|
+
export const colorCategoryMagentaBold2Border = '--color-category-magenta-bold-2-border';
|
|
213
|
+
export const colorCategoryMagentaBold2Foreground = '--color-category-magenta-bold-2-foreground';
|
|
214
|
+
export const colorCategoryMagentaBoldBackground = '--color-category-magenta-bold-background';
|
|
215
|
+
export const colorCategoryMagentaBoldBorder = '--color-category-magenta-bold-border';
|
|
216
|
+
export const colorCategoryMagentaBoldForeground = '--color-category-magenta-bold-foreground';
|
|
217
|
+
export const colorCategoryMagentaFaint2Background = '--color-category-magenta-faint-2-background';
|
|
218
|
+
export const colorCategoryMagentaFaint2Border = '--color-category-magenta-faint-2-border';
|
|
219
|
+
export const colorCategoryMagentaFaint2Foreground = '--color-category-magenta-faint-2-foreground';
|
|
220
|
+
export const colorCategoryMagentaFaintBackground = '--color-category-magenta-faint-background';
|
|
221
|
+
export const colorCategoryMagentaFaintBorder = '--color-category-magenta-faint-border';
|
|
222
|
+
export const colorCategoryMagentaFaintForeground = '--color-category-magenta-faint-foreground';
|
|
223
|
+
export const colorCategoryMagentaMedium2Background = '--color-category-magenta-medium-2-background';
|
|
224
|
+
export const colorCategoryMagentaMedium2Border = '--color-category-magenta-medium-2-border';
|
|
225
|
+
export const colorCategoryMagentaMedium2Foreground = '--color-category-magenta-medium-2-foreground';
|
|
226
|
+
export const colorCategoryMagentaMediumBackground = '--color-category-magenta-medium-background';
|
|
227
|
+
export const colorCategoryMagentaMediumBorder = '--color-category-magenta-medium-border';
|
|
228
|
+
export const colorCategoryMagentaMediumForeground = '--color-category-magenta-medium-foreground';
|
|
229
|
+
export const colorCategoryMagentaStrong2Background = '--color-category-magenta-strong-2-background';
|
|
230
|
+
export const colorCategoryMagentaStrong2Border = '--color-category-magenta-strong-2-border';
|
|
231
|
+
export const colorCategoryMagentaStrong2Foreground = '--color-category-magenta-strong-2-foreground';
|
|
232
|
+
export const colorCategoryMagentaStrongBackground = '--color-category-magenta-strong-background';
|
|
233
|
+
export const colorCategoryMagentaStrongBorder = '--color-category-magenta-strong-border';
|
|
234
|
+
export const colorCategoryMagentaStrongForeground = '--color-category-magenta-strong-foreground';
|
|
235
|
+
export const colorCategoryOliveBoldBackground = '--color-category-olive-bold-background';
|
|
236
|
+
export const colorCategoryOliveBoldBorder = '--color-category-olive-bold-border';
|
|
237
|
+
export const colorCategoryOliveBoldForeground = '--color-category-olive-bold-foreground';
|
|
238
|
+
export const colorCategoryOliveFaintBackground = '--color-category-olive-faint-background';
|
|
239
|
+
export const colorCategoryOliveFaintBorder = '--color-category-olive-faint-border';
|
|
240
|
+
export const colorCategoryOliveFaintForeground = '--color-category-olive-faint-foreground';
|
|
241
|
+
export const colorCategoryOliveMediumBackground = '--color-category-olive-medium-background';
|
|
242
|
+
export const colorCategoryOliveMediumBorder = '--color-category-olive-medium-border';
|
|
243
|
+
export const colorCategoryOliveMediumForeground = '--color-category-olive-medium-foreground';
|
|
244
|
+
export const colorCategoryOliveStrongBackground = '--color-category-olive-strong-background';
|
|
245
|
+
export const colorCategoryOliveStrongBorder = '--color-category-olive-strong-border';
|
|
246
|
+
export const colorCategoryOliveStrongForeground = '--color-category-olive-strong-foreground';
|
|
247
|
+
export const colorCategoryOrangeBoldBackground = '--color-category-orange-bold-background';
|
|
248
|
+
export const colorCategoryOrangeBoldBorder = '--color-category-orange-bold-border';
|
|
249
|
+
export const colorCategoryOrangeBoldForeground = '--color-category-orange-bold-foreground';
|
|
250
|
+
export const colorCategoryOrangeFaintBackground = '--color-category-orange-faint-background';
|
|
251
|
+
export const colorCategoryOrangeFaintBorder = '--color-category-orange-faint-border';
|
|
252
|
+
export const colorCategoryOrangeFaintForeground = '--color-category-orange-faint-foreground';
|
|
253
|
+
export const colorCategoryOrangeMediumBackground = '--color-category-orange-medium-background';
|
|
254
|
+
export const colorCategoryOrangeMediumBorder = '--color-category-orange-medium-border';
|
|
255
|
+
export const colorCategoryOrangeMediumForeground = '--color-category-orange-medium-foreground';
|
|
256
|
+
export const colorCategoryOrangeStrongBackground = '--color-category-orange-strong-background';
|
|
257
|
+
export const colorCategoryOrangeStrongBorder = '--color-category-orange-strong-border';
|
|
258
|
+
export const colorCategoryOrangeStrongForeground = '--color-category-orange-strong-foreground';
|
|
259
|
+
export const colorCategoryPinkBoldBackground = '--color-category-pink-bold-background';
|
|
260
|
+
export const colorCategoryPinkBoldBorder = '--color-category-pink-bold-border';
|
|
261
|
+
export const colorCategoryPinkBoldForeground = '--color-category-pink-bold-foreground';
|
|
262
|
+
export const colorCategoryPinkFaintBackground = '--color-category-pink-faint-background';
|
|
263
|
+
export const colorCategoryPinkFaintBorder = '--color-category-pink-faint-border';
|
|
264
|
+
export const colorCategoryPinkFaintForeground = '--color-category-pink-faint-foreground';
|
|
265
|
+
export const colorCategoryPinkMediumBackground = '--color-category-pink-medium-background';
|
|
266
|
+
export const colorCategoryPinkMediumBorder = '--color-category-pink-medium-border';
|
|
267
|
+
export const colorCategoryPinkMediumForeground = '--color-category-pink-medium-foreground';
|
|
268
|
+
export const colorCategoryPinkStrongBackground = '--color-category-pink-strong-background';
|
|
269
|
+
export const colorCategoryPinkStrongBorder = '--color-category-pink-strong-border';
|
|
270
|
+
export const colorCategoryPinkStrongForeground = '--color-category-pink-strong-foreground';
|
|
271
|
+
export const colorCategoryPurpleBoldBackground = '--color-category-purple-bold-background';
|
|
272
|
+
export const colorCategoryPurpleBoldBorder = '--color-category-purple-bold-border';
|
|
273
|
+
export const colorCategoryPurpleBoldForeground = '--color-category-purple-bold-foreground';
|
|
274
|
+
export const colorCategoryPurpleFaintBackground = '--color-category-purple-faint-background';
|
|
275
|
+
export const colorCategoryPurpleFaintBorder = '--color-category-purple-faint-border';
|
|
276
|
+
export const colorCategoryPurpleFaintForeground = '--color-category-purple-faint-foreground';
|
|
277
|
+
export const colorCategoryPurpleMediumBackground = '--color-category-purple-medium-background';
|
|
278
|
+
export const colorCategoryPurpleMediumBorder = '--color-category-purple-medium-border';
|
|
279
|
+
export const colorCategoryPurpleMediumForeground = '--color-category-purple-medium-foreground';
|
|
280
|
+
export const colorCategoryPurpleStrongBackground = '--color-category-purple-strong-background';
|
|
281
|
+
export const colorCategoryPurpleStrongBorder = '--color-category-purple-strong-border';
|
|
282
|
+
export const colorCategoryPurpleStrongForeground = '--color-category-purple-strong-foreground';
|
|
283
|
+
export const colorCategoryRedBoldBackground = '--color-category-red-bold-background';
|
|
284
|
+
export const colorCategoryRedBoldBorder = '--color-category-red-bold-border';
|
|
285
|
+
export const colorCategoryRedBoldForeground = '--color-category-red-bold-foreground';
|
|
286
|
+
export const colorCategoryRedFaintBackground = '--color-category-red-faint-background';
|
|
287
|
+
export const colorCategoryRedFaintBorder = '--color-category-red-faint-border';
|
|
288
|
+
export const colorCategoryRedFaintForeground = '--color-category-red-faint-foreground';
|
|
289
|
+
export const colorCategoryRedMediumBackground = '--color-category-red-medium-background';
|
|
290
|
+
export const colorCategoryRedMediumBorder = '--color-category-red-medium-border';
|
|
291
|
+
export const colorCategoryRedMediumForeground = '--color-category-red-medium-foreground';
|
|
292
|
+
export const colorCategoryRedStrongBackground = '--color-category-red-strong-background';
|
|
293
|
+
export const colorCategoryRedStrongBorder = '--color-category-red-strong-border';
|
|
294
|
+
export const colorCategoryRedStrongForeground = '--color-category-red-strong-foreground';
|
|
295
|
+
export const colorCategoryTealBoldBackground = '--color-category-teal-bold-background';
|
|
296
|
+
export const colorCategoryTealBoldBorder = '--color-category-teal-bold-border';
|
|
297
|
+
export const colorCategoryTealBoldForeground = '--color-category-teal-bold-foreground';
|
|
298
|
+
export const colorCategoryTealFaintBackground = '--color-category-teal-faint-background';
|
|
299
|
+
export const colorCategoryTealFaintBorder = '--color-category-teal-faint-border';
|
|
300
|
+
export const colorCategoryTealFaintForeground = '--color-category-teal-faint-foreground';
|
|
301
|
+
export const colorCategoryTealMediumBackground = '--color-category-teal-medium-background';
|
|
302
|
+
export const colorCategoryTealMediumBorder = '--color-category-teal-medium-border';
|
|
303
|
+
export const colorCategoryTealMediumForeground = '--color-category-teal-medium-foreground';
|
|
304
|
+
export const colorCategoryTealStrongBackground = '--color-category-teal-strong-background';
|
|
305
|
+
export const colorCategoryTealStrongBorder = '--color-category-teal-strong-border';
|
|
306
|
+
export const colorCategoryTealStrongForeground = '--color-category-teal-strong-foreground';
|
|
307
|
+
export const colorCategoryYellowBoldBackground = '--color-category-yellow-bold-background';
|
|
308
|
+
export const colorCategoryYellowBoldBorder = '--color-category-yellow-bold-border';
|
|
309
|
+
export const colorCategoryYellowBoldForeground = '--color-category-yellow-bold-foreground';
|
|
310
|
+
export const colorCategoryYellowFaintBackground = '--color-category-yellow-faint-background';
|
|
311
|
+
export const colorCategoryYellowFaintBorder = '--color-category-yellow-faint-border';
|
|
312
|
+
export const colorCategoryYellowFaintForeground = '--color-category-yellow-faint-foreground';
|
|
313
|
+
export const colorCategoryYellowMediumBackground = '--color-category-yellow-medium-background';
|
|
314
|
+
export const colorCategoryYellowMediumBorder = '--color-category-yellow-medium-border';
|
|
315
|
+
export const colorCategoryYellowMediumForeground = '--color-category-yellow-medium-foreground';
|
|
316
|
+
export const colorCategoryYellowStrongBackground = '--color-category-yellow-strong-background';
|
|
317
|
+
export const colorCategoryYellowStrongBorder = '--color-category-yellow-strong-border';
|
|
318
|
+
export const colorCategoryYellowStrongForeground = '--color-category-yellow-strong-foreground';
|
|
151
319
|
export const colorDataCategory1 = '--color-data-category-1';
|
|
152
320
|
export const colorDataCategory10 = '--color-data-category-10';
|
|
153
321
|
export const colorDataCategory11 = '--color-data-category-11';
|
|
@@ -283,36 +451,6 @@ export const colorForegroundStrongPositive = '--color-foreground-strong-positive
|
|
|
283
451
|
export const colorForegroundStrongWalkthrough = '--color-foreground-strong-walkthrough';
|
|
284
452
|
export const colorForegroundStrongWarning = '--color-foreground-strong-warning';
|
|
285
453
|
export const colorForegroundTertiary = '--color-foreground-tertiary';
|
|
286
|
-
export const colorGeofenceCategoryFuelStationBackground = '--color-geofence-category-fuel-station-background';
|
|
287
|
-
export const colorGeofenceCategoryFuelStationBorder = '--color-geofence-category-fuel-station-border';
|
|
288
|
-
export const colorGeofenceCategoryFuelStationForeground = '--color-geofence-category-fuel-station-foreground';
|
|
289
|
-
export const colorGeofenceCategoryInteractionFocus = '--color-geofence-category-interaction-focus';
|
|
290
|
-
export const colorGeofenceCategoryInteractionHover = '--color-geofence-category-interaction-hover';
|
|
291
|
-
export const colorGeofenceCategoryInteractionPressed = '--color-geofence-category-interaction-pressed';
|
|
292
|
-
export const colorGeofenceCategoryJobSiteBackground = '--color-geofence-category-job-site-background';
|
|
293
|
-
export const colorGeofenceCategoryJobSiteBorder = '--color-geofence-category-job-site-border';
|
|
294
|
-
export const colorGeofenceCategoryJobSiteForeground = '--color-geofence-category-job-site-foreground';
|
|
295
|
-
export const colorGeofenceCategoryMaintenanceFacilityBackground = '--color-geofence-category-maintenance-facility-background';
|
|
296
|
-
export const colorGeofenceCategoryMaintenanceFacilityBorder = '--color-geofence-category-maintenance-facility-border';
|
|
297
|
-
export const colorGeofenceCategoryMaintenanceFacilityForeground = '--color-geofence-category-maintenance-facility-foreground';
|
|
298
|
-
export const colorGeofenceCategoryRestrictedLocationBackground = '--color-geofence-category-restricted-location-background';
|
|
299
|
-
export const colorGeofenceCategoryRestrictedLocationBorder = '--color-geofence-category-restricted-location-border';
|
|
300
|
-
export const colorGeofenceCategoryRestrictedLocationForeground = '--color-geofence-category-restricted-location-foreground';
|
|
301
|
-
export const colorGeofenceCategoryRiskZoneBackground = '--color-geofence-category-risk-zone-background';
|
|
302
|
-
export const colorGeofenceCategoryRiskZoneBorder = '--color-geofence-category-risk-zone-border';
|
|
303
|
-
export const colorGeofenceCategoryRiskZoneForeground = '--color-geofence-category-risk-zone-foreground';
|
|
304
|
-
export const colorGeofenceCategoryShipperBackground = '--color-geofence-category-shipper-background';
|
|
305
|
-
export const colorGeofenceCategoryShipperBorder = '--color-geofence-category-shipper-border';
|
|
306
|
-
export const colorGeofenceCategoryShipperForeground = '--color-geofence-category-shipper-foreground';
|
|
307
|
-
export const colorGeofenceCategorySpecializedJobSiteBackground = '--color-geofence-category-specialized-job-site-background';
|
|
308
|
-
export const colorGeofenceCategorySpecializedJobSiteBorder = '--color-geofence-category-specialized-job-site-border';
|
|
309
|
-
export const colorGeofenceCategorySpecializedJobSiteForeground = '--color-geofence-category-specialized-job-site-foreground';
|
|
310
|
-
export const colorGeofenceCategoryTerminalBackground = '--color-geofence-category-terminal-background';
|
|
311
|
-
export const colorGeofenceCategoryTerminalBorder = '--color-geofence-category-terminal-border';
|
|
312
|
-
export const colorGeofenceCategoryTerminalForeground = '--color-geofence-category-terminal-foreground';
|
|
313
|
-
export const colorGeofenceCategoryUncategorizedBackground = '--color-geofence-category-uncategorized-background';
|
|
314
|
-
export const colorGeofenceCategoryUncategorizedBorder = '--color-geofence-category-uncategorized-border';
|
|
315
|
-
export const colorGeofenceCategoryUncategorizedForeground = '--color-geofence-category-uncategorized-foreground';
|
|
316
454
|
export const colorInteractionActive = '--color-interaction-active';
|
|
317
455
|
export const colorInteractionFocus = '--color-interaction-focus';
|
|
318
456
|
export const colorInteractionHover = '--color-interaction-hover';
|
|
@@ -401,6 +539,19 @@ export const colorLocationMarkerForeground = '--color-location-marker-foreground
|
|
|
401
539
|
export const colorLocationMarkerInteractionFocus = '--color-location-marker-interaction-focus';
|
|
402
540
|
export const colorLocationMarkerInteractionHover = '--color-location-marker-interaction-hover';
|
|
403
541
|
export const colorLocationMarkerInteractionPressed = '--color-location-marker-interaction-pressed';
|
|
542
|
+
export const colorMediaBackground = '--color-media-background';
|
|
543
|
+
export const colorMediaBorderPrimary = '--color-media-border-primary';
|
|
544
|
+
export const colorMediaBorderSecondary = '--color-media-border-secondary';
|
|
545
|
+
export const colorMediaBorderTertiary = '--color-media-border-tertiary';
|
|
546
|
+
export const colorMediaDivider = '--color-media-divider';
|
|
547
|
+
export const colorMediaForegroundPrimary = '--color-media-foreground-primary';
|
|
548
|
+
export const colorMediaForegroundQuaternary = '--color-media-foreground-quaternary';
|
|
549
|
+
export const colorMediaForegroundSecondary = '--color-media-foreground-secondary';
|
|
550
|
+
export const colorMediaForegroundTertiary = '--color-media-foreground-tertiary';
|
|
551
|
+
export const colorMediaInteractionActive = '--color-media-interaction-active';
|
|
552
|
+
export const colorMediaInteractionFocus = '--color-media-interaction-focus';
|
|
553
|
+
export const colorMediaInteractionHover = '--color-media-interaction-hover';
|
|
554
|
+
export const colorMediaInteractionPressed = '--color-media-interaction-pressed';
|
|
404
555
|
export const colorNavigationBackground = '--color-navigation-background';
|
|
405
556
|
export const colorNavigationBorderPrimary = '--color-navigation-border-primary';
|
|
406
557
|
export const colorNavigationBorderSecondary = '--color-navigation-border-secondary';
|
|
@@ -574,9 +725,12 @@ export const dimensionBase = '--dimension-base';
|
|
|
574
725
|
export const dimensionCardWidthLg = '--dimension-card-width-lg';
|
|
575
726
|
export const dimensionCardWidthMd = '--dimension-card-width-md';
|
|
576
727
|
export const dimensionCardWidthSm = '--dimension-card-width-sm';
|
|
728
|
+
export const dimensionCardWidthXs = '--dimension-card-width-xs';
|
|
577
729
|
export const dimensionFormWidthLg = '--dimension-form-width-lg';
|
|
578
730
|
export const dimensionFormWidthMd = '--dimension-form-width-md';
|
|
579
731
|
export const dimensionFormWidthSm = '--dimension-form-width-sm';
|
|
732
|
+
export const dimensionFormWidthXl = '--dimension-form-width-xl';
|
|
733
|
+
export const dimensionFormWidthXs = '--dimension-form-width-xs';
|
|
580
734
|
export const dimensionIconography2xl = '--dimension-iconography-2xl';
|
|
581
735
|
export const dimensionIconography3xl = '--dimension-iconography-3xl';
|
|
582
736
|
export const dimensionIconographyLg = '--dimension-iconography-lg';
|
|
@@ -587,10 +741,14 @@ export const dimensionIconographyXs = '--dimension-iconography-xs';
|
|
|
587
741
|
export const dimensionMenuWidthLg = '--dimension-menu-width-lg';
|
|
588
742
|
export const dimensionMenuWidthMd = '--dimension-menu-width-md';
|
|
589
743
|
export const dimensionMenuWidthSm = '--dimension-menu-width-sm';
|
|
744
|
+
export const dimensionMenuWidthXs = '--dimension-menu-width-xs';
|
|
745
|
+
export const dimensionModalWidth2xl = '--dimension-modal-width-2xl';
|
|
590
746
|
export const dimensionModalWidthFill = '--dimension-modal-width-fill';
|
|
591
747
|
export const dimensionModalWidthLg = '--dimension-modal-width-lg';
|
|
592
748
|
export const dimensionModalWidthMd = '--dimension-modal-width-md';
|
|
593
749
|
export const dimensionModalWidthSm = '--dimension-modal-width-sm';
|
|
750
|
+
export const dimensionModalWidthXl = '--dimension-modal-width-xl';
|
|
751
|
+
export const dimensionModalWidthXs = '--dimension-modal-width-xs';
|
|
594
752
|
export const dimensionOffset000 = '--dimension-offset-000';
|
|
595
753
|
export const dimensionOffset025 = '--dimension-offset-025';
|
|
596
754
|
export const dimensionOffset050 = '--dimension-offset-050';
|
|
@@ -611,6 +769,8 @@ export const dimensionOffsetN150 = '--dimension-offset-n150';
|
|
|
611
769
|
export const dimensionOffsetN175 = '--dimension-offset-n175';
|
|
612
770
|
export const dimensionOffsetN200 = '--dimension-offset-n200';
|
|
613
771
|
export const dimensionOffsetN250 = '--dimension-offset-n250';
|
|
772
|
+
export const dimensionPanelWidth2xl = '--dimension-panel-width-2xl';
|
|
773
|
+
export const dimensionPanelWidth2xs = '--dimension-panel-width-2xs';
|
|
614
774
|
export const dimensionPanelWidthFill = '--dimension-panel-width-fill';
|
|
615
775
|
export const dimensionPanelWidthLg = '--dimension-panel-width-lg';
|
|
616
776
|
export const dimensionPanelWidthMd = '--dimension-panel-width-md';
|
|
@@ -635,7 +795,7 @@ export const dimensionRadius400 = '--dimension-radius-400';
|
|
|
635
795
|
export const dimensionRadius600 = '--dimension-radius-600';
|
|
636
796
|
export const dimensionRadiusBase = '--dimension-radius-base';
|
|
637
797
|
export const dimensionRadiusHalf = '--dimension-radius-half';
|
|
638
|
-
export const
|
|
798
|
+
export const dimensionScaleDefault = '--dimension-scale-default';
|
|
639
799
|
export const dimensionScaleSubtle = '--dimension-scale-subtle';
|
|
640
800
|
export const dimensionSize000 = '--dimension-size-000';
|
|
641
801
|
export const dimensionSize050 = '--dimension-size-050';
|