@htmlbricks/hb-input-color 0.65.22 → 0.66.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/manifest.json CHANGED
@@ -109,7 +109,7 @@
109
109
  }
110
110
  }
111
111
  },
112
- "description": "",
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`.",
113
113
  "storybookArgs": {
114
114
  "schemaentry": {
115
115
  "control": {
@@ -126,44 +126,7 @@
126
126
  }
127
127
  },
128
128
  "styleSetup": {
129
- "vars": [
130
- {
131
- "name": "--bs-primary",
132
- "valueType": "color",
133
- "theme": "bootstrap",
134
- "defaultValue": "#07689f"
135
- },
136
- {
137
- "name": "--bs-secondary",
138
- "valueType": "color",
139
- "theme": "bootstrap",
140
- "defaultValue": "#c9d6df"
141
- },
142
- {
143
- "name": "--bs-success",
144
- "valueType": "color",
145
- "theme": "bootstrap",
146
- "defaultValue": "#11d3bc"
147
- },
148
- {
149
- "name": "--bs-info",
150
- "valueType": "color",
151
- "theme": "bootstrap",
152
- "defaultValue": "#a2d5f2"
153
- },
154
- {
155
- "name": "--bs-warning",
156
- "valueType": "color",
157
- "theme": "bootstrap",
158
- "defaultValue": "#ffc107"
159
- },
160
- {
161
- "name": "--bs-danger",
162
- "valueType": "color",
163
- "theme": "bootstrap",
164
- "defaultValue": "#f67280"
165
- }
166
- ],
129
+ "vars": [],
167
130
  "parts": [
168
131
  {
169
132
  "name": "invalid-feedback",
@@ -198,12 +161,12 @@
198
161
  ],
199
162
  "readmePath": "README.md",
200
163
  "name": "hb-input-color",
201
- "category": "input",
164
+ "category": "inputs",
202
165
  "tags": [
203
- "input"
166
+ "inputs"
204
167
  ],
205
168
  "size": {},
206
169
  "iifePath": "main.iife.js",
207
170
  "repoName": "@htmlbricks/hb-input-color",
208
- "version": "0.65.22"
171
+ "version": "0.66.0"
209
172
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-color",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",