@onereach/ui-components 2.72.2-beta.2272.0 → 2.72.2-beta.2274.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 (264) hide show
  1. package/dist/bundled/v2/{OrButton-4862b98b.js → OrButton-d45772c1.js} +3 -3
  2. package/dist/bundled/v2/{OrCardCollection-55fd8cf6.js → OrCardCollection-4ac89ea5.js} +4 -4
  3. package/dist/bundled/v2/{OrConfirm-10e4fe6a.js → OrConfirm-8c0e957d.js} +2 -2
  4. package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
  5. package/dist/bundled/v2/{OrErrorTag-175a2c4f.js → OrErrorTag-97a9112b.js} +2 -0
  6. package/dist/bundled/v2/{OrIconButton-088ac8ec.js → OrIconButton-837d57f8.js} +1 -1
  7. package/dist/bundled/v2/{OrInlineInput-f2bd6b5c.js → OrInlineInput-57fccb41.js} +1 -1
  8. package/dist/bundled/v2/{OrInlineTextarea-813d4193.js → OrInlineTextarea-f8b86cf7.js} +1 -1
  9. package/dist/bundled/v2/{OrInput-9253f834.js → OrInput-00070eee.js} +1 -1
  10. package/dist/bundled/v2/{OrMenu-6ab53877.js → OrMenu-52da43bc.js} +15 -10
  11. package/dist/bundled/v2/{OrModal-d08fb037.js → OrModal-78f5d49e.js} +1 -1
  12. package/dist/bundled/v2/{OrNotification-bd008b65.js → OrNotification-458fe937.js} +1 -1
  13. package/dist/bundled/v2/{OrPagination-9bf3d797.js → OrPagination-daf25de2.js} +24 -60
  14. package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-15fe65ec.js} +3 -3
  15. package/dist/bundled/v2/{OrSearch-a975639b.js → OrSearch-09fd004c.js} +1 -1
  16. package/dist/bundled/v2/{OrSelect-d3b5780a.js → OrSelect-2ececfc1.js} +2 -2
  17. package/dist/bundled/v2/{OrSidebar-b1442193.js → OrSidebar-a2bc21b9.js} +158 -37
  18. package/dist/bundled/v2/OrSidebarCollapseButton-8297ef86.js +125 -0
  19. package/dist/bundled/v2/{OrTabs-517e2f25.js → OrTabs-d69780fc.js} +1 -1
  20. package/dist/bundled/v2/{OrTag-2903c38e.js → OrTag-4085e8a7.js} +3 -1
  21. package/dist/bundled/v2/{OrTooltip-0c73d25d.js → OrTooltip-b1f38647.js} +1 -1
  22. package/dist/bundled/v2/components/index.js +22 -21
  23. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  24. package/dist/bundled/v2/components/or-card-collection-v3/index.js +7 -7
  25. package/dist/bundled/v2/components/or-confirm-v3/index.js +5 -5
  26. package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
  27. package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
  28. package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
  29. package/dist/bundled/v2/components/or-inline-input-v3/index.js +3 -3
  30. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +3 -3
  31. package/dist/bundled/v2/components/or-input-v3/index.js +3 -3
  32. package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  33. package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
  34. package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
  35. package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
  36. package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
  37. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  38. package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
  39. package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
  40. package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
  41. package/dist/bundled/v2/components/or-search-v3/index.js +4 -4
  42. package/dist/bundled/v2/components/or-select-v3/index.js +5 -5
  43. package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
  44. package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
  45. package/dist/bundled/v2/components/or-sidebar-v3/index.js +13 -1
  46. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.d.ts +1 -0
  47. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +18 -0
  48. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
  49. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
  50. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
  51. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +18 -0
  52. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
  53. package/dist/bundled/v2/components/or-sidebar-v3/styles.d.ts +7 -1
  54. package/dist/bundled/v2/components/or-tabs-v3/index.js +2 -2
  55. package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
  56. package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
  57. package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
  58. package/dist/bundled/v2/index.js +23 -22
  59. package/dist/bundled/v2/{types-d6c9284d.js → types-309b7b94.js} +1 -1
  60. package/dist/bundled/v3/{OrButton-05766523.js → OrButton-a1448bfa.js} +1 -1
  61. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b53e78f5.js → OrButton.vue_vue_type_script_lang-3b1e442b.js} +3 -3
  62. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-40a5aa15.js → OrCardCollection.vue_vue_type_script_lang-f76c3264.js} +7 -7
  63. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-53503801.js → OrConfirm.vue_vue_type_script_lang-eb2bfce2.js} +4 -4
  64. package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
  65. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-fa28d642.js → OrErrorTag.vue_vue_type_script_lang-e2fe7ca9.js} +2 -0
  66. package/dist/bundled/v3/{OrIconButton-72d4d349.js → OrIconButton-e0566ecf.js} +1 -1
  67. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-28452eda.js → OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js} +1 -1
  68. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-96aef83e.js → OrInlineInput.vue_vue_type_script_lang-49ce3308.js} +2 -2
  69. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8be03a08.js → OrInlineTextarea.vue_vue_type_script_lang-8fd761d7.js} +2 -2
  70. package/dist/bundled/v3/{OrInput-6f6c700a.js → OrInput-dcf2606e.js} +1 -1
  71. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-115050fc.js → OrInput.vue_vue_type_script_lang-27220623.js} +2 -2
  72. package/dist/bundled/v3/{OrMenu-bb432db5.js → OrMenu-6d7abe97.js} +10 -9
  73. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5a492eb3.js → OrMenu.vue_vue_type_script_lang-df35fd76.js} +8 -5
  74. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-230bc99d.js → OrModal.vue_vue_type_script_lang-6b1dc231.js} +2 -2
  75. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-d9b2b5bf.js → OrNotification.vue_vue_type_script_lang-d0afc1d7.js} +2 -2
  76. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdb0acc8.js → OrPagination.vue_vue_type_script_lang-f64827ef.js} +20 -35
  77. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-52f660d6.js} +3 -3
  78. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-5c683c38.js → OrSearch.vue_vue_type_script_lang-c054c8db.js} +2 -2
  79. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-84902694.js → OrSelect.vue_vue_type_script_lang-7fd5e2f0.js} +3 -3
  80. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-7f3f1a16.js +291 -0
  81. package/dist/bundled/v3/OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js +75 -0
  82. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ae519161.js → OrTabs.vue_vue_type_script_lang-cb550e87.js} +2 -2
  83. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-33767daa.js → OrTag.vue_vue_type_script_lang-a25a49ee.js} +4 -2
  84. package/dist/bundled/v3/{OrToastContainer-2247bc2a.js → OrToastContainer-6fe12712.js} +1 -1
  85. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-250ecf1d.js → OrTooltip.vue_vue_type_script_lang-bf9935ef.js} +1 -1
  86. package/dist/bundled/v3/components/index.js +26 -25
  87. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  88. package/dist/bundled/v3/components/or-card-collection-v3/index.js +11 -11
  89. package/dist/bundled/v3/components/or-confirm-v3/index.js +8 -8
  90. package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
  91. package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
  92. package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
  93. package/dist/bundled/v3/components/or-inline-input-v3/index.js +4 -4
  94. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +4 -4
  95. package/dist/bundled/v3/components/or-input-v3/index.js +4 -4
  96. package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  97. package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
  98. package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
  99. package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
  100. package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
  101. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  102. package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
  103. package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
  104. package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
  105. package/dist/bundled/v3/components/or-search-v3/index.js +6 -6
  106. package/dist/bundled/v3/components/or-select-v3/index.js +7 -7
  107. package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
  108. package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
  109. package/dist/bundled/v3/components/or-sidebar-v3/index.js +16 -2
  110. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.d.ts +1 -0
  111. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +17 -0
  112. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
  113. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
  114. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
  115. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +17 -0
  116. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
  117. package/dist/bundled/v3/components/or-sidebar-v3/styles.d.ts +7 -1
  118. package/dist/bundled/v3/components/or-tabs-v3/index.js +3 -3
  119. package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
  120. package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
  121. package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
  122. package/dist/bundled/v3/index.js +70 -75
  123. package/dist/bundled/v3/{types-e10af3b0.js → types-22fbf9d6.js} +2 -2
  124. package/dist/esm/v2/{OrButton-18f4431c.js → OrButton-66964360.js} +3 -3
  125. package/dist/esm/v2/{OrCardCollection-322733bc.js → OrCardCollection-5a9eda35.js} +4 -4
  126. package/dist/esm/v2/{OrConfirm-61edc9a5.js → OrConfirm-9dbdedd7.js} +2 -2
  127. package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
  128. package/dist/esm/v2/{OrErrorTag-5346825b.js → OrErrorTag-80f82cdf.js} +2 -0
  129. package/dist/esm/v2/{OrIconButton-a648b35b.js → OrIconButton-04a3566d.js} +1 -1
  130. package/dist/esm/v2/{OrInlineInput-32c724b2.js → OrInlineInput-b85b84b4.js} +1 -1
  131. package/dist/esm/v2/{OrInlineTextarea-a7d1b655.js → OrInlineTextarea-afd33047.js} +1 -1
  132. package/dist/esm/v2/{OrInput-1510deaa.js → OrInput-59a15d80.js} +1 -1
  133. package/dist/esm/v2/{OrMenu-943e7760.js → OrMenu-c276db74.js} +15 -10
  134. package/dist/esm/v2/{OrModal-7b024663.js → OrModal-4e79e0d5.js} +1 -1
  135. package/dist/esm/v2/{OrNotification-4976dc40.js → OrNotification-eac3867f.js} +1 -1
  136. package/dist/esm/v2/{OrPagination-93d78a0d.js → OrPagination-1adbcadb.js} +24 -61
  137. package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
  138. package/dist/esm/v2/{OrSearch-37fac6da.js → OrSearch-7411388b.js} +1 -1
  139. package/dist/esm/v2/{OrSelect-45eb62ae.js → OrSelect-e31d1c8b.js} +2 -2
  140. package/dist/esm/v2/{OrSidebar-7c89f46c.js → OrSidebar-27236fbd.js} +158 -37
  141. package/dist/esm/v2/OrSidebarCollapseButton-cfe51a60.js +123 -0
  142. package/dist/esm/v2/{OrTabs-398348a5.js → OrTabs-96b0473d.js} +1 -1
  143. package/dist/esm/v2/{OrTag-a86928f2.js → OrTag-b2906865.js} +3 -1
  144. package/dist/esm/v2/{OrTooltip-4587b666.js → OrTooltip-629d44fc.js} +1 -1
  145. package/dist/esm/v2/components/index.js +22 -21
  146. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  147. package/dist/esm/v2/components/or-card-collection-v3/index.js +7 -7
  148. package/dist/esm/v2/components/or-confirm-v3/index.js +5 -5
  149. package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
  150. package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
  151. package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
  152. package/dist/esm/v2/components/or-inline-input-v3/index.js +3 -3
  153. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +3 -3
  154. package/dist/esm/v2/components/or-input-v3/index.js +3 -3
  155. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  156. package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
  157. package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
  158. package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
  159. package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
  160. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  161. package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
  162. package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
  163. package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
  164. package/dist/esm/v2/components/or-search-v3/index.js +4 -4
  165. package/dist/esm/v2/components/or-select-v3/index.js +5 -5
  166. package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
  167. package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
  168. package/dist/esm/v2/components/or-sidebar-v3/index.js +13 -1
  169. package/dist/esm/v2/components/or-sidebar-v3/partials/index.d.ts +1 -0
  170. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +16 -0
  171. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
  172. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
  173. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
  174. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +16 -0
  175. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
  176. package/dist/esm/v2/components/or-sidebar-v3/styles.d.ts +7 -1
  177. package/dist/esm/v2/components/or-tabs-v3/index.js +2 -2
  178. package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
  179. package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
  180. package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
  181. package/dist/esm/v2/index.js +22 -21
  182. package/dist/esm/v2/{types-8c69b2c8.js → types-1f95d710.js} +1 -1
  183. package/dist/esm/v3/{OrButton-55dd2ad9.js → OrButton-c56998e7.js} +3 -3
  184. package/dist/esm/v3/{OrCardCollection-3a9ccb24.js → OrCardCollection-e4fde5b4.js} +4 -4
  185. package/dist/esm/v3/{OrConfirm-68068bd0.js → OrConfirm-37454a63.js} +2 -2
  186. package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
  187. package/dist/esm/v3/{OrErrorTag-a3e6ef83.js → OrErrorTag-308119de.js} +2 -0
  188. package/dist/esm/v3/{OrIconButton-0047e3cd.js → OrIconButton-2dcfb83e.js} +1 -1
  189. package/dist/esm/v3/{OrInlineInput-6901da96.js → OrInlineInput-fbc35f85.js} +1 -1
  190. package/dist/esm/v3/{OrInlineTextarea-a618ec30.js → OrInlineTextarea-79da8697.js} +1 -1
  191. package/dist/esm/v3/{OrInput-27b9f02d.js → OrInput-bd054213.js} +1 -1
  192. package/dist/esm/v3/{OrMenu-fd2fe1e7.js → OrMenu-7f3ea117.js} +17 -13
  193. package/dist/esm/v3/{OrModal-70f2b811.js → OrModal-4219a6dc.js} +1 -1
  194. package/dist/esm/v3/{OrNotification-7173726b.js → OrNotification-0e682c7f.js} +1 -1
  195. package/dist/esm/v3/{OrPagination-781c119e.js → OrPagination-da9e5017.js} +26 -64
  196. package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
  197. package/dist/esm/v3/{OrSearch-9e1efad2.js → OrSearch-5406bf03.js} +1 -1
  198. package/dist/esm/v3/{OrSelect-07834b65.js → OrSelect-466e50ca.js} +2 -2
  199. package/dist/esm/v3/OrSidebar-61d84c3e.js +313 -0
  200. package/dist/esm/v3/OrSidebarCollapseButton-1b9c83ef.js +94 -0
  201. package/dist/esm/v3/{OrTabs-34c67377.js → OrTabs-328d41b9.js} +1 -1
  202. package/dist/esm/v3/{OrTag-355e7a3e.js → OrTag-148ff9ae.js} +3 -1
  203. package/dist/esm/v3/{OrTooltip-4e670a38.js → OrTooltip-b07616f4.js} +1 -1
  204. package/dist/esm/v3/components/index.js +22 -21
  205. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  206. package/dist/esm/v3/components/or-card-collection-v3/index.js +7 -7
  207. package/dist/esm/v3/components/or-confirm-v3/index.js +5 -5
  208. package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
  209. package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
  210. package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
  211. package/dist/esm/v3/components/or-inline-input-v3/index.js +3 -3
  212. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +3 -3
  213. package/dist/esm/v3/components/or-input-v3/index.js +3 -3
  214. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  215. package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
  216. package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
  217. package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
  218. package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
  219. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  220. package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
  221. package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
  222. package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
  223. package/dist/esm/v3/components/or-search-v3/index.js +4 -4
  224. package/dist/esm/v3/components/or-select-v3/index.js +5 -5
  225. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
  226. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
  227. package/dist/esm/v3/components/or-sidebar-v3/index.js +12 -1
  228. package/dist/esm/v3/components/or-sidebar-v3/partials/index.d.ts +1 -0
  229. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +15 -0
  230. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
  231. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
  232. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
  233. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +15 -0
  234. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
  235. package/dist/esm/v3/components/or-sidebar-v3/styles.d.ts +7 -1
  236. package/dist/esm/v3/components/or-tabs-v3/index.js +2 -2
  237. package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
  238. package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
  239. package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
  240. package/dist/esm/v3/index.js +22 -21
  241. package/dist/esm/v3/{types-c1956faf.js → types-b79e4387.js} +1 -1
  242. package/package.json +2 -2
  243. package/src/components/or-button-v3/styles.ts +3 -3
  244. package/src/components/or-empty-state-v3/styles.ts +2 -2
  245. package/src/components/or-error-tag-v3/styles.ts +3 -0
  246. package/src/components/or-menu-v3/OrMenu.vue +26 -22
  247. package/src/components/or-menu-v3/styles.ts +5 -0
  248. package/src/components/or-pagination-v3/OrPagination.vue +42 -86
  249. package/src/components/or-pagination-v3/styles.ts +1 -1
  250. package/src/components/or-progress-v3/styles.ts +4 -4
  251. package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +6 -0
  252. package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +253 -12
  253. package/src/components/or-sidebar-v3/OrSidebar.vue +130 -23
  254. package/src/components/or-sidebar-v3/partials/index.ts +1 -0
  255. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.ts +48 -0
  256. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue +79 -0
  257. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.ts +1 -0
  258. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.ts +50 -0
  259. package/src/components/or-sidebar-v3/styles.ts +117 -12
  260. package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
  261. package/src/components/or-tag-v3/styles.ts +3 -0
  262. package/src/components/or-tooltip-v3/styles.ts +1 -1
  263. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-d298c2fa.js +0 -181
  264. package/dist/esm/v3/OrSidebar-5d97c7cc.js +0 -206
@@ -1,9 +1,9 @@
1
1
  import { useToggle } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, createElementVNode, toDisplayString, createBlock, withModifiers, onBeforeMount, onBeforeUnmount, nextTick } from 'vue';
3
3
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-4d4329cd.js';
4
- import './OrIconButton-72d4d349.js';
4
+ import './OrIconButton-e0566ecf.js';
5
5
  import './OrLoader-123ef8c4.js';
6
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-28452eda.js';
6
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
7
7
  import { s as script$3 } from './OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
8
8
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
9
9
  import './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
@@ -27,7 +27,7 @@ const ButtonRoot = [
27
27
  'layout-inline-row justify-center',
28
28
  // Shape
29
29
  'rounded-md',
30
- // Spacing
30
+ // Sizing
31
31
  'min-w-[96px]',
32
32
  // Interactivity
33
33
  'interactivity-auto',
@@ -47,8 +47,8 @@ const ButtonRootVariants = {
47
47
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
48
48
  'link': [
49
49
  // Spacing
50
- 'gap-xs',
51
- // Spacing
50
+ 'gap-sm md:gap-xs',
51
+ // Sizing
52
52
  'min-w-[auto]']
53
53
  };
54
54
  const ButtonRootColors = {
@@ -1,11 +1,11 @@
1
1
  import { defineComponent, computed, ref, watch } from 'vue-demi';
2
- import { _ as __vue_component__$3 } from './OrButton-18f4431c.js';
3
- import { _ as __vue_component__$2 } from './OrIconButton-a648b35b.js';
2
+ import { _ as __vue_component__$3 } from './OrButton-66964360.js';
3
+ import { _ as __vue_component__$2 } from './OrIconButton-04a3566d.js';
4
4
  import { _ as __vue_component__$6 } from './OrIcon-f34e0e6f.js';
5
5
  import { _ as __vue_component__$5 } from './OrMenuItem-7b7fbf8a.js';
6
- import { _ as __vue_component__$4 } from './OrMenu-943e7760.js';
6
+ import { _ as __vue_component__$4 } from './OrMenu-c276db74.js';
7
7
  import './OrPopover-d5d4f62a.js';
8
- import { _ as __vue_component__$7 } from './OrSearch-37fac6da.js';
8
+ import { _ as __vue_component__$7 } from './OrSearch-7411388b.js';
9
9
  import './OrInputBox-9ceb9fc4.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
 
@@ -1,8 +1,8 @@
1
1
  import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { logicAnd } from '@vueuse/math';
3
3
  import { defineComponent, ref, computed, watch } from 'vue-demi';
4
- import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-18f4431c.js';
5
- import { _ as __vue_component__$3 } from './OrInput-1510deaa.js';
4
+ import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-66964360.js';
5
+ import { _ as __vue_component__$3 } from './OrInput-59a15d80.js';
6
6
  import { _ as __vue_component__$1 } from './OrOverlay-a019186f.js';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
8
8
 
@@ -12,10 +12,10 @@ const EmptyStateRoot = [
12
12
  'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
13
13
  // Box
14
14
  'w-full',
15
- // Spacing
15
+ // Sizing
16
16
  'gap-sm'];
17
17
  const EmptyStateImage = [
18
- // Spacing
18
+ // Sizing
19
19
  'mb-sm'];
20
20
  const EmptyStateImageSizes = {
21
21
  [EmptyStateSize.L]: [
@@ -5,6 +5,8 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
  const ErrorTagRoot = [
6
6
  // Layout
7
7
  'layout-inline-row',
8
+ // Box
9
+ 'max-w-fit',
8
10
  // Shape
9
11
  'rounded-full',
10
12
  // Spacing
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { _ as __vue_component__$1, I as IconSize } from './OrIcon-f34e0e6f.js';
3
- import { _ as __vue_component__$2 } from './OrTooltip-4587b666.js';
3
+ import { _ as __vue_component__$2 } from './OrTooltip-629d44fc.js';
4
4
  import './OrPopover-d5d4f62a.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$3 } from './OrIconButton-a648b35b.js';
7
+ import { _ as __vue_component__$3 } from './OrIconButton-04a3566d.js';
8
8
  import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-46146af0.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$3 } from './OrIconButton-a648b35b.js';
7
+ import { _ as __vue_component__$3 } from './OrIconButton-04a3566d.js';
8
8
  import { _ as __vue_component__$4 } from './OrInlineInputBox-46146af0.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$4 } from './OrIconButton-a648b35b.js';
7
+ import { _ as __vue_component__$4 } from './OrIconButton-04a3566d.js';
8
8
  import { _ as __vue_component__$3 } from './OrIcon-f34e0e6f.js';
9
9
  import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
10
10
  import { _ as __vue_component__$6 } from './OrLabel-0945a4d9.js';
@@ -4,6 +4,9 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
4
 
5
5
  const MenuRoot = [
6
6
  // Layout
7
+ 'inline-block'];
8
+ const MenuBody = [
9
+ // Layout
7
10
  'overflow-y-auto',
8
11
  // Box
9
12
  'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
@@ -13,7 +16,6 @@ var script = defineComponent({
13
16
  components: {
14
17
  OrPopover: __vue_component__$1
15
18
  },
16
- inheritAttrs: false,
17
19
  props: {
18
20
  trigger: {
19
21
  type: HTMLElement,
@@ -25,7 +27,7 @@ var script = defineComponent({
25
27
  }
26
28
  },
27
29
  emits: ['update:state'],
28
- expose: ['root', 'isOpen', 'open', 'close', 'toggle'],
30
+ expose: ['root', 'open', 'close', 'isOpen', 'toggle'],
29
31
  setup() {
30
32
  // Refs
31
33
  const root = ref();
@@ -34,13 +36,13 @@ var script = defineComponent({
34
36
  var _a;
35
37
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
36
38
  });
37
- // Styles
38
- const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
39
- // State
40
39
  const isOpen = computed(() => {
41
40
  var _a;
42
41
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
43
42
  });
43
+ // Styles
44
+ const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
45
+ const bodyStyles = computed(() => [...MenuBody]);
44
46
  // Methods
45
47
  function open() {
46
48
  const popoverInstance = popover.value;
@@ -74,6 +76,7 @@ var script = defineComponent({
74
76
  popover,
75
77
  popoverRoot,
76
78
  rootStyles,
79
+ bodyStyles,
77
80
  isOpen,
78
81
  open,
79
82
  close,
@@ -91,7 +94,10 @@ var __vue_render__ = function () {
91
94
  var _vm = this;
92
95
  var _h = _vm.$createElement;
93
96
  var _c = _vm._self._c || _h;
94
- return _c('OrPopover', {
97
+ return _c('div', {
98
+ ref: "root",
99
+ class: _vm.rootStyles
100
+ }, [_c('OrPopover', {
95
101
  ref: "popover",
96
102
  attrs: {
97
103
  "variant": 'auto',
@@ -105,16 +111,15 @@ var __vue_render__ = function () {
105
111
  return _vm.$emit('update:state', $event);
106
112
  }
107
113
  }
108
- }, [_c('div', _vm._b({
109
- ref: "root",
110
- class: _vm.rootStyles,
114
+ }, [_c('div', {
115
+ class: _vm.bodyStyles,
111
116
  on: {
112
117
  "click": function ($event) {
113
118
  $event.stopPropagation();
114
119
  return _vm.onClick.apply(null, arguments);
115
120
  }
116
121
  }
117
- }, 'div', _vm.$attrs, false), [_vm._t("default")], 2)]);
122
+ }, [_vm._t("default")], 2)])], 1);
118
123
  };
119
124
  var __vue_staticRenderFns__ = [];
120
125
 
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
- import { _ as __vue_component__$2 } from './OrIconButton-a648b35b.js';
2
+ import { _ as __vue_component__$2 } from './OrIconButton-04a3566d.js';
3
3
  import { _ as __vue_component__$1 } from './OrOverlay-a019186f.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import { _ as __vue_component__$2 } from './OrIconButton-a648b35b.js';
2
+ import { _ as __vue_component__$2 } from './OrIconButton-04a3566d.js';
3
3
  import { _ as __vue_component__$1 } from './OrIcon-f34e0e6f.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
@@ -1,10 +1,8 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import '@vueuse/core';
3
- import { u as useResponsive } from './useResponsive-a02e95b7.js';
4
- import { _ as __vue_component__$1 } from './OrButton-18f4431c.js';
2
+ import { _ as __vue_component__$1 } from './OrButton-66964360.js';
5
3
  import { _ as __vue_component__$2 } from './OrIcon-f34e0e6f.js';
6
4
  import { _ as __vue_component__$4 } from './OrMenuItem-7b7fbf8a.js';
7
- import { _ as __vue_component__$3 } from './OrMenu-943e7760.js';
5
+ import { _ as __vue_component__$3 } from './OrMenu-c276db74.js';
8
6
  import './OrPopover-d5d4f62a.js';
9
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
8
 
@@ -12,7 +10,7 @@ const PaginationRoot = [
12
10
  // Layout
13
11
  'layout-row',
14
12
  // Spacing
15
- 'gap-lg md:gap-xl',
13
+ 'gap-xl',
16
14
  // Typography
17
15
  'typography-caption-regular',
18
16
  // Theme
@@ -62,10 +60,6 @@ var script = defineComponent({
62
60
  emits: ['update:modelValue'],
63
61
  expose: ['root'],
64
62
  setup(props, context) {
65
- const {
66
- isDesktop,
67
- isMobile
68
- } = useResponsive();
69
63
  // Refs
70
64
  const root = ref();
71
65
  const limitButton = ref();
@@ -127,30 +121,22 @@ var script = defineComponent({
127
121
  return Math.ceil(props.length / currentLimit.value);
128
122
  });
129
123
  const buttonGroup = computed(() => {
130
- const pages = Array.from({
124
+ return Array.from({
131
125
  length: lastPage.value
132
- }, (_, index) => index + 1);
133
- switch (true) {
134
- case currentPage.value < firstPage.value + 4:
135
- return [...pages.slice(0, 5), '…', lastPage.value];
136
- case currentPage.value > lastPage.value - 4:
137
- return [firstPage.value, '…', ...pages.slice(-5)];
138
- default:
139
- return pages.map(page => {
140
- switch (true) {
141
- case page > firstPage.value && page < currentPage.value - 1:
142
- case page < lastPage.value && page > currentPage.value + 1:
143
- return '…';
144
- default:
145
- return page;
146
- }
147
- }).reduce((accumulator, page) => {
148
- if (accumulator[accumulator.length - 1] === page) {
149
- return accumulator;
150
- }
151
- return [...accumulator, page];
152
- }, []);
153
- }
126
+ }, (_, index) => index + 1).map(page => {
127
+ switch (true) {
128
+ case page > firstPage.value && page < currentPage.value - 1:
129
+ case page > currentPage.value + 1 && page < lastPage.value:
130
+ return '…';
131
+ default:
132
+ return page;
133
+ }
134
+ }).reduce((accumulator, page) => {
135
+ if (accumulator[accumulator.length - 1] === page) {
136
+ return accumulator;
137
+ }
138
+ return [...accumulator, page];
139
+ }, []);
154
140
  });
155
141
  // Methods
156
142
  function toPreviousPage() {
@@ -163,8 +149,6 @@ var script = defineComponent({
163
149
  currentPage.value = page;
164
150
  }
165
151
  return {
166
- isDesktop,
167
- isMobile,
168
152
  root,
169
153
  limitButton,
170
154
  limitButtonRoot,
@@ -218,7 +202,7 @@ var __vue_render__ = function () {
218
202
  attrs: {
219
203
  "icon": 'keyboard_arrow_left'
220
204
  }
221
- })], 1), _vm._v(" "), _vm.isDesktop ? [_vm._l(_vm.buttonGroup, function (page, index) {
205
+ })], 1), _vm._v(" "), _vm._l(_vm.buttonGroup, function (page, index) {
222
206
  return _c('OrButton', {
223
207
  key: index,
224
208
  class: _vm.itemStyles,
@@ -233,7 +217,7 @@ var __vue_render__ = function () {
233
217
  typeof page === 'number' && _vm.toPage(page);
234
218
  }
235
219
  }
236
- }, [_vm._v("\n " + _vm._s(page) + "\n ")]);
220
+ }, [_vm._v("\n " + _vm._s(page) + "\n ")]);
237
221
  }), _vm._v(" "), _c('OrButton', {
238
222
  class: _vm.itemStyles,
239
223
  attrs: {
@@ -251,9 +235,9 @@ var __vue_render__ = function () {
251
235
  attrs: {
252
236
  "icon": 'keyboard_arrow_right'
253
237
  }
254
- })], 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
238
+ })], 1)], 2), _vm._v(" "), _c('div', {
255
239
  class: _vm.limitControlStyles
256
- }, [_vm.isDesktop ? [_vm._v("\n Per page:\n ")] : _vm._e(), _vm._v(" "), _c('OrButton', {
240
+ }, [_vm._v("\n Per page:\n\n "), _c('OrButton', {
257
241
  ref: "limitButton",
258
242
  class: _vm.itemStyles,
259
243
  attrs: {
@@ -269,11 +253,10 @@ var __vue_render__ = function () {
269
253
  }
270
254
  }, [_vm._v("\n " + _vm._s(_vm.currentLimit) + " "), _c('OrIcon', {
271
255
  attrs: {
272
- "icon": _vm.limitMenu && _vm.limitMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
256
+ "icon": 'arrow_drop_down'
273
257
  }
274
258
  })], 1), _vm._v(" "), _c('OrMenu', {
275
259
  ref: "limitMenu",
276
- class: ['min-w-[60px]'],
277
260
  attrs: {
278
261
  "trigger": _vm.limitButtonRoot,
279
262
  "placement": 'top'
@@ -285,30 +268,10 @@ var __vue_render__ = function () {
285
268
  "click": function ($event) {
286
269
  $event.stopPropagation();
287
270
  _vm.currentLimit = pageSize;
288
- _vm.limitMenu.close();
289
271
  }
290
272
  }
291
273
  }, [_vm._v("\n " + _vm._s(pageSize) + "\n ")]);
292
- }), 1)], 2), _vm._v(" "), _vm.isMobile ? [_c('div', {
293
- class: _vm.offsetControlStyles
294
- }, [_c('OrButton', {
295
- class: _vm.itemStyles,
296
- attrs: {
297
- "variant": 'link',
298
- "color": 'inherit',
299
- "disabled": _vm.currentPage === _vm.lastPage
300
- },
301
- on: {
302
- "click": function ($event) {
303
- $event.stopPropagation();
304
- return _vm.toNextPage();
305
- }
306
- }
307
- }, [_c('OrIcon', {
308
- attrs: {
309
- "icon": 'keyboard_arrow_right'
310
- }
311
- })], 1)], 1)] : _vm._e()], 2);
274
+ }), 1)], 1)]);
312
275
  };
313
276
  var __vue_staticRenderFns__ = [];
314
277
 
@@ -34,7 +34,7 @@ const ProgressRootTypes = {
34
34
  const ProgressHeader = [
35
35
  // Layout
36
36
  'flex', 'flex-row',
37
- // Spacing
37
+ // Sizing
38
38
  'mb-[6px]'];
39
39
  const ProgressHeaderLabel = [
40
40
  // Typography
@@ -42,7 +42,7 @@ const ProgressHeaderLabel = [
42
42
  // Theme
43
43
  'text-on-background', 'dark:text-on-background-dark'];
44
44
  const ProgressHeaderPercent = [
45
- // Spacing
45
+ // Sizing
46
46
  'ml-auto'];
47
47
  const ProgressBarBackground = [
48
48
  // Theme
@@ -75,7 +75,7 @@ const ProgressBarColors = {
75
75
  'stroke-error-hover', 'dark:stroke-error-hover-dark']
76
76
  };
77
77
  const ProgressFooter = [
78
- // Spacing
78
+ // Sizing
79
79
  'mt-[2px]'];
80
80
 
81
81
  var script = defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { _ as __vue_component__$1 } from './OrInput-1510deaa.js';
3
+ import { _ as __vue_component__$1 } from './OrInput-59a15d80.js';
4
4
  import { a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -8,11 +8,11 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-729eb1e7.js';
8
8
  import { _ as __vue_component__$4 } from './OrHint-78b399cb.js';
9
9
  import { _ as __vue_component__$5 } from './OrIcon-f34e0e6f.js';
10
10
  import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
11
- import { _ as __vue_component__$6 } from './OrInput-1510deaa.js';
11
+ import { _ as __vue_component__$6 } from './OrInput-59a15d80.js';
12
12
  import { _ as __vue_component__$8 } from './OrLabel-0945a4d9.js';
13
13
  import { _ as __vue_component__$9 } from './OrMenuItem-7b7fbf8a.js';
14
14
  import { _ as __vue_component__$a } from './OrPopover-d5d4f62a.js';
15
- import { _ as __vue_component__$b } from './OrTag-a86928f2.js';
15
+ import { _ as __vue_component__$b } from './OrTag-b2906865.js';
16
16
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
17
17
 
18
18
  const SelectRoot = [