@getflip/swirl-components 0.278.0 → 0.279.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.
Files changed (246) hide show
  1. package/components.json +216 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/swirl-accordion-item.cjs.entry.js +1 -1
  4. package/dist/cjs/swirl-accordion.cjs.entry.js +1 -1
  5. package/dist/cjs/swirl-action-list-section.cjs.entry.js +1 -1
  6. package/dist/cjs/swirl-action-list_2.cjs.entry.js +1 -1
  7. package/dist/cjs/swirl-app-icon.cjs.entry.js +1 -1
  8. package/dist/cjs/swirl-app-layout_5.cjs.entry.js +1 -1
  9. package/dist/cjs/swirl-avatar-group.cjs.entry.js +1 -1
  10. package/dist/cjs/swirl-carousel.cjs.entry.js +17 -2
  11. package/dist/cjs/swirl-checkbox.cjs.entry.js +1 -1
  12. package/dist/cjs/swirl-chip.cjs.entry.js +1 -1
  13. package/dist/cjs/swirl-columns.cjs.entry.js +2 -2
  14. package/dist/cjs/swirl-components.cjs.js +1 -1
  15. package/dist/cjs/swirl-dialog.cjs.entry.js +1 -1
  16. package/dist/cjs/swirl-file-viewer_8.cjs.entry.js +2 -2
  17. package/dist/cjs/swirl-form-control.cjs.entry.js +1 -1
  18. package/dist/cjs/swirl-form-group.cjs.entry.js +1 -1
  19. package/dist/cjs/swirl-icon-arrow-left_4.cjs.entry.js +1 -1
  20. package/dist/cjs/swirl-icon-check-small_3.cjs.entry.js +2 -2
  21. package/dist/cjs/swirl-icon-error_3.cjs.entry.js +2 -2
  22. package/dist/cjs/swirl-icon.cjs.entry.js +1 -1
  23. package/dist/cjs/swirl-image-grid-item.cjs.entry.js +3 -3
  24. package/dist/cjs/swirl-inline-notification.cjs.entry.js +1 -1
  25. package/dist/cjs/swirl-inline-status.cjs.entry.js +1 -1
  26. package/dist/cjs/swirl-link.cjs.entry.js +1 -1
  27. package/dist/cjs/swirl-menu.cjs.entry.js +2 -2
  28. package/dist/cjs/swirl-modal.cjs.entry.js +6 -6
  29. package/dist/cjs/swirl-option-list_2.cjs.entry.js +1 -1
  30. package/dist/cjs/swirl-pagination.cjs.entry.js +1 -1
  31. package/dist/cjs/swirl-popover_2.cjs.entry.js +3 -3
  32. package/dist/cjs/swirl-progress-indicator.cjs.entry.js +1 -1
  33. package/dist/cjs/swirl-radio.cjs.entry.js +1 -1
  34. package/dist/cjs/swirl-search.cjs.entry.js +1 -1
  35. package/dist/cjs/swirl-separator.cjs.entry.js +1 -1
  36. package/dist/cjs/swirl-shell-navigation-item.cjs.entry.js +1 -1
  37. package/dist/cjs/swirl-skeleton-box.cjs.entry.js +2 -2
  38. package/dist/cjs/swirl-skeleton-text.cjs.entry.js +1 -1
  39. package/dist/cjs/swirl-status-indicator.cjs.entry.js +1 -1
  40. package/dist/cjs/swirl-switch.cjs.entry.js +2 -2
  41. package/dist/cjs/swirl-tab-bar.cjs.entry.js +1 -1
  42. package/dist/cjs/swirl-tab.cjs.entry.js +1 -1
  43. package/dist/cjs/swirl-table-column.cjs.entry.js +1 -1
  44. package/dist/cjs/swirl-text.cjs.entry.js +1 -1
  45. package/dist/cjs/swirl-toast-provider.cjs.entry.js +1 -1
  46. package/dist/cjs/swirl-toast.cjs.entry.js +1 -1
  47. package/dist/cjs/swirl-toolbar.cjs.entry.js +1 -1
  48. package/dist/cjs/swirl-tooltip.cjs.entry.js +2 -2
  49. package/dist/collection/collection-manifest.json +1 -1
  50. package/dist/collection/components/swirl-accordion/swirl-accordion.js +1 -1
  51. package/dist/collection/components/swirl-accordion-item/swirl-accordion-item.js +1 -1
  52. package/dist/collection/components/swirl-action-list/swirl-action-list.js +1 -1
  53. package/dist/collection/components/swirl-action-list-section/swirl-action-list-section.js +1 -1
  54. package/dist/collection/components/swirl-app-icon/swirl-app-icon.js +1 -1
  55. package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.js +1 -1
  56. package/dist/collection/components/swirl-carousel/swirl-carousel.css +4 -19
  57. package/dist/collection/components/swirl-carousel/swirl-carousel.js +86 -1
  58. package/dist/collection/components/swirl-carousel/swirl-carousel.spec.js +1 -1
  59. package/dist/collection/components/swirl-checkbox/swirl-checkbox.js +1 -1
  60. package/dist/collection/components/swirl-chip/swirl-chip.js +1 -1
  61. package/dist/collection/components/swirl-columns/swirl-columns.js +2 -2
  62. package/dist/collection/components/swirl-dialog/swirl-dialog.js +1 -1
  63. package/dist/collection/components/swirl-file-viewer/viewers/swirl-file-viewer-pdf/swirl-file-viewer-pdf.js +2 -2
  64. package/dist/collection/components/swirl-form-control/swirl-form-control.js +1 -1
  65. package/dist/collection/components/swirl-form-group/swirl-form-group.js +1 -1
  66. package/dist/collection/components/swirl-icon/swirl-icon.js +1 -1
  67. package/dist/collection/components/swirl-image-grid-item/swirl-image-grid-item.js +3 -3
  68. package/dist/collection/components/swirl-inline-error/swirl-inline-error.js +1 -1
  69. package/dist/collection/components/swirl-inline-notification/swirl-inline-notification.js +1 -1
  70. package/dist/collection/components/swirl-inline-status/swirl-inline-status.js +1 -1
  71. package/dist/collection/components/swirl-link/swirl-link.js +1 -1
  72. package/dist/collection/components/swirl-menu/swirl-menu.js +2 -2
  73. package/dist/collection/components/swirl-modal/swirl-modal.js +6 -6
  74. package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.js +2 -2
  75. package/dist/collection/components/swirl-pagination/swirl-pagination.js +1 -1
  76. package/dist/collection/components/swirl-popover/swirl-popover.js +3 -3
  77. package/dist/collection/components/swirl-progress-indicator/swirl-progress-indicator.js +1 -1
  78. package/dist/collection/components/swirl-radio/swirl-radio.js +1 -1
  79. package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.js +1 -1
  80. package/dist/collection/components/swirl-search/swirl-search.js +1 -1
  81. package/dist/collection/components/swirl-separator/swirl-separator.js +1 -1
  82. package/dist/collection/components/swirl-shell-navigation-item/swirl-shell-navigation-item.js +1 -1
  83. package/dist/collection/components/swirl-skeleton-box/swirl-skeleton-box.js +2 -2
  84. package/dist/collection/components/swirl-skeleton-text/swirl-skeleton-text.js +1 -1
  85. package/dist/collection/components/swirl-spinner/swirl-spinner.js +1 -1
  86. package/dist/collection/components/swirl-status-indicator/swirl-status-indicator.js +1 -1
  87. package/dist/collection/components/swirl-switch/swirl-switch.js +2 -2
  88. package/dist/collection/components/swirl-tab/swirl-tab.js +1 -1
  89. package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.js +1 -1
  90. package/dist/collection/components/swirl-table-column/swirl-table-column.js +1 -1
  91. package/dist/collection/components/swirl-tag/swirl-tag.js +1 -1
  92. package/dist/collection/components/swirl-text/swirl-text.js +1 -1
  93. package/dist/collection/components/swirl-thumbnail/swirl-thumbnail.js +1 -1
  94. package/dist/collection/components/swirl-toast/swirl-toast.js +1 -1
  95. package/dist/collection/components/swirl-toast-provider/swirl-toast-provider.js +1 -1
  96. package/dist/collection/components/swirl-toolbar/swirl-toolbar.js +1 -1
  97. package/dist/collection/components/swirl-tooltip/swirl-tooltip.js +2 -2
  98. package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
  99. package/dist/components/swirl-accordion-item.js +1 -1
  100. package/dist/components/swirl-accordion.js +1 -1
  101. package/dist/components/swirl-action-list-section.js +1 -1
  102. package/dist/components/swirl-action-list2.js +1 -1
  103. package/dist/components/swirl-app-icon.js +1 -1
  104. package/dist/components/swirl-avatar-group.js +1 -1
  105. package/dist/components/swirl-carousel.js +20 -2
  106. package/dist/components/swirl-checkbox.js +1 -1
  107. package/dist/components/swirl-chip.js +1 -1
  108. package/dist/components/swirl-columns.js +2 -2
  109. package/dist/components/swirl-dialog.js +1 -1
  110. package/dist/components/swirl-file-viewer-pdf2.js +2 -2
  111. package/dist/components/swirl-form-control.js +1 -1
  112. package/dist/components/swirl-form-group.js +1 -1
  113. package/dist/components/swirl-icon2.js +1 -1
  114. package/dist/components/swirl-image-grid-item.js +3 -3
  115. package/dist/components/swirl-inline-error2.js +1 -1
  116. package/dist/components/swirl-inline-notification.js +1 -1
  117. package/dist/components/swirl-inline-status.js +1 -1
  118. package/dist/components/swirl-link.js +1 -1
  119. package/dist/components/swirl-menu.js +2 -2
  120. package/dist/components/swirl-modal.js +6 -6
  121. package/dist/components/swirl-option-list-item2.js +2 -2
  122. package/dist/components/swirl-pagination.js +1 -1
  123. package/dist/components/swirl-popover2.js +3 -3
  124. package/dist/components/swirl-progress-indicator2.js +1 -1
  125. package/dist/components/swirl-radio.js +1 -1
  126. package/dist/components/swirl-resource-list-item2.js +1 -1
  127. package/dist/components/swirl-search.js +1 -1
  128. package/dist/components/swirl-separator2.js +1 -1
  129. package/dist/components/swirl-shell-navigation-item.js +1 -1
  130. package/dist/components/swirl-skeleton-box.js +2 -2
  131. package/dist/components/swirl-skeleton-text.js +1 -1
  132. package/dist/components/swirl-spinner2.js +1 -1
  133. package/dist/components/swirl-status-indicator.js +1 -1
  134. package/dist/components/swirl-switch.js +2 -2
  135. package/dist/components/swirl-tab-bar2.js +1 -1
  136. package/dist/components/swirl-tab.js +1 -1
  137. package/dist/components/swirl-table-column.js +1 -1
  138. package/dist/components/swirl-tag2.js +1 -1
  139. package/dist/components/swirl-text2.js +1 -1
  140. package/dist/components/swirl-thumbnail2.js +1 -1
  141. package/dist/components/swirl-toast-provider.js +1 -1
  142. package/dist/components/swirl-toast2.js +1 -1
  143. package/dist/components/swirl-toolbar.js +1 -1
  144. package/dist/components/swirl-tooltip2.js +2 -2
  145. package/dist/esm/loader.js +1 -1
  146. package/dist/esm/swirl-accordion-item.entry.js +1 -1
  147. package/dist/esm/swirl-accordion.entry.js +1 -1
  148. package/dist/esm/swirl-action-list-section.entry.js +1 -1
  149. package/dist/esm/swirl-action-list_2.entry.js +1 -1
  150. package/dist/esm/swirl-app-icon.entry.js +1 -1
  151. package/dist/esm/swirl-app-layout_5.entry.js +1 -1
  152. package/dist/esm/swirl-avatar-group.entry.js +1 -1
  153. package/dist/esm/swirl-carousel.entry.js +17 -2
  154. package/dist/esm/swirl-checkbox.entry.js +1 -1
  155. package/dist/esm/swirl-chip.entry.js +1 -1
  156. package/dist/esm/swirl-columns.entry.js +2 -2
  157. package/dist/esm/swirl-components.js +1 -1
  158. package/dist/esm/swirl-dialog.entry.js +1 -1
  159. package/dist/esm/swirl-file-viewer_8.entry.js +2 -2
  160. package/dist/esm/swirl-form-control.entry.js +1 -1
  161. package/dist/esm/swirl-form-group.entry.js +1 -1
  162. package/dist/esm/swirl-icon-arrow-left_4.entry.js +1 -1
  163. package/dist/esm/swirl-icon-check-small_3.entry.js +2 -2
  164. package/dist/esm/swirl-icon-error_3.entry.js +2 -2
  165. package/dist/esm/swirl-icon.entry.js +1 -1
  166. package/dist/esm/swirl-image-grid-item.entry.js +3 -3
  167. package/dist/esm/swirl-inline-notification.entry.js +1 -1
  168. package/dist/esm/swirl-inline-status.entry.js +1 -1
  169. package/dist/esm/swirl-link.entry.js +1 -1
  170. package/dist/esm/swirl-menu.entry.js +2 -2
  171. package/dist/esm/swirl-modal.entry.js +6 -6
  172. package/dist/esm/swirl-option-list_2.entry.js +1 -1
  173. package/dist/esm/swirl-pagination.entry.js +1 -1
  174. package/dist/esm/swirl-popover_2.entry.js +3 -3
  175. package/dist/esm/swirl-progress-indicator.entry.js +1 -1
  176. package/dist/esm/swirl-radio.entry.js +1 -1
  177. package/dist/esm/swirl-search.entry.js +1 -1
  178. package/dist/esm/swirl-separator.entry.js +1 -1
  179. package/dist/esm/swirl-shell-navigation-item.entry.js +1 -1
  180. package/dist/esm/swirl-skeleton-box.entry.js +2 -2
  181. package/dist/esm/swirl-skeleton-text.entry.js +1 -1
  182. package/dist/esm/swirl-status-indicator.entry.js +1 -1
  183. package/dist/esm/swirl-switch.entry.js +2 -2
  184. package/dist/esm/swirl-tab-bar.entry.js +1 -1
  185. package/dist/esm/swirl-tab.entry.js +1 -1
  186. package/dist/esm/swirl-table-column.entry.js +1 -1
  187. package/dist/esm/swirl-text.entry.js +1 -1
  188. package/dist/esm/swirl-toast-provider.entry.js +1 -1
  189. package/dist/esm/swirl-toast.entry.js +1 -1
  190. package/dist/esm/swirl-toolbar.entry.js +1 -1
  191. package/dist/esm/swirl-tooltip.entry.js +2 -2
  192. package/dist/swirl-components/{p-0b86e455.entry.js → p-025e1113.entry.js} +1 -1
  193. package/dist/swirl-components/{p-a4aa9fc3.entry.js → p-10dd7491.entry.js} +1 -1
  194. package/dist/swirl-components/p-150528d2.entry.js +1 -0
  195. package/dist/swirl-components/{p-3673dbda.entry.js → p-173fc9a8.entry.js} +1 -1
  196. package/dist/swirl-components/p-1abad82f.entry.js +1 -0
  197. package/dist/swirl-components/{p-b16ead2d.entry.js → p-1e5ba1d3.entry.js} +1 -1
  198. package/dist/swirl-components/{p-34bd7643.entry.js → p-25533f86.entry.js} +1 -1
  199. package/dist/swirl-components/{p-bd68c3b3.entry.js → p-2e9aa004.entry.js} +1 -1
  200. package/dist/swirl-components/{p-49a4179d.entry.js → p-2f9a41fd.entry.js} +1 -1
  201. package/dist/swirl-components/{p-dfc88229.entry.js → p-30865426.entry.js} +1 -1
  202. package/dist/swirl-components/{p-7b831369.entry.js → p-345f7072.entry.js} +1 -1
  203. package/dist/swirl-components/{p-48e47371.entry.js → p-3e76f3e3.entry.js} +1 -1
  204. package/dist/swirl-components/{p-5e3ba19c.entry.js → p-443900f0.entry.js} +1 -1
  205. package/dist/swirl-components/{p-633c8284.entry.js → p-483c99f6.entry.js} +1 -1
  206. package/dist/swirl-components/{p-68f100b9.entry.js → p-5624a930.entry.js} +1 -1
  207. package/dist/swirl-components/{p-43e8a453.entry.js → p-5a3ee227.entry.js} +1 -1
  208. package/dist/swirl-components/{p-63e9c649.entry.js → p-6cfc3d98.entry.js} +1 -1
  209. package/dist/swirl-components/{p-d54436e7.entry.js → p-6f7dcb2d.entry.js} +1 -1
  210. package/dist/swirl-components/{p-8e021a22.entry.js → p-771e8712.entry.js} +1 -1
  211. package/dist/swirl-components/{p-db5639cc.entry.js → p-7c4ec83d.entry.js} +1 -1
  212. package/dist/swirl-components/{p-dd71d81d.entry.js → p-810b2599.entry.js} +1 -1
  213. package/dist/swirl-components/{p-2a114a99.entry.js → p-833e7dfb.entry.js} +1 -1
  214. package/dist/swirl-components/{p-0a400289.entry.js → p-8351880b.entry.js} +1 -1
  215. package/dist/swirl-components/{p-cd78a76f.entry.js → p-8398fb63.entry.js} +1 -1
  216. package/dist/swirl-components/{p-09fecd52.entry.js → p-8e151a80.entry.js} +1 -1
  217. package/dist/swirl-components/p-99a825e3.entry.js +1 -0
  218. package/dist/swirl-components/{p-d20974f4.entry.js → p-9d8bd9a9.entry.js} +1 -1
  219. package/dist/swirl-components/{p-dfa08b50.entry.js → p-af32653f.entry.js} +1 -1
  220. package/dist/swirl-components/{p-81219d48.entry.js → p-b07fbca3.entry.js} +1 -1
  221. package/dist/swirl-components/{p-4895e95d.entry.js → p-b1655e2c.entry.js} +1 -1
  222. package/dist/swirl-components/{p-8d1454e2.entry.js → p-bde739ea.entry.js} +1 -1
  223. package/dist/swirl-components/{p-9f9a2c44.entry.js → p-bec9e66e.entry.js} +1 -1
  224. package/dist/swirl-components/{p-367c515a.entry.js → p-d0bd2918.entry.js} +1 -1
  225. package/dist/swirl-components/{p-19eb83d9.entry.js → p-d390c50d.entry.js} +1 -1
  226. package/dist/swirl-components/{p-589ba83d.entry.js → p-d6f7e4c2.entry.js} +1 -1
  227. package/dist/swirl-components/p-d7a3b781.entry.js +1 -0
  228. package/dist/swirl-components/{p-9c8f9b4e.entry.js → p-d8541053.entry.js} +1 -1
  229. package/dist/swirl-components/{p-0f37951d.entry.js → p-d94e7793.entry.js} +1 -1
  230. package/dist/swirl-components/{p-782edec9.entry.js → p-da2e24e9.entry.js} +1 -1
  231. package/dist/swirl-components/{p-c9af6c82.entry.js → p-dd1497c4.entry.js} +1 -1
  232. package/dist/swirl-components/{p-bd22e38d.entry.js → p-dd917716.entry.js} +1 -1
  233. package/dist/swirl-components/{p-4120a707.entry.js → p-e42695b9.entry.js} +1 -1
  234. package/dist/swirl-components/{p-0e41e194.entry.js → p-ee13f864.entry.js} +1 -1
  235. package/dist/swirl-components/{p-c1f55abe.entry.js → p-f02bb921.entry.js} +1 -1
  236. package/dist/swirl-components/p-fc16019b.entry.js +1 -0
  237. package/dist/swirl-components/swirl-components.esm.js +1 -1
  238. package/dist/types/components/swirl-carousel/swirl-carousel.d.ts +5 -0
  239. package/dist/types/components.d.ts +8 -0
  240. package/package.json +1 -1
  241. package/vscode-data.json +117 -0
  242. package/dist/swirl-components/p-43a72498.entry.js +0 -1
  243. package/dist/swirl-components/p-481af791.entry.js +0 -1
  244. package/dist/swirl-components/p-79d06346.entry.js +0 -1
  245. package/dist/swirl-components/p-867f0f83.entry.js +0 -1
  246. package/dist/swirl-components/p-918c906e.entry.js +0 -1
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-01-14T10:58:16",
2
+ "timestamp": "2025-01-14T16:05:54",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.18.1",
@@ -6491,6 +6491,142 @@
6491
6491
  "optional": true,
6492
6492
  "required": false
6493
6493
  },
6494
+ {
6495
+ "name": "paddingInlineEnd",
6496
+ "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
6497
+ "complexType": {
6498
+ "original": "SwirlCarouselPadding",
6499
+ "resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
6500
+ "references": {
6501
+ "SwirlCarouselPadding": {
6502
+ "location": "local",
6503
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-carousel/swirl-carousel.tsx",
6504
+ "id": "src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselPadding"
6505
+ }
6506
+ }
6507
+ },
6508
+ "mutable": false,
6509
+ "attr": "padding-inline-end",
6510
+ "reflectToAttr": false,
6511
+ "docs": "",
6512
+ "docsTags": [],
6513
+ "values": [
6514
+ {
6515
+ "value": "0",
6516
+ "type": "string"
6517
+ },
6518
+ {
6519
+ "value": "12",
6520
+ "type": "string"
6521
+ },
6522
+ {
6523
+ "value": "16",
6524
+ "type": "string"
6525
+ },
6526
+ {
6527
+ "value": "2",
6528
+ "type": "string"
6529
+ },
6530
+ {
6531
+ "value": "24",
6532
+ "type": "string"
6533
+ },
6534
+ {
6535
+ "value": "32",
6536
+ "type": "string"
6537
+ },
6538
+ {
6539
+ "value": "4",
6540
+ "type": "string"
6541
+ },
6542
+ {
6543
+ "value": "40",
6544
+ "type": "string"
6545
+ },
6546
+ {
6547
+ "value": "48",
6548
+ "type": "string"
6549
+ },
6550
+ {
6551
+ "value": "64",
6552
+ "type": "string"
6553
+ },
6554
+ {
6555
+ "value": "8",
6556
+ "type": "string"
6557
+ }
6558
+ ],
6559
+ "optional": true,
6560
+ "required": false
6561
+ },
6562
+ {
6563
+ "name": "paddingInlineStart",
6564
+ "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
6565
+ "complexType": {
6566
+ "original": "SwirlCarouselPadding",
6567
+ "resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
6568
+ "references": {
6569
+ "SwirlCarouselPadding": {
6570
+ "location": "local",
6571
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-carousel/swirl-carousel.tsx",
6572
+ "id": "src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselPadding"
6573
+ }
6574
+ }
6575
+ },
6576
+ "mutable": false,
6577
+ "attr": "padding-inline-start",
6578
+ "reflectToAttr": false,
6579
+ "docs": "",
6580
+ "docsTags": [],
6581
+ "values": [
6582
+ {
6583
+ "value": "0",
6584
+ "type": "string"
6585
+ },
6586
+ {
6587
+ "value": "12",
6588
+ "type": "string"
6589
+ },
6590
+ {
6591
+ "value": "16",
6592
+ "type": "string"
6593
+ },
6594
+ {
6595
+ "value": "2",
6596
+ "type": "string"
6597
+ },
6598
+ {
6599
+ "value": "24",
6600
+ "type": "string"
6601
+ },
6602
+ {
6603
+ "value": "32",
6604
+ "type": "string"
6605
+ },
6606
+ {
6607
+ "value": "4",
6608
+ "type": "string"
6609
+ },
6610
+ {
6611
+ "value": "40",
6612
+ "type": "string"
6613
+ },
6614
+ {
6615
+ "value": "48",
6616
+ "type": "string"
6617
+ },
6618
+ {
6619
+ "value": "64",
6620
+ "type": "string"
6621
+ },
6622
+ {
6623
+ "value": "8",
6624
+ "type": "string"
6625
+ }
6626
+ ],
6627
+ "optional": true,
6628
+ "required": false
6629
+ },
6494
6630
  {
6495
6631
  "name": "previousSlideButtonLabel",
6496
6632
  "type": "string",
@@ -6512,6 +6648,75 @@
6512
6648
  ],
6513
6649
  "optional": true,
6514
6650
  "required": false
6651
+ },
6652
+ {
6653
+ "name": "spacing",
6654
+ "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
6655
+ "complexType": {
6656
+ "original": "SwirlCarouselSpacing",
6657
+ "resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
6658
+ "references": {
6659
+ "SwirlCarouselSpacing": {
6660
+ "location": "local",
6661
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-carousel/swirl-carousel.tsx",
6662
+ "id": "src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselSpacing"
6663
+ }
6664
+ }
6665
+ },
6666
+ "mutable": false,
6667
+ "attr": "spacing",
6668
+ "reflectToAttr": false,
6669
+ "docs": "",
6670
+ "docsTags": [],
6671
+ "default": "\"16\"",
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
6515
6720
  }
6516
6721
  ],
6517
6722
  "methods": [
@@ -59817,6 +60022,16 @@
59817
60022
  "docstring": "",
59818
60023
  "path": "src/components/swirl-card/swirl-card.tsx"
59819
60024
  },
60025
+ "src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselPadding": {
60026
+ "declaration": "export type SwirlCarouselPadding =\n | \"0\"\n | \"2\"\n | \"4\"\n | \"8\"\n | \"12\"\n | \"16\"\n | \"24\"\n | \"32\"\n | \"40\"\n | \"48\"\n | \"64\";",
60027
+ "docstring": "",
60028
+ "path": "src/components/swirl-carousel/swirl-carousel.tsx"
60029
+ },
60030
+ "src/components/swirl-carousel/swirl-carousel.tsx::SwirlCarouselSpacing": {
60031
+ "declaration": "export type SwirlCarouselSpacing =\n | \"0\"\n | \"2\"\n | \"4\"\n | \"8\"\n | \"12\"\n | \"16\"\n | \"24\"\n | \"32\"\n | \"40\"\n | \"48\"\n | \"64\";",
60032
+ "docstring": "",
60033
+ "path": "src/components/swirl-carousel/swirl-carousel.tsx"
60034
+ },
59820
60035
  "src/components/swirl-checkbox/swirl-checkbox.tsx::SwirlCheckboxState": {
59821
60036
  "declaration": "export type SwirlCheckboxState = boolean | \"true\" | \"false\" | \"indeterminate\";",
59822
60037
  "docstring": "",