@getflip/swirl-components 0.491.0-beta-20260513071111 → 0.491.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 CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-05-13T07:10:28",
2
+ "timestamp": "2026-05-13T07:56:02",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.1",
@@ -92795,6 +92795,83 @@
92795
92795
  "required": false,
92796
92796
  "getter": false,
92797
92797
  "setter": false
92798
+ },
92799
+ {
92800
+ "name": "spacing",
92801
+ "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
92802
+ "complexType": {
92803
+ "original": "SwirlStackSpacing",
92804
+ "resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
92805
+ "references": {
92806
+ "SwirlStackSpacing": {
92807
+ "location": "import",
92808
+ "path": "../swirl-stack/swirl-stack",
92809
+ "id": "src/components/swirl-stack/swirl-stack.tsx::SwirlStackSpacing",
92810
+ "referenceLocation": "SwirlStackSpacing"
92811
+ }
92812
+ }
92813
+ },
92814
+ "mutable": false,
92815
+ "attr": "spacing",
92816
+ "reflectToAttr": false,
92817
+ "docs": "",
92818
+ "docsTags": [
92819
+ {
92820
+ "name": "default",
92821
+ "text": "\"8\""
92822
+ }
92823
+ ],
92824
+ "default": "\"8\"",
92825
+ "values": [
92826
+ {
92827
+ "value": "0",
92828
+ "type": "string"
92829
+ },
92830
+ {
92831
+ "value": "12",
92832
+ "type": "string"
92833
+ },
92834
+ {
92835
+ "value": "16",
92836
+ "type": "string"
92837
+ },
92838
+ {
92839
+ "value": "2",
92840
+ "type": "string"
92841
+ },
92842
+ {
92843
+ "value": "24",
92844
+ "type": "string"
92845
+ },
92846
+ {
92847
+ "value": "32",
92848
+ "type": "string"
92849
+ },
92850
+ {
92851
+ "value": "4",
92852
+ "type": "string"
92853
+ },
92854
+ {
92855
+ "value": "40",
92856
+ "type": "string"
92857
+ },
92858
+ {
92859
+ "value": "48",
92860
+ "type": "string"
92861
+ },
92862
+ {
92863
+ "value": "64",
92864
+ "type": "string"
92865
+ },
92866
+ {
92867
+ "value": "8",
92868
+ "type": "string"
92869
+ }
92870
+ ],
92871
+ "optional": true,
92872
+ "required": false,
92873
+ "getter": false,
92874
+ "setter": false
92798
92875
  }
92799
92876
  ],
92800
92877
  "methods": [],