@snack-uikit/toaster 0.6.22 → 0.6.24-preview-8898cdde.0
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 +9 -0
- package/dist/components/ToastSystemEvent/styles.module.css +9 -9
- package/dist/components/ToastUserAction/styles.module.css +3 -3
- package/dist/components/ToasterContainer/styles.module.css +1 -1
- package/dist/helperComponents/ButtonAction/styles.module.css +1 -1
- package/package.json +4 -4
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.6.23 (2024-08-02)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@snack-uikit/link@0.13.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/link/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## 0.6.22 (2024-07-19)
|
|
7
16
|
|
|
8
17
|
### Only dependencies have been changed
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
animation-play-state:paused;
|
|
114
114
|
}
|
|
115
115
|
.container[data-appearance=neutral]{
|
|
116
|
-
background-color:var(--sys-invert-neutral-background, #
|
|
116
|
+
background-color:var(--sys-invert-neutral-background, #2a2a35);
|
|
117
117
|
}
|
|
118
118
|
.container[data-appearance=neutral] .icon{
|
|
119
119
|
color:var(--sys-invert-neutral-accent-default, #cfd2dc);
|
|
@@ -128,10 +128,10 @@
|
|
|
128
128
|
background-color:var(--sys-neutral-accent-default, #787b8a);
|
|
129
129
|
}
|
|
130
130
|
.container[data-appearance=error]{
|
|
131
|
-
background-color:var(--sys-invert-neutral-background, #
|
|
131
|
+
background-color:var(--sys-invert-neutral-background, #2a2a35);
|
|
132
132
|
}
|
|
133
133
|
.container[data-appearance=error] .icon{
|
|
134
|
-
color:var(--sys-red-accent-default, #
|
|
134
|
+
color:var(--sys-red-accent-default, #cb3f3e);
|
|
135
135
|
}
|
|
136
136
|
.container[data-appearance=error] .title{
|
|
137
137
|
color:var(--sys-invert-neutral-text-main, #e6e8ef);
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
color:var(--sys-invert-neutral-text-support, #bec2cf);
|
|
141
141
|
}
|
|
142
142
|
.container[data-appearance=error] .progress{
|
|
143
|
-
background-color:var(--sys-red-accent-default, #
|
|
143
|
+
background-color:var(--sys-red-accent-default, #cb3f3e);
|
|
144
144
|
}
|
|
145
145
|
.container[data-appearance=errorCritical]{
|
|
146
|
-
background-color:var(--sys-red-accent-default, #
|
|
146
|
+
background-color:var(--sys-red-accent-default, #cb3f3e);
|
|
147
147
|
}
|
|
148
148
|
.container[data-appearance=errorCritical] .icon{
|
|
149
149
|
color:var(--sys-red-on-accent, #fffbf9);
|
|
@@ -168,10 +168,10 @@
|
|
|
168
168
|
opacity:var(--opacity-a048, 0.48);
|
|
169
169
|
}
|
|
170
170
|
.container[data-appearance=warning]{
|
|
171
|
-
background-color:var(--sys-invert-neutral-background, #
|
|
171
|
+
background-color:var(--sys-invert-neutral-background, #2a2a35);
|
|
172
172
|
}
|
|
173
173
|
.container[data-appearance=warning] .icon{
|
|
174
|
-
color:var(--sys-yellow-accent-default, #
|
|
174
|
+
color:var(--sys-yellow-accent-default, #e2b134);
|
|
175
175
|
}
|
|
176
176
|
.container[data-appearance=warning] .title{
|
|
177
177
|
color:var(--sys-invert-neutral-text-main, #e6e8ef);
|
|
@@ -180,10 +180,10 @@
|
|
|
180
180
|
color:var(--sys-invert-neutral-text-support, #bec2cf);
|
|
181
181
|
}
|
|
182
182
|
.container[data-appearance=warning] .progress{
|
|
183
|
-
background-color:var(--sys-yellow-accent-default, #
|
|
183
|
+
background-color:var(--sys-yellow-accent-default, #e2b134);
|
|
184
184
|
}
|
|
185
185
|
.container[data-appearance=success]{
|
|
186
|
-
background-color:var(--sys-invert-neutral-background, #
|
|
186
|
+
background-color:var(--sys-invert-neutral-background, #2a2a35);
|
|
187
187
|
}
|
|
188
188
|
.container[data-appearance=success] .icon{
|
|
189
189
|
color:var(--sys-green-accent-default, #57b762);
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
align-items:center;
|
|
28
28
|
justify-content:center;
|
|
29
29
|
box-sizing:border-box;
|
|
30
|
-
background-color:var(--sys-invert-neutral-background, #
|
|
30
|
+
background-color:var(--sys-invert-neutral-background, #2a2a35);
|
|
31
31
|
}
|
|
32
32
|
.container[data-appearance=error] .icon{
|
|
33
|
-
color:var(--sys-red-accent-default, #
|
|
33
|
+
color:var(--sys-red-accent-default, #cb3f3e);
|
|
34
34
|
}
|
|
35
35
|
.container[data-appearance=warning] .icon{
|
|
36
|
-
color:var(--sys-yellow-accent-default, #
|
|
36
|
+
color:var(--sys-yellow-accent-default, #e2b134);
|
|
37
37
|
}
|
|
38
38
|
.container[data-appearance=success] .icon{
|
|
39
39
|
color:var(--sys-green-accent-default, #57b762);
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
box-sizing:border-box;
|
|
20
20
|
width:100%;
|
|
21
21
|
color:var(--sys-invert-neutral-text-main, #e6e8ef);
|
|
22
|
-
background-color:var(--sys-invert-neutral-background, #
|
|
22
|
+
background-color:var(--sys-invert-neutral-background, #2a2a35);
|
|
23
23
|
border:none;
|
|
24
24
|
outline:none;
|
|
25
25
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
box-sizing:border-box;
|
|
17
17
|
margin:0;
|
|
18
18
|
color:var(--sys-invert-neutral-text-main, #e6e8ef);
|
|
19
|
-
background-color:var(--sys-invert-neutral-decor-default, #
|
|
19
|
+
background-color:var(--sys-invert-neutral-decor-default, #4e4f5a);
|
|
20
20
|
border:none;
|
|
21
21
|
}
|
|
22
22
|
.buttonAction:hover, .buttonAction:focus-visible{
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Toaster",
|
|
7
|
-
"version": "0.6.
|
|
7
|
+
"version": "0.6.24-preview-8898cdde.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@snack-uikit/icons": "0.22.0",
|
|
36
|
-
"@snack-uikit/link": "0.
|
|
36
|
+
"@snack-uikit/link": "0.13.1-preview-8898cdde.0",
|
|
37
37
|
"@snack-uikit/loaders": "0.5.2",
|
|
38
|
-
"@snack-uikit/truncate-string": "0.4.
|
|
38
|
+
"@snack-uikit/truncate-string": "0.4.21-preview-8898cdde.0",
|
|
39
39
|
"@snack-uikit/utils": "3.3.0",
|
|
40
40
|
"classnames": "2.3.2",
|
|
41
41
|
"react-toastify": "10.0.5"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "a0351f376ac28462b847d1bf99ad3f7ba7a1d0cd"
|
|
44
44
|
}
|