@umbraco-ui/uui-card-content-node 1.5.0-rc.0 → 1.5.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/README.md CHANGED
@@ -6,7 +6,7 @@ Umbraco style card-content-node component.
6
6
 
7
7
  ### See it in action
8
8
 
9
- Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-card-content-node)
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-card-content-node--docs)
10
10
 
11
11
  ## Installation
12
12
 
@@ -60,11 +60,6 @@
60
60
  "type": "string",
61
61
  "default": "\"''\""
62
62
  },
63
- {
64
- "name": "styles",
65
- "type": "CSSResult[]",
66
- "default": "[null,null]"
67
- },
68
63
  {
69
64
  "name": "disabled",
70
65
  "attribute": "disabled",
@@ -93,6 +88,11 @@
93
88
  "type": "string",
94
89
  "default": "\"undefined\""
95
90
  },
91
+ {
92
+ "name": "styles",
93
+ "type": "CSSResult[]",
94
+ "default": "[null,null]"
95
+ },
96
96
  {
97
97
  "name": "selectOnly",
98
98
  "attribute": "select-only",
@@ -9,7 +9,6 @@ import { UUICardElement } from '@umbraco-ui/uui-card/lib';
9
9
  */
10
10
  export declare class UUICardContentNodeElement extends UUICardElement {
11
11
  #private;
12
- static styles: import("lit").CSSResult[];
13
12
  /**
14
13
  * Node name
15
14
  * @type {string}
@@ -22,6 +21,7 @@ export declare class UUICardContentNodeElement extends UUICardElement {
22
21
  private _onSlotIconChange;
23
22
  private _renderFallbackIcon;
24
23
  render(): import("lit-html").TemplateResult<1>;
24
+ static styles: import("lit").CSSResult[];
25
25
  }
26
26
  declare global {
27
27
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-card-content-node",
3
- "version": "1.5.0-rc.0",
3
+ "version": "1.5.0-rc.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,9 +30,9 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.5.0-rc.0",
34
- "@umbraco-ui/uui-card": "1.5.0-rc.0",
35
- "@umbraco-ui/uui-icon": "1.5.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.5.0-rc.1",
34
+ "@umbraco-ui/uui-card": "1.5.0-rc.1",
35
+ "@umbraco-ui/uui-icon": "1.5.0-rc.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -43,5 +43,5 @@
43
43
  "access": "public"
44
44
  },
45
45
  "homepage": "https://uui.umbraco.com/?path=/story/uui-card-content-node",
46
- "gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
46
+ "gitHead": "2ff35a098ed8a3feb8ebed1bf43b4fbb75950d65"
47
47
  }