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