@onereach/ui-components 2.74.3-beta.2303.0 → 2.74.3

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-ddba20c1.js → OrBottomSheet-41164e06.js} +1 -1
  2. package/dist/bundled/v2/{OrButton-4862b98b.js → OrButton-d45772c1.js} +3 -3
  3. package/dist/bundled/v2/{OrCardCollection-a6dda023.js → OrCardCollection-914c0d96.js} +4 -4
  4. package/dist/bundled/v2/{OrConfirm-9a79cccb.js → OrConfirm-f34221c8.js} +3 -3
  5. package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
  6. package/dist/bundled/v2/{OrErrorTag-ade7cd8c.js → OrErrorTag-4675604d.js} +1 -1
  7. package/dist/bundled/v2/{OrIconButton-2bd48bf6.js → OrIconButton-037b9c33.js} +1 -1
  8. package/dist/bundled/v2/{OrInlineInput-f70111ec.js → OrInlineInput-91a8a857.js} +1 -1
  9. package/dist/bundled/v2/{OrInlineTextarea-ba2db219.js → OrInlineTextarea-2d842751.js} +1 -1
  10. package/dist/bundled/v2/{OrInput-551d02af.js → OrInput-5cd0041e.js} +1 -1
  11. package/dist/bundled/v2/{OrMenu-6ab53877.js → OrMenu-021f347c.js} +16 -11
  12. package/dist/bundled/v2/{OrModal-e71ec2a3.js → OrModal-4218b040.js} +2 -2
  13. package/dist/bundled/v2/{OrNotification-911887e4.js → OrNotification-35c163f7.js} +1 -1
  14. package/dist/bundled/v2/{OrOverlay-efa7992e.js → OrOverlay-cb55bf20.js} +1 -1
  15. package/dist/bundled/v2/{OrPagination-24d4b88f.js → OrPagination-582690fd.js} +24 -60
  16. package/dist/bundled/v2/{OrPopover-4e8acb7b.js → OrPopover-0697699f.js} +3 -3
  17. package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-15fe65ec.js} +3 -3
  18. package/dist/bundled/v2/{OrSearch-4b76f101.js → OrSearch-4b0f063b.js} +1 -1
  19. package/dist/bundled/v2/{OrSelect-6aeabc14.js → OrSelect-ac49dab5.js} +3 -3
  20. package/dist/bundled/v2/{OrSidebar-ab5e1041.js → OrSidebar-b7a27e27.js} +3 -3
  21. package/dist/bundled/v2/{OrSidebarCollapseButton-39514989.js → OrSidebarCollapseButton-e8632afe.js} +1 -1
  22. package/dist/bundled/v2/{OrTabs-182098dc.js → OrTabs-70c1818f.js} +1 -1
  23. package/dist/bundled/v2/{OrTag-074b1885.js → OrTag-59ab76c5.js} +2 -2
  24. package/dist/bundled/v2/{OrTooltip-121e28c5.js → OrTooltip-9ef540f0.js} +2 -4
  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 +2 -0
  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 +1 -0
  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 +0 -4
  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 +2 -1
  58. package/dist/bundled/v2/index.js +27 -27
  59. package/dist/bundled/v2/{types-31d1b8e0.js → types-d0e9ac5c.js} +1 -1
  60. package/dist/bundled/v2/{useElevation-aac032f4.js → useElevation-b6e7590a.js} +3 -2
  61. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js → OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js} +1 -1
  62. package/dist/bundled/v3/{OrButton-05766523.js → OrButton-a1448bfa.js} +1 -1
  63. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b53e78f5.js → OrButton.vue_vue_type_script_lang-3b1e442b.js} +3 -3
  64. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-40a22d2b.js → OrCardCollection.vue_vue_type_script_lang-b74654c4.js} +7 -7
  65. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-ceaeeadb.js → OrConfirm.vue_vue_type_script_lang-a75a86cd.js} +6 -6
  66. package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
  67. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-4e963273.js → OrErrorTag.vue_vue_type_script_lang-bfa4c580.js} +1 -1
  68. package/dist/bundled/v3/{OrIconButton-c9eb3d09.js → OrIconButton-a2091425.js} +1 -1
  69. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-84fd1dea.js → OrIconButton.vue_vue_type_script_lang-14871105.js} +1 -1
  70. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c06ed46b.js → OrInlineInput.vue_vue_type_script_lang-f2cc2704.js} +2 -2
  71. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-79c4353a.js → OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js} +2 -2
  72. package/dist/bundled/v3/{OrInput-5e36b9a6.js → OrInput-b077957e.js} +1 -1
  73. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-81c11f75.js → OrInput.vue_vue_type_script_lang-ada50709.js} +2 -2
  74. package/dist/bundled/v3/{OrMenu-bb432db5.js → OrMenu-c2c114de.js} +10 -9
  75. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5a492eb3.js → OrMenu.vue_vue_type_script_lang-518b5305.js} +10 -7
  76. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-e1b650ba.js → OrModal.vue_vue_type_script_lang-8d7f1436.js} +4 -4
  77. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-e86b33e9.js → OrNotification.vue_vue_type_script_lang-b0280317.js} +2 -2
  78. package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-7edd25f6.js → OrOverlay.vue_vue_type_script_lang-a1f3f02c.js} +1 -1
  79. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-0cb971d5.js → OrPagination.vue_vue_type_script_lang-9804669c.js} +20 -35
  80. package/dist/bundled/v3/{OrPopover-1a488f88.js → OrPopover-f9a1d5d7.js} +1 -1
  81. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-b1102c1a.js → OrPopover.vue_vue_type_script_lang-aa819a00.js} +4 -4
  82. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-52f660d6.js} +3 -3
  83. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-f473cb9b.js → OrSearch.vue_vue_type_script_lang-d4b754f2.js} +2 -2
  84. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-af5f0e8d.js → OrSelect.vue_vue_type_script_lang-36567db5.js} +5 -5
  85. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-f1f2844f.js → OrSidebar.vue_vue_type_script_lang-b5adff07.js} +3 -3
  86. package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-5fe2a40a.js → OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js} +2 -2
  87. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-853e7b4a.js → OrTabs.vue_vue_type_script_lang-7a2b137a.js} +2 -2
  88. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-fc082803.js → OrTag.vue_vue_type_script_lang-4fe7e19f.js} +3 -3
  89. package/dist/bundled/v3/{OrToastContainer-f317ef1b.js → OrToastContainer-bafab8a2.js} +1 -1
  90. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-7a64c90d.js → OrTooltip.vue_vue_type_script_lang-0c228e6f.js} +3 -5
  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 +2 -0
  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 +1 -0
  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 +0 -4
  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 +2 -1
  124. package/dist/bundled/v3/index.js +53 -75
  125. package/dist/bundled/v3/{types-c44094bc.js → types-150c888c.js} +3 -3
  126. package/dist/bundled/v3/{useElevation-c8d5d3ba.js → useElevation-e8a2ce89.js} +3 -2
  127. package/dist/esm/v2/{OrBottomSheet-37200385.js → OrBottomSheet-c9bfe63f.js} +1 -1
  128. package/dist/esm/v2/{OrButton-18f4431c.js → OrButton-66964360.js} +3 -3
  129. package/dist/esm/v2/{OrCardCollection-d9666d4b.js → OrCardCollection-53b55eec.js} +5 -5
  130. package/dist/esm/v2/{OrConfirm-492a6a36.js → OrConfirm-ccf4b2c9.js} +3 -3
  131. package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
  132. package/dist/esm/v2/{OrErrorTag-3aaab419.js → OrErrorTag-7cd5dc68.js} +1 -1
  133. package/dist/esm/v2/{OrIconButton-612c64c4.js → OrIconButton-140f940e.js} +2 -2
  134. package/dist/esm/v2/{OrInlineInput-6485e20a.js → OrInlineInput-01f1d5cc.js} +1 -1
  135. package/dist/esm/v2/{OrInlineTextarea-63dd339e.js → OrInlineTextarea-421ff4d1.js} +1 -1
  136. package/dist/esm/v2/{OrInput-0b8a515c.js → OrInput-b241f15f.js} +1 -1
  137. package/dist/esm/v2/{OrMenu-943e7760.js → OrMenu-1adef5df.js} +16 -11
  138. package/dist/esm/v2/{OrModal-8fc5ddc9.js → OrModal-a938e31b.js} +2 -2
  139. package/dist/esm/v2/{OrNotification-507c3e75.js → OrNotification-e8c1df46.js} +1 -1
  140. package/dist/esm/v2/{OrOverlay-a019186f.js → OrOverlay-2ded265b.js} +1 -1
  141. package/dist/esm/v2/{OrPagination-04e810bc.js → OrPagination-f7f540d1.js} +25 -62
  142. package/dist/esm/v2/{OrPopover-d5d4f62a.js → OrPopover-b3746279.js} +3 -3
  143. package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
  144. package/dist/esm/v2/{OrSearch-02d8a65c.js → OrSearch-6aaba430.js} +1 -1
  145. package/dist/esm/v2/{OrSelect-bdc0ccb5.js → OrSelect-84c2079c.js} +3 -3
  146. package/dist/esm/v2/{OrSidebar-36643782.js → OrSidebar-6b246de1.js} +3 -3
  147. package/dist/esm/v2/{OrSidebarCollapseButton-7483360e.js → OrSidebarCollapseButton-9178923e.js} +1 -1
  148. package/dist/esm/v2/{OrTabs-5f53127f.js → OrTabs-6d7d9d7e.js} +2 -2
  149. package/dist/esm/v2/{OrTag-359c25b6.js → OrTag-1ed1265c.js} +2 -2
  150. package/dist/esm/v2/{OrTooltip-233c67b9.js → OrTooltip-34d2e01f.js} +2 -4
  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 +2 -0
  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 +1 -0
  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 +0 -4
  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 +2 -1
  184. package/dist/esm/v2/index.js +26 -26
  185. package/dist/esm/v2/{types-623b05dd.js → types-f4b60ff3.js} +1 -1
  186. package/dist/esm/v2/{useElevation-31bfe1f6.js → useElevation-92fce12c.js} +3 -2
  187. package/dist/esm/v3/{OrBottomSheet-13a416ef.js → OrBottomSheet-9c291056.js} +1 -1
  188. package/dist/esm/v3/{OrButton-55dd2ad9.js → OrButton-c56998e7.js} +3 -3
  189. package/dist/esm/v3/{OrCardCollection-7241cd1d.js → OrCardCollection-e5a0c7f2.js} +5 -5
  190. package/dist/esm/v3/{OrConfirm-d527c1f8.js → OrConfirm-bb32473d.js} +3 -3
  191. package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
  192. package/dist/esm/v3/{OrErrorTag-7f153817.js → OrErrorTag-0025b17c.js} +1 -1
  193. package/dist/esm/v3/{OrIconButton-23cb0f22.js → OrIconButton-2a9a6627.js} +2 -2
  194. package/dist/esm/v3/{OrInlineInput-3dd233eb.js → OrInlineInput-6c4fe7ff.js} +1 -1
  195. package/dist/esm/v3/{OrInlineTextarea-7352f610.js → OrInlineTextarea-3cd956d9.js} +1 -1
  196. package/dist/esm/v3/{OrInput-620cdc01.js → OrInput-d924c98e.js} +1 -1
  197. package/dist/esm/v3/{OrMenu-fd2fe1e7.js → OrMenu-345930d5.js} +18 -14
  198. package/dist/esm/v3/{OrModal-0d9296a3.js → OrModal-07c092ab.js} +2 -2
  199. package/dist/esm/v3/{OrNotification-c14ce3f1.js → OrNotification-e600fd9a.js} +1 -1
  200. package/dist/esm/v3/{OrOverlay-afad3aa4.js → OrOverlay-55f6cf9c.js} +1 -1
  201. package/dist/esm/v3/{OrPagination-1bd951a4.js → OrPagination-2ef059f6.js} +27 -65
  202. package/dist/esm/v3/{OrPopover-40217b49.js → OrPopover-464a5606.js} +3 -3
  203. package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
  204. package/dist/esm/v3/{OrSearch-2aa4da10.js → OrSearch-e96e6f77.js} +1 -1
  205. package/dist/esm/v3/{OrSelect-04deb880.js → OrSelect-c502e2f1.js} +3 -3
  206. package/dist/esm/v3/{OrSidebar-c71f2e27.js → OrSidebar-0a32cc49.js} +3 -3
  207. package/dist/esm/v3/{OrSidebarCollapseButton-2c5a0239.js → OrSidebarCollapseButton-647d2c50.js} +1 -1
  208. package/dist/esm/v3/{OrTabs-c6cfae55.js → OrTabs-9949f87b.js} +2 -2
  209. package/dist/esm/v3/{OrTag-ffb2debb.js → OrTag-f66c6142.js} +2 -2
  210. package/dist/esm/v3/{OrTooltip-229c90d5.js → OrTooltip-d1b1a4bb.js} +2 -4
  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 +2 -0
  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 +1 -0
  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 +0 -4
  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 +2 -1
  244. package/dist/esm/v3/index.js +26 -26
  245. package/dist/esm/v3/{types-6fff319d.js → types-fd0720cc.js} +1 -1
  246. package/dist/esm/v3/{useElevation-31bfe1f6.js → useElevation-92fce12c.js} +3 -2
  247. package/package.json +3 -2
  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 +26 -22
  252. package/src/components/or-menu-v3/styles.ts +5 -0
  253. package/src/components/or-pagination-v3/OrPagination.vue +42 -86
  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 +1 -4
  261. package/src/hooks/useElevation.ts +5 -3
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-6aeabc14.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-ac49dab5.js';
2
2
  export { a as SelectSize } from '../../OrInputBox-e54dcef9.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -12,21 +12,21 @@ import '../../OrError-52f668a4.js';
12
12
  import '../../OrExpansionPanel-8968da49.js';
13
13
  import '../../OrIcon-2efd1925.js';
14
14
  import '../../OrHint-fde53334.js';
15
- import '../../OrInput-551d02af.js';
16
- import '../../OrIconButton-2bd48bf6.js';
17
- import '../../OrTooltip-121e28c5.js';
15
+ import '../../OrInput-5cd0041e.js';
16
+ import '../../OrIconButton-037b9c33.js';
17
+ import '../../OrTooltip-9ef540f0.js';
18
18
  import '@vueuse/core';
19
- import '../../OrPopover-4e8acb7b.js';
19
+ import '../../OrPopover-0697699f.js';
20
20
  import '../../floating-ui.dom.esm-83eba816.js';
21
- import '../../OrBottomSheet-ddba20c1.js';
22
- import '../../OrOverlay-efa7992e.js';
21
+ import '../../OrBottomSheet-41164e06.js';
22
+ import '../../OrOverlay-cb55bf20.js';
23
23
  import '../../OrTeleport.vue2-e9ba3054.js';
24
24
  import 'portal-vue';
25
- import '../../useElevation-aac032f4.js';
25
+ import '../../useElevation-b6e7590a.js';
26
26
  import '../../useResponsive-e13dfbb0.js';
27
27
  import '../../OrLoader-864ef92a.js';
28
28
  import '../../useValidationAttributes-6df7bcf9.js';
29
29
  import '../../OrMenuItem-f295292e.js';
30
- import '../../OrTag-074b1885.js';
30
+ import '../../OrTag-59ab76c5.js';
31
31
  import '../../dropdown-open-e2a93aaf.js';
32
32
  import '../../useOverflow-bae6342f.js';
@@ -1,19 +1,19 @@
1
- export { _ as OrSidebarV3 } from '../../OrSidebar-ab5e1041.js';
2
- export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-39514989.js';
1
+ export { _ as OrSidebarV3 } from '../../OrSidebar-b7a27e27.js';
2
+ export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-e8632afe.js';
3
3
  import '@vueuse/core';
4
4
  import 'lodash';
5
5
  import '../../index-fa6eb4ca.js';
6
6
  import 'vue';
7
7
  import '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
- import '../../OrIconButton-2bd48bf6.js';
9
+ import '../../OrIconButton-037b9c33.js';
10
10
  import '../../OrIcon-2efd1925.js';
11
- import '../../OrTooltip-121e28c5.js';
12
- import '../../OrPopover-4e8acb7b.js';
11
+ import '../../OrTooltip-9ef540f0.js';
12
+ import '../../OrPopover-0697699f.js';
13
13
  import '../../floating-ui.dom.esm-83eba816.js';
14
- import '../../OrBottomSheet-ddba20c1.js';
15
- import '../../OrOverlay-efa7992e.js';
14
+ import '../../OrBottomSheet-41164e06.js';
15
+ import '../../OrOverlay-cb55bf20.js';
16
16
  import '../../OrTeleport.vue2-e9ba3054.js';
17
17
  import 'portal-vue';
18
- import '../../useElevation-aac032f4.js';
18
+ import '../../useElevation-b6e7590a.js';
19
19
  import '../../useResponsive-e13dfbb0.js';
@@ -1,18 +1,18 @@
1
- export { a as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-39514989.js';
1
+ export { a as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-e8632afe.js';
2
2
  import 'lodash';
3
3
  import '../../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
- import '../../../OrIconButton-2bd48bf6.js';
6
+ import '../../../OrIconButton-037b9c33.js';
7
7
  import '../../../OrIcon-2efd1925.js';
8
8
  import '../../../normalize-component-6e8e3d80.js';
9
- import '../../../OrTooltip-121e28c5.js';
9
+ import '../../../OrTooltip-9ef540f0.js';
10
10
  import '@vueuse/core';
11
- import '../../../OrPopover-4e8acb7b.js';
11
+ import '../../../OrPopover-0697699f.js';
12
12
  import '../../../floating-ui.dom.esm-83eba816.js';
13
- import '../../../OrBottomSheet-ddba20c1.js';
14
- import '../../../OrOverlay-efa7992e.js';
13
+ import '../../../OrBottomSheet-41164e06.js';
14
+ import '../../../OrOverlay-cb55bf20.js';
15
15
  import '../../../OrTeleport.vue2-e9ba3054.js';
16
16
  import 'portal-vue';
17
- import '../../../useElevation-aac032f4.js';
17
+ import '../../../useElevation-b6e7590a.js';
18
18
  import '../../../useResponsive-e13dfbb0.js';
@@ -1,18 +1,18 @@
1
- export { a as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-39514989.js';
1
+ export { a as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-e8632afe.js';
2
2
  import 'lodash';
3
3
  import '../../../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
- import '../../../../OrIconButton-2bd48bf6.js';
6
+ import '../../../../OrIconButton-037b9c33.js';
7
7
  import '../../../../OrIcon-2efd1925.js';
8
8
  import '../../../../normalize-component-6e8e3d80.js';
9
- import '../../../../OrTooltip-121e28c5.js';
9
+ import '../../../../OrTooltip-9ef540f0.js';
10
10
  import '@vueuse/core';
11
- import '../../../../OrPopover-4e8acb7b.js';
11
+ import '../../../../OrPopover-0697699f.js';
12
12
  import '../../../../floating-ui.dom.esm-83eba816.js';
13
- import '../../../../OrBottomSheet-ddba20c1.js';
14
- import '../../../../OrOverlay-efa7992e.js';
13
+ import '../../../../OrBottomSheet-41164e06.js';
14
+ import '../../../../OrOverlay-cb55bf20.js';
15
15
  import '../../../../OrTeleport.vue2-e9ba3054.js';
16
16
  import 'portal-vue';
17
- import '../../../../useElevation-aac032f4.js';
17
+ import '../../../../useElevation-b6e7590a.js';
18
18
  import '../../../../useResponsive-e13dfbb0.js';
@@ -1,18 +1,18 @@
1
- export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-182098dc.js';
1
+ export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-70c1818f.js';
2
2
  import '@vueuse/core';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import '../../OrIcon-2efd1925.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrMenu-6ab53877.js';
9
- import '../../OrPopover-4e8acb7b.js';
8
+ import '../../OrMenu-021f347c.js';
9
+ import '../../OrPopover-0697699f.js';
10
10
  import '../../floating-ui.dom.esm-83eba816.js';
11
- import '../../OrBottomSheet-ddba20c1.js';
12
- import '../../OrOverlay-efa7992e.js';
11
+ import '../../OrBottomSheet-41164e06.js';
12
+ import '../../OrOverlay-cb55bf20.js';
13
13
  import '../../OrTeleport.vue2-e9ba3054.js';
14
14
  import 'portal-vue';
15
- import '../../useElevation-aac032f4.js';
15
+ import '../../useElevation-b6e7590a.js';
16
16
  import '../../useResponsive-e13dfbb0.js';
17
17
  import '../../OrMenuItem-f295292e.js';
18
18
  import '../../OrTab-8c5acf8a.js';
@@ -1,17 +1,17 @@
1
- export { O as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-074b1885.js';
1
+ export { O as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-59ab76c5.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrIconButton-2bd48bf6.js';
5
+ import '../../OrIconButton-037b9c33.js';
6
6
  import '../../OrIcon-2efd1925.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrTooltip-121e28c5.js';
8
+ import '../../OrTooltip-9ef540f0.js';
9
9
  import '@vueuse/core';
10
- import '../../OrPopover-4e8acb7b.js';
10
+ import '../../OrPopover-0697699f.js';
11
11
  import '../../floating-ui.dom.esm-83eba816.js';
12
- import '../../OrBottomSheet-ddba20c1.js';
13
- import '../../OrOverlay-efa7992e.js';
12
+ import '../../OrBottomSheet-41164e06.js';
13
+ import '../../OrOverlay-cb55bf20.js';
14
14
  import '../../OrTeleport.vue2-e9ba3054.js';
15
15
  import 'portal-vue';
16
- import '../../useElevation-aac032f4.js';
16
+ import '../../useElevation-b6e7590a.js';
17
17
  import '../../useResponsive-e13dfbb0.js';
@@ -1,20 +1,20 @@
1
- export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../../types-31d1b8e0.js';
1
+ export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../../types-d0e9ac5c.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-3a3d4280.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-fa6eb4ca.js';
5
5
  import 'vue';
6
6
  import '@vue/composition-api/dist/vue-composition-api.mjs';
7
- import '../../OrIconButton-2bd48bf6.js';
7
+ import '../../OrIconButton-037b9c33.js';
8
8
  import '../../OrIcon-2efd1925.js';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
- import '../../OrTooltip-121e28c5.js';
11
- import '../../OrPopover-4e8acb7b.js';
10
+ import '../../OrTooltip-9ef540f0.js';
11
+ import '../../OrPopover-0697699f.js';
12
12
  import '../../floating-ui.dom.esm-83eba816.js';
13
- import '../../OrBottomSheet-ddba20c1.js';
14
- import '../../OrOverlay-efa7992e.js';
13
+ import '../../OrBottomSheet-41164e06.js';
14
+ import '../../OrOverlay-cb55bf20.js';
15
15
  import '../../OrTeleport.vue2-e9ba3054.js';
16
16
  import 'portal-vue';
17
- import '../../useElevation-aac032f4.js';
17
+ import '../../useElevation-b6e7590a.js';
18
18
  import '../../useResponsive-e13dfbb0.js';
19
19
  import '../../OrLoader-864ef92a.js';
20
20
  import '../../browser-82dea9ed.js';
@@ -1,14 +1,14 @@
1
- export { O as OrTooltipV3 } from '../../OrTooltip-121e28c5.js';
2
- export { P as TooltipPlacement } from '../../OrPopover-4e8acb7b.js';
1
+ export { O as OrTooltipV3 } from '../../OrTooltip-9ef540f0.js';
2
+ export { P as TooltipPlacement } from '../../OrPopover-0697699f.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-fa6eb4ca.js';
5
5
  import 'vue';
6
6
  import '@vue/composition-api/dist/vue-composition-api.mjs';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../floating-ui.dom.esm-83eba816.js';
9
- import '../../OrBottomSheet-ddba20c1.js';
10
- import '../../OrOverlay-efa7992e.js';
9
+ import '../../OrBottomSheet-41164e06.js';
10
+ import '../../OrOverlay-cb55bf20.js';
11
11
  import '../../OrTeleport.vue2-e9ba3054.js';
12
12
  import 'portal-vue';
13
- import '../../useElevation-aac032f4.js';
13
+ import '../../useElevation-b6e7590a.js';
14
14
  import '../../useResponsive-e13dfbb0.js';
@@ -1,5 +1,5 @@
1
1
  export { u as useControlAttributes, a as useIdAttribute } from '../useIdAttribute-cf61643f.js';
2
- export { u as useElevation } from '../useElevation-aac032f4.js';
2
+ export { u as useElevation } from '../useElevation-b6e7590a.js';
3
3
  export { u as useOverflow } from '../useOverflow-bae6342f.js';
4
4
  export { u as useToggle } from '../useToggle-6166bd53.js';
5
5
  export { u as useValidationAttributes } from '../useValidationAttributes-6df7bcf9.js';
@@ -1,2 +1,3 @@
1
1
  import { MaybeElementRef } from '@vueuse/core';
2
- export declare function useElevation(element: MaybeElementRef<HTMLElement | undefined>): void;
2
+ import { Ref } from 'vue-demi';
3
+ export declare function useElevation(element: MaybeElementRef<HTMLElement | undefined>, trigger?: Ref<unknown>): void;