@skbkontur/colors 1.1.2-34230.0 → 1.1.2-6463e.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/dist/cjs/get-base-tokens.d.ts +9 -7
  2. package/dist/cjs/get-base-tokens.js +77 -102
  3. package/dist/cjs/get-default-tokens.d.ts +98 -78
  4. package/dist/cjs/get-default-tokens.js +197 -177
  5. package/dist/cjs/helpers/get-palette.js +58 -64
  6. package/dist/cjs/helpers/get-promo.js +21 -27
  7. package/dist/cjs/types/base-tokens.d.ts +4 -4
  8. package/dist/cjs/utils/format-variable.d.ts +2 -0
  9. package/dist/cjs/utils/format-variable.js +11 -0
  10. package/dist/esm/get-base-tokens.d.ts +9 -7
  11. package/dist/esm/get-base-tokens.js +75 -96
  12. package/dist/esm/get-default-tokens.d.ts +98 -78
  13. package/dist/esm/get-default-tokens.js +197 -177
  14. package/dist/esm/helpers/get-palette.js +58 -64
  15. package/dist/esm/helpers/get-promo.js +21 -27
  16. package/dist/esm/types/base-tokens.d.ts +4 -4
  17. package/dist/esm/utils/format-variable.d.ts +2 -0
  18. package/dist/esm/utils/format-variable.js +6 -0
  19. package/dist/tokens/base/css/brand-blue-deep_accent-gray.css +1 -7
  20. package/dist/tokens/base/css/brand-blue_accent-gray.css +1 -7
  21. package/dist/tokens/base/css/brand-green_accent-gray.css +1 -7
  22. package/dist/tokens/base/css/brand-mint_accent-gray.css +1 -7
  23. package/dist/tokens/base/css/brand-orange_accent-gray.css +1 -7
  24. package/dist/tokens/base/css/brand-purple_accent-gray.css +1 -7
  25. package/dist/tokens/base/css/brand-red_accent-gray.css +1 -7
  26. package/dist/tokens/base/css/brand-violet_accent-gray.css +1 -7
  27. package/dist/tokens/base/js/brand-blue-deep_accent-gray.js +0 -6
  28. package/dist/tokens/base/js/brand-blue_accent-gray.js +0 -6
  29. package/dist/tokens/base/js/brand-green_accent-gray.js +0 -6
  30. package/dist/tokens/base/js/brand-mint_accent-gray.js +0 -6
  31. package/dist/tokens/base/js/brand-orange_accent-gray.js +0 -6
  32. package/dist/tokens/base/js/brand-purple_accent-gray.js +0 -6
  33. package/dist/tokens/base/js/brand-red_accent-gray.js +0 -6
  34. package/dist/tokens/base/js/brand-violet_accent-gray.js +0 -6
  35. package/dist/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.js +0 -16
  36. package/dist/tokens/base/js-tree/brand-blue_accent-gray.tree.js +0 -16
  37. package/dist/tokens/base/js-tree/brand-green_accent-gray.tree.js +0 -16
  38. package/dist/tokens/base/js-tree/brand-mint_accent-gray.tree.js +0 -16
  39. package/dist/tokens/base/js-tree/brand-orange_accent-gray.tree.js +0 -16
  40. package/dist/tokens/base/js-tree/brand-purple_accent-gray.tree.js +0 -16
  41. package/dist/tokens/base/js-tree/brand-red_accent-gray.tree.js +0 -16
  42. package/dist/tokens/base/js-tree/brand-violet_accent-gray.tree.js +0 -16
  43. package/dist/tokens/base/json/brand-blue-deep_accent-gray.json +0 -6
  44. package/dist/tokens/base/json/brand-blue_accent-gray.json +0 -6
  45. package/dist/tokens/base/json/brand-green_accent-gray.json +0 -6
  46. package/dist/tokens/base/json/brand-mint_accent-gray.json +0 -6
  47. package/dist/tokens/base/json/brand-orange_accent-gray.json +0 -6
  48. package/dist/tokens/base/json/brand-purple_accent-gray.json +0 -6
  49. package/dist/tokens/base/json/brand-red_accent-gray.json +0 -6
  50. package/dist/tokens/base/json/brand-violet_accent-gray.json +0 -6
  51. package/dist/tokens/base/json-tree/brand-blue-deep_accent-gray.tree.json +0 -16
  52. package/dist/tokens/base/json-tree/brand-blue_accent-gray.tree.json +0 -16
  53. package/dist/tokens/base/json-tree/brand-green_accent-gray.tree.json +0 -16
  54. package/dist/tokens/base/json-tree/brand-mint_accent-gray.tree.json +0 -16
  55. package/dist/tokens/base/json-tree/brand-orange_accent-gray.tree.json +0 -16
  56. package/dist/tokens/base/json-tree/brand-purple_accent-gray.tree.json +0 -16
  57. package/dist/tokens/base/json-tree/brand-red_accent-gray.tree.json +0 -16
  58. package/dist/tokens/base/json-tree/brand-violet_accent-gray.tree.json +0 -16
  59. package/dist/tokens/base/less/brand-blue-deep_accent-gray.less +1 -7
  60. package/dist/tokens/base/less/brand-blue_accent-gray.less +1 -7
  61. package/dist/tokens/base/less/brand-green_accent-gray.less +1 -7
  62. package/dist/tokens/base/less/brand-mint_accent-gray.less +1 -7
  63. package/dist/tokens/base/less/brand-orange_accent-gray.less +1 -7
  64. package/dist/tokens/base/less/brand-purple_accent-gray.less +1 -7
  65. package/dist/tokens/base/less/brand-red_accent-gray.less +1 -7
  66. package/dist/tokens/base/less/brand-violet_accent-gray.less +1 -7
  67. package/dist/tokens/base/scss/brand-blue-deep_accent-gray.scss +1 -7
  68. package/dist/tokens/base/scss/brand-blue_accent-gray.scss +1 -7
  69. package/dist/tokens/base/scss/brand-green_accent-gray.scss +1 -7
  70. package/dist/tokens/base/scss/brand-mint_accent-gray.scss +1 -7
  71. package/dist/tokens/base/scss/brand-orange_accent-gray.scss +1 -7
  72. package/dist/tokens/base/scss/brand-purple_accent-gray.scss +1 -7
  73. package/dist/tokens/base/scss/brand-red_accent-gray.scss +1 -7
  74. package/dist/tokens/base/scss/brand-violet_accent-gray.scss +1 -7
  75. package/dist/tokens/semantic/css/brand-blue-deep_accent-brand.css +104 -84
  76. package/dist/tokens/semantic/css/brand-blue-deep_accent-gray.css +126 -106
  77. package/dist/tokens/semantic/css/brand-blue_accent-brand.css +104 -84
  78. package/dist/tokens/semantic/css/brand-blue_accent-gray.css +126 -106
  79. package/dist/tokens/semantic/css/brand-green_accent-brand.css +104 -84
  80. package/dist/tokens/semantic/css/brand-green_accent-gray.css +126 -106
  81. package/dist/tokens/semantic/css/brand-mint_accent-brand.css +104 -84
  82. package/dist/tokens/semantic/css/brand-mint_accent-gray.css +126 -106
  83. package/dist/tokens/semantic/css/brand-orange_accent-brand.css +104 -84
  84. package/dist/tokens/semantic/css/brand-orange_accent-gray.css +126 -106
  85. package/dist/tokens/semantic/css/brand-purple_accent-brand.css +104 -84
  86. package/dist/tokens/semantic/css/brand-purple_accent-gray.css +126 -106
  87. package/dist/tokens/semantic/css/brand-red_accent-brand.css +104 -84
  88. package/dist/tokens/semantic/css/brand-red_accent-gray.css +126 -106
  89. package/dist/tokens/semantic/css/brand-violet_accent-brand.css +104 -84
  90. package/dist/tokens/semantic/css/brand-violet_accent-gray.css +126 -106
  91. package/dist/tokens/semantic/js/brand-blue-deep_accent-brand.js +104 -84
  92. package/dist/tokens/semantic/js/brand-blue-deep_accent-gray.js +120 -106
  93. package/dist/tokens/semantic/js/brand-blue_accent-brand.js +104 -84
  94. package/dist/tokens/semantic/js/brand-blue_accent-gray.js +120 -106
  95. package/dist/tokens/semantic/js/brand-green_accent-brand.js +104 -84
  96. package/dist/tokens/semantic/js/brand-green_accent-gray.js +120 -106
  97. package/dist/tokens/semantic/js/brand-mint_accent-brand.js +104 -84
  98. package/dist/tokens/semantic/js/brand-mint_accent-gray.js +120 -106
  99. package/dist/tokens/semantic/js/brand-orange_accent-brand.js +104 -84
  100. package/dist/tokens/semantic/js/brand-orange_accent-gray.js +120 -106
  101. package/dist/tokens/semantic/js/brand-purple_accent-brand.js +104 -84
  102. package/dist/tokens/semantic/js/brand-purple_accent-gray.js +120 -106
  103. package/dist/tokens/semantic/js/brand-red_accent-brand.js +104 -84
  104. package/dist/tokens/semantic/js/brand-red_accent-gray.js +120 -106
  105. package/dist/tokens/semantic/js/brand-violet_accent-brand.js +104 -84
  106. package/dist/tokens/semantic/js/brand-violet_accent-gray.js +120 -106
  107. package/dist/tokens/semantic/json/brand-blue-deep_accent-brand.json +54 -22
  108. package/dist/tokens/semantic/json/brand-blue-deep_accent-gray.json +58 -30
  109. package/dist/tokens/semantic/json/brand-blue_accent-brand.json +54 -22
  110. package/dist/tokens/semantic/json/brand-blue_accent-gray.json +58 -30
  111. package/dist/tokens/semantic/json/brand-green_accent-brand.json +54 -22
  112. package/dist/tokens/semantic/json/brand-green_accent-gray.json +58 -30
  113. package/dist/tokens/semantic/json/brand-mint_accent-brand.json +54 -22
  114. package/dist/tokens/semantic/json/brand-mint_accent-gray.json +58 -30
  115. package/dist/tokens/semantic/json/brand-orange_accent-brand.json +54 -22
  116. package/dist/tokens/semantic/json/brand-orange_accent-gray.json +58 -30
  117. package/dist/tokens/semantic/json/brand-purple_accent-brand.json +54 -22
  118. package/dist/tokens/semantic/json/brand-purple_accent-gray.json +58 -30
  119. package/dist/tokens/semantic/json/brand-red_accent-brand.json +54 -22
  120. package/dist/tokens/semantic/json/brand-red_accent-gray.json +58 -30
  121. package/dist/tokens/semantic/json/brand-violet_accent-brand.json +54 -22
  122. package/dist/tokens/semantic/json/brand-violet_accent-gray.json +58 -30
  123. package/dist/tokens/semantic/less/semantic.less +46 -36
  124. package/dist/tokens/semantic/scss/semantic.scss +46 -36
  125. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "textAccentPrimary": {
2
+ "textAccentHeavy": {
3
3
  "light": "#027b68",
4
4
  "dark": "#05bfa3"
5
5
  },
@@ -7,11 +7,11 @@
7
7
  "light": "#52000000",
8
8
  "dark": "#66ffffff"
9
9
  },
10
- "textErrorPrimary": {
10
+ "textErrorHeavy": {
11
11
  "light": "#c50220",
12
12
  "dark": "#ff5352"
13
13
  },
14
- "textInvertedAccentPrimary": {
14
+ "textInvertedAccentHeavy": {
15
15
  "light": "#05bfa3",
16
16
  "dark": "#027b68"
17
17
  },
@@ -19,23 +19,27 @@
19
19
  "light": "#66ffffff",
20
20
  "dark": "#52000000"
21
21
  },
22
- "textInvertedErrorPrimary": {
22
+ "textInvertedErrorHeavy": {
23
23
  "light": "#ff5352",
24
24
  "dark": "#c50220"
25
25
  },
26
- "textInvertedNeutralPrimary": {
26
+ "textInvertedNeutralHeavy": {
27
27
  "light": "#f5ffffff",
28
28
  "dark": "#e0000000"
29
29
  },
30
- "textInvertedNeutralSecondary": {
30
+ "textInvertedNeutralPale": {
31
+ "light": "#7affffff",
32
+ "dark": "#66000000"
33
+ },
34
+ "textInvertedNeutralSoft": {
31
35
  "light": "#a3ffffff",
32
36
  "dark": "#8f000000"
33
37
  },
34
- "textInvertedSuccessPrimary": {
38
+ "textInvertedSuccessHeavy": {
35
39
  "light": "#00c655",
36
40
  "dark": "#007f34"
37
41
  },
38
- "textInvertedWarningPrimary": {
42
+ "textInvertedWarningHeavy": {
39
43
  "light": "#f8ae00",
40
44
  "dark": "#bc7d00"
41
45
  },
@@ -43,19 +47,23 @@
43
47
  "light": "#00BEA2",
44
48
  "dark": "#00bea2"
45
49
  },
46
- "textNeutralPrimary": {
50
+ "textNeutralHeavy": {
47
51
  "light": "#e0000000",
48
52
  "dark": "#f5ffffff"
49
53
  },
50
- "textNeutralSecondary": {
54
+ "textNeutralPale": {
55
+ "light": "#66000000",
56
+ "dark": "#7affffff"
57
+ },
58
+ "textNeutralSoft": {
51
59
  "light": "#8f000000",
52
60
  "dark": "#a3ffffff"
53
61
  },
54
- "textSuccessPrimary": {
62
+ "textSuccessHeavy": {
55
63
  "light": "#007f34",
56
64
  "dark": "#00c655"
57
65
  },
58
- "textWarningPrimary": {
66
+ "textWarningHeavy": {
59
67
  "light": "#bc7d00",
60
68
  "dark": "#f8ae00"
61
69
  },
@@ -67,19 +75,27 @@
67
75
  "light": "#66ffffff",
68
76
  "dark": "#66ffffff"
69
77
  },
70
- "textConstPrimaryBlack": {
78
+ "textConstHeavyBlack": {
71
79
  "light": "#e0000000",
72
80
  "dark": "#e0000000"
73
81
  },
74
- "textConstPrimaryWhite": {
82
+ "textConstHeavyWhite": {
75
83
  "light": "#f5ffffff",
76
84
  "dark": "#f5ffffff"
77
85
  },
78
- "textConstSecondaryBlack": {
86
+ "textConstPaleBlack": {
87
+ "light": "#66000000",
88
+ "dark": "#66000000"
89
+ },
90
+ "textConstPaleWhite": {
91
+ "light": "#7affffff",
92
+ "dark": "#7affffff"
93
+ },
94
+ "textConstSoftBlack": {
79
95
  "light": "#8f000000",
80
96
  "dark": "#8f000000"
81
97
  },
82
- "textConstSecondaryWhite": {
98
+ "textConstSoftWhite": {
83
99
  "light": "#a3ffffff",
84
100
  "dark": "#a3ffffff"
85
101
  },
@@ -87,11 +103,15 @@
87
103
  "light": "#66ffffff",
88
104
  "dark": "#52ffffff"
89
105
  },
90
- "textOnAccentBoldPrimary": {
106
+ "textOnAccentBoldHeavy": {
91
107
  "light": "#f5ffffff",
92
108
  "dark": "#f5ffffff"
93
109
  },
94
- "textOnAccentBoldSecondary": {
110
+ "textOnAccentBoldPale": {
111
+ "light": "#7affffff",
112
+ "dark": "#66ffffff"
113
+ },
114
+ "textOnAccentBoldSoft": {
95
115
  "light": "#a3ffffff",
96
116
  "dark": "#8fffffff"
97
117
  },
@@ -99,11 +119,15 @@
99
119
  "light": "#66ffffff",
100
120
  "dark": "#66ffffff"
101
121
  },
102
- "textOnBrandOriginalPrimary": {
122
+ "textOnBrandOriginalHeavy": {
103
123
  "light": "#f5ffffff",
104
124
  "dark": "#f5ffffff"
105
125
  },
106
- "textOnBrandOriginalSecondary": {
126
+ "textOnBrandOriginalPale": {
127
+ "light": "#7affffff",
128
+ "dark": "#7affffff"
129
+ },
130
+ "textOnBrandOriginalSoft": {
107
131
  "light": "#a3ffffff",
108
132
  "dark": "#a3ffffff"
109
133
  },
@@ -177,7 +201,7 @@
177
201
  },
178
202
  "shapeOtherBase": {
179
203
  "light": "#ffffff",
180
- "dark": "#0fffffff"
204
+ "dark": "#333333"
181
205
  },
182
206
  "shapeOtherDisabled": {
183
207
  "light": "#0f000000",
@@ -185,7 +209,7 @@
185
209
  },
186
210
  "shapeOtherField": {
187
211
  "light": "#ffffff",
188
- "dark": "#1f000000"
212
+ "dark": "#29000000"
189
213
  },
190
214
  "shapeOtherLow": {
191
215
  "light": "#0f000000",
@@ -443,6 +467,14 @@
443
467
  "light": "#003e53",
444
468
  "dark": "#ffffff"
445
469
  },
470
+ "illustrationInvertedNeutral": {
471
+ "light": "#ffffff",
472
+ "dark": "#000000"
473
+ },
474
+ "illustrationNeutral": {
475
+ "light": "#000000",
476
+ "dark": "#ffffff"
477
+ },
446
478
  "illustrationOnBrand": {
447
479
  "light": "#ffffffff",
448
480
  "dark": "#ffffffff"
@@ -1,5 +1,5 @@
1
1
  {
2
- "textAccentPrimary": {
2
+ "textAccentHeavy": {
3
3
  "light": "#e0000000",
4
4
  "dark": "#f5ffffff"
5
5
  },
@@ -7,11 +7,11 @@
7
7
  "light": "#52000000",
8
8
  "dark": "#66ffffff"
9
9
  },
10
- "textErrorPrimary": {
10
+ "textErrorHeavy": {
11
11
  "light": "#c50220",
12
12
  "dark": "#ff5352"
13
13
  },
14
- "textInvertedAccentPrimary": {
14
+ "textInvertedAccentHeavy": {
15
15
  "light": "#f5ffffff",
16
16
  "dark": "#e0000000"
17
17
  },
@@ -19,23 +19,27 @@
19
19
  "light": "#66ffffff",
20
20
  "dark": "#52000000"
21
21
  },
22
- "textInvertedErrorPrimary": {
22
+ "textInvertedErrorHeavy": {
23
23
  "light": "#ff5352",
24
24
  "dark": "#c50220"
25
25
  },
26
- "textInvertedNeutralPrimary": {
26
+ "textInvertedNeutralHeavy": {
27
27
  "light": "#f5ffffff",
28
28
  "dark": "#e0000000"
29
29
  },
30
- "textInvertedNeutralSecondary": {
30
+ "textInvertedNeutralPale": {
31
+ "light": "#7affffff",
32
+ "dark": "#66000000"
33
+ },
34
+ "textInvertedNeutralSoft": {
31
35
  "light": "#a3ffffff",
32
36
  "dark": "#8f000000"
33
37
  },
34
- "textInvertedSuccessPrimary": {
38
+ "textInvertedSuccessHeavy": {
35
39
  "light": "#00c655",
36
40
  "dark": "#007f34"
37
41
  },
38
- "textInvertedWarningPrimary": {
42
+ "textInvertedWarningHeavy": {
39
43
  "light": "#f8ae00",
40
44
  "dark": "#bc7d00"
41
45
  },
@@ -43,19 +47,23 @@
43
47
  "light": "#00BEA2",
44
48
  "dark": "#00bea2"
45
49
  },
46
- "textNeutralPrimary": {
50
+ "textNeutralHeavy": {
47
51
  "light": "#e0000000",
48
52
  "dark": "#f5ffffff"
49
53
  },
50
- "textNeutralSecondary": {
54
+ "textNeutralPale": {
55
+ "light": "#66000000",
56
+ "dark": "#7affffff"
57
+ },
58
+ "textNeutralSoft": {
51
59
  "light": "#8f000000",
52
60
  "dark": "#a3ffffff"
53
61
  },
54
- "textSuccessPrimary": {
62
+ "textSuccessHeavy": {
55
63
  "light": "#007f34",
56
64
  "dark": "#00c655"
57
65
  },
58
- "textWarningPrimary": {
66
+ "textWarningHeavy": {
59
67
  "light": "#bc7d00",
60
68
  "dark": "#f8ae00"
61
69
  },
@@ -67,19 +75,27 @@
67
75
  "light": "#66ffffff",
68
76
  "dark": "#66ffffff"
69
77
  },
70
- "textConstPrimaryBlack": {
78
+ "textConstHeavyBlack": {
71
79
  "light": "#e0000000",
72
80
  "dark": "#e0000000"
73
81
  },
74
- "textConstPrimaryWhite": {
82
+ "textConstHeavyWhite": {
75
83
  "light": "#f5ffffff",
76
84
  "dark": "#f5ffffff"
77
85
  },
78
- "textConstSecondaryBlack": {
86
+ "textConstPaleBlack": {
87
+ "light": "#66000000",
88
+ "dark": "#66000000"
89
+ },
90
+ "textConstPaleWhite": {
91
+ "light": "#7affffff",
92
+ "dark": "#7affffff"
93
+ },
94
+ "textConstSoftBlack": {
79
95
  "light": "#8f000000",
80
96
  "dark": "#8f000000"
81
97
  },
82
- "textConstSecondaryWhite": {
98
+ "textConstSoftWhite": {
83
99
  "light": "#a3ffffff",
84
100
  "dark": "#a3ffffff"
85
101
  },
@@ -87,11 +103,15 @@
87
103
  "light": "#66ffffff",
88
104
  "dark": "#52000000"
89
105
  },
90
- "textOnAccentBoldPrimary": {
106
+ "textOnAccentBoldHeavy": {
91
107
  "light": "#f5ffffff",
92
108
  "dark": "#e0000000"
93
109
  },
94
- "textOnAccentBoldSecondary": {
110
+ "textOnAccentBoldPale": {
111
+ "light": "#7affffff",
112
+ "dark": "#66000000"
113
+ },
114
+ "textOnAccentBoldSoft": {
95
115
  "light": "#a3ffffff",
96
116
  "dark": "#8f000000"
97
117
  },
@@ -99,11 +119,15 @@
99
119
  "light": "#66ffffff",
100
120
  "dark": "#66ffffff"
101
121
  },
102
- "textOnBrandOriginalPrimary": {
122
+ "textOnBrandOriginalHeavy": {
103
123
  "light": "#f5ffffff",
104
124
  "dark": "#f5ffffff"
105
125
  },
106
- "textOnBrandOriginalSecondary": {
126
+ "textOnBrandOriginalPale": {
127
+ "light": "#7affffff",
128
+ "dark": "#7affffff"
129
+ },
130
+ "textOnBrandOriginalSoft": {
107
131
  "light": "#a3ffffff",
108
132
  "dark": "#a3ffffff"
109
133
  },
@@ -111,10 +135,6 @@
111
135
  "light": "#3d3d3d",
112
136
  "dark": "#f2f2f2"
113
137
  },
114
- "shapeBoldBrandOriginal": {
115
- "light": "#3d3d3d",
116
- "dark": "#f2f2f2"
117
- },
118
138
  "shapeBoldError": {
119
139
  "light": "#f63b40",
120
140
  "dark": "#de3c3e"
@@ -177,7 +197,7 @@
177
197
  },
178
198
  "shapeOtherBase": {
179
199
  "light": "#ffffff",
180
- "dark": "#0fffffff"
200
+ "dark": "#333333"
181
201
  },
182
202
  "shapeOtherDisabled": {
183
203
  "light": "#0f000000",
@@ -185,7 +205,7 @@
185
205
  },
186
206
  "shapeOtherField": {
187
207
  "light": "#ffffff",
188
- "dark": "#1f000000"
208
+ "dark": "#29000000"
189
209
  },
190
210
  "shapeOtherLow": {
191
211
  "light": "#0f000000",
@@ -316,8 +336,8 @@
316
336
  "dark": "#3dffffff"
317
337
  },
318
338
  "lineAccentBold": {
319
- "light": "#3d3d3d",
320
- "dark": "#f2f2f2"
339
+ "light": "#484848",
340
+ "dark": "#d7d7d7"
321
341
  },
322
342
  "lineAccentPale": {
323
343
  "light": "#3d000000",
@@ -368,8 +388,8 @@
368
388
  "dark": "#f8ae00"
369
389
  },
370
390
  "lineInvertedAccentBold": {
371
- "light": "#f2f2f2",
372
- "dark": "#3d3d3d"
391
+ "light": "#d7d7d7",
392
+ "dark": "#525252"
373
393
  },
374
394
  "lineInvertedAccentPale": {
375
395
  "light": "#3dffffff",
@@ -443,6 +463,14 @@
443
463
  "light": "#003e53",
444
464
  "dark": "#ffffff"
445
465
  },
466
+ "illustrationInvertedNeutral": {
467
+ "light": "#ffffff",
468
+ "dark": "#000000"
469
+ },
470
+ "illustrationNeutral": {
471
+ "light": "#000000",
472
+ "dark": "#ffffff"
473
+ },
446
474
  "illustrationOnBrand": {
447
475
  "light": "#ffffffff",
448
476
  "dark": "#ffffffff"
@@ -1,5 +1,5 @@
1
1
  {
2
- "textAccentPrimary": {
2
+ "textAccentHeavy": {
3
3
  "light": "#ab4500",
4
4
  "dark": "#ff7722"
5
5
  },
@@ -7,11 +7,11 @@
7
7
  "light": "#52000000",
8
8
  "dark": "#66ffffff"
9
9
  },
10
- "textErrorPrimary": {
10
+ "textErrorHeavy": {
11
11
  "light": "#c50220",
12
12
  "dark": "#ff5352"
13
13
  },
14
- "textInvertedAccentPrimary": {
14
+ "textInvertedAccentHeavy": {
15
15
  "light": "#ff7722",
16
16
  "dark": "#ab4500"
17
17
  },
@@ -19,23 +19,27 @@
19
19
  "light": "#66ffffff",
20
20
  "dark": "#52000000"
21
21
  },
22
- "textInvertedErrorPrimary": {
22
+ "textInvertedErrorHeavy": {
23
23
  "light": "#ff5352",
24
24
  "dark": "#c50220"
25
25
  },
26
- "textInvertedNeutralPrimary": {
26
+ "textInvertedNeutralHeavy": {
27
27
  "light": "#f5ffffff",
28
28
  "dark": "#e0000000"
29
29
  },
30
- "textInvertedNeutralSecondary": {
30
+ "textInvertedNeutralPale": {
31
+ "light": "#7affffff",
32
+ "dark": "#66000000"
33
+ },
34
+ "textInvertedNeutralSoft": {
31
35
  "light": "#a3ffffff",
32
36
  "dark": "#8f000000"
33
37
  },
34
- "textInvertedSuccessPrimary": {
38
+ "textInvertedSuccessHeavy": {
35
39
  "light": "#00c655",
36
40
  "dark": "#007f34"
37
41
  },
38
- "textInvertedWarningPrimary": {
42
+ "textInvertedWarningHeavy": {
39
43
  "light": "#f8ae00",
40
44
  "dark": "#bc7d00"
41
45
  },
@@ -43,19 +47,23 @@
43
47
  "light": "#FC7630",
44
48
  "dark": "#fc762f"
45
49
  },
46
- "textNeutralPrimary": {
50
+ "textNeutralHeavy": {
47
51
  "light": "#e0000000",
48
52
  "dark": "#f5ffffff"
49
53
  },
50
- "textNeutralSecondary": {
54
+ "textNeutralPale": {
55
+ "light": "#66000000",
56
+ "dark": "#7affffff"
57
+ },
58
+ "textNeutralSoft": {
51
59
  "light": "#8f000000",
52
60
  "dark": "#a3ffffff"
53
61
  },
54
- "textSuccessPrimary": {
62
+ "textSuccessHeavy": {
55
63
  "light": "#007f34",
56
64
  "dark": "#00c655"
57
65
  },
58
- "textWarningPrimary": {
66
+ "textWarningHeavy": {
59
67
  "light": "#bc7d00",
60
68
  "dark": "#f8ae00"
61
69
  },
@@ -67,19 +75,27 @@
67
75
  "light": "#66ffffff",
68
76
  "dark": "#66ffffff"
69
77
  },
70
- "textConstPrimaryBlack": {
78
+ "textConstHeavyBlack": {
71
79
  "light": "#e0000000",
72
80
  "dark": "#e0000000"
73
81
  },
74
- "textConstPrimaryWhite": {
82
+ "textConstHeavyWhite": {
75
83
  "light": "#f5ffffff",
76
84
  "dark": "#f5ffffff"
77
85
  },
78
- "textConstSecondaryBlack": {
86
+ "textConstPaleBlack": {
87
+ "light": "#66000000",
88
+ "dark": "#66000000"
89
+ },
90
+ "textConstPaleWhite": {
91
+ "light": "#7affffff",
92
+ "dark": "#7affffff"
93
+ },
94
+ "textConstSoftBlack": {
79
95
  "light": "#8f000000",
80
96
  "dark": "#8f000000"
81
97
  },
82
- "textConstSecondaryWhite": {
98
+ "textConstSoftWhite": {
83
99
  "light": "#a3ffffff",
84
100
  "dark": "#a3ffffff"
85
101
  },
@@ -87,11 +103,15 @@
87
103
  "light": "#66ffffff",
88
104
  "dark": "#52ffffff"
89
105
  },
90
- "textOnAccentBoldPrimary": {
106
+ "textOnAccentBoldHeavy": {
91
107
  "light": "#f5ffffff",
92
108
  "dark": "#f5ffffff"
93
109
  },
94
- "textOnAccentBoldSecondary": {
110
+ "textOnAccentBoldPale": {
111
+ "light": "#7affffff",
112
+ "dark": "#66ffffff"
113
+ },
114
+ "textOnAccentBoldSoft": {
95
115
  "light": "#a3ffffff",
96
116
  "dark": "#8fffffff"
97
117
  },
@@ -99,11 +119,15 @@
99
119
  "light": "#66ffffff",
100
120
  "dark": "#66ffffff"
101
121
  },
102
- "textOnBrandOriginalPrimary": {
122
+ "textOnBrandOriginalHeavy": {
103
123
  "light": "#f5ffffff",
104
124
  "dark": "#f5ffffff"
105
125
  },
106
- "textOnBrandOriginalSecondary": {
126
+ "textOnBrandOriginalPale": {
127
+ "light": "#7affffff",
128
+ "dark": "#7affffff"
129
+ },
130
+ "textOnBrandOriginalSoft": {
107
131
  "light": "#a3ffffff",
108
132
  "dark": "#a3ffffff"
109
133
  },
@@ -177,7 +201,7 @@
177
201
  },
178
202
  "shapeOtherBase": {
179
203
  "light": "#ffffff",
180
- "dark": "#0fffffff"
204
+ "dark": "#333333"
181
205
  },
182
206
  "shapeOtherDisabled": {
183
207
  "light": "#0f000000",
@@ -185,7 +209,7 @@
185
209
  },
186
210
  "shapeOtherField": {
187
211
  "light": "#ffffff",
188
- "dark": "#1f000000"
212
+ "dark": "#29000000"
189
213
  },
190
214
  "shapeOtherLow": {
191
215
  "light": "#0f000000",
@@ -443,6 +467,14 @@
443
467
  "light": "#601c2c",
444
468
  "dark": "#ffffff"
445
469
  },
470
+ "illustrationInvertedNeutral": {
471
+ "light": "#ffffff",
472
+ "dark": "#000000"
473
+ },
474
+ "illustrationNeutral": {
475
+ "light": "#000000",
476
+ "dark": "#ffffff"
477
+ },
446
478
  "illustrationOnBrand": {
447
479
  "light": "#ffffffff",
448
480
  "dark": "#ffffffff"