@umbraco-ui/uui-input-password 1.9.0 → 1.10.0-rc.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.
- package/custom-elements.json +4 -4
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"name": "name",
|
|
104
|
-
"description": "
|
|
104
|
+
"description": "get/set the name of the input",
|
|
105
105
|
"type": "string",
|
|
106
106
|
"default": "\"''\""
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"name": "value",
|
|
110
|
-
"description": "
|
|
110
|
+
"description": "get/set the value of the input",
|
|
111
111
|
"type": "string",
|
|
112
112
|
"default": "\"''\""
|
|
113
113
|
},
|
|
@@ -272,14 +272,14 @@
|
|
|
272
272
|
{
|
|
273
273
|
"name": "name",
|
|
274
274
|
"attribute": "name",
|
|
275
|
-
"description": "
|
|
275
|
+
"description": "get/set the name of the input",
|
|
276
276
|
"type": "string",
|
|
277
277
|
"default": "\"''\""
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
280
|
"name": "value",
|
|
281
281
|
"attribute": "value",
|
|
282
|
-
"description": "
|
|
282
|
+
"description": "get/set the value of the input",
|
|
283
283
|
"type": "string",
|
|
284
284
|
"default": "\"''\""
|
|
285
285
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-password",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0-rc.0",
|
|
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.
|
|
34
|
-
"@umbraco-ui/uui-icon-registry-essential": "1.
|
|
35
|
-
"@umbraco-ui/uui-input": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.10.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.10.0-rc.0",
|
|
35
|
+
"@umbraco-ui/uui-input": "1.10.0-rc.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run analyze && tsc --build && 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-input-password",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "f7982264bca0f2db4109c638e458f10719b1c22f"
|
|
47
47
|
}
|