@getflip/swirl-components 0.257.0 → 0.258.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 +432 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-image-grid.cjs.entry.js +4 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +38 -5
- package/dist/cjs/swirl-toggle-group.cjs.entry.js +1 -1
- package/dist/collection/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/collection/components/swirl-image-grid/swirl-image-grid.js +4 -1
- package/dist/collection/components/swirl-modal/swirl-modal.css +10 -6
- package/dist/collection/components/swirl-modal/swirl-modal.js +254 -4
- package/dist/collection/components/swirl-toggle-group/swirl-toggle-group.css +1 -0
- package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/components/swirl-image-grid.js +4 -1
- package/dist/components/swirl-modal.js +49 -5
- 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-image-grid.entry.js +4 -1
- package/dist/esm/swirl-modal.entry.js +38 -5
- package/dist/esm/swirl-toggle-group.entry.js +1 -1
- package/dist/swirl-components/p-16c5dc02.entry.js +1 -0
- package/dist/swirl-components/p-2a67a199.entry.js +1 -0
- package/dist/swirl-components/{p-994f4d3a.entry.js → p-fd247fa8.entry.js} +1 -1
- package/dist/swirl-components/swirl-components.css +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-modal/swirl-modal.d.ts +12 -0
- package/dist/types/components.d.ts +24 -2
- package/package.json +2 -2
- package/vscode-data.json +189 -0
- package/dist/swirl-components/p-633a3cd8.entry.js +0 -1
- package/dist/swirl-components/p-67dc9313.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-11-
|
|
2
|
+
"timestamp": "2024-11-21T08:40:16",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.18.1",
|
|
@@ -41510,6 +41510,48 @@
|
|
|
41510
41510
|
"optional": true,
|
|
41511
41511
|
"required": false
|
|
41512
41512
|
},
|
|
41513
|
+
{
|
|
41514
|
+
"name": "hideSecondaryContent",
|
|
41515
|
+
"type": "boolean",
|
|
41516
|
+
"complexType": {
|
|
41517
|
+
"original": "boolean",
|
|
41518
|
+
"resolved": "boolean",
|
|
41519
|
+
"references": {}
|
|
41520
|
+
},
|
|
41521
|
+
"mutable": false,
|
|
41522
|
+
"attr": "hide-secondary-content",
|
|
41523
|
+
"reflectToAttr": false,
|
|
41524
|
+
"docs": "",
|
|
41525
|
+
"docsTags": [],
|
|
41526
|
+
"values": [
|
|
41527
|
+
{
|
|
41528
|
+
"type": "boolean"
|
|
41529
|
+
}
|
|
41530
|
+
],
|
|
41531
|
+
"optional": true,
|
|
41532
|
+
"required": false
|
|
41533
|
+
},
|
|
41534
|
+
{
|
|
41535
|
+
"name": "hideSecondaryContentBorders",
|
|
41536
|
+
"type": "boolean",
|
|
41537
|
+
"complexType": {
|
|
41538
|
+
"original": "boolean",
|
|
41539
|
+
"resolved": "boolean",
|
|
41540
|
+
"references": {}
|
|
41541
|
+
},
|
|
41542
|
+
"mutable": false,
|
|
41543
|
+
"attr": "hide-secondary-content-borders",
|
|
41544
|
+
"reflectToAttr": false,
|
|
41545
|
+
"docs": "",
|
|
41546
|
+
"docsTags": [],
|
|
41547
|
+
"values": [
|
|
41548
|
+
{
|
|
41549
|
+
"type": "boolean"
|
|
41550
|
+
}
|
|
41551
|
+
],
|
|
41552
|
+
"optional": true,
|
|
41553
|
+
"required": false
|
|
41554
|
+
},
|
|
41513
41555
|
{
|
|
41514
41556
|
"name": "label",
|
|
41515
41557
|
"type": "string",
|
|
@@ -41616,6 +41658,48 @@
|
|
|
41616
41658
|
"optional": true,
|
|
41617
41659
|
"required": false
|
|
41618
41660
|
},
|
|
41661
|
+
{
|
|
41662
|
+
"name": "primaryContentFlex",
|
|
41663
|
+
"type": "string",
|
|
41664
|
+
"complexType": {
|
|
41665
|
+
"original": "string",
|
|
41666
|
+
"resolved": "string",
|
|
41667
|
+
"references": {}
|
|
41668
|
+
},
|
|
41669
|
+
"mutable": false,
|
|
41670
|
+
"attr": "primary-content-flex",
|
|
41671
|
+
"reflectToAttr": false,
|
|
41672
|
+
"docs": "",
|
|
41673
|
+
"docsTags": [],
|
|
41674
|
+
"values": [
|
|
41675
|
+
{
|
|
41676
|
+
"type": "string"
|
|
41677
|
+
}
|
|
41678
|
+
],
|
|
41679
|
+
"optional": true,
|
|
41680
|
+
"required": false
|
|
41681
|
+
},
|
|
41682
|
+
{
|
|
41683
|
+
"name": "primaryContentMaxWidth",
|
|
41684
|
+
"type": "string",
|
|
41685
|
+
"complexType": {
|
|
41686
|
+
"original": "string",
|
|
41687
|
+
"resolved": "string",
|
|
41688
|
+
"references": {}
|
|
41689
|
+
},
|
|
41690
|
+
"mutable": false,
|
|
41691
|
+
"attr": "primary-content-max-width",
|
|
41692
|
+
"reflectToAttr": false,
|
|
41693
|
+
"docs": "",
|
|
41694
|
+
"docsTags": [],
|
|
41695
|
+
"values": [
|
|
41696
|
+
{
|
|
41697
|
+
"type": "string"
|
|
41698
|
+
}
|
|
41699
|
+
],
|
|
41700
|
+
"optional": true,
|
|
41701
|
+
"required": false
|
|
41702
|
+
},
|
|
41619
41703
|
{
|
|
41620
41704
|
"name": "secondaryActionLabel",
|
|
41621
41705
|
"type": "string",
|
|
@@ -41637,6 +41721,348 @@
|
|
|
41637
41721
|
"optional": true,
|
|
41638
41722
|
"required": false
|
|
41639
41723
|
},
|
|
41724
|
+
{
|
|
41725
|
+
"name": "secondaryContentFlex",
|
|
41726
|
+
"type": "string",
|
|
41727
|
+
"complexType": {
|
|
41728
|
+
"original": "string",
|
|
41729
|
+
"resolved": "string",
|
|
41730
|
+
"references": {}
|
|
41731
|
+
},
|
|
41732
|
+
"mutable": false,
|
|
41733
|
+
"attr": "secondary-content-flex",
|
|
41734
|
+
"reflectToAttr": false,
|
|
41735
|
+
"docs": "",
|
|
41736
|
+
"docsTags": [],
|
|
41737
|
+
"values": [
|
|
41738
|
+
{
|
|
41739
|
+
"type": "string"
|
|
41740
|
+
}
|
|
41741
|
+
],
|
|
41742
|
+
"optional": true,
|
|
41743
|
+
"required": false
|
|
41744
|
+
},
|
|
41745
|
+
{
|
|
41746
|
+
"name": "secondaryContentMaxWidth",
|
|
41747
|
+
"type": "string",
|
|
41748
|
+
"complexType": {
|
|
41749
|
+
"original": "string",
|
|
41750
|
+
"resolved": "string",
|
|
41751
|
+
"references": {}
|
|
41752
|
+
},
|
|
41753
|
+
"mutable": false,
|
|
41754
|
+
"attr": "secondary-content-max-width",
|
|
41755
|
+
"reflectToAttr": false,
|
|
41756
|
+
"docs": "",
|
|
41757
|
+
"docsTags": [],
|
|
41758
|
+
"values": [
|
|
41759
|
+
{
|
|
41760
|
+
"type": "string"
|
|
41761
|
+
}
|
|
41762
|
+
],
|
|
41763
|
+
"optional": true,
|
|
41764
|
+
"required": false
|
|
41765
|
+
},
|
|
41766
|
+
{
|
|
41767
|
+
"name": "secondaryContentPadding",
|
|
41768
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
41769
|
+
"complexType": {
|
|
41770
|
+
"original": "SwirlModalPadding",
|
|
41771
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
41772
|
+
"references": {
|
|
41773
|
+
"SwirlModalPadding": {
|
|
41774
|
+
"location": "local",
|
|
41775
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-modal/swirl-modal.tsx",
|
|
41776
|
+
"id": "src/components/swirl-modal/swirl-modal.tsx::SwirlModalPadding"
|
|
41777
|
+
}
|
|
41778
|
+
}
|
|
41779
|
+
},
|
|
41780
|
+
"mutable": false,
|
|
41781
|
+
"attr": "secondary-content-padding",
|
|
41782
|
+
"reflectToAttr": false,
|
|
41783
|
+
"docs": "",
|
|
41784
|
+
"docsTags": [],
|
|
41785
|
+
"values": [
|
|
41786
|
+
{
|
|
41787
|
+
"value": "0",
|
|
41788
|
+
"type": "string"
|
|
41789
|
+
},
|
|
41790
|
+
{
|
|
41791
|
+
"value": "12",
|
|
41792
|
+
"type": "string"
|
|
41793
|
+
},
|
|
41794
|
+
{
|
|
41795
|
+
"value": "16",
|
|
41796
|
+
"type": "string"
|
|
41797
|
+
},
|
|
41798
|
+
{
|
|
41799
|
+
"value": "2",
|
|
41800
|
+
"type": "string"
|
|
41801
|
+
},
|
|
41802
|
+
{
|
|
41803
|
+
"value": "20",
|
|
41804
|
+
"type": "string"
|
|
41805
|
+
},
|
|
41806
|
+
{
|
|
41807
|
+
"value": "24",
|
|
41808
|
+
"type": "string"
|
|
41809
|
+
},
|
|
41810
|
+
{
|
|
41811
|
+
"value": "32",
|
|
41812
|
+
"type": "string"
|
|
41813
|
+
},
|
|
41814
|
+
{
|
|
41815
|
+
"value": "4",
|
|
41816
|
+
"type": "string"
|
|
41817
|
+
},
|
|
41818
|
+
{
|
|
41819
|
+
"value": "8",
|
|
41820
|
+
"type": "string"
|
|
41821
|
+
}
|
|
41822
|
+
],
|
|
41823
|
+
"optional": true,
|
|
41824
|
+
"required": false
|
|
41825
|
+
},
|
|
41826
|
+
{
|
|
41827
|
+
"name": "secondaryContentPaddingBlockEnd",
|
|
41828
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
41829
|
+
"complexType": {
|
|
41830
|
+
"original": "SwirlModalPadding",
|
|
41831
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
41832
|
+
"references": {
|
|
41833
|
+
"SwirlModalPadding": {
|
|
41834
|
+
"location": "local",
|
|
41835
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-modal/swirl-modal.tsx",
|
|
41836
|
+
"id": "src/components/swirl-modal/swirl-modal.tsx::SwirlModalPadding"
|
|
41837
|
+
}
|
|
41838
|
+
}
|
|
41839
|
+
},
|
|
41840
|
+
"mutable": false,
|
|
41841
|
+
"attr": "secondary-content-padding-block-end",
|
|
41842
|
+
"reflectToAttr": false,
|
|
41843
|
+
"docs": "",
|
|
41844
|
+
"docsTags": [],
|
|
41845
|
+
"values": [
|
|
41846
|
+
{
|
|
41847
|
+
"value": "0",
|
|
41848
|
+
"type": "string"
|
|
41849
|
+
},
|
|
41850
|
+
{
|
|
41851
|
+
"value": "12",
|
|
41852
|
+
"type": "string"
|
|
41853
|
+
},
|
|
41854
|
+
{
|
|
41855
|
+
"value": "16",
|
|
41856
|
+
"type": "string"
|
|
41857
|
+
},
|
|
41858
|
+
{
|
|
41859
|
+
"value": "2",
|
|
41860
|
+
"type": "string"
|
|
41861
|
+
},
|
|
41862
|
+
{
|
|
41863
|
+
"value": "20",
|
|
41864
|
+
"type": "string"
|
|
41865
|
+
},
|
|
41866
|
+
{
|
|
41867
|
+
"value": "24",
|
|
41868
|
+
"type": "string"
|
|
41869
|
+
},
|
|
41870
|
+
{
|
|
41871
|
+
"value": "32",
|
|
41872
|
+
"type": "string"
|
|
41873
|
+
},
|
|
41874
|
+
{
|
|
41875
|
+
"value": "4",
|
|
41876
|
+
"type": "string"
|
|
41877
|
+
},
|
|
41878
|
+
{
|
|
41879
|
+
"value": "8",
|
|
41880
|
+
"type": "string"
|
|
41881
|
+
}
|
|
41882
|
+
],
|
|
41883
|
+
"optional": true,
|
|
41884
|
+
"required": false
|
|
41885
|
+
},
|
|
41886
|
+
{
|
|
41887
|
+
"name": "secondaryContentPaddingBlockStart",
|
|
41888
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
41889
|
+
"complexType": {
|
|
41890
|
+
"original": "SwirlModalPadding",
|
|
41891
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
41892
|
+
"references": {
|
|
41893
|
+
"SwirlModalPadding": {
|
|
41894
|
+
"location": "local",
|
|
41895
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-modal/swirl-modal.tsx",
|
|
41896
|
+
"id": "src/components/swirl-modal/swirl-modal.tsx::SwirlModalPadding"
|
|
41897
|
+
}
|
|
41898
|
+
}
|
|
41899
|
+
},
|
|
41900
|
+
"mutable": false,
|
|
41901
|
+
"attr": "secondary-content-padding-block-start",
|
|
41902
|
+
"reflectToAttr": false,
|
|
41903
|
+
"docs": "",
|
|
41904
|
+
"docsTags": [],
|
|
41905
|
+
"values": [
|
|
41906
|
+
{
|
|
41907
|
+
"value": "0",
|
|
41908
|
+
"type": "string"
|
|
41909
|
+
},
|
|
41910
|
+
{
|
|
41911
|
+
"value": "12",
|
|
41912
|
+
"type": "string"
|
|
41913
|
+
},
|
|
41914
|
+
{
|
|
41915
|
+
"value": "16",
|
|
41916
|
+
"type": "string"
|
|
41917
|
+
},
|
|
41918
|
+
{
|
|
41919
|
+
"value": "2",
|
|
41920
|
+
"type": "string"
|
|
41921
|
+
},
|
|
41922
|
+
{
|
|
41923
|
+
"value": "20",
|
|
41924
|
+
"type": "string"
|
|
41925
|
+
},
|
|
41926
|
+
{
|
|
41927
|
+
"value": "24",
|
|
41928
|
+
"type": "string"
|
|
41929
|
+
},
|
|
41930
|
+
{
|
|
41931
|
+
"value": "32",
|
|
41932
|
+
"type": "string"
|
|
41933
|
+
},
|
|
41934
|
+
{
|
|
41935
|
+
"value": "4",
|
|
41936
|
+
"type": "string"
|
|
41937
|
+
},
|
|
41938
|
+
{
|
|
41939
|
+
"value": "8",
|
|
41940
|
+
"type": "string"
|
|
41941
|
+
}
|
|
41942
|
+
],
|
|
41943
|
+
"optional": true,
|
|
41944
|
+
"required": false
|
|
41945
|
+
},
|
|
41946
|
+
{
|
|
41947
|
+
"name": "secondaryContentPaddingInlineEnd",
|
|
41948
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
41949
|
+
"complexType": {
|
|
41950
|
+
"original": "SwirlModalPadding",
|
|
41951
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
41952
|
+
"references": {
|
|
41953
|
+
"SwirlModalPadding": {
|
|
41954
|
+
"location": "local",
|
|
41955
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-modal/swirl-modal.tsx",
|
|
41956
|
+
"id": "src/components/swirl-modal/swirl-modal.tsx::SwirlModalPadding"
|
|
41957
|
+
}
|
|
41958
|
+
}
|
|
41959
|
+
},
|
|
41960
|
+
"mutable": false,
|
|
41961
|
+
"attr": "secondary-content-padding-inline-end",
|
|
41962
|
+
"reflectToAttr": false,
|
|
41963
|
+
"docs": "",
|
|
41964
|
+
"docsTags": [],
|
|
41965
|
+
"values": [
|
|
41966
|
+
{
|
|
41967
|
+
"value": "0",
|
|
41968
|
+
"type": "string"
|
|
41969
|
+
},
|
|
41970
|
+
{
|
|
41971
|
+
"value": "12",
|
|
41972
|
+
"type": "string"
|
|
41973
|
+
},
|
|
41974
|
+
{
|
|
41975
|
+
"value": "16",
|
|
41976
|
+
"type": "string"
|
|
41977
|
+
},
|
|
41978
|
+
{
|
|
41979
|
+
"value": "2",
|
|
41980
|
+
"type": "string"
|
|
41981
|
+
},
|
|
41982
|
+
{
|
|
41983
|
+
"value": "20",
|
|
41984
|
+
"type": "string"
|
|
41985
|
+
},
|
|
41986
|
+
{
|
|
41987
|
+
"value": "24",
|
|
41988
|
+
"type": "string"
|
|
41989
|
+
},
|
|
41990
|
+
{
|
|
41991
|
+
"value": "32",
|
|
41992
|
+
"type": "string"
|
|
41993
|
+
},
|
|
41994
|
+
{
|
|
41995
|
+
"value": "4",
|
|
41996
|
+
"type": "string"
|
|
41997
|
+
},
|
|
41998
|
+
{
|
|
41999
|
+
"value": "8",
|
|
42000
|
+
"type": "string"
|
|
42001
|
+
}
|
|
42002
|
+
],
|
|
42003
|
+
"optional": true,
|
|
42004
|
+
"required": false
|
|
42005
|
+
},
|
|
42006
|
+
{
|
|
42007
|
+
"name": "secondaryContentPaddingInlineStart",
|
|
42008
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
42009
|
+
"complexType": {
|
|
42010
|
+
"original": "SwirlModalPadding",
|
|
42011
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
42012
|
+
"references": {
|
|
42013
|
+
"SwirlModalPadding": {
|
|
42014
|
+
"location": "local",
|
|
42015
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-modal/swirl-modal.tsx",
|
|
42016
|
+
"id": "src/components/swirl-modal/swirl-modal.tsx::SwirlModalPadding"
|
|
42017
|
+
}
|
|
42018
|
+
}
|
|
42019
|
+
},
|
|
42020
|
+
"mutable": false,
|
|
42021
|
+
"attr": "secondary-content-padding-inline-start",
|
|
42022
|
+
"reflectToAttr": false,
|
|
42023
|
+
"docs": "",
|
|
42024
|
+
"docsTags": [],
|
|
42025
|
+
"values": [
|
|
42026
|
+
{
|
|
42027
|
+
"value": "0",
|
|
42028
|
+
"type": "string"
|
|
42029
|
+
},
|
|
42030
|
+
{
|
|
42031
|
+
"value": "12",
|
|
42032
|
+
"type": "string"
|
|
42033
|
+
},
|
|
42034
|
+
{
|
|
42035
|
+
"value": "16",
|
|
42036
|
+
"type": "string"
|
|
42037
|
+
},
|
|
42038
|
+
{
|
|
42039
|
+
"value": "2",
|
|
42040
|
+
"type": "string"
|
|
42041
|
+
},
|
|
42042
|
+
{
|
|
42043
|
+
"value": "20",
|
|
42044
|
+
"type": "string"
|
|
42045
|
+
},
|
|
42046
|
+
{
|
|
42047
|
+
"value": "24",
|
|
42048
|
+
"type": "string"
|
|
42049
|
+
},
|
|
42050
|
+
{
|
|
42051
|
+
"value": "32",
|
|
42052
|
+
"type": "string"
|
|
42053
|
+
},
|
|
42054
|
+
{
|
|
42055
|
+
"value": "4",
|
|
42056
|
+
"type": "string"
|
|
42057
|
+
},
|
|
42058
|
+
{
|
|
42059
|
+
"value": "8",
|
|
42060
|
+
"type": "string"
|
|
42061
|
+
}
|
|
42062
|
+
],
|
|
42063
|
+
"optional": true,
|
|
42064
|
+
"required": false
|
|
42065
|
+
},
|
|
41640
42066
|
{
|
|
41641
42067
|
"name": "variant",
|
|
41642
42068
|
"type": "\"default\" | \"drawer\"",
|
|
@@ -58341,6 +58767,11 @@
|
|
|
58341
58767
|
"docstring": "",
|
|
58342
58768
|
"path": "src/components/swirl-modal/swirl-modal.tsx"
|
|
58343
58769
|
},
|
|
58770
|
+
"src/components/swirl-modal/swirl-modal.tsx::SwirlModalPadding": {
|
|
58771
|
+
"declaration": "export type SwirlModalPadding =\n | \"0\"\n | \"2\"\n | \"4\"\n | \"8\"\n | \"12\"\n | \"16\"\n | \"20\"\n | \"24\"\n | \"32\";",
|
|
58772
|
+
"docstring": "",
|
|
58773
|
+
"path": "src/components/swirl-modal/swirl-modal.tsx"
|
|
58774
|
+
},
|
|
58344
58775
|
"src/components/swirl-option-list-item/swirl-option-list-item.tsx::SwirlOptionListItemContext": {
|
|
58345
58776
|
"declaration": "export type SwirlOptionListItemContext = \"single-select\" | \"multi-select\";",
|
|
58346
58777
|
"docstring": "",
|