@snack-uikit/tag 0.9.8 → 0.9.9
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
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.9.9 (2024-09-23)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@snack-uikit/dropdown@0.2.6](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/dropdown/CHANGELOG.md)
|
|
10
|
+
* [@snack-uikit/icons@0.22.1](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/icons/CHANGELOG.md)
|
|
11
|
+
* [@snack-uikit/scroll@0.6.1](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/scroll/CHANGELOG.md)
|
|
12
|
+
* [@snack-uikit/utils@3.4.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/utils/CHANGELOG.md)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## 0.9.8 (2024-09-06)
|
|
7
19
|
|
|
8
20
|
### Only dependencies have been changed
|
|
@@ -228,25 +228,25 @@
|
|
|
228
228
|
background-color:var(--sys-blue-decor-activated, #aac4ea);
|
|
229
229
|
}
|
|
230
230
|
.tag[data-appearance=violet]{
|
|
231
|
-
background-color:var(--sys-violet-decor-default, #
|
|
231
|
+
background-color:var(--sys-violet-decor-default, #e6dcf3);
|
|
232
232
|
}
|
|
233
233
|
.tag[data-appearance=violet] .label{
|
|
234
234
|
overflow:hidden;
|
|
235
|
-
color:var(--sys-violet-text-support, #
|
|
235
|
+
color:var(--sys-violet-text-support, #8c639b);
|
|
236
236
|
text-overflow:ellipsis;
|
|
237
237
|
white-space:nowrap;
|
|
238
238
|
}
|
|
239
239
|
.tag[data-appearance=violet] .tagButton{
|
|
240
|
-
color:var(--sys-violet-text-light, #
|
|
240
|
+
color:var(--sys-violet-text-light, #b68bd5);
|
|
241
241
|
}
|
|
242
242
|
.tag[data-appearance=violet] .tagButton:focus, .tag[data-appearance=violet] .tagButton:hover, .tag[data-appearance=violet] .tagButton:active{
|
|
243
|
-
color:var(--sys-violet-text-main, #
|
|
243
|
+
color:var(--sys-violet-text-main, #59446a);
|
|
244
244
|
}
|
|
245
245
|
.tag[data-appearance=violet] .tagButton:focus, .tag[data-appearance=violet] .tagButton:hover{
|
|
246
|
-
background-color:var(--sys-violet-decor-hovered, #
|
|
246
|
+
background-color:var(--sys-violet-decor-hovered, #e1d0f7);
|
|
247
247
|
}
|
|
248
248
|
.tag[data-appearance=violet] .tagButton:active{
|
|
249
|
-
background-color:var(--sys-violet-decor-activated, #
|
|
249
|
+
background-color:var(--sys-violet-decor-activated, #ceb7e7);
|
|
250
250
|
}
|
|
251
251
|
.tag[data-appearance=pink]{
|
|
252
252
|
background-color:var(--sys-pink-decor-default, #f5d9e1);
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
outline-width:var(--border-state-focus-s-border-width, 2px);
|
|
26
26
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
27
27
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
28
|
-
outline-color:var(--sys-available-complementary, #
|
|
28
|
+
outline-color:var(--sys-available-complementary, #1c1c24);
|
|
29
29
|
}
|
|
30
30
|
.button[data-size=xs]{
|
|
31
31
|
padding-left:var(--space-tag-more-xs-from-label, 4px);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Tag",
|
|
7
|
-
"version": "0.9.
|
|
7
|
+
"version": "0.9.9",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@snack-uikit/dropdown": "0.2.
|
|
36
|
-
"@snack-uikit/icons": "0.22.
|
|
37
|
-
"@snack-uikit/scroll": "0.6.
|
|
38
|
-
"@snack-uikit/utils": "3.
|
|
35
|
+
"@snack-uikit/dropdown": "0.2.6",
|
|
36
|
+
"@snack-uikit/icons": "0.22.1",
|
|
37
|
+
"@snack-uikit/scroll": "0.6.1",
|
|
38
|
+
"@snack-uikit/utils": "3.4.0",
|
|
39
39
|
"classnames": "2.3.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "f9212fe04b0dbba9bedea1bb3a034ab612287841"
|
|
42
42
|
}
|