@umbraco-ui/uui-input-lock 1.2.0-rc.2 → 1.2.0-rc.3

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.
@@ -276,10 +276,6 @@
276
276
  {
277
277
  "name": "append",
278
278
  "description": "for components to render to the right of the input."
279
- },
280
- {
281
- "name": "",
282
- "description": "Override the default label"
283
279
  }
284
280
  ]
285
281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-lock",
3
- "version": "1.2.0-rc.2",
3
+ "version": "1.2.0-rc.3",
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.2.0-rc.2",
34
- "@umbraco-ui/uui-button": "1.2.0-rc.2",
35
- "@umbraco-ui/uui-icon": "1.2.0-rc.2",
36
- "@umbraco-ui/uui-input": "1.2.0-rc.2"
33
+ "@umbraco-ui/uui-base": "1.2.0-rc.3",
34
+ "@umbraco-ui/uui-button": "1.2.0-rc.3",
35
+ "@umbraco-ui/uui-icon": "1.2.0-rc.3",
36
+ "@umbraco-ui/uui-input": "1.2.0-rc.3"
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": "b3217b08b13dabeef0225ab3ead06d6677a245a2"
47
+ "gitHead": "ea5983f5f13e95944adba0174839548b11154b4a"
48
48
  }