@umbraco-ui/uui-toast-notification 1.16.0-rc.0 → 1.17.0-rc.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/lib/index.js
CHANGED
|
@@ -309,21 +309,21 @@ UUIToastNotificationElement.styles = [
|
|
|
309
309
|
border-color: var(--uui-color-warning-standalone,#a17700);
|
|
310
310
|
}
|
|
311
311
|
:host([color='danger']) #toast > div {
|
|
312
|
-
background-color: var(--uui-color-danger,#
|
|
312
|
+
background-color: var(--uui-color-danger,#c31d4c);
|
|
313
313
|
color: var(--uui-color-danger-contrast,white);
|
|
314
314
|
border-color: var(--uui-color-danger-standalone,rgb(
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
315
|
+
174,
|
|
316
|
+
30,
|
|
317
|
+
71
|
|
318
318
|
));
|
|
319
319
|
}
|
|
320
320
|
:host([color='invalid']) #toast > div {
|
|
321
|
-
background-color: var(--uui-color-invalid,#
|
|
321
|
+
background-color: var(--uui-color-invalid,#c31d4c);
|
|
322
322
|
color: var(--uui-color-invalid-contrast,white);
|
|
323
323
|
border-color: var(--uui-color-invalid-standalone,rgb(
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
324
|
+
174,
|
|
325
|
+
30,
|
|
326
|
+
71
|
|
327
327
|
));
|
|
328
328
|
}
|
|
329
329
|
`
|
|
@@ -56,7 +56,7 @@ export declare class UUIToastNotificationElement extends LitElement {
|
|
|
56
56
|
private _requestAnimationUpdate;
|
|
57
57
|
private _makeOpen;
|
|
58
58
|
private _makeClose;
|
|
59
|
-
render(): import("lit
|
|
59
|
+
render(): import("lit").TemplateResult<1>;
|
|
60
60
|
static styles: import("lit").CSSResult[];
|
|
61
61
|
}
|
|
62
62
|
declare global {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-toast-notification",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0-rc.0",
|
|
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.17.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.17.0-rc.0",
|
|
35
|
+
"@umbraco-ui/uui-css": "1.17.0-rc.0",
|
|
36
|
+
"@umbraco-ui/uui-icon": "1.17.0-rc.0",
|
|
37
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.17.0-rc.0"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "npm run analyze && tsc --build && 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": "028e20bd07ebf02164589b086e746c9cc587409c"
|
|
49
49
|
}
|