@htmlbricks/hb-dialogform 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
@@ -290,44 +290,7 @@
290
290
  }
291
291
  },
292
292
  "styleSetup": {
293
- "vars": [
294
- {
295
- "name": "--bs-primary",
296
- "valueType": "color",
297
- "theme": "bootstrap",
298
- "defaultValue": "#07689f"
299
- },
300
- {
301
- "name": "--bs-secondary",
302
- "valueType": "color",
303
- "theme": "bootstrap",
304
- "defaultValue": "#c9d6df"
305
- },
306
- {
307
- "name": "--bs-success",
308
- "valueType": "color",
309
- "theme": "bootstrap",
310
- "defaultValue": "#11d3bc"
311
- },
312
- {
313
- "name": "--bs-info",
314
- "valueType": "color",
315
- "theme": "bootstrap",
316
- "defaultValue": "#a2d5f2"
317
- },
318
- {
319
- "name": "--bs-warning",
320
- "valueType": "color",
321
- "theme": "bootstrap",
322
- "defaultValue": "#ffc107"
323
- },
324
- {
325
- "name": "--bs-danger",
326
- "valueType": "color",
327
- "theme": "bootstrap",
328
- "defaultValue": "#f67280"
329
- }
330
- ],
293
+ "vars": [],
331
294
  "parts": []
332
295
  },
333
296
  "contributors": [],
@@ -452,5 +415,5 @@
452
415
  "size": {},
453
416
  "iifePath": "main.iife.js",
454
417
  "repoName": "@htmlbricks/hb-dialogform",
455
- "version": "0.65.23"
418
+ "version": "0.66.1"
456
419
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dialogform",
3
- "version": "0.65.23",
3
+ "version": "0.66.1",
4
4
  "contributors": [],
5
5
  "description": "Modal that embeds `hb-form` with the same `schema` contract: live `updateForm` events mirror form validity and values, and the confirm button dispatches `modalFormConfirm` with the last valid payload or `modalFormCancel` when dismissed or invalid. Composes `hb-dialog` (backdrop/keyboard, `show`) and re-dispatches `modalShow`.",
6
6
  "licenses": [