@getflip/swirl-components 0.281.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 +228 -1
- 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/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-time-input/swirl-time-input.stories.js +0 -3
- package/dist/components/swirl-carousel.js +28 -3
- 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/swirl-components/p-81d45e69.entry.js +1 -0
- 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-time-input/swirl-time-input.stories.d.ts +0 -5
- package/dist/types/components.d.ts +8 -0
- package/package.json +1 -1
- package/vscode-data.json +121 -0
- 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\"",
|