@umbraco-ui/uui-input-password 1.9.0 → 1.10.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.
@@ -101,13 +101,13 @@
101
101
  },
102
102
  {
103
103
  "name": "name",
104
- "description": "This is a name property of the component.",
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": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
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": "This is a name property of the component.",
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": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
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.9.0",
3
+ "version": "1.10.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.9.0",
34
- "@umbraco-ui/uui-icon-registry-essential": "1.9.0",
35
- "@umbraco-ui/uui-input": "1.9.0"
33
+ "@umbraco-ui/uui-base": "1.10.0",
34
+ "@umbraco-ui/uui-icon-registry-essential": "1.10.0",
35
+ "@umbraco-ui/uui-input": "1.10.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": "37111ea2cebb5883dcef0e682916f1e101013123"
46
+ "gitHead": "fc19b5d3cd80cf4205ec56d14403ae0e926d6aed"
47
47
  }