@zywave/zui-formfield 4.0.23 → 4.0.24-pre.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.
- package/lab.html +3 -0
- package/package.json +3 -3
package/lab.html
CHANGED
|
@@ -119,6 +119,9 @@
|
|
|
119
119
|
<zui-formfield class="part-demo" label="ZUI input">
|
|
120
120
|
<zui-input name="zui-input"></zui-input>
|
|
121
121
|
</zui-formfield>
|
|
122
|
+
<zui-formfield label="ZUI Checkbox">
|
|
123
|
+
<zui-checkbox name="zui-checkbox" value="banana" checked></zui-checkbox>
|
|
124
|
+
</zui-formfield>
|
|
122
125
|
<zui-formfield label="ZUI Checkbox">
|
|
123
126
|
<zui-checkbox name="zui-checkbox"></zui-checkbox>
|
|
124
127
|
</zui-formfield>
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zywave/zui-formfield",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.24-pre.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@zywave/zui-base": "^4.1.
|
|
8
|
+
"@zywave/zui-base": "^4.1.19-pre.0"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "yarn run build:scss && yarn run build:ts",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"customElements": "dist/custom-elements.json",
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "7b8371bdb6f40e669a84815aa2e4f92d7938e406"
|
|
36
36
|
}
|