@alfalab/core-components-vars 6.4.3 → 6.5.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.
@@ -0,0 +1,5 @@
1
+ @import './colors-indigo.css';
2
+ @import './colors-addons.css';
3
+ @import './shadows-indigo.css';
4
+ @import './border-radius.css';
5
+ @import './gaps.css';
@@ -171,6 +171,8 @@
171
171
  --color-dark-bg-primary-alpha-32: rgba(18, 18, 18, 0.32);
172
172
  --color-dark-bg-primary-alpha-37: rgba(18, 18, 18, 0.37);
173
173
  --color-dark-bg-primary-alpha-40: rgba(18, 18, 18, 0.4);
174
+ --color-dark-bg-primary-tint-7: rgb(35, 35, 35);
175
+ --color-dark-bg-primary-tint-15: rgb(54, 54, 54);
174
176
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
175
177
  --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
176
178
  --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
@@ -186,6 +188,7 @@
186
188
  --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
187
189
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
188
190
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
191
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
189
192
  --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
190
193
  --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
191
194
  --color-dark-bg-quaternary-alpha-30: rgba(58, 58, 60, 0.3);
@@ -307,6 +310,8 @@
307
310
  --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
308
311
  --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
309
312
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
313
+ --color-light-bg-primary-shade-7: rgb(237, 237, 237);
314
+ --color-light-bg-primary-shade-15: rgb(217, 217, 217);
310
315
  --color-light-bg-primary-inverted-alpha-3: rgba(18, 18, 18, 0.03);
311
316
  --color-light-bg-primary-inverted-alpha-4: rgba(18, 18, 18, 0.04);
312
317
  --color-light-bg-primary-inverted-alpha-5: rgba(18, 18, 18, 0.05);
@@ -322,6 +327,7 @@
322
327
  --color-light-bg-primary-inverted-alpha-32: rgba(18, 18, 18, 0.32);
323
328
  --color-light-bg-primary-inverted-alpha-40: rgba(18, 18, 18, 0.4);
324
329
  --color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 18, 0.5);
330
+ --color-light-bg-primary-inverted-tint-7: rgb(35, 35, 35);
325
331
  --color-light-bg-primary-inverted-tint-15: rgb(54, 54, 54);
326
332
  --color-light-bg-primary-inverted-tint-20: rgb(65, 65, 65);
327
333
  --color-light-bg-quaternary-alpha-30: rgba(220, 220, 221, 0.3);
package/colors-indigo.css CHANGED
@@ -171,6 +171,8 @@
171
171
  --color-dark-bg-primary-alpha-32: rgba(11, 31, 53, 0.32);
172
172
  --color-dark-bg-primary-alpha-37: rgba(11, 31, 53, 0.37);
173
173
  --color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
174
+ --color-dark-bg-primary-tint-7: rgb(28, 47, 67);
175
+ --color-dark-bg-primary-tint-15: rgb(48, 65, 83);
174
176
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
175
177
  --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
176
178
  --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
@@ -186,6 +188,7 @@
186
188
  --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
187
189
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
188
190
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
191
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
189
192
  --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
190
193
  --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
191
194
  --color-dark-bg-quaternary-alpha-30: rgba(72, 87, 103, 0.3);
@@ -307,6 +310,8 @@
307
310
  --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
308
311
  --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
309
312
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
313
+ --color-light-bg-primary-shade-7: rgb(237, 237, 237);
314
+ --color-light-bg-primary-shade-15: rgb(217, 217, 217);
310
315
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
311
316
  --color-light-bg-primary-inverted-alpha-4: rgba(11, 31, 53, 0.04);
312
317
  --color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
@@ -322,6 +327,7 @@
322
327
  --color-light-bg-primary-inverted-alpha-32: rgba(11, 31, 53, 0.32);
323
328
  --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
324
329
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
330
+ --color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
325
331
  --color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
326
332
  --color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
327
333
  --color-light-bg-quaternary-alpha-30: rgba(219, 222, 225, 0.3);
@@ -171,6 +171,8 @@
171
171
  --color-dark-bg-primary-alpha-32: rgba(18, 18, 18, 0.32);
172
172
  --color-dark-bg-primary-alpha-37: rgba(18, 18, 18, 0.37);
173
173
  --color-dark-bg-primary-alpha-40: rgba(18, 18, 18, 0.4);
174
+ --color-dark-bg-primary-tint-7: rgb(35, 35, 35);
175
+ --color-dark-bg-primary-tint-15: rgb(54, 54, 54);
174
176
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
175
177
  --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
176
178
  --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
@@ -186,6 +188,7 @@
186
188
  --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
187
189
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
188
190
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
191
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
189
192
  --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
190
193
  --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
191
194
  --color-dark-bg-quaternary-alpha-30: rgba(58, 58, 60, 0.3);
@@ -307,6 +310,8 @@
307
310
  --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
308
311
  --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
309
312
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
313
+ --color-light-bg-primary-shade-7: rgb(237, 237, 237);
314
+ --color-light-bg-primary-shade-15: rgb(217, 217, 217);
310
315
  --color-light-bg-primary-inverted-alpha-3: rgba(18, 18, 18, 0.03);
311
316
  --color-light-bg-primary-inverted-alpha-4: rgba(18, 18, 18, 0.04);
312
317
  --color-light-bg-primary-inverted-alpha-5: rgba(18, 18, 18, 0.05);
@@ -322,6 +327,7 @@
322
327
  --color-light-bg-primary-inverted-alpha-32: rgba(18, 18, 18, 0.32);
323
328
  --color-light-bg-primary-inverted-alpha-40: rgba(18, 18, 18, 0.4);
324
329
  --color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 18, 0.5);
330
+ --color-light-bg-primary-inverted-tint-7: rgb(35, 35, 35);
325
331
  --color-light-bg-primary-inverted-tint-15: rgb(54, 54, 54);
326
332
  --color-light-bg-primary-inverted-tint-20: rgb(65, 65, 65);
327
333
  --color-light-bg-quaternary-alpha-30: rgba(220, 220, 221, 0.3);
@@ -171,6 +171,8 @@
171
171
  --color-dark-bg-primary-alpha-32: rgba(11, 31, 53, 0.32);
172
172
  --color-dark-bg-primary-alpha-37: rgba(11, 31, 53, 0.37);
173
173
  --color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
174
+ --color-dark-bg-primary-tint-7: rgb(28, 47, 67);
175
+ --color-dark-bg-primary-tint-15: rgb(48, 65, 83);
174
176
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
175
177
  --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
176
178
  --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
@@ -186,6 +188,7 @@
186
188
  --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
187
189
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
188
190
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
191
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
189
192
  --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
190
193
  --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
191
194
  --color-dark-bg-quaternary-alpha-30: rgba(72, 87, 103, 0.3);
@@ -307,6 +310,8 @@
307
310
  --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
308
311
  --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
309
312
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
313
+ --color-light-bg-primary-shade-7: rgb(237, 237, 237);
314
+ --color-light-bg-primary-shade-15: rgb(217, 217, 217);
310
315
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
311
316
  --color-light-bg-primary-inverted-alpha-4: rgba(11, 31, 53, 0.04);
312
317
  --color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
@@ -322,6 +327,7 @@
322
327
  --color-light-bg-primary-inverted-alpha-32: rgba(11, 31, 53, 0.32);
323
328
  --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
324
329
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
330
+ --color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
325
331
  --color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
326
332
  --color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
327
333
  --color-light-bg-quaternary-alpha-30: rgba(219, 222, 225, 0.3);
package/cssm/index.css CHANGED
@@ -340,6 +340,8 @@
340
340
  --color-dark-bg-primary-alpha-32: rgba(11, 31, 53, 0.32);
341
341
  --color-dark-bg-primary-alpha-37: rgba(11, 31, 53, 0.37);
342
342
  --color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
343
+ --color-dark-bg-primary-tint-7: rgb(28, 47, 67);
344
+ --color-dark-bg-primary-tint-15: rgb(48, 65, 83);
343
345
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
344
346
  --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
345
347
  --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
@@ -355,6 +357,7 @@
355
357
  --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
356
358
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
357
359
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
360
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
358
361
  --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
359
362
  --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
360
363
  --color-dark-bg-quaternary-alpha-30: rgba(72, 87, 103, 0.3);
@@ -476,6 +479,8 @@
476
479
  --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
477
480
  --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
478
481
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
482
+ --color-light-bg-primary-shade-7: rgb(237, 237, 237);
483
+ --color-light-bg-primary-shade-15: rgb(217, 217, 217);
479
484
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
480
485
  --color-light-bg-primary-inverted-alpha-4: rgba(11, 31, 53, 0.04);
481
486
  --color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
@@ -491,6 +496,7 @@
491
496
  --color-light-bg-primary-inverted-alpha-32: rgba(11, 31, 53, 0.32);
492
497
  --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
493
498
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
499
+ --color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
494
500
  --color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
495
501
  --color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
496
502
  --color-light-bg-quaternary-alpha-30: rgba(219, 222, 225, 0.3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-vars",
3
- "version": "6.4.3",
3
+ "version": "6.5.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
package/CHANGELOG.md DELETED
@@ -1,388 +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
- ## [6.4.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@6.4.2...@alfalab/core-components-vars@6.4.3) (2022-07-25)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **bottom-sheet:** fix component border-radius ([#157](https://github.com/core-ds/core-components/issues/157)) ([57b767e](https://github.com/core-ds/core-components/commit/57b767e43e40e9170967e3a53481e21f92cb0190))
12
-
13
-
14
-
15
-
16
-
17
- ## [6.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@6.4.1...@alfalab/core-components-vars@6.4.2) (2022-07-18)
18
-
19
- **Note:** Version bump only for package @alfalab/core-components-vars
20
-
21
-
22
-
23
-
24
-
25
- ## [6.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@6.4.0...@alfalab/core-components-vars@6.4.1) (2022-07-14)
26
-
27
- **Note:** Version bump only for package @alfalab/core-components-vars
28
-
29
-
30
-
31
-
32
-
33
- # [6.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@6.2.0...@alfalab/core-components-vars@6.3.0) (2022-06-28)
34
-
35
-
36
- ### Features
37
-
38
- * **pure cell:** new component ([#10](https://github.com/core-ds/core-components/issues/10)) ([4e95c57](https://github.com/core-ds/core-components/commit/4e95c573aaa6f99197292ea4bae12cbbcc3207c9))
39
-
40
-
41
-
42
-
43
-
44
- # [6.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@6.1.0...@alfalab/core-components-vars@6.2.0) (2022-06-23)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * **button:** fix color secondary ([#92](https://github.com/core-ds/core-components/issues/92)) ([57b8e66](https://github.com/core-ds/core-components/commit/57b8e661b8f54acdfd0c235f58ebd59d66c116a4))
50
-
51
-
52
- ### Features
53
-
54
- * **vars:** export CSS custom properties as JS vars ([#45](https://github.com/core-ds/core-components/issues/45)) ([dbb1f78](https://github.com/core-ds/core-components/commit/dbb1f78795247fa09797c05f134b21a7774e6898))
55
-
56
-
57
-
58
-
59
-
60
- # [6.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@6.0.0...@alfalab/core-components-vars@6.1.0) (2022-06-08)
61
-
62
-
63
- ### Features
64
-
65
- * **scrollbar:** new component scrollbar ([#48](https://github.com/core-ds/core-components/issues/48)) ([5ea6fa3](https://github.com/core-ds/core-components/commit/5ea6fa352ff943cda8c52e35f9d96da9bea97fa3))
66
-
67
-
68
-
69
-
70
-
71
- ## [5.5.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@5.5.1...@alfalab/core-components-vars@5.5.2) (2022-03-28)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * fix modal and bottom-sheet dark mode ([#1043](https://github.com/core-ds/core-components/issues/1043)) ([cad36a2](https://github.com/core-ds/core-components/commit/cad36a25b28bfa71296c3dd9dc325eec28b5c241))
77
-
78
-
79
-
80
-
81
-
82
- ## [5.5.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@5.5.0...@alfalab/core-components-vars@5.5.1) (2022-03-24)
83
-
84
- **Note:** Version bump only for package @alfalab/core-components-vars
85
-
86
-
87
-
88
-
89
-
90
- # [5.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@5.4.0...@alfalab/core-components-vars@5.5.0) (2022-03-18)
91
-
92
-
93
- ### Features
94
-
95
- * **calendar:** add intranet theme ([#1026](https://github.com/core-ds/core-components/issues/1026)) ([292b76c](https://github.com/core-ds/core-components/commit/292b76c100bb12ebb1011d2a9981ba2b2899dd7a))
96
- * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
97
-
98
-
99
-
100
-
101
-
102
- # [5.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@5.3.0...@alfalab/core-components-vars@5.4.0) (2022-02-17)
103
-
104
-
105
- ### Features
106
-
107
- * **calendar:** design & logic updates ([#991](https://github.com/core-ds/core-components/issues/991)) ([358142c](https://github.com/core-ds/core-components/commit/358142c6d259e1463954139cc648787cdf461f76)), closes [#993](https://github.com/core-ds/core-components/issues/993) [#990](https://github.com/core-ds/core-components/issues/990)
108
-
109
-
110
-
111
-
112
-
113
- # [5.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@5.2.0...@alfalab/core-components-vars@5.3.0) (2022-02-15)
114
-
115
-
116
- ### Features
117
-
118
- * **vars:** updated typography ([#981](https://github.com/core-ds/core-components/issues/981)) ([95bcce8](https://github.com/core-ds/core-components/commit/95bcce8e07467c635e2a93c55edfb3550a533ba4))
119
-
120
-
121
-
122
-
123
-
124
- # [5.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@5.1.1...@alfalab/core-components-vars@5.2.0) (2022-01-27)
125
-
126
-
127
- ### Features
128
-
129
- * **vars:** build color-mod ([#953](https://github.com/core-ds/core-components/issues/953)) ([aa64366](https://github.com/core-ds/core-components/commit/aa64366d970be46776d23c9d13ebec413b2ac4d9))
130
-
131
-
132
-
133
-
134
-
135
- ## [5.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@5.1.0...@alfalab/core-components-vars@5.1.1) (2022-01-17)
136
-
137
-
138
- ### Bug Fixes
139
-
140
- * **vars:** remove unused colors ([#945](https://github.com/core-ds/core-components/issues/945)) ([310a70a](https://github.com/core-ds/core-components/commit/310a70a8be6bff687861d3d643ebc347ecf6cd6d))
141
-
142
-
143
-
144
-
145
-
146
- # [5.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@5.0.0...@alfalab/core-components-vars@5.1.0) (2021-12-09)
147
-
148
-
149
- ### Features
150
-
151
- * **status:** добавлено 10% прозрачности в цвет фона ([#896](https://github.com/core-ds/core-components/issues/896)) ([b55c62b](https://github.com/core-ds/core-components/commit/b55c62b49cc52a15ff7497b9ad329773fba15959))
152
-
153
-
154
-
155
-
156
-
157
- # [5.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@4.1.0...@alfalab/core-components-vars@5.0.0) (2021-11-26)
158
-
159
-
160
- ### Features
161
-
162
- * **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/core-ds/core-components/issues/886)) ([88e657a](https://github.com/core-ds/core-components/commit/88e657a9f0f68b8b58f6e9437053954ee984f83c)), closes [#890](https://github.com/core-ds/core-components/issues/890)
163
-
164
-
165
- ### BREAKING CHANGES
166
-
167
- * **button:** Кнопка размера xs теперь имеет размер 40px. Тем, кто использовал размер xs, надо
168
- заменить размер на xxs. Можно воспользоваться codemod.
169
-
170
- * feat(codemod): add button xs to xxs transformer
171
-
172
- * feat(tag): добавлен тэг размера 40px, изменены отступы
173
-
174
- Добавлен тэг размером 40px, изменены отступы. Тем, кто использовал размер xs, надо заменить размер
175
- на xxs.
176
- * **button:** Тэг размера xs теперь имеет размер 40px. Тем, кто использовал размер xs, надо
177
- заменить размер на xxs. Можно воспользоваться codemod.
178
-
179
- * test: update screenshots
180
-
181
- * test: update screenshots
182
-
183
- * feat(button): linter fix
184
-
185
- * feat(button): fix min-width
186
-
187
- * feat(tag): remove vertical paddings
188
-
189
- * feat(tag): remove vertical paddings
190
-
191
- * feat(button): updates
192
-
193
-
194
-
195
-
196
-
197
- # [4.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@4.0.0...@alfalab/core-components-vars@4.1.0) (2021-09-16)
198
-
199
-
200
- ### Features
201
-
202
- * **gallery:** add component ([#815](https://github.com/core-ds/core-components/issues/815)) ([7ffd20e](https://github.com/core-ds/core-components/commit/7ffd20e2d007f658223d29aa943639c13ad51342)), closes [#774](https://github.com/core-ds/core-components/issues/774) [#795](https://github.com/core-ds/core-components/issues/795)
203
-
204
-
205
-
206
-
207
-
208
- # [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@3.1.1...@alfalab/core-components-vars@4.0.0) (2021-09-14)
209
-
210
-
211
- ### Features
212
-
213
- * dark themes ([#778](https://github.com/core-ds/core-components/issues/778)) ([d848d16](https://github.com/core-ds/core-components/commit/d848d165b59182e6521d28efc2aadeecebc00d93))
214
- * **vars:** updated colors and typography from latest alfa-ui-primitives ([#803](https://github.com/core-ds/core-components/issues/803)) ([0d5b2a3](https://github.com/core-ds/core-components/commit/0d5b2a30a78e70392dd505790a92bc3bc83f9386))
215
-
216
-
217
- ### BREAKING CHANGES
218
-
219
- * remove dark-theme-injector. remove vars duplications
220
-
221
-
222
-
223
-
224
-
225
- ## [3.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@3.1.0...@alfalab/core-components-vars@3.1.1) (2021-08-23)
226
-
227
-
228
- ### Bug Fixes
229
-
230
- * **input:** smart error icon ([#746](https://github.com/core-ds/core-components/issues/746)) ([f1950d6](https://github.com/core-ds/core-components/commit/f1950d6d516d17d993f0865c10390b6301bb2707)), closes [#782](https://github.com/core-ds/core-components/issues/782)
231
-
232
-
233
-
234
-
235
-
236
- # [3.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@3.0.1...@alfalab/core-components-vars@3.1.0) (2021-08-04)
237
-
238
-
239
- ### Features
240
-
241
- * add mods colors ([#770](https://github.com/core-ds/core-components/issues/770)) ([fe985f4](https://github.com/core-ds/core-components/commit/fe985f467b4d47a5152e168d2ab3846872d1a574))
242
-
243
-
244
-
245
-
246
-
247
- ## [3.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@3.0.0...@alfalab/core-components-vars@3.0.1) (2021-07-19)
248
-
249
- **Note:** Version bump only for package @alfalab/core-components-vars
250
-
251
-
252
-
253
-
254
-
255
- # [3.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.6.2...@alfalab/core-components-vars@3.0.0) (2021-07-09)
256
-
257
-
258
- ### Features
259
-
260
- * **vars:** add border-radius-xs ([a4bd8ff](https://github.com/core-ds/core-components/commit/a4bd8ff44d9ed7cf68ca2b0994ab61a80ed358e2))
261
- * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
262
-
263
-
264
- ## [2.6.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.6.1...@alfalab/core-components-vars@2.6.2) (2021-05-25)
265
-
266
- **Note:** Version bump only for package @alfalab/core-components-vars
267
-
268
-
269
-
270
-
271
-
272
- ## [2.6.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.6.0...@alfalab/core-components-vars@2.6.1) (2021-04-26)
273
-
274
- **Note:** Version bump only for package @alfalab/core-components-vars
275
-
276
-
277
-
278
-
279
-
280
- # [2.6.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.5.2...@alfalab/core-components-vars@2.6.0) (2021-04-06)
281
-
282
-
283
- ### Features
284
-
285
- * **vars:** fresh colors ([10907ec](https://github.com/core-ds/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
286
-
287
-
288
-
289
-
290
-
291
- ## [2.5.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.5.0...@alfalab/core-components-vars@2.5.2) (2021-03-18)
292
-
293
-
294
- ### Bug Fixes
295
-
296
- * one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
297
-
298
-
299
-
300
-
301
-
302
- # [2.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.4.3...@alfalab/core-components-vars@2.5.0) (2021-03-15)
303
-
304
-
305
- ### Features
306
-
307
- * **vars:** introducing border-radius vars ([1a6fb28](https://github.com/core-ds/core-components/commit/1a6fb287bcfab50048c3a9100645b4dee8cd3395))
308
-
309
-
310
-
311
-
312
-
313
- ## [2.4.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.4.2...@alfalab/core-components-vars@2.4.3) (2021-03-14)
314
-
315
- **Note:** Version bump only for package @alfalab/core-components-vars
316
-
317
-
318
-
319
-
320
-
321
- ## [2.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.4.1...@alfalab/core-components-vars@2.4.2) (2021-03-04)
322
-
323
- **Note:** Version bump only for package @alfalab/core-components-vars
324
-
325
-
326
-
327
-
328
-
329
- ## [2.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.4.0...@alfalab/core-components-vars@2.4.1) (2021-03-03)
330
-
331
- **Note:** Version bump only for package @alfalab/core-components-vars
332
-
333
-
334
-
335
-
336
-
337
- # [2.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.3.2...@alfalab/core-components-vars@2.4.0) (2021-03-03)
338
-
339
-
340
- ### Features
341
-
342
- * **vars:** 2px gap ([#544](https://github.com/core-ds/core-components/issues/544)) ([e401782](https://github.com/core-ds/core-components/commit/e40178290a02c45bd9ea23ab0deffabd74a69276))
343
-
344
-
345
-
346
-
347
-
348
- ## [2.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.3.1...@alfalab/core-components-vars@2.3.2) (2021-02-20)
349
-
350
- **Note:** Version bump only for package @alfalab/core-components-vars
351
-
352
-
353
-
354
-
355
-
356
- ## [2.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.3.0...@alfalab/core-components-vars@2.3.1) (2021-02-19)
357
-
358
-
359
- ### Bug Fixes
360
-
361
- * **toast-plate:** polish toast-plate themes ([#527](https://github.com/core-ds/core-components/issues/527)) ([57d73d4](https://github.com/core-ds/core-components/commit/57d73d47b089997b2cc0d85e37b70f068c945e50))
362
-
363
-
364
-
365
-
366
-
367
- # [2.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@2.2.0...@alfalab/core-components-vars@2.3.0) (2021-02-18)
368
-
369
-
370
- ### Features
371
-
372
- * updated design tokens ([#516](https://github.com/core-ds/core-components/issues/516)) ([ef66b65](https://github.com/core-ds/core-components/commit/ef66b65bb35b2ef06292b8da709ccc335eb44735))
373
-
374
-
375
-
376
-
377
-
378
- # [@alfalab/core-components-vars-v2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-vars@1.8.0...@alfalab/core-components-vars@2.0.0) (2020-11-25)
379
-
380
-
381
- ### Features
382
-
383
- * remove extra vars, update docs ([#370](https://github.com/core-ds/core-components/issues/370)) ([af1b133](https://github.com/core-ds/core-components/commit/af1b1339e768e59a2377409bf164cc8c439bd3bf))
384
-
385
-
386
- ### BREAKING CHANGES
387
-
388
- * remove packages/vars/src/breakpoints.css