@umbraco-ui/uui-ref-node-form 1.3.0-rc.0 → 1.3.0

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.
@@ -110,8 +110,8 @@
110
110
  "description": "fires when the ref is selected"
111
111
  },
112
112
  {
113
- "name": "unselected",
114
- "description": "fires when the ref is unselected"
113
+ "name": "deselected",
114
+ "description": "fires when the ref is deselected"
115
115
  }
116
116
  ],
117
117
  "slots": [
@@ -3,7 +3,7 @@ import { UUIRefNodeElement } from '@umbraco-ui/uui-ref-node/lib';
3
3
  * @element uui-ref-node-form
4
4
  * @fires {UUIRefEvent} open - fires when the ref title is clicked
5
5
  * @fires {UUIRefEvent} selected - fires when the ref is selected
6
- * @fires {UUIRefEvent} unselected - fires when the ref is unselected
6
+ * @fires {UUIRefEvent} deselected - fires when the ref is deselected
7
7
  * @description - Component for displaying a reference to a form node.
8
8
  */
9
9
  export declare class UUIRefNodeFormElement extends UUIRefNodeElement {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-node-form",
3
- "version": "1.3.0-rc.0",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,17 +30,17 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.3.0-rc.0",
34
- "@umbraco-ui/uui-ref-node": "1.3.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.3.0",
34
+ "@umbraco-ui/uui-ref-node": "1.3.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
38
- "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json",
38
+ "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
39
39
  "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-ref-node-form",
45
- "gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0"
45
+ "gitHead": "e662ac3be21cef08076d1dbb978748c2dd30e596"
46
46
  }