@htmlbricks/hb-dialog 0.66.27 → 0.67.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/README.md +6 -6
- package/main.iife.js +40 -73
- package/main.iife.js.map +1 -1
- package/manifest.json +29 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
"description": "
|
|
120
|
+
"description": "Bulma modal (`modal` + `modal-card`) controlled by string `show` (`yes`/`no`): fade/fly transitions, optional backdrop click to close, Escape when `keyboard` is enabled, and `document.body` scroll lock while open. Slots replace title, body, footer, and button labels; default footer emits `modalConfirm` with `{ id, confirm }` and toggles visibility. Also emits `modalShow` when opened or closed.",
|
|
121
121
|
"storybookArgs": {
|
|
122
122
|
"disable_confirm": {
|
|
123
123
|
"control": {
|
|
@@ -207,6 +207,31 @@
|
|
|
207
207
|
"name": "--hb-modal-max-width",
|
|
208
208
|
"valueType": "number",
|
|
209
209
|
"defaultValue": ""
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "--bulma-modal-card-head-padding",
|
|
213
|
+
"valueType": "text",
|
|
214
|
+
"defaultValue": "1rem 1.25rem"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "--bulma-modal-card-body-padding",
|
|
218
|
+
"valueType": "text",
|
|
219
|
+
"defaultValue": "1rem 1.25rem"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "--bulma-modal-card-title-size",
|
|
223
|
+
"valueType": "text",
|
|
224
|
+
"defaultValue": "var(--bulma-size-5)"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "--bulma-modal-card-title-line-height",
|
|
228
|
+
"valueType": "text",
|
|
229
|
+
"defaultValue": "1.25"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "--bulma-modal-card-spacing",
|
|
233
|
+
"valueType": "text",
|
|
234
|
+
"defaultValue": "1.5rem"
|
|
210
235
|
}
|
|
211
236
|
],
|
|
212
237
|
"parts": [
|
|
@@ -246,7 +271,8 @@
|
|
|
246
271
|
}
|
|
247
272
|
}
|
|
248
273
|
],
|
|
249
|
-
"iifeIntegrity": "sha384-
|
|
274
|
+
"iifeIntegrity": "sha384-3LC7KxHfBHcVWCkagOihXDI7hpjGsUAMKM2GX6Ca8tYtWxwZLRZhh+rSIfBHeU04",
|
|
275
|
+
"dependencies": [],
|
|
250
276
|
"screenshots": [],
|
|
251
277
|
"licenses": [
|
|
252
278
|
{
|
|
@@ -266,5 +292,5 @@
|
|
|
266
292
|
"size": {},
|
|
267
293
|
"iifePath": "main.iife.js",
|
|
268
294
|
"repoName": "@htmlbricks/hb-dialog",
|
|
269
|
-
"version": "0.
|
|
295
|
+
"version": "0.67.1"
|
|
270
296
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialog",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Bulma modal (`modal` + `modal-card`) controlled by string `show` (`yes`/`no`): fade/fly transitions, optional backdrop click to close, Escape when `keyboard` is enabled, and `document.body` scroll lock while open. Slots replace title, body, footer, and button labels; default footer emits `modalConfirm` with `{ id, confirm }` and toggles visibility. Also emits `modalShow` when opened or closed.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|