@snack-uikit/fields 0.23.5 → 0.23.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 +10 -0
- package/dist/components/FieldDecorator/styles.module.css +12 -12
- package/dist/helperComponents/ButtonCopyValue/styles.module.css +1 -1
- package/dist/helperComponents/ButtonHideValue/styles.module.css +1 -1
- package/dist/helperComponents/FieldContainerPrivate/styles.module.css +6 -6
- package/dist/helperComponents/TextArea/styles.module.css +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.23.6 (2024-08-06)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@snack-uikit/button@0.17.3](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/button/CHANGELOG.md)
|
|
10
|
+
* [@snack-uikit/list@0.14.3](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/list/CHANGELOG.md)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
6
16
|
## 0.23.5 (2024-08-05)
|
|
7
17
|
|
|
8
18
|
|
|
@@ -160,13 +160,13 @@
|
|
|
160
160
|
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
161
161
|
}
|
|
162
162
|
.hint[data-validation=error]{
|
|
163
|
-
color:var(--sys-red-text-main, #
|
|
163
|
+
color:var(--sys-red-text-main, #7a2d2d);
|
|
164
164
|
}
|
|
165
165
|
.hint[data-validation=warning]{
|
|
166
|
-
color:var(--sys-yellow-text-main, #
|
|
166
|
+
color:var(--sys-yellow-text-main, #815f19);
|
|
167
167
|
}
|
|
168
168
|
.hint[data-validation=success]{
|
|
169
|
-
color:var(--sys-green-text-main, #
|
|
169
|
+
color:var(--sys-green-text-main, #3d6035);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.icon{
|
|
@@ -183,10 +183,10 @@
|
|
|
183
183
|
color:var(--sys-neutral-accent-default, #787b8a);
|
|
184
184
|
}
|
|
185
185
|
.hintIcon[data-validation=error]{
|
|
186
|
-
color:var(--sys-red-accent-default, #
|
|
186
|
+
color:var(--sys-red-accent-default, #cb3f3e);
|
|
187
187
|
}
|
|
188
188
|
.hintIcon[data-validation=warning]{
|
|
189
|
-
color:var(--sys-yellow-accent-default, #
|
|
189
|
+
color:var(--sys-yellow-accent-default, #e2b134);
|
|
190
190
|
}
|
|
191
191
|
.hintIcon[data-validation=success]{
|
|
192
192
|
color:var(--sys-green-accent-default, #57b762);
|
|
@@ -196,26 +196,26 @@
|
|
|
196
196
|
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
197
197
|
}
|
|
198
198
|
.counterLimit > span[data-limit-exceeded], .counterLimit > span[data-validation=error]{
|
|
199
|
-
color:var(--sys-red-text-light, #
|
|
199
|
+
color:var(--sys-red-text-light, #e7756a);
|
|
200
200
|
}
|
|
201
201
|
.counterLimit > span[data-validation=warning]{
|
|
202
|
-
color:var(--sys-yellow-text-light, #
|
|
202
|
+
color:var(--sys-yellow-text-light, #d3a736);
|
|
203
203
|
}
|
|
204
204
|
.counterLimit > span[data-validation=success]{
|
|
205
|
-
color:var(--sys-green-text-light, #
|
|
205
|
+
color:var(--sys-green-text-light, #69b56f);
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
.counterCurrentValue[data-limit-exceeded][data-validation=default]{
|
|
209
|
-
color:var(--sys-neutral-text-main, #
|
|
209
|
+
color:var(--sys-neutral-text-main, #41424e);
|
|
210
210
|
}
|
|
211
211
|
.counterCurrentValue[data-limit-exceeded][data-validation=error]{
|
|
212
|
-
color:var(--sys-red-text-main, #
|
|
212
|
+
color:var(--sys-red-text-main, #7a2d2d);
|
|
213
213
|
}
|
|
214
214
|
.counterCurrentValue[data-limit-exceeded][data-validation=warning]{
|
|
215
|
-
color:var(--sys-yellow-text-main, #
|
|
215
|
+
color:var(--sys-yellow-text-main, #815f19);
|
|
216
216
|
}
|
|
217
217
|
.counterCurrentValue[data-limit-exceeded][data-validation=success]{
|
|
218
|
-
color:var(--sys-green-text-light, #
|
|
218
|
+
color:var(--sys-green-text-light, #69b56f);
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.labelTooltipTrigger{
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
outline-color:var(--sys-primary-decor-activated, #c5b2f1);
|
|
24
24
|
}
|
|
25
25
|
.container[data-validation=error]{
|
|
26
|
-
background-color:var(--sys-red-background1-level, #
|
|
26
|
+
background-color:var(--sys-red-background1-level, #fef6f3);
|
|
27
27
|
border-color:var(--sys-red-decor-default, #fdd6cd);
|
|
28
28
|
}
|
|
29
29
|
.container[data-validation=error]:hover{
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
outline-style:var(--border-state-focus-m-border-style, solid);
|
|
36
36
|
outline-color:var(--border-state-focus-m-border-color, );
|
|
37
37
|
background-color:var(--sys-neutral-background2-level, #ffffff);
|
|
38
|
-
border-color:var(--sys-red-accent-default, #
|
|
38
|
+
border-color:var(--sys-red-accent-default, #cb3f3e);
|
|
39
39
|
outline-color:var(--sys-red-decor-activated, #fbab99);
|
|
40
40
|
}
|
|
41
41
|
.container[data-validation=warning]{
|
|
42
|
-
background-color:var(--sys-yellow-background1-level, #
|
|
42
|
+
background-color:var(--sys-yellow-background1-level, #fcfbef);
|
|
43
43
|
border-color:var(--sys-yellow-decor-default, #f0dfb1);
|
|
44
44
|
}
|
|
45
45
|
.container[data-validation=warning]:hover{
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
outline-style:var(--border-state-focus-m-border-style, solid);
|
|
52
52
|
outline-color:var(--border-state-focus-m-border-color, );
|
|
53
53
|
background-color:var(--sys-neutral-background2-level, #ffffff);
|
|
54
|
-
border-color:var(--sys-yellow-accent-default, #
|
|
55
|
-
outline-color:var(--sys-yellow-decor-activated, #
|
|
54
|
+
border-color:var(--sys-yellow-accent-default, #e2b134);
|
|
55
|
+
outline-color:var(--sys-yellow-decor-activated, #e6c878);
|
|
56
56
|
}
|
|
57
57
|
.container[data-validation=success]{
|
|
58
|
-
background-color:var(--sys-green-background1-level, #
|
|
58
|
+
background-color:var(--sys-green-background1-level, #f6fdf3);
|
|
59
59
|
border-color:var(--sys-green-decor-default, #d2ead0);
|
|
60
60
|
}
|
|
61
61
|
.container[data-validation=success]:hover{
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Fields",
|
|
7
|
-
"version": "0.23.
|
|
7
|
+
"version": "0.23.6",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@snack-uikit/button": "0.17.
|
|
35
|
+
"@snack-uikit/button": "0.17.3",
|
|
36
36
|
"@snack-uikit/calendar": "0.7.10",
|
|
37
37
|
"@snack-uikit/dropdown": "0.2.4",
|
|
38
38
|
"@snack-uikit/icons": "0.22.0",
|
|
39
39
|
"@snack-uikit/input-private": "3.1.4",
|
|
40
|
-
"@snack-uikit/list": "0.14.
|
|
40
|
+
"@snack-uikit/list": "0.14.3",
|
|
41
41
|
"@snack-uikit/scroll": "0.6.0",
|
|
42
42
|
"@snack-uikit/skeleton": "0.3.4",
|
|
43
43
|
"@snack-uikit/slider": "0.1.15",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@snack-uikit/locale": "*"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "b5cf5887d7e1a31571c4ca424b022ef391ed4fef"
|
|
63
63
|
}
|