@htmlbricks/hb-dialogform 0.73.4 → 0.73.5

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
@@ -160,6 +160,10 @@
160
160
  "FormSchemaEntry": {
161
161
  "additionalProperties": false,
162
162
  "properties": {
163
+ "array_style": {
164
+ "description": "For `type: \"arraytags\"` only: forwarded to `hb-input-array-tags` as the host `array_style` attribute (`\"pills\"` | `\"area\"` string). When omitted, **`hb-form` defaults to `\"area\"`**.",
165
+ "type": "string"
166
+ },
163
167
  "dependencies": {
164
168
  "items": {
165
169
  "$ref": "#/definitions/FormSchemaDependency"
@@ -510,7 +514,7 @@
510
514
  }
511
515
  }
512
516
  ],
513
- "iifeIntegrity": "sha384-Ip89tooTyCA9vCBAFGMHt65uXALfsikn7pYBUhtXpSGEXmZj4r80Otan7ti+T/oS",
517
+ "iifeIntegrity": "sha384-IvYWcWEByBdaq1AbpZZ0ynnX5b6merfvnZmTP+6hSB4fL+dLgKv8z6u3pP18lZHH",
514
518
  "dependencies": [
515
519
  {
516
520
  "name": "hb-dialog",
@@ -654,5 +658,5 @@
654
658
  "size": {},
655
659
  "iifePath": "main.iife.js",
656
660
  "repoName": "@htmlbricks/hb-dialogform",
657
- "version": "0.73.4"
661
+ "version": "0.73.5"
658
662
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dialogform",
3
- "version": "0.73.4",
3
+ "version": "0.73.5",
4
4
  "contributors": [],
5
5
  "description": "Bulma-based modal workflow: 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` (Bulma modal, backdrop/keyboard, `show`) and re-dispatches `modalShow`. Prop `dialogclasses` exists on the type but is not wired to the dialog markup yet.",
6
6
  "licenses": [
@@ -90,6 +90,10 @@
90
90
  "FormSchemaEntry": {
91
91
  "additionalProperties": false,
92
92
  "properties": {
93
+ "array_style": {
94
+ "description": "For `type: \"arraytags\"` only: forwarded to `hb-input-array-tags` as the host `array_style` attribute (`\"pills\"` | `\"area\"` string). When omitted, **`hb-form` defaults to `\"area\"`**.",
95
+ "type": "string"
96
+ },
93
97
  "dependencies": {
94
98
  "items": {
95
99
  "$ref": "#/definitions/FormSchemaDependency"