@getflip/swirl-components 0.514.0 → 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 +31 -4
- 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/cjs/swirl-toggle-button.cjs.entry.js +1 -1
- package/dist/cjs/swirl-toggle-group.cjs.entry.js +2 -2
- package/dist/collection/components/swirl-modal/swirl-modal.css +21 -0
- package/dist/collection/components/swirl-modal/swirl-modal.js +29 -8
- package/dist/collection/components/swirl-toggle-button/swirl-toggle-button.css +1 -1
- package/dist/collection/components/swirl-toggle-group/swirl-toggle-group.css +4 -0
- package/dist/collection/components/swirl-toggle-group/swirl-toggle-group.js +2 -2
- package/dist/components/swirl-modal.js +1 -1
- package/dist/components/swirl-toggle-button.js +1 -1
- package/dist/components/swirl-toggle-group.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/esm/swirl-toggle-button.entry.js +1 -1
- package/dist/esm/swirl-toggle-group.entry.js +2 -2
- package/dist/swirl-components/p-47d38931.entry.js +1 -0
- package/dist/swirl-components/{p-d4dd23f9.entry.js → p-a62e9511.entry.js} +1 -1
- package/dist/swirl-components/p-dfd37233.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/swirl-toggle-group/swirl-toggle-group.d.ts +1 -1
- package/dist/types/components.d.ts +3 -0
- package/package.json +1 -1
- package/vscode-data.json +7 -0
- package/dist/swirl-components/p-0c101954.entry.js +0 -1
- package/dist/swirl-components/p-572ec284.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",
|
|
@@ -95655,10 +95678,10 @@
|
|
|
95655
95678
|
},
|
|
95656
95679
|
{
|
|
95657
95680
|
"name": "variant",
|
|
95658
|
-
"type": "\"flat\" | \"outline\"",
|
|
95681
|
+
"type": "\"flat\" | \"outline\" | \"translucent\"",
|
|
95659
95682
|
"complexType": {
|
|
95660
95683
|
"original": "SwirlToggleGroupVariant",
|
|
95661
|
-
"resolved": "\"flat\" | \"outline\"",
|
|
95684
|
+
"resolved": "\"flat\" | \"outline\" | \"translucent\"",
|
|
95662
95685
|
"references": {
|
|
95663
95686
|
"SwirlToggleGroupVariant": {
|
|
95664
95687
|
"location": "local",
|
|
@@ -95686,6 +95709,10 @@
|
|
|
95686
95709
|
{
|
|
95687
95710
|
"value": "outline",
|
|
95688
95711
|
"type": "string"
|
|
95712
|
+
},
|
|
95713
|
+
{
|
|
95714
|
+
"value": "translucent",
|
|
95715
|
+
"type": "string"
|
|
95689
95716
|
}
|
|
95690
95717
|
],
|
|
95691
95718
|
"optional": true,
|
|
@@ -98586,7 +98613,7 @@
|
|
|
98586
98613
|
"path": "src/components/swirl-toast-provider/swirl-toast-provider.tsx"
|
|
98587
98614
|
},
|
|
98588
98615
|
"src/components/swirl-toggle-group/swirl-toggle-group.tsx::SwirlToggleGroupVariant": {
|
|
98589
|
-
"declaration": "export type SwirlToggleGroupVariant = \"flat\" | \"outline\";",
|
|
98616
|
+
"declaration": "export type SwirlToggleGroupVariant = \"flat\" | \"outline\" | \"translucent\";",
|
|
98590
98617
|
"docstring": "",
|
|
98591
98618
|
"path": "src/components/swirl-toggle-group/swirl-toggle-group.tsx"
|
|
98592
98619
|
},
|