@umbraco-ui/uui-toast-notification 1.5.0-rc.0 → 1.5.0-rc.2

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/README.md CHANGED
@@ -6,7 +6,7 @@ Umbraco style toast-notification component.
6
6
 
7
7
  ### See it in action
8
8
 
9
- Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-toast-notification)
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-toast-notification--docs)
10
10
 
11
11
  ## Installation
12
12
 
@@ -25,11 +25,6 @@
25
25
  }
26
26
  ],
27
27
  "properties": [
28
- {
29
- "name": "styles",
30
- "type": "CSSResult[]",
31
- "default": "[\"UUITextStyles\",null]"
32
- },
33
28
  {
34
29
  "name": "color",
35
30
  "attribute": "color",
@@ -50,6 +45,11 @@
50
45
  "description": "define if this toast should open or close.",
51
46
  "type": "boolean",
52
47
  "default": "\"false\""
48
+ },
49
+ {
50
+ "name": "styles",
51
+ "type": "CSSResult[]",
52
+ "default": "[\"UUITextStyles\",null]"
53
53
  }
54
54
  ],
55
55
  "events": [
@@ -9,7 +9,6 @@ import { LitElement } from 'lit';
9
9
  * @slot - slot for dialog layout/content
10
10
  */
11
11
  export declare class UUIToastNotificationElement extends LitElement {
12
- static styles: import("lit").CSSResult[];
13
12
  /**
14
13
  * Changes the color of the notification to one of the predefined, symbolic colors. Example: set this to danger to indicate errors.
15
14
  * @type {'' | 'default' | 'positive' | 'warning' | 'danger'}
@@ -57,6 +56,7 @@ export declare class UUIToastNotificationElement extends LitElement {
57
56
  private _makeOpen;
58
57
  private _makeClose;
59
58
  render(): import("lit-html").TemplateResult<1>;
59
+ static styles: import("lit").CSSResult[];
60
60
  }
61
61
  declare global {
62
62
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-toast-notification",
3
- "version": "1.5.0-rc.0",
3
+ "version": "1.5.0-rc.2",
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.5.0-rc.0",
34
- "@umbraco-ui/uui-button": "1.5.0-rc.0",
33
+ "@umbraco-ui/uui-base": "1.5.0-rc.2",
34
+ "@umbraco-ui/uui-button": "1.5.0-rc.2",
35
35
  "@umbraco-ui/uui-css": "1.4.0",
36
- "@umbraco-ui/uui-icon": "1.5.0-rc.0",
37
- "@umbraco-ui/uui-icon-registry-essential": "1.5.0-rc.0"
36
+ "@umbraco-ui/uui-icon": "1.5.0-rc.2",
37
+ "@umbraco-ui/uui-icon-registry-essential": "1.5.0-rc.2"
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": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
48
+ "gitHead": "573af25cbb43f673731b87dd8e23dbe632bfc348"
49
49
  }