@umbraco-ui/uui-ref-node-package 1.4.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 ref-node-package component.
6
6
 
7
7
  ### See it in action
8
8
 
9
- Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-ref-node-package)
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-ref-node-package--docs)
10
10
 
11
11
  ## Installation
12
12
 
@@ -87,11 +87,6 @@
87
87
  "type": "string",
88
88
  "default": "\"''\""
89
89
  },
90
- {
91
- "name": "styles",
92
- "type": "CSSResult[]",
93
- "default": "[null]"
94
- },
95
90
  {
96
91
  "name": "disabled",
97
92
  "attribute": "disabled",
@@ -106,6 +101,11 @@
106
101
  "type": "boolean",
107
102
  "default": "\"false\""
108
103
  },
104
+ {
105
+ "name": "styles",
106
+ "type": "CSSResult[]",
107
+ "default": "[null]"
108
+ },
109
109
  {
110
110
  "name": "selectOnly",
111
111
  "attribute": "select-only",
@@ -7,7 +7,6 @@ import { UUIRefNodeElement } from '@umbraco-ui/uui-ref-node/lib';
7
7
  * @description - Component for displaying a reference to a Package node.
8
8
  */
9
9
  export declare class UUIRefNodePackageElement extends UUIRefNodeElement {
10
- static styles: import("lit").CSSResult[];
11
10
  protected fallbackIcon: string;
12
11
  /**
13
12
  * Package version
@@ -24,6 +23,7 @@ export declare class UUIRefNodePackageElement extends UUIRefNodeElement {
24
23
  */
25
24
  author: string;
26
25
  protected renderDetail(): import("lit-html").TemplateResult<1>;
26
+ static styles: import("lit").CSSResult[];
27
27
  }
28
28
  declare global {
29
29
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-node-package",
3
- "version": "1.4.0",
3
+ "version": "1.5.0-rc.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,8 +30,8 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.4.0",
34
- "@umbraco-ui/uui-ref-node": "1.4.0"
33
+ "@umbraco-ui/uui-base": "1.5.0-rc.1",
34
+ "@umbraco-ui/uui-ref-node": "1.5.0-rc.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-ref-node-package",
45
- "gitHead": "09437426b75b875ea93d7ab61b489d3817d81d96"
45
+ "gitHead": "2ff35a098ed8a3feb8ebed1bf43b4fbb75950d65"
46
46
  }