@umbraco-ui/uui-input-lock 1.3.0-rc.1 → 1.4.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.
@@ -75,6 +75,12 @@
75
75
  "type": "string",
76
76
  "default": "\"undefined\""
77
77
  },
78
+ {
79
+ "name": "auto-width",
80
+ "description": "Sets the input width to fit the value or placeholder if empty",
81
+ "type": "boolean",
82
+ "default": "\"undefined\""
83
+ },
78
84
  {
79
85
  "name": "type",
80
86
  "description": "This property specifies the type of input that will be rendered.",
@@ -229,6 +235,13 @@
229
235
  "type": "string",
230
236
  "default": "\"undefined\""
231
237
  },
238
+ {
239
+ "name": "autoWidth",
240
+ "attribute": "auto-width",
241
+ "description": "Sets the input width to fit the value or placeholder if empty",
242
+ "type": "boolean",
243
+ "default": "\"undefined\""
244
+ },
232
245
  {
233
246
  "name": "type",
234
247
  "attribute": "type",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-lock",
3
- "version": "1.3.0-rc.1",
3
+ "version": "1.4.0-rc.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,10 +30,10 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.3.0-rc.1",
34
- "@umbraco-ui/uui-button": "1.3.0-rc.1",
35
- "@umbraco-ui/uui-icon": "1.3.0-rc.1",
36
- "@umbraco-ui/uui-input": "1.3.0-rc.1"
33
+ "@umbraco-ui/uui-base": "1.4.0-rc.0",
34
+ "@umbraco-ui/uui-button": "1.4.0-rc.0",
35
+ "@umbraco-ui/uui-icon": "1.4.0-rc.0",
36
+ "@umbraco-ui/uui-input": "1.4.0-rc.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "homepage": "https://uui.umbraco.com/?path=/story/uui-input-lock",
47
- "gitHead": "0c517175884931aa0bc0d8f05974852a7704626e"
47
+ "gitHead": "1387a535f40a87e96e5596888cdcb2beabb724ec"
48
48
  }