@umbraco-ui/uui-input-password 1.0.0-rc.1 → 1.0.0-rc.2

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.
@@ -39,11 +39,6 @@
39
39
  "type": "boolean",
40
40
  "default": "\"false\""
41
41
  },
42
- {
43
- "name": "label",
44
- "description": "Label for input element.",
45
- "type": "string"
46
- },
47
42
  {
48
43
  "name": "placeholder",
49
44
  "description": "Defines the input placeholder.",
@@ -103,6 +98,11 @@
103
98
  "description": "Custom error message.",
104
99
  "type": "string",
105
100
  "default": "\"This field is invalid\""
101
+ },
102
+ {
103
+ "name": "label",
104
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
105
+ "type": "string"
106
106
  }
107
107
  ],
108
108
  "properties": [
@@ -151,12 +151,6 @@
151
151
  "type": "boolean",
152
152
  "default": "\"false\""
153
153
  },
154
- {
155
- "name": "label",
156
- "attribute": "label",
157
- "description": "Label for input element.",
158
- "type": "string"
159
- },
160
154
  {
161
155
  "name": "placeholder",
162
156
  "attribute": "placeholder",
@@ -239,6 +233,12 @@
239
233
  },
240
234
  {
241
235
  "name": "validationMessage"
236
+ },
237
+ {
238
+ "name": "label",
239
+ "attribute": "label",
240
+ "description": "Label to be used for aria-label and potentially as visual label for some components",
241
+ "type": "string"
242
242
  }
243
243
  ],
244
244
  "events": [
@@ -256,10 +256,6 @@
256
256
  }
257
257
  ],
258
258
  "slots": [
259
- {
260
- "name": "",
261
- "description": "input label - for the input label text."
262
- },
263
259
  {
264
260
  "name": "prepend",
265
261
  "description": "for components to render to the left of the input."
@@ -267,6 +263,10 @@
267
263
  {
268
264
  "name": "append",
269
265
  "description": "for components to render to the right of the input."
266
+ },
267
+ {
268
+ "name": "",
269
+ "description": "Override the default label"
270
270
  }
271
271
  ]
272
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-password",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.2",
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.0.0-rc.1",
34
- "@umbraco-ui/uui-icon-registry-essential": "1.0.0-rc.1",
35
- "@umbraco-ui/uui-input": "1.0.0-rc.1"
33
+ "@umbraco-ui/uui-base": "1.0.0-rc.2",
34
+ "@umbraco-ui/uui-icon-registry-essential": "1.0.0-rc.2",
35
+ "@umbraco-ui/uui-input": "1.0.0-rc.2"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "npm run analyze && tsc --build --force && 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": "127e036dbafa18cc37027591d6548a4cb4700d33"
46
+ "gitHead": "436dd8d9fff81481feb88f06b461167c98dac91a"
47
47
  }