@umbraco-ui/uui-toast-notification-layout 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-layout 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-layout)
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-toast-notification-layout--docs)
10
10
 
11
11
  ## Installation
12
12
 
@@ -12,16 +12,16 @@
12
12
  }
13
13
  ],
14
14
  "properties": [
15
- {
16
- "name": "styles",
17
- "type": "CSSResult[]",
18
- "default": "[\"UUITextStyles\",null]"
19
- },
20
15
  {
21
16
  "name": "headline",
22
17
  "attribute": "headline",
23
18
  "description": "Headline for this notification, can also be set via the 'headline' slot.",
24
19
  "type": "string"
20
+ },
21
+ {
22
+ "name": "styles",
23
+ "type": "CSSResult[]",
24
+ "default": "[\"UUITextStyles\",null]"
25
25
  }
26
26
  ],
27
27
  "slots": [
@@ -7,7 +7,6 @@ import { LitElement } from 'lit';
7
7
  * @slot actions - for actions
8
8
  */
9
9
  export declare class UUIToastNotificationLayoutElement extends LitElement {
10
- static styles: import("lit").CSSResult[];
11
10
  /**
12
11
  * Headline for this notification, can also be set via the 'headline' slot.
13
12
  * @attr
@@ -17,6 +16,7 @@ export declare class UUIToastNotificationLayoutElement extends LitElement {
17
16
  private _headlineSlotHasContent;
18
17
  private _headlineSlotChanged;
19
18
  render(): import("lit-html").TemplateResult<1>;
19
+ static styles: import("lit").CSSResult[];
20
20
  }
21
21
  declare global {
22
22
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-toast-notification-layout",
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,7 +30,7 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.5.0-rc.0",
33
+ "@umbraco-ui/uui-base": "1.5.0-rc.2",
34
34
  "@umbraco-ui/uui-css": "1.4.0"
35
35
  },
36
36
  "scripts": {
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-toast-notification-layout",
45
- "gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
45
+ "gitHead": "573af25cbb43f673731b87dd8e23dbe632bfc348"
46
46
  }