@snack-uikit/tag 0.9.7 → 0.9.8
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,15 @@
|
|
|
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.8 (2024-09-06)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@snack-uikit/dropdown@0.2.5](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/dropdown/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## 0.9.7 (2024-07-19)
|
|
7
16
|
|
|
8
17
|
### Only dependencies have been changed
|
|
@@ -93,7 +93,7 @@
|
|
|
93
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, #41424e);
|
|
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);
|
|
@@ -127,15 +127,15 @@
|
|
|
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, #ae514c);
|
|
131
131
|
text-overflow:ellipsis;
|
|
132
132
|
white-space:nowrap;
|
|
133
133
|
}
|
|
134
134
|
.tag[data-appearance=red] .tagButton{
|
|
135
|
-
color:var(--sys-red-text-light, #
|
|
135
|
+
color:var(--sys-red-text-light, #e7756a);
|
|
136
136
|
}
|
|
137
137
|
.tag[data-appearance=red] .tagButton:focus, .tag[data-appearance=red] .tagButton:hover, .tag[data-appearance=red] .tagButton:active{
|
|
138
|
-
color:var(--sys-red-text-main, #
|
|
138
|
+
color:var(--sys-red-text-main, #7a2d2d);
|
|
139
139
|
}
|
|
140
140
|
.tag[data-appearance=red] .tagButton:focus, .tag[data-appearance=red] .tagButton:hover{
|
|
141
141
|
background-color:var(--sys-red-decor-hovered, #fac1b3);
|
|
@@ -148,15 +148,15 @@
|
|
|
148
148
|
}
|
|
149
149
|
.tag[data-appearance=orange] .label{
|
|
150
150
|
overflow:hidden;
|
|
151
|
-
color:var(--sys-orange-text-support, #
|
|
151
|
+
color:var(--sys-orange-text-support, #bb733e);
|
|
152
152
|
text-overflow:ellipsis;
|
|
153
153
|
white-space:nowrap;
|
|
154
154
|
}
|
|
155
155
|
.tag[data-appearance=orange] .tagButton{
|
|
156
|
-
color:var(--sys-orange-text-light, #
|
|
156
|
+
color:var(--sys-orange-text-light, #e78940);
|
|
157
157
|
}
|
|
158
158
|
.tag[data-appearance=orange] .tagButton:focus, .tag[data-appearance=orange] .tagButton:hover, .tag[data-appearance=orange] .tagButton:active{
|
|
159
|
-
color:var(--sys-orange-text-main, #
|
|
159
|
+
color:var(--sys-orange-text-main, #884c23);
|
|
160
160
|
}
|
|
161
161
|
.tag[data-appearance=orange] .tagButton:focus, .tag[data-appearance=orange] .tagButton:hover{
|
|
162
162
|
background-color:var(--sys-orange-decor-hovered, #f8c699);
|
|
@@ -169,36 +169,36 @@
|
|
|
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, #b78c32);
|
|
173
173
|
text-overflow:ellipsis;
|
|
174
174
|
white-space:nowrap;
|
|
175
175
|
}
|
|
176
176
|
.tag[data-appearance=yellow] .tagButton{
|
|
177
|
-
color:var(--sys-yellow-text-light, #
|
|
177
|
+
color:var(--sys-yellow-text-light, #d3a736);
|
|
178
178
|
}
|
|
179
179
|
.tag[data-appearance=yellow] .tagButton:focus, .tag[data-appearance=yellow] .tagButton:hover, .tag[data-appearance=yellow] .tagButton:active{
|
|
180
|
-
color:var(--sys-yellow-text-main, #
|
|
180
|
+
color:var(--sys-yellow-text-main, #815f19);
|
|
181
181
|
}
|
|
182
182
|
.tag[data-appearance=yellow] .tagButton:focus, .tag[data-appearance=yellow] .tagButton:hover{
|
|
183
183
|
background-color:var(--sys-yellow-decor-hovered, #ead49a);
|
|
184
184
|
}
|
|
185
185
|
.tag[data-appearance=yellow] .tagButton:active{
|
|
186
|
-
background-color:var(--sys-yellow-decor-activated, #
|
|
186
|
+
background-color:var(--sys-yellow-decor-activated, #e6c878);
|
|
187
187
|
}
|
|
188
188
|
.tag[data-appearance=green]{
|
|
189
189
|
background-color:var(--sys-green-decor-default, #d2ead0);
|
|
190
190
|
}
|
|
191
191
|
.tag[data-appearance=green] .label{
|
|
192
192
|
overflow:hidden;
|
|
193
|
-
color:var(--sys-green-text-support, #
|
|
193
|
+
color:var(--sys-green-text-support, #55915a);
|
|
194
194
|
text-overflow:ellipsis;
|
|
195
195
|
white-space:nowrap;
|
|
196
196
|
}
|
|
197
197
|
.tag[data-appearance=green] .tagButton{
|
|
198
|
-
color:var(--sys-green-text-light, #
|
|
198
|
+
color:var(--sys-green-text-light, #69b56f);
|
|
199
199
|
}
|
|
200
200
|
.tag[data-appearance=green] .tagButton:focus, .tag[data-appearance=green] .tagButton:hover, .tag[data-appearance=green] .tagButton:active{
|
|
201
|
-
color:var(--sys-green-text-main, #
|
|
201
|
+
color:var(--sys-green-text-main, #3d6035);
|
|
202
202
|
}
|
|
203
203
|
.tag[data-appearance=green] .tagButton:focus, .tag[data-appearance=green] .tagButton:hover{
|
|
204
204
|
background-color:var(--sys-green-decor-hovered, #c0e1ba);
|
|
@@ -211,15 +211,15 @@
|
|
|
211
211
|
}
|
|
212
212
|
.tag[data-appearance=blue] .label{
|
|
213
213
|
overflow:hidden;
|
|
214
|
-
color:var(--sys-blue-text-support, #
|
|
214
|
+
color:var(--sys-blue-text-support, #4877b0);
|
|
215
215
|
text-overflow:ellipsis;
|
|
216
216
|
white-space:nowrap;
|
|
217
217
|
}
|
|
218
218
|
.tag[data-appearance=blue] .tagButton{
|
|
219
|
-
color:var(--sys-blue-text-light, #
|
|
219
|
+
color:var(--sys-blue-text-light, #749eda);
|
|
220
220
|
}
|
|
221
221
|
.tag[data-appearance=blue] .tagButton:focus, .tag[data-appearance=blue] .tagButton:hover, .tag[data-appearance=blue] .tagButton:active{
|
|
222
|
-
color:var(--sys-blue-text-main, #
|
|
222
|
+
color:var(--sys-blue-text-main, #2b537e);
|
|
223
223
|
}
|
|
224
224
|
.tag[data-appearance=blue] .tagButton:focus, .tag[data-appearance=blue] .tagButton:hover{
|
|
225
225
|
background-color:var(--sys-blue-decor-hovered, #c5d9f6);
|
|
@@ -232,15 +232,15 @@
|
|
|
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, #906297);
|
|
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, #c586c6);
|
|
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, #5f4264);
|
|
244
244
|
}
|
|
245
245
|
.tag[data-appearance=violet] .tagButton:focus, .tag[data-appearance=violet] .tagButton:hover{
|
|
246
246
|
background-color:var(--sys-violet-decor-hovered, #edcded);
|
|
@@ -253,15 +253,15 @@
|
|
|
253
253
|
}
|
|
254
254
|
.tag[data-appearance=pink] .label{
|
|
255
255
|
overflow:hidden;
|
|
256
|
-
color:var(--sys-pink-text-support, #
|
|
256
|
+
color:var(--sys-pink-text-support, #ae5e80);
|
|
257
257
|
text-overflow:ellipsis;
|
|
258
258
|
white-space:nowrap;
|
|
259
259
|
}
|
|
260
260
|
.tag[data-appearance=pink] .tagButton{
|
|
261
|
-
color:var(--sys-pink-text-light, #
|
|
261
|
+
color:var(--sys-pink-text-light, #db85a2);
|
|
262
262
|
}
|
|
263
263
|
.tag[data-appearance=pink] .tagButton:focus, .tag[data-appearance=pink] .tagButton:hover, .tag[data-appearance=pink] .tagButton:active{
|
|
264
|
-
color:var(--sys-pink-text-main, #
|
|
264
|
+
color:var(--sys-pink-text-main, #754158);
|
|
265
265
|
}
|
|
266
266
|
.tag[data-appearance=pink] .tagButton:focus, .tag[data-appearance=pink] .tagButton:hover{
|
|
267
267
|
background-color:var(--sys-pink-decor-hovered, #f5c9d6);
|
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.8",
|
|
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.
|
|
35
|
+
"@snack-uikit/dropdown": "0.2.5",
|
|
36
36
|
"@snack-uikit/icons": "0.22.0",
|
|
37
37
|
"@snack-uikit/scroll": "0.6.0",
|
|
38
38
|
"@snack-uikit/utils": "3.3.0",
|
|
39
39
|
"classnames": "2.3.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "f238fd8b9d363de790ebcfd189aa17cbe101f3eb"
|
|
42
42
|
}
|