@umbraco-ui/uui-ref-node 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 ref-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-ref-node)
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-ref-node--docs)
10
10
 
11
11
  ## Installation
12
12
 
@@ -61,11 +61,6 @@
61
61
  "type": "string",
62
62
  "default": "\"''\""
63
63
  },
64
- {
65
- "name": "styles",
66
- "type": "CSSResult[]",
67
- "default": "[null,null]"
68
- },
69
64
  {
70
65
  "name": "disabled",
71
66
  "attribute": "disabled",
@@ -80,6 +75,11 @@
80
75
  "type": "boolean",
81
76
  "default": "\"false\""
82
77
  },
78
+ {
79
+ "name": "styles",
80
+ "type": "CSSResult[]",
81
+ "default": "[null,null]"
82
+ },
83
83
  {
84
84
  "name": "selectOnly",
85
85
  "attribute": "select-only",
@@ -11,7 +11,6 @@ import { UUIRefElement } from '@umbraco-ui/uui-ref/lib';
11
11
  * @slot actions - for actions
12
12
  */
13
13
  export declare class UUIRefNodeElement extends UUIRefElement {
14
- static styles: import("lit").CSSResult[];
15
14
  /**
16
15
  * Node name
17
16
  * @type {string}
@@ -33,6 +32,7 @@ export declare class UUIRefNodeElement extends UUIRefElement {
33
32
  protected renderDetail(): import("lit-html").TemplateResult<1>;
34
33
  private _renderFallbackIcon;
35
34
  render(): import("lit-html").TemplateResult<1>;
35
+ static styles: import("lit").CSSResult[];
36
36
  }
37
37
  declare global {
38
38
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-node",
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,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-icon": "1.5.0-rc.0",
35
- "@umbraco-ui/uui-ref": "1.5.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.5.0-rc.2",
34
+ "@umbraco-ui/uui-icon": "1.5.0-rc.2",
35
+ "@umbraco-ui/uui-ref": "1.5.0-rc.2"
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-ref-node",
46
- "gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
46
+ "gitHead": "573af25cbb43f673731b87dd8e23dbe632bfc348"
47
47
  }