@skbkontur/colors 1.1.2-34230.0 → 1.1.2-6463e.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 (125) hide show
  1. package/dist/cjs/get-base-tokens.d.ts +9 -7
  2. package/dist/cjs/get-base-tokens.js +77 -102
  3. package/dist/cjs/get-default-tokens.d.ts +98 -78
  4. package/dist/cjs/get-default-tokens.js +197 -177
  5. package/dist/cjs/helpers/get-palette.js +58 -64
  6. package/dist/cjs/helpers/get-promo.js +21 -27
  7. package/dist/cjs/types/base-tokens.d.ts +4 -4
  8. package/dist/cjs/utils/format-variable.d.ts +2 -0
  9. package/dist/cjs/utils/format-variable.js +11 -0
  10. package/dist/esm/get-base-tokens.d.ts +9 -7
  11. package/dist/esm/get-base-tokens.js +75 -96
  12. package/dist/esm/get-default-tokens.d.ts +98 -78
  13. package/dist/esm/get-default-tokens.js +197 -177
  14. package/dist/esm/helpers/get-palette.js +58 -64
  15. package/dist/esm/helpers/get-promo.js +21 -27
  16. package/dist/esm/types/base-tokens.d.ts +4 -4
  17. package/dist/esm/utils/format-variable.d.ts +2 -0
  18. package/dist/esm/utils/format-variable.js +6 -0
  19. package/dist/tokens/base/css/brand-blue-deep_accent-gray.css +1 -7
  20. package/dist/tokens/base/css/brand-blue_accent-gray.css +1 -7
  21. package/dist/tokens/base/css/brand-green_accent-gray.css +1 -7
  22. package/dist/tokens/base/css/brand-mint_accent-gray.css +1 -7
  23. package/dist/tokens/base/css/brand-orange_accent-gray.css +1 -7
  24. package/dist/tokens/base/css/brand-purple_accent-gray.css +1 -7
  25. package/dist/tokens/base/css/brand-red_accent-gray.css +1 -7
  26. package/dist/tokens/base/css/brand-violet_accent-gray.css +1 -7
  27. package/dist/tokens/base/js/brand-blue-deep_accent-gray.js +0 -6
  28. package/dist/tokens/base/js/brand-blue_accent-gray.js +0 -6
  29. package/dist/tokens/base/js/brand-green_accent-gray.js +0 -6
  30. package/dist/tokens/base/js/brand-mint_accent-gray.js +0 -6
  31. package/dist/tokens/base/js/brand-orange_accent-gray.js +0 -6
  32. package/dist/tokens/base/js/brand-purple_accent-gray.js +0 -6
  33. package/dist/tokens/base/js/brand-red_accent-gray.js +0 -6
  34. package/dist/tokens/base/js/brand-violet_accent-gray.js +0 -6
  35. package/dist/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.js +0 -16
  36. package/dist/tokens/base/js-tree/brand-blue_accent-gray.tree.js +0 -16
  37. package/dist/tokens/base/js-tree/brand-green_accent-gray.tree.js +0 -16
  38. package/dist/tokens/base/js-tree/brand-mint_accent-gray.tree.js +0 -16
  39. package/dist/tokens/base/js-tree/brand-orange_accent-gray.tree.js +0 -16
  40. package/dist/tokens/base/js-tree/brand-purple_accent-gray.tree.js +0 -16
  41. package/dist/tokens/base/js-tree/brand-red_accent-gray.tree.js +0 -16
  42. package/dist/tokens/base/js-tree/brand-violet_accent-gray.tree.js +0 -16
  43. package/dist/tokens/base/json/brand-blue-deep_accent-gray.json +0 -6
  44. package/dist/tokens/base/json/brand-blue_accent-gray.json +0 -6
  45. package/dist/tokens/base/json/brand-green_accent-gray.json +0 -6
  46. package/dist/tokens/base/json/brand-mint_accent-gray.json +0 -6
  47. package/dist/tokens/base/json/brand-orange_accent-gray.json +0 -6
  48. package/dist/tokens/base/json/brand-purple_accent-gray.json +0 -6
  49. package/dist/tokens/base/json/brand-red_accent-gray.json +0 -6
  50. package/dist/tokens/base/json/brand-violet_accent-gray.json +0 -6
  51. package/dist/tokens/base/json-tree/brand-blue-deep_accent-gray.tree.json +0 -16
  52. package/dist/tokens/base/json-tree/brand-blue_accent-gray.tree.json +0 -16
  53. package/dist/tokens/base/json-tree/brand-green_accent-gray.tree.json +0 -16
  54. package/dist/tokens/base/json-tree/brand-mint_accent-gray.tree.json +0 -16
  55. package/dist/tokens/base/json-tree/brand-orange_accent-gray.tree.json +0 -16
  56. package/dist/tokens/base/json-tree/brand-purple_accent-gray.tree.json +0 -16
  57. package/dist/tokens/base/json-tree/brand-red_accent-gray.tree.json +0 -16
  58. package/dist/tokens/base/json-tree/brand-violet_accent-gray.tree.json +0 -16
  59. package/dist/tokens/base/less/brand-blue-deep_accent-gray.less +1 -7
  60. package/dist/tokens/base/less/brand-blue_accent-gray.less +1 -7
  61. package/dist/tokens/base/less/brand-green_accent-gray.less +1 -7
  62. package/dist/tokens/base/less/brand-mint_accent-gray.less +1 -7
  63. package/dist/tokens/base/less/brand-orange_accent-gray.less +1 -7
  64. package/dist/tokens/base/less/brand-purple_accent-gray.less +1 -7
  65. package/dist/tokens/base/less/brand-red_accent-gray.less +1 -7
  66. package/dist/tokens/base/less/brand-violet_accent-gray.less +1 -7
  67. package/dist/tokens/base/scss/brand-blue-deep_accent-gray.scss +1 -7
  68. package/dist/tokens/base/scss/brand-blue_accent-gray.scss +1 -7
  69. package/dist/tokens/base/scss/brand-green_accent-gray.scss +1 -7
  70. package/dist/tokens/base/scss/brand-mint_accent-gray.scss +1 -7
  71. package/dist/tokens/base/scss/brand-orange_accent-gray.scss +1 -7
  72. package/dist/tokens/base/scss/brand-purple_accent-gray.scss +1 -7
  73. package/dist/tokens/base/scss/brand-red_accent-gray.scss +1 -7
  74. package/dist/tokens/base/scss/brand-violet_accent-gray.scss +1 -7
  75. package/dist/tokens/semantic/css/brand-blue-deep_accent-brand.css +104 -84
  76. package/dist/tokens/semantic/css/brand-blue-deep_accent-gray.css +126 -106
  77. package/dist/tokens/semantic/css/brand-blue_accent-brand.css +104 -84
  78. package/dist/tokens/semantic/css/brand-blue_accent-gray.css +126 -106
  79. package/dist/tokens/semantic/css/brand-green_accent-brand.css +104 -84
  80. package/dist/tokens/semantic/css/brand-green_accent-gray.css +126 -106
  81. package/dist/tokens/semantic/css/brand-mint_accent-brand.css +104 -84
  82. package/dist/tokens/semantic/css/brand-mint_accent-gray.css +126 -106
  83. package/dist/tokens/semantic/css/brand-orange_accent-brand.css +104 -84
  84. package/dist/tokens/semantic/css/brand-orange_accent-gray.css +126 -106
  85. package/dist/tokens/semantic/css/brand-purple_accent-brand.css +104 -84
  86. package/dist/tokens/semantic/css/brand-purple_accent-gray.css +126 -106
  87. package/dist/tokens/semantic/css/brand-red_accent-brand.css +104 -84
  88. package/dist/tokens/semantic/css/brand-red_accent-gray.css +126 -106
  89. package/dist/tokens/semantic/css/brand-violet_accent-brand.css +104 -84
  90. package/dist/tokens/semantic/css/brand-violet_accent-gray.css +126 -106
  91. package/dist/tokens/semantic/js/brand-blue-deep_accent-brand.js +104 -84
  92. package/dist/tokens/semantic/js/brand-blue-deep_accent-gray.js +120 -106
  93. package/dist/tokens/semantic/js/brand-blue_accent-brand.js +104 -84
  94. package/dist/tokens/semantic/js/brand-blue_accent-gray.js +120 -106
  95. package/dist/tokens/semantic/js/brand-green_accent-brand.js +104 -84
  96. package/dist/tokens/semantic/js/brand-green_accent-gray.js +120 -106
  97. package/dist/tokens/semantic/js/brand-mint_accent-brand.js +104 -84
  98. package/dist/tokens/semantic/js/brand-mint_accent-gray.js +120 -106
  99. package/dist/tokens/semantic/js/brand-orange_accent-brand.js +104 -84
  100. package/dist/tokens/semantic/js/brand-orange_accent-gray.js +120 -106
  101. package/dist/tokens/semantic/js/brand-purple_accent-brand.js +104 -84
  102. package/dist/tokens/semantic/js/brand-purple_accent-gray.js +120 -106
  103. package/dist/tokens/semantic/js/brand-red_accent-brand.js +104 -84
  104. package/dist/tokens/semantic/js/brand-red_accent-gray.js +120 -106
  105. package/dist/tokens/semantic/js/brand-violet_accent-brand.js +104 -84
  106. package/dist/tokens/semantic/js/brand-violet_accent-gray.js +120 -106
  107. package/dist/tokens/semantic/json/brand-blue-deep_accent-brand.json +54 -22
  108. package/dist/tokens/semantic/json/brand-blue-deep_accent-gray.json +58 -30
  109. package/dist/tokens/semantic/json/brand-blue_accent-brand.json +54 -22
  110. package/dist/tokens/semantic/json/brand-blue_accent-gray.json +58 -30
  111. package/dist/tokens/semantic/json/brand-green_accent-brand.json +54 -22
  112. package/dist/tokens/semantic/json/brand-green_accent-gray.json +58 -30
  113. package/dist/tokens/semantic/json/brand-mint_accent-brand.json +54 -22
  114. package/dist/tokens/semantic/json/brand-mint_accent-gray.json +58 -30
  115. package/dist/tokens/semantic/json/brand-orange_accent-brand.json +54 -22
  116. package/dist/tokens/semantic/json/brand-orange_accent-gray.json +58 -30
  117. package/dist/tokens/semantic/json/brand-purple_accent-brand.json +54 -22
  118. package/dist/tokens/semantic/json/brand-purple_accent-gray.json +58 -30
  119. package/dist/tokens/semantic/json/brand-red_accent-brand.json +54 -22
  120. package/dist/tokens/semantic/json/brand-red_accent-gray.json +58 -30
  121. package/dist/tokens/semantic/json/brand-violet_accent-brand.json +54 -22
  122. package/dist/tokens/semantic/json/brand-violet_accent-gray.json +58 -30
  123. package/dist/tokens/semantic/less/semantic.less +46 -36
  124. package/dist/tokens/semantic/scss/semantic.scss +46 -36
  125. package/package.json +1 -1
@@ -2,58 +2,64 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getDefaultTokens = void 0;
4
4
  var getDefaultTokens = function (base) {
5
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59;
5
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76, _77, _78, _79, _80, _81, _82, _83, _84, _85, _86, _87, _88, _89, _90, _91, _92, _93, _94, _95, _96, _97, _98, _99, _100, _101, _102, _103, _104, _105, _106, _107, _108, _109, _110, _111, _112, _113, _114, _115, _116, _117, _118, _119, _120, _121, _122, _123, _124, _125, _126, _127, _128, _129, _130, _131, _132, _133, _134, _135, _136, _137, _138, _139;
6
6
  return ({
7
7
  light: {
8
- textAccentPrimary: ((_a = base.accent.palette) === null || _a === void 0 ? void 0 : _a.vivid[52]) || base.blackAlpha[88],
9
- textAccentPrimaryHover: ((_b = base.accent.palette) === null || _b === void 0 ? void 0 : _b.vivid[60]) || base.blackAlpha[96],
10
- textAccentPrimaryPressed: ((_c = base.accent.palette) === null || _c === void 0 ? void 0 : _c.dim[48]) || base.blackAlpha[96],
8
+ textAccentHeavy: ((_b = (_a = base.accent) === null || _a === void 0 ? void 0 : _a.palette) === null || _b === void 0 ? void 0 : _b.vivid[52]) || base.blackAlpha[88],
9
+ textAccentHeavyHover: ((_d = (_c = base.accent) === null || _c === void 0 ? void 0 : _c.palette) === null || _d === void 0 ? void 0 : _d.vivid[60]) || base.blackAlpha[96],
10
+ textAccentHeavyPressed: ((_f = (_e = base.accent) === null || _e === void 0 ? void 0 : _e.palette) === null || _f === void 0 ? void 0 : _f.dim[48]) || base.blackAlpha[96],
11
11
  textDisabled: base.blackAlpha[32],
12
- textErrorPrimary: base.customizable.red.vivid[52],
13
- textErrorPrimaryHover: base.customizable.red.vivid[60],
14
- textErrorPrimaryPressed: base.customizable.red.dim[48],
15
- textInvertedAccentPrimary: ((_d = base.accent.palette) === null || _d === void 0 ? void 0 : _d.vivid[72]) || base.whiteAlpha[96],
16
- textInvertedAccentPrimaryHover: ((_e = base.accent.palette) === null || _e === void 0 ? void 0 : _e.vivid[80]) || base.gray[100],
17
- textInvertedAccentPrimaryPressed: ((_f = base.accent.palette) === null || _f === void 0 ? void 0 : _f.dim[64]) || base.gray[100],
12
+ textErrorHeavy: base.customizable.red.vivid[52],
13
+ textErrorHeavyHover: base.customizable.red.vivid[60],
14
+ textErrorHeavyPressed: base.customizable.red.dim[48],
15
+ textInvertedAccentHeavy: ((_h = (_g = base.accent) === null || _g === void 0 ? void 0 : _g.palette) === null || _h === void 0 ? void 0 : _h.vivid[72]) || base.whiteAlpha[96],
16
+ textInvertedAccentHeavyHover: ((_k = (_j = base.accent) === null || _j === void 0 ? void 0 : _j.palette) === null || _k === void 0 ? void 0 : _k.vivid[80]) || base.gray[100],
17
+ textInvertedAccentHeavyPressed: ((_m = (_l = base.accent) === null || _l === void 0 ? void 0 : _l.palette) === null || _m === void 0 ? void 0 : _m.dim[64]) || base.gray[100],
18
18
  textInvertedDisabled: base.whiteAlpha[40],
19
- textInvertedErrorPrimary: base.customizable.red.vivid[68],
20
- textInvertedErrorPrimaryHover: base.customizable.red.vivid[72],
21
- textInvertedErrorPrimaryPressed: base.customizable.red.dim[64],
22
- textInvertedNeutralPrimary: base.whiteAlpha[96],
23
- textInvertedNeutralSecondary: base.whiteAlpha[64],
24
- textInvertedSuccessPrimary: base.customizable.green.vivid[72],
25
- textInvertedSuccessPrimaryHover: base.customizable.green.vivid[80],
26
- textInvertedSuccessPrimaryPressed: base.customizable.green.dim[64],
27
- textInvertedWarningPrimary: base.warning.vivid[80],
28
- textInvertedWarningPrimaryHover: base.warning.vivid[84],
29
- textInvertedWarningPrimaryPressed: base.warning.dim[72],
19
+ textInvertedErrorHeavy: base.customizable.red.vivid[68],
20
+ textInvertedErrorHeavyHover: base.customizable.red.vivid[72],
21
+ textInvertedErrorHeavyPressed: base.customizable.red.dim[64],
22
+ textInvertedNeutralHeavy: base.whiteAlpha[96],
23
+ textInvertedNeutralPale: base.whiteAlpha[48],
24
+ textInvertedNeutralSoft: base.whiteAlpha[64],
25
+ textInvertedSuccessHeavy: base.customizable.green.vivid[72],
26
+ textInvertedSuccessHeavyHover: base.customizable.green.vivid[80],
27
+ textInvertedSuccessHeavyPressed: base.customizable.green.dim[64],
28
+ textInvertedWarningHeavy: base.warning.vivid[80],
29
+ textInvertedWarningHeavyHover: base.warning.vivid[84],
30
+ textInvertedWarningHeavyPressed: base.warning.dim[72],
30
31
  textLogo: base.brand.logo.light,
31
- textNeutralPrimary: base.blackAlpha[88],
32
- textNeutralSecondary: base.blackAlpha[56],
33
- textSuccessPrimary: base.customizable.green.vivid[52],
34
- textSuccessPrimaryHover: base.customizable.green.vivid[60],
35
- textSuccessPrimaryPressed: base.customizable.green.dim[48],
36
- textWarningPrimary: base.warning.vivid[64],
37
- textWarningPrimaryHover: base.warning.vivid[72],
38
- textWarningPrimaryPressed: base.warning.dim[60],
32
+ textNeutralHeavy: base.blackAlpha[88],
33
+ textNeutralPale: base.blackAlpha[40],
34
+ textNeutralSoft: base.blackAlpha[56],
35
+ textSuccessHeavy: base.customizable.green.vivid[52],
36
+ textSuccessHeavyHover: base.customizable.green.vivid[60],
37
+ textSuccessHeavyPressed: base.customizable.green.dim[48],
38
+ textWarningHeavy: base.warning.vivid[64],
39
+ textWarningHeavyHover: base.warning.vivid[72],
40
+ textWarningHeavyPressed: base.warning.dim[60],
39
41
  textConstDisabledBlack: base.blackAlpha[32],
40
42
  textConstDisabledWhite: base.whiteAlpha[40],
41
- textConstPrimaryBlack: base.blackAlpha[88],
42
- textConstPrimaryWhite: base.whiteAlpha[96],
43
- textConstSecondaryBlack: base.blackAlpha[56],
44
- textConstSecondaryWhite: base.whiteAlpha[64],
45
- textOnAccentBoldDisabled: ((_g = base.onAccent) === null || _g === void 0 ? void 0 : _g[40]) || base.whiteAlpha[40],
46
- textOnAccentBoldPrimary: ((_h = base.onAccent) === null || _h === void 0 ? void 0 : _h[96]) || base.whiteAlpha[96],
47
- textOnAccentBoldSecondary: ((_j = base.onAccent) === null || _j === void 0 ? void 0 : _j[64]) || base.whiteAlpha[64],
43
+ textConstHeavyBlack: base.blackAlpha[88],
44
+ textConstHeavyWhite: base.whiteAlpha[96],
45
+ textConstPaleBlack: base.blackAlpha[40],
46
+ textConstPaleWhite: base.whiteAlpha[48],
47
+ textConstSoftBlack: base.blackAlpha[56],
48
+ textConstSoftWhite: base.whiteAlpha[64],
49
+ textOnAccentBoldDisabled: ((_o = base.onAccent) === null || _o === void 0 ? void 0 : _o[40]) || base.whiteAlpha[40],
50
+ textOnAccentBoldHeavy: ((_p = base.onAccent) === null || _p === void 0 ? void 0 : _p[96]) || base.whiteAlpha[96],
51
+ textOnAccentBoldPale: ((_q = base.onAccent) === null || _q === void 0 ? void 0 : _q[48]) || base.whiteAlpha[48],
52
+ textOnAccentBoldSoft: ((_r = base.onAccent) === null || _r === void 0 ? void 0 : _r[64]) || base.whiteAlpha[64],
48
53
  textOnBrandOriginalDisabled: base.onBrand[40],
49
- textOnBrandOriginalPrimary: base.onBrand[96],
50
- textOnBrandOriginalSecondary: base.onBrand[64],
51
- shapeBoldAccent: base.accent.original.light || base.gray[36],
52
- shapeBoldAccentHover: base.accent.interactions.hover.light || base.gray[28],
53
- shapeBoldAccentPressed: base.accent.interactions.pressed.light || base.gray[20],
54
- shapeBoldBrandOriginal: base.accent.original.light,
55
- shapeBoldBrandOriginalHover: base.accent.interactions.hover.light,
56
- shapeBoldBrandOriginalPressed: base.accent.interactions.pressed.light,
54
+ textOnBrandOriginalHeavy: base.onBrand[96],
55
+ textOnBrandOriginalPale: base.onBrand[48],
56
+ textOnBrandOriginalSoft: base.onBrand[64],
57
+ shapeBoldAccent: ((_s = base.accent) === null || _s === void 0 ? void 0 : _s.original.light) || base.gray[36],
58
+ shapeBoldAccentHover: ((_t = base.accent) === null || _t === void 0 ? void 0 : _t.interactions.hover.light) || base.gray[28],
59
+ shapeBoldAccentPressed: ((_u = base.accent) === null || _u === void 0 ? void 0 : _u.interactions.pressed.light) || base.gray[20],
60
+ shapeBoldBrandOriginal: (_v = base.accent) === null || _v === void 0 ? void 0 : _v.original.light,
61
+ shapeBoldBrandOriginalHover: (_w = base.accent) === null || _w === void 0 ? void 0 : _w.interactions.hover.light,
62
+ shapeBoldBrandOriginalPressed: (_x = base.accent) === null || _x === void 0 ? void 0 : _x.interactions.pressed.light,
57
63
  shapeBoldError: base.customizable.red.vivid[64],
58
64
  shapeBoldErrorHover: base.customizable.red.vivid[60],
59
65
  shapeBoldErrorPressed: base.customizable.red.normal[56],
@@ -66,12 +72,12 @@ var getDefaultTokens = function (base) {
66
72
  shapeBoldWarning: base.warning.vivid[84],
67
73
  shapeBoldWarningHover: base.warning.vivid[80],
68
74
  shapeBoldWarningPressed: base.warning.normal[76],
69
- shapeFaintAccent: ((_k = base.accent.palette) === null || _k === void 0 ? void 0 : _k.normal[96]) || base.blackAlpha[12],
70
- shapeFaintAccentHover: ((_l = base.accent.palette) === null || _l === void 0 ? void 0 : _l.normal[92]) || base.blackAlpha[16],
71
- shapeFaintAccentPressed: ((_m = base.accent.palette) === null || _m === void 0 ? void 0 : _m.dim[88]) || base.blackAlpha[24],
72
- shapeFaintBrand: (_o = base.brand.palette) === null || _o === void 0 ? void 0 : _o.vivid[96],
73
- shapeFaintBrandHover: (_p = base.brand.palette) === null || _p === void 0 ? void 0 : _p.normal[92],
74
- shapeFaintBrandPressed: (_q = base.brand.palette) === null || _q === void 0 ? void 0 : _q.dim[92],
75
+ shapeFaintAccent: ((_z = (_y = base.accent) === null || _y === void 0 ? void 0 : _y.palette) === null || _z === void 0 ? void 0 : _z.normal[96]) || base.blackAlpha[12],
76
+ shapeFaintAccentHover: ((_1 = (_0 = base.accent) === null || _0 === void 0 ? void 0 : _0.palette) === null || _1 === void 0 ? void 0 : _1.normal[92]) || base.blackAlpha[16],
77
+ shapeFaintAccentPressed: ((_3 = (_2 = base.accent) === null || _2 === void 0 ? void 0 : _2.palette) === null || _3 === void 0 ? void 0 : _3.dim[88]) || base.blackAlpha[24],
78
+ shapeFaintBrand: (_4 = base.brand.palette) === null || _4 === void 0 ? void 0 : _4.vivid[96],
79
+ shapeFaintBrandHover: (_5 = base.brand.palette) === null || _5 === void 0 ? void 0 : _5.normal[92],
80
+ shapeFaintBrandPressed: (_6 = base.brand.palette) === null || _6 === void 0 ? void 0 : _6.dim[92],
75
81
  shapeFaintError: base.customizable.red.vivid[96],
76
82
  shapeFaintErrorHover: base.customizable.red.normal[92],
77
83
  shapeFaintErrorPressed: base.customizable.red.dim[92],
@@ -89,13 +95,15 @@ var getDefaultTokens = function (base) {
89
95
  shapeHeavySuccess: base.customizable.green.normal[36],
90
96
  shapeHeavyWarning: base.warning.vivid[36],
91
97
  shapeOtherAccentBoldDisabled: base.blackAlpha[32],
92
- shapeOtherBacklessHover: base.blackAlpha[8],
93
- shapeOtherBacklessPressed: base.blackAlpha[12],
98
+ shapeOtherBacklessHover: base.blackAlpha[6],
99
+ shapeOtherBacklessPressed: base.blackAlpha[8],
94
100
  shapeOtherBase: base.gray[100],
95
- shapeOtherBaseHover: base.whiteAlpha[64],
96
- shapeOtherBasePressed: base.whiteAlpha[32],
101
+ shapeOtherBaseHover: base.gray[96],
102
+ shapeOtherBasePressed: base.gray[92],
97
103
  shapeOtherDisabled: base.blackAlpha[6],
98
104
  shapeOtherField: base.gray[100],
105
+ shapeOtherFieldHover: base.gray[96],
106
+ shapeOtherFieldPressed: base.gray[92],
99
107
  shapeOtherLow: base.blackAlpha[6],
100
108
  shapeOtherLowHover: base.blackAlpha[8],
101
109
  shapeOtherLowPressed: base.blackAlpha[12],
@@ -108,12 +116,12 @@ var getDefaultTokens = function (base) {
108
116
  shapeOtherNeutralSoftSolid: base.gray[84],
109
117
  shapeOtherNeutralSoftSolidHover: base.gray[80],
110
118
  shapeOtherNeutralSoftSolidPressed: base.gray[76],
111
- shapePaleAccent: ((_r = base.accent.palette) === null || _r === void 0 ? void 0 : _r.vivid[92]) || base.blackAlpha[16],
112
- shapePaleAccentHover: ((_s = base.accent.palette) === null || _s === void 0 ? void 0 : _s.normal[88]) || base.blackAlpha[24],
113
- shapePaleAccentPressed: ((_t = base.accent.palette) === null || _t === void 0 ? void 0 : _t.dim[84]) || base.blackAlpha[32],
114
- shapePaleBrand: (_u = base.brand.palette) === null || _u === void 0 ? void 0 : _u.vivid[92],
115
- shapePaleBrandHover: (_v = base.brand.palette) === null || _v === void 0 ? void 0 : _v.normal[88],
116
- shapePaleBrandPressed: (_w = base.brand.palette) === null || _w === void 0 ? void 0 : _w.dim[88],
119
+ shapePaleAccent: ((_8 = (_7 = base.accent) === null || _7 === void 0 ? void 0 : _7.palette) === null || _8 === void 0 ? void 0 : _8.vivid[92]) || base.blackAlpha[16],
120
+ shapePaleAccentHover: ((_10 = (_9 = base.accent) === null || _9 === void 0 ? void 0 : _9.palette) === null || _10 === void 0 ? void 0 : _10.normal[88]) || base.blackAlpha[24],
121
+ shapePaleAccentPressed: ((_12 = (_11 = base.accent) === null || _11 === void 0 ? void 0 : _11.palette) === null || _12 === void 0 ? void 0 : _12.dim[84]) || base.blackAlpha[32],
122
+ shapePaleBrand: (_13 = base.brand.palette) === null || _13 === void 0 ? void 0 : _13.vivid[92],
123
+ shapePaleBrandHover: (_14 = base.brand.palette) === null || _14 === void 0 ? void 0 : _14.normal[88],
124
+ shapePaleBrandPressed: (_15 = base.brand.palette) === null || _15 === void 0 ? void 0 : _15.dim[88],
117
125
  shapePaleError: base.customizable.red.vivid[92],
118
126
  shapePaleErrorHover: base.customizable.red.normal[88],
119
127
  shapePaleErrorPressed: base.customizable.red.dim[88],
@@ -126,12 +134,12 @@ var getDefaultTokens = function (base) {
126
134
  shapePaleWarning: base.warning.vivid[92],
127
135
  shapePaleWarningHover: base.warning.normal[88],
128
136
  shapePaleWarningPressed: base.warning.dim[88],
129
- shapeSoftAccent: ((_x = base.accent.palette) === null || _x === void 0 ? void 0 : _x.normal[80]) || base.blackAlpha[32],
130
- shapeSoftAccentHover: ((_y = base.accent.palette) === null || _y === void 0 ? void 0 : _y.normal[76]) || base.blackAlpha[40],
131
- shapeSoftAccentPressed: ((_z = base.accent.palette) === null || _z === void 0 ? void 0 : _z.dim[72]) || base.blackAlpha[48],
132
- shapeSoftBrand: (_0 = base.brand.palette) === null || _0 === void 0 ? void 0 : _0.normal[80],
133
- shapeSoftBrandHover: (_1 = base.brand.palette) === null || _1 === void 0 ? void 0 : _1.normal[76],
134
- shapeSoftBrandPressed: (_2 = base.brand.palette) === null || _2 === void 0 ? void 0 : _2.dim[72],
137
+ shapeSoftAccent: ((_17 = (_16 = base.accent) === null || _16 === void 0 ? void 0 : _16.palette) === null || _17 === void 0 ? void 0 : _17.normal[80]) || base.blackAlpha[32],
138
+ shapeSoftAccentHover: ((_19 = (_18 = base.accent) === null || _18 === void 0 ? void 0 : _18.palette) === null || _19 === void 0 ? void 0 : _19.normal[76]) || base.blackAlpha[40],
139
+ shapeSoftAccentPressed: ((_21 = (_20 = base.accent) === null || _20 === void 0 ? void 0 : _20.palette) === null || _21 === void 0 ? void 0 : _21.dim[72]) || base.blackAlpha[48],
140
+ shapeSoftBrand: (_22 = base.brand.palette) === null || _22 === void 0 ? void 0 : _22.normal[80],
141
+ shapeSoftBrandHover: (_23 = base.brand.palette) === null || _23 === void 0 ? void 0 : _23.normal[76],
142
+ shapeSoftBrandPressed: (_24 = base.brand.palette) === null || _24 === void 0 ? void 0 : _24.dim[72],
135
143
  shapeSoftError: base.customizable.red.normal[80],
136
144
  shapeSoftErrorHover: base.customizable.red.normal[76],
137
145
  shapeSoftErrorPressed: base.customizable.red.dim[72],
@@ -144,7 +152,7 @@ var getDefaultTokens = function (base) {
144
152
  shapeSoftWarning: base.warning.vivid[88],
145
153
  shapeSoftWarningHover: base.warning.normal[84],
146
154
  shapeSoftWarningPressed: base.warning.dim[80],
147
- shapeInvertedBacklessHover: base.whiteAlpha[8],
155
+ shapeInvertedBacklessHover: base.whiteAlpha[6],
148
156
  shapeInvertedBacklessPressed: base.whiteAlpha[4],
149
157
  shapeInvertedDisabled: base.whiteAlpha[6],
150
158
  shapeInvertedNeutralFaintAlpha: base.whiteAlpha[6],
@@ -190,15 +198,15 @@ var getDefaultTokens = function (base) {
190
198
  shapeConstSoftWhite: base.whiteAlpha[24],
191
199
  shapeConstSoftWhiteHover: base.whiteAlpha[32],
192
200
  shapeConstSoftWhitePressed: base.whiteAlpha[24],
193
- lineAccentBold: base.accent.original.light || base.gray[40],
194
- lineAccentBoldHover: base.accent.interactions.hover.light || base.gray[20],
195
- lineAccentBoldPressed: base.accent.interactions.pressed.light || base.blackAlpha[64],
196
- lineAccentPale: ((_3 = base.accent.palette) === null || _3 === void 0 ? void 0 : _3.normal[88]) || base.blackAlpha[24],
197
- lineAccentPaleHover: ((_4 = base.accent.palette) === null || _4 === void 0 ? void 0 : _4.normal[84]) || base.blackAlpha[32],
198
- lineAccentPalePressed: ((_5 = base.accent.palette) === null || _5 === void 0 ? void 0 : _5.dim[80]) || base.blackAlpha[40],
199
- lineAccentSoft: ((_6 = base.accent.palette) === null || _6 === void 0 ? void 0 : _6.dim[76]) || base.blackAlpha[48],
200
- lineAccentSoftHover: ((_7 = base.accent.palette) === null || _7 === void 0 ? void 0 : _7.vivid[60]) || base.blackAlpha[96],
201
- lineAccentSoftPressed: ((_8 = base.accent.palette) === null || _8 === void 0 ? void 0 : _8.dim[48]) || base.blackAlpha[96],
201
+ lineAccentBold: ((_25 = base.accent) === null || _25 === void 0 ? void 0 : _25.original.light) || base.gray[40],
202
+ lineAccentBoldHover: ((_26 = base.accent) === null || _26 === void 0 ? void 0 : _26.interactions.hover.light) || base.gray[20],
203
+ lineAccentBoldPressed: ((_27 = base.accent) === null || _27 === void 0 ? void 0 : _27.interactions.pressed.light) || base.blackAlpha[64],
204
+ lineAccentPale: ((_29 = (_28 = base.accent) === null || _28 === void 0 ? void 0 : _28.palette) === null || _29 === void 0 ? void 0 : _29.normal[88]) || base.blackAlpha[24],
205
+ lineAccentPaleHover: ((_31 = (_30 = base.accent) === null || _30 === void 0 ? void 0 : _30.palette) === null || _31 === void 0 ? void 0 : _31.normal[84]) || base.blackAlpha[32],
206
+ lineAccentPalePressed: ((_33 = (_32 = base.accent) === null || _32 === void 0 ? void 0 : _32.palette) === null || _33 === void 0 ? void 0 : _33.dim[80]) || base.blackAlpha[40],
207
+ lineAccentSoft: ((_35 = (_34 = base.accent) === null || _34 === void 0 ? void 0 : _34.palette) === null || _35 === void 0 ? void 0 : _35.dim[76]) || base.blackAlpha[48],
208
+ lineAccentSoftHover: ((_37 = (_36 = base.accent) === null || _36 === void 0 ? void 0 : _36.palette) === null || _37 === void 0 ? void 0 : _37.vivid[60]) || base.blackAlpha[96],
209
+ lineAccentSoftPressed: ((_39 = (_38 = base.accent) === null || _38 === void 0 ? void 0 : _38.palette) === null || _39 === void 0 ? void 0 : _39.dim[48]) || base.blackAlpha[96],
202
210
  lineBrandOriginal: base.brand.original,
203
211
  lineErrorBold: base.customizable.red.vivid[56],
204
212
  lineErrorBoldHover: base.customizable.red.vivid[64],
@@ -207,8 +215,8 @@ var getDefaultTokens = function (base) {
207
215
  lineNeutralPale: base.blackAlpha[16],
208
216
  lineNeutralPaleHover: base.blackAlpha[24],
209
217
  lineNeutralPalePressed: base.blackAlpha[40],
210
- lineOnAccentBoldFaint: ((_9 = base.onAccent) === null || _9 === void 0 ? void 0 : _9[12]) || base.whiteAlpha[12],
211
- lineOnAccentBoldPale: ((_10 = base.onAccent) === null || _10 === void 0 ? void 0 : _10[24]) || base.whiteAlpha[24],
218
+ lineOnAccentBoldFaint: ((_40 = base.onAccent) === null || _40 === void 0 ? void 0 : _40[12]) || base.whiteAlpha[12],
219
+ lineOnAccentBoldPale: ((_41 = base.onAccent) === null || _41 === void 0 ? void 0 : _41[24]) || base.whiteAlpha[24],
212
220
  lineOnBrandOriginalFaint: base.onBrand[12],
213
221
  lineOnBrandOriginalPale: base.onBrand[24],
214
222
  lineSuccessBold: base.customizable.green.vivid[56],
@@ -217,15 +225,15 @@ var getDefaultTokens = function (base) {
217
225
  lineWarningBold: base.warning.vivid[80],
218
226
  lineWarningBoldHover: base.warning.vivid[72],
219
227
  lineWarningBoldPressed: base.warning.dim[68],
220
- lineInvertedAccentBold: base.accent.original.dark || base.gray[88],
221
- lineInvertedAccentBoldHover: base.accent.interactions.hover.dark || base.gray[100],
222
- lineInvertedAccentBoldPressed: base.accent.interactions.pressed.dark || base.whiteAlpha[64],
223
- lineInvertedAccentPale: ((_11 = base.accent.palette) === null || _11 === void 0 ? void 0 : _11.dim[44]) || base.whiteAlpha[24],
224
- lineInvertedAccentPaleHover: ((_12 = base.accent.palette) === null || _12 === void 0 ? void 0 : _12.dim[48]) || base.whiteAlpha[32],
225
- lineInvertedAccentPalePressed: ((_13 = base.accent.palette) === null || _13 === void 0 ? void 0 : _13.dim[40]) || base.whiteAlpha[16],
226
- lineInvertedAccentSoft: ((_14 = base.accent.palette) === null || _14 === void 0 ? void 0 : _14.dim[48]) || base.whiteAlpha[48],
227
- lineInvertedAccentSoftHover: ((_15 = base.accent.palette) === null || _15 === void 0 ? void 0 : _15.vivid[80]) || base.gray[100],
228
- lineInvertedAccentSoftPressed: ((_16 = base.accent.palette) === null || _16 === void 0 ? void 0 : _16.normal[64]) || base.gray[100],
228
+ lineInvertedAccentBold: ((_42 = base.accent) === null || _42 === void 0 ? void 0 : _42.original.dark) || base.gray[88],
229
+ lineInvertedAccentBoldHover: ((_43 = base.accent) === null || _43 === void 0 ? void 0 : _43.interactions.hover.dark) || base.gray[100],
230
+ lineInvertedAccentBoldPressed: ((_44 = base.accent) === null || _44 === void 0 ? void 0 : _44.interactions.pressed.dark) || base.whiteAlpha[64],
231
+ lineInvertedAccentPale: ((_46 = (_45 = base.accent) === null || _45 === void 0 ? void 0 : _45.palette) === null || _46 === void 0 ? void 0 : _46.dim[44]) || base.whiteAlpha[24],
232
+ lineInvertedAccentPaleHover: ((_48 = (_47 = base.accent) === null || _47 === void 0 ? void 0 : _47.palette) === null || _48 === void 0 ? void 0 : _48.dim[48]) || base.whiteAlpha[32],
233
+ lineInvertedAccentPalePressed: ((_50 = (_49 = base.accent) === null || _49 === void 0 ? void 0 : _49.palette) === null || _50 === void 0 ? void 0 : _50.dim[40]) || base.whiteAlpha[16],
234
+ lineInvertedAccentSoft: ((_52 = (_51 = base.accent) === null || _51 === void 0 ? void 0 : _51.palette) === null || _52 === void 0 ? void 0 : _52.dim[48]) || base.whiteAlpha[48],
235
+ lineInvertedAccentSoftHover: ((_54 = (_53 = base.accent) === null || _53 === void 0 ? void 0 : _53.palette) === null || _54 === void 0 ? void 0 : _54.vivid[80]) || base.gray[100],
236
+ lineInvertedAccentSoftPressed: ((_56 = (_55 = base.accent) === null || _55 === void 0 ? void 0 : _55.palette) === null || _56 === void 0 ? void 0 : _56.normal[64]) || base.gray[100],
229
237
  lineInvertedErrorBold: base.customizable.red.vivid[60],
230
238
  lineInvertedErrorBoldHover: base.customizable.red.vivid[68],
231
239
  lineInvertedErrorBoldPressed: base.customizable.red.dim[56],
@@ -254,10 +262,12 @@ var getDefaultTokens = function (base) {
254
262
  illustrationBlack: base.gray[16],
255
263
  illustrationBrand: base.brand.original,
256
264
  illustrationComplement: base.brand.promo,
265
+ illustrationInvertedNeutral: base.gray[100],
266
+ illustrationNeutral: base.gray[0],
257
267
  illustrationOnBrand: base.onBrand[100],
258
268
  illustrationOnComplement: base.gray[100],
259
269
  illustrationPromo: base.brand.promo,
260
- illustrationSymbol: (_17 = base.brand.palette) === null || _17 === void 0 ? void 0 : _17.normal[80],
270
+ illustrationSymbol: (_57 = base.brand.palette) === null || _57 === void 0 ? void 0 : _57.normal[80],
261
271
  illustrationWhite: base.gray[100],
262
272
  customizableBoldBlack: base.gray[52],
263
273
  customizableBoldBlue: base.customizable.blue.vivid[68],
@@ -316,55 +326,61 @@ var getDefaultTokens = function (base) {
316
326
  customizableSoftYellow: base.customizable.yellow.vivid[88],
317
327
  },
318
328
  dark: {
319
- textAccentPrimary: ((_18 = base.accent.palette) === null || _18 === void 0 ? void 0 : _18.vivid[72]) || base.whiteAlpha[96],
320
- textAccentPrimaryHover: ((_19 = base.accent.palette) === null || _19 === void 0 ? void 0 : _19.vivid[80]) || base.gray[100],
321
- textAccentPrimaryPressed: ((_20 = base.accent.palette) === null || _20 === void 0 ? void 0 : _20.dim[64]) || base.gray[100],
329
+ textAccentHeavy: ((_59 = (_58 = base.accent) === null || _58 === void 0 ? void 0 : _58.palette) === null || _59 === void 0 ? void 0 : _59.vivid[72]) || base.whiteAlpha[96],
330
+ textAccentHeavyHover: ((_61 = (_60 = base.accent) === null || _60 === void 0 ? void 0 : _60.palette) === null || _61 === void 0 ? void 0 : _61.vivid[80]) || base.gray[100],
331
+ textAccentHeavyPressed: ((_63 = (_62 = base.accent) === null || _62 === void 0 ? void 0 : _62.palette) === null || _63 === void 0 ? void 0 : _63.dim[64]) || base.gray[100],
322
332
  textDisabled: base.whiteAlpha[40],
323
- textErrorPrimary: base.customizable.red.vivid[68],
324
- textErrorPrimaryHover: base.customizable.red.vivid[72],
325
- textErrorPrimaryPressed: base.customizable.red.dim[64],
326
- textInvertedAccentPrimary: ((_21 = base.accent.palette) === null || _21 === void 0 ? void 0 : _21.vivid[52]) || base.blackAlpha[88],
327
- textInvertedAccentPrimaryHover: ((_22 = base.accent.palette) === null || _22 === void 0 ? void 0 : _22.vivid[60]) || base.blackAlpha[96],
328
- textInvertedAccentPrimaryPressed: ((_23 = base.accent.palette) === null || _23 === void 0 ? void 0 : _23.dim[48]) || base.blackAlpha[96],
333
+ textErrorHeavy: base.customizable.red.vivid[68],
334
+ textErrorHeavyHover: base.customizable.red.vivid[72],
335
+ textErrorHeavyPressed: base.customizable.red.dim[64],
336
+ textInvertedAccentHeavy: ((_65 = (_64 = base.accent) === null || _64 === void 0 ? void 0 : _64.palette) === null || _65 === void 0 ? void 0 : _65.vivid[52]) || base.blackAlpha[88],
337
+ textInvertedAccentHeavyHover: ((_67 = (_66 = base.accent) === null || _66 === void 0 ? void 0 : _66.palette) === null || _67 === void 0 ? void 0 : _67.vivid[60]) || base.blackAlpha[96],
338
+ textInvertedAccentHeavyPressed: ((_69 = (_68 = base.accent) === null || _68 === void 0 ? void 0 : _68.palette) === null || _69 === void 0 ? void 0 : _69.dim[48]) || base.blackAlpha[96],
329
339
  textInvertedDisabled: base.blackAlpha[32],
330
- textInvertedErrorPrimary: base.customizable.red.vivid[52],
331
- textInvertedErrorPrimaryHover: base.customizable.red.vivid[60],
332
- textInvertedErrorPrimaryPressed: base.customizable.red.dim[48],
333
- textInvertedNeutralPrimary: base.blackAlpha[88],
334
- textInvertedNeutralSecondary: base.blackAlpha[56],
335
- textInvertedSuccessPrimary: base.customizable.green.vivid[52],
336
- textInvertedSuccessPrimaryHover: base.customizable.green.vivid[60],
337
- textInvertedSuccessPrimaryPressed: base.customizable.green.dim[48],
338
- textInvertedWarningPrimary: base.warning.vivid[64],
339
- textInvertedWarningPrimaryHover: base.warning.vivid[72],
340
- textInvertedWarningPrimaryPressed: base.warning.dim[56],
340
+ textInvertedErrorHeavy: base.customizable.red.vivid[52],
341
+ textInvertedErrorHeavyHover: base.customizable.red.vivid[60],
342
+ textInvertedErrorHeavyPressed: base.customizable.red.dim[48],
343
+ textInvertedNeutralHeavy: base.blackAlpha[88],
344
+ textInvertedNeutralPale: base.blackAlpha[40],
345
+ textInvertedNeutralSoft: base.blackAlpha[56],
346
+ textInvertedSuccessHeavy: base.customizable.green.vivid[52],
347
+ textInvertedSuccessHeavyHover: base.customizable.green.vivid[60],
348
+ textInvertedSuccessHeavyPressed: base.customizable.green.dim[48],
349
+ textInvertedWarningHeavy: base.warning.vivid[64],
350
+ textInvertedWarningHeavyHover: base.warning.vivid[72],
351
+ textInvertedWarningHeavyPressed: base.warning.dim[56],
341
352
  textLogo: base.brand.logo.dark,
342
- textNeutralPrimary: base.whiteAlpha[96],
343
- textNeutralSecondary: base.whiteAlpha[64],
344
- textSuccessPrimary: base.customizable.green.vivid[72],
345
- textSuccessPrimaryHover: base.customizable.green.vivid[80],
346
- textSuccessPrimaryPressed: base.customizable.green.dim[64],
347
- textWarningPrimary: base.warning.vivid[80],
348
- textWarningPrimaryHover: base.warning.vivid[84],
349
- textWarningPrimaryPressed: base.warning.dim[72],
353
+ textNeutralHeavy: base.whiteAlpha[96],
354
+ textNeutralPale: base.whiteAlpha[48],
355
+ textNeutralSoft: base.whiteAlpha[64],
356
+ textSuccessHeavy: base.customizable.green.vivid[72],
357
+ textSuccessHeavyHover: base.customizable.green.vivid[80],
358
+ textSuccessHeavyPressed: base.customizable.green.dim[64],
359
+ textWarningHeavy: base.warning.vivid[80],
360
+ textWarningHeavyHover: base.warning.vivid[84],
361
+ textWarningHeavyPressed: base.warning.dim[72],
350
362
  textConstDisabledBlack: base.blackAlpha[32],
351
363
  textConstDisabledWhite: base.whiteAlpha[40],
352
- textConstPrimaryBlack: base.blackAlpha[88],
353
- textConstPrimaryWhite: base.whiteAlpha[96],
354
- textConstSecondaryBlack: base.blackAlpha[56],
355
- textConstSecondaryWhite: base.whiteAlpha[64],
356
- textOnAccentBoldDisabled: ((_24 = base.onAccent) === null || _24 === void 0 ? void 0 : _24[32]) || base.blackAlpha[32],
357
- textOnAccentBoldPrimary: ((_25 = base.onAccent) === null || _25 === void 0 ? void 0 : _25[96]) || base.blackAlpha[88],
358
- textOnAccentBoldSecondary: ((_26 = base.onAccent) === null || _26 === void 0 ? void 0 : _26[56]) || base.blackAlpha[56],
364
+ textConstHeavyBlack: base.blackAlpha[88],
365
+ textConstHeavyWhite: base.whiteAlpha[96],
366
+ textConstPaleBlack: base.blackAlpha[40],
367
+ textConstPaleWhite: base.whiteAlpha[48],
368
+ textConstSoftBlack: base.blackAlpha[56],
369
+ textConstSoftWhite: base.whiteAlpha[64],
370
+ textOnAccentBoldDisabled: ((_70 = base.onAccent) === null || _70 === void 0 ? void 0 : _70[32]) || base.blackAlpha[32],
371
+ textOnAccentBoldHeavy: ((_71 = base.onAccent) === null || _71 === void 0 ? void 0 : _71[96]) || base.blackAlpha[88],
372
+ textOnAccentBoldPale: ((_72 = base.onAccent) === null || _72 === void 0 ? void 0 : _72[40]) || base.blackAlpha[40],
373
+ textOnAccentBoldSoft: ((_73 = base.onAccent) === null || _73 === void 0 ? void 0 : _73[56]) || base.blackAlpha[56],
359
374
  textOnBrandOriginalDisabled: base.onBrand[40],
360
- textOnBrandOriginalPrimary: base.onBrand[96],
361
- textOnBrandOriginalSecondary: base.onBrand[64],
362
- shapeBoldAccent: base.accent.original.dark || base.gray[96],
363
- shapeBoldAccentHover: base.accent.interactions.hover.dark || base.gray[100],
364
- shapeBoldAccentPressed: base.accent.interactions.pressed.dark || base.gray[84],
365
- shapeBoldBrandOriginal: base.accent.original.dark,
366
- shapeBoldBrandOriginalHover: base.accent.interactions.hover.dark,
367
- shapeBoldBrandOriginalPressed: base.accent.interactions.pressed.light,
375
+ textOnBrandOriginalHeavy: base.onBrand[96],
376
+ textOnBrandOriginalPale: base.onBrand[48],
377
+ textOnBrandOriginalSoft: base.onBrand[64],
378
+ shapeBoldAccent: ((_74 = base.accent) === null || _74 === void 0 ? void 0 : _74.original.dark) || base.gray[96],
379
+ shapeBoldAccentHover: ((_75 = base.accent) === null || _75 === void 0 ? void 0 : _75.interactions.hover.dark) || base.gray[100],
380
+ shapeBoldAccentPressed: ((_76 = base.accent) === null || _76 === void 0 ? void 0 : _76.interactions.pressed.dark) || base.gray[84],
381
+ shapeBoldBrandOriginal: (_77 = base.accent) === null || _77 === void 0 ? void 0 : _77.original.dark,
382
+ shapeBoldBrandOriginalHover: (_78 = base.accent) === null || _78 === void 0 ? void 0 : _78.interactions.hover.dark,
383
+ shapeBoldBrandOriginalPressed: (_79 = base.accent) === null || _79 === void 0 ? void 0 : _79.interactions.pressed.light,
368
384
  shapeBoldError: base.customizable.red.normal[60],
369
385
  shapeBoldErrorHover: base.customizable.red.normal[64],
370
386
  shapeBoldErrorPressed: base.customizable.red.dim[52],
@@ -377,12 +393,12 @@ var getDefaultTokens = function (base) {
377
393
  shapeBoldWarning: base.warning.normal[80],
378
394
  shapeBoldWarningHover: base.warning.normal[84],
379
395
  shapeBoldWarningPressed: base.warning.dim[72],
380
- shapeFaintAccent: ((_27 = base.accent.palette) === null || _27 === void 0 ? void 0 : _27.dim[32]) || base.whiteAlpha[12],
381
- shapeFaintAccentHover: ((_28 = base.accent.palette) === null || _28 === void 0 ? void 0 : _28.dim[36]) || base.whiteAlpha[16],
382
- shapeFaintAccentPressed: ((_29 = base.accent.palette) === null || _29 === void 0 ? void 0 : _29.dim[28]) || base.whiteAlpha[8],
383
- shapeFaintBrand: (_30 = base.brand.palette) === null || _30 === void 0 ? void 0 : _30.dim[32],
384
- shapeFaintBrandHover: (_31 = base.brand.palette) === null || _31 === void 0 ? void 0 : _31.dim[36],
385
- shapeFaintBrandPressed: (_32 = base.brand.palette) === null || _32 === void 0 ? void 0 : _32.dim[28],
396
+ shapeFaintAccent: ((_81 = (_80 = base.accent) === null || _80 === void 0 ? void 0 : _80.palette) === null || _81 === void 0 ? void 0 : _81.dim[32]) || base.whiteAlpha[12],
397
+ shapeFaintAccentHover: ((_83 = (_82 = base.accent) === null || _82 === void 0 ? void 0 : _82.palette) === null || _83 === void 0 ? void 0 : _83.dim[36]) || base.whiteAlpha[16],
398
+ shapeFaintAccentPressed: ((_85 = (_84 = base.accent) === null || _84 === void 0 ? void 0 : _84.palette) === null || _85 === void 0 ? void 0 : _85.dim[28]) || base.whiteAlpha[8],
399
+ shapeFaintBrand: (_86 = base.brand.palette) === null || _86 === void 0 ? void 0 : _86.dim[32],
400
+ shapeFaintBrandHover: (_87 = base.brand.palette) === null || _87 === void 0 ? void 0 : _87.dim[36],
401
+ shapeFaintBrandPressed: (_88 = base.brand.palette) === null || _88 === void 0 ? void 0 : _88.dim[28],
386
402
  shapeFaintError: base.customizable.red.dim[32],
387
403
  shapeFaintErrorHover: base.customizable.red.dim[36],
388
404
  shapeFaintErrorPressed: base.customizable.red.dim[28],
@@ -400,13 +416,15 @@ var getDefaultTokens = function (base) {
400
416
  shapeHeavySuccess: base.customizable.green.normal[92],
401
417
  shapeHeavyWarning: base.warning.vivid[92],
402
418
  shapeOtherAccentBoldDisabled: base.whiteAlpha[32],
403
- shapeOtherBacklessHover: base.whiteAlpha[8],
419
+ shapeOtherBacklessHover: base.whiteAlpha[6],
404
420
  shapeOtherBacklessPressed: base.whiteAlpha[4],
405
- shapeOtherBase: base.whiteAlpha[6],
406
- shapeOtherBaseHover: base.whiteAlpha[12],
407
- shapeOtherBasePressed: base.whiteAlpha[4],
421
+ shapeOtherBase: base.gray[32],
422
+ shapeOtherBaseHover: base.gray[36],
423
+ shapeOtherBasePressed: base.gray[28],
408
424
  shapeOtherDisabled: base.whiteAlpha[6],
409
- shapeOtherField: base.blackAlpha[12],
425
+ shapeOtherField: base.blackAlpha[16],
426
+ shapeOtherFieldHover: base.blackAlpha[4],
427
+ shapeOtherFieldPressed: base.blackAlpha[12],
410
428
  shapeOtherLow: base.blackAlpha[24],
411
429
  shapeOtherLowHover: base.blackAlpha[16],
412
430
  shapeOtherLowPressed: base.blackAlpha[32],
@@ -419,12 +437,12 @@ var getDefaultTokens = function (base) {
419
437
  shapeOtherNeutralSoftSolid: base.gray[44],
420
438
  shapeOtherNeutralSoftSolidHover: base.gray[48],
421
439
  shapeOtherNeutralSoftSolidPressed: base.gray[40],
422
- shapePaleAccent: ((_33 = base.accent.palette) === null || _33 === void 0 ? void 0 : _33.dim[36]) || base.whiteAlpha[16],
423
- shapePaleAccentHover: ((_34 = base.accent.palette) === null || _34 === void 0 ? void 0 : _34.dim[40]) || base.whiteAlpha[24],
424
- shapePaleAccentPressed: ((_35 = base.accent.palette) === null || _35 === void 0 ? void 0 : _35.dim[32]) || base.whiteAlpha[12],
425
- shapePaleBrand: (_36 = base.brand.palette) === null || _36 === void 0 ? void 0 : _36.dim[36],
426
- shapePaleBrandHover: (_37 = base.brand.palette) === null || _37 === void 0 ? void 0 : _37.dim[40],
427
- shapePaleBrandPressed: (_38 = base.brand.palette) === null || _38 === void 0 ? void 0 : _38.dim[32],
440
+ shapePaleAccent: ((_90 = (_89 = base.accent) === null || _89 === void 0 ? void 0 : _89.palette) === null || _90 === void 0 ? void 0 : _90.dim[36]) || base.whiteAlpha[16],
441
+ shapePaleAccentHover: ((_92 = (_91 = base.accent) === null || _91 === void 0 ? void 0 : _91.palette) === null || _92 === void 0 ? void 0 : _92.dim[40]) || base.whiteAlpha[24],
442
+ shapePaleAccentPressed: ((_94 = (_93 = base.accent) === null || _93 === void 0 ? void 0 : _93.palette) === null || _94 === void 0 ? void 0 : _94.dim[32]) || base.whiteAlpha[12],
443
+ shapePaleBrand: (_95 = base.brand.palette) === null || _95 === void 0 ? void 0 : _95.dim[36],
444
+ shapePaleBrandHover: (_96 = base.brand.palette) === null || _96 === void 0 ? void 0 : _96.dim[40],
445
+ shapePaleBrandPressed: (_97 = base.brand.palette) === null || _97 === void 0 ? void 0 : _97.dim[32],
428
446
  shapePaleError: base.customizable.red.dim[36],
429
447
  shapePaleErrorHover: base.customizable.red.dim[40],
430
448
  shapePaleErrorPressed: base.customizable.red.dim[32],
@@ -437,12 +455,12 @@ var getDefaultTokens = function (base) {
437
455
  shapePaleWarning: base.warning.dim[36],
438
456
  shapePaleWarningHover: base.warning.dim[40],
439
457
  shapePaleWarningPressed: base.warning.dim[32],
440
- shapeSoftAccent: ((_39 = base.accent.palette) === null || _39 === void 0 ? void 0 : _39.dim[48]) || base.whiteAlpha[32],
441
- shapeSoftAccentHover: ((_40 = base.accent.palette) === null || _40 === void 0 ? void 0 : _40.dim[52]) || base.whiteAlpha[40],
442
- shapeSoftAccentPressed: ((_41 = base.accent.palette) === null || _41 === void 0 ? void 0 : _41.dim[44]) || base.whiteAlpha[24],
443
- shapeSoftBrand: (_42 = base.brand.palette) === null || _42 === void 0 ? void 0 : _42.dim[48],
444
- shapeSoftBrandHover: (_43 = base.brand.palette) === null || _43 === void 0 ? void 0 : _43.dim[52],
445
- shapeSoftBrandPressed: (_44 = base.brand.palette) === null || _44 === void 0 ? void 0 : _44.dim[44],
458
+ shapeSoftAccent: ((_99 = (_98 = base.accent) === null || _98 === void 0 ? void 0 : _98.palette) === null || _99 === void 0 ? void 0 : _99.dim[48]) || base.whiteAlpha[32],
459
+ shapeSoftAccentHover: ((_101 = (_100 = base.accent) === null || _100 === void 0 ? void 0 : _100.palette) === null || _101 === void 0 ? void 0 : _101.dim[52]) || base.whiteAlpha[40],
460
+ shapeSoftAccentPressed: ((_103 = (_102 = base.accent) === null || _102 === void 0 ? void 0 : _102.palette) === null || _103 === void 0 ? void 0 : _103.dim[44]) || base.whiteAlpha[24],
461
+ shapeSoftBrand: (_104 = base.brand.palette) === null || _104 === void 0 ? void 0 : _104.dim[48],
462
+ shapeSoftBrandHover: (_105 = base.brand.palette) === null || _105 === void 0 ? void 0 : _105.dim[52],
463
+ shapeSoftBrandPressed: (_106 = base.brand.palette) === null || _106 === void 0 ? void 0 : _106.dim[44],
446
464
  shapeSoftError: base.customizable.red.dim[48],
447
465
  shapeSoftErrorHover: base.customizable.red.dim[52],
448
466
  shapeSoftErrorPressed: base.customizable.red.dim[44],
@@ -455,8 +473,8 @@ var getDefaultTokens = function (base) {
455
473
  shapeSoftWarning: base.warning.dim[52],
456
474
  shapeSoftWarningHover: base.warning.dim[56],
457
475
  shapeSoftWarningPressed: base.warning.dim[48],
458
- shapeInvertedBacklessHover: base.blackAlpha[8],
459
- shapeInvertedBacklessPressed: base.blackAlpha[12],
476
+ shapeInvertedBacklessHover: base.blackAlpha[6],
477
+ shapeInvertedBacklessPressed: base.blackAlpha[8],
460
478
  shapeInvertedDisabled: base.blackAlpha[6],
461
479
  shapeInvertedNeutralFaintAlpha: base.blackAlpha[6],
462
480
  shapeInvertedNeutralFaintAlphaHover: base.blackAlpha[8],
@@ -501,15 +519,15 @@ var getDefaultTokens = function (base) {
501
519
  shapeConstSoftWhite: base.whiteAlpha[24],
502
520
  shapeConstSoftWhiteHover: base.whiteAlpha[32],
503
521
  shapeConstSoftWhitePressed: base.whiteAlpha[24],
504
- lineAccentBold: base.accent.original.dark || base.gray[88],
505
- lineAccentBoldHover: base.accent.interactions.hover.dark || base.gray[100],
506
- lineAccentBoldPressed: base.accent.interactions.pressed.dark || base.whiteAlpha[64],
507
- lineAccentPale: ((_45 = base.accent.palette) === null || _45 === void 0 ? void 0 : _45.dim[40]) || base.whiteAlpha[24],
508
- lineAccentPaleHover: ((_46 = base.accent.palette) === null || _46 === void 0 ? void 0 : _46.dim[44]) || base.whiteAlpha[32],
509
- lineAccentPalePressed: ((_47 = base.accent.palette) === null || _47 === void 0 ? void 0 : _47.dim[36]) || base.whiteAlpha[16],
510
- lineAccentSoft: ((_48 = base.accent.palette) === null || _48 === void 0 ? void 0 : _48.dim[48]) || base.whiteAlpha[48],
511
- lineAccentSoftHover: ((_49 = base.accent.palette) === null || _49 === void 0 ? void 0 : _49.vivid[80]) || base.gray[100],
512
- lineAccentSoftPressed: ((_50 = base.accent.palette) === null || _50 === void 0 ? void 0 : _50.dim[64]) || base.gray[100],
522
+ lineAccentBold: ((_107 = base.accent) === null || _107 === void 0 ? void 0 : _107.original.dark) || base.gray[88],
523
+ lineAccentBoldHover: ((_108 = base.accent) === null || _108 === void 0 ? void 0 : _108.interactions.hover.dark) || base.gray[100],
524
+ lineAccentBoldPressed: ((_109 = base.accent) === null || _109 === void 0 ? void 0 : _109.interactions.pressed.dark) || base.whiteAlpha[64],
525
+ lineAccentPale: ((_111 = (_110 = base.accent) === null || _110 === void 0 ? void 0 : _110.palette) === null || _111 === void 0 ? void 0 : _111.dim[40]) || base.whiteAlpha[24],
526
+ lineAccentPaleHover: ((_113 = (_112 = base.accent) === null || _112 === void 0 ? void 0 : _112.palette) === null || _113 === void 0 ? void 0 : _113.dim[44]) || base.whiteAlpha[32],
527
+ lineAccentPalePressed: ((_115 = (_114 = base.accent) === null || _114 === void 0 ? void 0 : _114.palette) === null || _115 === void 0 ? void 0 : _115.dim[36]) || base.whiteAlpha[16],
528
+ lineAccentSoft: ((_117 = (_116 = base.accent) === null || _116 === void 0 ? void 0 : _116.palette) === null || _117 === void 0 ? void 0 : _117.dim[48]) || base.whiteAlpha[48],
529
+ lineAccentSoftHover: ((_119 = (_118 = base.accent) === null || _118 === void 0 ? void 0 : _118.palette) === null || _119 === void 0 ? void 0 : _119.vivid[80]) || base.gray[100],
530
+ lineAccentSoftPressed: ((_121 = (_120 = base.accent) === null || _120 === void 0 ? void 0 : _120.palette) === null || _121 === void 0 ? void 0 : _121.dim[64]) || base.gray[100],
513
531
  lineBrandOriginal: base.brand.original,
514
532
  lineErrorBold: base.customizable.red.vivid[60],
515
533
  lineErrorBoldHover: base.customizable.red.vivid[68],
@@ -518,8 +536,8 @@ var getDefaultTokens = function (base) {
518
536
  lineNeutralPale: base.whiteAlpha[16],
519
537
  lineNeutralPaleHover: base.whiteAlpha[24],
520
538
  lineNeutralPalePressed: base.whiteAlpha[12],
521
- lineOnAccentBoldFaint: ((_51 = base.onAccent) === null || _51 === void 0 ? void 0 : _51[12]) || base.blackAlpha[12],
522
- lineOnAccentBoldPale: ((_52 = base.onAccent) === null || _52 === void 0 ? void 0 : _52[24]) || base.blackAlpha[24],
539
+ lineOnAccentBoldFaint: ((_122 = base.onAccent) === null || _122 === void 0 ? void 0 : _122[12]) || base.blackAlpha[12],
540
+ lineOnAccentBoldPale: ((_123 = base.onAccent) === null || _123 === void 0 ? void 0 : _123[24]) || base.blackAlpha[24],
523
541
  lineOnBrandOriginalFaint: base.onBrand[12],
524
542
  lineOnBrandOriginalPale: base.onBrand[24],
525
543
  lineSuccessBold: base.customizable.green.vivid[60],
@@ -528,15 +546,15 @@ var getDefaultTokens = function (base) {
528
546
  lineWarningBold: base.warning.vivid[80],
529
547
  lineWarningBoldHover: base.warning.vivid[84],
530
548
  lineWarningBoldPressed: base.warning.dim[72],
531
- lineInvertedAccentBold: base.accent.original.light || base.gray[44],
532
- lineInvertedAccentBoldHover: base.accent.interactions.hover.light || base.gray[20],
533
- lineInvertedAccentBoldPressed: base.accent.interactions.pressed.light || base.blackAlpha[64],
534
- lineInvertedAccentPale: ((_53 = base.accent.palette) === null || _53 === void 0 ? void 0 : _53.normal[84]) || base.blackAlpha[24],
535
- lineInvertedAccentPaleHover: ((_54 = base.accent.palette) === null || _54 === void 0 ? void 0 : _54.normal[80]) || base.blackAlpha[32],
536
- lineInvertedAccentPalePressed: ((_55 = base.accent.palette) === null || _55 === void 0 ? void 0 : _55.dim[76]) || base.blackAlpha[40],
537
- lineInvertedAccentSoft: ((_56 = base.accent.palette) === null || _56 === void 0 ? void 0 : _56.dim[76]) || base.blackAlpha[48],
538
- lineInvertedAccentSoftHover: ((_57 = base.accent.palette) === null || _57 === void 0 ? void 0 : _57.vivid[60]) || base.blackAlpha[96],
539
- lineInvertedAccentSoftPressed: ((_58 = base.accent.palette) === null || _58 === void 0 ? void 0 : _58.dim[48]) || base.blackAlpha[96],
549
+ lineInvertedAccentBold: ((_124 = base.accent) === null || _124 === void 0 ? void 0 : _124.original.light) || base.gray[44],
550
+ lineInvertedAccentBoldHover: ((_125 = base.accent) === null || _125 === void 0 ? void 0 : _125.interactions.hover.light) || base.gray[20],
551
+ lineInvertedAccentBoldPressed: ((_126 = base.accent) === null || _126 === void 0 ? void 0 : _126.interactions.pressed.light) || base.blackAlpha[64],
552
+ lineInvertedAccentPale: ((_128 = (_127 = base.accent) === null || _127 === void 0 ? void 0 : _127.palette) === null || _128 === void 0 ? void 0 : _128.normal[84]) || base.blackAlpha[24],
553
+ lineInvertedAccentPaleHover: ((_130 = (_129 = base.accent) === null || _129 === void 0 ? void 0 : _129.palette) === null || _130 === void 0 ? void 0 : _130.normal[80]) || base.blackAlpha[32],
554
+ lineInvertedAccentPalePressed: ((_132 = (_131 = base.accent) === null || _131 === void 0 ? void 0 : _131.palette) === null || _132 === void 0 ? void 0 : _132.dim[76]) || base.blackAlpha[40],
555
+ lineInvertedAccentSoft: ((_134 = (_133 = base.accent) === null || _133 === void 0 ? void 0 : _133.palette) === null || _134 === void 0 ? void 0 : _134.dim[76]) || base.blackAlpha[48],
556
+ lineInvertedAccentSoftHover: ((_136 = (_135 = base.accent) === null || _135 === void 0 ? void 0 : _135.palette) === null || _136 === void 0 ? void 0 : _136.vivid[60]) || base.blackAlpha[96],
557
+ lineInvertedAccentSoftPressed: ((_138 = (_137 = base.accent) === null || _137 === void 0 ? void 0 : _137.palette) === null || _138 === void 0 ? void 0 : _138.dim[48]) || base.blackAlpha[96],
540
558
  lineInvertedErrorBold: base.customizable.red.vivid[56],
541
559
  lineInvertedErrorBoldHover: base.customizable.red.vivid[64],
542
560
  lineInvertedErrorBoldPressed: base.customizable.red.dim[52],
@@ -565,10 +583,12 @@ var getDefaultTokens = function (base) {
565
583
  illustrationBlack: base.gray[16],
566
584
  illustrationBrand: base.brand.original,
567
585
  illustrationComplement: base.gray[100],
586
+ illustrationInvertedNeutral: base.gray[0],
587
+ illustrationNeutral: base.gray[100],
568
588
  illustrationOnBrand: base.onBrand[100],
569
589
  illustrationOnComplement: base.brand.promo,
570
590
  illustrationPromo: base.brand.promo,
571
- illustrationSymbol: (_59 = base.brand.palette) === null || _59 === void 0 ? void 0 : _59.normal[80],
591
+ illustrationSymbol: (_139 = base.brand.palette) === null || _139 === void 0 ? void 0 : _139.normal[80],
572
592
  illustrationWhite: base.gray[100],
573
593
  customizableBoldBlack: base.gray[76],
574
594
  customizableBoldBlue: base.customizable.blue.normal[64],