@skbkontur/colors 2.0.0-alpha.3 → 2.0.0-alpha.5

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 (130) hide show
  1. package/README.md +3 -3
  2. package/colors.d.ts +319 -0
  3. package/colors.js +319 -0
  4. package/colors.less +319 -0
  5. package/colors.scss +319 -0
  6. package/lib/consts/default-swatch.d.ts +108 -0
  7. package/lib/consts/default-swatch.js +108 -0
  8. package/{dist/esm/consts/default-swatch.js → lib/consts/default-swatch.ts} +11 -7
  9. package/lib/consts/params/abney-correction.js +1102 -0
  10. package/{dist/esm/consts/params/abney-correction.js → lib/consts/params/abney-correction.ts} +3 -1
  11. package/lib/consts/params/chroma-params.js +102 -0
  12. package/{dist/esm/consts/params/chroma-params.js → lib/consts/params/chroma-params.ts} +3 -1
  13. package/lib/consts/params/interactions.ts +9 -0
  14. package/lib/consts/params/logo-lightness.ts +1 -0
  15. package/{dist/esm → lib}/consts/params/promo-hue-shift.d.ts +1 -1
  16. package/lib/consts/params/promo-hue-shift.js +11 -0
  17. package/{dist/esm/consts/params/promo-hue-shift.js → lib/consts/params/promo-hue-shift.ts} +1 -1
  18. package/{dist/esm → lib}/consts/params/warning-hue-patch.d.ts +1 -1
  19. package/lib/consts/params/warning-hue-patch.js +22 -0
  20. package/{dist/esm/consts/params/warning-hue-patch.js → lib/consts/params/warning-hue-patch.ts} +1 -1
  21. package/lib/get-colors-base.d.ts +11 -0
  22. package/lib/get-colors-base.js +78 -0
  23. package/{dist/esm/get-colors-base.js → lib/get-colors-base.ts} +44 -26
  24. package/lib/get-colors-default-tokens.d.ts +645 -0
  25. package/lib/get-colors-default-tokens.js +647 -0
  26. package/lib/get-colors-default-tokens.ts +646 -0
  27. package/lib/get-colors.d.ts +39 -0
  28. package/lib/get-colors.js +24 -0
  29. package/lib/get-colors.ts +59 -0
  30. package/{dist/esm → lib}/helpers/get-interactions.d.ts +2 -2
  31. package/lib/helpers/get-interactions.js +35 -0
  32. package/lib/helpers/get-interactions.ts +64 -0
  33. package/{dist/esm → lib}/helpers/get-logo.d.ts +2 -2
  34. package/lib/helpers/get-logo.js +25 -0
  35. package/lib/helpers/get-logo.ts +40 -0
  36. package/lib/helpers/get-palette.d.ts +51 -0
  37. package/lib/helpers/get-palette.js +204 -0
  38. package/lib/helpers/get-palette.ts +261 -0
  39. package/lib/helpers/get-promo.d.ts +6 -0
  40. package/lib/helpers/get-promo.js +47 -0
  41. package/lib/helpers/get-promo.ts +55 -0
  42. package/lib/types/tokens-base-generator.d.ts +43 -0
  43. package/{dist/esm/types/tokens-base-generator.d.ts → lib/types/tokens-base-generator.ts} +10 -15
  44. package/lib/types/tokens-base.d.ts +55 -0
  45. package/{dist/esm/types/tokens-base.d.ts → lib/types/tokens-base.ts} +7 -2
  46. package/lib/types/tokens.d.ts +12 -0
  47. package/{dist/esm/types/tokens.d.ts → lib/types/tokens.ts} +6 -0
  48. package/lib/utils/convert-color.js +144 -0
  49. package/lib/utils/convert-color.ts +163 -0
  50. package/lib/utils/format-variable.js +6 -0
  51. package/lib/utils/format-variable.ts +7 -0
  52. package/package.json +66 -7
  53. package/{dist/tokens → tokens}/brand-blue-deep_accent-brand.css +2 -2
  54. package/{dist/tokens → tokens}/brand-blue-deep_accent-gray.css +2 -2
  55. package/{dist/tokens → tokens}/brand-blue_accent-brand.css +2 -2
  56. package/{dist/tokens → tokens}/brand-blue_accent-gray.css +2 -2
  57. package/{dist/tokens → tokens}/brand-green_accent-brand.css +2 -2
  58. package/{dist/tokens → tokens}/brand-green_accent-gray.css +2 -2
  59. package/{dist/tokens → tokens}/brand-mint_accent-brand.css +2 -2
  60. package/{dist/tokens → tokens}/brand-mint_accent-gray.css +2 -2
  61. package/{dist/tokens → tokens}/brand-orange_accent-gray.css +2 -2
  62. package/{dist/tokens → tokens}/brand-purple_accent-brand.css +2 -2
  63. package/{dist/tokens → tokens}/brand-purple_accent-gray.css +2 -2
  64. package/{dist/tokens → tokens}/brand-red_accent-gray.css +2 -2
  65. package/{dist/tokens → tokens}/brand-violet_accent-brand.css +2 -2
  66. package/{dist/tokens → tokens}/brand-violet_accent-gray.css +2 -2
  67. package/{dist/tokens-mobile → tokens-mobile}/brand-blue-deep_accent-brand.json +117 -117
  68. package/{dist/tokens-mobile → tokens-mobile}/brand-blue-deep_accent-gray.json +135 -135
  69. package/{dist/tokens-mobile → tokens-mobile}/brand-blue_accent-brand.json +117 -117
  70. package/{dist/tokens-mobile → tokens-mobile}/brand-blue_accent-gray.json +135 -135
  71. package/{dist/tokens-mobile → tokens-mobile}/brand-green_accent-brand.json +117 -117
  72. package/{dist/tokens-mobile → tokens-mobile}/brand-green_accent-gray.json +135 -135
  73. package/{dist/tokens-mobile → tokens-mobile}/brand-mint_accent-brand.json +117 -117
  74. package/{dist/tokens-mobile → tokens-mobile}/brand-mint_accent-gray.json +135 -135
  75. package/{dist/tokens-mobile → tokens-mobile}/brand-orange_accent-gray.json +135 -135
  76. package/{dist/tokens-mobile → tokens-mobile}/brand-purple_accent-brand.json +117 -117
  77. package/{dist/tokens-mobile → tokens-mobile}/brand-purple_accent-gray.json +135 -135
  78. package/{dist/tokens-mobile → tokens-mobile}/brand-red_accent-gray.json +135 -135
  79. package/{dist/tokens-mobile → tokens-mobile}/brand-violet_accent-brand.json +117 -117
  80. package/{dist/tokens-mobile → tokens-mobile}/brand-violet_accent-gray.json +135 -135
  81. package/CHANGELOG.md +0 -84
  82. package/dist/colors.default-dark.js +0 -332
  83. package/dist/colors.default-light.js +0 -336
  84. package/dist/colors.less +0 -319
  85. package/dist/colors.scss +0 -319
  86. package/dist/esm/consts/default-swatch.d.ts +0 -109
  87. package/dist/esm/get-colors-base.d.ts +0 -12
  88. package/dist/esm/get-colors-default-tokens.d.ts +0 -645
  89. package/dist/esm/get-colors-default-tokens.js +0 -992
  90. package/dist/esm/get-colors.d.ts +0 -13
  91. package/dist/esm/get-colors.js +0 -14
  92. package/dist/esm/get-default-tokens.d.ts +0 -645
  93. package/dist/esm/get-default-tokens.js +0 -992
  94. package/dist/esm/helpers/get-interactions.js +0 -49
  95. package/dist/esm/helpers/get-logo.js +0 -28
  96. package/dist/esm/helpers/get-palette.d.ts +0 -76
  97. package/dist/esm/helpers/get-palette.js +0 -232
  98. package/dist/esm/helpers/get-promo.d.ts +0 -12
  99. package/dist/esm/helpers/get-promo.js +0 -51
  100. package/dist/esm/utils/convert-color.js +0 -133
  101. package/dist/esm/utils/format-variable.js +0 -10
  102. package/dist/tokens-js/brand-blue-deep_accent-brand.js +0 -644
  103. package/dist/tokens-js/brand-blue-deep_accent-gray.js +0 -644
  104. package/dist/tokens-js/brand-blue_accent-brand.js +0 -644
  105. package/dist/tokens-js/brand-blue_accent-gray.js +0 -644
  106. package/dist/tokens-js/brand-green_accent-brand.js +0 -644
  107. package/dist/tokens-js/brand-green_accent-gray.js +0 -644
  108. package/dist/tokens-js/brand-mint_accent-brand.js +0 -644
  109. package/dist/tokens-js/brand-mint_accent-gray.js +0 -644
  110. package/dist/tokens-js/brand-orange_accent-gray.js +0 -644
  111. package/dist/tokens-js/brand-purple_accent-brand.js +0 -644
  112. package/dist/tokens-js/brand-purple_accent-gray.js +0 -644
  113. package/dist/tokens-js/brand-red_accent-gray.js +0 -644
  114. package/dist/tokens-js/brand-violet_accent-brand.js +0 -644
  115. package/dist/tokens-js/brand-violet_accent-gray.js +0 -644
  116. package/scripts/babel-register.js +0 -4
  117. package/scripts/tokens-base.json +0 -3499
  118. package/scripts/tokens.json +0 -710
  119. /package/{dist/colors.js → colors.ts} +0 -0
  120. /package/{dist/esm → lib}/consts/params/abney-correction.d.ts +0 -0
  121. /package/{dist/esm → lib}/consts/params/chroma-params.d.ts +0 -0
  122. /package/{dist/esm → lib}/consts/params/interactions.d.ts +0 -0
  123. /package/{dist/esm → lib}/consts/params/interactions.js +0 -0
  124. /package/{dist/esm → lib}/consts/params/logo-lightness.d.ts +0 -0
  125. /package/{dist/esm → lib}/consts/params/logo-lightness.js +0 -0
  126. /package/{dist/esm → lib}/types/tokens-base-generator.js +0 -0
  127. /package/{dist/esm → lib}/types/tokens-base.js +0 -0
  128. /package/{dist/esm → lib}/types/tokens.js +0 -0
  129. /package/{dist/esm → lib}/utils/convert-color.d.ts +0 -0
  130. /package/{dist/esm → lib}/utils/format-variable.d.ts +0 -0
@@ -1,992 +0,0 @@
1
- export var getColorsDefaultTokens = function (base) {
2
- var _a,
3
- _b,
4
- _c,
5
- _d,
6
- _e,
7
- _f,
8
- _g,
9
- _h,
10
- _j,
11
- _k,
12
- _l,
13
- _m,
14
- _o,
15
- _p,
16
- _q,
17
- _r,
18
- _s,
19
- _t,
20
- _u,
21
- _v,
22
- _w,
23
- _x,
24
- _y,
25
- _z,
26
- _0,
27
- _1,
28
- _2,
29
- _3,
30
- _4,
31
- _5,
32
- _6,
33
- _7,
34
- _8,
35
- _9,
36
- _10,
37
- _11,
38
- _12,
39
- _13,
40
- _14,
41
- _15,
42
- _16,
43
- _17,
44
- _18,
45
- _19,
46
- _20,
47
- _21,
48
- _22,
49
- _23,
50
- _24,
51
- _25,
52
- _26,
53
- _27,
54
- _28,
55
- _29,
56
- _30,
57
- _31,
58
- _32,
59
- _33,
60
- _34,
61
- _35,
62
- _36,
63
- _37,
64
- _38,
65
- _39,
66
- _40,
67
- _41,
68
- _42,
69
- _43,
70
- _44,
71
- _45,
72
- _46,
73
- _47,
74
- _48,
75
- _49,
76
- _50,
77
- _51,
78
- _52,
79
- _53,
80
- _54,
81
- _55,
82
- _56,
83
- _57,
84
- _58,
85
- _59,
86
- _60,
87
- _61,
88
- _62,
89
- _63,
90
- _64,
91
- _65,
92
- _66,
93
- _67,
94
- _68,
95
- _69,
96
- _70,
97
- _71,
98
- _72,
99
- _73,
100
- _74,
101
- _75,
102
- _76,
103
- _77,
104
- _78,
105
- _79,
106
- _80,
107
- _81,
108
- _82,
109
- _83,
110
- _84,
111
- _85,
112
- _86,
113
- _87,
114
- _88,
115
- _89,
116
- _90,
117
- _91,
118
- _92,
119
- _93,
120
- _94,
121
- _95,
122
- _96,
123
- _97,
124
- _98,
125
- _99,
126
- _100,
127
- _101,
128
- _102,
129
- _103,
130
- _104,
131
- _105,
132
- _106,
133
- _107,
134
- _108,
135
- _109,
136
- _110,
137
- _111,
138
- _112,
139
- _113,
140
- _114,
141
- _115,
142
- _116,
143
- _117,
144
- _118,
145
- _119,
146
- _120,
147
- _121,
148
- _122,
149
- _123,
150
- _124,
151
- _125,
152
- _126,
153
- _127,
154
- _128,
155
- _129,
156
- _130,
157
- _131,
158
- _132,
159
- _133;
160
- return {
161
- light: {
162
- textAccentHeavy:
163
- ((_b = (_a = base.accent) === null || _a === void 0 ? void 0 : _a.palette) === null || _b === void 0
164
- ? void 0
165
- : _b.vivid[52]) || base.blackAlpha[88],
166
- textAccentHeavyHover:
167
- ((_d = (_c = base.accent) === null || _c === void 0 ? void 0 : _c.palette) === null || _d === void 0
168
- ? void 0
169
- : _d.vivid[60]) || base.blackAlpha[96],
170
- textAccentHeavyPressed:
171
- ((_f = (_e = base.accent) === null || _e === void 0 ? void 0 : _e.palette) === null || _f === void 0
172
- ? void 0
173
- : _f.dim[48]) || base.blackAlpha[96],
174
- textErrorHeavy: base.customizable.red.vivid[52],
175
- textErrorHeavyHover: base.customizable.red.vivid[60],
176
- textErrorHeavyPressed: base.customizable.red.dim[48],
177
- textInvertedAccentHeavy:
178
- ((_h = (_g = base.accent) === null || _g === void 0 ? void 0 : _g.palette) === null || _h === void 0
179
- ? void 0
180
- : _h.vivid[72]) || base.whiteAlpha[96],
181
- textInvertedAccentHeavyHover:
182
- ((_k = (_j = base.accent) === null || _j === void 0 ? void 0 : _j.palette) === null || _k === void 0
183
- ? void 0
184
- : _k.vivid[80]) || base.gray[100],
185
- textInvertedAccentHeavyPressed:
186
- ((_m = (_l = base.accent) === null || _l === void 0 ? void 0 : _l.palette) === null || _m === void 0
187
- ? void 0
188
- : _m.dim[64]) || base.gray[100],
189
- textInvertedErrorHeavy: base.customizable.red.vivid[68],
190
- textInvertedErrorHeavyHover: base.customizable.red.vivid[72],
191
- textInvertedErrorHeavyPressed: base.customizable.red.dim[64],
192
- textInvertedNeutralFaint: base.whiteAlpha[40],
193
- textInvertedNeutralHeavy: base.whiteAlpha[96],
194
- textInvertedNeutralPale: base.whiteAlpha[48],
195
- textInvertedNeutralSoft: base.whiteAlpha[64],
196
- textInvertedSuccessHeavy: base.customizable.green.vivid[72],
197
- textInvertedSuccessHeavyHover: base.customizable.green.vivid[80],
198
- textInvertedSuccessHeavyPressed: base.customizable.green.dim[64],
199
- textInvertedWarningHeavy: base.warning.vivid[80],
200
- textInvertedWarningHeavyHover: base.warning.vivid[84],
201
- textInvertedWarningHeavyPressed: base.warning.dim[72],
202
- textLogo: base.brand.logo.light,
203
- textNeutralFaint: base.blackAlpha[32],
204
- textNeutralHeavy: base.blackAlpha[88],
205
- textNeutralPale: base.blackAlpha[40],
206
- textNeutralSoft: base.blackAlpha[56],
207
- textSuccessHeavy: base.customizable.green.vivid[52],
208
- textSuccessHeavyHover: base.customizable.green.vivid[60],
209
- textSuccessHeavyPressed: base.customizable.green.dim[48],
210
- textWarningHeavy: base.warning.vivid[64],
211
- textWarningHeavyHover: base.warning.vivid[72],
212
- textWarningHeavyPressed: base.warning.dim[60],
213
- textConstFaintBlack: base.blackAlpha[32],
214
- textConstFaintWhite: base.whiteAlpha[40],
215
- textConstHeavyBlack: base.blackAlpha[88],
216
- textConstHeavyWhite: base.whiteAlpha[96],
217
- textConstPaleBlack: base.blackAlpha[40],
218
- textConstPaleWhite: base.whiteAlpha[48],
219
- textConstSoftBlack: base.blackAlpha[56],
220
- textConstSoftWhite: base.whiteAlpha[64],
221
- textOnAccentBoldFaint: ((_o = base.onAccent) === null || _o === void 0 ? void 0 : _o[40]) || base.whiteAlpha[40],
222
- textOnAccentBoldHeavy: ((_p = base.onAccent) === null || _p === void 0 ? void 0 : _p[96]) || base.whiteAlpha[96],
223
- textOnAccentBoldPale: ((_q = base.onAccent) === null || _q === void 0 ? void 0 : _q[48]) || base.whiteAlpha[48],
224
- textOnAccentBoldSoft: ((_r = base.onAccent) === null || _r === void 0 ? void 0 : _r[64]) || base.whiteAlpha[64],
225
- textOnBrandOriginalFaint: base.onBrand[40],
226
- textOnBrandOriginalHeavy: base.onBrand[96],
227
- textOnBrandOriginalPale: base.onBrand[48],
228
- textOnBrandOriginalSoft: base.onBrand[64],
229
- shapeBoldAccent: ((_s = base.accent) === null || _s === void 0 ? void 0 : _s.original.light) || base.gray[36],
230
- shapeBoldAccentHover:
231
- ((_t = base.accent) === null || _t === void 0 ? void 0 : _t.interactions.hover.light) || base.gray[28],
232
- shapeBoldAccentPressed:
233
- ((_u = base.accent) === null || _u === void 0 ? void 0 : _u.interactions.pressed.light) || base.gray[20],
234
- shapeBoldBrandOriginal: base.brand.original,
235
- shapeBoldBrandOriginalHover: base.brand.interactions.hover.light,
236
- shapeBoldBrandOriginalPressed: base.brand.interactions.pressed.light,
237
- shapeBoldError: base.customizable.red.vivid[64],
238
- shapeBoldErrorHover: base.customizable.red.vivid[60],
239
- shapeBoldErrorPressed: base.customizable.red.normal[56],
240
- shapeBoldNeutral: base.gray[44],
241
- shapeBoldNeutralHover: base.gray[36],
242
- shapeBoldNeutralPressed: base.blackAlpha[56],
243
- shapeBoldSuccess: base.customizable.green.vivid[64],
244
- shapeBoldSuccessHover: base.customizable.green.vivid[60],
245
- shapeBoldSuccessPressed: base.customizable.green.normal[56],
246
- shapeBoldWarning: base.warning.vivid[84],
247
- shapeBoldWarningHover: base.warning.vivid[80],
248
- shapeBoldWarningPressed: base.warning.normal[76],
249
- shapeFaintAccent:
250
- ((_w = (_v = base.accent) === null || _v === void 0 ? void 0 : _v.palette) === null || _w === void 0
251
- ? void 0
252
- : _w.normal[96]) || base.blackAlpha[12],
253
- shapeFaintAccentHover:
254
- ((_y = (_x = base.accent) === null || _x === void 0 ? void 0 : _x.palette) === null || _y === void 0
255
- ? void 0
256
- : _y.normal[92]) || base.blackAlpha[16],
257
- shapeFaintAccentPressed:
258
- ((_0 = (_z = base.accent) === null || _z === void 0 ? void 0 : _z.palette) === null || _0 === void 0
259
- ? void 0
260
- : _0.dim[88]) || base.blackAlpha[24],
261
- shapeFaintBrand: (_1 = base.brand.palette) === null || _1 === void 0 ? void 0 : _1.vivid[96],
262
- shapeFaintBrandHover: (_2 = base.brand.palette) === null || _2 === void 0 ? void 0 : _2.normal[92],
263
- shapeFaintBrandPressed: (_3 = base.brand.palette) === null || _3 === void 0 ? void 0 : _3.dim[92],
264
- shapeFaintError: base.customizable.red.vivid[96],
265
- shapeFaintErrorHover: base.customizable.red.normal[92],
266
- shapeFaintErrorPressed: base.customizable.red.dim[92],
267
- shapeFaintNeutralAlpha: base.blackAlpha[6],
268
- shapeFaintNeutralAlphaHover: base.blackAlpha[12],
269
- shapeFaintNeutralAlphaPressed: base.blackAlpha[16],
270
- shapeFaintSuccess: base.customizable.green.normal[96],
271
- shapeFaintSuccessHover: base.customizable.green.normal[92],
272
- shapeFaintSuccessPressed: base.customizable.green.dim[92],
273
- shapeFaintWarning: base.warning.vivid[96],
274
- shapeFaintWarningHover: base.warning.normal[92],
275
- shapeFaintWarningPressed: base.warning.dim[92],
276
- shapeHeavyError: base.customizable.red.normal[36],
277
- shapeHeavyNeutral: base.gray[28],
278
- shapeHeavySuccess: base.customizable.green.normal[36],
279
- shapeHeavyWarning: base.warning.vivid[36],
280
- shapeOtherAccentBoldDisabled: base.blackAlpha[32],
281
- shapeOtherBacklessHover: base.blackAlpha[6],
282
- shapeOtherBacklessPressed: base.blackAlpha[16],
283
- shapeOtherBase: base.gray[100],
284
- shapeOtherBaseHover: base.gray[96],
285
- shapeOtherBasePressed: base.gray[92],
286
- shapeOtherDisabled: base.blackAlpha[6],
287
- shapeOtherField: base.gray[100],
288
- shapeOtherFieldHover: base.gray[96],
289
- shapeOtherFieldPressed: base.gray[92],
290
- shapeOtherLow: base.blackAlpha[6],
291
- shapeOtherLowHover: base.blackAlpha[8],
292
- shapeOtherLowPressed: base.blackAlpha[12],
293
- shapeOtherNeutralFaintSolid: base.gray[96],
294
- shapeOtherNeutralFaintSolidHover: base.gray[92],
295
- shapeOtherNeutralFaintSolidPressed: base.gray[88],
296
- shapeOtherNeutralPaleSolid: base.gray[92],
297
- shapeOtherNeutralPaleSolidHover: base.gray[88],
298
- shapeOtherNeutralPaleSolidPressed: base.gray[84],
299
- shapeOtherNeutralSoftSolid: base.gray[88],
300
- shapeOtherNeutralSoftSolidHover: base.gray[80],
301
- shapeOtherNeutralSoftSolidPressed: base.gray[76],
302
- shapePaleAccent:
303
- ((_5 = (_4 = base.accent) === null || _4 === void 0 ? void 0 : _4.palette) === null || _5 === void 0
304
- ? void 0
305
- : _5.vivid[92]) || base.blackAlpha[16],
306
- shapePaleAccentHover:
307
- ((_7 = (_6 = base.accent) === null || _6 === void 0 ? void 0 : _6.palette) === null || _7 === void 0
308
- ? void 0
309
- : _7.normal[88]) || base.blackAlpha[24],
310
- shapePaleAccentPressed:
311
- ((_9 = (_8 = base.accent) === null || _8 === void 0 ? void 0 : _8.palette) === null || _9 === void 0
312
- ? void 0
313
- : _9.dim[84]) || base.blackAlpha[32],
314
- shapePaleBrand: (_10 = base.brand.palette) === null || _10 === void 0 ? void 0 : _10.vivid[92],
315
- shapePaleBrandHover: (_11 = base.brand.palette) === null || _11 === void 0 ? void 0 : _11.normal[88],
316
- shapePaleBrandPressed: (_12 = base.brand.palette) === null || _12 === void 0 ? void 0 : _12.dim[88],
317
- shapePaleError: base.customizable.red.vivid[92],
318
- shapePaleErrorHover: base.customizable.red.normal[88],
319
- shapePaleErrorPressed: base.customizable.red.dim[88],
320
- shapePaleNeutralAlpha: base.blackAlpha[12],
321
- shapePaleNeutralAlphaHover: base.blackAlpha[16],
322
- shapePaleNeutralAlphaPressed: base.blackAlpha[24],
323
- shapePaleSuccess: base.customizable.green.normal[92],
324
- shapePaleSuccessHover: base.customizable.green.normal[88],
325
- shapePaleSuccessPressed: base.customizable.green.dim[88],
326
- shapePaleWarning: base.warning.vivid[92],
327
- shapePaleWarningHover: base.warning.normal[88],
328
- shapePaleWarningPressed: base.warning.dim[88],
329
- shapeSoftAccent:
330
- ((_14 = (_13 = base.accent) === null || _13 === void 0 ? void 0 : _13.palette) === null || _14 === void 0
331
- ? void 0
332
- : _14.normal[80]) || base.blackAlpha[32],
333
- shapeSoftAccentHover:
334
- ((_16 = (_15 = base.accent) === null || _15 === void 0 ? void 0 : _15.palette) === null || _16 === void 0
335
- ? void 0
336
- : _16.normal[76]) || base.blackAlpha[40],
337
- shapeSoftAccentPressed:
338
- ((_18 = (_17 = base.accent) === null || _17 === void 0 ? void 0 : _17.palette) === null || _18 === void 0
339
- ? void 0
340
- : _18.dim[72]) || base.blackAlpha[48],
341
- shapeSoftBrand: (_19 = base.brand.palette) === null || _19 === void 0 ? void 0 : _19.normal[80],
342
- shapeSoftBrandHover: (_20 = base.brand.palette) === null || _20 === void 0 ? void 0 : _20.normal[76],
343
- shapeSoftBrandPressed: (_21 = base.brand.palette) === null || _21 === void 0 ? void 0 : _21.dim[72],
344
- shapeSoftError: base.customizable.red.normal[80],
345
- shapeSoftErrorHover: base.customizable.red.normal[76],
346
- shapeSoftErrorPressed: base.customizable.red.dim[72],
347
- shapeSoftNeutralAlpha: base.blackAlpha[16],
348
- shapeSoftNeutralAlphaHover: base.blackAlpha[24],
349
- shapeSoftNeutralAlphaPressed: base.blackAlpha[32],
350
- shapeSoftSuccess: base.customizable.green.normal[80],
351
- shapeSoftSuccessHover: base.customizable.green.normal[76],
352
- shapeSoftSuccessPressed: base.customizable.green.dim[72],
353
- shapeSoftWarning: base.warning.vivid[88],
354
- shapeSoftWarningHover: base.warning.normal[84],
355
- shapeSoftWarningPressed: base.warning.dim[80],
356
- shapeInvertedBacklessHover: base.whiteAlpha[6],
357
- shapeInvertedBacklessPressed: base.whiteAlpha[4],
358
- shapeInvertedDisabled: base.whiteAlpha[6],
359
- shapeInvertedNeutralFaintAlpha: base.whiteAlpha[6],
360
- shapeInvertedNeutralFaintAlphaHover: base.whiteAlpha[8],
361
- shapeInvertedNeutralFaintAlphaPressed: base.whiteAlpha[4],
362
- shapeInvertedNeutralHeavy: base.gray[100],
363
- shapeInvertedNeutralHeavyHover: base.whiteAlpha[88],
364
- shapeInvertedNeutralHeavyPressed: base.whiteAlpha[72],
365
- shapeInvertedNeutralPaleAlpha: base.whiteAlpha[12],
366
- shapeInvertedNeutralPaleAlphaHover: base.whiteAlpha[16],
367
- shapeInvertedNeutralPaleAlphaPressed: base.whiteAlpha[6],
368
- shapeInvertedNeutralSoftAlpha: base.whiteAlpha[16],
369
- shapeInvertedNeutralSoftAlphaHover: base.whiteAlpha[24],
370
- shapeInvertedNeutralSoftAlphaPressed: base.whiteAlpha[8],
371
- shapeConstBacklessBlackHover: base.blackAlpha[12],
372
- shapeConstBacklessBlackPressed: base.blackAlpha[16],
373
- shapeConstBacklessWhiteHover: base.whiteAlpha[12],
374
- shapeConstBacklessWhitePressed: base.whiteAlpha[6],
375
- shapeConstDisabledBlack: base.blackAlpha[6],
376
- shapeConstDisabledWhite: base.whiteAlpha[6],
377
- shapeConstFaintBlack: base.blackAlpha[12],
378
- shapeConstFaintBlackHover: base.blackAlpha[16],
379
- shapeConstFaintBlackPressed: base.blackAlpha[24],
380
- shapeConstFaintWhite: base.whiteAlpha[12],
381
- shapeConstFaintWhiteHover: base.whiteAlpha[16],
382
- shapeConstFaintWhitePressed: base.whiteAlpha[8],
383
- shapeConstHeavyBlack: base.blackAlpha[80],
384
- shapeConstHeavyBlackHover: base.blackAlpha[88],
385
- shapeConstHeavyBlackPressed: base.blackAlpha[64],
386
- shapeConstHeavyWhite: base.whiteAlpha[96],
387
- shapeConstHeavyWhiteHover: base.gray[100],
388
- shapeConstHeavyWhitePressed: base.whiteAlpha[64],
389
- shapeConstPaleBlack: base.blackAlpha[16],
390
- shapeConstPaleBlackHover: base.blackAlpha[24],
391
- shapeConstPaleBlackPressed: base.blackAlpha[32],
392
- shapeConstPaleWhite: base.whiteAlpha[16],
393
- shapeConstPaleWhiteHover: base.whiteAlpha[24],
394
- shapeConstPaleWhitePressed: base.whiteAlpha[12],
395
- shapeConstPromo: base.brand.promo,
396
- shapeConstSoftBlack: base.blackAlpha[24],
397
- shapeConstSoftBlackHover: base.blackAlpha[32],
398
- shapeConstSoftBlackPressed: base.blackAlpha[40],
399
- shapeConstSoftWhite: base.whiteAlpha[24],
400
- shapeConstSoftWhiteHover: base.whiteAlpha[32],
401
- shapeConstSoftWhitePressed: base.whiteAlpha[24],
402
- lineAccentBold: ((_22 = base.accent) === null || _22 === void 0 ? void 0 : _22.original.light) || base.gray[40],
403
- lineAccentBoldHover:
404
- ((_23 = base.accent) === null || _23 === void 0 ? void 0 : _23.interactions.hover.light) || base.gray[20],
405
- lineAccentBoldPressed:
406
- ((_24 = base.accent) === null || _24 === void 0 ? void 0 : _24.interactions.pressed.light) ||
407
- base.blackAlpha[64],
408
- lineAccentPale:
409
- ((_26 = (_25 = base.accent) === null || _25 === void 0 ? void 0 : _25.palette) === null || _26 === void 0
410
- ? void 0
411
- : _26.normal[88]) || base.blackAlpha[24],
412
- lineAccentPaleHover:
413
- ((_28 = (_27 = base.accent) === null || _27 === void 0 ? void 0 : _27.palette) === null || _28 === void 0
414
- ? void 0
415
- : _28.normal[84]) || base.blackAlpha[32],
416
- lineAccentPalePressed:
417
- ((_30 = (_29 = base.accent) === null || _29 === void 0 ? void 0 : _29.palette) === null || _30 === void 0
418
- ? void 0
419
- : _30.dim[80]) || base.blackAlpha[40],
420
- lineAccentSoft:
421
- ((_32 = (_31 = base.accent) === null || _31 === void 0 ? void 0 : _31.palette) === null || _32 === void 0
422
- ? void 0
423
- : _32.dim[76]) || base.blackAlpha[48],
424
- lineAccentSoftHover:
425
- ((_34 = (_33 = base.accent) === null || _33 === void 0 ? void 0 : _33.palette) === null || _34 === void 0
426
- ? void 0
427
- : _34.vivid[60]) || base.blackAlpha[96],
428
- lineAccentSoftPressed:
429
- ((_36 = (_35 = base.accent) === null || _35 === void 0 ? void 0 : _35.palette) === null || _36 === void 0
430
- ? void 0
431
- : _36.dim[48]) || base.blackAlpha[96],
432
- lineBrandOriginal: base.brand.original,
433
- lineErrorBold: base.customizable.red.vivid[56],
434
- lineErrorBoldHover: base.customizable.red.vivid[64],
435
- lineErrorBoldPressed: base.customizable.red.dim[52],
436
- lineNeutralFaint: base.blackAlpha[8],
437
- lineNeutralPale: base.blackAlpha[16],
438
- lineNeutralPaleHover: base.blackAlpha[24],
439
- lineNeutralPalePressed: base.blackAlpha[40],
440
- lineOnAccentBoldFaint:
441
- ((_37 = base.onAccent) === null || _37 === void 0 ? void 0 : _37[12]) || base.whiteAlpha[12],
442
- lineOnAccentBoldPale:
443
- ((_38 = base.onAccent) === null || _38 === void 0 ? void 0 : _38[24]) || base.whiteAlpha[24],
444
- lineOnBrandOriginalFaint: base.onBrand[12],
445
- lineOnBrandOriginalPale: base.onBrand[24],
446
- lineSuccessBold: base.customizable.green.vivid[56],
447
- lineSuccessBoldHover: base.customizable.green.vivid[68],
448
- lineSuccessBoldPressed: base.customizable.green.dim[56],
449
- lineWarningBold: base.warning.vivid[80],
450
- lineWarningBoldHover: base.warning.vivid[72],
451
- lineWarningBoldPressed: base.warning.dim[68],
452
- lineInvertedAccentBold:
453
- ((_39 = base.accent) === null || _39 === void 0 ? void 0 : _39.original.dark) || base.gray[88],
454
- lineInvertedAccentBoldHover:
455
- ((_40 = base.accent) === null || _40 === void 0 ? void 0 : _40.interactions.hover.dark) || base.gray[100],
456
- lineInvertedAccentBoldPressed:
457
- ((_41 = base.accent) === null || _41 === void 0 ? void 0 : _41.interactions.pressed.dark) ||
458
- base.whiteAlpha[64],
459
- lineInvertedAccentPale:
460
- ((_43 = (_42 = base.accent) === null || _42 === void 0 ? void 0 : _42.palette) === null || _43 === void 0
461
- ? void 0
462
- : _43.dim[44]) || base.whiteAlpha[24],
463
- lineInvertedAccentPaleHover:
464
- ((_45 = (_44 = base.accent) === null || _44 === void 0 ? void 0 : _44.palette) === null || _45 === void 0
465
- ? void 0
466
- : _45.dim[48]) || base.whiteAlpha[32],
467
- lineInvertedAccentPalePressed:
468
- ((_47 = (_46 = base.accent) === null || _46 === void 0 ? void 0 : _46.palette) === null || _47 === void 0
469
- ? void 0
470
- : _47.dim[40]) || base.whiteAlpha[16],
471
- lineInvertedAccentSoft:
472
- ((_49 = (_48 = base.accent) === null || _48 === void 0 ? void 0 : _48.palette) === null || _49 === void 0
473
- ? void 0
474
- : _49.dim[48]) || base.whiteAlpha[48],
475
- lineInvertedAccentSoftHover:
476
- ((_51 = (_50 = base.accent) === null || _50 === void 0 ? void 0 : _50.palette) === null || _51 === void 0
477
- ? void 0
478
- : _51.vivid[80]) || base.gray[100],
479
- lineInvertedAccentSoftPressed:
480
- ((_53 = (_52 = base.accent) === null || _52 === void 0 ? void 0 : _52.palette) === null || _53 === void 0
481
- ? void 0
482
- : _53.normal[64]) || base.gray[100],
483
- lineInvertedErrorBold: base.customizable.red.vivid[60],
484
- lineInvertedErrorBoldHover: base.customizable.red.vivid[68],
485
- lineInvertedErrorBoldPressed: base.customizable.red.dim[56],
486
- lineInvertedNeutralFaint: base.whiteAlpha[8],
487
- lineInvertedNeutralPale: base.whiteAlpha[16],
488
- lineInvertedNeutralPaleHover: base.whiteAlpha[24],
489
- lineInvertedNeutralPalePressed: base.whiteAlpha[12],
490
- lineInvertedSuccessBold: base.customizable.green.vivid[60],
491
- lineInvertedSuccessBoldHover: base.customizable.green.vivid[68],
492
- lineInvertedSuccessBoldPressed: base.customizable.green.dim[56],
493
- lineInvertedWarningBold: base.warning.vivid[80],
494
- lineInvertedWarningBoldHover: base.warning.vivid[84],
495
- lineInvertedWarningBoldPressed: base.warning.dim[72],
496
- lineConstFaintBlack: base.blackAlpha[12],
497
- lineConstFaintWhite: base.whiteAlpha[12],
498
- lineConstPaleBlack: base.blackAlpha[24],
499
- lineConstPaleBlackHover: base.blackAlpha[32],
500
- lineConstPaleBlackPressed: base.blackAlpha[16],
501
- lineConstPaleWhite: base.whiteAlpha[24],
502
- lineConstPaleWhiteHover: base.whiteAlpha[32],
503
- lineConstPaleWhitePressed: base.whiteAlpha[16],
504
- surfaceBase: base.gray[100],
505
- surfaceHigh: base.gray[100],
506
- surfaceLow: base.gray[96],
507
- surfaceModalBackdrop: base.blackAlpha[24],
508
- illustrationBlack: base.gray[16],
509
- illustrationBrand: base.brand.original,
510
- illustrationComplement: base.brand.promo,
511
- illustrationInvertedNeutral: base.gray[100],
512
- illustrationNeutral: base.gray[0],
513
- illustrationOnBrand: base.onBrand[100],
514
- illustrationOnComplement: base.gray[100],
515
- illustrationPromo: base.brand.promo,
516
- illustrationSymbol: (_54 = base.brand.palette) === null || _54 === void 0 ? void 0 : _54.normal[80],
517
- illustrationWhite: base.gray[100],
518
- customizableBoldBlack: base.gray[52],
519
- customizableBoldBlue: base.customizable.blue.vivid[68],
520
- customizableBoldBlueDeep: base.customizable.blueDeep.vivid[64],
521
- customizableBoldGray: base.gray[72],
522
- customizableBoldGreen: base.customizable.green.vivid[68],
523
- customizableBoldMint: base.customizable.mint.vivid[72],
524
- customizableBoldOrange: base.customizable.orange.vivid[68],
525
- customizableBoldPurple: base.customizable.purple.vivid[68],
526
- customizableBoldRed: base.customizable.red.vivid[68],
527
- customizableBoldViolet: base.customizable.violet.vivid[68],
528
- customizableBoldYellow: base.customizable.yellow.vivid[80],
529
- customizableFaintBlack: base.gray[92],
530
- customizableFaintBlue: base.customizable.blue.vivid[96],
531
- customizableFaintBlueDeep: base.customizable.blueDeep.vivid[96],
532
- customizableFaintGray: base.gray[96],
533
- customizableFaintGreen: base.customizable.green.normal[96],
534
- customizableFaintMint: base.customizable.mint.normal[96],
535
- customizableFaintOrange: base.customizable.orange.vivid[96],
536
- customizableFaintPurple: base.customizable.purple.vivid[96],
537
- customizableFaintRed: base.customizable.red.vivid[96],
538
- customizableFaintViolet: base.customizable.violet.vivid[96],
539
- customizableFaintYellow: base.customizable.yellow.vivid[96],
540
- customizableHeavyBlack: base.gray[36],
541
- customizableHeavyBlue: base.customizable.blue.vivid[48],
542
- customizableHeavyBlueDeep: base.customizable.blueDeep.vivid[48],
543
- customizableHeavyGray: base.gray[56],
544
- customizableHeavyGreen: base.customizable.green.vivid[48],
545
- customizableHeavyMint: base.customizable.mint.vivid[52],
546
- customizableHeavyOrange: base.customizable.orange.vivid[48],
547
- customizableHeavyPurple: base.customizable.purple.vivid[48],
548
- customizableHeavyRed: base.customizable.red.vivid[52],
549
- customizableHeavyViolet: base.customizable.violet.vivid[48],
550
- customizableHeavyYellow: base.customizable.yellow.vivid[56],
551
- customizablePaleBlack: base.gray[88],
552
- customizablePaleBlue: base.customizable.blue.vivid[92],
553
- customizablePaleBlueDeep: base.customizable.blueDeep.vivid[92],
554
- customizablePaleGray: base.gray[92],
555
- customizablePaleGreen: base.customizable.green.normal[92],
556
- customizablePaleMint: base.customizable.mint.normal[92],
557
- customizablePaleOrange: base.customizable.orange.vivid[92],
558
- customizablePalePurple: base.customizable.purple.vivid[92],
559
- customizablePaleRed: base.customizable.red.vivid[92],
560
- customizablePaleViolet: base.customizable.violet.vivid[92],
561
- customizablePaleYellow: base.customizable.yellow.vivid[92],
562
- customizableSoftBlack: base.gray[76],
563
- customizableSoftBlue: base.customizable.blue.vivid[80],
564
- customizableSoftBlueDeep: base.customizable.blueDeep.vivid[80],
565
- customizableSoftGray: base.gray[88],
566
- customizableSoftGreen: base.customizable.green.normal[80],
567
- customizableSoftMint: base.customizable.mint.normal[84],
568
- customizableSoftOrange: base.customizable.orange.vivid[80],
569
- customizableSoftPurple: base.customizable.purple.vivid[80],
570
- customizableSoftRed: base.customizable.red.vivid[80],
571
- customizableSoftViolet: base.customizable.violet.vivid[80],
572
- customizableSoftYellow: base.customizable.yellow.vivid[88],
573
- },
574
- dark: {
575
- textAccentHeavy:
576
- ((_56 = (_55 = base.accent) === null || _55 === void 0 ? void 0 : _55.palette) === null || _56 === void 0
577
- ? void 0
578
- : _56.vivid[72]) || base.whiteAlpha[96],
579
- textAccentHeavyHover:
580
- ((_58 = (_57 = base.accent) === null || _57 === void 0 ? void 0 : _57.palette) === null || _58 === void 0
581
- ? void 0
582
- : _58.vivid[80]) || base.gray[100],
583
- textAccentHeavyPressed:
584
- ((_60 = (_59 = base.accent) === null || _59 === void 0 ? void 0 : _59.palette) === null || _60 === void 0
585
- ? void 0
586
- : _60.dim[64]) || base.gray[100],
587
- textErrorHeavy: base.customizable.red.vivid[68],
588
- textErrorHeavyHover: base.customizable.red.vivid[72],
589
- textErrorHeavyPressed: base.customizable.red.dim[64],
590
- textInvertedAccentHeavy:
591
- ((_62 = (_61 = base.accent) === null || _61 === void 0 ? void 0 : _61.palette) === null || _62 === void 0
592
- ? void 0
593
- : _62.vivid[52]) || base.blackAlpha[88],
594
- textInvertedAccentHeavyHover:
595
- ((_64 = (_63 = base.accent) === null || _63 === void 0 ? void 0 : _63.palette) === null || _64 === void 0
596
- ? void 0
597
- : _64.vivid[60]) || base.blackAlpha[96],
598
- textInvertedAccentHeavyPressed:
599
- ((_66 = (_65 = base.accent) === null || _65 === void 0 ? void 0 : _65.palette) === null || _66 === void 0
600
- ? void 0
601
- : _66.dim[48]) || base.blackAlpha[96],
602
- textInvertedErrorHeavy: base.customizable.red.vivid[52],
603
- textInvertedErrorHeavyHover: base.customizable.red.vivid[60],
604
- textInvertedErrorHeavyPressed: base.customizable.red.dim[48],
605
- textInvertedNeutralFaint: base.blackAlpha[32],
606
- textInvertedNeutralHeavy: base.blackAlpha[88],
607
- textInvertedNeutralPale: base.blackAlpha[40],
608
- textInvertedNeutralSoft: base.blackAlpha[56],
609
- textInvertedSuccessHeavy: base.customizable.green.vivid[52],
610
- textInvertedSuccessHeavyHover: base.customizable.green.vivid[60],
611
- textInvertedSuccessHeavyPressed: base.customizable.green.dim[48],
612
- textInvertedWarningHeavy: base.warning.vivid[64],
613
- textInvertedWarningHeavyHover: base.warning.vivid[72],
614
- textInvertedWarningHeavyPressed: base.warning.dim[56],
615
- textLogo: base.brand.logo.dark,
616
- textNeutralFaint: base.whiteAlpha[40],
617
- textNeutralHeavy: base.whiteAlpha[96],
618
- textNeutralPale: base.whiteAlpha[48],
619
- textNeutralSoft: base.whiteAlpha[64],
620
- textSuccessHeavy: base.customizable.green.vivid[72],
621
- textSuccessHeavyHover: base.customizable.green.vivid[80],
622
- textSuccessHeavyPressed: base.customizable.green.dim[64],
623
- textWarningHeavy: base.warning.vivid[80],
624
- textWarningHeavyHover: base.warning.vivid[84],
625
- textWarningHeavyPressed: base.warning.dim[72],
626
- textConstFaintBlack: base.blackAlpha[32],
627
- textConstFaintWhite: base.whiteAlpha[40],
628
- textConstHeavyBlack: base.blackAlpha[88],
629
- textConstHeavyWhite: base.whiteAlpha[96],
630
- textConstPaleBlack: base.blackAlpha[40],
631
- textConstPaleWhite: base.whiteAlpha[48],
632
- textConstSoftBlack: base.blackAlpha[56],
633
- textConstSoftWhite: base.whiteAlpha[64],
634
- textOnAccentBoldFaint:
635
- ((_67 = base.onAccent) === null || _67 === void 0 ? void 0 : _67[32]) || base.blackAlpha[32],
636
- textOnAccentBoldHeavy:
637
- ((_68 = base.onAccent) === null || _68 === void 0 ? void 0 : _68[96]) || base.blackAlpha[88],
638
- textOnAccentBoldPale:
639
- ((_69 = base.onAccent) === null || _69 === void 0 ? void 0 : _69[40]) || base.blackAlpha[40],
640
- textOnAccentBoldSoft:
641
- ((_70 = base.onAccent) === null || _70 === void 0 ? void 0 : _70[56]) || base.blackAlpha[56],
642
- textOnBrandOriginalFaint: base.onBrand[40],
643
- textOnBrandOriginalHeavy: base.onBrand[96],
644
- textOnBrandOriginalPale: base.onBrand[48],
645
- textOnBrandOriginalSoft: base.onBrand[64],
646
- shapeBoldAccent: ((_71 = base.accent) === null || _71 === void 0 ? void 0 : _71.original.dark) || base.gray[96],
647
- shapeBoldAccentHover:
648
- ((_72 = base.accent) === null || _72 === void 0 ? void 0 : _72.interactions.hover.dark) || base.gray[100],
649
- shapeBoldAccentPressed:
650
- ((_73 = base.accent) === null || _73 === void 0 ? void 0 : _73.interactions.pressed.dark) || base.gray[84],
651
- shapeBoldBrandOriginal: base.brand.original,
652
- shapeBoldBrandOriginalHover: base.brand.interactions.hover.dark,
653
- shapeBoldBrandOriginalPressed: base.brand.interactions.pressed.light,
654
- shapeBoldError: base.customizable.red.normal[60],
655
- shapeBoldErrorHover: base.customizable.red.normal[64],
656
- shapeBoldErrorPressed: base.customizable.red.dim[52],
657
- shapeBoldNeutral: base.gray[80],
658
- shapeBoldNeutralHover: base.gray[88],
659
- shapeBoldNeutralPressed: base.whiteAlpha[56],
660
- shapeBoldSuccess: base.customizable.green.normal[60],
661
- shapeBoldSuccessHover: base.customizable.green.normal[64],
662
- shapeBoldSuccessPressed: base.customizable.green.dim[52],
663
- shapeBoldWarning: base.warning.normal[80],
664
- shapeBoldWarningHover: base.warning.normal[84],
665
- shapeBoldWarningPressed: base.warning.dim[72],
666
- shapeFaintAccent:
667
- ((_75 = (_74 = base.accent) === null || _74 === void 0 ? void 0 : _74.palette) === null || _75 === void 0
668
- ? void 0
669
- : _75.dim[32]) || base.whiteAlpha[12],
670
- shapeFaintAccentHover:
671
- ((_77 = (_76 = base.accent) === null || _76 === void 0 ? void 0 : _76.palette) === null || _77 === void 0
672
- ? void 0
673
- : _77.dim[36]) || base.whiteAlpha[16],
674
- shapeFaintAccentPressed:
675
- ((_79 = (_78 = base.accent) === null || _78 === void 0 ? void 0 : _78.palette) === null || _79 === void 0
676
- ? void 0
677
- : _79.dim[28]) || base.whiteAlpha[8],
678
- shapeFaintBrand: (_80 = base.brand.palette) === null || _80 === void 0 ? void 0 : _80.dim[32],
679
- shapeFaintBrandHover: (_81 = base.brand.palette) === null || _81 === void 0 ? void 0 : _81.dim[36],
680
- shapeFaintBrandPressed: (_82 = base.brand.palette) === null || _82 === void 0 ? void 0 : _82.dim[28],
681
- shapeFaintError: base.customizable.red.dim[32],
682
- shapeFaintErrorHover: base.customizable.red.dim[36],
683
- shapeFaintErrorPressed: base.customizable.red.dim[28],
684
- shapeFaintNeutralAlpha: base.whiteAlpha[6],
685
- shapeFaintNeutralAlphaHover: base.whiteAlpha[8],
686
- shapeFaintNeutralAlphaPressed: base.whiteAlpha[4],
687
- shapeFaintSuccess: base.customizable.green.dim[32],
688
- shapeFaintSuccessHover: base.customizable.green.dim[36],
689
- shapeFaintSuccessPressed: base.customizable.green.dim[28],
690
- shapeFaintWarning: base.warning.dim[32],
691
- shapeFaintWarningHover: base.warning.dim[36],
692
- shapeFaintWarningPressed: base.warning.dim[28],
693
- shapeHeavyError: base.customizable.red.vivid[92],
694
- shapeHeavyNeutral: base.gray[96],
695
- shapeHeavySuccess: base.customizable.green.normal[92],
696
- shapeHeavyWarning: base.warning.vivid[92],
697
- shapeOtherAccentBoldDisabled: base.whiteAlpha[32],
698
- shapeOtherBacklessHover: base.whiteAlpha[6],
699
- shapeOtherBacklessPressed: base.whiteAlpha[4],
700
- shapeOtherBase: base.whiteAlpha[6],
701
- shapeOtherBaseHover: base.whiteAlpha[8],
702
- shapeOtherBasePressed: base.whiteAlpha[4],
703
- shapeOtherDisabled: base.whiteAlpha[6],
704
- shapeOtherField: base.blackAlpha[16],
705
- shapeOtherFieldHover: base.blackAlpha[4],
706
- shapeOtherFieldPressed: base.blackAlpha[12],
707
- shapeOtherLow: base.blackAlpha[24],
708
- shapeOtherLowHover: base.blackAlpha[16],
709
- shapeOtherLowPressed: base.blackAlpha[32],
710
- shapeOtherNeutralFaintSolid: base.gray[32],
711
- shapeOtherNeutralFaintSolidHover: base.gray[36],
712
- shapeOtherNeutralFaintSolidPressed: base.gray[32],
713
- shapeOtherNeutralPaleSolid: base.gray[36],
714
- shapeOtherNeutralPaleSolidHover: base.gray[40],
715
- shapeOtherNeutralPaleSolidPressed: base.gray[32],
716
- shapeOtherNeutralSoftSolid: base.gray[40],
717
- shapeOtherNeutralSoftSolidHover: base.gray[48],
718
- shapeOtherNeutralSoftSolidPressed: base.gray[36],
719
- shapePaleAccent:
720
- ((_84 = (_83 = base.accent) === null || _83 === void 0 ? void 0 : _83.palette) === null || _84 === void 0
721
- ? void 0
722
- : _84.dim[36]) || base.whiteAlpha[16],
723
- shapePaleAccentHover:
724
- ((_86 = (_85 = base.accent) === null || _85 === void 0 ? void 0 : _85.palette) === null || _86 === void 0
725
- ? void 0
726
- : _86.dim[40]) || base.whiteAlpha[24],
727
- shapePaleAccentPressed:
728
- ((_88 = (_87 = base.accent) === null || _87 === void 0 ? void 0 : _87.palette) === null || _88 === void 0
729
- ? void 0
730
- : _88.dim[32]) || base.whiteAlpha[12],
731
- shapePaleBrand: (_89 = base.brand.palette) === null || _89 === void 0 ? void 0 : _89.dim[36],
732
- shapePaleBrandHover: (_90 = base.brand.palette) === null || _90 === void 0 ? void 0 : _90.dim[40],
733
- shapePaleBrandPressed: (_91 = base.brand.palette) === null || _91 === void 0 ? void 0 : _91.dim[32],
734
- shapePaleError: base.customizable.red.dim[36],
735
- shapePaleErrorHover: base.customizable.red.dim[40],
736
- shapePaleErrorPressed: base.customizable.red.dim[32],
737
- shapePaleNeutralAlpha: base.whiteAlpha[12],
738
- shapePaleNeutralAlphaHover: base.whiteAlpha[16],
739
- shapePaleNeutralAlphaPressed: base.whiteAlpha[6],
740
- shapePaleSuccess: base.customizable.green.dim[36],
741
- shapePaleSuccessHover: base.customizable.green.dim[40],
742
- shapePaleSuccessPressed: base.customizable.green.dim[32],
743
- shapePaleWarning: base.warning.dim[36],
744
- shapePaleWarningHover: base.warning.dim[40],
745
- shapePaleWarningPressed: base.warning.dim[32],
746
- shapeSoftAccent:
747
- ((_93 = (_92 = base.accent) === null || _92 === void 0 ? void 0 : _92.palette) === null || _93 === void 0
748
- ? void 0
749
- : _93.dim[48]) || base.whiteAlpha[32],
750
- shapeSoftAccentHover:
751
- ((_95 = (_94 = base.accent) === null || _94 === void 0 ? void 0 : _94.palette) === null || _95 === void 0
752
- ? void 0
753
- : _95.dim[52]) || base.whiteAlpha[40],
754
- shapeSoftAccentPressed:
755
- ((_97 = (_96 = base.accent) === null || _96 === void 0 ? void 0 : _96.palette) === null || _97 === void 0
756
- ? void 0
757
- : _97.dim[44]) || base.whiteAlpha[24],
758
- shapeSoftBrand: (_98 = base.brand.palette) === null || _98 === void 0 ? void 0 : _98.dim[48],
759
- shapeSoftBrandHover: (_99 = base.brand.palette) === null || _99 === void 0 ? void 0 : _99.dim[52],
760
- shapeSoftBrandPressed: (_100 = base.brand.palette) === null || _100 === void 0 ? void 0 : _100.dim[44],
761
- shapeSoftError: base.customizable.red.dim[48],
762
- shapeSoftErrorHover: base.customizable.red.dim[52],
763
- shapeSoftErrorPressed: base.customizable.red.dim[44],
764
- shapeSoftNeutralAlpha: base.whiteAlpha[16],
765
- shapeSoftNeutralAlphaHover: base.whiteAlpha[24],
766
- shapeSoftNeutralAlphaPressed: base.whiteAlpha[8],
767
- shapeSoftSuccess: base.customizable.green.dim[48],
768
- shapeSoftSuccessHover: base.customizable.green.dim[52],
769
- shapeSoftSuccessPressed: base.customizable.green.dim[44],
770
- shapeSoftWarning: base.warning.dim[52],
771
- shapeSoftWarningHover: base.warning.dim[56],
772
- shapeSoftWarningPressed: base.warning.dim[48],
773
- shapeInvertedBacklessHover: base.blackAlpha[6],
774
- shapeInvertedBacklessPressed: base.blackAlpha[16],
775
- shapeInvertedDisabled: base.blackAlpha[6],
776
- shapeInvertedNeutralFaintAlpha: base.blackAlpha[6],
777
- shapeInvertedNeutralFaintAlphaHover: base.blackAlpha[12],
778
- shapeInvertedNeutralFaintAlphaPressed: base.blackAlpha[16],
779
- shapeInvertedNeutralHeavy: base.blackAlpha[80],
780
- shapeInvertedNeutralHeavyHover: base.blackAlpha[88],
781
- shapeInvertedNeutralHeavyPressed: base.blackAlpha[72],
782
- shapeInvertedNeutralPaleAlpha: base.blackAlpha[12],
783
- shapeInvertedNeutralPaleAlphaHover: base.blackAlpha[16],
784
- shapeInvertedNeutralPaleAlphaPressed: base.blackAlpha[24],
785
- shapeInvertedNeutralSoftAlpha: base.blackAlpha[16],
786
- shapeInvertedNeutralSoftAlphaHover: base.blackAlpha[24],
787
- shapeInvertedNeutralSoftAlphaPressed: base.blackAlpha[32],
788
- shapeConstBacklessBlackHover: base.blackAlpha[12],
789
- shapeConstBacklessBlackPressed: base.blackAlpha[16],
790
- shapeConstBacklessWhiteHover: base.whiteAlpha[12],
791
- shapeConstBacklessWhitePressed: base.whiteAlpha[6],
792
- shapeConstDisabledBlack: base.blackAlpha[6],
793
- shapeConstDisabledWhite: base.whiteAlpha[6],
794
- shapeConstFaintBlack: base.blackAlpha[12],
795
- shapeConstFaintBlackHover: base.blackAlpha[16],
796
- shapeConstFaintBlackPressed: base.blackAlpha[24],
797
- shapeConstFaintWhite: base.whiteAlpha[12],
798
- shapeConstFaintWhiteHover: base.whiteAlpha[16],
799
- shapeConstFaintWhitePressed: base.whiteAlpha[8],
800
- shapeConstHeavyBlack: base.blackAlpha[80],
801
- shapeConstHeavyBlackHover: base.blackAlpha[88],
802
- shapeConstHeavyBlackPressed: base.blackAlpha[64],
803
- shapeConstHeavyWhite: base.whiteAlpha[96],
804
- shapeConstHeavyWhiteHover: base.gray[100],
805
- shapeConstHeavyWhitePressed: base.whiteAlpha[64],
806
- shapeConstPaleBlack: base.blackAlpha[16],
807
- shapeConstPaleBlackHover: base.blackAlpha[24],
808
- shapeConstPaleBlackPressed: base.blackAlpha[32],
809
- shapeConstPaleWhite: base.whiteAlpha[16],
810
- shapeConstPaleWhiteHover: base.whiteAlpha[24],
811
- shapeConstPaleWhitePressed: base.whiteAlpha[12],
812
- shapeConstPromo: base.brand.promo,
813
- shapeConstSoftBlack: base.blackAlpha[24],
814
- shapeConstSoftBlackHover: base.blackAlpha[32],
815
- shapeConstSoftBlackPressed: base.blackAlpha[40],
816
- shapeConstSoftWhite: base.whiteAlpha[24],
817
- shapeConstSoftWhiteHover: base.whiteAlpha[32],
818
- shapeConstSoftWhitePressed: base.whiteAlpha[24],
819
- lineAccentBold: ((_101 = base.accent) === null || _101 === void 0 ? void 0 : _101.original.dark) || base.gray[88],
820
- lineAccentBoldHover:
821
- ((_102 = base.accent) === null || _102 === void 0 ? void 0 : _102.interactions.hover.dark) || base.gray[100],
822
- lineAccentBoldPressed:
823
- ((_103 = base.accent) === null || _103 === void 0 ? void 0 : _103.interactions.pressed.dark) ||
824
- base.whiteAlpha[64],
825
- lineAccentPale:
826
- ((_105 = (_104 = base.accent) === null || _104 === void 0 ? void 0 : _104.palette) === null || _105 === void 0
827
- ? void 0
828
- : _105.dim[40]) || base.whiteAlpha[24],
829
- lineAccentPaleHover:
830
- ((_107 = (_106 = base.accent) === null || _106 === void 0 ? void 0 : _106.palette) === null || _107 === void 0
831
- ? void 0
832
- : _107.dim[44]) || base.whiteAlpha[32],
833
- lineAccentPalePressed:
834
- ((_109 = (_108 = base.accent) === null || _108 === void 0 ? void 0 : _108.palette) === null || _109 === void 0
835
- ? void 0
836
- : _109.dim[36]) || base.whiteAlpha[16],
837
- lineAccentSoft:
838
- ((_111 = (_110 = base.accent) === null || _110 === void 0 ? void 0 : _110.palette) === null || _111 === void 0
839
- ? void 0
840
- : _111.dim[48]) || base.whiteAlpha[48],
841
- lineAccentSoftHover:
842
- ((_113 = (_112 = base.accent) === null || _112 === void 0 ? void 0 : _112.palette) === null || _113 === void 0
843
- ? void 0
844
- : _113.vivid[80]) || base.gray[100],
845
- lineAccentSoftPressed:
846
- ((_115 = (_114 = base.accent) === null || _114 === void 0 ? void 0 : _114.palette) === null || _115 === void 0
847
- ? void 0
848
- : _115.dim[64]) || base.gray[100],
849
- lineBrandOriginal: base.brand.original,
850
- lineErrorBold: base.customizable.red.vivid[60],
851
- lineErrorBoldHover: base.customizable.red.vivid[68],
852
- lineErrorBoldPressed: base.customizable.red.dim[56],
853
- lineNeutralFaint: base.whiteAlpha[8],
854
- lineNeutralPale: base.whiteAlpha[16],
855
- lineNeutralPaleHover: base.whiteAlpha[24],
856
- lineNeutralPalePressed: base.whiteAlpha[12],
857
- lineOnAccentBoldFaint:
858
- ((_116 = base.onAccent) === null || _116 === void 0 ? void 0 : _116[12]) || base.blackAlpha[12],
859
- lineOnAccentBoldPale:
860
- ((_117 = base.onAccent) === null || _117 === void 0 ? void 0 : _117[24]) || base.blackAlpha[24],
861
- lineOnBrandOriginalFaint: base.onBrand[12],
862
- lineOnBrandOriginalPale: base.onBrand[24],
863
- lineSuccessBold: base.customizable.green.vivid[60],
864
- lineSuccessBoldHover: base.customizable.green.vivid[68],
865
- lineSuccessBoldPressed: base.customizable.green.dim[56],
866
- lineWarningBold: base.warning.vivid[80],
867
- lineWarningBoldHover: base.warning.vivid[84],
868
- lineWarningBoldPressed: base.warning.dim[72],
869
- lineInvertedAccentBold:
870
- ((_118 = base.accent) === null || _118 === void 0 ? void 0 : _118.original.light) || base.gray[44],
871
- lineInvertedAccentBoldHover:
872
- ((_119 = base.accent) === null || _119 === void 0 ? void 0 : _119.interactions.hover.light) || base.gray[20],
873
- lineInvertedAccentBoldPressed:
874
- ((_120 = base.accent) === null || _120 === void 0 ? void 0 : _120.interactions.pressed.light) ||
875
- base.blackAlpha[64],
876
- lineInvertedAccentPale:
877
- ((_122 = (_121 = base.accent) === null || _121 === void 0 ? void 0 : _121.palette) === null || _122 === void 0
878
- ? void 0
879
- : _122.normal[84]) || base.blackAlpha[24],
880
- lineInvertedAccentPaleHover:
881
- ((_124 = (_123 = base.accent) === null || _123 === void 0 ? void 0 : _123.palette) === null || _124 === void 0
882
- ? void 0
883
- : _124.normal[80]) || base.blackAlpha[32],
884
- lineInvertedAccentPalePressed:
885
- ((_126 = (_125 = base.accent) === null || _125 === void 0 ? void 0 : _125.palette) === null || _126 === void 0
886
- ? void 0
887
- : _126.dim[76]) || base.blackAlpha[40],
888
- lineInvertedAccentSoft:
889
- ((_128 = (_127 = base.accent) === null || _127 === void 0 ? void 0 : _127.palette) === null || _128 === void 0
890
- ? void 0
891
- : _128.dim[76]) || base.blackAlpha[48],
892
- lineInvertedAccentSoftHover:
893
- ((_130 = (_129 = base.accent) === null || _129 === void 0 ? void 0 : _129.palette) === null || _130 === void 0
894
- ? void 0
895
- : _130.vivid[60]) || base.blackAlpha[96],
896
- lineInvertedAccentSoftPressed:
897
- ((_132 = (_131 = base.accent) === null || _131 === void 0 ? void 0 : _131.palette) === null || _132 === void 0
898
- ? void 0
899
- : _132.dim[48]) || base.blackAlpha[96],
900
- lineInvertedErrorBold: base.customizable.red.vivid[56],
901
- lineInvertedErrorBoldHover: base.customizable.red.vivid[64],
902
- lineInvertedErrorBoldPressed: base.customizable.red.dim[52],
903
- lineInvertedNeutralFaint: base.blackAlpha[8],
904
- lineInvertedNeutralPale: base.blackAlpha[16],
905
- lineInvertedNeutralPaleHover: base.blackAlpha[24],
906
- lineInvertedNeutralPalePressed: base.blackAlpha[32],
907
- lineInvertedSuccessBold: base.customizable.green.vivid[56],
908
- lineInvertedSuccessBoldHover: base.customizable.green.vivid[68],
909
- lineInvertedSuccessBoldPressed: base.customizable.green.dim[56],
910
- lineInvertedWarningBold: base.warning.vivid[80],
911
- lineInvertedWarningBoldHover: base.warning.vivid[72],
912
- lineInvertedWarningBoldPressed: base.warning.dim[68],
913
- lineConstFaintBlack: base.blackAlpha[12],
914
- lineConstFaintWhite: base.whiteAlpha[12],
915
- lineConstPaleBlack: base.blackAlpha[24],
916
- lineConstPaleBlackHover: base.blackAlpha[32],
917
- lineConstPaleBlackPressed: base.blackAlpha[16],
918
- lineConstPaleWhite: base.whiteAlpha[24],
919
- lineConstPaleWhiteHover: base.whiteAlpha[32],
920
- lineConstPaleWhitePressed: base.whiteAlpha[16],
921
- surfaceBase: base.gray[28],
922
- surfaceHigh: base.gray[32],
923
- surfaceLow: base.gray[24],
924
- surfaceModalBackdrop: base.blackAlpha[40],
925
- illustrationBlack: base.gray[16],
926
- illustrationBrand: base.brand.original,
927
- illustrationComplement: base.gray[100],
928
- illustrationInvertedNeutral: base.gray[0],
929
- illustrationNeutral: base.gray[100],
930
- illustrationOnBrand: base.onBrand[100],
931
- illustrationOnComplement: base.brand.promo,
932
- illustrationPromo: base.brand.promo,
933
- illustrationSymbol: (_133 = base.brand.palette) === null || _133 === void 0 ? void 0 : _133.normal[80],
934
- illustrationWhite: base.gray[100],
935
- customizableBoldBlack: base.gray[76],
936
- customizableBoldBlue: base.customizable.blue.normal[64],
937
- customizableBoldBlueDeep: base.customizable.blueDeep.vivid[60],
938
- customizableBoldGray: base.gray[52],
939
- customizableBoldGreen: base.customizable.green.normal[64],
940
- customizableBoldMint: base.customizable.mint.normal[68],
941
- customizableBoldOrange: base.customizable.orange.normal[68],
942
- customizableBoldPurple: base.customizable.purple.normal[64],
943
- customizableBoldRed: base.customizable.red.normal[64],
944
- customizableBoldViolet: base.customizable.violet.normal[64],
945
- customizableBoldYellow: base.customizable.yellow.vivid[76],
946
- customizableFaintBlack: base.gray[40],
947
- customizableFaintBlue: base.customizable.blue.dim[32],
948
- customizableFaintBlueDeep: base.customizable.blueDeep.dim[32],
949
- customizableFaintGray: base.gray[32],
950
- customizableFaintGreen: base.customizable.green.dim[32],
951
- customizableFaintMint: base.customizable.mint.dim[32],
952
- customizableFaintOrange: base.customizable.orange.dim[32],
953
- customizableFaintPurple: base.customizable.purple.dim[32],
954
- customizableFaintRed: base.customizable.red.dim[32],
955
- customizableFaintViolet: base.customizable.violet.dim[32],
956
- customizableFaintYellow: base.customizable.yellow.dim[32],
957
- customizableHeavyBlack: base.gray[96],
958
- customizableHeavyBlue: base.customizable.blue.vivid[80],
959
- customizableHeavyBlueDeep: base.customizable.blueDeep.vivid[76],
960
- customizableHeavyGray: base.gray[60],
961
- customizableHeavyGreen: base.customizable.green.vivid[84],
962
- customizableHeavyMint: base.customizable.mint.vivid[88],
963
- customizableHeavyOrange: base.customizable.orange.vivid[76],
964
- customizableHeavyPurple: base.customizable.purple.vivid[80],
965
- customizableHeavyRed: base.customizable.red.vivid[76],
966
- customizableHeavyViolet: base.customizable.violet.vivid[76],
967
- customizableHeavyYellow: base.customizable.yellow.vivid[84],
968
- customizablePaleBlack: base.gray[44],
969
- customizablePaleBlue: base.customizable.blue.dim[36],
970
- customizablePaleBlueDeep: base.customizable.blueDeep.dim[36],
971
- customizablePaleGray: base.gray[36],
972
- customizablePaleGreen: base.customizable.green.dim[36],
973
- customizablePaleMint: base.customizable.mint.dim[36],
974
- customizablePaleOrange: base.customizable.orange.dim[36],
975
- customizablePalePurple: base.customizable.purple.dim[36],
976
- customizablePaleRed: base.customizable.red.dim[36],
977
- customizablePaleViolet: base.customizable.violet.dim[36],
978
- customizablePaleYellow: base.customizable.yellow.dim[36],
979
- customizableSoftBlack: base.gray[56],
980
- customizableSoftBlue: base.customizable.blue.dim[48],
981
- customizableSoftBlueDeep: base.customizable.blueDeep.dim[48],
982
- customizableSoftGray: base.gray[44],
983
- customizableSoftGreen: base.customizable.green.dim[48],
984
- customizableSoftMint: base.customizable.mint.dim[48],
985
- customizableSoftOrange: base.customizable.orange.dim[48],
986
- customizableSoftPurple: base.customizable.purple.dim[48],
987
- customizableSoftRed: base.customizable.red.dim[48],
988
- customizableSoftViolet: base.customizable.violet.dim[48],
989
- customizableSoftYellow: base.customizable.yellow.dim[52],
990
- },
991
- };
992
- };