@umbraco-ui/uui-toggle 0.1.0 → 0.2.1

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.
@@ -154,6 +154,10 @@
154
154
  "type": "string",
155
155
  "default": "\"This field is invalid\""
156
156
  },
157
+ {
158
+ "name": "validity",
159
+ "type": "ValidityState"
160
+ },
157
161
  {
158
162
  "name": "validationMessage"
159
163
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-toggle",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,8 +30,8 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "0.1.0",
34
- "@umbraco-ui/uui-boolean-input": "0.1.0"
33
+ "@umbraco-ui/uui-base": "0.2.1",
34
+ "@umbraco-ui/uui-boolean-input": "0.2.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-toggle",
45
- "gitHead": "9ed7860ce865d310b85bd1718f37b59db873aefd"
45
+ "gitHead": "cb61546f85d6c2f122fa8c130409507e8def4bd5"
46
46
  }