@skbkontur/colors 1.1.2-752d6.0 → 1.1.2-b2742.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 (73) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/constants/abney-correction.d.ts +2 -0
  3. package/dist/cjs/constants/abney-correction.js +1105 -0
  4. package/dist/cjs/constants/chroma-settings.d.ts +2 -0
  5. package/dist/cjs/constants/chroma-settings.js +105 -0
  6. package/dist/cjs/constants/default-swatch.d.ts +109 -0
  7. package/dist/cjs/constants/default-swatch.js +112 -0
  8. package/dist/cjs/constants/interaction-settings.d.ts +8 -0
  9. package/dist/cjs/constants/interaction-settings.js +11 -0
  10. package/dist/cjs/constants/logo-lightness.d.ts +1 -0
  11. package/dist/cjs/constants/logo-lightness.js +4 -0
  12. package/dist/cjs/constants/promo-hue-shift.d.ts +3 -0
  13. package/dist/cjs/constants/promo-hue-shift.js +14 -0
  14. package/dist/cjs/constants/warning-hue-patch.d.ts +3 -0
  15. package/dist/cjs/constants/warning-hue-patch.js +25 -0
  16. package/dist/cjs/get-base-tokens.d.ts +17 -0
  17. package/dist/cjs/get-base-tokens.js +201 -0
  18. package/dist/cjs/get-colors.d.ts +17 -0
  19. package/dist/cjs/get-colors.js +16 -0
  20. package/dist/cjs/get-default-tokens.d.ts +607 -0
  21. package/dist/cjs/get-default-tokens.js +613 -0
  22. package/dist/cjs/helpers/get-interactions.d.ts +7 -0
  23. package/dist/cjs/helpers/get-interactions.js +40 -0
  24. package/dist/cjs/helpers/get-logo.d.ts +6 -0
  25. package/dist/cjs/helpers/get-logo.js +29 -0
  26. package/dist/cjs/helpers/get-palette.d.ts +51 -0
  27. package/dist/cjs/helpers/get-palette.js +242 -0
  28. package/dist/cjs/helpers/get-promo.d.ts +6 -0
  29. package/dist/cjs/helpers/get-promo.js +58 -0
  30. package/dist/cjs/types/base-tokens.d.ts +54 -0
  31. package/dist/cjs/types/base-tokens.js +2 -0
  32. package/dist/cjs/types/generator-tokens.d.ts +43 -0
  33. package/dist/cjs/types/generator-tokens.js +2 -0
  34. package/dist/esm/constants/abney-correction.d.ts +2 -0
  35. package/dist/esm/constants/abney-correction.js +1102 -0
  36. package/dist/esm/constants/chroma-settings.d.ts +2 -0
  37. package/dist/esm/constants/chroma-settings.js +102 -0
  38. package/dist/esm/constants/default-swatch.d.ts +109 -0
  39. package/dist/esm/constants/default-swatch.js +109 -0
  40. package/dist/esm/constants/interaction-settings.d.ts +8 -0
  41. package/dist/esm/constants/interaction-settings.js +8 -0
  42. package/dist/esm/constants/logo-lightness.d.ts +1 -0
  43. package/dist/esm/constants/logo-lightness.js +1 -0
  44. package/dist/esm/constants/promo-hue-shift.d.ts +3 -0
  45. package/dist/esm/constants/promo-hue-shift.js +11 -0
  46. package/dist/esm/constants/warning-hue-patch.d.ts +3 -0
  47. package/dist/esm/constants/warning-hue-patch.js +22 -0
  48. package/dist/esm/get-base-tokens.d.ts +17 -0
  49. package/dist/esm/get-base-tokens.js +167 -0
  50. package/dist/esm/get-colors.d.ts +17 -0
  51. package/dist/esm/get-colors.js +12 -0
  52. package/dist/esm/get-default-tokens.d.ts +607 -0
  53. package/dist/esm/get-default-tokens.js +609 -0
  54. package/dist/esm/helpers/get-interactions.d.ts +7 -0
  55. package/dist/esm/helpers/get-interactions.js +35 -0
  56. package/dist/esm/helpers/get-logo.d.ts +6 -0
  57. package/dist/esm/helpers/get-logo.js +25 -0
  58. package/dist/esm/helpers/get-palette.d.ts +51 -0
  59. package/dist/esm/helpers/get-palette.js +210 -0
  60. package/dist/esm/helpers/get-promo.d.ts +6 -0
  61. package/dist/esm/helpers/get-promo.js +53 -0
  62. package/dist/esm/types/base-tokens.d.ts +54 -0
  63. package/dist/esm/types/base-tokens.js +1 -0
  64. package/dist/esm/types/generator-tokens.d.ts +43 -0
  65. package/dist/esm/types/generator-tokens.js +1 -0
  66. package/package.json +14 -8
  67. package/colors.css +0 -160
  68. package/colors.less +0 -158
  69. package/colors.scss +0 -158
  70. package/dist/cjs/colors.d.ts +0 -161
  71. package/dist/cjs/colors.js +0 -163
  72. package/dist/esm/colors.d.ts +0 -161
  73. package/dist/esm/colors.js +0 -163
@@ -0,0 +1,613 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getDefaultTokens = void 0;
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;
6
+ return ({
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],
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],
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],
30
+ textLogo: base.brand.logo.light,
31
+ textNeutralPrimary: base.blackAlpha[88],
32
+ textNeutralSecondary: base.blackAlpha[56],
33
+ textOnaccentboldDisabled: base.onBrand[40] || base.whiteAlpha[40],
34
+ textOnaccentboldPrimary: base.onBrand[96] || base.whiteAlpha[96],
35
+ textOnaccentboldSecondary: base.onBrand[64] || base.whiteAlpha[64],
36
+ textOnbrandoriginalDisabled: base.onBrand[40],
37
+ textOnbrandoriginalPrimary: base.onBrand[96],
38
+ textOnbrandoriginalSecondary: base.onBrand[64],
39
+ textSuccessPrimary: base.customizable.green.vivid[52],
40
+ textSuccessPrimaryHover: base.customizable.green.vivid[60],
41
+ textSuccessPrimaryPressed: base.customizable.green.dim[48],
42
+ textWarningPrimary: base.warning.vivid[64],
43
+ textWarningPrimaryHover: base.warning.vivid[72],
44
+ textWarningPrimaryPressed: base.warning.dim[60],
45
+ textConstDisabledBlack: base.blackAlpha[32],
46
+ textConstDisabledWhite: base.whiteAlpha[40],
47
+ textConstPrimaryBlack: base.blackAlpha[88],
48
+ textConstPrimaryWhite: base.whiteAlpha[96],
49
+ textConstSecondaryBlack: base.blackAlpha[56],
50
+ textConstSecondaryWhite: base.whiteAlpha[64],
51
+ shapeBoldAccent: base.accent.original.light || base.accent.original.light,
52
+ shapeBoldAccentHover: base.accent.interactions.hover.light || base.accent.interactions.hover.light,
53
+ shapeBoldAccentPressed: base.accent.interactions.pressed.light || base.accent.interactions.pressed.light,
54
+ shapeBoldBrandOriginal: base.accent.original.light,
55
+ shapeBoldBrandOriginalHover: base.accent.interactions.hover.light,
56
+ shapeBoldBrandOriginalPressed: base.accent.interactions.pressed.light,
57
+ shapeBoldError: base.customizable.red.vivid[64],
58
+ shapeBoldErrorHover: base.customizable.red.vivid[60],
59
+ shapeBoldErrorPressed: base.customizable.red.normal[56],
60
+ shapeBoldNeutral: base.gray[44],
61
+ shapeBoldNeutralHover: base.gray[36],
62
+ shapeBoldNeutralPressed: base.blackAlpha[56],
63
+ shapeBoldSuccess: base.customizable.green.vivid[64],
64
+ shapeBoldSuccessHover: base.customizable.green.vivid[60],
65
+ shapeBoldSuccessPressed: base.customizable.green.normal[56],
66
+ shapeBoldWarning: base.warning.vivid[84],
67
+ shapeBoldWarningHover: base.warning.vivid[80],
68
+ shapeBoldWarningPressed: base.warning.normal[76],
69
+ shapeFaintAccent: ((_g = base.accent.palette) === null || _g === void 0 ? void 0 : _g.normal[96]) || base.blackAlpha[12],
70
+ shapeFaintAccentHover: ((_h = base.accent.palette) === null || _h === void 0 ? void 0 : _h.normal[92]) || base.blackAlpha[16],
71
+ shapeFaintAccentPressed: ((_j = base.accent.palette) === null || _j === void 0 ? void 0 : _j.dim[88]) || base.blackAlpha[24],
72
+ shapeFaintBrand: base.brand.palette.vivid[96],
73
+ shapeFaintBrandHover: base.brand.palette.normal[92],
74
+ shapeFaintBrandPressed: base.brand.palette.dim[92],
75
+ shapeFaintError: base.customizable.red.vivid[96],
76
+ shapeFaintErrorHover: base.customizable.red.normal[92],
77
+ shapeFaintErrorPressed: base.customizable.red.dim[92],
78
+ shapeFaintNeutralAlpha: base.blackAlpha[6],
79
+ shapeFaintNeutralAlphaHover: base.blackAlpha[8],
80
+ shapeFaintNeutralAlphaPressed: base.blackAlpha[12],
81
+ shapeFaintSuccess: base.customizable.green.normal[96],
82
+ shapeFaintSuccessHover: base.customizable.green.normal[92],
83
+ shapeFaintSuccessPressed: base.customizable.green.dim[92],
84
+ shapeFaintWarning: base.warning.vivid[96],
85
+ shapeFaintWarningHover: base.warning.normal[92],
86
+ shapeFaintWarningPressed: base.warning.dim[92],
87
+ shapeHeavyError: base.customizable.red.normal[36],
88
+ shapeHeavyNeutral: base.gray[28],
89
+ shapeHeavySuccess: base.customizable.green.normal[36],
90
+ shapeHeavyWarning: base.warning.vivid[36],
91
+ shapeOtherAccentBoldDisabled: base.blackAlpha[32],
92
+ shapeOtherBacklessHover: base.blackAlpha[8],
93
+ shapeOtherBacklessPressed: base.blackAlpha[12],
94
+ shapeOtherBase: base.gray[100],
95
+ shapeOtherBaseHover: base.whiteAlpha[80],
96
+ shapeOtherBasePressed: base.whiteAlpha[48],
97
+ shapeOtherDisabled: base.blackAlpha[6],
98
+ shapeOtherField: base.gray[100],
99
+ shapeOtherLow: base.blackAlpha[6],
100
+ shapeOtherLowHover: base.blackAlpha[8],
101
+ shapeOtherLowPressed: base.blackAlpha[12],
102
+ shapeOtherNeutralFaintSolid: base.gray[96],
103
+ shapeOtherNeutralFaintSolidHover: base.gray[92],
104
+ shapeOtherNeutralFaintSolidPressed: base.gray[88],
105
+ shapeOtherNeutralPaleSolid: base.gray[92],
106
+ shapeOtherNeutralPaleSolidHover: base.gray[88],
107
+ shapeOtherNeutralPaleSolidPressed: base.gray[84],
108
+ shapeOtherNeutralSoftSolid: base.gray[84],
109
+ shapeOtherNeutralSoftSolidHover: base.gray[80],
110
+ shapeOtherNeutralSoftSolidPressed: base.gray[76],
111
+ shapePaleAccent: ((_k = base.accent.palette) === null || _k === void 0 ? void 0 : _k.vivid[92]) || base.blackAlpha[16],
112
+ shapePaleAccentHover: ((_l = base.accent.palette) === null || _l === void 0 ? void 0 : _l.normal[88]) || base.blackAlpha[24],
113
+ shapePaleAccentPressed: ((_m = base.accent.palette) === null || _m === void 0 ? void 0 : _m.dim[84]) || base.blackAlpha[32],
114
+ shapePaleBrand: base.brand.palette.vivid[92],
115
+ shapePaleBrandHover: base.brand.palette.normal[88],
116
+ shapePaleBrandPressed: base.brand.palette.dim[88],
117
+ shapePaleError: base.customizable.red.vivid[92],
118
+ shapePaleErrorHover: base.customizable.red.normal[88],
119
+ shapePaleErrorPressed: base.customizable.red.dim[88],
120
+ shapePaleNeutralAlpha: base.blackAlpha[8],
121
+ shapePaleNeutralAlphaHover: base.blackAlpha[12],
122
+ shapePaleNeutralAlphaPressed: base.blackAlpha[16],
123
+ shapePaleSuccess: base.customizable.green.normal[92],
124
+ shapePaleSuccessHover: base.customizable.green.normal[88],
125
+ shapePaleSuccessPressed: base.customizable.green.dim[88],
126
+ shapePaleWarning: base.warning.vivid[92],
127
+ shapePaleWarningHover: base.warning.normal[88],
128
+ shapePaleWarningPressed: base.warning.dim[88],
129
+ shapeSoftAccent: ((_o = base.accent.palette) === null || _o === void 0 ? void 0 : _o.normal[80]) || base.blackAlpha[32],
130
+ shapeSoftAccentHover: ((_p = base.accent.palette) === null || _p === void 0 ? void 0 : _p.normal[76]) || base.blackAlpha[40],
131
+ shapeSoftAccentPressed: ((_q = base.accent.palette) === null || _q === void 0 ? void 0 : _q.dim[72]) || base.blackAlpha[48],
132
+ shapeSoftBrand: base.brand.palette.normal[80],
133
+ shapeSoftBrandHover: base.brand.palette.normal[76],
134
+ shapeSoftBrandPressed: base.brand.palette.dim[72],
135
+ shapeSoftError: base.customizable.red.normal[80],
136
+ shapeSoftErrorHover: base.customizable.red.normal[76],
137
+ shapeSoftErrorPressed: base.customizable.red.dim[72],
138
+ shapeSoftNeutralAlpha: base.blackAlpha[16],
139
+ shapeSoftNeutralAlphaHover: base.blackAlpha[24],
140
+ shapeSoftNeutralAlphaPressed: base.blackAlpha[32],
141
+ shapeSoftSuccess: base.customizable.green.normal[80],
142
+ shapeSoftSuccessHover: base.customizable.green.normal[76],
143
+ shapeSoftSuccessPressed: base.customizable.green.dim[72],
144
+ shapeSoftWarning: base.warning.vivid[88],
145
+ shapeSoftWarningHover: base.warning.normal[84],
146
+ shapeSoftWarningPressed: base.warning.dim[80],
147
+ shapeInvertedBacklessHover: base.whiteAlpha[8],
148
+ shapeInvertedBacklessPressed: base.whiteAlpha[4],
149
+ shapeInvertedDisabled: base.whiteAlpha[6],
150
+ shapeInvertedNeutralHeavy: base.gray[100],
151
+ shapeInvertedNeutralHeavyHover: base.whiteAlpha[88],
152
+ shapeInvertedNeutralHeavyPressed: base.whiteAlpha[72],
153
+ shapeInvertedNeutralPaleAlpha: base.whiteAlpha[12],
154
+ shapeInvertedNeutralPaleAlphaHover: base.whiteAlpha[12],
155
+ shapeInvertedNeutralPaleAlphaPressed: base.whiteAlpha[6],
156
+ shapeInvertedNeutralSoftAlpha: base.whiteAlpha[32],
157
+ shapeInvertedNeutralSoftAlphaHover: base.whiteAlpha[32],
158
+ shapeInvertedNeutralSoftAlphaPressed: base.whiteAlpha[16],
159
+ shapeConstBacklessBlackHover: base.blackAlpha[16],
160
+ shapeConstBacklessBlackPressed: base.blackAlpha[8],
161
+ shapeConstBacklessWhiteHover: base.whiteAlpha[16],
162
+ shapeConstBacklessWhitePressed: base.whiteAlpha[8],
163
+ shapeConstDisabledBlack: base.blackAlpha[6],
164
+ shapeConstDisabledWhite: base.whiteAlpha[6],
165
+ shapeConstHeavyBlack: base.blackAlpha[80],
166
+ shapeConstHeavyBlackHover: base.blackAlpha[88],
167
+ shapeConstHeavyBlackPressed: base.blackAlpha[64],
168
+ shapeConstHeavyWhite: base.whiteAlpha[96],
169
+ shapeConstHeavyWhiteHover: base.gray[100],
170
+ shapeConstHeavyWhitePressed: base.whiteAlpha[64],
171
+ shapeConstPaleBlack: base.blackAlpha[16],
172
+ shapeConstPaleBlackHover: base.blackAlpha[24],
173
+ shapeConstPaleBlackPressed: base.blackAlpha[12],
174
+ shapeConstPaleWhite: base.whiteAlpha[16],
175
+ shapeConstPaleWhiteHover: base.whiteAlpha[24],
176
+ shapeConstPaleWhitePressed: base.whiteAlpha[12],
177
+ shapeConstPromo: base.brand.promo,
178
+ shapeConstSoftBlack: base.blackAlpha[40],
179
+ shapeConstSoftBlackHover: base.blackAlpha[48],
180
+ shapeConstSoftBlackPressed: base.blackAlpha[24],
181
+ shapeConstSoftWhite: base.whiteAlpha[48],
182
+ shapeConstSoftWhiteHover: base.whiteAlpha[56],
183
+ shapeConstSoftWhitePressed: base.whiteAlpha[32],
184
+ lineAccentBold: base.accent.original.light || base.accent.original.light,
185
+ lineAccentBoldHover: base.accent.interactions.hover.light || base.accent.interactions.hover.light,
186
+ lineAccentBoldPressed: base.accent.interactions.pressed.light || base.accent.interactions.pressed.light,
187
+ lineAccentPale: ((_r = base.accent.palette) === null || _r === void 0 ? void 0 : _r.normal[88]) || base.blackAlpha[24],
188
+ lineAccentPaleHover: ((_s = base.accent.palette) === null || _s === void 0 ? void 0 : _s.normal[84]) || base.blackAlpha[32],
189
+ lineAccentPalePressed: ((_t = base.accent.palette) === null || _t === void 0 ? void 0 : _t.dim[80]) || base.blackAlpha[40],
190
+ lineAccentSoft: ((_u = base.accent.palette) === null || _u === void 0 ? void 0 : _u.dim[76]) || base.blackAlpha[48],
191
+ lineAccentSoftHover: ((_v = base.accent.palette) === null || _v === void 0 ? void 0 : _v.vivid[60]) || base.blackAlpha[96],
192
+ lineAccentSoftPressed: ((_w = base.accent.palette) === null || _w === void 0 ? void 0 : _w.dim[48]) || base.blackAlpha[96],
193
+ lineBrandOriginal: base.brand.original,
194
+ lineErrorBold: base.customizable.red.vivid[56],
195
+ lineErrorBoldHover: base.customizable.red.vivid[64],
196
+ lineErrorBoldPressed: base.customizable.red.dim[52],
197
+ lineNeutralFaint: base.blackAlpha[8],
198
+ lineNeutralPale: base.blackAlpha[16],
199
+ lineNeutralPaleHover: base.blackAlpha[24],
200
+ lineNeutralPalePressed: base.blackAlpha[40],
201
+ lineOnaccentboldFaint: base.onBrand[16] || base.whiteAlpha[12],
202
+ lineOnaccentboldPale: base.onBrand[24] || base.whiteAlpha[24],
203
+ lineOnbrandoriginalFaint: base.onBrand[16],
204
+ lineOnbrandoriginalPale: base.onBrand[24],
205
+ lineSuccessBold: base.customizable.green.vivid[56],
206
+ lineSuccessBoldHover: base.customizable.green.vivid[68],
207
+ lineSuccessBoldPressed: base.customizable.green.dim[56],
208
+ lineWarningBold: base.warning.vivid[80],
209
+ lineWarningBoldHover: base.warning.vivid[72],
210
+ lineWarningBoldPressed: base.warning.dim[68],
211
+ lineInvertedAccentBold: base.accent.original.dark || base.accent.original.dark,
212
+ lineInvertedAccentBoldHover: base.accent.interactions.hover.dark || base.accent.interactions.hover.dark,
213
+ lineInvertedAccentBoldPressed: base.accent.interactions.pressed.dark || base.accent.interactions.pressed.dark,
214
+ lineInvertedAccentPale: ((_x = base.accent.palette) === null || _x === void 0 ? void 0 : _x.dim[44]) || base.whiteAlpha[24],
215
+ lineInvertedAccentPaleHover: ((_y = base.accent.palette) === null || _y === void 0 ? void 0 : _y.dim[48]) || base.whiteAlpha[32],
216
+ lineInvertedAccentPalePressed: ((_z = base.accent.palette) === null || _z === void 0 ? void 0 : _z.dim[40]) || base.whiteAlpha[16],
217
+ lineInvertedAccentSoft: ((_0 = base.accent.palette) === null || _0 === void 0 ? void 0 : _0.dim[48]) || base.whiteAlpha[48],
218
+ lineInvertedAccentSoftHover: ((_1 = base.accent.palette) === null || _1 === void 0 ? void 0 : _1.vivid[80]) || base.gray[100],
219
+ lineInvertedAccentSoftPressed: ((_2 = base.accent.palette) === null || _2 === void 0 ? void 0 : _2.normal[64]) || base.gray[100],
220
+ lineInvertedErrorBold: base.customizable.red.vivid[60],
221
+ lineInvertedErrorBoldHover: base.customizable.red.vivid[68],
222
+ lineInvertedErrorBoldPressed: base.customizable.red.dim[56],
223
+ lineInvertedNeutralFaint: base.whiteAlpha[8],
224
+ lineInvertedNeutralPale: base.whiteAlpha[16],
225
+ lineInvertedNeutralPaleHover: base.whiteAlpha[24],
226
+ lineInvertedNeutralPalePressed: base.whiteAlpha[12],
227
+ lineInvertedSuccessBold: base.customizable.green.vivid[60],
228
+ lineInvertedSuccessBoldHover: base.customizable.green.vivid[68],
229
+ lineInvertedSuccessBoldPressed: base.customizable.green.dim[56],
230
+ lineInvertedWarningBold: base.warning.vivid[80],
231
+ lineInvertedWarningBoldHover: base.warning.vivid[84],
232
+ lineInvertedWarningBoldPressed: base.warning.dim[72],
233
+ lineConstFaintBlack: base.blackAlpha[16],
234
+ lineConstFaintWhite: base.whiteAlpha[16],
235
+ lineConstPaleBlack: base.blackAlpha[24],
236
+ lineConstPaleBlackHover: base.blackAlpha[32],
237
+ lineConstPaleBlackPressed: base.blackAlpha[16],
238
+ lineConstPaleWhite: base.whiteAlpha[24],
239
+ lineConstPaleWhiteHover: base.whiteAlpha[32],
240
+ lineConstPaleWhitePressed: base.whiteAlpha[16],
241
+ surfaceBase: base.gray[100],
242
+ surfaceHigh: base.gray[100],
243
+ surfaceLow: base.gray[96],
244
+ surfaceModalBackdrop: base.blackAlpha[24],
245
+ illustrationBlack: base.gray[16],
246
+ illustrationBrand: base.brand.original,
247
+ illustrationComplement: base.brand.promo,
248
+ illustrationOnBrand: base.onBrand[100],
249
+ illustrationOncomplement: base.gray[100],
250
+ illustrationPromo: base.brand.promo,
251
+ illustrationSymbol: base.brand.palette.normal[80],
252
+ illustrationWhite: base.gray[100],
253
+ customizableBoldBlack: base.gray[52],
254
+ customizableBoldBlue: base.customizable.blue.vivid[68],
255
+ customizableBoldBlueDeep: base.customizable.blueDeep.vivid[68],
256
+ customizableBoldGray: base.gray[72],
257
+ customizableBoldGreen: base.customizable.green.vivid[68],
258
+ customizableBoldMint: base.customizable.mint.vivid[68],
259
+ customizableBoldOrange: base.customizable.orange.vivid[68],
260
+ customizableBoldPurple: base.customizable.purple.vivid[68],
261
+ customizableBoldRed: base.customizable.red.vivid[68],
262
+ customizableBoldViolet: base.customizable.violet.vivid[68],
263
+ customizableBoldYellow: base.customizable.yellow.vivid[76],
264
+ customizableFaintBlack: base.gray[92],
265
+ customizableFaintBlue: base.customizable.blue.vivid[96],
266
+ customizableFaintBlueDeep: base.customizable.blueDeep.vivid[96],
267
+ customizableFaintGray: base.gray[96],
268
+ customizableFaintGreen: base.customizable.green.vivid[96],
269
+ customizableFaintMint: base.customizable.mint.vivid[96],
270
+ customizableFaintOrange: base.customizable.orange.vivid[96],
271
+ customizableFaintPurple: base.customizable.purple.vivid[96],
272
+ customizableFaintRed: base.customizable.red.vivid[96],
273
+ customizableFaintViolet: base.customizable.violet.vivid[96],
274
+ customizableFaintYellow: base.customizable.yellow.vivid[96],
275
+ customizableHeavyBlack: base.gray[36],
276
+ customizableHeavyBlue: base.customizable.blue.vivid[48],
277
+ customizableHeavyBlueDeep: base.customizable.blueDeep.vivid[48],
278
+ customizableHeavyGray: base.gray[56],
279
+ customizableHeavyGreen: base.customizable.green.vivid[48],
280
+ customizableHeavyMint: base.customizable.mint.vivid[52],
281
+ customizableHeavyOrange: base.customizable.orange.vivid[48],
282
+ customizableHeavyPurple: base.customizable.purple.vivid[48],
283
+ customizableHeavyRed: base.customizable.red.vivid[52],
284
+ customizableHeavyViolet: base.customizable.violet.vivid[48],
285
+ customizableHeavyYellow: base.customizable.yellow.vivid[56],
286
+ customizablePaleBlack: base.gray[88],
287
+ customizablePaleBlue: base.customizable.blue.vivid[92],
288
+ customizablePaleBlueDeep: base.customizable.blueDeep.vivid[92],
289
+ customizablePaleGray: base.gray[92],
290
+ customizablePaleGreen: base.customizable.green.vivid[92],
291
+ customizablePaleMint: base.customizable.mint.vivid[92],
292
+ customizablePaleOrange: base.customizable.orange.vivid[92],
293
+ customizablePalePurple: base.customizable.purple.vivid[92],
294
+ customizablePaleRed: base.customizable.red.vivid[92],
295
+ customizablePaleViolet: base.customizable.violet.vivid[92],
296
+ customizablePaleYellow: base.customizable.yellow.vivid[92],
297
+ customizableSoftBlack: base.gray[76],
298
+ customizableSoftBlue: base.customizable.blue.vivid[80],
299
+ customizableSoftBlueDeep: base.customizable.blueDeep.vivid[80],
300
+ customizableSoftGray: base.gray[88],
301
+ customizableSoftGreen: base.customizable.green.normal[80],
302
+ customizableSoftMint: base.customizable.mint.normal[84],
303
+ customizableSoftOrange: base.customizable.orange.vivid[80],
304
+ customizableSoftPurple: base.customizable.purple.vivid[80],
305
+ customizableSoftRed: base.customizable.red.vivid[80],
306
+ customizableSoftViolet: base.customizable.violet.vivid[80],
307
+ customizableSoftYellow: base.customizable.yellow.vivid[88],
308
+ },
309
+ dark: {
310
+ textAccentPrimary: ((_3 = base.accent.palette) === null || _3 === void 0 ? void 0 : _3.vivid[72]) || base.whiteAlpha[96],
311
+ textAccentPrimaryHover: ((_4 = base.accent.palette) === null || _4 === void 0 ? void 0 : _4.vivid[80]) || base.gray[100],
312
+ textAccentPrimaryPressed: ((_5 = base.accent.palette) === null || _5 === void 0 ? void 0 : _5.dim[64]) || base.gray[100],
313
+ textDisabled: base.whiteAlpha[40],
314
+ textErrorPrimary: base.customizable.red.vivid[68],
315
+ textErrorPrimaryHover: base.customizable.red.vivid[72],
316
+ textErrorPrimaryPressed: base.customizable.red.dim[64],
317
+ textInvertedAccentPrimary: ((_6 = base.accent.palette) === null || _6 === void 0 ? void 0 : _6.vivid[52]) || base.blackAlpha[88],
318
+ textInvertedAccentPrimaryHover: ((_7 = base.accent.palette) === null || _7 === void 0 ? void 0 : _7.vivid[60]) || base.blackAlpha[96],
319
+ textInvertedAccentPrimaryPressed: ((_8 = base.accent.palette) === null || _8 === void 0 ? void 0 : _8.dim[48]) || base.blackAlpha[96],
320
+ textInvertedDisabled: base.blackAlpha[32],
321
+ textInvertedErrorPrimary: base.customizable.red.vivid[52],
322
+ textInvertedErrorPrimaryHover: base.customizable.red.vivid[60],
323
+ textInvertedErrorPrimaryPressed: base.customizable.red.dim[48],
324
+ textInvertedNeutralPrimary: base.blackAlpha[88],
325
+ textInvertedNeutralSecondary: base.blackAlpha[56],
326
+ textInvertedSuccessPrimary: base.customizable.green.vivid[52],
327
+ textInvertedSuccessPrimaryHover: base.customizable.green.vivid[60],
328
+ textInvertedSuccessPrimaryPressed: base.customizable.green.dim[48],
329
+ textInvertedWarningPrimary: base.warning.vivid[64],
330
+ textInvertedWarningPrimaryHover: base.warning.vivid[72],
331
+ textInvertedWarningPrimaryPressed: base.warning.dim[56],
332
+ textLogo: base.brand.logo.dark,
333
+ textNeutralPrimary: base.whiteAlpha[96],
334
+ textNeutralSecondary: base.whiteAlpha[64],
335
+ textOnaccentboldDisabled: base.onBrand[32] || base.blackAlpha[32],
336
+ textOnaccentboldPrimary: base.onBrand[96] || base.blackAlpha[88],
337
+ textOnaccentboldSecondary: base.onBrand[56] || base.blackAlpha[56],
338
+ textOnbrandoriginalDisabled: base.onBrand[40],
339
+ textOnbrandoriginalPrimary: base.onBrand[96],
340
+ textOnbrandoriginalSecondary: base.onBrand[64],
341
+ textSuccessPrimary: base.customizable.green.vivid[72],
342
+ textSuccessPrimaryHover: base.customizable.green.vivid[80],
343
+ textSuccessPrimaryPressed: base.customizable.green.dim[64],
344
+ textWarningPrimary: base.warning.vivid[80],
345
+ textWarningPrimaryHover: base.warning.vivid[84],
346
+ textWarningPrimaryPressed: base.warning.dim[72],
347
+ textConstDisabledBlack: base.blackAlpha[32],
348
+ textConstDisabledWhite: base.whiteAlpha[40],
349
+ textConstPrimaryBlack: base.blackAlpha[88],
350
+ textConstPrimaryWhite: base.whiteAlpha[96],
351
+ textConstSecondaryBlack: base.blackAlpha[56],
352
+ textConstSecondaryWhite: base.whiteAlpha[64],
353
+ shapeBoldAccent: base.accent.original.dark || base.accent.original.dark,
354
+ shapeBoldAccentHover: base.accent.interactions.hover.dark || base.accent.interactions.hover.dark,
355
+ shapeBoldAccentPressed: base.accent.interactions.pressed.dark || base.accent.interactions.pressed.dark,
356
+ shapeBoldBrandOriginal: base.accent.original.dark,
357
+ shapeBoldBrandOriginalHover: base.accent.interactions.hover.dark,
358
+ shapeBoldBrandOriginalPressed: base.accent.interactions.pressed.light,
359
+ shapeBoldError: base.customizable.red.normal[60],
360
+ shapeBoldErrorHover: base.customizable.red.normal[64],
361
+ shapeBoldErrorPressed: base.customizable.red.dim[52],
362
+ shapeBoldNeutral: base.gray[80],
363
+ shapeBoldNeutralHover: base.gray[88],
364
+ shapeBoldNeutralPressed: base.whiteAlpha[56],
365
+ shapeBoldSuccess: base.customizable.green.normal[60],
366
+ shapeBoldSuccessHover: base.customizable.green.normal[64],
367
+ shapeBoldSuccessPressed: base.customizable.green.dim[52],
368
+ shapeBoldWarning: base.warning.normal[80],
369
+ shapeBoldWarningHover: base.warning.normal[84],
370
+ shapeBoldWarningPressed: base.warning.dim[72],
371
+ shapeFaintAccent: ((_9 = base.accent.palette) === null || _9 === void 0 ? void 0 : _9.dim[32]) || base.whiteAlpha[12],
372
+ shapeFaintAccentHover: ((_10 = base.accent.palette) === null || _10 === void 0 ? void 0 : _10.dim[36]) || base.whiteAlpha[16],
373
+ shapeFaintAccentPressed: ((_11 = base.accent.palette) === null || _11 === void 0 ? void 0 : _11.dim[28]) || base.whiteAlpha[8],
374
+ shapeFaintBrand: base.brand.palette.dim[32],
375
+ shapeFaintBrandHover: base.brand.palette.dim[36],
376
+ shapeFaintBrandPressed: base.brand.palette.dim[28],
377
+ shapeFaintError: base.customizable.red.dim[32],
378
+ shapeFaintErrorHover: base.customizable.red.dim[36],
379
+ shapeFaintErrorPressed: base.customizable.red.dim[28],
380
+ shapeFaintNeutralAlpha: base.whiteAlpha[6],
381
+ shapeFaintNeutralAlphaHover: base.whiteAlpha[8],
382
+ shapeFaintNeutralAlphaPressed: base.whiteAlpha[4],
383
+ shapeFaintSuccess: base.customizable.green.dim[32],
384
+ shapeFaintSuccessHover: base.customizable.green.dim[36],
385
+ shapeFaintSuccessPressed: base.customizable.green.dim[28],
386
+ shapeFaintWarning: base.warning.dim[32],
387
+ shapeFaintWarningHover: base.warning.dim[36],
388
+ shapeFaintWarningPressed: base.warning.dim[28],
389
+ shapeHeavyError: base.customizable.red.vivid[92],
390
+ shapeHeavyNeutral: base.gray[96],
391
+ shapeHeavySuccess: base.customizable.green.normal[92],
392
+ shapeHeavyWarning: base.warning.vivid[92],
393
+ shapeOtherAccentBoldDisabled: base.whiteAlpha[32],
394
+ shapeOtherBacklessHover: base.whiteAlpha[8],
395
+ shapeOtherBacklessPressed: base.whiteAlpha[4],
396
+ shapeOtherBase: base.whiteAlpha[6],
397
+ shapeOtherBaseHover: base.whiteAlpha[12],
398
+ shapeOtherBasePressed: base.whiteAlpha[4],
399
+ shapeOtherDisabled: base.whiteAlpha[6],
400
+ shapeOtherField: base.blackAlpha[12],
401
+ shapeOtherLow: base.blackAlpha[24],
402
+ shapeOtherLowHover: base.blackAlpha[16],
403
+ shapeOtherLowPressed: base.blackAlpha[32],
404
+ shapeOtherNeutralFaintSolid: base.gray[32],
405
+ shapeOtherNeutralFaintSolidHover: base.gray[36],
406
+ shapeOtherNeutralFaintSolidPressed: base.gray[28],
407
+ shapeOtherNeutralPaleSolid: base.gray[36],
408
+ shapeOtherNeutralPaleSolidHover: base.gray[40],
409
+ shapeOtherNeutralPaleSolidPressed: base.gray[32],
410
+ shapeOtherNeutralSoftSolid: base.gray[44],
411
+ shapeOtherNeutralSoftSolidHover: base.gray[48],
412
+ shapeOtherNeutralSoftSolidPressed: base.gray[40],
413
+ shapePaleAccent: ((_12 = base.accent.palette) === null || _12 === void 0 ? void 0 : _12.dim[36]) || base.whiteAlpha[16],
414
+ shapePaleAccentHover: ((_13 = base.accent.palette) === null || _13 === void 0 ? void 0 : _13.dim[40]) || base.whiteAlpha[24],
415
+ shapePaleAccentPressed: ((_14 = base.accent.palette) === null || _14 === void 0 ? void 0 : _14.dim[32]) || base.whiteAlpha[12],
416
+ shapePaleBrand: base.brand.palette.dim[36],
417
+ shapePaleBrandHover: base.brand.palette.dim[40],
418
+ shapePaleBrandPressed: base.brand.palette.dim[32],
419
+ shapePaleError: base.customizable.red.dim[36],
420
+ shapePaleErrorHover: base.customizable.red.dim[40],
421
+ shapePaleErrorPressed: base.customizable.red.dim[32],
422
+ shapePaleNeutralAlpha: base.whiteAlpha[8],
423
+ shapePaleNeutralAlphaHover: base.whiteAlpha[12],
424
+ shapePaleNeutralAlphaPressed: base.whiteAlpha[6],
425
+ shapePaleSuccess: base.customizable.green.dim[36],
426
+ shapePaleSuccessHover: base.customizable.green.dim[40],
427
+ shapePaleSuccessPressed: base.customizable.green.dim[32],
428
+ shapePaleWarning: base.warning.dim[36],
429
+ shapePaleWarningHover: base.warning.dim[40],
430
+ shapePaleWarningPressed: base.warning.dim[32],
431
+ shapeSoftAccent: ((_15 = base.accent.palette) === null || _15 === void 0 ? void 0 : _15.dim[48]) || base.whiteAlpha[32],
432
+ shapeSoftAccentHover: ((_16 = base.accent.palette) === null || _16 === void 0 ? void 0 : _16.dim[52]) || base.whiteAlpha[40],
433
+ shapeSoftAccentPressed: ((_17 = base.accent.palette) === null || _17 === void 0 ? void 0 : _17.dim[44]) || base.whiteAlpha[24],
434
+ shapeSoftBrand: base.brand.palette.dim[48],
435
+ shapeSoftBrandHover: base.brand.palette.dim[52],
436
+ shapeSoftBrandPressed: base.brand.palette.dim[44],
437
+ shapeSoftError: base.customizable.red.dim[48],
438
+ shapeSoftErrorHover: base.customizable.red.dim[52],
439
+ shapeSoftErrorPressed: base.customizable.red.dim[44],
440
+ shapeSoftNeutralAlpha: base.whiteAlpha[16],
441
+ shapeSoftNeutralAlphaHover: base.whiteAlpha[24],
442
+ shapeSoftNeutralAlphaPressed: base.whiteAlpha[12],
443
+ shapeSoftSuccess: base.customizable.green.dim[48],
444
+ shapeSoftSuccessHover: base.customizable.green.dim[52],
445
+ shapeSoftSuccessPressed: base.customizable.green.dim[44],
446
+ shapeSoftWarning: base.warning.dim[52],
447
+ shapeSoftWarningHover: base.warning.dim[56],
448
+ shapeSoftWarningPressed: base.warning.dim[48],
449
+ shapeInvertedBacklessHover: base.blackAlpha[8],
450
+ shapeInvertedBacklessPressed: base.blackAlpha[12],
451
+ shapeInvertedDisabled: base.blackAlpha[6],
452
+ shapeInvertedNeutralHeavy: base.blackAlpha[80],
453
+ shapeInvertedNeutralHeavyHover: base.blackAlpha[88],
454
+ shapeInvertedNeutralHeavyPressed: base.blackAlpha[72],
455
+ shapeInvertedNeutralPaleAlpha: base.blackAlpha[12],
456
+ shapeInvertedNeutralPaleAlphaHover: base.blackAlpha[12],
457
+ shapeInvertedNeutralPaleAlphaPressed: base.blackAlpha[16],
458
+ shapeInvertedNeutralSoftAlpha: base.blackAlpha[32],
459
+ shapeInvertedNeutralSoftAlphaHover: base.blackAlpha[32],
460
+ shapeInvertedNeutralSoftAlphaPressed: base.blackAlpha[40],
461
+ shapeConstBacklessBlackHover: base.blackAlpha[16],
462
+ shapeConstBacklessBlackPressed: base.blackAlpha[8],
463
+ shapeConstBacklessWhiteHover: base.whiteAlpha[16],
464
+ shapeConstBacklessWhitePressed: base.whiteAlpha[8],
465
+ shapeConstDisabledBlack: base.blackAlpha[6],
466
+ shapeConstDisabledWhite: base.whiteAlpha[6],
467
+ shapeConstHeavyBlack: base.blackAlpha[80],
468
+ shapeConstHeavyBlackHover: base.blackAlpha[88],
469
+ shapeConstHeavyBlackPressed: base.blackAlpha[64],
470
+ shapeConstHeavyWhite: base.whiteAlpha[96],
471
+ shapeConstHeavyWhiteHover: base.gray[100],
472
+ shapeConstHeavyWhitePressed: base.whiteAlpha[64],
473
+ shapeConstPaleBlack: base.blackAlpha[16],
474
+ shapeConstPaleBlackHover: base.blackAlpha[24],
475
+ shapeConstPaleBlackPressed: base.blackAlpha[12],
476
+ shapeConstPaleWhite: base.whiteAlpha[16],
477
+ shapeConstPaleWhiteHover: base.whiteAlpha[24],
478
+ shapeConstPaleWhitePressed: base.whiteAlpha[12],
479
+ shapeConstPromo: base.brand.promo,
480
+ shapeConstSoftBlack: base.blackAlpha[40],
481
+ shapeConstSoftBlackHover: base.blackAlpha[48],
482
+ shapeConstSoftBlackPressed: base.blackAlpha[24],
483
+ shapeConstSoftWhite: base.whiteAlpha[48],
484
+ shapeConstSoftWhiteHover: base.whiteAlpha[56],
485
+ shapeConstSoftWhitePressed: base.whiteAlpha[32],
486
+ lineAccentBold: base.accent.original.dark || base.accent.original.dark,
487
+ lineAccentBoldHover: base.accent.interactions.hover.dark || base.accent.interactions.hover.dark,
488
+ lineAccentBoldPressed: base.accent.interactions.pressed.dark || base.accent.interactions.pressed.dark,
489
+ lineAccentPale: ((_18 = base.accent.palette) === null || _18 === void 0 ? void 0 : _18.dim[40]) || base.whiteAlpha[24],
490
+ lineAccentPaleHover: ((_19 = base.accent.palette) === null || _19 === void 0 ? void 0 : _19.dim[44]) || base.whiteAlpha[32],
491
+ lineAccentPalePressed: ((_20 = base.accent.palette) === null || _20 === void 0 ? void 0 : _20.dim[36]) || base.whiteAlpha[16],
492
+ lineAccentSoft: ((_21 = base.accent.palette) === null || _21 === void 0 ? void 0 : _21.dim[48]) || base.whiteAlpha[48],
493
+ lineAccentSoftHover: ((_22 = base.accent.palette) === null || _22 === void 0 ? void 0 : _22.vivid[80]) || base.gray[100],
494
+ lineAccentSoftPressed: ((_23 = base.accent.palette) === null || _23 === void 0 ? void 0 : _23.dim[64]) || base.gray[100],
495
+ lineBrandOriginal: base.brand.original,
496
+ lineErrorBold: base.customizable.red.vivid[60],
497
+ lineErrorBoldHover: base.customizable.red.vivid[68],
498
+ lineErrorBoldPressed: base.customizable.red.dim[56],
499
+ lineNeutralFaint: base.whiteAlpha[8],
500
+ lineNeutralPale: base.whiteAlpha[16],
501
+ lineNeutralPaleHover: base.whiteAlpha[24],
502
+ lineNeutralPalePressed: base.whiteAlpha[12],
503
+ lineOnaccentboldFaint: base.onBrand[16] || base.blackAlpha[12],
504
+ lineOnaccentboldPale: base.onBrand[24] || base.blackAlpha[24],
505
+ lineOnbrandoriginalFaint: base.onBrand[16],
506
+ lineOnbrandoriginalPale: base.onBrand[24],
507
+ lineSuccessBold: base.customizable.green.vivid[60],
508
+ lineSuccessBoldHover: base.customizable.green.vivid[68],
509
+ lineSuccessBoldPressed: base.customizable.green.dim[56],
510
+ lineWarningBold: base.warning.vivid[80],
511
+ lineWarningBoldHover: base.warning.vivid[84],
512
+ lineWarningBoldPressed: base.warning.dim[72],
513
+ lineInvertedAccentBold: base.accent.original.light || base.accent.original.light,
514
+ lineInvertedAccentBoldHover: base.accent.interactions.hover.light || base.accent.interactions.hover.light,
515
+ lineInvertedAccentBoldPressed: base.accent.interactions.pressed.light || base.accent.interactions.pressed.light,
516
+ lineInvertedAccentPale: ((_24 = base.accent.palette) === null || _24 === void 0 ? void 0 : _24.normal[84]) || base.blackAlpha[24],
517
+ lineInvertedAccentPaleHover: ((_25 = base.accent.palette) === null || _25 === void 0 ? void 0 : _25.normal[80]) || base.blackAlpha[32],
518
+ lineInvertedAccentPalePressed: ((_26 = base.accent.palette) === null || _26 === void 0 ? void 0 : _26.dim[76]) || base.blackAlpha[40],
519
+ lineInvertedAccentSoft: ((_27 = base.accent.palette) === null || _27 === void 0 ? void 0 : _27.dim[76]) || base.blackAlpha[48],
520
+ lineInvertedAccentSoftHover: ((_28 = base.accent.palette) === null || _28 === void 0 ? void 0 : _28.vivid[60]) || base.blackAlpha[96],
521
+ lineInvertedAccentSoftPressed: ((_29 = base.accent.palette) === null || _29 === void 0 ? void 0 : _29.dim[48]) || base.blackAlpha[96],
522
+ lineInvertedErrorBold: base.customizable.red.vivid[56],
523
+ lineInvertedErrorBoldHover: base.customizable.red.vivid[64],
524
+ lineInvertedErrorBoldPressed: base.customizable.red.dim[52],
525
+ lineInvertedNeutralFaint: base.blackAlpha[8],
526
+ lineInvertedNeutralPale: base.blackAlpha[16],
527
+ lineInvertedNeutralPaleHover: base.blackAlpha[24],
528
+ lineInvertedNeutralPalePressed: base.blackAlpha[32],
529
+ lineInvertedSuccessBold: base.customizable.green.vivid[56],
530
+ lineInvertedSuccessBoldHover: base.customizable.green.vivid[68],
531
+ lineInvertedSuccessBoldPressed: base.customizable.green.dim[56],
532
+ lineInvertedWarningBold: base.warning.vivid[80],
533
+ lineInvertedWarningBoldHover: base.warning.vivid[72],
534
+ lineInvertedWarningBoldPressed: base.warning.dim[68],
535
+ lineConstFaintBlack: base.blackAlpha[16],
536
+ lineConstFaintWhite: base.whiteAlpha[16],
537
+ lineConstPaleBlack: base.blackAlpha[24],
538
+ lineConstPaleBlackHover: base.blackAlpha[32],
539
+ lineConstPaleBlackPressed: base.blackAlpha[16],
540
+ lineConstPaleWhite: base.whiteAlpha[24],
541
+ lineConstPaleWhiteHover: base.whiteAlpha[32],
542
+ lineConstPaleWhitePressed: base.whiteAlpha[16],
543
+ surfaceBase: base.gray[28],
544
+ surfaceHigh: base.gray[32],
545
+ surfaceLow: base.gray[24],
546
+ surfaceModalBackdrop: base.blackAlpha[40],
547
+ illustrationBlack: base.gray[16],
548
+ illustrationBrand: base.brand.original,
549
+ illustrationComplement: base.gray[100],
550
+ illustrationOnBrand: base.onBrand[100],
551
+ illustrationOncomplement: base.brand.promo,
552
+ illustrationPromo: base.brand.promo,
553
+ illustrationSymbol: base.brand.palette.normal[80],
554
+ illustrationWhite: base.gray[100],
555
+ customizableBoldBlack: base.gray[76],
556
+ customizableBoldBlue: base.customizable.blue.normal[64],
557
+ customizableBoldBlueDeep: base.customizable.blueDeep.vivid[64],
558
+ customizableBoldGray: base.gray[52],
559
+ customizableBoldGreen: base.customizable.green.normal[64],
560
+ customizableBoldMint: base.customizable.mint.normal[64],
561
+ customizableBoldOrange: base.customizable.orange.normal[64],
562
+ customizableBoldPurple: base.customizable.purple.normal[64],
563
+ customizableBoldRed: base.customizable.red.normal[64],
564
+ customizableBoldViolet: base.customizable.violet.normal[64],
565
+ customizableBoldYellow: base.customizable.yellow.vivid[72],
566
+ customizableFaintBlack: base.gray[40],
567
+ customizableFaintBlue: base.customizable.blue.dim[32],
568
+ customizableFaintBlueDeep: base.customizable.blueDeep.dim[32],
569
+ customizableFaintGray: base.gray[32],
570
+ customizableFaintGreen: base.customizable.green.dim[32],
571
+ customizableFaintMint: base.customizable.mint.dim[32],
572
+ customizableFaintOrange: base.customizable.orange.dim[32],
573
+ customizableFaintPurple: base.customizable.purple.dim[32],
574
+ customizableFaintRed: base.customizable.red.dim[32],
575
+ customizableFaintViolet: base.customizable.violet.dim[32],
576
+ customizableFaintYellow: base.customizable.yellow.dim[32],
577
+ customizableHeavyBlack: base.gray[96],
578
+ customizableHeavyBlue: base.customizable.blue.vivid[80],
579
+ customizableHeavyBlueDeep: base.customizable.blueDeep.vivid[76],
580
+ customizableHeavyGray: base.gray[60],
581
+ customizableHeavyGreen: base.customizable.green.vivid[84],
582
+ customizableHeavyMint: base.customizable.mint.vivid[88],
583
+ customizableHeavyOrange: base.customizable.orange.vivid[76],
584
+ customizableHeavyPurple: base.customizable.purple.vivid[80],
585
+ customizableHeavyRed: base.customizable.red.vivid[76],
586
+ customizableHeavyViolet: base.customizable.violet.vivid[76],
587
+ customizableHeavyYellow: base.customizable.yellow.vivid[84],
588
+ customizablePaleBlack: base.gray[44],
589
+ customizablePaleBlue: base.customizable.blue.dim[36],
590
+ customizablePaleBlueDeep: base.customizable.blueDeep.dim[36],
591
+ customizablePaleGray: base.gray[36],
592
+ customizablePaleGreen: base.customizable.green.dim[36],
593
+ customizablePaleMint: base.customizable.mint.dim[36],
594
+ customizablePaleOrange: base.customizable.orange.dim[36],
595
+ customizablePalePurple: base.customizable.purple.dim[36],
596
+ customizablePaleRed: base.customizable.red.dim[36],
597
+ customizablePaleViolet: base.customizable.violet.dim[36],
598
+ customizablePaleYellow: base.customizable.yellow.dim[36],
599
+ customizableSoftBlack: base.gray[56],
600
+ customizableSoftBlue: base.customizable.blue.dim[48],
601
+ customizableSoftBlueDeep: base.customizable.blueDeep.dim[48],
602
+ customizableSoftGray: base.gray[44],
603
+ customizableSoftGreen: base.customizable.green.dim[48],
604
+ customizableSoftMint: base.customizable.mint.dim[48],
605
+ customizableSoftOrange: base.customizable.orange.dim[48],
606
+ customizableSoftPurple: base.customizable.purple.dim[48],
607
+ customizableSoftRed: base.customizable.red.dim[48],
608
+ customizableSoftViolet: base.customizable.violet.dim[48],
609
+ customizableSoftYellow: base.customizable.yellow.dim[52],
610
+ },
611
+ });
612
+ };
613
+ exports.getDefaultTokens = getDefaultTokens;
@@ -0,0 +1,7 @@
1
+ interface InteractionColors {
2
+ light: string;
3
+ dark: string;
4
+ }
5
+ export declare function getHover(hex: string): InteractionColors;
6
+ export declare function getPressed(hex: string): InteractionColors;
7
+ export {};