@umbraco-ui/uui-ref-node-form 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-form 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-form)
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-ref-node-form--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]"
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]"
82
+ },
83
83
  {
84
84
  "name": "selectOnly",
85
85
  "attribute": "select-only",
@@ -7,8 +7,8 @@ import { UUIRefNodeElement } from '@umbraco-ui/uui-ref-node/lib';
7
7
  * @description - Component for displaying a reference to a form node.
8
8
  */
9
9
  export declare class UUIRefNodeFormElement extends UUIRefNodeElement {
10
- static styles: import("lit").CSSResult[];
11
10
  protected fallbackIcon: string;
11
+ static styles: import("lit").CSSResult[];
12
12
  }
13
13
  declare global {
14
14
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-node-form",
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,8 +30,8 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.5.0-rc.0",
34
- "@umbraco-ui/uui-ref-node": "1.5.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.5.0-rc.2",
34
+ "@umbraco-ui/uui-ref-node": "1.5.0-rc.2"
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-form",
45
- "gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
45
+ "gitHead": "573af25cbb43f673731b87dd8e23dbe632bfc348"
46
46
  }