@umbraco-ui/uui-input-lock 1.8.0-rc.0 → 1.8.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.
@@ -121,7 +121,7 @@
121
121
  "name": "pristine",
122
122
  "description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
123
123
  "type": "boolean",
124
- "default": "\"false\""
124
+ "default": "\"true\""
125
125
  },
126
126
  {
127
127
  "name": "required",
@@ -301,7 +301,7 @@
301
301
  "attribute": "pristine",
302
302
  "description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
303
303
  "type": "boolean",
304
- "default": "\"false\""
304
+ "default": "\"true\""
305
305
  },
306
306
  {
307
307
  "name": "required",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-lock",
3
- "version": "1.8.0-rc.0",
3
+ "version": "1.8.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.8.0-rc.0",
34
- "@umbraco-ui/uui-button": "1.8.0-rc.0",
35
- "@umbraco-ui/uui-icon": "1.8.0-rc.0",
36
- "@umbraco-ui/uui-input": "1.8.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.8.0",
34
+ "@umbraco-ui/uui-button": "1.8.0",
35
+ "@umbraco-ui/uui-icon": "1.8.0",
36
+ "@umbraco-ui/uui-input": "1.8.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build && 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": "46d444c66217c9a3c74518d8ce4badc7f121bfdf"
47
+ "gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160"
48
48
  }