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

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 (128) hide show
  1. package/README.md +3 -3
  2. package/colors.less +319 -0
  3. package/colors.scss +319 -0
  4. package/lib/consts/default-swatch.d.ts +108 -0
  5. package/lib/consts/default-swatch.js +108 -0
  6. package/{dist/esm/consts/default-swatch.js → lib/consts/default-swatch.ts} +11 -7
  7. package/lib/consts/params/abney-correction.js +1102 -0
  8. package/{dist/esm/consts/params/abney-correction.js → lib/consts/params/abney-correction.ts} +3 -1
  9. package/lib/consts/params/chroma-params.js +102 -0
  10. package/{dist/esm/consts/params/chroma-params.js → lib/consts/params/chroma-params.ts} +3 -1
  11. package/lib/consts/params/interactions.ts +9 -0
  12. package/lib/consts/params/logo-lightness.ts +1 -0
  13. package/{dist/esm → lib}/consts/params/promo-hue-shift.d.ts +1 -1
  14. package/lib/consts/params/promo-hue-shift.js +11 -0
  15. package/{dist/esm/consts/params/promo-hue-shift.js → lib/consts/params/promo-hue-shift.ts} +1 -1
  16. package/{dist/esm → lib}/consts/params/warning-hue-patch.d.ts +1 -1
  17. package/lib/consts/params/warning-hue-patch.js +22 -0
  18. package/{dist/esm/consts/params/warning-hue-patch.js → lib/consts/params/warning-hue-patch.ts} +1 -1
  19. package/lib/get-colors-base.d.ts +11 -0
  20. package/lib/get-colors-base.js +78 -0
  21. package/{dist/esm/get-colors-base.js → lib/get-colors-base.ts} +44 -26
  22. package/lib/get-colors-default-tokens.d.ts +645 -0
  23. package/lib/get-colors-default-tokens.js +647 -0
  24. package/lib/get-colors-default-tokens.ts +646 -0
  25. package/lib/get-colors.d.ts +40 -0
  26. package/lib/get-colors.js +28 -0
  27. package/lib/get-colors.ts +65 -0
  28. package/{dist/esm → lib}/helpers/get-interactions.d.ts +2 -2
  29. package/lib/helpers/get-interactions.js +35 -0
  30. package/lib/helpers/get-interactions.ts +64 -0
  31. package/{dist/esm → lib}/helpers/get-logo.d.ts +2 -2
  32. package/lib/helpers/get-logo.js +25 -0
  33. package/lib/helpers/get-logo.ts +40 -0
  34. package/lib/helpers/get-palette.d.ts +51 -0
  35. package/lib/helpers/get-palette.js +204 -0
  36. package/lib/helpers/get-palette.ts +261 -0
  37. package/lib/helpers/get-promo.d.ts +6 -0
  38. package/lib/helpers/get-promo.js +47 -0
  39. package/lib/helpers/get-promo.ts +55 -0
  40. package/lib/types/tokens-base-generator.d.ts +43 -0
  41. package/{dist/esm/types/tokens-base-generator.d.ts → lib/types/tokens-base-generator.ts} +10 -15
  42. package/lib/types/tokens-base.d.ts +55 -0
  43. package/{dist/esm/types/tokens-base.d.ts → lib/types/tokens-base.ts} +7 -2
  44. package/lib/types/tokens.d.ts +12 -0
  45. package/{dist/esm/types/tokens.d.ts → lib/types/tokens.ts} +7 -1
  46. package/lib/utils/convert-color.js +144 -0
  47. package/lib/utils/convert-color.ts +163 -0
  48. package/lib/utils/format-variable.js +6 -0
  49. package/lib/utils/format-variable.ts +7 -0
  50. package/package.json +41 -7
  51. package/{dist/tokens-mobile → tokens-mobile}/brand-blue-deep_accent-brand.json +117 -117
  52. package/{dist/tokens-mobile → tokens-mobile}/brand-blue-deep_accent-gray.json +135 -135
  53. package/{dist/tokens-mobile → tokens-mobile}/brand-blue_accent-brand.json +117 -117
  54. package/{dist/tokens-mobile → tokens-mobile}/brand-blue_accent-gray.json +135 -135
  55. package/{dist/tokens-mobile → tokens-mobile}/brand-green_accent-brand.json +117 -117
  56. package/{dist/tokens-mobile → tokens-mobile}/brand-green_accent-gray.json +135 -135
  57. package/{dist/tokens-mobile → tokens-mobile}/brand-mint_accent-brand.json +117 -117
  58. package/{dist/tokens-mobile → tokens-mobile}/brand-mint_accent-gray.json +135 -135
  59. package/{dist/tokens-mobile → tokens-mobile}/brand-orange_accent-gray.json +135 -135
  60. package/{dist/tokens-mobile → tokens-mobile}/brand-purple_accent-brand.json +117 -117
  61. package/{dist/tokens-mobile → tokens-mobile}/brand-purple_accent-gray.json +135 -135
  62. package/{dist/tokens-mobile → tokens-mobile}/brand-red_accent-gray.json +135 -135
  63. package/{dist/tokens-mobile → tokens-mobile}/brand-violet_accent-brand.json +117 -117
  64. package/{dist/tokens-mobile → tokens-mobile}/brand-violet_accent-gray.json +135 -135
  65. package/CHANGELOG.md +0 -84
  66. package/dist/colors.default-dark.js +0 -332
  67. package/dist/colors.default-light.js +0 -336
  68. package/dist/colors.less +0 -319
  69. package/dist/colors.scss +0 -319
  70. package/dist/esm/consts/default-swatch.d.ts +0 -109
  71. package/dist/esm/get-colors-base.d.ts +0 -12
  72. package/dist/esm/get-colors-default-tokens.d.ts +0 -645
  73. package/dist/esm/get-colors-default-tokens.js +0 -992
  74. package/dist/esm/get-colors.d.ts +0 -13
  75. package/dist/esm/get-colors.js +0 -14
  76. package/dist/esm/get-default-tokens.d.ts +0 -645
  77. package/dist/esm/get-default-tokens.js +0 -992
  78. package/dist/esm/helpers/get-interactions.js +0 -49
  79. package/dist/esm/helpers/get-logo.js +0 -28
  80. package/dist/esm/helpers/get-palette.d.ts +0 -76
  81. package/dist/esm/helpers/get-palette.js +0 -232
  82. package/dist/esm/helpers/get-promo.d.ts +0 -12
  83. package/dist/esm/helpers/get-promo.js +0 -51
  84. package/dist/esm/utils/convert-color.js +0 -133
  85. package/dist/esm/utils/format-variable.js +0 -10
  86. package/dist/tokens-js/brand-blue-deep_accent-brand.js +0 -644
  87. package/dist/tokens-js/brand-blue-deep_accent-gray.js +0 -644
  88. package/dist/tokens-js/brand-blue_accent-brand.js +0 -644
  89. package/dist/tokens-js/brand-blue_accent-gray.js +0 -644
  90. package/dist/tokens-js/brand-green_accent-brand.js +0 -644
  91. package/dist/tokens-js/brand-green_accent-gray.js +0 -644
  92. package/dist/tokens-js/brand-mint_accent-brand.js +0 -644
  93. package/dist/tokens-js/brand-mint_accent-gray.js +0 -644
  94. package/dist/tokens-js/brand-orange_accent-gray.js +0 -644
  95. package/dist/tokens-js/brand-purple_accent-brand.js +0 -644
  96. package/dist/tokens-js/brand-purple_accent-gray.js +0 -644
  97. package/dist/tokens-js/brand-red_accent-gray.js +0 -644
  98. package/dist/tokens-js/brand-violet_accent-brand.js +0 -644
  99. package/dist/tokens-js/brand-violet_accent-gray.js +0 -644
  100. package/scripts/babel-register.js +0 -4
  101. package/scripts/tokens-base.json +0 -3499
  102. package/scripts/tokens.json +0 -710
  103. /package/{dist/colors.js → colors.js} +0 -0
  104. /package/{dist/esm → lib}/consts/params/abney-correction.d.ts +0 -0
  105. /package/{dist/esm → lib}/consts/params/chroma-params.d.ts +0 -0
  106. /package/{dist/esm → lib}/consts/params/interactions.d.ts +0 -0
  107. /package/{dist/esm → lib}/consts/params/interactions.js +0 -0
  108. /package/{dist/esm → lib}/consts/params/logo-lightness.d.ts +0 -0
  109. /package/{dist/esm → lib}/consts/params/logo-lightness.js +0 -0
  110. /package/{dist/esm → lib}/types/tokens-base-generator.js +0 -0
  111. /package/{dist/esm → lib}/types/tokens-base.js +0 -0
  112. /package/{dist/esm → lib}/types/tokens.js +0 -0
  113. /package/{dist/esm → lib}/utils/convert-color.d.ts +0 -0
  114. /package/{dist/esm → lib}/utils/format-variable.d.ts +0 -0
  115. /package/{dist/tokens → tokens}/brand-blue-deep_accent-brand.css +0 -0
  116. /package/{dist/tokens → tokens}/brand-blue-deep_accent-gray.css +0 -0
  117. /package/{dist/tokens → tokens}/brand-blue_accent-brand.css +0 -0
  118. /package/{dist/tokens → tokens}/brand-blue_accent-gray.css +0 -0
  119. /package/{dist/tokens → tokens}/brand-green_accent-brand.css +0 -0
  120. /package/{dist/tokens → tokens}/brand-green_accent-gray.css +0 -0
  121. /package/{dist/tokens → tokens}/brand-mint_accent-brand.css +0 -0
  122. /package/{dist/tokens → tokens}/brand-mint_accent-gray.css +0 -0
  123. /package/{dist/tokens → tokens}/brand-orange_accent-gray.css +0 -0
  124. /package/{dist/tokens → tokens}/brand-purple_accent-brand.css +0 -0
  125. /package/{dist/tokens → tokens}/brand-purple_accent-gray.css +0 -0
  126. /package/{dist/tokens → tokens}/brand-red_accent-gray.css +0 -0
  127. /package/{dist/tokens → tokens}/brand-violet_accent-brand.css +0 -0
  128. /package/{dist/tokens → tokens}/brand-violet_accent-gray.css +0 -0
@@ -1,35 +1,35 @@
1
1
  {
2
2
  "textAccentHeavy": {
3
- "light": "#E0000000",
4
- "dark": "#F5FFFFFF"
3
+ "light": "#00E00000",
4
+ "dark": "#F5FFFF"
5
5
  },
6
6
  "textErrorHeavy": {
7
7
  "light": "#C50220",
8
8
  "dark": "#FF5352"
9
9
  },
10
10
  "textInvertedAccentHeavy": {
11
- "light": "#F5FFFFFF",
12
- "dark": "#E0000000"
11
+ "light": "#F5FFFF",
12
+ "dark": "#00E00000"
13
13
  },
14
14
  "textInvertedErrorHeavy": {
15
15
  "light": "#FF5352",
16
16
  "dark": "#C50220"
17
17
  },
18
18
  "textInvertedNeutralFaint": {
19
- "light": "#66FFFFFF",
20
- "dark": "#52000000"
19
+ "light": "#66FFFF",
20
+ "dark": "#00520000"
21
21
  },
22
22
  "textInvertedNeutralHeavy": {
23
- "light": "#F5FFFFFF",
24
- "dark": "#E0000000"
23
+ "light": "#F5FFFF",
24
+ "dark": "#00E00000"
25
25
  },
26
26
  "textInvertedNeutralPale": {
27
- "light": "#7AFFFFFF",
28
- "dark": "#66000000"
27
+ "light": "#7AFFFF",
28
+ "dark": "#00660000"
29
29
  },
30
30
  "textInvertedNeutralSoft": {
31
- "light": "#A3FFFFFF",
32
- "dark": "#8F000000"
31
+ "light": "#A3FFFF",
32
+ "dark": "#008F0000"
33
33
  },
34
34
  "textInvertedSuccessHeavy": {
35
35
  "light": "#00C655",
@@ -44,20 +44,20 @@
44
44
  "dark": "#9864FF"
45
45
  },
46
46
  "textNeutralFaint": {
47
- "light": "#52000000",
48
- "dark": "#66FFFFFF"
47
+ "light": "#00520000",
48
+ "dark": "#66FFFF"
49
49
  },
50
50
  "textNeutralHeavy": {
51
- "light": "#E0000000",
52
- "dark": "#F5FFFFFF"
51
+ "light": "#00E00000",
52
+ "dark": "#F5FFFF"
53
53
  },
54
54
  "textNeutralPale": {
55
- "light": "#66000000",
56
- "dark": "#7AFFFFFF"
55
+ "light": "#00660000",
56
+ "dark": "#7AFFFF"
57
57
  },
58
58
  "textNeutralSoft": {
59
- "light": "#8F000000",
60
- "dark": "#A3FFFFFF"
59
+ "light": "#008F0000",
60
+ "dark": "#A3FFFF"
61
61
  },
62
62
  "textSuccessHeavy": {
63
63
  "light": "#007F34",
@@ -68,68 +68,68 @@
68
68
  "dark": "#F8AE00"
69
69
  },
70
70
  "textConstFaintBlack": {
71
- "light": "#52000000",
72
- "dark": "#52000000"
71
+ "light": "#00520000",
72
+ "dark": "#00520000"
73
73
  },
74
74
  "textConstFaintWhite": {
75
- "light": "#66FFFFFF",
76
- "dark": "#66FFFFFF"
75
+ "light": "#66FFFF",
76
+ "dark": "#66FFFF"
77
77
  },
78
78
  "textConstHeavyBlack": {
79
- "light": "#E0000000",
80
- "dark": "#E0000000"
79
+ "light": "#00E00000",
80
+ "dark": "#00E00000"
81
81
  },
82
82
  "textConstHeavyWhite": {
83
- "light": "#F5FFFFFF",
84
- "dark": "#F5FFFFFF"
83
+ "light": "#F5FFFF",
84
+ "dark": "#F5FFFF"
85
85
  },
86
86
  "textConstPaleBlack": {
87
- "light": "#66000000",
88
- "dark": "#66000000"
87
+ "light": "#00660000",
88
+ "dark": "#00660000"
89
89
  },
90
90
  "textConstPaleWhite": {
91
- "light": "#7AFFFFFF",
92
- "dark": "#7AFFFFFF"
91
+ "light": "#7AFFFF",
92
+ "dark": "#7AFFFF"
93
93
  },
94
94
  "textConstSoftBlack": {
95
- "light": "#8F000000",
96
- "dark": "#8F000000"
95
+ "light": "#008F0000",
96
+ "dark": "#008F0000"
97
97
  },
98
98
  "textConstSoftWhite": {
99
- "light": "#A3FFFFFF",
100
- "dark": "#A3FFFFFF"
99
+ "light": "#A3FFFF",
100
+ "dark": "#A3FFFF"
101
101
  },
102
102
  "textOnAccentBoldFaint": {
103
- "light": "#66FFFFFF",
104
- "dark": "#52000000"
103
+ "light": "#66FFFF",
104
+ "dark": "#00520000"
105
105
  },
106
106
  "textOnAccentBoldHeavy": {
107
- "light": "#F5FFFFFF",
108
- "dark": "#E0000000"
107
+ "light": "#F5FFFF",
108
+ "dark": "#00E00000"
109
109
  },
110
110
  "textOnAccentBoldPale": {
111
- "light": "#7AFFFFFF",
112
- "dark": "#66000000"
111
+ "light": "#7AFFFF",
112
+ "dark": "#00660000"
113
113
  },
114
114
  "textOnAccentBoldSoft": {
115
- "light": "#A3FFFFFF",
116
- "dark": "#8F000000"
115
+ "light": "#A3FFFF",
116
+ "dark": "#008F0000"
117
117
  },
118
118
  "textOnBrandOriginalFaint": {
119
- "light": "#66FFFFFF",
120
- "dark": "#66FFFFFF"
119
+ "light": "#66FFFF",
120
+ "dark": "#66FFFF"
121
121
  },
122
122
  "textOnBrandOriginalHeavy": {
123
- "light": "#F5FFFFFF",
124
- "dark": "#F5FFFFFF"
123
+ "light": "#F5FFFF",
124
+ "dark": "#F5FFFF"
125
125
  },
126
126
  "textOnBrandOriginalPale": {
127
- "light": "#7AFFFFFF",
128
- "dark": "#7AFFFFFF"
127
+ "light": "#7AFFFF",
128
+ "dark": "#7AFFFF"
129
129
  },
130
130
  "textOnBrandOriginalSoft": {
131
- "light": "#A3FFFFFF",
132
- "dark": "#A3FFFFFF"
131
+ "light": "#A3FFFF",
132
+ "dark": "#A3FFFF"
133
133
  },
134
134
  "shapeBoldAccent": {
135
135
  "light": "#3D3D3D",
@@ -156,8 +156,8 @@
156
156
  "dark": "#F1B03B"
157
157
  },
158
158
  "shapeFaintAccent": {
159
- "light": "#1F000000",
160
- "dark": "#1FFFFFFF"
159
+ "light": "#001F0000",
160
+ "dark": "#1FFFFF"
161
161
  },
162
162
  "shapeFaintBrand": {
163
163
  "light": "#F1F0FF",
@@ -168,8 +168,8 @@
168
168
  "dark": "#502421"
169
169
  },
170
170
  "shapeFaintNeutralAlpha": {
171
- "light": "#0F000000",
172
- "dark": "#0FFFFFFF"
171
+ "light": "#000F0000",
172
+ "dark": "#0FFFFF"
173
173
  },
174
174
  "shapeFaintSuccess": {
175
175
  "light": "#DEFBE2",
@@ -196,24 +196,24 @@
196
196
  "dark": "#FBE48D"
197
197
  },
198
198
  "shapeOtherAccentBoldDisabled": {
199
- "light": "#52000000",
200
- "dark": "#52FFFFFF"
199
+ "light": "#00520000",
200
+ "dark": "#52FFFF"
201
201
  },
202
202
  "shapeOtherBase": {
203
203
  "light": "#FFFFFF",
204
- "dark": "#0FFFFFFF"
204
+ "dark": "#0FFFFF"
205
205
  },
206
206
  "shapeOtherDisabled": {
207
- "light": "#0F000000",
208
- "dark": "#0FFFFFFF"
207
+ "light": "#000F0000",
208
+ "dark": "#0FFFFF"
209
209
  },
210
210
  "shapeOtherField": {
211
211
  "light": "#FFFFFF",
212
- "dark": "#29000000"
212
+ "dark": "#00290000"
213
213
  },
214
214
  "shapeOtherLow": {
215
- "light": "#0F000000",
216
- "dark": "#3D000000"
215
+ "light": "#000F0000",
216
+ "dark": "#003D0000"
217
217
  },
218
218
  "shapeOtherNeutralFaintSolid": {
219
219
  "light": "#F2F2F2",
@@ -228,8 +228,8 @@
228
228
  "dark": "#484848"
229
229
  },
230
230
  "shapePaleAccent": {
231
- "light": "#29000000",
232
- "dark": "#29FFFFFF"
231
+ "light": "#00290000",
232
+ "dark": "#29FFFF"
233
233
  },
234
234
  "shapePaleBrand": {
235
235
  "light": "#E4E0FF",
@@ -240,8 +240,8 @@
240
240
  "dark": "#602A27"
241
241
  },
242
242
  "shapePaleNeutralAlpha": {
243
- "light": "#1F000000",
244
- "dark": "#1FFFFFFF"
243
+ "light": "#001F0000",
244
+ "dark": "#1FFFFF"
245
245
  },
246
246
  "shapePaleSuccess": {
247
247
  "light": "#C3F3CA",
@@ -252,8 +252,8 @@
252
252
  "dark": "#4D391C"
253
253
  },
254
254
  "shapeSoftAccent": {
255
- "light": "#52000000",
256
- "dark": "#52FFFFFF"
255
+ "light": "#00520000",
256
+ "dark": "#52FFFF"
257
257
  },
258
258
  "shapeSoftBrand": {
259
259
  "light": "#C1B0FF",
@@ -264,8 +264,8 @@
264
264
  "dark": "#943E3B"
265
265
  },
266
266
  "shapeSoftNeutralAlpha": {
267
- "light": "#29000000",
268
- "dark": "#29FFFFFF"
267
+ "light": "#00290000",
268
+ "dark": "#29FFFF"
269
269
  },
270
270
  "shapeSoftSuccess": {
271
271
  "light": "#6CD984",
@@ -276,80 +276,80 @@
276
276
  "dark": "#86612C"
277
277
  },
278
278
  "shapeInvertedDisabled": {
279
- "light": "#0FFFFFFF",
280
- "dark": "#0F000000"
279
+ "light": "#0FFFFF",
280
+ "dark": "#000F0000"
281
281
  },
282
282
  "shapeInvertedNeutralFaintAlpha": {
283
- "light": "#0FFFFFFF",
284
- "dark": "#0F000000"
283
+ "light": "#0FFFFF",
284
+ "dark": "#000F0000"
285
285
  },
286
286
  "shapeInvertedNeutralHeavy": {
287
287
  "light": "#FFFFFF",
288
- "dark": "#CC000000"
288
+ "dark": "#00CC0000"
289
289
  },
290
290
  "shapeInvertedNeutralPaleAlpha": {
291
- "light": "#1FFFFFFF",
292
- "dark": "#1F000000"
291
+ "light": "#1FFFFF",
292
+ "dark": "#001F0000"
293
293
  },
294
294
  "shapeInvertedNeutralSoftAlpha": {
295
- "light": "#29FFFFFF",
296
- "dark": "#29000000"
295
+ "light": "#29FFFF",
296
+ "dark": "#00290000"
297
297
  },
298
298
  "shapeConstDisabledBlack": {
299
- "light": "#0F000000",
300
- "dark": "#0F000000"
299
+ "light": "#000F0000",
300
+ "dark": "#000F0000"
301
301
  },
302
302
  "shapeConstDisabledWhite": {
303
- "light": "#0FFFFFFF",
304
- "dark": "#0FFFFFFF"
303
+ "light": "#0FFFFF",
304
+ "dark": "#0FFFFF"
305
305
  },
306
306
  "shapeConstFaintBlack": {
307
- "light": "#1F000000",
308
- "dark": "#1F000000"
307
+ "light": "#001F0000",
308
+ "dark": "#001F0000"
309
309
  },
310
310
  "shapeConstFaintWhite": {
311
- "light": "#1FFFFFFF",
312
- "dark": "#1FFFFFFF"
311
+ "light": "#1FFFFF",
312
+ "dark": "#1FFFFF"
313
313
  },
314
314
  "shapeConstHeavyBlack": {
315
- "light": "#CC000000",
316
- "dark": "#CC000000"
315
+ "light": "#00CC0000",
316
+ "dark": "#00CC0000"
317
317
  },
318
318
  "shapeConstHeavyWhite": {
319
- "light": "#F5FFFFFF",
320
- "dark": "#F5FFFFFF"
319
+ "light": "#F5FFFF",
320
+ "dark": "#F5FFFF"
321
321
  },
322
322
  "shapeConstPaleBlack": {
323
- "light": "#29000000",
324
- "dark": "#29000000"
323
+ "light": "#00290000",
324
+ "dark": "#00290000"
325
325
  },
326
326
  "shapeConstPaleWhite": {
327
- "light": "#29FFFFFF",
328
- "dark": "#29FFFFFF"
327
+ "light": "#29FFFF",
328
+ "dark": "#29FFFF"
329
329
  },
330
330
  "shapeConstPromo": {
331
331
  "light": "#32205A",
332
332
  "dark": "#32205A"
333
333
  },
334
334
  "shapeConstSoftBlack": {
335
- "light": "#3D000000",
336
- "dark": "#3D000000"
335
+ "light": "#003D0000",
336
+ "dark": "#003D0000"
337
337
  },
338
338
  "shapeConstSoftWhite": {
339
- "light": "#3DFFFFFF",
340
- "dark": "#3DFFFFFF"
339
+ "light": "#3DFFFF",
340
+ "dark": "#3DFFFF"
341
341
  },
342
342
  "lineAccentBold": {
343
343
  "light": "#484848",
344
344
  "dark": "#D7D7D7"
345
345
  },
346
346
  "lineAccentPale": {
347
- "light": "#3D000000",
348
- "dark": "#3DFFFFFF"
347
+ "light": "#003D0000",
348
+ "dark": "#3DFFFF"
349
349
  },
350
350
  "lineAccentSoft": {
351
- "light": "#7A000000",
352
- "dark": "#7AFFFFFF"
351
+ "light": "#007A0000",
352
+ "dark": "#7AFFFF"
353
353
  },
354
354
  "lineBrandOriginal": {
355
355
  "light": "#844BEC",
@@ -360,28 +360,28 @@
360
360
  "dark": "#E62B34"
361
361
  },
362
362
  "lineNeutralFaint": {
363
- "light": "#14000000",
364
- "dark": "#14FFFFFF"
363
+ "light": "#00140000",
364
+ "dark": "#14FFFF"
365
365
  },
366
366
  "lineNeutralPale": {
367
- "light": "#29000000",
368
- "dark": "#29FFFFFF"
367
+ "light": "#00290000",
368
+ "dark": "#29FFFF"
369
369
  },
370
370
  "lineOnAccentBoldFaint": {
371
- "light": "#1FFFFFFF",
372
- "dark": "#1F000000"
371
+ "light": "#1FFFFF",
372
+ "dark": "#001F0000"
373
373
  },
374
374
  "lineOnAccentBoldPale": {
375
- "light": "#3DFFFFFF",
376
- "dark": "#3D000000"
375
+ "light": "#3DFFFF",
376
+ "dark": "#003D0000"
377
377
  },
378
378
  "lineOnBrandOriginalFaint": {
379
- "light": "#1FFFFFFF",
380
- "dark": "#1FFFFFFF"
379
+ "light": "#1FFFFF",
380
+ "dark": "#1FFFFF"
381
381
  },
382
382
  "lineOnBrandOriginalPale": {
383
- "light": "#3DFFFFFF",
384
- "dark": "#3DFFFFFF"
383
+ "light": "#3DFFFF",
384
+ "dark": "#3DFFFF"
385
385
  },
386
386
  "lineSuccessBold": {
387
387
  "light": "#008D3A",
@@ -396,24 +396,24 @@
396
396
  "dark": "#525252"
397
397
  },
398
398
  "lineInvertedAccentPale": {
399
- "light": "#3DFFFFFF",
400
- "dark": "#3D000000"
399
+ "light": "#3DFFFF",
400
+ "dark": "#003D0000"
401
401
  },
402
402
  "lineInvertedAccentSoft": {
403
- "light": "#7AFFFFFF",
404
- "dark": "#7A000000"
403
+ "light": "#7AFFFF",
404
+ "dark": "#007A0000"
405
405
  },
406
406
  "lineInvertedErrorBold": {
407
407
  "light": "#E62B34",
408
408
  "dark": "#D6192A"
409
409
  },
410
410
  "lineInvertedNeutralFaint": {
411
- "light": "#14FFFFFF",
412
- "dark": "#14000000"
411
+ "light": "#14FFFF",
412
+ "dark": "#00140000"
413
413
  },
414
414
  "lineInvertedNeutralPale": {
415
- "light": "#29FFFFFF",
416
- "dark": "#29000000"
415
+ "light": "#29FFFF",
416
+ "dark": "#00290000"
417
417
  },
418
418
  "lineInvertedSuccessBold": {
419
419
  "light": "#009B41",
@@ -424,20 +424,20 @@
424
424
  "dark": "#F8AE00"
425
425
  },
426
426
  "lineConstFaintBlack": {
427
- "light": "#1F000000",
428
- "dark": "#1F000000"
427
+ "light": "#001F0000",
428
+ "dark": "#001F0000"
429
429
  },
430
430
  "lineConstFaintWhite": {
431
- "light": "#1FFFFFFF",
432
- "dark": "#1FFFFFFF"
431
+ "light": "#1FFFFF",
432
+ "dark": "#1FFFFF"
433
433
  },
434
434
  "lineConstPaleBlack": {
435
- "light": "#3D000000",
436
- "dark": "#3D000000"
435
+ "light": "#003D0000",
436
+ "dark": "#003D0000"
437
437
  },
438
438
  "lineConstPaleWhite": {
439
- "light": "#3DFFFFFF",
440
- "dark": "#3DFFFFFF"
439
+ "light": "#3DFFFF",
440
+ "dark": "#3DFFFF"
441
441
  },
442
442
  "surfaceBase": {
443
443
  "light": "#FFFFFF",
@@ -452,8 +452,8 @@
452
452
  "dark": "#1F1F1F"
453
453
  },
454
454
  "surfaceModalBackdrop": {
455
- "light": "#3D000000",
456
- "dark": "#66000000"
455
+ "light": "#003D0000",
456
+ "dark": "#00660000"
457
457
  },
458
458
  "illustrationBlack": {
459
459
  "light": "#0D0D0D",
package/CHANGELOG.md DELETED
@@ -1,84 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.1.1](https://git.skbkontur.ru/ui/ui-parking-2/compare/@skbkontur/colors@1.1.0...@skbkontur/colors@1.1.1) (2025-05-06)
7
-
8
- **Note:** Version bump only for package @skbkontur/colors
9
-
10
- # [1.1.0](https://git.skbkontur.ru/ui/ui-parking-2/compare/@skbkontur/colors@1.0.0...@skbkontur/colors@1.1.0) (2025-03-17)
11
-
12
- ### Features
13
-
14
- - add new storybook documentation ([c267b12](https://git.skbkontur.ru/ui/ui-parking-2/commits/c267b12a86e845a219b173a4e69be6a04b972df8))
15
-
16
- # [1.0.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.5.1...@skbkontur/colors@1.0.0) (2024-08-08)
17
-
18
- ### Features
19
-
20
- - **colors:** add scss and change naming ([ef3345f](https://git.skbkontur.ru/ui/ui-parking/commits/ef3345f5f54be830f284c9a2a53991e117b8ba0b))
21
- - **colors:** add scss and change naming ([78b32b7](https://git.skbkontur.ru/ui/ui-parking/commits/78b32b7a22d260baf166195e7eb1adeea5b2c9f7))
22
-
23
- ### BREAKING CHANGES
24
-
25
- - **colors:** change naming from camelCase to dash-case
26
- - **colors:** change naming from camelCase to dash-case
27
-
28
- ## [0.5.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.5.0...@skbkontur/colors@0.5.1) (2024-08-08)
29
-
30
- **Note:** Version bump only for package @skbkontur/colors
31
-
32
- # [0.5.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.4.4...@skbkontur/colors@0.5.0) (2024-06-25)
33
-
34
- ### Features
35
-
36
- - **colors:** update colors 2024 ([7020c9b](https://git.skbkontur.ru/ui/ui-parking/commits/7020c9b1311e4e37973847af70bad28cbbd2902d))
37
-
38
- ### Reverts
39
-
40
- - remove screenshots in ie11 and obsolete packages ([57a6e89](https://git.skbkontur.ru/ui/ui-parking/commits/57a6e8962089825b6c71c1b96f4d09bc8a5a4ef7))
41
-
42
- ## [0.4.4](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.4.3...@skbkontur/colors@0.4.4) (2023-08-11)
43
-
44
- **Note:** Version bump only for package @skbkontur/colors
45
-
46
- ## [0.4.3](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.4.2...@skbkontur/colors@0.4.3) (2023-08-11)
47
-
48
- **Note:** Version bump only for package @skbkontur/colors
49
-
50
- ## [0.4.2](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.4.1...@skbkontur/colors@0.4.2) (2023-08-11)
51
-
52
- **Note:** Version bump only for package @skbkontur/colors
53
-
54
- ## [0.4.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.4.0...@skbkontur/colors@0.4.1) (2023-06-29)
55
-
56
- **Note:** Version bump only for package @skbkontur/colors
57
-
58
- # [0.4.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.3.0...@skbkontur/colors@0.4.0) (2023-05-22)
59
-
60
- ### Features
61
-
62
- - **colors:** обновление grayscaleSecondaryText с [#858585](https://git.skbkontur.ru/ui/ui-parking/issues/858585) на [#757575](https://git.skbkontur.ru/ui/ui-parking/issues/757575) ([8f27457](https://git.skbkontur.ru/ui/ui-parking/commits/8f27457477e25ecd52dfb7ab9b1f521145b25125))
63
-
64
- # [0.3.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.1.1...@skbkontur/colors@0.3.0) (2023-05-12)
65
-
66
- ### Features
67
-
68
- - **colors:** добавила новые цвета с прозрачностью ([9cd91ef](https://git.skbkontur.ru/ui/ui-parking/commits/9cd91ef608a9f619d02cfb818cf2a4dc2c410929))
69
-
70
- # [0.2.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.1.1...@skbkontur/colors@0.2.0) (2023-05-12)
71
-
72
- ### Features
73
-
74
- - **colors:** добавила новые цвета с прозрачностью ([9cd91ef](https://git.skbkontur.ru/ui/ui-parking/commits/9cd91ef608a9f619d02cfb818cf2a4dc2c410929))
75
-
76
- ## [0.1.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/colors@0.1.0...@skbkontur/colors@0.1.1) (2023-02-06)
77
-
78
- **Note:** Version bump only for package @skbkontur/colors
79
-
80
- # 0.1.0 (2023-02-03)
81
-
82
- ### Features
83
-
84
- - new package @skbkontur/colors ([e9e1a88](https://git.skbkontur.ru/ui/ui-parking/commits/e9e1a88b3f5cea124a770a9e18c5eef2524521dc))