@onereach/ui-components 2.74.3-beta.2302.0 → 2.74.3-beta.2303.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 (261) hide show
  1. package/dist/bundled/v2/{OrBottomSheet-41164e06.js → OrBottomSheet-ddba20c1.js} +1 -1
  2. package/dist/bundled/v2/{OrButton-d45772c1.js → OrButton-4862b98b.js} +3 -3
  3. package/dist/bundled/v2/{OrCardCollection-914c0d96.js → OrCardCollection-a6dda023.js} +4 -4
  4. package/dist/bundled/v2/{OrConfirm-f34221c8.js → OrConfirm-9a79cccb.js} +3 -3
  5. package/dist/bundled/v2/{OrEmptyState-9fb413f9.js → OrEmptyState-8a7feb99.js} +2 -2
  6. package/dist/bundled/v2/{OrErrorTag-4675604d.js → OrErrorTag-ade7cd8c.js} +1 -1
  7. package/dist/bundled/v2/{OrIconButton-037b9c33.js → OrIconButton-2bd48bf6.js} +1 -1
  8. package/dist/bundled/v2/{OrInlineInput-91a8a857.js → OrInlineInput-f70111ec.js} +1 -1
  9. package/dist/bundled/v2/{OrInlineTextarea-2d842751.js → OrInlineTextarea-ba2db219.js} +1 -1
  10. package/dist/bundled/v2/{OrInput-5cd0041e.js → OrInput-551d02af.js} +1 -1
  11. package/dist/bundled/v2/{OrMenu-021f347c.js → OrMenu-6ab53877.js} +11 -16
  12. package/dist/bundled/v2/{OrModal-4218b040.js → OrModal-e71ec2a3.js} +2 -2
  13. package/dist/bundled/v2/{OrNotification-35c163f7.js → OrNotification-911887e4.js} +1 -1
  14. package/dist/bundled/v2/{OrOverlay-cb55bf20.js → OrOverlay-efa7992e.js} +1 -1
  15. package/dist/bundled/v2/{OrPagination-582690fd.js → OrPagination-24d4b88f.js} +60 -24
  16. package/dist/bundled/v2/{OrPopover-0697699f.js → OrPopover-4e8acb7b.js} +3 -3
  17. package/dist/bundled/v2/{OrProgress-15fe65ec.js → OrProgress-5cf0a7e7.js} +3 -3
  18. package/dist/bundled/v2/{OrSearch-4b0f063b.js → OrSearch-4b76f101.js} +1 -1
  19. package/dist/bundled/v2/{OrSelect-ac49dab5.js → OrSelect-6aeabc14.js} +3 -3
  20. package/dist/bundled/v2/{OrSidebar-b7a27e27.js → OrSidebar-ab5e1041.js} +3 -3
  21. package/dist/bundled/v2/{OrSidebarCollapseButton-e8632afe.js → OrSidebarCollapseButton-39514989.js} +1 -1
  22. package/dist/bundled/v2/{OrTabs-70c1818f.js → OrTabs-182098dc.js} +1 -1
  23. package/dist/bundled/v2/{OrTag-59ab76c5.js → OrTag-074b1885.js} +2 -2
  24. package/dist/bundled/v2/{OrTooltip-9ef540f0.js → OrTooltip-121e28c5.js} +4 -2
  25. package/dist/bundled/v2/components/index.js +26 -26
  26. package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +3 -3
  27. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  28. package/dist/bundled/v2/components/or-card-collection-v3/index.js +11 -11
  29. package/dist/bundled/v2/components/or-confirm-v3/index.js +9 -9
  30. package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
  31. package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
  32. package/dist/bundled/v2/components/or-icon-button-v3/index.js +6 -6
  33. package/dist/bundled/v2/components/or-inline-input-v3/index.js +7 -7
  34. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +7 -7
  35. package/dist/bundled/v2/components/or-input-v3/index.js +7 -7
  36. package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  37. package/dist/bundled/v2/components/or-menu-v3/index.js +5 -5
  38. package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +0 -1
  39. package/dist/bundled/v2/components/or-modal-v3/index.js +7 -7
  40. package/dist/bundled/v2/components/or-notification-v3/index.js +7 -7
  41. package/dist/bundled/v2/components/or-overlay-v3/index.js +2 -2
  42. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  43. package/dist/bundled/v2/components/or-pagination-v3/index.js +7 -7
  44. package/dist/bundled/v2/components/or-popover-v3/index.js +4 -4
  45. package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
  46. package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
  47. package/dist/bundled/v2/components/or-search-v3/index.js +8 -8
  48. package/dist/bundled/v2/components/or-select-v3/index.js +9 -9
  49. package/dist/bundled/v2/components/or-sidebar-v3/index.js +8 -8
  50. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +7 -7
  51. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
  52. package/dist/bundled/v2/components/or-tabs-v3/index.js +6 -6
  53. package/dist/bundled/v2/components/or-tag-v3/index.js +7 -7
  54. package/dist/bundled/v2/components/or-toast-v3/index.js +7 -7
  55. package/dist/bundled/v2/components/or-tooltip-v3/index.js +5 -5
  56. package/dist/bundled/v2/hooks/index.js +1 -1
  57. package/dist/bundled/v2/hooks/useElevation.d.ts +1 -2
  58. package/dist/bundled/v2/index.js +27 -27
  59. package/dist/bundled/v2/{types-d0e9ac5c.js → types-31d1b8e0.js} +1 -1
  60. package/dist/bundled/v2/{useElevation-b6e7590a.js → useElevation-aac032f4.js} +2 -3
  61. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js → OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js} +1 -1
  62. package/dist/bundled/v3/{OrButton-a1448bfa.js → OrButton-05766523.js} +1 -1
  63. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3b1e442b.js → OrButton.vue_vue_type_script_lang-b53e78f5.js} +3 -3
  64. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-b74654c4.js → OrCardCollection.vue_vue_type_script_lang-40a22d2b.js} +7 -7
  65. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-a75a86cd.js → OrConfirm.vue_vue_type_script_lang-ceaeeadb.js} +6 -6
  66. package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-da7d6c42.js → OrEmptyState.vue_vue_type_script_lang-8e58c67c.js} +2 -2
  67. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-bfa4c580.js → OrErrorTag.vue_vue_type_script_lang-4e963273.js} +1 -1
  68. package/dist/bundled/v3/{OrIconButton-a2091425.js → OrIconButton-c9eb3d09.js} +1 -1
  69. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-14871105.js → OrIconButton.vue_vue_type_script_lang-84fd1dea.js} +1 -1
  70. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-f2cc2704.js → OrInlineInput.vue_vue_type_script_lang-c06ed46b.js} +2 -2
  71. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js → OrInlineTextarea.vue_vue_type_script_lang-79c4353a.js} +2 -2
  72. package/dist/bundled/v3/{OrInput-b077957e.js → OrInput-5e36b9a6.js} +1 -1
  73. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-ada50709.js → OrInput.vue_vue_type_script_lang-81c11f75.js} +2 -2
  74. package/dist/bundled/v3/{OrMenu-c2c114de.js → OrMenu-bb432db5.js} +9 -10
  75. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-518b5305.js → OrMenu.vue_vue_type_script_lang-5a492eb3.js} +7 -10
  76. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-8d7f1436.js → OrModal.vue_vue_type_script_lang-e1b650ba.js} +4 -4
  77. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-b0280317.js → OrNotification.vue_vue_type_script_lang-e86b33e9.js} +2 -2
  78. package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-a1f3f02c.js → OrOverlay.vue_vue_type_script_lang-7edd25f6.js} +1 -1
  79. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-9804669c.js → OrPagination.vue_vue_type_script_lang-0cb971d5.js} +35 -20
  80. package/dist/bundled/v3/{OrPopover-f9a1d5d7.js → OrPopover-1a488f88.js} +1 -1
  81. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-aa819a00.js → OrPopover.vue_vue_type_script_lang-b1102c1a.js} +4 -4
  82. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-52f660d6.js → OrProgress.vue_vue_type_script_lang-17095060.js} +3 -3
  83. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-d4b754f2.js → OrSearch.vue_vue_type_script_lang-f473cb9b.js} +2 -2
  84. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-36567db5.js → OrSelect.vue_vue_type_script_lang-af5f0e8d.js} +5 -5
  85. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-b5adff07.js → OrSidebar.vue_vue_type_script_lang-f1f2844f.js} +3 -3
  86. package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js → OrSidebarCollapseButton.vue_vue_type_script_lang-5fe2a40a.js} +2 -2
  87. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-7a2b137a.js → OrTabs.vue_vue_type_script_lang-853e7b4a.js} +2 -2
  88. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-4fe7e19f.js → OrTag.vue_vue_type_script_lang-fc082803.js} +3 -3
  89. package/dist/bundled/v3/{OrToastContainer-bafab8a2.js → OrToastContainer-f317ef1b.js} +1 -1
  90. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-0c228e6f.js → OrTooltip.vue_vue_type_script_lang-7a64c90d.js} +5 -3
  91. package/dist/bundled/v3/components/index.js +31 -31
  92. package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +3 -3
  93. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  94. package/dist/bundled/v3/components/or-card-collection-v3/index.js +16 -16
  95. package/dist/bundled/v3/components/or-confirm-v3/index.js +13 -13
  96. package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
  97. package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
  98. package/dist/bundled/v3/components/or-icon-button-v3/index.js +7 -7
  99. package/dist/bundled/v3/components/or-inline-input-v3/index.js +9 -9
  100. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +9 -9
  101. package/dist/bundled/v3/components/or-input-v3/index.js +9 -9
  102. package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  103. package/dist/bundled/v3/components/or-menu-v3/index.js +6 -6
  104. package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +0 -1
  105. package/dist/bundled/v3/components/or-modal-v3/index.js +9 -9
  106. package/dist/bundled/v3/components/or-notification-v3/index.js +9 -9
  107. package/dist/bundled/v3/components/or-overlay-v3/index.js +2 -2
  108. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  109. package/dist/bundled/v3/components/or-pagination-v3/index.js +10 -10
  110. package/dist/bundled/v3/components/or-popover-v3/index.js +4 -4
  111. package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
  112. package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
  113. package/dist/bundled/v3/components/or-search-v3/index.js +11 -11
  114. package/dist/bundled/v3/components/or-select-v3/index.js +12 -12
  115. package/dist/bundled/v3/components/or-sidebar-v3/index.js +10 -10
  116. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +9 -9
  117. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +9 -9
  118. package/dist/bundled/v3/components/or-tabs-v3/index.js +8 -8
  119. package/dist/bundled/v3/components/or-tag-v3/index.js +9 -9
  120. package/dist/bundled/v3/components/or-toast-v3/index.js +10 -10
  121. package/dist/bundled/v3/components/or-tooltip-v3/index.js +6 -6
  122. package/dist/bundled/v3/hooks/index.js +1 -1
  123. package/dist/bundled/v3/hooks/useElevation.d.ts +1 -2
  124. package/dist/bundled/v3/index.js +75 -53
  125. package/dist/bundled/v3/{types-150c888c.js → types-c44094bc.js} +3 -3
  126. package/dist/bundled/v3/{useElevation-e8a2ce89.js → useElevation-c8d5d3ba.js} +2 -3
  127. package/dist/esm/v2/{OrBottomSheet-c9bfe63f.js → OrBottomSheet-37200385.js} +1 -1
  128. package/dist/esm/v2/{OrButton-66964360.js → OrButton-18f4431c.js} +3 -3
  129. package/dist/esm/v2/{OrCardCollection-53b55eec.js → OrCardCollection-d9666d4b.js} +5 -5
  130. package/dist/esm/v2/{OrConfirm-ccf4b2c9.js → OrConfirm-492a6a36.js} +3 -3
  131. package/dist/esm/v2/{OrEmptyState-2481f13f.js → OrEmptyState-ab1a044d.js} +2 -2
  132. package/dist/esm/v2/{OrErrorTag-7cd5dc68.js → OrErrorTag-3aaab419.js} +1 -1
  133. package/dist/esm/v2/{OrIconButton-140f940e.js → OrIconButton-612c64c4.js} +2 -2
  134. package/dist/esm/v2/{OrInlineInput-01f1d5cc.js → OrInlineInput-6485e20a.js} +1 -1
  135. package/dist/esm/v2/{OrInlineTextarea-421ff4d1.js → OrInlineTextarea-63dd339e.js} +1 -1
  136. package/dist/esm/v2/{OrInput-b241f15f.js → OrInput-0b8a515c.js} +1 -1
  137. package/dist/esm/v2/{OrMenu-1adef5df.js → OrMenu-943e7760.js} +11 -16
  138. package/dist/esm/v2/{OrModal-a938e31b.js → OrModal-8fc5ddc9.js} +2 -2
  139. package/dist/esm/v2/{OrNotification-e8c1df46.js → OrNotification-507c3e75.js} +1 -1
  140. package/dist/esm/v2/{OrOverlay-2ded265b.js → OrOverlay-a019186f.js} +1 -1
  141. package/dist/esm/v2/{OrPagination-f7f540d1.js → OrPagination-04e810bc.js} +62 -25
  142. package/dist/esm/v2/{OrPopover-b3746279.js → OrPopover-d5d4f62a.js} +3 -3
  143. package/dist/esm/v2/{OrProgress-b7d1c689.js → OrProgress-9fc95bd7.js} +3 -3
  144. package/dist/esm/v2/{OrSearch-6aaba430.js → OrSearch-02d8a65c.js} +1 -1
  145. package/dist/esm/v2/{OrSelect-84c2079c.js → OrSelect-bdc0ccb5.js} +3 -3
  146. package/dist/esm/v2/{OrSidebar-6b246de1.js → OrSidebar-36643782.js} +3 -3
  147. package/dist/esm/v2/{OrSidebarCollapseButton-9178923e.js → OrSidebarCollapseButton-7483360e.js} +1 -1
  148. package/dist/esm/v2/{OrTabs-6d7d9d7e.js → OrTabs-5f53127f.js} +2 -2
  149. package/dist/esm/v2/{OrTag-1ed1265c.js → OrTag-359c25b6.js} +2 -2
  150. package/dist/esm/v2/{OrTooltip-34d2e01f.js → OrTooltip-233c67b9.js} +4 -2
  151. package/dist/esm/v2/components/index.js +26 -26
  152. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
  153. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  154. package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -11
  155. package/dist/esm/v2/components/or-confirm-v3/index.js +9 -9
  156. package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
  157. package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
  158. package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
  159. package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
  160. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
  161. package/dist/esm/v2/components/or-input-v3/index.js +7 -7
  162. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  163. package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
  164. package/dist/esm/v2/components/or-menu-v3/styles.d.ts +0 -1
  165. package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
  166. package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
  167. package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
  168. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  169. package/dist/esm/v2/components/or-pagination-v3/index.js +9 -9
  170. package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
  171. package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
  172. package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
  173. package/dist/esm/v2/components/or-search-v3/index.js +8 -8
  174. package/dist/esm/v2/components/or-select-v3/index.js +9 -9
  175. package/dist/esm/v2/components/or-sidebar-v3/index.js +8 -8
  176. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
  177. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
  178. package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
  179. package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
  180. package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
  181. package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
  182. package/dist/esm/v2/hooks/index.js +1 -1
  183. package/dist/esm/v2/hooks/useElevation.d.ts +1 -2
  184. package/dist/esm/v2/index.js +26 -26
  185. package/dist/esm/v2/{types-f4b60ff3.js → types-623b05dd.js} +1 -1
  186. package/dist/esm/v2/{useElevation-92fce12c.js → useElevation-31bfe1f6.js} +2 -3
  187. package/dist/esm/v3/{OrBottomSheet-9c291056.js → OrBottomSheet-13a416ef.js} +1 -1
  188. package/dist/esm/v3/{OrButton-c56998e7.js → OrButton-55dd2ad9.js} +3 -3
  189. package/dist/esm/v3/{OrCardCollection-e5a0c7f2.js → OrCardCollection-7241cd1d.js} +5 -5
  190. package/dist/esm/v3/{OrConfirm-bb32473d.js → OrConfirm-d527c1f8.js} +3 -3
  191. package/dist/esm/v3/{OrEmptyState-bb8e3145.js → OrEmptyState-cd3a4026.js} +2 -2
  192. package/dist/esm/v3/{OrErrorTag-0025b17c.js → OrErrorTag-7f153817.js} +1 -1
  193. package/dist/esm/v3/{OrIconButton-2a9a6627.js → OrIconButton-23cb0f22.js} +2 -2
  194. package/dist/esm/v3/{OrInlineInput-6c4fe7ff.js → OrInlineInput-3dd233eb.js} +1 -1
  195. package/dist/esm/v3/{OrInlineTextarea-3cd956d9.js → OrInlineTextarea-7352f610.js} +1 -1
  196. package/dist/esm/v3/{OrInput-d924c98e.js → OrInput-620cdc01.js} +1 -1
  197. package/dist/esm/v3/{OrMenu-345930d5.js → OrMenu-fd2fe1e7.js} +14 -18
  198. package/dist/esm/v3/{OrModal-07c092ab.js → OrModal-0d9296a3.js} +2 -2
  199. package/dist/esm/v3/{OrNotification-e600fd9a.js → OrNotification-c14ce3f1.js} +1 -1
  200. package/dist/esm/v3/{OrOverlay-55f6cf9c.js → OrOverlay-afad3aa4.js} +1 -1
  201. package/dist/esm/v3/{OrPagination-2ef059f6.js → OrPagination-1bd951a4.js} +65 -27
  202. package/dist/esm/v3/{OrPopover-464a5606.js → OrPopover-40217b49.js} +3 -3
  203. package/dist/esm/v3/{OrProgress-639ed5e8.js → OrProgress-4856808a.js} +3 -3
  204. package/dist/esm/v3/{OrSearch-e96e6f77.js → OrSearch-2aa4da10.js} +1 -1
  205. package/dist/esm/v3/{OrSelect-c502e2f1.js → OrSelect-04deb880.js} +3 -3
  206. package/dist/esm/v3/{OrSidebar-0a32cc49.js → OrSidebar-c71f2e27.js} +3 -3
  207. package/dist/esm/v3/{OrSidebarCollapseButton-647d2c50.js → OrSidebarCollapseButton-2c5a0239.js} +1 -1
  208. package/dist/esm/v3/{OrTabs-9949f87b.js → OrTabs-c6cfae55.js} +2 -2
  209. package/dist/esm/v3/{OrTag-f66c6142.js → OrTag-ffb2debb.js} +2 -2
  210. package/dist/esm/v3/{OrTooltip-d1b1a4bb.js → OrTooltip-229c90d5.js} +4 -2
  211. package/dist/esm/v3/components/index.js +26 -26
  212. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
  213. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  214. package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -11
  215. package/dist/esm/v3/components/or-confirm-v3/index.js +9 -9
  216. package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
  217. package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
  218. package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
  219. package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -7
  220. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -7
  221. package/dist/esm/v3/components/or-input-v3/index.js +7 -7
  222. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  223. package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
  224. package/dist/esm/v3/components/or-menu-v3/styles.d.ts +0 -1
  225. package/dist/esm/v3/components/or-modal-v3/index.js +7 -7
  226. package/dist/esm/v3/components/or-notification-v3/index.js +7 -7
  227. package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
  228. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  229. package/dist/esm/v3/components/or-pagination-v3/index.js +9 -9
  230. package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
  231. package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
  232. package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
  233. package/dist/esm/v3/components/or-search-v3/index.js +8 -8
  234. package/dist/esm/v3/components/or-select-v3/index.js +9 -9
  235. package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -8
  236. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -7
  237. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
  238. package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
  239. package/dist/esm/v3/components/or-tag-v3/index.js +7 -7
  240. package/dist/esm/v3/components/or-toast-v3/index.js +7 -7
  241. package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -5
  242. package/dist/esm/v3/hooks/index.js +1 -1
  243. package/dist/esm/v3/hooks/useElevation.d.ts +1 -2
  244. package/dist/esm/v3/index.js +26 -26
  245. package/dist/esm/v3/{types-fd0720cc.js → types-6fff319d.js} +1 -1
  246. package/dist/esm/v3/{useElevation-92fce12c.js → useElevation-31bfe1f6.js} +2 -3
  247. package/package.json +1 -1
  248. package/src/components/or-button-v3/styles.ts +3 -3
  249. package/src/components/or-empty-state-v3/styles.ts +2 -2
  250. package/src/components/or-error-tag-v3/styles.ts +1 -1
  251. package/src/components/or-menu-v3/OrMenu.vue +22 -26
  252. package/src/components/or-menu-v3/styles.ts +0 -5
  253. package/src/components/or-pagination-v3/OrPagination.vue +86 -42
  254. package/src/components/or-pagination-v3/styles.ts +1 -1
  255. package/src/components/or-popover-v3/OrPopover.vue +1 -1
  256. package/src/components/or-progress-v3/styles.ts +4 -4
  257. package/src/components/or-sidebar-v3/styles.ts +2 -2
  258. package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
  259. package/src/components/or-tag-v3/styles.ts +1 -1
  260. package/src/components/or-tooltip-v3/styles.ts +4 -1
  261. package/src/hooks/useElevation.ts +3 -5
@@ -1,7 +1,7 @@
1
1
  import { useToggle } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
3
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-3a3d4280.js';
4
- import { O as OrIconButton } from './OrIconButton-037b9c33.js';
4
+ import { O as OrIconButton } from './OrIconButton-2bd48bf6.js';
5
5
  import { O as OrLoader } from './OrLoader-864ef92a.js';
6
6
  import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from '@vue/composition-api/dist/vue-composition-api.mjs';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -5,9 +5,8 @@ function isVisible(element) {
5
5
  return !(element.offsetParent === null);
6
6
  }
7
7
 
8
- function useElevation(element, trigger) {
8
+ function useElevation(element) {
9
9
  const elementRef = isRef(element) ? element : ref(element);
10
- const triggerRef = isRef(trigger) ? trigger : ref();
11
10
  // Functions
12
11
  function getPageElevations() {
13
12
  return [...document.body.querySelectorAll('*')].filter(isVisible).map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
@@ -16,7 +15,7 @@ function useElevation(element, trigger) {
16
15
  element.style.zIndex = String(Math.max(0, ...getPageElevations()) + 1);
17
16
  }
18
17
  // Effects
19
- watch([elementRef, triggerRef], ([element]) => {
18
+ watch(elementRef, element => {
20
19
  if (element) setElementElevation(element);
21
20
  }, {
22
21
  immediate: true
@@ -1,6 +1,6 @@
1
1
  import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
2
2
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, renderSlot, defineComponent, ref, computed, watch, unref } from 'vue';
3
- import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
3
+ import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
4
4
 
5
5
  function render(_ctx, _cache, $props, $setup, $data, $options) {
6
6
  const _component_OrTeleport = resolveComponent("OrTeleport");
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
1
+ import { s as script } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
2
2
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["type", "activated", "disabled"];
@@ -27,7 +27,7 @@ const ButtonRoot = [
27
27
  'layout-inline-row justify-center',
28
28
  // Shape
29
29
  'rounded-md',
30
- // Sizing
30
+ // Spacing
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-sm md:gap-xs',
51
- // Sizing
50
+ 'gap-xs',
51
+ // Spacing
52
52
  'min-w-[auto]']
53
53
  };
54
54
  const ButtonRootColors = {
@@ -1,14 +1,14 @@
1
1
  import { resolveComponent, openBlock, createBlock, normalizeClass, defineComponent, computed, createElementBlock, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, ref, watch } from 'vue';
2
- import './OrIconButton-a2091425.js';
3
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
4
- import './OrButton-a1448bfa.js';
5
- import './OrMenu-c2c114de.js';
6
- import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-518b5305.js';
2
+ import './OrIconButton-c9eb3d09.js';
3
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
4
+ import './OrButton-05766523.js';
5
+ import './OrMenu-bb432db5.js';
6
+ import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-5a492eb3.js';
7
7
  import './OrMenuItem-1917f51a.js';
8
8
  import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
9
9
  import './OrIcon-0239fc17.js';
10
- import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-d4b754f2.js';
11
- import { s as script$4 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
10
+ import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-f473cb9b.js';
11
+ import { s as script$4 } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
12
12
  import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
13
13
 
14
14
  function render$1(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,12 +1,12 @@
1
1
  import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { l as logicAnd } from './index-01519e46.js';
3
3
  import { defineComponent, ref, computed, watch } from 'vue';
4
- import './OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
5
- import './OrButton-a1448bfa.js';
6
- import './OrInput-b077957e.js';
7
- import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
8
- import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
9
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-ada50709.js';
4
+ import './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
5
+ import './OrButton-05766523.js';
6
+ import './OrInput-5e36b9a6.js';
7
+ import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
8
+ import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
9
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-81c11f75.js';
10
10
 
11
11
  var ConfirmType;
12
12
  (function (ConfirmType) {
@@ -11,10 +11,10 @@ const EmptyStateRoot = [
11
11
  'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
12
12
  // Box
13
13
  'w-full',
14
- // Sizing
14
+ // Spacing
15
15
  'gap-sm'];
16
16
  const EmptyStateImage = [
17
- // Sizing
17
+ // Spacing
18
18
  'mb-sm'];
19
19
  const EmptyStateImageSizes = {
20
20
  [EmptyStateSize.L]: [
@@ -6,7 +6,7 @@ const ErrorTagRoot = [
6
6
  // Layout
7
7
  'layout-inline-row',
8
8
  // Box
9
- 'max-w-fit',
9
+ 'max-w-min',
10
10
  // Shape
11
11
  'rounded-full',
12
12
  // Spacing
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
1
+ import { s as script } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
2
2
  import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, createVNode } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["selected", "disabled"];
@@ -1,6 +1,6 @@
1
1
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode, toDisplayString, createCommentVNode, defineComponent, ref, computed } from 'vue';
2
2
  import './OrIcon-0239fc17.js';
3
- import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
3
+ import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-7a64c90d.js';
4
4
  import { s as script$2, I as IconSize } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
5
5
 
6
6
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,13 +1,13 @@
1
1
  import { defineComponent, ref, computed, reactive, watch } from 'vue';
2
2
  import './OrHint-5d5e4d99.js';
3
- import './OrIconButton-a2091425.js';
3
+ import './OrIconButton-c9eb3d09.js';
4
4
  import './OrInlineInputBox-f92a09d6.js';
5
5
  import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
6
6
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
8
8
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
9
9
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
10
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
10
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
11
11
 
12
12
  var InlineInputType;
13
13
  (function (InlineInputType) {
@@ -1,12 +1,12 @@
1
1
  import { defineComponent, ref, computed, reactive, watch } from 'vue';
2
2
  import './OrHint-5d5e4d99.js';
3
- import './OrIconButton-a2091425.js';
3
+ import './OrIconButton-c9eb3d09.js';
4
4
  import './OrInlineInputBox-f92a09d6.js';
5
5
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
6
6
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
7
7
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
8
8
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
9
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
9
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
10
10
  import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
11
11
 
12
12
  const InlineTextareaRoot = [
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrInput.vue_vue_type_script_lang-ada50709.js';
1
+ import { s as script } from './OrInput.vue_vue_type_script_lang-81c11f75.js';
2
2
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, createSlots } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
@@ -3,7 +3,7 @@ import './OrHint-5d5e4d99.js';
3
3
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
4
4
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
5
5
  import './OrIcon-0239fc17.js';
6
- import './OrIconButton-a2091425.js';
6
+ import './OrIconButton-c9eb3d09.js';
7
7
  import './OrInputBox-358d4856.js';
8
8
  import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
9
9
  import './OrLabel-c556887e.js';
@@ -13,7 +13,7 @@ import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute
13
13
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
14
14
  import { u as useResponsive } from './useResponsive-9d397e2a.js';
15
15
  import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
16
- import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
16
+ import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
17
17
  import { s as script$7 } from './OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
18
18
 
19
19
  var InputType;
@@ -1,12 +1,9 @@
1
- import { s as script } from './OrMenu.vue_vue_type_script_lang-518b5305.js';
2
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, withModifiers, renderSlot } from 'vue';
1
+ import { s as script } from './OrMenu.vue_vue_type_script_lang-5a492eb3.js';
2
+ import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
3
3
 
4
4
  function render(_ctx, _cache, $props, $setup, $data, $options) {
5
5
  const _component_OrPopover = resolveComponent("OrPopover");
6
- return openBlock(), createElementBlock("div", {
7
- ref: "root",
8
- class: normalizeClass(_ctx.rootStyles)
9
- }, [createVNode(_component_OrPopover, {
6
+ return openBlock(), createBlock(_component_OrPopover, {
10
7
  ref: "popover",
11
8
  variant: 'auto',
12
9
  trigger: _ctx.trigger,
@@ -15,13 +12,15 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
15
12
  "disable-default-styles": false,
16
13
  "onUpdate:state": _cache[1] || (_cache[1] = $event => _ctx.$emit('update:state', $event))
17
14
  }, {
18
- default: withCtx(() => [createElementVNode("div", {
19
- class: normalizeClass(_ctx.bodyStyles),
15
+ default: withCtx(() => [createElementVNode("div", mergeProps({
16
+ ref: "root"
17
+ }, _ctx.$attrs, {
18
+ class: _ctx.rootStyles,
20
19
  onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.onClick && _ctx.onClick(...args), ["stop"]))
21
- }, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)]),
20
+ }), [renderSlot(_ctx.$slots, "default")], 16 /* FULL_PROPS */)]),
22
21
 
23
22
  _: 3 /* FORWARDED */
24
- }, 8 /* PROPS */, ["trigger", "placement"])], 2 /* CLASS */);
23
+ }, 8 /* PROPS */, ["trigger", "placement"]);
25
24
  }
26
25
 
27
26
  script.render = render;
@@ -1,12 +1,9 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
- import './OrPopover-f9a1d5d7.js';
3
- import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-aa819a00.js';
2
+ import './OrPopover-1a488f88.js';
3
+ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-b1102c1a.js';
4
4
 
5
5
  const MenuRoot = [
6
6
  // Layout
7
- 'inline-block'];
8
- const MenuBody = [
9
- // Layout
10
7
  'overflow-y-auto',
11
8
  // Box
12
9
  'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
@@ -16,6 +13,7 @@ var script = defineComponent({
16
13
  components: {
17
14
  OrPopover: script$1
18
15
  },
16
+ inheritAttrs: false,
19
17
  props: {
20
18
  trigger: {
21
19
  type: HTMLElement,
@@ -27,7 +25,7 @@ var script = defineComponent({
27
25
  }
28
26
  },
29
27
  emits: ['update:state'],
30
- expose: ['root', 'open', 'close', 'isOpen', 'toggle'],
28
+ expose: ['root', 'isOpen', 'open', 'close', 'toggle'],
31
29
  setup() {
32
30
  // Refs
33
31
  const root = ref();
@@ -36,13 +34,13 @@ var script = defineComponent({
36
34
  var _a;
37
35
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
38
36
  });
37
+ // Styles
38
+ const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
39
+ // State
39
40
  const isOpen = computed(() => {
40
41
  var _a;
41
42
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
42
43
  });
43
- // Styles
44
- const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
45
- const bodyStyles = computed(() => [...MenuBody]);
46
44
  // Methods
47
45
  function open() {
48
46
  const popoverInstance = popover.value;
@@ -76,7 +74,6 @@ var script = defineComponent({
76
74
  popover,
77
75
  popoverRoot,
78
76
  rootStyles,
79
- bodyStyles,
80
77
  isOpen,
81
78
  open,
82
79
  close,
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue';
2
- import './OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
3
- import './OrIconButton-a2091425.js';
4
- import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
5
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
2
+ import './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
3
+ import './OrIconButton-c9eb3d09.js';
4
+ import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
5
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
6
6
 
7
7
  var ModalSize;
8
8
  (function (ModalSize) {
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
2
  import './OrIcon-0239fc17.js';
3
- import './OrIconButton-a2091425.js';
3
+ import './OrIconButton-c9eb3d09.js';
4
4
  import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
5
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
5
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
6
6
 
7
7
  var NotificationVariant;
8
8
  (function (NotificationVariant) {
@@ -1,7 +1,7 @@
1
1
  import { useScrollLock } from '@vueuse/core';
2
2
  import { openBlock, createBlock, Teleport, renderSlot, defineComponent, ref, computed } from 'vue';
3
3
  import { s as script$1 } from './OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
4
- import { u as useElevation } from './useElevation-e8a2ce89.js';
4
+ import { u as useElevation } from './useElevation-c8d5d3ba.js';
5
5
 
6
6
  function render(_ctx, _cache, $props, $setup, $data, $options) {
7
7
  return openBlock(), createBlock(Teleport, {
@@ -1,18 +1,19 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
- import './OrButton-a1448bfa.js';
2
+ import './OrButton-05766523.js';
3
3
  import './OrIcon-0239fc17.js';
4
- import './OrMenu-c2c114de.js';
4
+ import './OrMenu-bb432db5.js';
5
5
  import './OrMenuItem-1917f51a.js';
6
- import { s as script$1 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
6
+ import { u as useResponsive } from './useResponsive-9d397e2a.js';
7
+ import { s as script$1 } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
7
8
  import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
8
- import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-518b5305.js';
9
+ import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-5a492eb3.js';
9
10
  import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
10
11
 
11
12
  const PaginationRoot = [
12
13
  // Layout
13
14
  'layout-row',
14
15
  // Spacing
15
- 'gap-xl',
16
+ 'gap-lg md:gap-xl',
16
17
  // Typography
17
18
  'typography-caption-regular',
18
19
  // Theme
@@ -62,6 +63,10 @@ var script = defineComponent({
62
63
  emits: ['update:modelValue'],
63
64
  expose: ['root'],
64
65
  setup(props, context) {
66
+ const {
67
+ isDesktop,
68
+ isMobile
69
+ } = useResponsive();
65
70
  // Refs
66
71
  const root = ref();
67
72
  const limitButton = ref();
@@ -123,22 +128,30 @@ var script = defineComponent({
123
128
  return Math.ceil(props.length / currentLimit.value);
124
129
  });
125
130
  const buttonGroup = computed(() => {
126
- return Array.from({
131
+ const pages = Array.from({
127
132
  length: lastPage.value
128
- }, (_, index) => index + 1).map(page => {
129
- switch (true) {
130
- case page > firstPage.value && page < currentPage.value - 1:
131
- case page > currentPage.value + 1 && page < lastPage.value:
132
- return '…';
133
- default:
134
- return page;
135
- }
136
- }).reduce((accumulator, page) => {
137
- if (accumulator[accumulator.length - 1] === page) {
138
- return accumulator;
139
- }
140
- return [...accumulator, page];
141
- }, []);
133
+ }, (_, index) => index + 1);
134
+ switch (true) {
135
+ case currentPage.value < firstPage.value + 4:
136
+ return [...pages.slice(0, 5), '…', lastPage.value];
137
+ case currentPage.value > lastPage.value - 4:
138
+ return [firstPage.value, '…', ...pages.slice(-5)];
139
+ default:
140
+ return pages.map(page => {
141
+ switch (true) {
142
+ case page > firstPage.value && page < currentPage.value - 1:
143
+ case page < lastPage.value && page > currentPage.value + 1:
144
+ return '…';
145
+ default:
146
+ return page;
147
+ }
148
+ }).reduce((accumulator, page) => {
149
+ if (accumulator[accumulator.length - 1] === page) {
150
+ return accumulator;
151
+ }
152
+ return [...accumulator, page];
153
+ }, []);
154
+ }
142
155
  });
143
156
  // Methods
144
157
  function toPreviousPage() {
@@ -151,6 +164,8 @@ var script = defineComponent({
151
164
  currentPage.value = page;
152
165
  }
153
166
  return {
167
+ isDesktop,
168
+ isMobile,
154
169
  root,
155
170
  limitButton,
156
171
  limitButtonRoot,
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrPopover.vue_vue_type_script_lang-aa819a00.js';
1
+ import { s as script } from './OrPopover.vue_vue_type_script_lang-b1102c1a.js';
2
2
  import { resolveComponent, openBlock, createBlock, withCtx, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode } from 'vue';
3
3
 
4
4
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,10 +1,10 @@
1
1
  import { a as autoUpdate, c as computePosition, f as flip, s as shift, h as hide } from './floating-ui.dom.esm-83eba816.js';
2
2
  import { onClickOutside } from '@vueuse/core';
3
3
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createCommentVNode, defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, nextTick } from 'vue';
4
- import { s as script$1 } from './OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
5
- import './OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
4
+ import { s as script$1 } from './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
5
+ import './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
6
6
  import { u as useResponsive } from './useResponsive-9d397e2a.js';
7
- import { u as useElevation } from './useElevation-e8a2ce89.js';
7
+ import { u as useElevation } from './useElevation-c8d5d3ba.js';
8
8
  import { s as script$2 } from './OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
9
9
 
10
10
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -244,7 +244,7 @@ var script = defineComponent({
244
244
  });
245
245
  // #endregion
246
246
  // #region Elevation
247
- useElevation(root, state);
247
+ useElevation(root);
248
248
  // #endregion
249
249
  return {
250
250
  isDesktop,
@@ -33,7 +33,7 @@ const ProgressRootTypes = {
33
33
  const ProgressHeader = [
34
34
  // Layout
35
35
  'flex', 'flex-row',
36
- // Sizing
36
+ // Spacing
37
37
  'mb-[6px]'];
38
38
  const ProgressHeaderLabel = [
39
39
  // Typography
@@ -41,7 +41,7 @@ const ProgressHeaderLabel = [
41
41
  // Theme
42
42
  'text-on-background', 'dark:text-on-background-dark'];
43
43
  const ProgressHeaderPercent = [
44
- // Sizing
44
+ // Spacing
45
45
  'ml-auto'];
46
46
  const ProgressBarBackground = [
47
47
  // Theme
@@ -74,7 +74,7 @@ const ProgressBarColors = {
74
74
  'stroke-error-hover', 'dark:stroke-error-hover-dark']
75
75
  };
76
76
  const ProgressFooter = [
77
- // Sizing
77
+ // Spacing
78
78
  'mt-[2px]'];
79
79
 
80
80
  var script = defineComponent({
@@ -1,7 +1,7 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue';
3
- import './OrInput-b077957e.js';
4
- import { s as script$1 } from './OrInput.vue_vue_type_script_lang-ada50709.js';
3
+ import './OrInput-5e36b9a6.js';
4
+ import { s as script$1 } from './OrInput.vue_vue_type_script_lang-81c11f75.js';
5
5
  import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
6
6
 
7
7
  var script = defineComponent({
@@ -4,22 +4,22 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
  import './OrHint-5d5e4d99.js';
5
5
  import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
6
6
  import './OrIcon-0239fc17.js';
7
- import './OrInput-b077957e.js';
7
+ import './OrInput-5e36b9a6.js';
8
8
  import './OrInputBox-358d4856.js';
9
9
  import './OrLabel-c556887e.js';
10
10
  import './OrMenuItem-1917f51a.js';
11
- import './OrPopover-f9a1d5d7.js';
12
- import { s as script$3 } from './OrTag.vue_vue_type_script_lang-4fe7e19f.js';
11
+ import './OrPopover-1a488f88.js';
12
+ import { s as script$3 } from './OrTag.vue_vue_type_script_lang-fc082803.js';
13
13
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-293d2de2.js';
14
14
  import { u as useOverflow } from './useOverflow-6dce216b.js';
15
15
  import { s as script$4 } from './OrError.vue_vue_type_script_lang-53648a65.js';
16
16
  import { s as script$5 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
17
17
  import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
18
- import { s as script$7 } from './OrInput.vue_vue_type_script_lang-ada50709.js';
18
+ import { s as script$7 } from './OrInput.vue_vue_type_script_lang-81c11f75.js';
19
19
  import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
20
20
  import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
21
21
  import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
22
- import { s as script$b } from './OrPopover.vue_vue_type_script_lang-aa819a00.js';
22
+ import { s as script$b } from './OrPopover.vue_vue_type_script_lang-b1102c1a.js';
23
23
 
24
24
  const _hoisted_1$2 = ["value", "indeterminate", "required", "disabled"];
25
25
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,7 +1,7 @@
1
1
  import { useDraggable, useElementBounding } from '@vueuse/core';
2
2
  import _ from 'lodash';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, defineComponent, ref, computed, useSlots, watch } from 'vue';
4
- import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js';
4
+ import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton.vue_vue_type_script_lang-5fe2a40a.js';
5
5
 
6
6
  const SidebarRoot = [
7
7
  // Position
@@ -108,12 +108,12 @@ const SidebarHeader = [
108
108
  const SidebarContent = [
109
109
  // Layout
110
110
  'grow', 'overflow-auto',
111
- // Sizing
111
+ // Spacing
112
112
  'p-md'];
113
113
  const SidebarFooter = [
114
114
  // Layout
115
115
  'shrink-0', 'overflow-x-hidden',
116
- // Sizing
116
+ // Spacing
117
117
  'p-md',
118
118
  // Borders
119
119
  'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
@@ -1,7 +1,7 @@
1
1
  import _ from 'lodash';
2
2
  import { defineComponent, ref, computed } from 'vue';
3
- import './OrIconButton-a2091425.js';
4
- import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
3
+ import './OrIconButton-c9eb3d09.js';
4
+ import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
5
5
 
6
6
  var OrSidebarPlacement;
7
7
  (function (OrSidebarPlacement) {
@@ -1,11 +1,11 @@
1
1
  import { useResizeObserver } from '@vueuse/core';
2
2
  import { openBlock, createElementBlock, normalizeClass, renderSlot, defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue';
3
3
  import './OrIcon-0239fc17.js';
4
- import './OrMenu-c2c114de.js';
4
+ import './OrMenu-bb432db5.js';
5
5
  import './OrMenuItem-1917f51a.js';
6
6
  import { s as script$1 } from './OrTab.vue_vue_type_script_lang-f791efa0.js';
7
7
  import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
8
- import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-518b5305.js';
8
+ import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-5a492eb3.js';
9
9
  import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
10
10
 
11
11
  const _hoisted_1 = ["selected"];
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue';
2
- import './OrIconButton-a2091425.js';
3
- import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
2
+ import './OrIconButton-c9eb3d09.js';
3
+ import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-84fd1dea.js';
4
4
 
5
5
  var TagVariant;
6
6
  (function (TagVariant) {
@@ -18,7 +18,7 @@ const TagRoot = [
18
18
  // Layout
19
19
  'layout-inline-row',
20
20
  // Box
21
- 'max-w-fit',
21
+ 'max-w-min',
22
22
  // Shape
23
23
  'rounded-full',
24
24
  // Spacing
@@ -1,4 +1,4 @@
1
- import { a as script } from './types-150c888c.js';
1
+ import { a as script } from './types-c44094bc.js';
2
2
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeClass, createVNode, TransitionGroup, createElementBlock, Fragment, renderList, mergeProps, createCommentVNode } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
@@ -1,14 +1,16 @@
1
1
  import { useDebounceFn, useElementHover } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue';
3
- import './OrPopover-f9a1d5d7.js';
4
- import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-aa819a00.js';
3
+ import './OrPopover-1a488f88.js';
4
+ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-b1102c1a.js';
5
5
 
6
6
  const TooltipRoot = [
7
7
  // Layout
8
- 'layout-inline-row justify-center'];
8
+ 'inline-block'];
9
9
  const TooltipBody = [
10
10
  // Layout
11
11
  'layout-inline-row',
12
+ // Box
13
+ 'max-w-min',
12
14
  // Shape
13
15
  'rounded-sm',
14
16
  // Spacing