@umbraco-ui/uui-ref-node-document-type 1.6.0-rc.3 → 1.6.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.
@@ -23,6 +23,18 @@
23
23
  "type": "string",
24
24
  "default": "\"''\""
25
25
  },
26
+ {
27
+ "name": "href",
28
+ "description": "Set an href, this will turns the name of the card into an anchor tag.",
29
+ "type": "string",
30
+ "default": "\"undefined\""
31
+ },
32
+ {
33
+ "name": "target",
34
+ "description": "Set an anchor tag target, only used when using href.",
35
+ "type": "string",
36
+ "default": "\"undefined\""
37
+ },
26
38
  {
27
39
  "name": "disabled",
28
40
  "description": "Set tot true to disable",
@@ -50,6 +62,12 @@
50
62
  "description": "Attribute applied when the element is selected.",
51
63
  "type": "boolean",
52
64
  "default": "false"
65
+ },
66
+ {
67
+ "name": "standalone",
68
+ "description": "Set to true to make element stand out",
69
+ "type": "boolean",
70
+ "default": "false"
53
71
  }
54
72
  ],
55
73
  "properties": [
@@ -74,6 +92,25 @@
74
92
  "type": "string",
75
93
  "default": "\"''\""
76
94
  },
95
+ {
96
+ "name": "href",
97
+ "attribute": "href",
98
+ "description": "Set an href, this will turns the name of the card into an anchor tag.",
99
+ "type": "string",
100
+ "default": "\"undefined\""
101
+ },
102
+ {
103
+ "name": "target",
104
+ "attribute": "target",
105
+ "description": "Set an anchor tag target, only used when using href.",
106
+ "type": "string",
107
+ "default": "\"undefined\""
108
+ },
109
+ {
110
+ "name": "styles",
111
+ "type": "CSSResult[]",
112
+ "default": "[null]"
113
+ },
77
114
  {
78
115
  "name": "disabled",
79
116
  "attribute": "disabled",
@@ -88,11 +125,6 @@
88
125
  "type": "boolean",
89
126
  "default": "\"false\""
90
127
  },
91
- {
92
- "name": "styles",
93
- "type": "CSSResult[]",
94
- "default": "[null]"
95
- },
96
128
  {
97
129
  "name": "selectOnly",
98
130
  "attribute": "select-only",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-node-document-type",
3
- "version": "1.6.0-rc.3",
3
+ "version": "1.6.0",
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.6.0-rc.3",
34
- "@umbraco-ui/uui-ref-node": "1.6.0-rc.3"
33
+ "@umbraco-ui/uui-base": "1.6.0",
34
+ "@umbraco-ui/uui-ref-node": "1.6.0"
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-document-type",
45
- "gitHead": "27c5350ac041811e4d24b656030e7dca544caff1"
45
+ "gitHead": "b06aebbb67ff67c9611a19927ec3ef484edcb1cc"
46
46
  }