@getflip/swirl-components 0.418.0 → 0.419.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 +95 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-card.cjs.entry.js +2 -2
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-shell-navigation-item.cjs.entry.js +2 -2
- package/dist/collection/components/swirl-card/swirl-card.js +27 -2
- package/dist/collection/components/swirl-shell-navigation-item/swirl-shell-navigation-item.js +35 -10
- package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -1
- package/dist/components/swirl-card.js +3 -2
- package/dist/components/swirl-shell-navigation-item.js +4 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-card.entry.js +2 -2
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-shell-navigation-item.entry.js +2 -2
- package/dist/swirl-components/p-da2dea0c.entry.js +1 -0
- package/dist/swirl-components/p-e213fde4.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-card/swirl-card.d.ts +2 -0
- package/dist/types/components/swirl-shell-navigation-item/swirl-shell-navigation-item.d.ts +3 -1
- package/dist/types/components.d.ts +8 -4
- package/package.json +1 -1
- package/vscode-data.json +36 -0
- package/dist/swirl-components/p-2ac6c167.entry.js +0 -1
- package/dist/swirl-components/p-64c2ba52.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-12-
|
|
2
|
+
"timestamp": "2025-12-09T08:48:49",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.35.0",
|
|
@@ -7600,6 +7600,56 @@
|
|
|
7600
7600
|
"getter": false,
|
|
7601
7601
|
"setter": false
|
|
7602
7602
|
},
|
|
7603
|
+
{
|
|
7604
|
+
"name": "swirlAriaCurrent",
|
|
7605
|
+
"type": "\"date\" | \"location\" | \"page\" | \"step\" | \"time\" | \"true\"",
|
|
7606
|
+
"complexType": {
|
|
7607
|
+
"original": "SwirlCardAriaCurrent",
|
|
7608
|
+
"resolved": "\"date\" | \"location\" | \"page\" | \"step\" | \"time\" | \"true\"",
|
|
7609
|
+
"references": {
|
|
7610
|
+
"SwirlCardAriaCurrent": {
|
|
7611
|
+
"location": "local",
|
|
7612
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-card/swirl-card.tsx",
|
|
7613
|
+
"id": "src/components/swirl-card/swirl-card.tsx::SwirlCardAriaCurrent"
|
|
7614
|
+
}
|
|
7615
|
+
}
|
|
7616
|
+
},
|
|
7617
|
+
"mutable": false,
|
|
7618
|
+
"attr": "swirl-aria-current",
|
|
7619
|
+
"reflectToAttr": false,
|
|
7620
|
+
"docs": "",
|
|
7621
|
+
"docsTags": [],
|
|
7622
|
+
"values": [
|
|
7623
|
+
{
|
|
7624
|
+
"value": "date",
|
|
7625
|
+
"type": "string"
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"value": "location",
|
|
7629
|
+
"type": "string"
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
"value": "page",
|
|
7633
|
+
"type": "string"
|
|
7634
|
+
},
|
|
7635
|
+
{
|
|
7636
|
+
"value": "step",
|
|
7637
|
+
"type": "string"
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"value": "time",
|
|
7641
|
+
"type": "string"
|
|
7642
|
+
},
|
|
7643
|
+
{
|
|
7644
|
+
"value": "true",
|
|
7645
|
+
"type": "string"
|
|
7646
|
+
}
|
|
7647
|
+
],
|
|
7648
|
+
"optional": true,
|
|
7649
|
+
"required": false,
|
|
7650
|
+
"getter": false,
|
|
7651
|
+
"setter": false
|
|
7652
|
+
},
|
|
7603
7653
|
{
|
|
7604
7654
|
"name": "swirlAriaLabel",
|
|
7605
7655
|
"type": "string",
|
|
@@ -63643,6 +63693,40 @@
|
|
|
63643
63693
|
"getter": false,
|
|
63644
63694
|
"setter": false
|
|
63645
63695
|
},
|
|
63696
|
+
{
|
|
63697
|
+
"name": "swirlAriaCurrent",
|
|
63698
|
+
"type": "\"page\" | \"true\"",
|
|
63699
|
+
"complexType": {
|
|
63700
|
+
"original": "SwirlShellNavigationItemAriaCurrent",
|
|
63701
|
+
"resolved": "\"page\" | \"true\"",
|
|
63702
|
+
"references": {
|
|
63703
|
+
"SwirlShellNavigationItemAriaCurrent": {
|
|
63704
|
+
"location": "local",
|
|
63705
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-shell-navigation-item/swirl-shell-navigation-item.tsx",
|
|
63706
|
+
"id": "src/components/swirl-shell-navigation-item/swirl-shell-navigation-item.tsx::SwirlShellNavigationItemAriaCurrent"
|
|
63707
|
+
}
|
|
63708
|
+
}
|
|
63709
|
+
},
|
|
63710
|
+
"mutable": false,
|
|
63711
|
+
"attr": "swirl-aria-current",
|
|
63712
|
+
"reflectToAttr": false,
|
|
63713
|
+
"docs": "",
|
|
63714
|
+
"docsTags": [],
|
|
63715
|
+
"values": [
|
|
63716
|
+
{
|
|
63717
|
+
"value": "page",
|
|
63718
|
+
"type": "string"
|
|
63719
|
+
},
|
|
63720
|
+
{
|
|
63721
|
+
"value": "true",
|
|
63722
|
+
"type": "string"
|
|
63723
|
+
}
|
|
63724
|
+
],
|
|
63725
|
+
"optional": true,
|
|
63726
|
+
"required": false,
|
|
63727
|
+
"getter": false,
|
|
63728
|
+
"setter": false
|
|
63729
|
+
},
|
|
63646
63730
|
{
|
|
63647
63731
|
"name": "target",
|
|
63648
63732
|
"type": "string",
|
|
@@ -82069,6 +82153,11 @@
|
|
|
82069
82153
|
"docstring": "",
|
|
82070
82154
|
"path": "src/components/swirl-card/swirl-card.tsx"
|
|
82071
82155
|
},
|
|
82156
|
+
"src/components/swirl-card/swirl-card.tsx::SwirlCardAriaCurrent": {
|
|
82157
|
+
"declaration": "export type SwirlCardAriaCurrent =\n | \"page\"\n | \"step\"\n | \"location\"\n | \"date\"\n | \"time\"\n | \"true\";",
|
|
82158
|
+
"docstring": "",
|
|
82159
|
+
"path": "src/components/swirl-card/swirl-card.tsx"
|
|
82160
|
+
},
|
|
82072
82161
|
"src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselFadeColor": {
|
|
82073
82162
|
"declaration": "export type SwirlCarouselFadeColor = \"default\" | \"on-surface-overlay\";",
|
|
82074
82163
|
"docstring": "",
|
|
@@ -82314,6 +82403,11 @@
|
|
|
82314
82403
|
"docstring": "",
|
|
82315
82404
|
"path": "src/components/swirl-shell-navigation-item/swirl-shell-navigation-item.tsx"
|
|
82316
82405
|
},
|
|
82406
|
+
"src/components/swirl-shell-navigation-item/swirl-shell-navigation-item.tsx::SwirlShellNavigationItemAriaCurrent": {
|
|
82407
|
+
"declaration": "export type SwirlShellNavigationItemAriaCurrent = \"page\" | \"true\";",
|
|
82408
|
+
"docstring": "",
|
|
82409
|
+
"path": "src/components/swirl-shell-navigation-item/swirl-shell-navigation-item.tsx"
|
|
82410
|
+
},
|
|
82317
82411
|
"src/components/swirl-shell-navigation-item/swirl-shell-navigation-item.tsx::SwirlShellNavigationItemVariant": {
|
|
82318
82412
|
"declaration": "export type SwirlShellNavigationItemVariant = \"default\" | \"tiled\" | \"app-icon\";",
|
|
82319
82413
|
"docstring": "",
|