@htmlbricks/hb-input-date 0.65.23 → 0.66.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.
package/manifest.json CHANGED
@@ -153,44 +153,7 @@
153
153
  }
154
154
  },
155
155
  "styleSetup": {
156
- "vars": [
157
- {
158
- "name": "--bs-primary",
159
- "valueType": "color",
160
- "theme": "bootstrap",
161
- "defaultValue": "#07689f"
162
- },
163
- {
164
- "name": "--bs-secondary",
165
- "valueType": "color",
166
- "theme": "bootstrap",
167
- "defaultValue": "#c9d6df"
168
- },
169
- {
170
- "name": "--bs-success",
171
- "valueType": "color",
172
- "theme": "bootstrap",
173
- "defaultValue": "#11d3bc"
174
- },
175
- {
176
- "name": "--bs-info",
177
- "valueType": "color",
178
- "theme": "bootstrap",
179
- "defaultValue": "#a2d5f2"
180
- },
181
- {
182
- "name": "--bs-warning",
183
- "valueType": "color",
184
- "theme": "bootstrap",
185
- "defaultValue": "#ffc107"
186
- },
187
- {
188
- "name": "--bs-danger",
189
- "valueType": "color",
190
- "theme": "bootstrap",
191
- "defaultValue": "#f67280"
192
- }
193
- ],
156
+ "vars": [],
194
157
  "parts": [
195
158
  {
196
159
  "name": "invalid-feedback",
@@ -292,5 +255,5 @@
292
255
  "size": {},
293
256
  "iifePath": "main.iife.js",
294
257
  "repoName": "@htmlbricks/hb-input-date",
295
- "version": "0.65.23"
258
+ "version": "0.66.1"
296
259
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-date",
3
- "version": "0.65.23",
3
+ "version": "0.66.1",
4
4
  "contributors": [],
5
5
  "description": "Native date input bound to `schemaentry` (string JSON or object), with optional `params.min` / `max` compared as `Date` values when the field is required. Shows Bootstrap validation and `validationTip` when `show_validation` is on. Dispatches `setVal` with the string date `value`, `valid`, and `id`, and `clickEnter` if the user presses Enter.",
6
6
  "licenses": [