@snack-uikit/card 0.12.24-preview-d4831186.0 → 0.12.25
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/CHANGELOG.md +20 -0
- package/dist/components/Card/styles.module.css +6 -6
- package/dist/components/Footer/components/Dimension/styles.module.css +3 -3
- package/dist/components/FunctionBadge/styles.module.css +5 -5
- package/dist/components/Header/styles.module.css +3 -3
- package/dist/helperComponents/Emblem/styled.module.css +1 -1
- package/dist/helperComponents/FunctionBadgeWrapper/styles.module.css +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 0.12.25 (2024-07-09)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@snack-uikit/tag@0.9.6](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/tag/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 0.12.24 (2024-06-27)
|
|
16
|
+
|
|
17
|
+
### Only dependencies have been changed
|
|
18
|
+
* [@snack-uikit/list@0.13.10](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/list/CHANGELOG.md)
|
|
19
|
+
* [@snack-uikit/tag@0.9.5](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/tag/CHANGELOG.md)
|
|
20
|
+
* [@snack-uikit/truncate-string@0.4.19](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/truncate-string/CHANGELOG.md)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
## 0.12.23 (2024-06-26)
|
|
7
27
|
|
|
8
28
|
### Only dependencies have been changed
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
margin:0;
|
|
33
33
|
padding:0;
|
|
34
34
|
text-align:left;
|
|
35
|
-
background-color:var(--sys-neutral-background1-level, #
|
|
35
|
+
background-color:var(--sys-neutral-background1-level, #fdfdfd);
|
|
36
36
|
border:0;
|
|
37
37
|
outline-color:transparent;
|
|
38
38
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
outline-width:var(--border-state-focus-s-border-width, 2px);
|
|
44
44
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
45
45
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
46
|
-
outline-color:var(--sys-neutral-decor-default, #
|
|
46
|
+
outline-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
47
47
|
outline-width:var(--border-width-card-container, 1px);
|
|
48
48
|
}
|
|
49
49
|
.card:hover, .card:focus-visible{
|
|
@@ -105,13 +105,13 @@
|
|
|
105
105
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
106
106
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
107
107
|
cursor:not-allowed;
|
|
108
|
-
background-color:var(--sys-neutral-background, #
|
|
109
|
-
outline-color:var(--sys-neutral-decor-default, #
|
|
108
|
+
background-color:var(--sys-neutral-background, #eeeff3);
|
|
109
|
+
outline-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
110
110
|
outline-width:var(--border-width-card-container, 1px);
|
|
111
111
|
}
|
|
112
112
|
.card[data-disabled][data-checked] .check{
|
|
113
113
|
color:var(--sys-neutral-on-accent, #ffffff);
|
|
114
|
-
background-color:var(--sys-neutral-text-disabled, #
|
|
114
|
+
background-color:var(--sys-neutral-text-disabled, #aaaebd);
|
|
115
115
|
}
|
|
116
116
|
.card[data-disabled] *{
|
|
117
117
|
cursor:not-allowed;
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
flex-grow:1;
|
|
152
152
|
flex-shrink:1;
|
|
153
153
|
width:100%;
|
|
154
|
-
color:var(--sys-neutral-text-support, #
|
|
154
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
155
155
|
text-align:initial;
|
|
156
156
|
}
|
|
157
157
|
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.currentValue{
|
|
18
|
-
color:var(--sys-neutral-text-main, #
|
|
18
|
+
color:var(--sys-neutral-text-main, #33343f);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.oldValue{
|
|
22
|
-
color:var(--sys-neutral-text-light, #
|
|
22
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.dimension{
|
|
26
|
-
color:var(--sys-neutral-text-light, #
|
|
26
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
27
27
|
}
|
|
@@ -7,23 +7,23 @@
|
|
|
7
7
|
display:flex;
|
|
8
8
|
align-items:center;
|
|
9
9
|
justify-content:center;
|
|
10
|
-
color:var(--sys-neutral-text-main, #
|
|
10
|
+
color:var(--sys-neutral-text-main, #33343f);
|
|
11
11
|
background-color:transparent;
|
|
12
12
|
border:0;
|
|
13
13
|
outline-color:transparent;
|
|
14
14
|
}
|
|
15
15
|
.button:hover{
|
|
16
|
-
color:var(--sys-neutral-text-support, #
|
|
16
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
17
17
|
}
|
|
18
18
|
.button:focus-visible{
|
|
19
19
|
outline-width:var(--border-state-focus-s-border-width, 2px);
|
|
20
20
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
21
21
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
22
|
-
color:var(--sys-neutral-text-support, #
|
|
23
|
-
outline-color:var(--sys-available-complementary, #
|
|
22
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
23
|
+
outline-color:var(--sys-available-complementary, #15151b);
|
|
24
24
|
}
|
|
25
25
|
.button:active{
|
|
26
|
-
color:var(--sys-neutral-text-light, #
|
|
26
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
27
27
|
}
|
|
28
28
|
.button svg{
|
|
29
29
|
width:var(--size-icon-container-s, 24px) !important;
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
.title{
|
|
24
24
|
display:block;
|
|
25
25
|
max-width:100%;
|
|
26
|
-
color:var(--sys-neutral-text-main, #
|
|
26
|
+
color:var(--sys-neutral-text-main, #33343f);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.metadata{
|
|
30
30
|
max-width:100%;
|
|
31
|
-
color:var(--sys-neutral-text-light, #
|
|
31
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.description{
|
|
35
35
|
max-width:100%;
|
|
36
|
-
color:var(--sys-neutral-text-support, #
|
|
36
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
37
37
|
}
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
left:0;
|
|
23
23
|
width:100%;
|
|
24
24
|
height:100%;
|
|
25
|
-
background-color:var(--sys-neutral-background1-level, #
|
|
25
|
+
background-color:var(--sys-neutral-background1-level, #fdfdfd);
|
|
26
26
|
box-shadow:var(--box-shadow-elevation-level2, 0px 0px 4px 0px rgba(0, 0, 0, 0.0392156863), 0px 4px 8px 0px rgba(0, 0, 0, 0.0392156863));
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Card",
|
|
7
|
-
"version": "0.12.
|
|
7
|
+
"version": "0.12.25",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"@snack-uikit/button": "0.17.2",
|
|
36
36
|
"@snack-uikit/icon-predefined": "0.5.1",
|
|
37
37
|
"@snack-uikit/icons": "0.21.0",
|
|
38
|
-
"@snack-uikit/list": "0.13.10
|
|
38
|
+
"@snack-uikit/list": "0.13.10",
|
|
39
39
|
"@snack-uikit/promo-tag": "0.4.2",
|
|
40
|
-
"@snack-uikit/tag": "0.9.
|
|
41
|
-
"@snack-uikit/truncate-string": "0.4.19
|
|
40
|
+
"@snack-uikit/tag": "0.9.6",
|
|
41
|
+
"@snack-uikit/truncate-string": "0.4.19",
|
|
42
42
|
"@snack-uikit/typography": "0.6.2",
|
|
43
43
|
"@snack-uikit/utils": "3.3.0",
|
|
44
44
|
"classnames": "2.3.2"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "680e16bb363296e1b4a0a35ce8efd2b4f23c4ee2"
|
|
47
47
|
}
|