@snack-uikit/tag 0.9.5 → 0.9.6
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,14 @@
|
|
|
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.6 (2024-07-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @snack-uikit/tag
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 0.9.5 (2024-06-27)
|
|
7
15
|
|
|
8
16
|
### Only dependencies have been changed
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
font-weight:var(--sans-label-s-font-weight, Semibold);
|
|
47
47
|
line-height:var(--sans-label-s-line-height, 14px);
|
|
48
48
|
font-size:var(--sans-label-s-font-size, 11px);
|
|
49
|
-
letter-spacing:var(--sans-label-s-letter-spacing,
|
|
49
|
+
letter-spacing:var(--sans-label-s-letter-spacing, 0px);
|
|
50
50
|
paragraph-spacing:var(--sans-label-s-paragraph-spacing, 6.05px);
|
|
51
51
|
}
|
|
52
52
|
.tag[data-size=xs] .tagButton{
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
font-weight:var(--sans-label-m-font-weight, Semibold);
|
|
73
73
|
line-height:var(--sans-label-m-line-height, 16px);
|
|
74
74
|
font-size:var(--sans-label-m-font-size, 12px);
|
|
75
|
-
letter-spacing:var(--sans-label-m-letter-spacing,
|
|
75
|
+
letter-spacing:var(--sans-label-m-letter-spacing, 0px);
|
|
76
76
|
paragraph-spacing:var(--sans-label-m-paragraph-spacing, 6.6px);
|
|
77
77
|
}
|
|
78
78
|
.tag[data-size=s] .tagButton{
|
|
@@ -81,25 +81,25 @@
|
|
|
81
81
|
width:var(--size-tag-s, 32px);
|
|
82
82
|
}
|
|
83
83
|
.tag[data-appearance=neutral]{
|
|
84
|
-
background-color:var(--sys-neutral-decor-default, #
|
|
84
|
+
background-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
85
85
|
}
|
|
86
86
|
.tag[data-appearance=neutral] .label{
|
|
87
87
|
overflow:hidden;
|
|
88
|
-
color:var(--sys-neutral-text-support, #
|
|
88
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
89
89
|
text-overflow:ellipsis;
|
|
90
90
|
white-space:nowrap;
|
|
91
91
|
}
|
|
92
92
|
.tag[data-appearance=neutral] .tagButton{
|
|
93
|
-
color:var(--sys-neutral-text-light, #
|
|
93
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
94
94
|
}
|
|
95
95
|
.tag[data-appearance=neutral] .tagButton:focus, .tag[data-appearance=neutral] .tagButton:hover, .tag[data-appearance=neutral] .tagButton:active{
|
|
96
|
-
color:var(--sys-neutral-text-main, #
|
|
96
|
+
color:var(--sys-neutral-text-main, #33343f);
|
|
97
97
|
}
|
|
98
98
|
.tag[data-appearance=neutral] .tagButton:focus, .tag[data-appearance=neutral] .tagButton:hover{
|
|
99
99
|
background-color:var(--sys-neutral-decor-hovered, #cfd2dc);
|
|
100
100
|
}
|
|
101
101
|
.tag[data-appearance=neutral] .tagButton:active{
|
|
102
|
-
background-color:var(--sys-neutral-decor-activated, #
|
|
102
|
+
background-color:var(--sys-neutral-decor-activated, #bec2cf);
|
|
103
103
|
}
|
|
104
104
|
.tag[data-appearance=primary]{
|
|
105
105
|
background-color:var(--sys-primary-decor-default, #ebdefd);
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
}
|
|
128
128
|
.tag[data-appearance=red] .label{
|
|
129
129
|
overflow:hidden;
|
|
130
|
-
color:var(--sys-red-text-support, #
|
|
130
|
+
color:var(--sys-red-text-support, #a63d3a);
|
|
131
131
|
text-overflow:ellipsis;
|
|
132
132
|
white-space:nowrap;
|
|
133
133
|
}
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
}
|
|
170
170
|
.tag[data-appearance=yellow] .label{
|
|
171
171
|
overflow:hidden;
|
|
172
|
-
color:var(--sys-yellow-text-support, #
|
|
172
|
+
color:var(--sys-yellow-text-support, #a77a10);
|
|
173
173
|
text-overflow:ellipsis;
|
|
174
174
|
white-space:nowrap;
|
|
175
175
|
}
|
|
@@ -3,29 +3,29 @@
|
|
|
3
3
|
display:inline-flex;
|
|
4
4
|
align-items:center;
|
|
5
5
|
box-sizing:border-box;
|
|
6
|
-
color:var(--sys-neutral-text-support, #
|
|
6
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
7
7
|
white-space:nowrap;
|
|
8
8
|
background:none;
|
|
9
|
-
border-color:var(--sys-neutral-decor-disabled, #
|
|
9
|
+
border-color:var(--sys-neutral-decor-disabled, #e6e8ef);
|
|
10
10
|
border-style:solid;
|
|
11
11
|
font-family:var(--sans-label-s-font-family, SB Sans Interface);
|
|
12
12
|
font-weight:var(--sans-label-s-font-weight, Semibold);
|
|
13
13
|
line-height:var(--sans-label-s-line-height, 14px);
|
|
14
14
|
font-size:var(--sans-label-s-font-size, 11px);
|
|
15
|
-
letter-spacing:var(--sans-label-s-letter-spacing,
|
|
15
|
+
letter-spacing:var(--sans-label-s-letter-spacing, 0px);
|
|
16
16
|
paragraph-spacing:var(--sans-label-s-paragraph-spacing, 6.05px);
|
|
17
17
|
font-family:var(--sans-label-m-font-family, SB Sans Interface);
|
|
18
18
|
font-weight:var(--sans-label-m-font-weight, Semibold);
|
|
19
19
|
line-height:var(--sans-label-m-line-height, 16px);
|
|
20
20
|
font-size:var(--sans-label-m-font-size, 12px);
|
|
21
|
-
letter-spacing:var(--sans-label-m-letter-spacing,
|
|
21
|
+
letter-spacing:var(--sans-label-m-letter-spacing, 0px);
|
|
22
22
|
paragraph-spacing:var(--sans-label-m-paragraph-spacing, 6.6px);
|
|
23
23
|
}
|
|
24
24
|
.button:focus-visible{
|
|
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, #15151b);
|
|
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.6",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"@snack-uikit/utils": "3.3.0",
|
|
39
39
|
"classnames": "2.3.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "680e16bb363296e1b4a0a35ce8efd2b4f23c4ee2"
|
|
42
42
|
}
|