@umbraco-ui/uui-ref-node-document-type 1.3.0-rc.0 → 1.3.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.
@@ -123,8 +123,8 @@
123
123
  "description": "fires when the ref is selected"
124
124
  },
125
125
  {
126
- "name": "unselected",
127
- "description": "fires when the ref is unselected"
126
+ "name": "deselected",
127
+ "description": "fires when the ref is deselected"
128
128
  }
129
129
  ],
130
130
  "slots": [
@@ -3,7 +3,7 @@ import { UUIRefNodeElement } from '@umbraco-ui/uui-ref-node/lib';
3
3
  * @element uui-ref-node-document-type
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 Content type(Document Type, Media Type, Element Type etc.) node.
8
8
  */
9
9
  export declare class UUIRefNodeDocumentTypeElement extends UUIRefNodeElement {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-node-document-type",
3
- "version": "1.3.0-rc.0",
3
+ "version": "1.3.0-rc.1",
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-rc.1",
34
+ "@umbraco-ui/uui-ref-node": "1.3.0-rc.1"
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-document-type",
45
- "gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0"
45
+ "gitHead": "0c517175884931aa0bc0d8f05974852a7704626e"
46
46
  }