@umbraco-ui/uui-toast-notification 1.3.0 → 1.4.0-rc.1
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/lib/index.js +4 -4
- package/package.json +7 -7
package/lib/index.js
CHANGED
|
@@ -287,14 +287,14 @@ UUIToastNotificationElement.styles = [
|
|
|
287
287
|
border-color: var(--uui-color-default-standalone,rgb(28, 35, 59));
|
|
288
288
|
}
|
|
289
289
|
:host([color='positive']) #toast > div {
|
|
290
|
-
background-color: var(--uui-color-positive,#
|
|
290
|
+
background-color: var(--uui-color-positive,#1f9554);
|
|
291
291
|
color: var(--uui-color-positive-contrast,#fff);
|
|
292
|
-
border-color: var(--uui-color-positive-standalone
|
|
292
|
+
border-color: var(--uui-color-positive-standalone,#19864a);
|
|
293
293
|
}
|
|
294
294
|
:host([color='warning']) #toast > div {
|
|
295
|
-
background-color: var(--uui-color-warning,#
|
|
295
|
+
background-color: var(--uui-color-warning,#fbd142);
|
|
296
296
|
color: var(--uui-color-warning-contrast,#000);
|
|
297
|
-
border-color: var(--uui-color-warning-standalone
|
|
297
|
+
border-color: var(--uui-color-warning-standalone,#a17700);
|
|
298
298
|
}
|
|
299
299
|
:host([color='danger']) #toast > div {
|
|
300
300
|
background-color: var(--uui-color-danger,#d42054);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-toast-notification",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
34
|
-
"@umbraco-ui/uui-button": "1.
|
|
35
|
-
"@umbraco-ui/uui-css": "1.
|
|
36
|
-
"@umbraco-ui/uui-icon": "1.
|
|
37
|
-
"@umbraco-ui/uui-icon-registry-essential": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.4.0-rc.1",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.4.0-rc.1",
|
|
35
|
+
"@umbraco-ui/uui-css": "1.4.0-rc.1",
|
|
36
|
+
"@umbraco-ui/uui-icon": "1.4.0-rc.1",
|
|
37
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.4.0-rc.1"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
47
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-toast-notification",
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "2ecc805ac912c25d89bc96eaf7f50b97aa85fff0"
|
|
49
49
|
}
|