@umbraco-ui/uui-toast-notification 1.3.0-rc.1 → 1.4.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.
Files changed (2) hide show
  1. package/lib/index.js +4 -4
  2. 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,#25aa60);
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,rgb(38, 156, 91));
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,#fad634);
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,rgb(224, 193, 51));
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.0-rc.1",
3
+ "version": "1.4.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.3.0-rc.1",
34
- "@umbraco-ui/uui-button": "1.3.0-rc.1",
35
- "@umbraco-ui/uui-css": "1.3.0-rc.1",
36
- "@umbraco-ui/uui-icon": "1.3.0-rc.1",
37
- "@umbraco-ui/uui-icon-registry-essential": "1.3.0-rc.1"
33
+ "@umbraco-ui/uui-base": "1.4.0-rc.0",
34
+ "@umbraco-ui/uui-button": "1.4.0-rc.0",
35
+ "@umbraco-ui/uui-css": "1.4.0-rc.0",
36
+ "@umbraco-ui/uui-icon": "1.4.0-rc.0",
37
+ "@umbraco-ui/uui-icon-registry-essential": "1.4.0-rc.0"
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": "0c517175884931aa0bc0d8f05974852a7704626e"
48
+ "gitHead": "1387a535f40a87e96e5596888cdcb2beabb724ec"
49
49
  }