@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,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-ac49dab5.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-6aeabc14.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-5cd0041e.js';
16
- import '../../OrIconButton-037b9c33.js';
17
- import '../../OrTooltip-9ef540f0.js';
15
+ import '../../OrInput-551d02af.js';
16
+ import '../../OrIconButton-2bd48bf6.js';
17
+ import '../../OrTooltip-121e28c5.js';
18
18
  import '@vueuse/core';
19
- import '../../OrPopover-0697699f.js';
19
+ import '../../OrPopover-4e8acb7b.js';
20
20
  import '../../floating-ui.dom.esm-83eba816.js';
21
- import '../../OrBottomSheet-41164e06.js';
22
- import '../../OrOverlay-cb55bf20.js';
21
+ import '../../OrBottomSheet-ddba20c1.js';
22
+ import '../../OrOverlay-efa7992e.js';
23
23
  import '../../OrTeleport.vue2-e9ba3054.js';
24
24
  import 'portal-vue';
25
- import '../../useElevation-b6e7590a.js';
25
+ import '../../useElevation-aac032f4.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-59ab76c5.js';
30
+ import '../../OrTag-074b1885.js';
31
31
  import '../../dropdown-open-e2a93aaf.js';
32
32
  import '../../useOverflow-bae6342f.js';
@@ -1,19 +1,19 @@
1
- export { _ as OrSidebarV3 } from '../../OrSidebar-b7a27e27.js';
2
- export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-e8632afe.js';
1
+ export { _ as OrSidebarV3 } from '../../OrSidebar-ab5e1041.js';
2
+ export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-39514989.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-037b9c33.js';
9
+ import '../../OrIconButton-2bd48bf6.js';
10
10
  import '../../OrIcon-2efd1925.js';
11
- import '../../OrTooltip-9ef540f0.js';
12
- import '../../OrPopover-0697699f.js';
11
+ import '../../OrTooltip-121e28c5.js';
12
+ import '../../OrPopover-4e8acb7b.js';
13
13
  import '../../floating-ui.dom.esm-83eba816.js';
14
- import '../../OrBottomSheet-41164e06.js';
15
- import '../../OrOverlay-cb55bf20.js';
14
+ import '../../OrBottomSheet-ddba20c1.js';
15
+ import '../../OrOverlay-efa7992e.js';
16
16
  import '../../OrTeleport.vue2-e9ba3054.js';
17
17
  import 'portal-vue';
18
- import '../../useElevation-b6e7590a.js';
18
+ import '../../useElevation-aac032f4.js';
19
19
  import '../../useResponsive-e13dfbb0.js';
@@ -1,18 +1,18 @@
1
- export { a as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-e8632afe.js';
1
+ export { a as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-39514989.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-037b9c33.js';
6
+ import '../../../OrIconButton-2bd48bf6.js';
7
7
  import '../../../OrIcon-2efd1925.js';
8
8
  import '../../../normalize-component-6e8e3d80.js';
9
- import '../../../OrTooltip-9ef540f0.js';
9
+ import '../../../OrTooltip-121e28c5.js';
10
10
  import '@vueuse/core';
11
- import '../../../OrPopover-0697699f.js';
11
+ import '../../../OrPopover-4e8acb7b.js';
12
12
  import '../../../floating-ui.dom.esm-83eba816.js';
13
- import '../../../OrBottomSheet-41164e06.js';
14
- import '../../../OrOverlay-cb55bf20.js';
13
+ import '../../../OrBottomSheet-ddba20c1.js';
14
+ import '../../../OrOverlay-efa7992e.js';
15
15
  import '../../../OrTeleport.vue2-e9ba3054.js';
16
16
  import 'portal-vue';
17
- import '../../../useElevation-b6e7590a.js';
17
+ import '../../../useElevation-aac032f4.js';
18
18
  import '../../../useResponsive-e13dfbb0.js';
@@ -1,18 +1,18 @@
1
- export { a as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-e8632afe.js';
1
+ export { a as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-39514989.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-037b9c33.js';
6
+ import '../../../../OrIconButton-2bd48bf6.js';
7
7
  import '../../../../OrIcon-2efd1925.js';
8
8
  import '../../../../normalize-component-6e8e3d80.js';
9
- import '../../../../OrTooltip-9ef540f0.js';
9
+ import '../../../../OrTooltip-121e28c5.js';
10
10
  import '@vueuse/core';
11
- import '../../../../OrPopover-0697699f.js';
11
+ import '../../../../OrPopover-4e8acb7b.js';
12
12
  import '../../../../floating-ui.dom.esm-83eba816.js';
13
- import '../../../../OrBottomSheet-41164e06.js';
14
- import '../../../../OrOverlay-cb55bf20.js';
13
+ import '../../../../OrBottomSheet-ddba20c1.js';
14
+ import '../../../../OrOverlay-efa7992e.js';
15
15
  import '../../../../OrTeleport.vue2-e9ba3054.js';
16
16
  import 'portal-vue';
17
- import '../../../../useElevation-b6e7590a.js';
17
+ import '../../../../useElevation-aac032f4.js';
18
18
  import '../../../../useResponsive-e13dfbb0.js';
@@ -1,18 +1,18 @@
1
- export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-70c1818f.js';
1
+ export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-182098dc.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-021f347c.js';
9
- import '../../OrPopover-0697699f.js';
8
+ import '../../OrMenu-6ab53877.js';
9
+ import '../../OrPopover-4e8acb7b.js';
10
10
  import '../../floating-ui.dom.esm-83eba816.js';
11
- import '../../OrBottomSheet-41164e06.js';
12
- import '../../OrOverlay-cb55bf20.js';
11
+ import '../../OrBottomSheet-ddba20c1.js';
12
+ import '../../OrOverlay-efa7992e.js';
13
13
  import '../../OrTeleport.vue2-e9ba3054.js';
14
14
  import 'portal-vue';
15
- import '../../useElevation-b6e7590a.js';
15
+ import '../../useElevation-aac032f4.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-59ab76c5.js';
1
+ export { O as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-074b1885.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-037b9c33.js';
5
+ import '../../OrIconButton-2bd48bf6.js';
6
6
  import '../../OrIcon-2efd1925.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrTooltip-9ef540f0.js';
8
+ import '../../OrTooltip-121e28c5.js';
9
9
  import '@vueuse/core';
10
- import '../../OrPopover-0697699f.js';
10
+ import '../../OrPopover-4e8acb7b.js';
11
11
  import '../../floating-ui.dom.esm-83eba816.js';
12
- import '../../OrBottomSheet-41164e06.js';
13
- import '../../OrOverlay-cb55bf20.js';
12
+ import '../../OrBottomSheet-ddba20c1.js';
13
+ import '../../OrOverlay-efa7992e.js';
14
14
  import '../../OrTeleport.vue2-e9ba3054.js';
15
15
  import 'portal-vue';
16
- import '../../useElevation-b6e7590a.js';
16
+ import '../../useElevation-aac032f4.js';
17
17
  import '../../useResponsive-e13dfbb0.js';
@@ -1,20 +1,20 @@
1
- export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../../types-d0e9ac5c.js';
1
+ export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../../types-31d1b8e0.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-037b9c33.js';
7
+ import '../../OrIconButton-2bd48bf6.js';
8
8
  import '../../OrIcon-2efd1925.js';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
- import '../../OrTooltip-9ef540f0.js';
11
- import '../../OrPopover-0697699f.js';
10
+ import '../../OrTooltip-121e28c5.js';
11
+ import '../../OrPopover-4e8acb7b.js';
12
12
  import '../../floating-ui.dom.esm-83eba816.js';
13
- import '../../OrBottomSheet-41164e06.js';
14
- import '../../OrOverlay-cb55bf20.js';
13
+ import '../../OrBottomSheet-ddba20c1.js';
14
+ import '../../OrOverlay-efa7992e.js';
15
15
  import '../../OrTeleport.vue2-e9ba3054.js';
16
16
  import 'portal-vue';
17
- import '../../useElevation-b6e7590a.js';
17
+ import '../../useElevation-aac032f4.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-9ef540f0.js';
2
- export { P as TooltipPlacement } from '../../OrPopover-0697699f.js';
1
+ export { O as OrTooltipV3 } from '../../OrTooltip-121e28c5.js';
2
+ export { P as TooltipPlacement } from '../../OrPopover-4e8acb7b.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-41164e06.js';
10
- import '../../OrOverlay-cb55bf20.js';
9
+ import '../../OrBottomSheet-ddba20c1.js';
10
+ import '../../OrOverlay-efa7992e.js';
11
11
  import '../../OrTeleport.vue2-e9ba3054.js';
12
12
  import 'portal-vue';
13
- import '../../useElevation-b6e7590a.js';
13
+ import '../../useElevation-aac032f4.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-b6e7590a.js';
2
+ export { u as useElevation } from '../useElevation-aac032f4.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,3 +1,2 @@
1
1
  import { MaybeElementRef } from '@vueuse/core';
2
- import { Ref } from 'vue-demi';
3
- export declare function useElevation(element: MaybeElementRef<HTMLElement | undefined>, trigger?: Ref<unknown>): void;
2
+ export declare function useElevation(element: MaybeElementRef<HTMLElement | undefined>): void;