@htmlbricks/hb-input-color 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 +35 -72
- package/main.iife.js.map +1 -1
- package/manifest.json +8 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
-
"description": "Color input that normalizes named HTML colors and `rgb(...)` strings into a hex value for the native picker, with debounced syncing back to the bound value. Driven by `schemaentry` (including required and optional `validationTip` with `show_validation`). Dispatches `setVal` with the string `value`, `valid`, and `id`.",
|
|
112
|
+
"description": "Color input that normalizes named HTML colors and `rgb(...)` strings into a hex value for the native picker, with debounced syncing back to the bound value. Driven by `schemaentry` (including required and optional `validationTip` with `show_validation`). Dispatches `setVal` with the string `value`, `valid`, and `id`. Bulma theme on `:host`; `help is-danger` for validation; native color styled in `webcomponent.scss`.",
|
|
113
113
|
"storybookArgs": {
|
|
114
114
|
"schemaentry": {
|
|
115
115
|
"control": {
|
|
@@ -128,6 +128,10 @@
|
|
|
128
128
|
"styleSetup": {
|
|
129
129
|
"vars": [],
|
|
130
130
|
"parts": [
|
|
131
|
+
{
|
|
132
|
+
"name": "input",
|
|
133
|
+
"description": ""
|
|
134
|
+
},
|
|
131
135
|
{
|
|
132
136
|
"name": "invalid-feedback",
|
|
133
137
|
"description": ""
|
|
@@ -150,7 +154,8 @@
|
|
|
150
154
|
}
|
|
151
155
|
}
|
|
152
156
|
],
|
|
153
|
-
"iifeIntegrity": "sha384-
|
|
157
|
+
"iifeIntegrity": "sha384-46OTx9grvXNt14stMcbdVyZT6LxdwulPOSMWaiUqApA/dcOgBT7hBccEdU9ANnav",
|
|
158
|
+
"dependencies": [],
|
|
154
159
|
"screenshots": [],
|
|
155
160
|
"licenses": [
|
|
156
161
|
{
|
|
@@ -169,5 +174,5 @@
|
|
|
169
174
|
"size": {},
|
|
170
175
|
"iifePath": "main.iife.js",
|
|
171
176
|
"repoName": "@htmlbricks/hb-input-color",
|
|
172
|
-
"version": "0.
|
|
177
|
+
"version": "0.67.0"
|
|
173
178
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-color",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "Color input that normalizes named HTML colors and `rgb(...)` strings into a hex value for the native picker, with debounced syncing back to the bound value. Driven by `schemaentry` (including required and optional `validationTip` with `show_validation`). Dispatches `setVal` with the string `value`, `valid`, and `id`.",
|
|
5
|
+
"description": "Color input that normalizes named HTML colors and `rgb(...)` strings into a hex value for the native picker, with debounced syncing back to the bound value. Driven by `schemaentry` (including required and optional `validationTip` with `show_validation`). Dispatches `setVal` with the string `value`, `valid`, and `id`. Bulma theme on `:host`; `help is-danger` for validation; native color styled in `webcomponent.scss`.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|