@htmlbricks/hb-input-date 0.66.27 → 0.67.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/README.md +5 -1
- package/main.iife.js +37 -72
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
|
-
"description": "
|
|
136
|
+
"description": "Bulma date `input` + validation + `help is-danger`. `params.min`/`max` as ISO dates on the control and in range checks. `setVal` / `clickEnter`. `--bulma-*` on `:host`.",
|
|
137
137
|
"storybookArgs": {
|
|
138
138
|
"schemaentry": {
|
|
139
139
|
"control": {
|
|
@@ -237,7 +237,8 @@
|
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
],
|
|
240
|
-
"iifeIntegrity": "sha384-
|
|
240
|
+
"iifeIntegrity": "sha384-a/dvlNvVDI5vK38EcUWJ0qkIC1qgDmNZfS33R8k0ecDXbsB4u8Aq89hgVs90qAt9",
|
|
241
|
+
"dependencies": [],
|
|
241
242
|
"screenshots": [],
|
|
242
243
|
"licenses": [
|
|
243
244
|
{
|
|
@@ -256,5 +257,5 @@
|
|
|
256
257
|
"size": {},
|
|
257
258
|
"iifePath": "main.iife.js",
|
|
258
259
|
"repoName": "@htmlbricks/hb-input-date",
|
|
259
|
-
"version": "0.
|
|
260
|
+
"version": "0.67.0"
|
|
260
261
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-date",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Bulma date `input` + validation + `help is-danger`. `params.min`/`max` as ISO dates on the control and in range checks. `setVal` / `clickEnter`. `--bulma-*` on `:host`.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|