@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,13 +0,0 @@
1
- import { type ConfigOptions } from './get-colors-base.js';
2
- import type { BaseTokens } from './types/tokens-base.js';
3
- import type { DefaultTokens, DefaultTokensFull, Themed } from './types/tokens.js';
4
- export interface SemanticConfigOptions<T> extends ConfigOptions {
5
- theme?: 'light' | 'dark';
6
- overrides?: (base: BaseTokens, defaults?: DefaultTokensFull, params?: SemanticConfigOptions<T>) => Themed<T>;
7
- }
8
- export declare function getColors(params: SemanticConfigOptions<DefaultTokens>): DefaultTokens;
9
- export declare function getColors<T>(
10
- params: SemanticConfigOptions<T> & {
11
- overrides: (base: BaseTokens) => Themed<T>;
12
- }
13
- ): Themed<T>;
@@ -1,14 +0,0 @@
1
- import { getColorsBase } from './get-colors-base.js';
2
- import { getColorsDefaultTokens } from './get-colors-default-tokens.js';
3
- export function getColors(params) {
4
- var theme = params.theme || 'light';
5
- var base = getColorsBase(params);
6
- var defaults = getColorsDefaultTokens(base);
7
- var result;
8
- if (params.overrides) {
9
- result = params.overrides(base, defaults, params)[theme];
10
- } else {
11
- result = defaults[theme];
12
- }
13
- return result;
14
- }
@@ -1,645 +0,0 @@
1
- import type { BaseTokens } from './types/tokens-base.js';
2
- export declare const getDefaultTokens: (base: BaseTokens) => {
3
- light: {
4
- textAccentHeavy: string;
5
- textAccentHeavyHover: string;
6
- textAccentHeavyPressed: string;
7
- textErrorHeavy: string;
8
- textErrorHeavyHover: string;
9
- textErrorHeavyPressed: string;
10
- textInvertedAccentHeavy: string;
11
- textInvertedAccentHeavyHover: string;
12
- textInvertedAccentHeavyPressed: string;
13
- textInvertedErrorHeavy: string;
14
- textInvertedErrorHeavyHover: string;
15
- textInvertedErrorHeavyPressed: string;
16
- textInvertedNeutralFaint: string;
17
- textInvertedNeutralHeavy: string;
18
- textInvertedNeutralPale: string;
19
- textInvertedNeutralSoft: string;
20
- textInvertedSuccessHeavy: string;
21
- textInvertedSuccessHeavyHover: string;
22
- textInvertedSuccessHeavyPressed: string;
23
- textInvertedWarningHeavy: string;
24
- textInvertedWarningHeavyHover: string;
25
- textInvertedWarningHeavyPressed: string;
26
- textLogo: string;
27
- textNeutralFaint: string;
28
- textNeutralHeavy: string;
29
- textNeutralPale: string;
30
- textNeutralSoft: string;
31
- textSuccessHeavy: string;
32
- textSuccessHeavyHover: string;
33
- textSuccessHeavyPressed: string;
34
- textWarningHeavy: string;
35
- textWarningHeavyHover: string;
36
- textWarningHeavyPressed: string;
37
- textConstFaintBlack: string;
38
- textConstFaintWhite: string;
39
- textConstHeavyBlack: string;
40
- textConstHeavyWhite: string;
41
- textConstPaleBlack: string;
42
- textConstPaleWhite: string;
43
- textConstSoftBlack: string;
44
- textConstSoftWhite: string;
45
- textOnAccentBoldFaint: string;
46
- textOnAccentBoldHeavy: string;
47
- textOnAccentBoldPale: string;
48
- textOnAccentBoldSoft: string;
49
- textOnBrandOriginalFaint: string;
50
- textOnBrandOriginalHeavy: string;
51
- textOnBrandOriginalPale: string;
52
- textOnBrandOriginalSoft: string;
53
- shapeBoldAccent: string;
54
- shapeBoldAccentHover: string;
55
- shapeBoldAccentPressed: string;
56
- shapeBoldBrandOriginal: string;
57
- shapeBoldBrandOriginalHover: string;
58
- shapeBoldBrandOriginalPressed: string;
59
- shapeBoldError: string;
60
- shapeBoldErrorHover: string;
61
- shapeBoldErrorPressed: string;
62
- shapeBoldNeutral: string;
63
- shapeBoldNeutralHover: string;
64
- shapeBoldNeutralPressed: string;
65
- shapeBoldSuccess: string;
66
- shapeBoldSuccessHover: string;
67
- shapeBoldSuccessPressed: string;
68
- shapeBoldWarning: string;
69
- shapeBoldWarningHover: string;
70
- shapeBoldWarningPressed: string;
71
- shapeFaintAccent: string;
72
- shapeFaintAccentHover: string;
73
- shapeFaintAccentPressed: string;
74
- shapeFaintBrand: string;
75
- shapeFaintBrandHover: string;
76
- shapeFaintBrandPressed: string;
77
- shapeFaintError: string;
78
- shapeFaintErrorHover: string;
79
- shapeFaintErrorPressed: string;
80
- shapeFaintNeutralAlpha: string;
81
- shapeFaintNeutralAlphaHover: string;
82
- shapeFaintNeutralAlphaPressed: string;
83
- shapeFaintSuccess: string;
84
- shapeFaintSuccessHover: string;
85
- shapeFaintSuccessPressed: string;
86
- shapeFaintWarning: string;
87
- shapeFaintWarningHover: string;
88
- shapeFaintWarningPressed: string;
89
- shapeHeavyError: string;
90
- shapeHeavyNeutral: string;
91
- shapeHeavySuccess: string;
92
- shapeHeavyWarning: string;
93
- shapeOtherAccentBoldDisabled: string;
94
- shapeOtherBacklessHover: string;
95
- shapeOtherBacklessPressed: string;
96
- shapeOtherBase: string;
97
- shapeOtherBaseHover: string;
98
- shapeOtherBasePressed: string;
99
- shapeOtherDisabled: string;
100
- shapeOtherField: string;
101
- shapeOtherFieldHover: string;
102
- shapeOtherFieldPressed: string;
103
- shapeOtherLow: string;
104
- shapeOtherLowHover: string;
105
- shapeOtherLowPressed: string;
106
- shapeOtherNeutralFaintSolid: string;
107
- shapeOtherNeutralFaintSolidHover: string;
108
- shapeOtherNeutralFaintSolidPressed: string;
109
- shapeOtherNeutralPaleSolid: string;
110
- shapeOtherNeutralPaleSolidHover: string;
111
- shapeOtherNeutralPaleSolidPressed: string;
112
- shapeOtherNeutralSoftSolid: string;
113
- shapeOtherNeutralSoftSolidHover: string;
114
- shapeOtherNeutralSoftSolidPressed: string;
115
- shapePaleAccent: string;
116
- shapePaleAccentHover: string;
117
- shapePaleAccentPressed: string;
118
- shapePaleBrand: string;
119
- shapePaleBrandHover: string;
120
- shapePaleBrandPressed: string;
121
- shapePaleError: string;
122
- shapePaleErrorHover: string;
123
- shapePaleErrorPressed: string;
124
- shapePaleNeutralAlpha: string;
125
- shapePaleNeutralAlphaHover: string;
126
- shapePaleNeutralAlphaPressed: string;
127
- shapePaleSuccess: string;
128
- shapePaleSuccessHover: string;
129
- shapePaleSuccessPressed: string;
130
- shapePaleWarning: string;
131
- shapePaleWarningHover: string;
132
- shapePaleWarningPressed: string;
133
- shapeSoftAccent: string;
134
- shapeSoftAccentHover: string;
135
- shapeSoftAccentPressed: string;
136
- shapeSoftBrand: string;
137
- shapeSoftBrandHover: string;
138
- shapeSoftBrandPressed: string;
139
- shapeSoftError: string;
140
- shapeSoftErrorHover: string;
141
- shapeSoftErrorPressed: string;
142
- shapeSoftNeutralAlpha: string;
143
- shapeSoftNeutralAlphaHover: string;
144
- shapeSoftNeutralAlphaPressed: string;
145
- shapeSoftSuccess: string;
146
- shapeSoftSuccessHover: string;
147
- shapeSoftSuccessPressed: string;
148
- shapeSoftWarning: string;
149
- shapeSoftWarningHover: string;
150
- shapeSoftWarningPressed: string;
151
- shapeInvertedBacklessHover: string;
152
- shapeInvertedBacklessPressed: string;
153
- shapeInvertedDisabled: string;
154
- shapeInvertedNeutralFaintAlpha: string;
155
- shapeInvertedNeutralFaintAlphaHover: string;
156
- shapeInvertedNeutralFaintAlphaPressed: string;
157
- shapeInvertedNeutralHeavy: string;
158
- shapeInvertedNeutralHeavyHover: string;
159
- shapeInvertedNeutralHeavyPressed: string;
160
- shapeInvertedNeutralPaleAlpha: string;
161
- shapeInvertedNeutralPaleAlphaHover: string;
162
- shapeInvertedNeutralPaleAlphaPressed: string;
163
- shapeInvertedNeutralSoftAlpha: string;
164
- shapeInvertedNeutralSoftAlphaHover: string;
165
- shapeInvertedNeutralSoftAlphaPressed: string;
166
- shapeConstBacklessBlackHover: string;
167
- shapeConstBacklessBlackPressed: string;
168
- shapeConstBacklessWhiteHover: string;
169
- shapeConstBacklessWhitePressed: string;
170
- shapeConstDisabledBlack: string;
171
- shapeConstDisabledWhite: string;
172
- shapeConstFaintBlack: string;
173
- shapeConstFaintBlackHover: string;
174
- shapeConstFaintBlackPressed: string;
175
- shapeConstFaintWhite: string;
176
- shapeConstFaintWhiteHover: string;
177
- shapeConstFaintWhitePressed: string;
178
- shapeConstHeavyBlack: string;
179
- shapeConstHeavyBlackHover: string;
180
- shapeConstHeavyBlackPressed: string;
181
- shapeConstHeavyWhite: string;
182
- shapeConstHeavyWhiteHover: string;
183
- shapeConstHeavyWhitePressed: string;
184
- shapeConstPaleBlack: string;
185
- shapeConstPaleBlackHover: string;
186
- shapeConstPaleBlackPressed: string;
187
- shapeConstPaleWhite: string;
188
- shapeConstPaleWhiteHover: string;
189
- shapeConstPaleWhitePressed: string;
190
- shapeConstPromo: string;
191
- shapeConstSoftBlack: string;
192
- shapeConstSoftBlackHover: string;
193
- shapeConstSoftBlackPressed: string;
194
- shapeConstSoftWhite: string;
195
- shapeConstSoftWhiteHover: string;
196
- shapeConstSoftWhitePressed: string;
197
- lineAccentBold: string;
198
- lineAccentBoldHover: string;
199
- lineAccentBoldPressed: string;
200
- lineAccentPale: string;
201
- lineAccentPaleHover: string;
202
- lineAccentPalePressed: string;
203
- lineAccentSoft: string;
204
- lineAccentSoftHover: string;
205
- lineAccentSoftPressed: string;
206
- lineBrandOriginal: string;
207
- lineErrorBold: string;
208
- lineErrorBoldHover: string;
209
- lineErrorBoldPressed: string;
210
- lineNeutralFaint: string;
211
- lineNeutralPale: string;
212
- lineNeutralPaleHover: string;
213
- lineNeutralPalePressed: string;
214
- lineOnAccentBoldFaint: string;
215
- lineOnAccentBoldPale: string;
216
- lineOnBrandOriginalFaint: string;
217
- lineOnBrandOriginalPale: string;
218
- lineSuccessBold: string;
219
- lineSuccessBoldHover: string;
220
- lineSuccessBoldPressed: string;
221
- lineWarningBold: string;
222
- lineWarningBoldHover: string;
223
- lineWarningBoldPressed: string;
224
- lineInvertedAccentBold: string;
225
- lineInvertedAccentBoldHover: string;
226
- lineInvertedAccentBoldPressed: string;
227
- lineInvertedAccentPale: string;
228
- lineInvertedAccentPaleHover: string;
229
- lineInvertedAccentPalePressed: string;
230
- lineInvertedAccentSoft: string;
231
- lineInvertedAccentSoftHover: string;
232
- lineInvertedAccentSoftPressed: string;
233
- lineInvertedErrorBold: string;
234
- lineInvertedErrorBoldHover: string;
235
- lineInvertedErrorBoldPressed: string;
236
- lineInvertedNeutralFaint: string;
237
- lineInvertedNeutralPale: string;
238
- lineInvertedNeutralPaleHover: string;
239
- lineInvertedNeutralPalePressed: string;
240
- lineInvertedSuccessBold: string;
241
- lineInvertedSuccessBoldHover: string;
242
- lineInvertedSuccessBoldPressed: string;
243
- lineInvertedWarningBold: string;
244
- lineInvertedWarningBoldHover: string;
245
- lineInvertedWarningBoldPressed: string;
246
- lineConstFaintBlack: string;
247
- lineConstFaintWhite: string;
248
- lineConstPaleBlack: string;
249
- lineConstPaleBlackHover: string;
250
- lineConstPaleBlackPressed: string;
251
- lineConstPaleWhite: string;
252
- lineConstPaleWhiteHover: string;
253
- lineConstPaleWhitePressed: string;
254
- surfaceBase: string;
255
- surfaceHigh: string;
256
- surfaceLow: string;
257
- surfaceModalBackdrop: string;
258
- illustrationBlack: string;
259
- illustrationBrand: string;
260
- illustrationComplement: string;
261
- illustrationInvertedNeutral: string;
262
- illustrationNeutral: string;
263
- illustrationOnBrand: string;
264
- illustrationOnComplement: string;
265
- illustrationPromo: string;
266
- illustrationSymbol: string;
267
- illustrationWhite: string;
268
- customizableBoldBlack: string;
269
- customizableBoldBlue: string;
270
- customizableBoldBlueDeep: string;
271
- customizableBoldGray: string;
272
- customizableBoldGreen: string;
273
- customizableBoldMint: string;
274
- customizableBoldOrange: string;
275
- customizableBoldPurple: string;
276
- customizableBoldRed: string;
277
- customizableBoldViolet: string;
278
- customizableBoldYellow: string;
279
- customizableFaintBlack: string;
280
- customizableFaintBlue: string;
281
- customizableFaintBlueDeep: string;
282
- customizableFaintGray: string;
283
- customizableFaintGreen: string;
284
- customizableFaintMint: string;
285
- customizableFaintOrange: string;
286
- customizableFaintPurple: string;
287
- customizableFaintRed: string;
288
- customizableFaintViolet: string;
289
- customizableFaintYellow: string;
290
- customizableHeavyBlack: string;
291
- customizableHeavyBlue: string;
292
- customizableHeavyBlueDeep: string;
293
- customizableHeavyGray: string;
294
- customizableHeavyGreen: string;
295
- customizableHeavyMint: string;
296
- customizableHeavyOrange: string;
297
- customizableHeavyPurple: string;
298
- customizableHeavyRed: string;
299
- customizableHeavyViolet: string;
300
- customizableHeavyYellow: string;
301
- customizablePaleBlack: string;
302
- customizablePaleBlue: string;
303
- customizablePaleBlueDeep: string;
304
- customizablePaleGray: string;
305
- customizablePaleGreen: string;
306
- customizablePaleMint: string;
307
- customizablePaleOrange: string;
308
- customizablePalePurple: string;
309
- customizablePaleRed: string;
310
- customizablePaleViolet: string;
311
- customizablePaleYellow: string;
312
- customizableSoftBlack: string;
313
- customizableSoftBlue: string;
314
- customizableSoftBlueDeep: string;
315
- customizableSoftGray: string;
316
- customizableSoftGreen: string;
317
- customizableSoftMint: string;
318
- customizableSoftOrange: string;
319
- customizableSoftPurple: string;
320
- customizableSoftRed: string;
321
- customizableSoftViolet: string;
322
- customizableSoftYellow: string;
323
- };
324
- dark: {
325
- textAccentHeavy: string;
326
- textAccentHeavyHover: string;
327
- textAccentHeavyPressed: string;
328
- textErrorHeavy: string;
329
- textErrorHeavyHover: string;
330
- textErrorHeavyPressed: string;
331
- textInvertedAccentHeavy: string;
332
- textInvertedAccentHeavyHover: string;
333
- textInvertedAccentHeavyPressed: string;
334
- textInvertedErrorHeavy: string;
335
- textInvertedErrorHeavyHover: string;
336
- textInvertedErrorHeavyPressed: string;
337
- textInvertedNeutralFaint: string;
338
- textInvertedNeutralHeavy: string;
339
- textInvertedNeutralPale: string;
340
- textInvertedNeutralSoft: string;
341
- textInvertedSuccessHeavy: string;
342
- textInvertedSuccessHeavyHover: string;
343
- textInvertedSuccessHeavyPressed: string;
344
- textInvertedWarningHeavy: string;
345
- textInvertedWarningHeavyHover: string;
346
- textInvertedWarningHeavyPressed: string;
347
- textLogo: string;
348
- textNeutralFaint: string;
349
- textNeutralHeavy: string;
350
- textNeutralPale: string;
351
- textNeutralSoft: string;
352
- textSuccessHeavy: string;
353
- textSuccessHeavyHover: string;
354
- textSuccessHeavyPressed: string;
355
- textWarningHeavy: string;
356
- textWarningHeavyHover: string;
357
- textWarningHeavyPressed: string;
358
- textConstFaintBlack: string;
359
- textConstFaintWhite: string;
360
- textConstHeavyBlack: string;
361
- textConstHeavyWhite: string;
362
- textConstPaleBlack: string;
363
- textConstPaleWhite: string;
364
- textConstSoftBlack: string;
365
- textConstSoftWhite: string;
366
- textOnAccentBoldFaint: string;
367
- textOnAccentBoldHeavy: string;
368
- textOnAccentBoldPale: string;
369
- textOnAccentBoldSoft: string;
370
- textOnBrandOriginalFaint: string;
371
- textOnBrandOriginalHeavy: string;
372
- textOnBrandOriginalPale: string;
373
- textOnBrandOriginalSoft: string;
374
- shapeBoldAccent: string;
375
- shapeBoldAccentHover: string;
376
- shapeBoldAccentPressed: string;
377
- shapeBoldBrandOriginal: string;
378
- shapeBoldBrandOriginalHover: string;
379
- shapeBoldBrandOriginalPressed: string;
380
- shapeBoldError: string;
381
- shapeBoldErrorHover: string;
382
- shapeBoldErrorPressed: string;
383
- shapeBoldNeutral: string;
384
- shapeBoldNeutralHover: string;
385
- shapeBoldNeutralPressed: string;
386
- shapeBoldSuccess: string;
387
- shapeBoldSuccessHover: string;
388
- shapeBoldSuccessPressed: string;
389
- shapeBoldWarning: string;
390
- shapeBoldWarningHover: string;
391
- shapeBoldWarningPressed: string;
392
- shapeFaintAccent: string;
393
- shapeFaintAccentHover: string;
394
- shapeFaintAccentPressed: string;
395
- shapeFaintBrand: string;
396
- shapeFaintBrandHover: string;
397
- shapeFaintBrandPressed: string;
398
- shapeFaintError: string;
399
- shapeFaintErrorHover: string;
400
- shapeFaintErrorPressed: string;
401
- shapeFaintNeutralAlpha: string;
402
- shapeFaintNeutralAlphaHover: string;
403
- shapeFaintNeutralAlphaPressed: string;
404
- shapeFaintSuccess: string;
405
- shapeFaintSuccessHover: string;
406
- shapeFaintSuccessPressed: string;
407
- shapeFaintWarning: string;
408
- shapeFaintWarningHover: string;
409
- shapeFaintWarningPressed: string;
410
- shapeHeavyError: string;
411
- shapeHeavyNeutral: string;
412
- shapeHeavySuccess: string;
413
- shapeHeavyWarning: string;
414
- shapeOtherAccentBoldDisabled: string;
415
- shapeOtherBacklessHover: string;
416
- shapeOtherBacklessPressed: string;
417
- shapeOtherBase: string;
418
- shapeOtherBaseHover: string;
419
- shapeOtherBasePressed: string;
420
- shapeOtherDisabled: string;
421
- shapeOtherField: string;
422
- shapeOtherFieldHover: string;
423
- shapeOtherFieldPressed: string;
424
- shapeOtherLow: string;
425
- shapeOtherLowHover: string;
426
- shapeOtherLowPressed: string;
427
- shapeOtherNeutralFaintSolid: string;
428
- shapeOtherNeutralFaintSolidHover: string;
429
- shapeOtherNeutralFaintSolidPressed: string;
430
- shapeOtherNeutralPaleSolid: string;
431
- shapeOtherNeutralPaleSolidHover: string;
432
- shapeOtherNeutralPaleSolidPressed: string;
433
- shapeOtherNeutralSoftSolid: string;
434
- shapeOtherNeutralSoftSolidHover: string;
435
- shapeOtherNeutralSoftSolidPressed: string;
436
- shapePaleAccent: string;
437
- shapePaleAccentHover: string;
438
- shapePaleAccentPressed: string;
439
- shapePaleBrand: string;
440
- shapePaleBrandHover: string;
441
- shapePaleBrandPressed: string;
442
- shapePaleError: string;
443
- shapePaleErrorHover: string;
444
- shapePaleErrorPressed: string;
445
- shapePaleNeutralAlpha: string;
446
- shapePaleNeutralAlphaHover: string;
447
- shapePaleNeutralAlphaPressed: string;
448
- shapePaleSuccess: string;
449
- shapePaleSuccessHover: string;
450
- shapePaleSuccessPressed: string;
451
- shapePaleWarning: string;
452
- shapePaleWarningHover: string;
453
- shapePaleWarningPressed: string;
454
- shapeSoftAccent: string;
455
- shapeSoftAccentHover: string;
456
- shapeSoftAccentPressed: string;
457
- shapeSoftBrand: string;
458
- shapeSoftBrandHover: string;
459
- shapeSoftBrandPressed: string;
460
- shapeSoftError: string;
461
- shapeSoftErrorHover: string;
462
- shapeSoftErrorPressed: string;
463
- shapeSoftNeutralAlpha: string;
464
- shapeSoftNeutralAlphaHover: string;
465
- shapeSoftNeutralAlphaPressed: string;
466
- shapeSoftSuccess: string;
467
- shapeSoftSuccessHover: string;
468
- shapeSoftSuccessPressed: string;
469
- shapeSoftWarning: string;
470
- shapeSoftWarningHover: string;
471
- shapeSoftWarningPressed: string;
472
- shapeInvertedBacklessHover: string;
473
- shapeInvertedBacklessPressed: string;
474
- shapeInvertedDisabled: string;
475
- shapeInvertedNeutralFaintAlpha: string;
476
- shapeInvertedNeutralFaintAlphaHover: string;
477
- shapeInvertedNeutralFaintAlphaPressed: string;
478
- shapeInvertedNeutralHeavy: string;
479
- shapeInvertedNeutralHeavyHover: string;
480
- shapeInvertedNeutralHeavyPressed: string;
481
- shapeInvertedNeutralPaleAlpha: string;
482
- shapeInvertedNeutralPaleAlphaHover: string;
483
- shapeInvertedNeutralPaleAlphaPressed: string;
484
- shapeInvertedNeutralSoftAlpha: string;
485
- shapeInvertedNeutralSoftAlphaHover: string;
486
- shapeInvertedNeutralSoftAlphaPressed: string;
487
- shapeConstBacklessBlackHover: string;
488
- shapeConstBacklessBlackPressed: string;
489
- shapeConstBacklessWhiteHover: string;
490
- shapeConstBacklessWhitePressed: string;
491
- shapeConstDisabledBlack: string;
492
- shapeConstDisabledWhite: string;
493
- shapeConstFaintBlack: string;
494
- shapeConstFaintBlackHover: string;
495
- shapeConstFaintBlackPressed: string;
496
- shapeConstFaintWhite: string;
497
- shapeConstFaintWhiteHover: string;
498
- shapeConstFaintWhitePressed: string;
499
- shapeConstHeavyBlack: string;
500
- shapeConstHeavyBlackHover: string;
501
- shapeConstHeavyBlackPressed: string;
502
- shapeConstHeavyWhite: string;
503
- shapeConstHeavyWhiteHover: string;
504
- shapeConstHeavyWhitePressed: string;
505
- shapeConstPaleBlack: string;
506
- shapeConstPaleBlackHover: string;
507
- shapeConstPaleBlackPressed: string;
508
- shapeConstPaleWhite: string;
509
- shapeConstPaleWhiteHover: string;
510
- shapeConstPaleWhitePressed: string;
511
- shapeConstPromo: string;
512
- shapeConstSoftBlack: string;
513
- shapeConstSoftBlackHover: string;
514
- shapeConstSoftBlackPressed: string;
515
- shapeConstSoftWhite: string;
516
- shapeConstSoftWhiteHover: string;
517
- shapeConstSoftWhitePressed: string;
518
- lineAccentBold: string;
519
- lineAccentBoldHover: string;
520
- lineAccentBoldPressed: string;
521
- lineAccentPale: string;
522
- lineAccentPaleHover: string;
523
- lineAccentPalePressed: string;
524
- lineAccentSoft: string;
525
- lineAccentSoftHover: string;
526
- lineAccentSoftPressed: string;
527
- lineBrandOriginal: string;
528
- lineErrorBold: string;
529
- lineErrorBoldHover: string;
530
- lineErrorBoldPressed: string;
531
- lineNeutralFaint: string;
532
- lineNeutralPale: string;
533
- lineNeutralPaleHover: string;
534
- lineNeutralPalePressed: string;
535
- lineOnAccentBoldFaint: string;
536
- lineOnAccentBoldPale: string;
537
- lineOnBrandOriginalFaint: string;
538
- lineOnBrandOriginalPale: string;
539
- lineSuccessBold: string;
540
- lineSuccessBoldHover: string;
541
- lineSuccessBoldPressed: string;
542
- lineWarningBold: string;
543
- lineWarningBoldHover: string;
544
- lineWarningBoldPressed: string;
545
- lineInvertedAccentBold: string;
546
- lineInvertedAccentBoldHover: string;
547
- lineInvertedAccentBoldPressed: string;
548
- lineInvertedAccentPale: string;
549
- lineInvertedAccentPaleHover: string;
550
- lineInvertedAccentPalePressed: string;
551
- lineInvertedAccentSoft: string;
552
- lineInvertedAccentSoftHover: string;
553
- lineInvertedAccentSoftPressed: string;
554
- lineInvertedErrorBold: string;
555
- lineInvertedErrorBoldHover: string;
556
- lineInvertedErrorBoldPressed: string;
557
- lineInvertedNeutralFaint: string;
558
- lineInvertedNeutralPale: string;
559
- lineInvertedNeutralPaleHover: string;
560
- lineInvertedNeutralPalePressed: string;
561
- lineInvertedSuccessBold: string;
562
- lineInvertedSuccessBoldHover: string;
563
- lineInvertedSuccessBoldPressed: string;
564
- lineInvertedWarningBold: string;
565
- lineInvertedWarningBoldHover: string;
566
- lineInvertedWarningBoldPressed: string;
567
- lineConstFaintBlack: string;
568
- lineConstFaintWhite: string;
569
- lineConstPaleBlack: string;
570
- lineConstPaleBlackHover: string;
571
- lineConstPaleBlackPressed: string;
572
- lineConstPaleWhite: string;
573
- lineConstPaleWhiteHover: string;
574
- lineConstPaleWhitePressed: string;
575
- surfaceBase: string;
576
- surfaceHigh: string;
577
- surfaceLow: string;
578
- surfaceModalBackdrop: string;
579
- illustrationBlack: string;
580
- illustrationBrand: string;
581
- illustrationComplement: string;
582
- illustrationInvertedNeutral: string;
583
- illustrationNeutral: string;
584
- illustrationOnBrand: string;
585
- illustrationOnComplement: string;
586
- illustrationPromo: string;
587
- illustrationSymbol: string;
588
- illustrationWhite: string;
589
- customizableBoldBlack: string;
590
- customizableBoldBlue: string;
591
- customizableBoldBlueDeep: string;
592
- customizableBoldGray: string;
593
- customizableBoldGreen: string;
594
- customizableBoldMint: string;
595
- customizableBoldOrange: string;
596
- customizableBoldPurple: string;
597
- customizableBoldRed: string;
598
- customizableBoldViolet: string;
599
- customizableBoldYellow: string;
600
- customizableFaintBlack: string;
601
- customizableFaintBlue: string;
602
- customizableFaintBlueDeep: string;
603
- customizableFaintGray: string;
604
- customizableFaintGreen: string;
605
- customizableFaintMint: string;
606
- customizableFaintOrange: string;
607
- customizableFaintPurple: string;
608
- customizableFaintRed: string;
609
- customizableFaintViolet: string;
610
- customizableFaintYellow: string;
611
- customizableHeavyBlack: string;
612
- customizableHeavyBlue: string;
613
- customizableHeavyBlueDeep: string;
614
- customizableHeavyGray: string;
615
- customizableHeavyGreen: string;
616
- customizableHeavyMint: string;
617
- customizableHeavyOrange: string;
618
- customizableHeavyPurple: string;
619
- customizableHeavyRed: string;
620
- customizableHeavyViolet: string;
621
- customizableHeavyYellow: string;
622
- customizablePaleBlack: string;
623
- customizablePaleBlue: string;
624
- customizablePaleBlueDeep: string;
625
- customizablePaleGray: string;
626
- customizablePaleGreen: string;
627
- customizablePaleMint: string;
628
- customizablePaleOrange: string;
629
- customizablePalePurple: string;
630
- customizablePaleRed: string;
631
- customizablePaleViolet: string;
632
- customizablePaleYellow: string;
633
- customizableSoftBlack: string;
634
- customizableSoftBlue: string;
635
- customizableSoftBlueDeep: string;
636
- customizableSoftGray: string;
637
- customizableSoftGreen: string;
638
- customizableSoftMint: string;
639
- customizableSoftOrange: string;
640
- customizableSoftPurple: string;
641
- customizableSoftRed: string;
642
- customizableSoftViolet: string;
643
- customizableSoftYellow: string;
644
- };
645
- };