@getflip/swirl-components 0.514.1 → 0.515.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/components.json +24 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +11 -9
- package/dist/collection/components/swirl-modal/swirl-modal.css +21 -0
- package/dist/collection/components/swirl-modal/swirl-modal.js +29 -8
- package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -1
- package/dist/components/swirl-modal.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-modal.entry.js +11 -9
- package/dist/swirl-components/p-47d38931.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-modal/swirl-modal.d.ts +1 -0
- package/dist/types/components.d.ts +3 -0
- package/package.json +1 -1
- package/vscode-data.json +4 -0
- package/dist/swirl-components/p-0c101954.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-17T08:37:08",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.1",
|
|
@@ -69479,6 +69479,29 @@
|
|
|
69479
69479
|
"getter": false,
|
|
69480
69480
|
"setter": false
|
|
69481
69481
|
},
|
|
69482
|
+
{
|
|
69483
|
+
"name": "showBackdrop",
|
|
69484
|
+
"type": "boolean",
|
|
69485
|
+
"complexType": {
|
|
69486
|
+
"original": "boolean",
|
|
69487
|
+
"resolved": "boolean",
|
|
69488
|
+
"references": {}
|
|
69489
|
+
},
|
|
69490
|
+
"mutable": false,
|
|
69491
|
+
"attr": "show-backdrop",
|
|
69492
|
+
"reflectToAttr": false,
|
|
69493
|
+
"docs": "",
|
|
69494
|
+
"docsTags": [],
|
|
69495
|
+
"values": [
|
|
69496
|
+
{
|
|
69497
|
+
"type": "boolean"
|
|
69498
|
+
}
|
|
69499
|
+
],
|
|
69500
|
+
"optional": true,
|
|
69501
|
+
"required": false,
|
|
69502
|
+
"getter": false,
|
|
69503
|
+
"setter": false
|
|
69504
|
+
},
|
|
69482
69505
|
{
|
|
69483
69506
|
"name": "showFullscreenButton",
|
|
69484
69507
|
"type": "boolean",
|