@htmlbricks/hb-dialog 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/main.iife.js +6 -6
- package/main.iife.js.map +1 -1
- package/manifest.json +7 -42
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
"description": "",
|
|
120
|
+
"description": "Bootstrap-styled modal controlled by string `show` (`yes`/`no`): fade/fly transitions, optional backdrop click to close, Escape when `keyboard` is enabled, and `modal-open` on `document.body`. 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": {
|
|
@@ -203,46 +203,10 @@
|
|
|
203
203
|
},
|
|
204
204
|
"styleSetup": {
|
|
205
205
|
"vars": [
|
|
206
|
-
{
|
|
207
|
-
"name": "--bs-primary",
|
|
208
|
-
"valueType": "color",
|
|
209
|
-
"theme": "bootstrap",
|
|
210
|
-
"defaultValue": "#07689f"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"name": "--bs-secondary",
|
|
214
|
-
"valueType": "color",
|
|
215
|
-
"theme": "bootstrap",
|
|
216
|
-
"defaultValue": "#c9d6df"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "--bs-success",
|
|
220
|
-
"valueType": "color",
|
|
221
|
-
"theme": "bootstrap",
|
|
222
|
-
"defaultValue": "#11d3bc"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"name": "--bs-info",
|
|
226
|
-
"valueType": "color",
|
|
227
|
-
"theme": "bootstrap",
|
|
228
|
-
"defaultValue": "#a2d5f2"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "--bs-warning",
|
|
232
|
-
"valueType": "color",
|
|
233
|
-
"theme": "bootstrap",
|
|
234
|
-
"defaultValue": "#ffc107"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"name": "--bs-danger",
|
|
238
|
-
"valueType": "color",
|
|
239
|
-
"theme": "bootstrap",
|
|
240
|
-
"defaultValue": "#f67280"
|
|
241
|
-
},
|
|
242
206
|
{
|
|
243
207
|
"name": "--hb-modal-max-width",
|
|
244
|
-
"valueType": "
|
|
245
|
-
"defaultValue": "
|
|
208
|
+
"valueType": "number",
|
|
209
|
+
"defaultValue": ""
|
|
246
210
|
}
|
|
247
211
|
],
|
|
248
212
|
"parts": [
|
|
@@ -293,12 +257,13 @@
|
|
|
293
257
|
],
|
|
294
258
|
"readmePath": "README.md",
|
|
295
259
|
"name": "hb-dialog",
|
|
296
|
-
"category": "
|
|
260
|
+
"category": "overlays",
|
|
297
261
|
"tags": [
|
|
298
|
-
"
|
|
262
|
+
"overlays",
|
|
263
|
+
"modal"
|
|
299
264
|
],
|
|
300
265
|
"size": {},
|
|
301
266
|
"iifePath": "main.iife.js",
|
|
302
267
|
"repoName": "@htmlbricks/hb-dialog",
|
|
303
|
-
"version": "0.
|
|
268
|
+
"version": "0.66.0"
|
|
304
269
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialog",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Bootstrap-styled modal controlled by string `show` (`yes`/`no`): fade/fly transitions, optional backdrop click to close, Escape when `keyboard` is enabled, and `modal-open` on `document.body`. 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",
|