ui-theme-igc-effect 1.5.22 → 1.5.24
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.
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
--color-royal-blue-100: var(--color-royal-blue);
|
|
11
11
|
--color-royal-blue-200: rgba(197, 191, 255, 1);
|
|
12
12
|
--color-royal-blue-300: rgba(177, 169, 255, 1);
|
|
13
|
+
--color-gray-50: rgba(247, 248, 250, 1);
|
|
13
14
|
--color-gray-100: rgba(233, 234, 242, 1);
|
|
14
15
|
--color-gray-200: rgba(209, 210, 222, 1);
|
|
15
16
|
--color-gray-300: rgba(183, 185, 199, 1);
|
|
@@ -43,5 +44,7 @@
|
|
|
43
44
|
--color-orange-500: rgba(240, 106, 0, 1);
|
|
44
45
|
--color-orange-600: rgba(225, 100, 0, 1);
|
|
45
46
|
--color-orange-1000: rgba(255, 95, 25, 1);
|
|
47
|
+
--color-neutral-hovered: rgba(27, 28, 38, 1);
|
|
48
|
+
--color-neutral-pressed: rgba(21, 22, 30, 1);
|
|
46
49
|
--color-volcano-600: rgba(255, 181, 0, 1);
|
|
47
50
|
}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
--color-shadow: none;
|
|
7
7
|
|
|
8
8
|
& input.Checkbox-Input {
|
|
9
|
-
margin-left:
|
|
10
|
-
margin-right:
|
|
9
|
+
margin-left: 0;
|
|
10
|
+
margin-right: 0;
|
|
11
11
|
|
|
12
12
|
border-color: var(--color-primary);
|
|
13
13
|
background-color: var(--color-control-typo-primary);
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&:checked {
|
|
28
|
+
border: none;
|
|
28
29
|
background-color: var(--color-primary);
|
|
29
30
|
|
|
30
31
|
&::before,
|
|
@@ -34,20 +35,21 @@
|
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
&::before {
|
|
37
|
-
|
|
38
|
-
|
|
38
|
+
display: block;
|
|
39
|
+
position: unset;
|
|
39
40
|
height: var(--checkbox-size);
|
|
40
41
|
width: var(--checkbox-size);
|
|
41
42
|
border: none;
|
|
42
43
|
border-radius: 2px;
|
|
43
44
|
opacity: 0;
|
|
44
|
-
transform:
|
|
45
|
+
transform: scale(0.8);
|
|
45
46
|
transform-origin: center center;
|
|
46
47
|
background-color: var(--color-control-typo-primary);
|
|
47
48
|
transition: none;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
&::after {
|
|
52
|
+
display: block;
|
|
51
53
|
top: 0;
|
|
52
54
|
left: 0;
|
|
53
55
|
content: '';
|
|
@@ -56,7 +58,7 @@
|
|
|
56
58
|
position: absolute;
|
|
57
59
|
border-radius: 2px;
|
|
58
60
|
opacity: 0;
|
|
59
|
-
transform:
|
|
61
|
+
transform: scale(0.6);
|
|
60
62
|
transform-origin: center center;
|
|
61
63
|
background-color: var(--color-primary);
|
|
62
64
|
transition: none;
|
|
@@ -65,13 +67,14 @@
|
|
|
65
67
|
|
|
66
68
|
&.Checkbox_intermediate {
|
|
67
69
|
& input.Checkbox-Input {
|
|
70
|
+
border: none;
|
|
68
71
|
background-color: var(--color-primary);
|
|
69
72
|
|
|
70
73
|
&::after {
|
|
71
74
|
border-radius: 0;
|
|
72
75
|
background-color: var(--color-control-typo-primary);
|
|
73
76
|
opacity: 1;
|
|
74
|
-
transform:
|
|
77
|
+
transform: scaleY(0.08) scaleX(0.65);
|
|
75
78
|
transform-origin: center center;
|
|
76
79
|
}
|
|
77
80
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ui-theme-igc-effect",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.24",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"@consta/uikit": "4 - 5"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@types/node": "^24.
|
|
28
|
-
"postcss": "^8.5.
|
|
27
|
+
"@types/node": "^24.12.2",
|
|
28
|
+
"postcss": "^8.5.9",
|
|
29
29
|
"postcss-cli": "^11.0.1",
|
|
30
|
-
"postcss-discard-comments": "^7.0.
|
|
30
|
+
"postcss-discard-comments": "^7.0.6",
|
|
31
31
|
"postcss-url": "^10.1.3",
|
|
32
|
-
"prettier": "^3.8.
|
|
32
|
+
"prettier": "^3.8.2",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5.9.3"
|
|
35
35
|
},
|