@alfalab/core-components-vars 6.4.2 → 6.4.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.
- package/colors-bluetint.css +6 -0
- package/colors-indigo.css +6 -0
- package/cssm/colors-bluetint.css +6 -0
- package/cssm/colors-indigo.css +6 -0
- package/cssm/index.css +6 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -377
package/colors-bluetint.css
CHANGED
|
@@ -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);
|
package/cssm/colors-bluetint.css
CHANGED
|
@@ -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/cssm/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);
|
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
package/CHANGELOG.md
DELETED
|
@@ -1,377 +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.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)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [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)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
# [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)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
* **pure cell:** new component ([#10](https://github.com/core-ds/core-components/issues/10)) ([4e95c57](https://github.com/core-ds/core-components/commit/4e95c573aaa6f99197292ea4bae12cbbcc3207c9))
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
# [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)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
* **button:** fix color secondary ([#92](https://github.com/core-ds/core-components/issues/92)) ([57b8e66](https://github.com/core-ds/core-components/commit/57b8e661b8f54acdfd0c235f58ebd59d66c116a4))
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Features
|
|
42
|
-
|
|
43
|
-
* **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))
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
# [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)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
### Features
|
|
53
|
-
|
|
54
|
-
* **scrollbar:** new component scrollbar ([#48](https://github.com/core-ds/core-components/issues/48)) ([5ea6fa3](https://github.com/core-ds/core-components/commit/5ea6fa352ff943cda8c52e35f9d96da9bea97fa3))
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## [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)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### Bug Fixes
|
|
64
|
-
|
|
65
|
-
* 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))
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## [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)
|
|
72
|
-
|
|
73
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
# [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)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Features
|
|
83
|
-
|
|
84
|
-
* **calendar:** add intranet theme ([#1026](https://github.com/core-ds/core-components/issues/1026)) ([292b76c](https://github.com/core-ds/core-components/commit/292b76c100bb12ebb1011d2a9981ba2b2899dd7a))
|
|
85
|
-
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
# [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)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Features
|
|
95
|
-
|
|
96
|
-
* **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)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
# [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)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Features
|
|
106
|
-
|
|
107
|
-
* **vars:** updated typography ([#981](https://github.com/core-ds/core-components/issues/981)) ([95bcce8](https://github.com/core-ds/core-components/commit/95bcce8e07467c635e2a93c55edfb3550a533ba4))
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
# [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)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Features
|
|
117
|
-
|
|
118
|
-
* **vars:** build color-mod ([#953](https://github.com/core-ds/core-components/issues/953)) ([aa64366](https://github.com/core-ds/core-components/commit/aa64366d970be46776d23c9d13ebec413b2ac4d9))
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## [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)
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
### Bug Fixes
|
|
128
|
-
|
|
129
|
-
* **vars:** remove unused colors ([#945](https://github.com/core-ds/core-components/issues/945)) ([310a70a](https://github.com/core-ds/core-components/commit/310a70a8be6bff687861d3d643ebc347ecf6cd6d))
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
# [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)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Features
|
|
139
|
-
|
|
140
|
-
* **status:** добавлено 10% прозрачности в цвет фона ([#896](https://github.com/core-ds/core-components/issues/896)) ([b55c62b](https://github.com/core-ds/core-components/commit/b55c62b49cc52a15ff7497b9ad329773fba15959))
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
# [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)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Features
|
|
150
|
-
|
|
151
|
-
* **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)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### BREAKING CHANGES
|
|
155
|
-
|
|
156
|
-
* **button:** Кнопка размера xs теперь имеет размер 40px. Тем, кто использовал размер xs, надо
|
|
157
|
-
заменить размер на xxs. Можно воспользоваться codemod.
|
|
158
|
-
|
|
159
|
-
* feat(codemod): add button xs to xxs transformer
|
|
160
|
-
|
|
161
|
-
* feat(tag): добавлен тэг размера 40px, изменены отступы
|
|
162
|
-
|
|
163
|
-
Добавлен тэг размером 40px, изменены отступы. Тем, кто использовал размер xs, надо заменить размер
|
|
164
|
-
на xxs.
|
|
165
|
-
* **button:** Тэг размера xs теперь имеет размер 40px. Тем, кто использовал размер xs, надо
|
|
166
|
-
заменить размер на xxs. Можно воспользоваться codemod.
|
|
167
|
-
|
|
168
|
-
* test: update screenshots
|
|
169
|
-
|
|
170
|
-
* test: update screenshots
|
|
171
|
-
|
|
172
|
-
* feat(button): linter fix
|
|
173
|
-
|
|
174
|
-
* feat(button): fix min-width
|
|
175
|
-
|
|
176
|
-
* feat(tag): remove vertical paddings
|
|
177
|
-
|
|
178
|
-
* feat(tag): remove vertical paddings
|
|
179
|
-
|
|
180
|
-
* feat(button): updates
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
# [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)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
### Features
|
|
190
|
-
|
|
191
|
-
* **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)
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
# [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)
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
### Features
|
|
201
|
-
|
|
202
|
-
* dark themes ([#778](https://github.com/core-ds/core-components/issues/778)) ([d848d16](https://github.com/core-ds/core-components/commit/d848d165b59182e6521d28efc2aadeecebc00d93))
|
|
203
|
-
* **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))
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### BREAKING CHANGES
|
|
207
|
-
|
|
208
|
-
* remove dark-theme-injector. remove vars duplications
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
## [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)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
* **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)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
# [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)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
### Features
|
|
229
|
-
|
|
230
|
-
* add mods colors ([#770](https://github.com/core-ds/core-components/issues/770)) ([fe985f4](https://github.com/core-ds/core-components/commit/fe985f467b4d47a5152e168d2ab3846872d1a574))
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
## [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)
|
|
237
|
-
|
|
238
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
# [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)
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
### Features
|
|
248
|
-
|
|
249
|
-
* **vars:** add border-radius-xs ([a4bd8ff](https://github.com/core-ds/core-components/commit/a4bd8ff44d9ed7cf68ca2b0994ab61a80ed358e2))
|
|
250
|
-
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## [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)
|
|
254
|
-
|
|
255
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
## [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)
|
|
262
|
-
|
|
263
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
# [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)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
### Features
|
|
273
|
-
|
|
274
|
-
* **vars:** fresh colors ([10907ec](https://github.com/core-ds/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
## [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)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Bug Fixes
|
|
284
|
-
|
|
285
|
-
* one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
# [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)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Features
|
|
295
|
-
|
|
296
|
-
* **vars:** introducing border-radius vars ([1a6fb28](https://github.com/core-ds/core-components/commit/1a6fb287bcfab50048c3a9100645b4dee8cd3395))
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
## [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)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
## [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)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
## [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)
|
|
319
|
-
|
|
320
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
# [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)
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
### Features
|
|
330
|
-
|
|
331
|
-
* **vars:** 2px gap ([#544](https://github.com/core-ds/core-components/issues/544)) ([e401782](https://github.com/core-ds/core-components/commit/e40178290a02c45bd9ea23ab0deffabd74a69276))
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
## [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)
|
|
338
|
-
|
|
339
|
-
**Note:** Version bump only for package @alfalab/core-components-vars
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
## [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)
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
### Bug Fixes
|
|
349
|
-
|
|
350
|
-
* **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))
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
# [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)
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
### Features
|
|
360
|
-
|
|
361
|
-
* updated design tokens ([#516](https://github.com/core-ds/core-components/issues/516)) ([ef66b65](https://github.com/core-ds/core-components/commit/ef66b65bb35b2ef06292b8da709ccc335eb44735))
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
# [@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)
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
### Features
|
|
371
|
-
|
|
372
|
-
* 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))
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
### BREAKING CHANGES
|
|
376
|
-
|
|
377
|
-
* remove packages/vars/src/breakpoints.css
|