@hopper-ui/styled-system 2.0.0 → 2.0.2

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 (58) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.js +14 -14
  4. package/dist/chunk-2UOTJGT6.js +12 -0
  5. package/dist/{chunk-XEJOSGGW.js → chunk-3QZI66SR.js} +4 -4
  6. package/dist/{chunk-DVOV55CD.js → chunk-4E7VQIC5.js} +130 -103
  7. package/dist/{chunk-B6ZBFYWJ.js → chunk-6IPAN22Z.js} +3 -3
  8. package/dist/chunk-7STOSQRA.js +8 -0
  9. package/dist/{chunk-EF3UX45A.js → chunk-CFIMNXX5.js} +2 -2
  10. package/dist/{chunk-BA7JHGU6.js → chunk-F7KWE6J5.js} +2 -2
  11. package/dist/{chunk-Y7GWSHYF.js → chunk-FAICHNEU.js} +117 -90
  12. package/dist/{chunk-YJKWZYVH.js → chunk-LKOZVSXD.js} +129 -102
  13. package/dist/{chunk-5GX5VZFT.js → chunk-NJIDLCB7.js} +1 -1
  14. package/dist/{chunk-VJNKYHHT.js → chunk-QLYSVZLZ.js} +2 -2
  15. package/dist/{chunk-AZ44JR7G.js → chunk-RU6U3SMC.js} +1 -1
  16. package/dist/{chunk-REAV6RA4.js → chunk-XGLTD52P.js} +8 -8
  17. package/dist/{chunk-SSBFBJJN.js → chunk-XOHK7VFY.js} +5 -5
  18. package/dist/{chunk-GZ3MQOPA.js → chunk-ZAHZAEAR.js} +2 -2
  19. package/dist/color-scheme/ColorSchemeContext.js +1 -1
  20. package/dist/color-scheme/useColorScheme.js +1 -1
  21. package/dist/color-scheme/useColorSchemeValue.js +1 -1
  22. package/dist/global-styles/BodyStyleProvider.js +4 -4
  23. package/dist/html-wrappers/html.css +34 -34
  24. package/dist/html-wrappers/html.js +6 -6
  25. package/dist/html-wrappers/htmlElement.css +34 -34
  26. package/dist/html-wrappers/htmlElement.js +5 -5
  27. package/dist/index.css +34 -34
  28. package/dist/index.d.ts +1 -0
  29. package/dist/index.js +15 -14
  30. package/dist/responsive/BreakpointContext.js +1 -1
  31. package/dist/responsive/BreakpointProvider.js +1 -1
  32. package/dist/responsive/Breakpoints.js +1 -1
  33. package/dist/responsive/useResponsiveValue.js +1 -1
  34. package/dist/styledSystemProps.js +1 -1
  35. package/dist/styledSystemRootCssClass.js +2 -2
  36. package/dist/tokens/TokenProvider.js +6 -6
  37. package/dist/tokens/generated/darkSemanticTokens.d.ts +129 -102
  38. package/dist/tokens/generated/darkSemanticTokens.js +2 -2
  39. package/dist/tokens/generated/lightSemanticTokens.d.ts +129 -102
  40. package/dist/tokens/generated/lightSemanticTokens.js +2 -2
  41. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +117 -90
  42. package/dist/tokens/generated/styledSystemToTokenMappings.js +2 -2
  43. package/dist/tokens/tokenMappings.d.ts +145 -113
  44. package/dist/tokens/tokenMappings.js +3 -3
  45. package/dist/tokens/tokens.d.ts +258 -204
  46. package/dist/tokens/tokens.js +4 -4
  47. package/dist/useStyledSystem.css +31 -31
  48. package/dist/useStyledSystem.js +4 -4
  49. package/dist/utils/assertion.js +1 -1
  50. package/dist/utils/slot.d.ts +20 -0
  51. package/dist/utils/slot.js +2 -0
  52. package/dist/utils/useInsertStyleElement.js +1 -1
  53. package/dist/utils/useIsomorphicInsertionEffect.js +1 -1
  54. package/dist/utils/useIsomorphicLayoutEffect.js +1 -1
  55. package/dist/utils/useMediaQuery.js +1 -1
  56. package/dist/utils/useThemeComputedStyle.js +2 -2
  57. package/package.json +9 -9
  58. package/dist/chunk-6LX4VMOV.js +0 -26
@@ -140,6 +140,8 @@ declare const HopperColors: {
140
140
  core_samoyed: string;
141
141
  };
142
142
  declare const BackgroundColors: {
143
+ "danger-active": string;
144
+ "danger-weak-active": string;
143
145
  danger: string;
144
146
  "danger-selected": string;
145
147
  "danger-disabled": string;
@@ -150,6 +152,47 @@ declare const BackgroundColors: {
150
152
  "danger-weak": string;
151
153
  "danger-weak-hover": string;
152
154
  "danger-weak-press": string;
155
+ "neutral-active": string;
156
+ "neutral-weak-active": string;
157
+ neutral: string;
158
+ "neutral-selected": string;
159
+ "neutral-disabled": string;
160
+ "neutral-hover": string;
161
+ "neutral-press": string;
162
+ "neutral-strong": string;
163
+ "neutral-weak": string;
164
+ "neutral-weak-selected": string;
165
+ "neutral-weak-hover": string;
166
+ "neutral-weak-press": string;
167
+ "neutral-weakest": string;
168
+ "neutral-weakest-selected": string;
169
+ "neutral-weakest-hover": string;
170
+ "primary-active": string;
171
+ "primary-strong-active": string;
172
+ "primary-weak-active": string;
173
+ primary: string;
174
+ "primary-selected": string;
175
+ "primary-disabled": string;
176
+ "primary-focus": string;
177
+ "primary-hover": string;
178
+ "primary-press": string;
179
+ "primary-strong": string;
180
+ "primary-strong-selected": string;
181
+ "primary-strong-hover": string;
182
+ "primary-strong-press": string;
183
+ "primary-weak": string;
184
+ "primary-weak-hover": string;
185
+ "primary-weak-press": string;
186
+ "upsell-active": string;
187
+ "upsell-weak-active": string;
188
+ upsell: string;
189
+ "upsell-selected": string;
190
+ "upsell-disabled": string;
191
+ "upsell-hover": string;
192
+ "upsell-press": string;
193
+ "upsell-weak": string;
194
+ "upsell-weak-hover": string;
195
+ "upsell-weak-press": string;
153
196
  "decorative-option9": string;
154
197
  "decorative-option9-hover": string;
155
198
  "decorative-option9-strong": string;
@@ -207,32 +250,6 @@ declare const BackgroundColors: {
207
250
  information: string;
208
251
  "information-strong": string;
209
252
  "information-weak": string;
210
- neutral: string;
211
- "neutral-selected": string;
212
- "neutral-disabled": string;
213
- "neutral-hover": string;
214
- "neutral-press": string;
215
- "neutral-strong": string;
216
- "neutral-weak": string;
217
- "neutral-weak-selected": string;
218
- "neutral-weak-hover": string;
219
- "neutral-weak-press": string;
220
- "neutral-weakest": string;
221
- "neutral-weakest-selected": string;
222
- "neutral-weakest-hover": string;
223
- primary: string;
224
- "primary-selected": string;
225
- "primary-disabled": string;
226
- "primary-focus": string;
227
- "primary-hover": string;
228
- "primary-press": string;
229
- "primary-strong": string;
230
- "primary-strong-selected": string;
231
- "primary-strong-hover": string;
232
- "primary-strong-press": string;
233
- "primary-weak": string;
234
- "primary-weak-hover": string;
235
- "primary-weak-press": string;
236
253
  "status-caution-strong": string;
237
254
  "status-caution": string;
238
255
  "status-inactive-strong": string;
@@ -260,19 +277,13 @@ declare const BackgroundColors: {
260
277
  success: string;
261
278
  "success-strong": string;
262
279
  "success-weak": string;
263
- upsell: string;
264
- "upsell-selected": string;
265
- "upsell-disabled": string;
266
- "upsell-hover": string;
267
- "upsell-press": string;
268
- "upsell-weak": string;
269
- "upsell-weak-hover": string;
270
- "upsell-weak-press": string;
271
280
  warning: string;
272
281
  "warning-strong": string;
273
282
  "warning-weak": string;
274
283
  };
275
284
  declare const TextColors: {
285
+ "danger-active": string;
286
+ "danger-weak-active": string;
276
287
  danger: string;
277
288
  "danger-selected": string;
278
289
  "danger-disabled": string;
@@ -283,6 +294,36 @@ declare const TextColors: {
283
294
  "danger-weak": string;
284
295
  "danger-weak-hover": string;
285
296
  "danger-weak-press": string;
297
+ "neutral-active": string;
298
+ "neutral-weak-active": string;
299
+ neutral: string;
300
+ "neutral-selected": string;
301
+ "neutral-disabled": string;
302
+ "neutral-hover": string;
303
+ "neutral-press": string;
304
+ "neutral-strong": string;
305
+ "neutral-weak": string;
306
+ "neutral-weak-hover": string;
307
+ "neutral-weak-press": string;
308
+ "neutral-weakest": string;
309
+ "primary-active": string;
310
+ primary: string;
311
+ "primary-selected": string;
312
+ "primary-disabled": string;
313
+ "primary-hover": string;
314
+ "primary-press": string;
315
+ "primary-strong": string;
316
+ "primary-strong-hover": string;
317
+ "upsell-active": string;
318
+ "upsell-weak-active": string;
319
+ upsell: string;
320
+ "upsell-selected": string;
321
+ "upsell-disabled": string;
322
+ "upsell-hover": string;
323
+ "upsell-press": string;
324
+ "upsell-weak": string;
325
+ "upsell-weak-hover": string;
326
+ "upsell-weak-press": string;
286
327
  "decorative-option9": string;
287
328
  "decorative-option9-weak": string;
288
329
  "decorative-option8": string;
@@ -303,23 +344,6 @@ declare const TextColors: {
303
344
  "decorative-option1-weak": string;
304
345
  information: string;
305
346
  "information-weak": string;
306
- neutral: string;
307
- "neutral-selected": string;
308
- "neutral-disabled": string;
309
- "neutral-hover": string;
310
- "neutral-press": string;
311
- "neutral-strong": string;
312
- "neutral-weak": string;
313
- "neutral-weak-hover": string;
314
- "neutral-weak-press": string;
315
- "neutral-weakest": string;
316
- primary: string;
317
- "primary-selected": string;
318
- "primary-disabled": string;
319
- "primary-hover": string;
320
- "primary-press": string;
321
- "primary-strong": string;
322
- "primary-strong-hover": string;
323
347
  "status-caution": string;
324
348
  "status-inactive": string;
325
349
  "status-negative": string;
@@ -335,18 +359,12 @@ declare const TextColors: {
335
359
  success: string;
336
360
  "success-hover": string;
337
361
  "success-weak": string;
338
- upsell: string;
339
- "upsell-selected": string;
340
- "upsell-disabled": string;
341
- "upsell-hover": string;
342
- "upsell-press": string;
343
- "upsell-weak": string;
344
- "upsell-weak-hover": string;
345
- "upsell-weak-press": string;
346
362
  warning: string;
347
363
  "warning-weak": string;
348
364
  };
349
365
  declare const IconColors: {
366
+ "danger-active": string;
367
+ "danger-weak-active": string;
350
368
  danger: string;
351
369
  "danger-selected": string;
352
370
  "danger-disabled": string;
@@ -357,18 +375,8 @@ declare const IconColors: {
357
375
  "danger-weak": string;
358
376
  "danger-weak-hover": string;
359
377
  "danger-weak-press": string;
360
- "decorative-option9": string;
361
- "decorative-option8": string;
362
- "decorative-option7": string;
363
- "decorative-option5": string;
364
- "decorative-option6": string;
365
- "decorative-option4": string;
366
- "decorative-option3": string;
367
- "decorative-option2": string;
368
- "decorative-option1": string;
369
- information: string;
370
- "information-weakest": string;
371
- "information-weak": string;
378
+ "neutral-active": string;
379
+ "neutral-weak-active": string;
372
380
  neutral: string;
373
381
  "neutral-selected": string;
374
382
  "neutral-disabled": string;
@@ -380,6 +388,7 @@ declare const IconColors: {
380
388
  "neutral-weak-hover": string;
381
389
  "neutral-weak-press": string;
382
390
  "neutral-weakest": string;
391
+ "primary-active": string;
383
392
  primary: string;
384
393
  "primary-selected": string;
385
394
  "primary-disabled": string;
@@ -387,6 +396,28 @@ declare const IconColors: {
387
396
  "primary-press": string;
388
397
  "primary-strong": string;
389
398
  "primary-strong-hover": string;
399
+ "upsell-active": string;
400
+ "upsell-weak-active": string;
401
+ upsell: string;
402
+ "upsell-selected": string;
403
+ "upsell-hover": string;
404
+ "upsell-press": string;
405
+ "upsell-weakest": string;
406
+ "upsell-weak": string;
407
+ "upsell-weak-hover": string;
408
+ "upsell-weak-press": string;
409
+ "decorative-option9": string;
410
+ "decorative-option8": string;
411
+ "decorative-option7": string;
412
+ "decorative-option5": string;
413
+ "decorative-option6": string;
414
+ "decorative-option4": string;
415
+ "decorative-option3": string;
416
+ "decorative-option2": string;
417
+ "decorative-option1": string;
418
+ information: string;
419
+ "information-weakest": string;
420
+ "information-weak": string;
390
421
  "status-caution": string;
391
422
  "status-inactive": string;
392
423
  "status-negative": string;
@@ -402,33 +433,17 @@ declare const IconColors: {
402
433
  success: string;
403
434
  "success-weakest": string;
404
435
  "success-weak": string;
405
- upsell: string;
406
- "upsell-selected": string;
407
- "upsell-hover": string;
408
- "upsell-press": string;
409
- "upsell-weakest": string;
410
- "upsell-weak": string;
411
- "upsell-weak-hover": string;
412
- "upsell-weak-press": string;
413
436
  warning: string;
414
437
  "warning-weakest": string;
415
438
  "warning-weak": string;
416
439
  };
417
440
  declare const BorderColors: {
441
+ "danger-active": string;
418
442
  danger: string;
419
443
  "danger-selected": string;
420
444
  "danger-strong": string;
421
445
  "danger-press": string;
422
- "decorative-option9": string;
423
- "decorative-option8": string;
424
- "decorative-option7": string;
425
- "decorative-option5": string;
426
- "decorative-option6": string;
427
- "decorative-option4": string;
428
- "decorative-option3": string;
429
- "decorative-option2": string;
430
- "decorative-option1": string;
431
- information: string;
446
+ "neutral-active": string;
432
447
  neutral: string;
433
448
  "neutral-selected": string;
434
449
  "neutral-disabled": string;
@@ -438,15 +453,27 @@ declare const BorderColors: {
438
453
  "neutral-strong-hover": string;
439
454
  "neutral-weak": string;
440
455
  "neutral-weakest": string;
456
+ "primary-active": string;
441
457
  primary: string;
442
458
  "primary-selected": string;
443
459
  "primary-focus": string;
444
460
  "primary-press": string;
445
- success: string;
461
+ "upsell-active": string;
446
462
  upsell: string;
447
463
  "upsell-selected": string;
448
464
  "upsell-disabled": string;
449
465
  "upsell-press": string;
466
+ "decorative-option9": string;
467
+ "decorative-option8": string;
468
+ "decorative-option7": string;
469
+ "decorative-option5": string;
470
+ "decorative-option6": string;
471
+ "decorative-option4": string;
472
+ "decorative-option3": string;
473
+ "decorative-option2": string;
474
+ "decorative-option1": string;
475
+ information: string;
476
+ success: string;
450
477
  warning: string;
451
478
  };
452
479
  declare const DataVizColors: {
@@ -1,2 +1,2 @@
1
- export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontSize, FontWeight, HopperColors, HopperVariablePrefix, IconColors, LineHeight, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-Y7GWSHYF.js';
2
- import '../../chunk-6LX4VMOV.js';
1
+ export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontSize, FontWeight, HopperColors, HopperVariablePrefix, IconColors, LineHeight, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-FAICHNEU.js';
2
+ import '../../chunk-2UOTJGT6.js';
@@ -407,6 +407,8 @@ declare const BackgroundColorMapping: {
407
407
  "core_rock-800": string;
408
408
  "core_rock-900": string;
409
409
  core_samoyed: string;
410
+ "danger-active": string;
411
+ "danger-weak-active": string;
410
412
  danger: string;
411
413
  "danger-selected": string;
412
414
  "danger-disabled": string;
@@ -417,6 +419,47 @@ declare const BackgroundColorMapping: {
417
419
  "danger-weak": string;
418
420
  "danger-weak-hover": string;
419
421
  "danger-weak-press": string;
422
+ "neutral-active": string;
423
+ "neutral-weak-active": string;
424
+ neutral: string;
425
+ "neutral-selected": string;
426
+ "neutral-disabled": string;
427
+ "neutral-hover": string;
428
+ "neutral-press": string;
429
+ "neutral-strong": string;
430
+ "neutral-weak": string;
431
+ "neutral-weak-selected": string;
432
+ "neutral-weak-hover": string;
433
+ "neutral-weak-press": string;
434
+ "neutral-weakest": string;
435
+ "neutral-weakest-selected": string;
436
+ "neutral-weakest-hover": string;
437
+ "primary-active": string;
438
+ "primary-strong-active": string;
439
+ "primary-weak-active": string;
440
+ primary: string;
441
+ "primary-selected": string;
442
+ "primary-disabled": string;
443
+ "primary-focus": string;
444
+ "primary-hover": string;
445
+ "primary-press": string;
446
+ "primary-strong": string;
447
+ "primary-strong-selected": string;
448
+ "primary-strong-hover": string;
449
+ "primary-strong-press": string;
450
+ "primary-weak": string;
451
+ "primary-weak-hover": string;
452
+ "primary-weak-press": string;
453
+ "upsell-active": string;
454
+ "upsell-weak-active": string;
455
+ upsell: string;
456
+ "upsell-selected": string;
457
+ "upsell-disabled": string;
458
+ "upsell-hover": string;
459
+ "upsell-press": string;
460
+ "upsell-weak": string;
461
+ "upsell-weak-hover": string;
462
+ "upsell-weak-press": string;
420
463
  "decorative-option9": string;
421
464
  "decorative-option9-hover": string;
422
465
  "decorative-option9-strong": string;
@@ -474,32 +517,6 @@ declare const BackgroundColorMapping: {
474
517
  information: string;
475
518
  "information-strong": string;
476
519
  "information-weak": string;
477
- neutral: string;
478
- "neutral-selected": string;
479
- "neutral-disabled": string;
480
- "neutral-hover": string;
481
- "neutral-press": string;
482
- "neutral-strong": string;
483
- "neutral-weak": string;
484
- "neutral-weak-selected": string;
485
- "neutral-weak-hover": string;
486
- "neutral-weak-press": string;
487
- "neutral-weakest": string;
488
- "neutral-weakest-selected": string;
489
- "neutral-weakest-hover": string;
490
- primary: string;
491
- "primary-selected": string;
492
- "primary-disabled": string;
493
- "primary-focus": string;
494
- "primary-hover": string;
495
- "primary-press": string;
496
- "primary-strong": string;
497
- "primary-strong-selected": string;
498
- "primary-strong-hover": string;
499
- "primary-strong-press": string;
500
- "primary-weak": string;
501
- "primary-weak-hover": string;
502
- "primary-weak-press": string;
503
520
  "status-caution-strong": string;
504
521
  "status-caution": string;
505
522
  "status-inactive-strong": string;
@@ -527,14 +544,6 @@ declare const BackgroundColorMapping: {
527
544
  success: string;
528
545
  "success-strong": string;
529
546
  "success-weak": string;
530
- upsell: string;
531
- "upsell-selected": string;
532
- "upsell-disabled": string;
533
- "upsell-hover": string;
534
- "upsell-press": string;
535
- "upsell-weak": string;
536
- "upsell-weak-hover": string;
537
- "upsell-weak-press": string;
538
547
  warning: string;
539
548
  "warning-strong": string;
540
549
  "warning-weak": string;
@@ -940,6 +949,8 @@ declare const BorderMapping: {
940
949
  "core_rock-800": string;
941
950
  "core_rock-900": string;
942
951
  core_samoyed: string;
952
+ "danger-active": string;
953
+ "danger-weak-active": string;
943
954
  danger: string;
944
955
  "danger-selected": string;
945
956
  "danger-disabled": string;
@@ -950,6 +961,47 @@ declare const BorderMapping: {
950
961
  "danger-weak": string;
951
962
  "danger-weak-hover": string;
952
963
  "danger-weak-press": string;
964
+ "neutral-active": string;
965
+ "neutral-weak-active": string;
966
+ neutral: string;
967
+ "neutral-selected": string;
968
+ "neutral-disabled": string;
969
+ "neutral-hover": string;
970
+ "neutral-press": string;
971
+ "neutral-strong": string;
972
+ "neutral-weak": string;
973
+ "neutral-weak-selected": string;
974
+ "neutral-weak-hover": string;
975
+ "neutral-weak-press": string;
976
+ "neutral-weakest": string;
977
+ "neutral-weakest-selected": string;
978
+ "neutral-weakest-hover": string;
979
+ "primary-active": string;
980
+ "primary-strong-active": string;
981
+ "primary-weak-active": string;
982
+ primary: string;
983
+ "primary-selected": string;
984
+ "primary-disabled": string;
985
+ "primary-focus": string;
986
+ "primary-hover": string;
987
+ "primary-press": string;
988
+ "primary-strong": string;
989
+ "primary-strong-selected": string;
990
+ "primary-strong-hover": string;
991
+ "primary-strong-press": string;
992
+ "primary-weak": string;
993
+ "primary-weak-hover": string;
994
+ "primary-weak-press": string;
995
+ "upsell-active": string;
996
+ "upsell-weak-active": string;
997
+ upsell: string;
998
+ "upsell-selected": string;
999
+ "upsell-disabled": string;
1000
+ "upsell-hover": string;
1001
+ "upsell-press": string;
1002
+ "upsell-weak": string;
1003
+ "upsell-weak-hover": string;
1004
+ "upsell-weak-press": string;
953
1005
  "decorative-option9": string;
954
1006
  "decorative-option9-hover": string;
955
1007
  "decorative-option9-strong": string;
@@ -1007,32 +1059,6 @@ declare const BorderMapping: {
1007
1059
  information: string;
1008
1060
  "information-strong": string;
1009
1061
  "information-weak": string;
1010
- neutral: string;
1011
- "neutral-selected": string;
1012
- "neutral-disabled": string;
1013
- "neutral-hover": string;
1014
- "neutral-press": string;
1015
- "neutral-strong": string;
1016
- "neutral-weak": string;
1017
- "neutral-weak-selected": string;
1018
- "neutral-weak-hover": string;
1019
- "neutral-weak-press": string;
1020
- "neutral-weakest": string;
1021
- "neutral-weakest-selected": string;
1022
- "neutral-weakest-hover": string;
1023
- primary: string;
1024
- "primary-selected": string;
1025
- "primary-disabled": string;
1026
- "primary-focus": string;
1027
- "primary-hover": string;
1028
- "primary-press": string;
1029
- "primary-strong": string;
1030
- "primary-strong-selected": string;
1031
- "primary-strong-hover": string;
1032
- "primary-strong-press": string;
1033
- "primary-weak": string;
1034
- "primary-weak-hover": string;
1035
- "primary-weak-press": string;
1036
1062
  "status-caution-strong": string;
1037
1063
  "status-caution": string;
1038
1064
  "status-inactive-strong": string;
@@ -1060,14 +1086,6 @@ declare const BorderMapping: {
1060
1086
  success: string;
1061
1087
  "success-strong": string;
1062
1088
  "success-weak": string;
1063
- upsell: string;
1064
- "upsell-selected": string;
1065
- "upsell-disabled": string;
1066
- "upsell-hover": string;
1067
- "upsell-press": string;
1068
- "upsell-weak": string;
1069
- "upsell-weak-hover": string;
1070
- "upsell-weak-press": string;
1071
1089
  warning: string;
1072
1090
  "warning-strong": string;
1073
1091
  "warning-weak": string;
@@ -1473,6 +1491,8 @@ declare const TextColorMapping: {
1473
1491
  "core_rock-800": string;
1474
1492
  "core_rock-900": string;
1475
1493
  core_samoyed: string;
1494
+ "danger-active": string;
1495
+ "danger-weak-active": string;
1476
1496
  danger: string;
1477
1497
  "danger-selected": string;
1478
1498
  "danger-disabled": string;
@@ -1483,6 +1503,36 @@ declare const TextColorMapping: {
1483
1503
  "danger-weak": string;
1484
1504
  "danger-weak-hover": string;
1485
1505
  "danger-weak-press": string;
1506
+ "neutral-active": string;
1507
+ "neutral-weak-active": string;
1508
+ neutral: string;
1509
+ "neutral-selected": string;
1510
+ "neutral-disabled": string;
1511
+ "neutral-hover": string;
1512
+ "neutral-press": string;
1513
+ "neutral-strong": string;
1514
+ "neutral-weak": string;
1515
+ "neutral-weak-hover": string;
1516
+ "neutral-weak-press": string;
1517
+ "neutral-weakest": string;
1518
+ "primary-active": string;
1519
+ primary: string;
1520
+ "primary-selected": string;
1521
+ "primary-disabled": string;
1522
+ "primary-hover": string;
1523
+ "primary-press": string;
1524
+ "primary-strong": string;
1525
+ "primary-strong-hover": string;
1526
+ "upsell-active": string;
1527
+ "upsell-weak-active": string;
1528
+ upsell: string;
1529
+ "upsell-selected": string;
1530
+ "upsell-disabled": string;
1531
+ "upsell-hover": string;
1532
+ "upsell-press": string;
1533
+ "upsell-weak": string;
1534
+ "upsell-weak-hover": string;
1535
+ "upsell-weak-press": string;
1486
1536
  "decorative-option9": string;
1487
1537
  "decorative-option9-weak": string;
1488
1538
  "decorative-option8": string;
@@ -1503,23 +1553,6 @@ declare const TextColorMapping: {
1503
1553
  "decorative-option1-weak": string;
1504
1554
  information: string;
1505
1555
  "information-weak": string;
1506
- neutral: string;
1507
- "neutral-selected": string;
1508
- "neutral-disabled": string;
1509
- "neutral-hover": string;
1510
- "neutral-press": string;
1511
- "neutral-strong": string;
1512
- "neutral-weak": string;
1513
- "neutral-weak-hover": string;
1514
- "neutral-weak-press": string;
1515
- "neutral-weakest": string;
1516
- primary: string;
1517
- "primary-selected": string;
1518
- "primary-disabled": string;
1519
- "primary-hover": string;
1520
- "primary-press": string;
1521
- "primary-strong": string;
1522
- "primary-strong-hover": string;
1523
1556
  "status-caution": string;
1524
1557
  "status-inactive": string;
1525
1558
  "status-negative": string;
@@ -1534,14 +1567,6 @@ declare const TextColorMapping: {
1534
1567
  "status-progress": string;
1535
1568
  success: string;
1536
1569
  "success-weak": string;
1537
- upsell: string;
1538
- "upsell-selected": string;
1539
- "upsell-disabled": string;
1540
- "upsell-hover": string;
1541
- "upsell-press": string;
1542
- "upsell-weak": string;
1543
- "upsell-weak-hover": string;
1544
- "upsell-weak-press": string;
1545
1570
  warning: string;
1546
1571
  "warning-weak": string;
1547
1572
  "success-hover": string;
@@ -1947,6 +1972,8 @@ declare const IconColorMapping: {
1947
1972
  "core_rock-800": string;
1948
1973
  "core_rock-900": string;
1949
1974
  core_samoyed: string;
1975
+ "danger-active": string;
1976
+ "danger-weak-active": string;
1950
1977
  danger: string;
1951
1978
  "danger-selected": string;
1952
1979
  "danger-disabled": string;
@@ -1957,17 +1984,8 @@ declare const IconColorMapping: {
1957
1984
  "danger-weak": string;
1958
1985
  "danger-weak-hover": string;
1959
1986
  "danger-weak-press": string;
1960
- "decorative-option9": string;
1961
- "decorative-option8": string;
1962
- "decorative-option7": string;
1963
- "decorative-option5": string;
1964
- "decorative-option6": string;
1965
- "decorative-option4": string;
1966
- "decorative-option3": string;
1967
- "decorative-option2": string;
1968
- "decorative-option1": string;
1969
- information: string;
1970
- "information-weak": string;
1987
+ "neutral-active": string;
1988
+ "neutral-weak-active": string;
1971
1989
  neutral: string;
1972
1990
  "neutral-selected": string;
1973
1991
  "neutral-disabled": string;
@@ -1978,6 +1996,7 @@ declare const IconColorMapping: {
1978
1996
  "neutral-weak-hover": string;
1979
1997
  "neutral-weak-press": string;
1980
1998
  "neutral-weakest": string;
1999
+ "primary-active": string;
1981
2000
  primary: string;
1982
2001
  "primary-selected": string;
1983
2002
  "primary-disabled": string;
@@ -1985,6 +2004,26 @@ declare const IconColorMapping: {
1985
2004
  "primary-press": string;
1986
2005
  "primary-strong": string;
1987
2006
  "primary-strong-hover": string;
2007
+ "upsell-active": string;
2008
+ "upsell-weak-active": string;
2009
+ upsell: string;
2010
+ "upsell-selected": string;
2011
+ "upsell-hover": string;
2012
+ "upsell-press": string;
2013
+ "upsell-weak": string;
2014
+ "upsell-weak-hover": string;
2015
+ "upsell-weak-press": string;
2016
+ "decorative-option9": string;
2017
+ "decorative-option8": string;
2018
+ "decorative-option7": string;
2019
+ "decorative-option5": string;
2020
+ "decorative-option6": string;
2021
+ "decorative-option4": string;
2022
+ "decorative-option3": string;
2023
+ "decorative-option2": string;
2024
+ "decorative-option1": string;
2025
+ information: string;
2026
+ "information-weak": string;
1988
2027
  "status-caution": string;
1989
2028
  "status-inactive": string;
1990
2029
  "status-negative": string;
@@ -1999,19 +2038,12 @@ declare const IconColorMapping: {
1999
2038
  "status-progress": string;
2000
2039
  success: string;
2001
2040
  "success-weak": string;
2002
- upsell: string;
2003
- "upsell-selected": string;
2004
- "upsell-hover": string;
2005
- "upsell-press": string;
2006
- "upsell-weak": string;
2007
- "upsell-weak-hover": string;
2008
- "upsell-weak-press": string;
2009
2041
  warning: string;
2010
2042
  "warning-weak": string;
2011
- "information-weakest": string;
2012
2043
  "neutral-strong-hover": string;
2013
- "success-weakest": string;
2014
2044
  "upsell-weakest": string;
2045
+ "information-weakest": string;
2046
+ "success-weakest": string;
2015
2047
  "warning-weakest": string;
2016
2048
  };
2017
2049
  declare const BoxShadowMapping: Record<"none" | "core_none" | "core_sm" | "core_md" | "core_lg" | "raised" | "lifted" | "floating", string>;