@getflip/swirl-components 0.524.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 +72 -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/cjs/swirl-tag.cjs.entry.js +12 -3
- 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/collection/components/swirl-tag/swirl-tag.css +30 -0
- package/dist/collection/components/swirl-tag/swirl-tag.js +50 -2
- package/dist/components/swirl-avatar-group.js +1 -1
- package/dist/components/swirl-modal.js +1 -1
- package/dist/components/swirl-tag2.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/esm/swirl-tag.entry.js +12 -3
- package/dist/swirl-components/p-c451c3fe.entry.js +1 -0
- package/dist/swirl-components/p-dff515cc.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/swirl-tag/swirl-tag.d.ts +3 -0
- package/dist/types/components.d.ts +14 -0
- package/package.json +1 -1
- package/vscode-data.json +8 -0
- package/dist/swirl-components/p-0f092b29.entry.js +0 -1
- package/dist/swirl-components/p-25323c77.entry.js +0 -1
- package/dist/swirl-components/p-acba183a.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",
|
|
@@ -93099,6 +93122,35 @@
|
|
|
93099
93122
|
"getter": false,
|
|
93100
93123
|
"setter": false
|
|
93101
93124
|
},
|
|
93125
|
+
{
|
|
93126
|
+
"name": "interactive",
|
|
93127
|
+
"type": "boolean",
|
|
93128
|
+
"complexType": {
|
|
93129
|
+
"original": "boolean",
|
|
93130
|
+
"resolved": "boolean",
|
|
93131
|
+
"references": {}
|
|
93132
|
+
},
|
|
93133
|
+
"mutable": false,
|
|
93134
|
+
"attr": "interactive",
|
|
93135
|
+
"reflectToAttr": false,
|
|
93136
|
+
"docs": "",
|
|
93137
|
+
"docsTags": [
|
|
93138
|
+
{
|
|
93139
|
+
"name": "default",
|
|
93140
|
+
"text": "false"
|
|
93141
|
+
}
|
|
93142
|
+
],
|
|
93143
|
+
"default": "false",
|
|
93144
|
+
"values": [
|
|
93145
|
+
{
|
|
93146
|
+
"type": "boolean"
|
|
93147
|
+
}
|
|
93148
|
+
],
|
|
93149
|
+
"optional": true,
|
|
93150
|
+
"required": false,
|
|
93151
|
+
"getter": false,
|
|
93152
|
+
"setter": false
|
|
93153
|
+
},
|
|
93102
93154
|
{
|
|
93103
93155
|
"name": "label",
|
|
93104
93156
|
"type": "string",
|
|
@@ -93279,6 +93331,25 @@
|
|
|
93279
93331
|
"composed": true,
|
|
93280
93332
|
"docs": "",
|
|
93281
93333
|
"docsTags": []
|
|
93334
|
+
},
|
|
93335
|
+
{
|
|
93336
|
+
"event": "tagClick",
|
|
93337
|
+
"detail": "MouseEvent",
|
|
93338
|
+
"bubbles": true,
|
|
93339
|
+
"complexType": {
|
|
93340
|
+
"original": "MouseEvent",
|
|
93341
|
+
"resolved": "MouseEvent",
|
|
93342
|
+
"references": {
|
|
93343
|
+
"MouseEvent": {
|
|
93344
|
+
"location": "global",
|
|
93345
|
+
"id": "global::MouseEvent"
|
|
93346
|
+
}
|
|
93347
|
+
}
|
|
93348
|
+
},
|
|
93349
|
+
"cancelable": true,
|
|
93350
|
+
"composed": true,
|
|
93351
|
+
"docs": "",
|
|
93352
|
+
"docsTags": []
|
|
93282
93353
|
}
|
|
93283
93354
|
],
|
|
93284
93355
|
"listeners": [],
|