@getflip/swirl-components 0.12.0 → 0.13.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 (392) hide show
  1. package/components.json +425 -84
  2. package/dist/cjs/balancetext-7a0bdee3.js +763 -0
  3. package/dist/cjs/{floating-ui.dom.esm-75453e4e.js → floating-ui.dom.esm-35943202.js} +0 -0
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/swirl-action-list-item.cjs.entry.js +1 -1
  6. package/dist/cjs/swirl-action-list.cjs.entry.js +1 -1
  7. package/dist/cjs/swirl-app-layout_5.cjs.entry.js +1 -1
  8. package/dist/cjs/swirl-autocomplete.cjs.entry.js +3 -3
  9. package/dist/cjs/swirl-banner.cjs.entry.js +1 -1
  10. package/dist/cjs/swirl-button.cjs.entry.js +1 -1
  11. package/dist/cjs/swirl-chip.cjs.entry.js +1 -1
  12. package/dist/cjs/swirl-components.cjs.js +1 -1
  13. package/dist/cjs/swirl-console-layout.cjs.entry.js +1 -1
  14. package/dist/cjs/swirl-date-input.cjs.entry.js +9 -3
  15. package/dist/cjs/swirl-date-picker_2.cjs.entry.js +14 -81
  16. package/dist/cjs/swirl-file-viewer_7.cjs.entry.js +1 -1
  17. package/dist/cjs/swirl-form-control.cjs.entry.js +15 -1
  18. package/dist/cjs/swirl-heading.cjs.entry.js +15 -1
  19. package/dist/cjs/swirl-icon-check-small_4.cjs.entry.js +3440 -0
  20. package/dist/cjs/swirl-icon-error_3.cjs.entry.js +1 -1
  21. package/dist/cjs/swirl-lightbox.cjs.entry.js +1 -1
  22. package/dist/cjs/swirl-pdf-reader.cjs.entry.js +1 -1
  23. package/dist/cjs/swirl-popover.cjs.entry.js +2 -2
  24. package/dist/cjs/swirl-resource-list-file-item.cjs.entry.js +1 -1
  25. package/dist/cjs/swirl-search.cjs.entry.js +1 -1
  26. package/dist/cjs/swirl-select.cjs.entry.js +3 -2
  27. package/dist/cjs/swirl-table.cjs.entry.js +1 -1
  28. package/dist/cjs/swirl-text-input.cjs.entry.js +3 -2
  29. package/dist/cjs/swirl-text.cjs.entry.js +16 -2
  30. package/dist/cjs/swirl-toast.cjs.entry.js +1 -1
  31. package/dist/cjs/swirl-tooltip.cjs.entry.js +1 -1
  32. package/dist/cjs/{utils-9c9476b4.js → utils-a07ee0db.js} +18 -0
  33. package/dist/cjs/wc-datepicker.cjs.entry.js +471 -0
  34. package/dist/collection/collection-manifest.json +9 -1
  35. package/dist/collection/components/swirl-autocomplete/swirl-autocomplete.js +35 -18
  36. package/dist/collection/components/swirl-date-input/swirl-date-input.css +11 -0
  37. package/dist/collection/components/swirl-date-input/swirl-date-input.js +77 -21
  38. package/dist/collection/components/swirl-date-picker/swirl-date-picker.css +168 -121
  39. package/dist/collection/components/swirl-date-picker/swirl-date-picker.js +28 -104
  40. package/dist/collection/components/swirl-date-picker/swirl-date-picker.stories.js +0 -5
  41. package/dist/collection/components/swirl-form-control/swirl-form-control.css +22 -0
  42. package/dist/collection/components/swirl-form-control/swirl-form-control.js +33 -0
  43. package/dist/collection/components/swirl-heading/swirl-heading.js +41 -2
  44. package/dist/collection/components/swirl-heading/swirl-heading.stories.js +6 -1
  45. package/dist/collection/components/swirl-icon/icons/swirl-icon-drag-handle.js +67 -0
  46. package/dist/collection/components/swirl-option-list/swirl-option-list.js +236 -13
  47. package/dist/collection/components/swirl-option-list/swirl-option-list.stories.js +6 -8
  48. package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.css +64 -1
  49. package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.js +106 -3
  50. package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.stories.js +8 -0
  51. package/dist/collection/components/swirl-select/swirl-select.css +4 -0
  52. package/dist/collection/components/swirl-select/swirl-select.js +23 -5
  53. package/dist/collection/components/swirl-table/swirl-table.js +0 -1
  54. package/dist/collection/components/swirl-text/swirl-text.js +41 -3
  55. package/dist/collection/components/swirl-text/swirl-text.stories.js +5 -0
  56. package/dist/collection/components/swirl-text-input/swirl-text-input.css +21 -0
  57. package/dist/collection/components/swirl-text-input/swirl-text-input.js +18 -0
  58. package/dist/collection/utils.js +17 -0
  59. package/dist/components/balancetext.js +761 -0
  60. package/dist/components/file-manager.js +34 -28
  61. package/dist/components/index.d.ts +1 -0
  62. package/dist/components/index.js +2 -0
  63. package/dist/components/index2.js +35 -2
  64. package/dist/components/swirl-autocomplete.js +15 -8
  65. package/dist/components/swirl-date-input.js +25 -11
  66. package/dist/components/swirl-date-picker2.js +22 -85
  67. package/dist/components/swirl-file-viewer-csv2.js +1 -1
  68. package/dist/components/swirl-file-viewer-pdf2.js +1 -1
  69. package/dist/components/swirl-file-viewer2.js +1 -1
  70. package/dist/components/swirl-form-control.js +16 -1
  71. package/dist/components/swirl-heading2.js +17 -2
  72. package/dist/components/swirl-icon-drag-handle.d.ts +11 -0
  73. package/dist/components/swirl-icon-drag-handle.js +6 -0
  74. package/dist/components/swirl-icon-drag-handle2.js +37 -0
  75. package/dist/components/swirl-option-list-item2.js +30 -9
  76. package/dist/components/swirl-option-list2.js +3177 -15
  77. package/dist/components/swirl-select.js +18 -10
  78. package/dist/components/swirl-text-input2.js +3 -1
  79. package/dist/components/swirl-text2.js +19 -5
  80. package/dist/components/utils.js +18 -1
  81. package/dist/components/wc-datepicker.js +6 -0
  82. package/dist/components/wc-datepicker2.js +505 -0
  83. package/dist/esm/{_commonjsHelpers-44457d8d.js → _commonjsHelpers-10467d11.js} +1 -1
  84. package/dist/esm/balancetext-31f1ec68.js +761 -0
  85. package/dist/esm/{floating-ui.dom.esm-1a4e8b8a.js → floating-ui.dom.esm-b9f28f6d.js} +0 -0
  86. package/dist/esm/{index-c3028f7d.js → index-47862d62.js} +1 -1
  87. package/dist/esm/loader.js +1 -1
  88. package/dist/esm/swirl-action-list-item.entry.js +3 -3
  89. package/dist/esm/swirl-action-list.entry.js +1 -1
  90. package/dist/esm/swirl-app-layout_5.entry.js +3 -3
  91. package/dist/esm/swirl-autocomplete.entry.js +5 -5
  92. package/dist/esm/swirl-avatar-group.entry.js +2 -2
  93. package/dist/esm/swirl-avatar.entry.js +2 -2
  94. package/dist/esm/swirl-badge.entry.js +2 -2
  95. package/dist/esm/swirl-banner.entry.js +3 -3
  96. package/dist/esm/swirl-button-group.entry.js +2 -2
  97. package/dist/esm/swirl-button.entry.js +3 -3
  98. package/dist/esm/swirl-card.entry.js +2 -2
  99. package/dist/esm/swirl-checkbox.entry.js +2 -2
  100. package/dist/esm/swirl-chip.entry.js +3 -3
  101. package/dist/esm/swirl-components.js +1 -1
  102. package/dist/esm/swirl-console-layout.entry.js +3 -3
  103. package/dist/esm/swirl-date-input.entry.js +10 -4
  104. package/dist/esm/swirl-date-picker_2.entry.js +16 -83
  105. package/dist/esm/swirl-dialog.entry.js +2 -2
  106. package/dist/esm/swirl-file-uploader.entry.js +2 -2
  107. package/dist/esm/swirl-file-viewer_7.entry.js +2 -2
  108. package/dist/esm/swirl-form-control.entry.js +17 -3
  109. package/dist/esm/swirl-form-group.entry.js +2 -2
  110. package/dist/esm/swirl-heading.entry.js +17 -3
  111. package/dist/esm/swirl-icon-add-photo.entry.js +2 -2
  112. package/dist/esm/swirl-icon-add_4.entry.js +2 -2
  113. package/dist/esm/swirl-icon-admin-panel-settings.entry.js +2 -2
  114. package/dist/esm/swirl-icon-arrow-back.entry.js +2 -2
  115. package/dist/esm/swirl-icon-arrow-downward_2.entry.js +2 -2
  116. package/dist/esm/swirl-icon-arrow-forward.entry.js +2 -2
  117. package/dist/esm/swirl-icon-arrow-left_3.entry.js +2 -2
  118. package/dist/esm/swirl-icon-arrow-right-small.entry.js +2 -2
  119. package/dist/esm/swirl-icon-attachment.entry.js +2 -2
  120. package/dist/esm/swirl-icon-block.entry.js +2 -2
  121. package/dist/esm/swirl-icon-cancel_4.entry.js +2 -2
  122. package/dist/esm/swirl-icon-chat-bubble.entry.js +2 -2
  123. package/dist/esm/swirl-icon-chats-filled.entry.js +2 -2
  124. package/dist/esm/swirl-icon-chats-outlined.entry.js +2 -2
  125. package/dist/esm/swirl-icon-check-circle.entry.js +2 -2
  126. package/dist/esm/swirl-icon-check-small_4.entry.js +3433 -0
  127. package/dist/esm/swirl-icon-check-strong.entry.js +2 -2
  128. package/dist/esm/swirl-icon-check.entry.js +2 -2
  129. package/dist/esm/swirl-icon-chevron-left.entry.js +2 -2
  130. package/dist/esm/swirl-icon-chevron-right.entry.js +2 -2
  131. package/dist/esm/swirl-icon-close-small.entry.js +2 -2
  132. package/dist/esm/swirl-icon-close.entry.js +2 -2
  133. package/dist/esm/swirl-icon-cloud-upload.entry.js +2 -2
  134. package/dist/esm/swirl-icon-column.entry.js +2 -2
  135. package/dist/esm/swirl-icon-comment.entry.js +2 -2
  136. package/dist/esm/swirl-icon-copy.entry.js +2 -2
  137. package/dist/esm/swirl-icon-date-range.entry.js +2 -2
  138. package/dist/esm/swirl-icon-delete.entry.js +2 -2
  139. package/dist/esm/swirl-icon-description.entry.js +2 -2
  140. package/dist/esm/swirl-icon-edit.entry.js +2 -2
  141. package/dist/esm/swirl-icon-emoji-mood.entry.js +2 -2
  142. package/dist/esm/swirl-icon-emoji-satisfied.entry.js +2 -2
  143. package/dist/esm/swirl-icon-error_3.entry.js +3 -3
  144. package/dist/esm/swirl-icon-expand-more.entry.js +2 -2
  145. package/dist/esm/swirl-icon-file.entry.js +2 -2
  146. package/dist/esm/swirl-icon-filter.entry.js +2 -2
  147. package/dist/esm/swirl-icon-folder-shared.entry.js +2 -2
  148. package/dist/esm/swirl-icon-group-assign.entry.js +2 -2
  149. package/dist/esm/swirl-icon-groups-custom.entry.js +2 -2
  150. package/dist/esm/swirl-icon-groups-filled.entry.js +2 -2
  151. package/dist/esm/swirl-icon-groups-outlined.entry.js +2 -2
  152. package/dist/esm/swirl-icon-groups.entry.js +2 -2
  153. package/dist/esm/swirl-icon-help.entry.js +2 -2
  154. package/dist/esm/swirl-icon-image.entry.js +2 -2
  155. package/dist/esm/swirl-icon-info.entry.js +2 -2
  156. package/dist/esm/swirl-icon-inventory.entry.js +2 -2
  157. package/dist/esm/swirl-icon-like.entry.js +2 -2
  158. package/dist/esm/swirl-icon-link.entry.js +2 -2
  159. package/dist/esm/swirl-icon-lock.entry.js +2 -2
  160. package/dist/esm/swirl-icon-logout.entry.js +2 -2
  161. package/dist/esm/swirl-icon-mail.entry.js +2 -2
  162. package/dist/esm/swirl-icon-manage-accounts.entry.js +2 -2
  163. package/dist/esm/swirl-icon-mention.entry.js +2 -2
  164. package/dist/esm/swirl-icon-menu-filled.entry.js +2 -2
  165. package/dist/esm/swirl-icon-menu-outlined.entry.js +2 -2
  166. package/dist/esm/swirl-icon-menu.entry.js +2 -2
  167. package/dist/esm/swirl-icon-message.entry.js +2 -2
  168. package/dist/esm/swirl-icon-more-horizontal.entry.js +2 -2
  169. package/dist/esm/swirl-icon-more-vertikal.entry.js +2 -2
  170. package/dist/esm/swirl-icon-news-filled.entry.js +2 -2
  171. package/dist/esm/swirl-icon-news-outlined.entry.js +2 -2
  172. package/dist/esm/swirl-icon-notifications-active.entry.js +2 -2
  173. package/dist/esm/swirl-icon-notifications-off.entry.js +2 -2
  174. package/dist/esm/swirl-icon-notifications.entry.js +2 -2
  175. package/dist/esm/swirl-icon-open-in-new.entry.js +2 -2
  176. package/dist/esm/swirl-icon-people-alt.entry.js +2 -2
  177. package/dist/esm/swirl-icon-person-off.entry.js +2 -2
  178. package/dist/esm/swirl-icon-person.entry.js +2 -2
  179. package/dist/esm/swirl-icon-phone.entry.js +2 -2
  180. package/dist/esm/swirl-icon-poll.entry.js +2 -2
  181. package/dist/esm/swirl-icon-print.entry.js +2 -2
  182. package/dist/esm/swirl-icon-recieved.entry.js +2 -2
  183. package/dist/esm/swirl-icon-search-strong.entry.js +2 -2
  184. package/dist/esm/swirl-icon-search.entry.js +2 -2
  185. package/dist/esm/swirl-icon-send.entry.js +2 -2
  186. package/dist/esm/swirl-icon-settings.entry.js +2 -2
  187. package/dist/esm/swirl-icon-sync.entry.js +2 -2
  188. package/dist/esm/swirl-icon-tasks-filled.entry.js +2 -2
  189. package/dist/esm/swirl-icon-tasks-outlined.entry.js +2 -2
  190. package/dist/esm/swirl-icon-time-filled.entry.js +2 -2
  191. package/dist/esm/swirl-icon-time-outlined.entry.js +2 -2
  192. package/dist/esm/swirl-icon-user-assign.entry.js +2 -2
  193. package/dist/esm/swirl-icon-video-camera.entry.js +2 -2
  194. package/dist/esm/swirl-icon-warning.entry.js +2 -2
  195. package/dist/esm/swirl-lightbox.entry.js +3 -3
  196. package/dist/esm/swirl-modal.entry.js +2 -2
  197. package/dist/esm/swirl-pagination.entry.js +2 -2
  198. package/dist/esm/swirl-pdf-reader.entry.js +3 -3
  199. package/dist/esm/swirl-popover.entry.js +4 -4
  200. package/dist/esm/swirl-progress-indicator.entry.js +2 -2
  201. package/dist/esm/swirl-radio.entry.js +2 -2
  202. package/dist/esm/swirl-resource-list-file-item.entry.js +3 -3
  203. package/dist/esm/swirl-search.entry.js +3 -3
  204. package/dist/esm/swirl-select.entry.js +5 -4
  205. package/dist/esm/swirl-stack.entry.js +2 -2
  206. package/dist/esm/swirl-switch.entry.js +2 -2
  207. package/dist/esm/swirl-tab.entry.js +2 -2
  208. package/dist/esm/swirl-table-row.entry.js +2 -2
  209. package/dist/esm/swirl-table.entry.js +1 -1
  210. package/dist/esm/swirl-tabs.entry.js +2 -2
  211. package/dist/esm/swirl-tag.entry.js +2 -2
  212. package/dist/esm/swirl-text-input.entry.js +5 -4
  213. package/dist/esm/swirl-text.entry.js +19 -5
  214. package/dist/esm/swirl-thumbnail.entry.js +2 -2
  215. package/dist/esm/swirl-toast.entry.js +3 -3
  216. package/dist/esm/swirl-tooltip.entry.js +1 -1
  217. package/dist/esm/swirl-tree-navigation-item.entry.js +2 -2
  218. package/dist/esm/{utils-7efaa1c6.js → utils-33d31b58.js} +18 -1
  219. package/dist/esm/wc-datepicker.entry.js +467 -0
  220. package/dist/swirl-components/{p-17e7ea80.entry.js → p-02266563.entry.js} +1 -1
  221. package/dist/swirl-components/{p-31943bc0.entry.js → p-02781ffc.entry.js} +1 -1
  222. package/dist/swirl-components/{p-33e363ed.entry.js → p-033168e0.entry.js} +1 -1
  223. package/dist/swirl-components/{p-968adc69.entry.js → p-0385eb63.entry.js} +1 -1
  224. package/dist/swirl-components/{p-ebc078da.entry.js → p-07c4ec61.entry.js} +1 -1
  225. package/dist/swirl-components/{p-98827f45.entry.js → p-07e6bd5a.entry.js} +1 -1
  226. package/dist/swirl-components/{p-7c514ca1.entry.js → p-0855060e.entry.js} +1 -1
  227. package/dist/swirl-components/p-085518e9.entry.js +7 -0
  228. package/dist/swirl-components/{p-6043df71.entry.js → p-08a271c1.entry.js} +1 -1
  229. package/dist/swirl-components/{p-0924336d.entry.js → p-0ed20748.entry.js} +1 -1
  230. package/dist/swirl-components/p-0f33e5f9.entry.js +1 -0
  231. package/dist/swirl-components/p-1009db9b.entry.js +1 -0
  232. package/dist/swirl-components/{p-a76e4ffc.entry.js → p-1028d75e.entry.js} +1 -1
  233. package/dist/swirl-components/{p-ab7a08a6.entry.js → p-1586b6d7.entry.js} +1 -1
  234. package/dist/swirl-components/{p-67626481.entry.js → p-165b789f.entry.js} +1 -1
  235. package/dist/swirl-components/{p-86bd3473.js → p-16e63a98.js} +1 -1
  236. package/dist/swirl-components/{p-d16f5f72.entry.js → p-17df9c65.entry.js} +1 -1
  237. package/dist/swirl-components/{p-8cabe3e0.entry.js → p-191c1d21.entry.js} +1 -1
  238. package/dist/swirl-components/{p-c63c0897.entry.js → p-19def4b3.entry.js} +1 -1
  239. package/dist/swirl-components/{p-29e918f4.entry.js → p-1a89f98d.entry.js} +1 -1
  240. package/dist/swirl-components/p-1de6c923.entry.js +1 -0
  241. package/dist/swirl-components/p-1fa4cad9.entry.js +1 -0
  242. package/dist/swirl-components/{p-3991c596.entry.js → p-22eb8331.entry.js} +1 -1
  243. package/dist/swirl-components/{p-d46f437e.entry.js → p-252067c8.entry.js} +1 -1
  244. package/dist/swirl-components/{p-ffe7373d.entry.js → p-2667afa2.entry.js} +1 -1
  245. package/dist/swirl-components/{p-6c620f94.entry.js → p-26db1190.entry.js} +1 -1
  246. package/dist/swirl-components/{p-8f3d1f73.entry.js → p-26f538a6.entry.js} +1 -1
  247. package/dist/swirl-components/{p-659b4fcb.entry.js → p-2a973f5c.entry.js} +1 -1
  248. package/dist/swirl-components/{p-297800ad.entry.js → p-2ab5a45c.entry.js} +1 -1
  249. package/dist/swirl-components/{p-1bff5707.entry.js → p-2ce152e6.entry.js} +1 -1
  250. package/dist/swirl-components/{p-898341d1.entry.js → p-2e34f705.entry.js} +1 -1
  251. package/dist/swirl-components/{p-a61783f1.entry.js → p-30a6b367.entry.js} +1 -1
  252. package/dist/swirl-components/{p-409900a9.entry.js → p-322f0adb.entry.js} +1 -1
  253. package/dist/swirl-components/{p-f17a9780.entry.js → p-33f36ef4.entry.js} +1 -1
  254. package/dist/swirl-components/{p-634e09ad.entry.js → p-35cafad6.entry.js} +1 -1
  255. package/dist/swirl-components/{p-21267175.entry.js → p-3817b462.entry.js} +1 -1
  256. package/dist/swirl-components/{p-745ae10f.entry.js → p-3884afc6.entry.js} +1 -1
  257. package/dist/swirl-components/{p-fb50f7b6.entry.js → p-3918570b.entry.js} +1 -1
  258. package/dist/swirl-components/{p-f8b0f92a.entry.js → p-3f536626.entry.js} +1 -1
  259. package/dist/swirl-components/{p-91039432.entry.js → p-3fb70da1.entry.js} +1 -1
  260. package/dist/swirl-components/{p-96ac53d5.entry.js → p-4054dc61.entry.js} +1 -1
  261. package/dist/swirl-components/{p-5e45f6dc.entry.js → p-40ee5d5c.entry.js} +1 -1
  262. package/dist/swirl-components/p-40ef764d.entry.js +1 -0
  263. package/dist/swirl-components/p-4114d875.entry.js +1 -0
  264. package/dist/swirl-components/{p-733abfbd.entry.js → p-413371ca.entry.js} +1 -1
  265. package/dist/swirl-components/{p-ed56aa85.entry.js → p-465934b5.entry.js} +1 -1
  266. package/dist/swirl-components/{p-294983c3.entry.js → p-48d6ac1d.entry.js} +1 -1
  267. package/dist/swirl-components/{p-4268041a.entry.js → p-4ba456d3.entry.js} +1 -1
  268. package/dist/swirl-components/p-4ef99de5.js +1 -0
  269. package/dist/swirl-components/{p-f09a3f4e.entry.js → p-50b406ed.entry.js} +1 -1
  270. package/dist/swirl-components/{p-8157c96f.entry.js → p-51f56295.entry.js} +1 -1
  271. package/dist/swirl-components/{p-5612f03c.entry.js → p-5b0671a7.entry.js} +1 -1
  272. package/dist/swirl-components/{p-d15994cb.entry.js → p-5bea4bb0.entry.js} +1 -1
  273. package/dist/swirl-components/{p-4f04a176.entry.js → p-5df552ca.entry.js} +1 -1
  274. package/dist/swirl-components/{p-0ed40682.entry.js → p-5e639fbe.entry.js} +1 -1
  275. package/dist/swirl-components/{p-4a16e7e1.entry.js → p-5e7a16ad.entry.js} +1 -1
  276. package/dist/swirl-components/p-627c1474.entry.js +1 -0
  277. package/dist/swirl-components/{p-4e08d391.entry.js → p-64889756.entry.js} +1 -1
  278. package/dist/swirl-components/{p-e8bb09e8.js → p-6526bf3e.js} +0 -0
  279. package/dist/swirl-components/{p-4d7dcfee.entry.js → p-6542ad23.entry.js} +1 -1
  280. package/dist/swirl-components/{p-0d66f638.entry.js → p-68ae564c.entry.js} +1 -1
  281. package/dist/swirl-components/{p-027eabd9.entry.js → p-68ebab79.entry.js} +1 -1
  282. package/dist/swirl-components/{p-d69a0a99.entry.js → p-6a3e0ea9.entry.js} +1 -1
  283. package/dist/swirl-components/{p-170a2b48.entry.js → p-6e6e8e46.entry.js} +1 -1
  284. package/dist/swirl-components/{p-1391e221.entry.js → p-6ed9ab51.entry.js} +1 -1
  285. package/dist/swirl-components/{p-38d67d0e.entry.js → p-6ef0d4f9.entry.js} +1 -1
  286. package/dist/swirl-components/{p-3335383c.entry.js → p-714ad338.entry.js} +1 -1
  287. package/dist/swirl-components/{p-8ee094ca.entry.js → p-71732b9a.entry.js} +1 -1
  288. package/dist/swirl-components/{p-acd8fa1d.entry.js → p-766a7c18.entry.js} +1 -1
  289. package/dist/swirl-components/{p-88abc2db.entry.js → p-76b6b5e3.entry.js} +1 -1
  290. package/dist/swirl-components/{p-a2a3e866.entry.js → p-7825d1c5.entry.js} +1 -1
  291. package/dist/swirl-components/{p-70805149.entry.js → p-78e68acc.entry.js} +1 -1
  292. package/dist/swirl-components/{p-e8618da9.entry.js → p-7a240cf1.entry.js} +1 -1
  293. package/dist/swirl-components/p-7b0adf16.js +7 -0
  294. package/dist/swirl-components/{p-0dd24ec2.entry.js → p-7be538a8.entry.js} +1 -1
  295. package/dist/swirl-components/{p-d2311589.entry.js → p-7f4b8227.entry.js} +1 -1
  296. package/dist/swirl-components/{p-d9760e10.entry.js → p-7fa60f01.entry.js} +1 -1
  297. package/dist/swirl-components/{p-5af19090.entry.js → p-825c1a14.entry.js} +1 -1
  298. package/dist/swirl-components/{p-6e4135eb.entry.js → p-85bb5e81.entry.js} +1 -1
  299. package/dist/swirl-components/{p-c45a50a2.entry.js → p-86183269.entry.js} +1 -1
  300. package/dist/swirl-components/{p-5d0acbf4.entry.js → p-891371a2.entry.js} +1 -1
  301. package/dist/swirl-components/{p-708ea5cf.entry.js → p-89c23241.entry.js} +1 -1
  302. package/dist/swirl-components/{p-d78eb6d8.entry.js → p-89fde1cc.entry.js} +1 -1
  303. package/dist/swirl-components/{p-9f45803b.entry.js → p-8a590a8c.entry.js} +1 -1
  304. package/dist/swirl-components/{p-7a1181b5.entry.js → p-8c7bb6bc.entry.js} +1 -1
  305. package/dist/swirl-components/{p-0206d806.entry.js → p-8e61ba5c.entry.js} +1 -1
  306. package/dist/swirl-components/{p-2aaeb1e6.entry.js → p-8f9b3dda.entry.js} +1 -1
  307. package/dist/swirl-components/p-9142e03b.js +1 -0
  308. package/dist/swirl-components/{p-7602ab40.entry.js → p-920803e1.entry.js} +1 -1
  309. package/dist/swirl-components/p-9bf40265.entry.js +8 -0
  310. package/dist/swirl-components/{p-dbd1b662.entry.js → p-9c691a7b.entry.js} +1 -1
  311. package/dist/swirl-components/{p-32c2d812.entry.js → p-9d9088b6.entry.js} +1 -1
  312. package/dist/swirl-components/{p-49abf88c.entry.js → p-9e963d88.entry.js} +1 -1
  313. package/dist/swirl-components/{p-e7c325b7.entry.js → p-a2da04e6.entry.js} +1 -1
  314. package/dist/swirl-components/{p-96ee66e7.entry.js → p-a452a75d.entry.js} +1 -1
  315. package/dist/swirl-components/{p-e419a9cb.entry.js → p-a80a32e8.entry.js} +1 -1
  316. package/dist/swirl-components/{p-1253d22b.entry.js → p-aa7ea196.entry.js} +1 -1
  317. package/dist/swirl-components/{p-cd8446b2.entry.js → p-abc8f079.entry.js} +1 -1
  318. package/dist/swirl-components/p-af1ffdfc.entry.js +1 -0
  319. package/dist/swirl-components/{p-6baff764.entry.js → p-b0625526.entry.js} +1 -1
  320. package/dist/swirl-components/{p-20ac0472.entry.js → p-b1956111.entry.js} +1 -1
  321. package/dist/swirl-components/{p-e3293a79.entry.js → p-b590bcba.entry.js} +1 -1
  322. package/dist/swirl-components/{p-2bcb979a.entry.js → p-bdfb7b88.entry.js} +1 -1
  323. package/dist/swirl-components/{p-8d998974.entry.js → p-c34e0d50.entry.js} +1 -1
  324. package/dist/swirl-components/{p-043d093e.entry.js → p-c3a7a4bc.entry.js} +1 -1
  325. package/dist/swirl-components/{p-582364ee.entry.js → p-c467d912.entry.js} +1 -1
  326. package/dist/swirl-components/{p-5028921b.entry.js → p-c6578cd1.entry.js} +1 -1
  327. package/dist/swirl-components/{p-d730ab29.entry.js → p-cfb78d4d.entry.js} +1 -1
  328. package/dist/swirl-components/p-d1315bab.entry.js +1 -0
  329. package/dist/swirl-components/{p-c6b1fe02.entry.js → p-d30b3b0a.entry.js} +1 -1
  330. package/dist/swirl-components/{p-a0a3e5d3.entry.js → p-d31e7e68.entry.js} +1 -1
  331. package/dist/swirl-components/{p-a5497705.entry.js → p-d370621c.entry.js} +1 -1
  332. package/dist/swirl-components/{p-99244721.entry.js → p-d3bae550.entry.js} +1 -1
  333. package/dist/swirl-components/{p-0cb291d0.entry.js → p-d6de86fd.entry.js} +1 -1
  334. package/dist/swirl-components/{p-f06a85d3.entry.js → p-d86dbbfc.entry.js} +1 -1
  335. package/dist/swirl-components/{p-90559cbf.entry.js → p-df0c1b6d.entry.js} +1 -1
  336. package/dist/swirl-components/{p-4307ddfe.entry.js → p-e1d74bed.entry.js} +1 -1
  337. package/dist/swirl-components/{p-2fa4c633.entry.js → p-e43e9dc9.entry.js} +1 -1
  338. package/dist/swirl-components/{p-474f4c76.entry.js → p-e66cfaa4.entry.js} +1 -1
  339. package/dist/swirl-components/{p-692e4e5c.entry.js → p-e9c0e313.entry.js} +1 -1
  340. package/dist/swirl-components/{p-15b398b3.entry.js → p-eea09884.entry.js} +1 -1
  341. package/dist/swirl-components/{p-c9307120.entry.js → p-f18a29cb.entry.js} +1 -1
  342. package/dist/swirl-components/{p-c215db6a.entry.js → p-f2683c24.entry.js} +1 -1
  343. package/dist/swirl-components/{p-0a5d1a8f.entry.js → p-f286106d.entry.js} +1 -1
  344. package/dist/swirl-components/{p-13295f24.entry.js → p-f300c8c0.entry.js} +1 -1
  345. package/dist/swirl-components/{p-eac6d46d.entry.js → p-f575ce1b.entry.js} +1 -1
  346. package/dist/swirl-components/{p-06e76536.entry.js → p-f62b9110.entry.js} +1 -1
  347. package/dist/swirl-components/{p-92709d5b.entry.js → p-f88bf73d.entry.js} +1 -1
  348. package/dist/swirl-components/{p-5f461f84.entry.js → p-f8ebfb67.entry.js} +1 -1
  349. package/dist/swirl-components/{p-4181aa7a.entry.js → p-f95cc7e0.entry.js} +1 -1
  350. package/dist/swirl-components/{p-38d22e69.entry.js → p-f9f776e3.entry.js} +1 -1
  351. package/dist/swirl-components/{p-941e7960.entry.js → p-fa26ba4a.entry.js} +1 -1
  352. package/dist/swirl-components/{p-6f039422.entry.js → p-fbc2a9eb.entry.js} +1 -1
  353. package/dist/swirl-components/{p-1339648a.entry.js → p-fc578f42.entry.js} +1 -1
  354. package/dist/swirl-components/{p-f2763bd6.entry.js → p-fed1e05b.entry.js} +1 -1
  355. package/dist/swirl-components/swirl-components.css +1 -1
  356. package/dist/swirl-components/swirl-components.esm.js +1 -1
  357. package/dist/types/components/swirl-autocomplete/swirl-autocomplete.d.ts +2 -1
  358. package/dist/types/components/swirl-date-input/swirl-date-input.d.ts +6 -3
  359. package/dist/types/components/swirl-date-picker/swirl-date-picker.d.ts +6 -10
  360. package/dist/types/components/swirl-date-picker/swirl-date-picker.stories.d.ts +0 -7
  361. package/dist/types/components/swirl-form-control/swirl-form-control.d.ts +2 -0
  362. package/dist/types/components/swirl-heading/swirl-heading.d.ts +5 -0
  363. package/dist/types/components/swirl-heading/swirl-heading.stories.d.ts +5 -0
  364. package/dist/types/components/swirl-icon/icons/swirl-icon-drag-handle.d.ts +5 -0
  365. package/dist/types/components/swirl-option-list/swirl-option-list.d.ts +21 -0
  366. package/dist/types/components/swirl-option-list-item/swirl-option-list-item.d.ts +8 -0
  367. package/dist/types/components/swirl-option-list-item/swirl-option-list-item.stories.d.ts +8 -0
  368. package/dist/types/components/swirl-select/swirl-select.d.ts +2 -1
  369. package/dist/types/components/swirl-text/swirl-text.d.ts +6 -0
  370. package/dist/types/components/swirl-text/swirl-text.stories.d.ts +5 -0
  371. package/dist/types/components/swirl-text-input/swirl-text-input.d.ts +1 -0
  372. package/dist/types/components.d.ts +62 -9
  373. package/dist/types/index.d.ts +2 -0
  374. package/dist/types/utils.d.ts +1 -0
  375. package/dist/typings.d.ts +1 -0
  376. package/package.json +23 -14
  377. package/vscode-data.json +85 -0
  378. package/dist/cjs/swirl-icon-check-small_3.cjs.entry.js +0 -261
  379. package/dist/components/_commonjsHelpers.js +0 -36
  380. package/dist/esm/swirl-icon-check-small_3.entry.js +0 -255
  381. package/dist/swirl-components/p-0dcba8b2.entry.js +0 -1
  382. package/dist/swirl-components/p-36573727.entry.js +0 -1
  383. package/dist/swirl-components/p-51097641.entry.js +0 -1
  384. package/dist/swirl-components/p-6272f11a.entry.js +0 -1
  385. package/dist/swirl-components/p-76e4350f.entry.js +0 -1
  386. package/dist/swirl-components/p-9a74850d.entry.js +0 -1
  387. package/dist/swirl-components/p-cbd8f173.entry.js +0 -1
  388. package/dist/swirl-components/p-d09dc70d.entry.js +0 -7
  389. package/dist/swirl-components/p-d3d722dc.js +0 -7
  390. package/dist/swirl-components/p-d97d183f.js +0 -1
  391. package/dist/swirl-components/p-e0aca739.entry.js +0 -1
  392. package/dist/swirl-components/p-ea5e12d7.entry.js +0 -1
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-01-12T08:13:45",
2
+ "timestamp": "2023-01-23T08:41:04",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "2.17.3",
@@ -94,9 +94,13 @@
94
94
  "swirl-heading",
95
95
  "swirl-text"
96
96
  ],
97
+ "swirl-option-list": [
98
+ "swirl-visually-hidden"
99
+ ],
97
100
  "swirl-option-list-item": [
98
101
  "swirl-icon-check-strong",
99
- "swirl-icon-check-small"
102
+ "swirl-icon-check-small",
103
+ "swirl-icon-drag-handle"
100
104
  ]
101
105
  }
102
106
  },
@@ -747,6 +751,22 @@
747
751
  "optional": true,
748
752
  "required": false
749
753
  },
754
+ {
755
+ "name": "inline",
756
+ "type": "boolean",
757
+ "mutable": false,
758
+ "attr": "inline",
759
+ "reflectToAttr": false,
760
+ "docs": "",
761
+ "docsTags": [],
762
+ "values": [
763
+ {
764
+ "type": "boolean"
765
+ }
766
+ ],
767
+ "optional": true,
768
+ "required": false
769
+ },
750
770
  {
751
771
  "name": "invalid",
752
772
  "type": "boolean",
@@ -949,9 +969,13 @@
949
969
  "swirl-spinner": [
950
970
  "swirl-visually-hidden"
951
971
  ],
972
+ "swirl-option-list": [
973
+ "swirl-visually-hidden"
974
+ ],
952
975
  "swirl-option-list-item": [
953
976
  "swirl-icon-check-strong",
954
- "swirl-icon-check-small"
977
+ "swirl-icon-check-small",
978
+ "swirl-icon-drag-handle"
955
979
  ]
956
980
  }
957
981
  },
@@ -3083,6 +3107,23 @@
3083
3107
  "optional": true,
3084
3108
  "required": false
3085
3109
  },
3110
+ {
3111
+ "name": "datePickerTriggerLabel",
3112
+ "type": "string",
3113
+ "mutable": false,
3114
+ "attr": "date-picker-trigger-label",
3115
+ "reflectToAttr": false,
3116
+ "docs": "",
3117
+ "docsTags": [],
3118
+ "default": "\"Open date picker\"",
3119
+ "values": [
3120
+ {
3121
+ "type": "string"
3122
+ }
3123
+ ],
3124
+ "optional": true,
3125
+ "required": false
3126
+ },
3086
3127
  {
3087
3128
  "name": "disabled",
3088
3129
  "type": "boolean",
@@ -3116,6 +3157,22 @@
3116
3157
  "optional": true,
3117
3158
  "required": false
3118
3159
  },
3160
+ {
3161
+ "name": "inline",
3162
+ "type": "boolean",
3163
+ "mutable": false,
3164
+ "attr": "inline",
3165
+ "reflectToAttr": false,
3166
+ "docs": "",
3167
+ "docsTags": [],
3168
+ "values": [
3169
+ {
3170
+ "type": "boolean"
3171
+ }
3172
+ ],
3173
+ "optional": true,
3174
+ "required": false
3175
+ },
3119
3176
  {
3120
3177
  "name": "invalid",
3121
3178
  "type": "boolean",
@@ -3133,39 +3190,32 @@
3133
3190
  "required": false
3134
3191
  },
3135
3192
  {
3136
- "name": "locale",
3137
- "type": "{ days?: string[]; daysShort?: string[]; daysMin?: string[]; months?: string[]; monthsShort?: string[]; today?: string; clear?: string; dateFormat?: string; timeFormat?: string; firstDay?: 0 | 1 | 2 | 3 | 4 | 5 | 6; }",
3193
+ "name": "labels",
3194
+ "type": "{ clearButton: string; monthSelect: string; nextMonthButton: string; nextYearButton: string; picker: string; previousMonthButton: string; previousYearButton: string; todayButton: string; yearSelect: string; }",
3138
3195
  "mutable": false,
3139
3196
  "reflectToAttr": false,
3140
3197
  "docs": "",
3141
3198
  "docsTags": [],
3142
3199
  "values": [
3143
3200
  {
3144
- "type": "{ days?: string[]; daysShort?: string[]; daysMin?: string[]; months?: string[]; monthsShort?: string[]; today?: string; clear?: string; dateFormat?: string; timeFormat?: string; firstDay?: 0"
3145
- },
3146
- {
3147
- "value": "1",
3148
- "type": "number"
3149
- },
3150
- {
3151
- "value": "2",
3152
- "type": "number"
3153
- },
3154
- {
3155
- "value": "3",
3156
- "type": "number"
3157
- },
3158
- {
3159
- "value": "4",
3160
- "type": "number"
3161
- },
3162
- {
3163
- "value": "5",
3164
- "type": "number"
3165
- },
3201
+ "type": "{ clearButton: string; monthSelect: string; nextMonthButton: string; nextYearButton: string; picker: string; previousMonthButton: string; previousYearButton: string; todayButton: string; yearSelect: string; }"
3202
+ }
3203
+ ],
3204
+ "optional": true,
3205
+ "required": false
3206
+ },
3207
+ {
3208
+ "name": "locale",
3209
+ "type": "string",
3210
+ "mutable": false,
3211
+ "attr": "locale",
3212
+ "reflectToAttr": false,
3213
+ "docs": "",
3214
+ "docsTags": [],
3215
+ "default": "\"en-US\"",
3216
+ "values": [
3166
3217
  {
3167
- "value": "6; }",
3168
- "type": "number"
3218
+ "type": "string"
3169
3219
  }
3170
3220
  ],
3171
3221
  "optional": true,
@@ -3264,6 +3314,9 @@
3264
3314
  "swirl-icon-today",
3265
3315
  "swirl-popover",
3266
3316
  "swirl-date-picker"
3317
+ ],
3318
+ "swirl-date-picker": [
3319
+ "wc-datepicker"
3267
3320
  ]
3268
3321
  }
3269
3322
  },
@@ -3276,70 +3329,32 @@
3276
3329
  "usage": {},
3277
3330
  "props": [
3278
3331
  {
3279
- "name": "locale",
3280
- "type": "{ days?: string[]; daysShort?: string[]; daysMin?: string[]; months?: string[]; monthsShort?: string[]; today?: string; clear?: string; dateFormat?: string; timeFormat?: string; firstDay?: 0 | 1 | 2 | 3 | 4 | 5 | 6; }",
3281
- "mutable": false,
3282
- "reflectToAttr": false,
3283
- "docs": "",
3284
- "docsTags": [],
3285
- "default": "localeEn",
3286
- "values": [
3287
- {
3288
- "type": "{ days?: string[]; daysShort?: string[]; daysMin?: string[]; months?: string[]; monthsShort?: string[]; today?: string; clear?: string; dateFormat?: string; timeFormat?: string; firstDay?: 0"
3289
- },
3290
- {
3291
- "value": "1",
3292
- "type": "number"
3293
- },
3294
- {
3295
- "value": "2",
3296
- "type": "number"
3297
- },
3298
- {
3299
- "value": "3",
3300
- "type": "number"
3301
- },
3302
- {
3303
- "value": "4",
3304
- "type": "number"
3305
- },
3306
- {
3307
- "value": "5",
3308
- "type": "number"
3309
- },
3310
- {
3311
- "value": "6; }",
3312
- "type": "number"
3313
- }
3314
- ],
3315
- "optional": true,
3316
- "required": false
3317
- },
3318
- {
3319
- "name": "maxDate",
3320
- "type": "Date",
3332
+ "name": "labels",
3333
+ "type": "{ clearButton: string; monthSelect: string; nextMonthButton: string; nextYearButton: string; picker: string; previousMonthButton: string; previousYearButton: string; todayButton: string; yearSelect: string; }",
3321
3334
  "mutable": false,
3322
3335
  "reflectToAttr": false,
3323
3336
  "docs": "",
3324
3337
  "docsTags": [],
3325
3338
  "values": [
3326
3339
  {
3327
- "type": "Date"
3340
+ "type": "{ clearButton: string; monthSelect: string; nextMonthButton: string; nextYearButton: string; picker: string; previousMonthButton: string; previousYearButton: string; todayButton: string; yearSelect: string; }"
3328
3341
  }
3329
3342
  ],
3330
3343
  "optional": true,
3331
3344
  "required": false
3332
3345
  },
3333
3346
  {
3334
- "name": "minDate",
3335
- "type": "Date",
3347
+ "name": "locale",
3348
+ "type": "string",
3336
3349
  "mutable": false,
3350
+ "attr": "locale",
3337
3351
  "reflectToAttr": false,
3338
3352
  "docs": "",
3339
3353
  "docsTags": [],
3354
+ "default": "\"en-US\"",
3340
3355
  "values": [
3341
3356
  {
3342
- "type": "Date"
3357
+ "type": "string"
3343
3358
  }
3344
3359
  ],
3345
3360
  "optional": true,
@@ -3414,8 +3429,13 @@
3414
3429
  "dependents": [
3415
3430
  "swirl-date-input"
3416
3431
  ],
3417
- "dependencies": [],
3432
+ "dependencies": [
3433
+ "wc-datepicker"
3434
+ ],
3418
3435
  "dependencyGraph": {
3436
+ "swirl-date-picker": [
3437
+ "wc-datepicker"
3438
+ ],
3419
3439
  "swirl-date-input": [
3420
3440
  "swirl-date-picker"
3421
3441
  ]
@@ -4934,6 +4954,22 @@
4934
4954
  "optional": true,
4935
4955
  "required": false
4936
4956
  },
4957
+ {
4958
+ "name": "inline",
4959
+ "type": "boolean",
4960
+ "mutable": false,
4961
+ "attr": "inline",
4962
+ "reflectToAttr": false,
4963
+ "docs": "",
4964
+ "docsTags": [],
4965
+ "values": [
4966
+ {
4967
+ "type": "boolean"
4968
+ }
4969
+ ],
4970
+ "optional": true,
4971
+ "required": false
4972
+ },
4937
4973
  {
4938
4974
  "name": "invalid",
4939
4975
  "type": "boolean",
@@ -5122,6 +5158,23 @@
5122
5158
  "optional": true,
5123
5159
  "required": false
5124
5160
  },
5161
+ {
5162
+ "name": "balance",
5163
+ "type": "boolean",
5164
+ "mutable": false,
5165
+ "attr": "balance",
5166
+ "reflectToAttr": false,
5167
+ "docs": "",
5168
+ "docsTags": [],
5169
+ "default": "true",
5170
+ "values": [
5171
+ {
5172
+ "type": "boolean"
5173
+ }
5174
+ ],
5175
+ "optional": true,
5176
+ "required": false
5177
+ },
5125
5178
  {
5126
5179
  "name": "headingId",
5127
5180
  "type": "string",
@@ -5195,7 +5248,14 @@
5195
5248
  ],
5196
5249
  "methods": [],
5197
5250
  "events": [],
5198
- "listeners": [],
5251
+ "listeners": [
5252
+ {
5253
+ "event": "resize",
5254
+ "target": "window",
5255
+ "capture": false,
5256
+ "passive": true
5257
+ }
5258
+ ],
5199
5259
  "styles": [],
5200
5260
  "slots": [],
5201
5261
  "parts": [],
@@ -7039,6 +7099,66 @@
7039
7099
  ]
7040
7100
  }
7041
7101
  },
7102
+ {
7103
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-drag-handle.tsx",
7104
+ "encapsulation": "shadow",
7105
+ "tag": "swirl-icon-drag-handle",
7106
+ "docs": "",
7107
+ "docsTags": [],
7108
+ "usage": {},
7109
+ "props": [
7110
+ {
7111
+ "name": "size",
7112
+ "type": "16 | 20 | 24 | 28",
7113
+ "mutable": false,
7114
+ "attr": "size",
7115
+ "reflectToAttr": false,
7116
+ "docs": "",
7117
+ "docsTags": [],
7118
+ "default": "24",
7119
+ "values": [
7120
+ {
7121
+ "value": "16",
7122
+ "type": "number"
7123
+ },
7124
+ {
7125
+ "value": "20",
7126
+ "type": "number"
7127
+ },
7128
+ {
7129
+ "value": "24",
7130
+ "type": "number"
7131
+ },
7132
+ {
7133
+ "value": "28",
7134
+ "type": "number"
7135
+ }
7136
+ ],
7137
+ "optional": false,
7138
+ "required": false
7139
+ }
7140
+ ],
7141
+ "methods": [],
7142
+ "events": [],
7143
+ "listeners": [],
7144
+ "styles": [],
7145
+ "slots": [],
7146
+ "parts": [
7147
+ {
7148
+ "name": "icon",
7149
+ "docs": ""
7150
+ }
7151
+ ],
7152
+ "dependents": [
7153
+ "swirl-option-list-item"
7154
+ ],
7155
+ "dependencies": [],
7156
+ "dependencyGraph": {
7157
+ "swirl-option-list-item": [
7158
+ "swirl-icon-drag-handle"
7159
+ ]
7160
+ }
7161
+ },
7042
7162
  {
7043
7163
  "filePath": "./src/components/swirl-icon/icons/swirl-icon-edit.tsx",
7044
7164
  "encapsulation": "shadow",
@@ -10995,6 +11115,73 @@
10995
11115
  "docsTags": [],
10996
11116
  "usage": {},
10997
11117
  "props": [
11118
+ {
11119
+ "name": "allowDrag",
11120
+ "type": "boolean",
11121
+ "mutable": false,
11122
+ "attr": "allow-drag",
11123
+ "reflectToAttr": false,
11124
+ "docs": "",
11125
+ "docsTags": [],
11126
+ "values": [
11127
+ {
11128
+ "type": "boolean"
11129
+ }
11130
+ ],
11131
+ "optional": true,
11132
+ "required": false
11133
+ },
11134
+ {
11135
+ "name": "assistiveTextItemGrabbed",
11136
+ "type": "string",
11137
+ "mutable": false,
11138
+ "attr": "assistive-text-item-grabbed",
11139
+ "reflectToAttr": false,
11140
+ "docs": "",
11141
+ "docsTags": [],
11142
+ "default": "\"Item grabbed. Use arrow keys to move item up or down. Use spacebar to save position.\"",
11143
+ "values": [
11144
+ {
11145
+ "type": "string"
11146
+ }
11147
+ ],
11148
+ "optional": true,
11149
+ "required": false
11150
+ },
11151
+ {
11152
+ "name": "assistiveTextItemMoved",
11153
+ "type": "string",
11154
+ "mutable": false,
11155
+ "attr": "assistive-text-item-moved",
11156
+ "reflectToAttr": false,
11157
+ "docs": "",
11158
+ "docsTags": [],
11159
+ "default": "\"Item moved. New position:\"",
11160
+ "values": [
11161
+ {
11162
+ "type": "string"
11163
+ }
11164
+ ],
11165
+ "optional": true,
11166
+ "required": false
11167
+ },
11168
+ {
11169
+ "name": "assistiveTextItemMoving",
11170
+ "type": "string",
11171
+ "mutable": false,
11172
+ "attr": "assistive-text-item-moving",
11173
+ "reflectToAttr": false,
11174
+ "docs": "",
11175
+ "docsTags": [],
11176
+ "default": "\"Current position:\"",
11177
+ "values": [
11178
+ {
11179
+ "type": "string"
11180
+ }
11181
+ ],
11182
+ "optional": true,
11183
+ "required": false
11184
+ },
10998
11185
  {
10999
11186
  "name": "disabled",
11000
11187
  "type": "boolean",
@@ -11078,6 +11265,15 @@
11078
11265
  ],
11079
11266
  "methods": [],
11080
11267
  "events": [
11268
+ {
11269
+ "event": "itemDrop",
11270
+ "detail": "{ oldIndex: number; newIndex: number; }",
11271
+ "bubbles": true,
11272
+ "cancelable": true,
11273
+ "composed": true,
11274
+ "docs": "",
11275
+ "docsTags": []
11276
+ },
11081
11277
  {
11082
11278
  "event": "valueChange",
11083
11279
  "detail": "string[]",
@@ -11097,8 +11293,13 @@
11097
11293
  "swirl-autocomplete",
11098
11294
  "swirl-select"
11099
11295
  ],
11100
- "dependencies": [],
11296
+ "dependencies": [
11297
+ "swirl-visually-hidden"
11298
+ ],
11101
11299
  "dependencyGraph": {
11300
+ "swirl-option-list": [
11301
+ "swirl-visually-hidden"
11302
+ ],
11102
11303
  "file-manager": [
11103
11304
  "swirl-option-list"
11104
11305
  ],
@@ -11112,12 +11313,28 @@
11112
11313
  },
11113
11314
  {
11114
11315
  "filePath": "./src/components/swirl-option-list-item/swirl-option-list-item.tsx",
11115
- "encapsulation": "shadow",
11316
+ "encapsulation": "scoped",
11116
11317
  "tag": "swirl-option-list-item",
11117
11318
  "docs": "",
11118
11319
  "docsTags": [],
11119
11320
  "usage": {},
11120
11321
  "props": [
11322
+ {
11323
+ "name": "allowDrag",
11324
+ "type": "boolean",
11325
+ "mutable": false,
11326
+ "attr": "allow-drag",
11327
+ "reflectToAttr": false,
11328
+ "docs": "",
11329
+ "docsTags": [],
11330
+ "values": [
11331
+ {
11332
+ "type": "boolean"
11333
+ }
11334
+ ],
11335
+ "optional": true,
11336
+ "required": false
11337
+ },
11121
11338
  {
11122
11339
  "name": "context",
11123
11340
  "type": "\"multi-select\" | \"single-select\"",
@@ -11156,6 +11373,56 @@
11156
11373
  "optional": true,
11157
11374
  "required": false
11158
11375
  },
11376
+ {
11377
+ "name": "dragHandleDescription",
11378
+ "type": "string",
11379
+ "mutable": false,
11380
+ "attr": "drag-handle-description",
11381
+ "reflectToAttr": false,
11382
+ "docs": "",
11383
+ "docsTags": [],
11384
+ "default": "\"Press spacebar to toggle grab\"",
11385
+ "values": [
11386
+ {
11387
+ "type": "string"
11388
+ }
11389
+ ],
11390
+ "optional": true,
11391
+ "required": false
11392
+ },
11393
+ {
11394
+ "name": "dragHandleLabel",
11395
+ "type": "string",
11396
+ "mutable": false,
11397
+ "attr": "drag-handle-label",
11398
+ "reflectToAttr": false,
11399
+ "docs": "",
11400
+ "docsTags": [],
11401
+ "default": "\"Move option\"",
11402
+ "values": [
11403
+ {
11404
+ "type": "string"
11405
+ }
11406
+ ],
11407
+ "optional": true,
11408
+ "required": false
11409
+ },
11410
+ {
11411
+ "name": "dragging",
11412
+ "type": "boolean",
11413
+ "mutable": false,
11414
+ "attr": "dragging",
11415
+ "reflectToAttr": false,
11416
+ "docs": "",
11417
+ "docsTags": [],
11418
+ "values": [
11419
+ {
11420
+ "type": "boolean"
11421
+ }
11422
+ ],
11423
+ "optional": true,
11424
+ "required": false
11425
+ },
11159
11426
  {
11160
11427
  "name": "icon",
11161
11428
  "type": "string",
@@ -11223,7 +11490,17 @@
11223
11490
  }
11224
11491
  ],
11225
11492
  "methods": [],
11226
- "events": [],
11493
+ "events": [
11494
+ {
11495
+ "event": "toggleDrag",
11496
+ "detail": "HTMLSwirlOptionListItemElement",
11497
+ "bubbles": true,
11498
+ "cancelable": true,
11499
+ "composed": true,
11500
+ "docs": "",
11501
+ "docsTags": []
11502
+ }
11503
+ ],
11227
11504
  "listeners": [],
11228
11505
  "styles": [],
11229
11506
  "slots": [],
@@ -11243,12 +11520,14 @@
11243
11520
  ],
11244
11521
  "dependencies": [
11245
11522
  "swirl-icon-check-strong",
11246
- "swirl-icon-check-small"
11523
+ "swirl-icon-check-small",
11524
+ "swirl-icon-drag-handle"
11247
11525
  ],
11248
11526
  "dependencyGraph": {
11249
11527
  "swirl-option-list-item": [
11250
11528
  "swirl-icon-check-strong",
11251
- "swirl-icon-check-small"
11529
+ "swirl-icon-check-small",
11530
+ "swirl-icon-drag-handle"
11252
11531
  ],
11253
11532
  "file-manager": [
11254
11533
  "swirl-option-list-item"
@@ -13068,6 +13347,22 @@
13068
13347
  "optional": true,
13069
13348
  "required": false
13070
13349
  },
13350
+ {
13351
+ "name": "inline",
13352
+ "type": "boolean",
13353
+ "mutable": false,
13354
+ "attr": "inline",
13355
+ "reflectToAttr": false,
13356
+ "docs": "",
13357
+ "docsTags": [],
13358
+ "values": [
13359
+ {
13360
+ "type": "boolean"
13361
+ }
13362
+ ],
13363
+ "optional": true,
13364
+ "required": false
13365
+ },
13071
13366
  {
13072
13367
  "name": "invalid",
13073
13368
  "type": "boolean",
@@ -13200,6 +13495,9 @@
13200
13495
  "swirl-icon-expand-more",
13201
13496
  "swirl-popover",
13202
13497
  "swirl-option-list"
13498
+ ],
13499
+ "swirl-option-list": [
13500
+ "swirl-visually-hidden"
13203
13501
  ]
13204
13502
  }
13205
13503
  },
@@ -14317,7 +14615,7 @@
14317
14615
  },
14318
14616
  {
14319
14617
  "filePath": "./src/components/swirl-text/swirl-text.tsx",
14320
- "encapsulation": "shadow",
14618
+ "encapsulation": "scoped",
14321
14619
  "tag": "swirl-text",
14322
14620
  "docs": "",
14323
14621
  "docsTags": [],
@@ -14366,6 +14664,22 @@
14366
14664
  "optional": true,
14367
14665
  "required": false
14368
14666
  },
14667
+ {
14668
+ "name": "balance",
14669
+ "type": "boolean",
14670
+ "mutable": false,
14671
+ "attr": "balance",
14672
+ "reflectToAttr": false,
14673
+ "docs": "",
14674
+ "docsTags": [],
14675
+ "values": [
14676
+ {
14677
+ "type": "boolean"
14678
+ }
14679
+ ],
14680
+ "optional": true,
14681
+ "required": false
14682
+ },
14369
14683
  {
14370
14684
  "name": "color",
14371
14685
  "type": "\"critical\" | \"default\" | \"subdued\" | \"success\" | \"warning\"",
@@ -14497,7 +14811,14 @@
14497
14811
  ],
14498
14812
  "methods": [],
14499
14813
  "events": [],
14500
- "listeners": [],
14814
+ "listeners": [
14815
+ {
14816
+ "event": "resize",
14817
+ "target": "window",
14818
+ "capture": false,
14819
+ "passive": true
14820
+ }
14821
+ ],
14501
14822
  "styles": [],
14502
14823
  "slots": [],
14503
14824
  "parts": [],
@@ -14645,6 +14966,22 @@
14645
14966
  "optional": true,
14646
14967
  "required": false
14647
14968
  },
14969
+ {
14970
+ "name": "inline",
14971
+ "type": "boolean",
14972
+ "mutable": false,
14973
+ "attr": "inline",
14974
+ "reflectToAttr": false,
14975
+ "docs": "",
14976
+ "docsTags": [],
14977
+ "values": [
14978
+ {
14979
+ "type": "boolean"
14980
+ }
14981
+ ],
14982
+ "optional": true,
14983
+ "required": false
14984
+ },
14648
14985
  {
14649
14986
  "name": "invalid",
14650
14987
  "type": "boolean",
@@ -15845,6 +16182,7 @@
15845
16182
  "parts": [],
15846
16183
  "dependents": [
15847
16184
  "swirl-checkbox",
16185
+ "swirl-option-list",
15848
16186
  "swirl-pagination",
15849
16187
  "swirl-radio",
15850
16188
  "swirl-spinner",
@@ -15857,6 +16195,9 @@
15857
16195
  "swirl-checkbox": [
15858
16196
  "swirl-visually-hidden"
15859
16197
  ],
16198
+ "swirl-option-list": [
16199
+ "swirl-visually-hidden"
16200
+ ],
15860
16201
  "swirl-pagination": [
15861
16202
  "swirl-visually-hidden"
15862
16203
  ],