@getflip/swirl-components 0.280.0 → 0.282.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 +290 -6
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-carousel.cjs.entry.js +24 -3
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-resource-list-section.cjs.entry.js +2 -1
- package/dist/cjs/swirl-search.cjs.entry.js +1 -1
- package/dist/cjs/swirl-separator.cjs.entry.js +1 -1
- package/dist/collection/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/swirl-carousel/swirl-carousel.css +47 -29
- package/dist/collection/components/swirl-carousel/swirl-carousel.js +111 -2
- package/dist/collection/components/swirl-carousel/swirl-carousel.spec.js +2 -2
- package/dist/collection/components/swirl-resource-list-section/swirl-resource-list-section.js +26 -1
- package/dist/collection/components/swirl-search/swirl-search.js +1 -1
- package/dist/collection/components/swirl-separator/swirl-separator.js +1 -1
- package/dist/collection/components/swirl-time-input/swirl-time-input.stories.js +0 -3
- package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/components/swirl-carousel.js +28 -3
- package/dist/components/swirl-resource-list-section.js +3 -1
- package/dist/components/swirl-search.js +1 -1
- package/dist/components/swirl-separator2.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-carousel.entry.js +24 -3
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-resource-list-section.entry.js +2 -1
- package/dist/esm/swirl-search.entry.js +1 -1
- package/dist/esm/swirl-separator.entry.js +1 -1
- package/dist/swirl-components/{p-9d8bd9a9.entry.js → p-41d68a99.entry.js} +1 -1
- package/dist/swirl-components/p-482429d8.entry.js +1 -0
- package/dist/swirl-components/p-81d45e69.entry.js +1 -0
- package/dist/swirl-components/{p-dd917716.entry.js → p-bd22e38d.entry.js} +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-carousel/swirl-carousel.d.ts +4 -0
- package/dist/types/components/swirl-resource-list-section/swirl-resource-list-section.d.ts +2 -0
- package/dist/types/components/swirl-time-input/swirl-time-input.stories.d.ts +0 -5
- package/dist/types/components.d.ts +16 -4
- package/package.json +1 -1
- package/vscode-data.json +151 -0
- package/dist/swirl-components/p-1f638038.entry.js +0 -1
- package/dist/swirl-components/p-d7a3b781.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-01-
|
|
2
|
+
"timestamp": "2025-01-23T16:10:04",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.18.1",
|
|
@@ -6426,6 +6426,28 @@
|
|
|
6426
6426
|
"docsTags": [],
|
|
6427
6427
|
"usage": {},
|
|
6428
6428
|
"props": [
|
|
6429
|
+
{
|
|
6430
|
+
"name": "fade",
|
|
6431
|
+
"type": "boolean",
|
|
6432
|
+
"complexType": {
|
|
6433
|
+
"original": "boolean",
|
|
6434
|
+
"resolved": "boolean",
|
|
6435
|
+
"references": {}
|
|
6436
|
+
},
|
|
6437
|
+
"mutable": false,
|
|
6438
|
+
"attr": "fade",
|
|
6439
|
+
"reflectToAttr": false,
|
|
6440
|
+
"docs": "",
|
|
6441
|
+
"docsTags": [],
|
|
6442
|
+
"default": "false",
|
|
6443
|
+
"values": [
|
|
6444
|
+
{
|
|
6445
|
+
"type": "boolean"
|
|
6446
|
+
}
|
|
6447
|
+
],
|
|
6448
|
+
"optional": true,
|
|
6449
|
+
"required": false
|
|
6450
|
+
},
|
|
6429
6451
|
{
|
|
6430
6452
|
"name": "label",
|
|
6431
6453
|
"type": "string",
|
|
@@ -6491,6 +6513,211 @@
|
|
|
6491
6513
|
"optional": true,
|
|
6492
6514
|
"required": false
|
|
6493
6515
|
},
|
|
6516
|
+
{
|
|
6517
|
+
"name": "padding",
|
|
6518
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
6519
|
+
"complexType": {
|
|
6520
|
+
"original": "SwirlCarouselPadding",
|
|
6521
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
6522
|
+
"references": {
|
|
6523
|
+
"SwirlCarouselPadding": {
|
|
6524
|
+
"location": "local",
|
|
6525
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-carousel/swirl-carousel.tsx",
|
|
6526
|
+
"id": "src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselPadding"
|
|
6527
|
+
}
|
|
6528
|
+
}
|
|
6529
|
+
},
|
|
6530
|
+
"mutable": false,
|
|
6531
|
+
"attr": "padding",
|
|
6532
|
+
"reflectToAttr": false,
|
|
6533
|
+
"docs": "",
|
|
6534
|
+
"docsTags": [],
|
|
6535
|
+
"default": "\"16\"",
|
|
6536
|
+
"values": [
|
|
6537
|
+
{
|
|
6538
|
+
"value": "0",
|
|
6539
|
+
"type": "string"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"value": "12",
|
|
6543
|
+
"type": "string"
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"value": "16",
|
|
6547
|
+
"type": "string"
|
|
6548
|
+
},
|
|
6549
|
+
{
|
|
6550
|
+
"value": "2",
|
|
6551
|
+
"type": "string"
|
|
6552
|
+
},
|
|
6553
|
+
{
|
|
6554
|
+
"value": "24",
|
|
6555
|
+
"type": "string"
|
|
6556
|
+
},
|
|
6557
|
+
{
|
|
6558
|
+
"value": "32",
|
|
6559
|
+
"type": "string"
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"value": "4",
|
|
6563
|
+
"type": "string"
|
|
6564
|
+
},
|
|
6565
|
+
{
|
|
6566
|
+
"value": "40",
|
|
6567
|
+
"type": "string"
|
|
6568
|
+
},
|
|
6569
|
+
{
|
|
6570
|
+
"value": "48",
|
|
6571
|
+
"type": "string"
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"value": "64",
|
|
6575
|
+
"type": "string"
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"value": "8",
|
|
6579
|
+
"type": "string"
|
|
6580
|
+
}
|
|
6581
|
+
],
|
|
6582
|
+
"optional": true,
|
|
6583
|
+
"required": false
|
|
6584
|
+
},
|
|
6585
|
+
{
|
|
6586
|
+
"name": "paddingBlockEnd",
|
|
6587
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
6588
|
+
"complexType": {
|
|
6589
|
+
"original": "SwirlCarouselPadding",
|
|
6590
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
6591
|
+
"references": {
|
|
6592
|
+
"SwirlCarouselPadding": {
|
|
6593
|
+
"location": "local",
|
|
6594
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-carousel/swirl-carousel.tsx",
|
|
6595
|
+
"id": "src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselPadding"
|
|
6596
|
+
}
|
|
6597
|
+
}
|
|
6598
|
+
},
|
|
6599
|
+
"mutable": false,
|
|
6600
|
+
"attr": "padding-block-end",
|
|
6601
|
+
"reflectToAttr": false,
|
|
6602
|
+
"docs": "",
|
|
6603
|
+
"docsTags": [],
|
|
6604
|
+
"values": [
|
|
6605
|
+
{
|
|
6606
|
+
"value": "0",
|
|
6607
|
+
"type": "string"
|
|
6608
|
+
},
|
|
6609
|
+
{
|
|
6610
|
+
"value": "12",
|
|
6611
|
+
"type": "string"
|
|
6612
|
+
},
|
|
6613
|
+
{
|
|
6614
|
+
"value": "16",
|
|
6615
|
+
"type": "string"
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
"value": "2",
|
|
6619
|
+
"type": "string"
|
|
6620
|
+
},
|
|
6621
|
+
{
|
|
6622
|
+
"value": "24",
|
|
6623
|
+
"type": "string"
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"value": "32",
|
|
6627
|
+
"type": "string"
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"value": "4",
|
|
6631
|
+
"type": "string"
|
|
6632
|
+
},
|
|
6633
|
+
{
|
|
6634
|
+
"value": "40",
|
|
6635
|
+
"type": "string"
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"value": "48",
|
|
6639
|
+
"type": "string"
|
|
6640
|
+
},
|
|
6641
|
+
{
|
|
6642
|
+
"value": "64",
|
|
6643
|
+
"type": "string"
|
|
6644
|
+
},
|
|
6645
|
+
{
|
|
6646
|
+
"value": "8",
|
|
6647
|
+
"type": "string"
|
|
6648
|
+
}
|
|
6649
|
+
],
|
|
6650
|
+
"optional": true,
|
|
6651
|
+
"required": false
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"name": "paddingBlockStart",
|
|
6655
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
6656
|
+
"complexType": {
|
|
6657
|
+
"original": "SwirlCarouselPadding",
|
|
6658
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
6659
|
+
"references": {
|
|
6660
|
+
"SwirlCarouselPadding": {
|
|
6661
|
+
"location": "local",
|
|
6662
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-carousel/swirl-carousel.tsx",
|
|
6663
|
+
"id": "src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselPadding"
|
|
6664
|
+
}
|
|
6665
|
+
}
|
|
6666
|
+
},
|
|
6667
|
+
"mutable": false,
|
|
6668
|
+
"attr": "padding-block-start",
|
|
6669
|
+
"reflectToAttr": false,
|
|
6670
|
+
"docs": "",
|
|
6671
|
+
"docsTags": [],
|
|
6672
|
+
"values": [
|
|
6673
|
+
{
|
|
6674
|
+
"value": "0",
|
|
6675
|
+
"type": "string"
|
|
6676
|
+
},
|
|
6677
|
+
{
|
|
6678
|
+
"value": "12",
|
|
6679
|
+
"type": "string"
|
|
6680
|
+
},
|
|
6681
|
+
{
|
|
6682
|
+
"value": "16",
|
|
6683
|
+
"type": "string"
|
|
6684
|
+
},
|
|
6685
|
+
{
|
|
6686
|
+
"value": "2",
|
|
6687
|
+
"type": "string"
|
|
6688
|
+
},
|
|
6689
|
+
{
|
|
6690
|
+
"value": "24",
|
|
6691
|
+
"type": "string"
|
|
6692
|
+
},
|
|
6693
|
+
{
|
|
6694
|
+
"value": "32",
|
|
6695
|
+
"type": "string"
|
|
6696
|
+
},
|
|
6697
|
+
{
|
|
6698
|
+
"value": "4",
|
|
6699
|
+
"type": "string"
|
|
6700
|
+
},
|
|
6701
|
+
{
|
|
6702
|
+
"value": "40",
|
|
6703
|
+
"type": "string"
|
|
6704
|
+
},
|
|
6705
|
+
{
|
|
6706
|
+
"value": "48",
|
|
6707
|
+
"type": "string"
|
|
6708
|
+
},
|
|
6709
|
+
{
|
|
6710
|
+
"value": "64",
|
|
6711
|
+
"type": "string"
|
|
6712
|
+
},
|
|
6713
|
+
{
|
|
6714
|
+
"value": "8",
|
|
6715
|
+
"type": "string"
|
|
6716
|
+
}
|
|
6717
|
+
],
|
|
6718
|
+
"optional": true,
|
|
6719
|
+
"required": false
|
|
6720
|
+
},
|
|
6494
6721
|
{
|
|
6495
6722
|
"name": "paddingInlineEnd",
|
|
6496
6723
|
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
@@ -47703,6 +47930,63 @@
|
|
|
47703
47930
|
"optional": false,
|
|
47704
47931
|
"required": true
|
|
47705
47932
|
},
|
|
47933
|
+
{
|
|
47934
|
+
"name": "separatorSpacing",
|
|
47935
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
47936
|
+
"complexType": {
|
|
47937
|
+
"original": "SwirlSeparatorSpacing",
|
|
47938
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
47939
|
+
"references": {
|
|
47940
|
+
"SwirlSeparatorSpacing": {
|
|
47941
|
+
"location": "import",
|
|
47942
|
+
"path": "../swirl-separator/swirl-separator",
|
|
47943
|
+
"id": "src/components/swirl-separator/swirl-separator.tsx::SwirlSeparatorSpacing"
|
|
47944
|
+
}
|
|
47945
|
+
}
|
|
47946
|
+
},
|
|
47947
|
+
"mutable": false,
|
|
47948
|
+
"attr": "separator-spacing",
|
|
47949
|
+
"reflectToAttr": false,
|
|
47950
|
+
"docs": "",
|
|
47951
|
+
"docsTags": [],
|
|
47952
|
+
"default": "\"4\"",
|
|
47953
|
+
"values": [
|
|
47954
|
+
{
|
|
47955
|
+
"value": "0",
|
|
47956
|
+
"type": "string"
|
|
47957
|
+
},
|
|
47958
|
+
{
|
|
47959
|
+
"value": "12",
|
|
47960
|
+
"type": "string"
|
|
47961
|
+
},
|
|
47962
|
+
{
|
|
47963
|
+
"value": "16",
|
|
47964
|
+
"type": "string"
|
|
47965
|
+
},
|
|
47966
|
+
{
|
|
47967
|
+
"value": "2",
|
|
47968
|
+
"type": "string"
|
|
47969
|
+
},
|
|
47970
|
+
{
|
|
47971
|
+
"value": "24",
|
|
47972
|
+
"type": "string"
|
|
47973
|
+
},
|
|
47974
|
+
{
|
|
47975
|
+
"value": "32",
|
|
47976
|
+
"type": "string"
|
|
47977
|
+
},
|
|
47978
|
+
{
|
|
47979
|
+
"value": "4",
|
|
47980
|
+
"type": "string"
|
|
47981
|
+
},
|
|
47982
|
+
{
|
|
47983
|
+
"value": "8",
|
|
47984
|
+
"type": "string"
|
|
47985
|
+
}
|
|
47986
|
+
],
|
|
47987
|
+
"optional": true,
|
|
47988
|
+
"required": false
|
|
47989
|
+
},
|
|
47706
47990
|
{
|
|
47707
47991
|
"name": "spacing",
|
|
47708
47992
|
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
@@ -60358,11 +60642,6 @@
|
|
|
60358
60642
|
"docstring": "",
|
|
60359
60643
|
"path": "src/components/swirl-resource-list-item/swirl-resource-list-item.tsx"
|
|
60360
60644
|
},
|
|
60361
|
-
"src/components/swirl-search/swirl-search.tsx::SwirlSearchVariant": {
|
|
60362
|
-
"declaration": "export type SwirlSearchVariant = \"filled\" | \"outline\";",
|
|
60363
|
-
"docstring": "",
|
|
60364
|
-
"path": "src/components/swirl-search/swirl-search.tsx"
|
|
60365
|
-
},
|
|
60366
60645
|
"src/components/swirl-separator/swirl-separator.tsx::SwirlSeparatorColor": {
|
|
60367
60646
|
"declaration": "export type SwirlSeparatorColor = \"default\" | \"strong\" | \"highlight\";",
|
|
60368
60647
|
"docstring": "",
|
|
@@ -60378,6 +60657,11 @@
|
|
|
60378
60657
|
"docstring": "",
|
|
60379
60658
|
"path": "src/components/swirl-separator/swirl-separator.tsx"
|
|
60380
60659
|
},
|
|
60660
|
+
"src/components/swirl-search/swirl-search.tsx::SwirlSearchVariant": {
|
|
60661
|
+
"declaration": "export type SwirlSearchVariant = \"filled\" | \"outline\";",
|
|
60662
|
+
"docstring": "",
|
|
60663
|
+
"path": "src/components/swirl-search/swirl-search.tsx"
|
|
60664
|
+
},
|
|
60381
60665
|
"src/components/swirl-shell-navigation-item/swirl-shell-navigation-item.tsx::SwirlLabelColor": {
|
|
60382
60666
|
"declaration": "export type SwirlLabelColor = \"default\" | \"light\" | \"dark\";",
|
|
60383
60667
|
"docstring": "",
|