@getflip/swirl-components 0.525.0 → 0.526.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-avatar-group.cjs.entry.js +4 -7
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +11 -8
- package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.css +22 -22
- package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.js +3 -6
- package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.stories.js +14 -9
- package/dist/collection/components/swirl-modal/swirl-modal.js +30 -8
- package/dist/collection/components/swirl-modal/swirl-modal.stories.js +3 -0
- package/dist/components/swirl-avatar-group.js +1 -1
- package/dist/components/swirl-modal.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-avatar-group.entry.js +4 -7
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-modal.entry.js +11 -8
- package/dist/swirl-components/p-c451c3fe.entry.js +1 -0
- package/dist/swirl-components/p-e80f6555.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-avatar-group/swirl-avatar-group.stories.d.ts +1 -0
- package/dist/types/components/swirl-modal/swirl-modal.d.ts +1 -0
- package/dist/types/components/swirl-modal/swirl-modal.stories.d.ts +3 -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-0f092b29.entry.js +0 -1
- package/dist/swirl-components/p-25323c77.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-09-
|
|
2
|
+
"timestamp": "2026-09-08T10:03:37",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.1",
|
|
@@ -69912,6 +69912,29 @@
|
|
|
69912
69912
|
"getter": false,
|
|
69913
69913
|
"setter": false
|
|
69914
69914
|
},
|
|
69915
|
+
{
|
|
69916
|
+
"name": "disableBackdropClose",
|
|
69917
|
+
"type": "boolean",
|
|
69918
|
+
"complexType": {
|
|
69919
|
+
"original": "boolean",
|
|
69920
|
+
"resolved": "boolean",
|
|
69921
|
+
"references": {}
|
|
69922
|
+
},
|
|
69923
|
+
"mutable": false,
|
|
69924
|
+
"attr": "disable-backdrop-close",
|
|
69925
|
+
"reflectToAttr": false,
|
|
69926
|
+
"docs": "",
|
|
69927
|
+
"docsTags": [],
|
|
69928
|
+
"values": [
|
|
69929
|
+
{
|
|
69930
|
+
"type": "boolean"
|
|
69931
|
+
}
|
|
69932
|
+
],
|
|
69933
|
+
"optional": true,
|
|
69934
|
+
"required": false,
|
|
69935
|
+
"getter": false,
|
|
69936
|
+
"setter": false
|
|
69937
|
+
},
|
|
69915
69938
|
{
|
|
69916
69939
|
"name": "fullscreenDisableButtonLabel",
|
|
69917
69940
|
"type": "string",
|