@onereach/ui-components 2.72.2-beta.2272.0 → 2.72.2-beta.2274.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/dist/bundled/v2/{OrButton-4862b98b.js → OrButton-d45772c1.js} +3 -3
  2. package/dist/bundled/v2/{OrCardCollection-55fd8cf6.js → OrCardCollection-4ac89ea5.js} +4 -4
  3. package/dist/bundled/v2/{OrConfirm-10e4fe6a.js → OrConfirm-8c0e957d.js} +2 -2
  4. package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
  5. package/dist/bundled/v2/{OrErrorTag-175a2c4f.js → OrErrorTag-97a9112b.js} +2 -0
  6. package/dist/bundled/v2/{OrIconButton-088ac8ec.js → OrIconButton-837d57f8.js} +1 -1
  7. package/dist/bundled/v2/{OrInlineInput-f2bd6b5c.js → OrInlineInput-57fccb41.js} +1 -1
  8. package/dist/bundled/v2/{OrInlineTextarea-813d4193.js → OrInlineTextarea-f8b86cf7.js} +1 -1
  9. package/dist/bundled/v2/{OrInput-9253f834.js → OrInput-00070eee.js} +1 -1
  10. package/dist/bundled/v2/{OrMenu-6ab53877.js → OrMenu-52da43bc.js} +15 -10
  11. package/dist/bundled/v2/{OrModal-d08fb037.js → OrModal-78f5d49e.js} +1 -1
  12. package/dist/bundled/v2/{OrNotification-bd008b65.js → OrNotification-458fe937.js} +1 -1
  13. package/dist/bundled/v2/{OrPagination-9bf3d797.js → OrPagination-daf25de2.js} +24 -60
  14. package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-15fe65ec.js} +3 -3
  15. package/dist/bundled/v2/{OrSearch-a975639b.js → OrSearch-09fd004c.js} +1 -1
  16. package/dist/bundled/v2/{OrSelect-d3b5780a.js → OrSelect-2ececfc1.js} +2 -2
  17. package/dist/bundled/v2/{OrSidebar-b1442193.js → OrSidebar-a2bc21b9.js} +158 -37
  18. package/dist/bundled/v2/OrSidebarCollapseButton-8297ef86.js +125 -0
  19. package/dist/bundled/v2/{OrTabs-517e2f25.js → OrTabs-d69780fc.js} +1 -1
  20. package/dist/bundled/v2/{OrTag-2903c38e.js → OrTag-4085e8a7.js} +3 -1
  21. package/dist/bundled/v2/{OrTooltip-0c73d25d.js → OrTooltip-b1f38647.js} +1 -1
  22. package/dist/bundled/v2/components/index.js +22 -21
  23. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  24. package/dist/bundled/v2/components/or-card-collection-v3/index.js +7 -7
  25. package/dist/bundled/v2/components/or-confirm-v3/index.js +5 -5
  26. package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
  27. package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
  28. package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
  29. package/dist/bundled/v2/components/or-inline-input-v3/index.js +3 -3
  30. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +3 -3
  31. package/dist/bundled/v2/components/or-input-v3/index.js +3 -3
  32. package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  33. package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
  34. package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
  35. package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
  36. package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
  37. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  38. package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
  39. package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
  40. package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
  41. package/dist/bundled/v2/components/or-search-v3/index.js +4 -4
  42. package/dist/bundled/v2/components/or-select-v3/index.js +5 -5
  43. package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
  44. package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
  45. package/dist/bundled/v2/components/or-sidebar-v3/index.js +13 -1
  46. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.d.ts +1 -0
  47. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +18 -0
  48. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
  49. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
  50. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
  51. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +18 -0
  52. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
  53. package/dist/bundled/v2/components/or-sidebar-v3/styles.d.ts +7 -1
  54. package/dist/bundled/v2/components/or-tabs-v3/index.js +2 -2
  55. package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
  56. package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
  57. package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
  58. package/dist/bundled/v2/index.js +23 -22
  59. package/dist/bundled/v2/{types-d6c9284d.js → types-309b7b94.js} +1 -1
  60. package/dist/bundled/v3/{OrButton-05766523.js → OrButton-a1448bfa.js} +1 -1
  61. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b53e78f5.js → OrButton.vue_vue_type_script_lang-3b1e442b.js} +3 -3
  62. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-40a5aa15.js → OrCardCollection.vue_vue_type_script_lang-f76c3264.js} +7 -7
  63. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-53503801.js → OrConfirm.vue_vue_type_script_lang-eb2bfce2.js} +4 -4
  64. package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
  65. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-fa28d642.js → OrErrorTag.vue_vue_type_script_lang-e2fe7ca9.js} +2 -0
  66. package/dist/bundled/v3/{OrIconButton-72d4d349.js → OrIconButton-e0566ecf.js} +1 -1
  67. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-28452eda.js → OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js} +1 -1
  68. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-96aef83e.js → OrInlineInput.vue_vue_type_script_lang-49ce3308.js} +2 -2
  69. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8be03a08.js → OrInlineTextarea.vue_vue_type_script_lang-8fd761d7.js} +2 -2
  70. package/dist/bundled/v3/{OrInput-6f6c700a.js → OrInput-dcf2606e.js} +1 -1
  71. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-115050fc.js → OrInput.vue_vue_type_script_lang-27220623.js} +2 -2
  72. package/dist/bundled/v3/{OrMenu-bb432db5.js → OrMenu-6d7abe97.js} +10 -9
  73. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5a492eb3.js → OrMenu.vue_vue_type_script_lang-df35fd76.js} +8 -5
  74. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-230bc99d.js → OrModal.vue_vue_type_script_lang-6b1dc231.js} +2 -2
  75. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-d9b2b5bf.js → OrNotification.vue_vue_type_script_lang-d0afc1d7.js} +2 -2
  76. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdb0acc8.js → OrPagination.vue_vue_type_script_lang-f64827ef.js} +20 -35
  77. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-52f660d6.js} +3 -3
  78. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-5c683c38.js → OrSearch.vue_vue_type_script_lang-c054c8db.js} +2 -2
  79. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-84902694.js → OrSelect.vue_vue_type_script_lang-7fd5e2f0.js} +3 -3
  80. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-7f3f1a16.js +291 -0
  81. package/dist/bundled/v3/OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js +75 -0
  82. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ae519161.js → OrTabs.vue_vue_type_script_lang-cb550e87.js} +2 -2
  83. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-33767daa.js → OrTag.vue_vue_type_script_lang-a25a49ee.js} +4 -2
  84. package/dist/bundled/v3/{OrToastContainer-2247bc2a.js → OrToastContainer-6fe12712.js} +1 -1
  85. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-250ecf1d.js → OrTooltip.vue_vue_type_script_lang-bf9935ef.js} +1 -1
  86. package/dist/bundled/v3/components/index.js +26 -25
  87. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  88. package/dist/bundled/v3/components/or-card-collection-v3/index.js +11 -11
  89. package/dist/bundled/v3/components/or-confirm-v3/index.js +8 -8
  90. package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
  91. package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
  92. package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
  93. package/dist/bundled/v3/components/or-inline-input-v3/index.js +4 -4
  94. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +4 -4
  95. package/dist/bundled/v3/components/or-input-v3/index.js +4 -4
  96. package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  97. package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
  98. package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
  99. package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
  100. package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
  101. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  102. package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
  103. package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
  104. package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
  105. package/dist/bundled/v3/components/or-search-v3/index.js +6 -6
  106. package/dist/bundled/v3/components/or-select-v3/index.js +7 -7
  107. package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
  108. package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
  109. package/dist/bundled/v3/components/or-sidebar-v3/index.js +16 -2
  110. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.d.ts +1 -0
  111. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +17 -0
  112. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
  113. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
  114. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
  115. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +17 -0
  116. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
  117. package/dist/bundled/v3/components/or-sidebar-v3/styles.d.ts +7 -1
  118. package/dist/bundled/v3/components/or-tabs-v3/index.js +3 -3
  119. package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
  120. package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
  121. package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
  122. package/dist/bundled/v3/index.js +70 -75
  123. package/dist/bundled/v3/{types-e10af3b0.js → types-22fbf9d6.js} +2 -2
  124. package/dist/esm/v2/{OrButton-18f4431c.js → OrButton-66964360.js} +3 -3
  125. package/dist/esm/v2/{OrCardCollection-322733bc.js → OrCardCollection-5a9eda35.js} +4 -4
  126. package/dist/esm/v2/{OrConfirm-61edc9a5.js → OrConfirm-9dbdedd7.js} +2 -2
  127. package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
  128. package/dist/esm/v2/{OrErrorTag-5346825b.js → OrErrorTag-80f82cdf.js} +2 -0
  129. package/dist/esm/v2/{OrIconButton-a648b35b.js → OrIconButton-04a3566d.js} +1 -1
  130. package/dist/esm/v2/{OrInlineInput-32c724b2.js → OrInlineInput-b85b84b4.js} +1 -1
  131. package/dist/esm/v2/{OrInlineTextarea-a7d1b655.js → OrInlineTextarea-afd33047.js} +1 -1
  132. package/dist/esm/v2/{OrInput-1510deaa.js → OrInput-59a15d80.js} +1 -1
  133. package/dist/esm/v2/{OrMenu-943e7760.js → OrMenu-c276db74.js} +15 -10
  134. package/dist/esm/v2/{OrModal-7b024663.js → OrModal-4e79e0d5.js} +1 -1
  135. package/dist/esm/v2/{OrNotification-4976dc40.js → OrNotification-eac3867f.js} +1 -1
  136. package/dist/esm/v2/{OrPagination-93d78a0d.js → OrPagination-1adbcadb.js} +24 -61
  137. package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
  138. package/dist/esm/v2/{OrSearch-37fac6da.js → OrSearch-7411388b.js} +1 -1
  139. package/dist/esm/v2/{OrSelect-45eb62ae.js → OrSelect-e31d1c8b.js} +2 -2
  140. package/dist/esm/v2/{OrSidebar-7c89f46c.js → OrSidebar-27236fbd.js} +158 -37
  141. package/dist/esm/v2/OrSidebarCollapseButton-cfe51a60.js +123 -0
  142. package/dist/esm/v2/{OrTabs-398348a5.js → OrTabs-96b0473d.js} +1 -1
  143. package/dist/esm/v2/{OrTag-a86928f2.js → OrTag-b2906865.js} +3 -1
  144. package/dist/esm/v2/{OrTooltip-4587b666.js → OrTooltip-629d44fc.js} +1 -1
  145. package/dist/esm/v2/components/index.js +22 -21
  146. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  147. package/dist/esm/v2/components/or-card-collection-v3/index.js +7 -7
  148. package/dist/esm/v2/components/or-confirm-v3/index.js +5 -5
  149. package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
  150. package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
  151. package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
  152. package/dist/esm/v2/components/or-inline-input-v3/index.js +3 -3
  153. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +3 -3
  154. package/dist/esm/v2/components/or-input-v3/index.js +3 -3
  155. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  156. package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
  157. package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
  158. package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
  159. package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
  160. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  161. package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
  162. package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
  163. package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
  164. package/dist/esm/v2/components/or-search-v3/index.js +4 -4
  165. package/dist/esm/v2/components/or-select-v3/index.js +5 -5
  166. package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
  167. package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
  168. package/dist/esm/v2/components/or-sidebar-v3/index.js +13 -1
  169. package/dist/esm/v2/components/or-sidebar-v3/partials/index.d.ts +1 -0
  170. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +16 -0
  171. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
  172. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
  173. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
  174. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +16 -0
  175. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
  176. package/dist/esm/v2/components/or-sidebar-v3/styles.d.ts +7 -1
  177. package/dist/esm/v2/components/or-tabs-v3/index.js +2 -2
  178. package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
  179. package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
  180. package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
  181. package/dist/esm/v2/index.js +22 -21
  182. package/dist/esm/v2/{types-8c69b2c8.js → types-1f95d710.js} +1 -1
  183. package/dist/esm/v3/{OrButton-55dd2ad9.js → OrButton-c56998e7.js} +3 -3
  184. package/dist/esm/v3/{OrCardCollection-3a9ccb24.js → OrCardCollection-e4fde5b4.js} +4 -4
  185. package/dist/esm/v3/{OrConfirm-68068bd0.js → OrConfirm-37454a63.js} +2 -2
  186. package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
  187. package/dist/esm/v3/{OrErrorTag-a3e6ef83.js → OrErrorTag-308119de.js} +2 -0
  188. package/dist/esm/v3/{OrIconButton-0047e3cd.js → OrIconButton-2dcfb83e.js} +1 -1
  189. package/dist/esm/v3/{OrInlineInput-6901da96.js → OrInlineInput-fbc35f85.js} +1 -1
  190. package/dist/esm/v3/{OrInlineTextarea-a618ec30.js → OrInlineTextarea-79da8697.js} +1 -1
  191. package/dist/esm/v3/{OrInput-27b9f02d.js → OrInput-bd054213.js} +1 -1
  192. package/dist/esm/v3/{OrMenu-fd2fe1e7.js → OrMenu-7f3ea117.js} +17 -13
  193. package/dist/esm/v3/{OrModal-70f2b811.js → OrModal-4219a6dc.js} +1 -1
  194. package/dist/esm/v3/{OrNotification-7173726b.js → OrNotification-0e682c7f.js} +1 -1
  195. package/dist/esm/v3/{OrPagination-781c119e.js → OrPagination-da9e5017.js} +26 -64
  196. package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
  197. package/dist/esm/v3/{OrSearch-9e1efad2.js → OrSearch-5406bf03.js} +1 -1
  198. package/dist/esm/v3/{OrSelect-07834b65.js → OrSelect-466e50ca.js} +2 -2
  199. package/dist/esm/v3/OrSidebar-61d84c3e.js +313 -0
  200. package/dist/esm/v3/OrSidebarCollapseButton-1b9c83ef.js +94 -0
  201. package/dist/esm/v3/{OrTabs-34c67377.js → OrTabs-328d41b9.js} +1 -1
  202. package/dist/esm/v3/{OrTag-355e7a3e.js → OrTag-148ff9ae.js} +3 -1
  203. package/dist/esm/v3/{OrTooltip-4e670a38.js → OrTooltip-b07616f4.js} +1 -1
  204. package/dist/esm/v3/components/index.js +22 -21
  205. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  206. package/dist/esm/v3/components/or-card-collection-v3/index.js +7 -7
  207. package/dist/esm/v3/components/or-confirm-v3/index.js +5 -5
  208. package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
  209. package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
  210. package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
  211. package/dist/esm/v3/components/or-inline-input-v3/index.js +3 -3
  212. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +3 -3
  213. package/dist/esm/v3/components/or-input-v3/index.js +3 -3
  214. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  215. package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
  216. package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
  217. package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
  218. package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
  219. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  220. package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
  221. package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
  222. package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
  223. package/dist/esm/v3/components/or-search-v3/index.js +4 -4
  224. package/dist/esm/v3/components/or-select-v3/index.js +5 -5
  225. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
  226. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
  227. package/dist/esm/v3/components/or-sidebar-v3/index.js +12 -1
  228. package/dist/esm/v3/components/or-sidebar-v3/partials/index.d.ts +1 -0
  229. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +15 -0
  230. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
  231. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
  232. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
  233. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +15 -0
  234. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
  235. package/dist/esm/v3/components/or-sidebar-v3/styles.d.ts +7 -1
  236. package/dist/esm/v3/components/or-tabs-v3/index.js +2 -2
  237. package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
  238. package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
  239. package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
  240. package/dist/esm/v3/index.js +22 -21
  241. package/dist/esm/v3/{types-c1956faf.js → types-b79e4387.js} +1 -1
  242. package/package.json +2 -2
  243. package/src/components/or-button-v3/styles.ts +3 -3
  244. package/src/components/or-empty-state-v3/styles.ts +2 -2
  245. package/src/components/or-error-tag-v3/styles.ts +3 -0
  246. package/src/components/or-menu-v3/OrMenu.vue +26 -22
  247. package/src/components/or-menu-v3/styles.ts +5 -0
  248. package/src/components/or-pagination-v3/OrPagination.vue +42 -86
  249. package/src/components/or-pagination-v3/styles.ts +1 -1
  250. package/src/components/or-progress-v3/styles.ts +4 -4
  251. package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +6 -0
  252. package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +253 -12
  253. package/src/components/or-sidebar-v3/OrSidebar.vue +130 -23
  254. package/src/components/or-sidebar-v3/partials/index.ts +1 -0
  255. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.ts +48 -0
  256. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue +79 -0
  257. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.ts +1 -0
  258. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.ts +50 -0
  259. package/src/components/or-sidebar-v3/styles.ts +117 -12
  260. package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
  261. package/src/components/or-tag-v3/styles.ts +3 -0
  262. package/src/components/or-tooltip-v3/styles.ts +1 -1
  263. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-d298c2fa.js +0 -181
  264. package/dist/esm/v3/OrSidebar-5d97c7cc.js +0 -206
@@ -1,34 +1,62 @@
1
1
  import { useDraggable, useElementBounding } from '@vueuse/core';
2
2
  import _ from 'lodash';
3
- import { defineComponent, ref, computed, watch } from 'vue-demi';
3
+ import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
4
+ import { O as OrSidebarPlacement, _ as __vue_component__$1 } from './OrSidebarCollapseButton-cfe51a60.js';
4
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
6
 
6
- var OrSidebarPlacement;
7
- (function (OrSidebarPlacement) {
8
- OrSidebarPlacement["left"] = "left";
9
- OrSidebarPlacement["right"] = "right";
10
- })(OrSidebarPlacement || (OrSidebarPlacement = {}));
11
-
12
7
  const SidebarRoot = [
13
8
  // Position
14
9
  'relative',
15
10
  // Layout
16
- 'flex', 'flex-col', 'shrink-0',
11
+ 'flex', 'flex-row', 'shrink-0',
12
+ // Box
13
+ 'min-w-0', 'h-auto', 'p-0',
14
+ // Theme
15
+ 'bg-background', 'dark:bg-background-dark'];
16
+ const SidebarBar = [
17
+ // Position
18
+ 'relative',
19
+ // Layout
20
+ 'flex', 'flex-col', 'shrink-0', 'grow',
17
21
  // Box
18
- 'min-h-0', 'p-0'];
19
- const SidebarRootSides = {
22
+ 'min-h-0', 'p-0',
23
+ // Theme
24
+ 'text-on-background', 'dark:text-on-background-dark',
25
+ // Transition
26
+ 'transition-[width]'];
27
+ const SidebarToolbar = [
28
+ // Position
29
+ 'relative',
30
+ // Layout
31
+ 'flex', 'flex-col', 'shrink-0', 'grow', 'overflow-auto', 'items-center',
32
+ // Sizing
33
+ 'gap-md',
34
+ // Box
35
+ 'min-h-0', 'min-w-xl', 'p-[6px]', 'py-md+',
36
+ // Theme
37
+ 'text-outline', 'dark:text-outline-dark'];
38
+ const CollapsibleSidebarToolbar = ['pt-[56px]'];
39
+ const SidebarSides = {
20
40
  [OrSidebarPlacement.left]: [
21
41
  // Borders
22
- 'border-r-[1px]', 'border-r-solid', 'border-r-secondary dark:border-r-secondary-dark'],
42
+ 'border-r-[1px]', 'border-r-solid', 'border-r-outline-variant dark:border-r-outline-variant-dark'],
23
43
  [OrSidebarPlacement.right]: [
24
44
  // Borders
25
- 'border-l-[1px]', 'border-l-solid', 'border-l-secondary dark:border-l-secondary-dark']
45
+ 'border-l-[1px]', 'border-l-solid', 'border-l-outline-variant dark:border-l-outline-variant-dark']
46
+ };
47
+ const SidebarToolbarSides = {
48
+ [OrSidebarPlacement.left]: [
49
+ // Borders
50
+ 'border-r-[1px]', 'border-r-solid', 'border-r-outline-variant dark:border-r-outline-variant-dark'],
51
+ [OrSidebarPlacement.right]: [
52
+ // Borders
53
+ 'border-l-[1px]', 'border-l-solid', 'border-l-outline-variant dark:border-l-outline-variant-dark']
26
54
  };
27
55
  const SidebarResize = [
28
56
  // Position
29
57
  'absolute', 'inset-y-none', 'z-[1]',
30
58
  // Box
31
- 'w-[12px]', 'h-[100%]',
59
+ 'w-sm+', 'h-[100%]',
32
60
  // Cursor
33
61
  'cursor-ew-resize'];
34
62
  const SidebarResizeSides = {
@@ -36,57 +64,80 @@ const SidebarResizeSides = {
36
64
  // Position
37
65
  '-right-[1px]',
38
66
  // Borders
39
- 'hover:border-r-2', 'hover:border-r-primary hover:dark:border-r-primary-dark',
67
+ 'hover:border-r-2', 'hover:border-r-primary-hover hover:dark:border-r-primary-hover-dark',
40
68
  // Transition
41
69
  'transition-[border-right]'],
42
70
  [OrSidebarPlacement.right]: [
43
71
  // Position
44
72
  '-left-[1px]',
45
73
  // Borders
46
- 'hover:border-l-2', 'hover:border-l-primary hover:dark:border-l-primary-dark',
74
+ 'hover:border-l-2', 'hover:border-l-primary-hover hover:dark:border-l-primary-hover-dark',
47
75
  // Transition
48
76
  'transition-[border-left]']
49
77
  };
78
+ const SidebarCollapseButton = [
79
+ // Position
80
+ 'absolute', 'top-md', 'inset-y-none', 'z-[1]'];
81
+ const SidebarCollapseButtonSides = {
82
+ [OrSidebarPlacement.left]: [
83
+ // Position
84
+ '-right-[12px]'],
85
+ [OrSidebarPlacement.right]: [
86
+ // Position
87
+ '-left-[12px]']
88
+ };
50
89
  const SidebarResizingSides = {
51
90
  [OrSidebarPlacement.left]: [
52
91
  // Borders
53
- 'border-r-2', 'border-r-primary dark:border-r-primary-dark'],
92
+ 'border-r-2', 'border-r-primary-hover dark:border-r-primary-hover-dark'],
54
93
  [OrSidebarPlacement.right]: [
55
94
  // Borders
56
- 'border-l-2', 'border-l-primary dark:border-l-primary-dark']
95
+ 'border-l-2', 'border-l-primary-hover dark:border-l-primary-hover-dark']
57
96
  };
58
97
  const SidebarMain = [
59
98
  // Layout
60
- 'flex', 'flex-col', 'grow',
99
+ 'flex', 'flex-col', 'grow', 'overflow-x-hidden',
61
100
  // Box
62
101
  'min-h-0'];
63
102
  const SidebarHeader = [
64
- // Spacing
65
- 'p-md'];
103
+ // Layout
104
+ 'shrink-0', 'overflow-hidden',
105
+ // Sizing
106
+ 'p-md',
107
+ // Typography
108
+ 'typography-headline-2', 'whitespace-nowrap', 'text-ellipsis'];
66
109
  const SidebarContent = [
67
110
  // Layout
68
111
  'grow', 'overflow-auto',
69
- // Spacing
112
+ // Sizing
70
113
  'p-md'];
71
114
  const SidebarFooter = [
72
- // Spacing
115
+ // Layout
116
+ 'shrink-0', 'overflow-x-hidden',
117
+ // Sizing
73
118
  'p-md',
74
119
  // Borders
75
- 'border-t-[1px]', 'border-t-solid', 'border-t-secondary dark:border-t-secondary-dark'];
120
+ 'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
76
121
 
77
122
  var script = defineComponent({
78
123
  name: 'OrSidebar',
124
+ components: {
125
+ OrSidebarCollapseButton: __vue_component__$1
126
+ },
79
127
  props: {
80
128
  width: {
81
129
  type: Number,
82
- required: false,
83
- default: 0,
130
+ default: 320,
84
131
  validator: value => _.isNumber(value) && value >= 0
85
132
  },
86
133
  minimumWidth: {
87
134
  type: Number,
88
- required: false,
89
- default: 350,
135
+ default: 256,
136
+ validator: value => _.isNumber(value) && value >= 0
137
+ },
138
+ maximumWidth: {
139
+ type: Number,
140
+ default: 384,
90
141
  validator: value => _.isNumber(value) && value >= 0
91
142
  },
92
143
  /**
@@ -100,9 +151,18 @@ var script = defineComponent({
100
151
  type: String,
101
152
  default: OrSidebarPlacement.right,
102
153
  validator: value => _.includes(_.values(OrSidebarPlacement), value)
154
+ },
155
+ draggable: {
156
+ type: Boolean,
157
+ default: true
158
+ },
159
+ collapsible: {
160
+ type: Boolean,
161
+ default: false
103
162
  }
104
163
  },
105
- emits: ['change:width'],
164
+ emits: ['change:width', 'open', 'close'],
165
+ expose: ['root', 'open', 'close'],
106
166
  setup(props, {
107
167
  emit
108
168
  }) {
@@ -113,16 +173,26 @@ var script = defineComponent({
113
173
  var _a;
114
174
  return (_a = root.value) === null || _a === void 0 ? void 0 : _a.parentElement;
115
175
  });
176
+ // Slots
177
+ const {
178
+ toolbar: toolbarSlot
179
+ } = useSlots();
116
180
  // State
117
181
  const startPositionX = ref(0);
118
182
  const isResizing = ref(false);
183
+ const isCollapsed = ref(false);
184
+ const maximumWidth = ref(props.maximumWidth || 384);
119
185
  const localWidth = ref(props.width >= props.minimumWidth ? props.width : props.minimumWidth);
186
+ const isShowingToolbar = computed(() => !!toolbarSlot);
120
187
  // Styles
121
188
  const sidebarStyle = computed(() => ({
122
- width: localWidth.value + 'px'
189
+ width: (isCollapsed.value ? 16 : localWidth.value) + 'px'
123
190
  }));
124
- const rootStyles = computed(() => ['or-sidebar', ...SidebarRoot, ...SidebarRootSides[props.side]]);
191
+ const rootStyles = computed(() => ['or-sidebar', ...SidebarRoot]);
192
+ const sidebarStyles = computed(() => [...SidebarBar, ...SidebarSides[props.side]]);
193
+ const toolbarStyles = computed(() => [...SidebarToolbar, ...(props.collapsible ? CollapsibleSidebarToolbar : []), ...SidebarToolbarSides[props.side]]);
125
194
  const resizeStyles = computed(() => [...SidebarResize, ...SidebarResizeSides[props.side], ...(isResizing.value ? SidebarResizingSides[props.side] : [])]);
195
+ const collapsibleButtonStyles = computed(() => [...SidebarCollapseButton, ...SidebarCollapseButtonSides[props.side]]);
126
196
  const mainStyles = computed(() => [...SidebarMain]);
127
197
  const headerStyles = computed(() => [...SidebarHeader]);
128
198
  const contentStyles = computed(() => [...SidebarContent]);
@@ -148,8 +218,15 @@ var script = defineComponent({
148
218
  isResizing.value = false;
149
219
  }
150
220
  });
221
+ // Methods
222
+ function open() {
223
+ isCollapsed.value = false;
224
+ }
225
+ function close() {
226
+ isCollapsed.value = true;
227
+ }
151
228
  const {
152
- width: maximumWidth
229
+ width: containerWidth
153
230
  } = useElementBounding(parentContainer);
154
231
  watch(() => props.width, newValue => {
155
232
  if (newValue !== localWidth.value) {
@@ -159,22 +236,36 @@ var script = defineComponent({
159
236
  watch(() => props.minimumWidth, newMinimum => {
160
237
  if (newMinimum > localWidth.value) localWidth.value = newMinimum;
161
238
  });
239
+ watch(() => props.maximumWidth, newMaximum => {
240
+ if (newMaximum < maximumWidth.value) maximumWidth.value = newMaximum;
241
+ });
242
+ watch(containerWidth, newMaximum => {
243
+ if (newMaximum < maximumWidth.value) maximumWidth.value = newMaximum;
244
+ });
162
245
  watch(maximumWidth, newMaximum => {
163
246
  if (newMaximum < localWidth.value) localWidth.value = newMaximum;
164
247
  });
165
248
  watch(localWidth, val => emit('change:width', val));
249
+ watch(isCollapsed, val => emit(val ? 'close' : 'open'));
166
250
  return {
167
251
  root,
168
252
  resizeBar,
169
253
  isResizing,
254
+ isCollapsed,
170
255
  localWidth,
256
+ isShowingToolbar,
171
257
  sidebarStyle,
172
258
  rootStyles,
259
+ sidebarStyles,
260
+ toolbarStyles,
173
261
  resizeStyles,
262
+ collapsibleButtonStyles,
174
263
  mainStyles,
175
264
  headerStyles,
176
265
  contentStyles,
177
- footerStyles
266
+ footerStyles,
267
+ open,
268
+ close
178
269
  };
179
270
  }
180
271
  });
@@ -189,20 +280,50 @@ var __vue_render__ = function () {
189
280
  var _c = _vm._self._c || _h;
190
281
  return _c('aside', {
191
282
  ref: "root",
192
- class: _vm.rootStyles,
283
+ class: _vm.rootStyles
284
+ }, [_vm.side === 'right' && _vm.isShowingToolbar ? _c('div', {
285
+ class: _vm.toolbarStyles
286
+ }, [_vm._t("toolbar")], 2) : _vm._e(), _vm._v(" "), _c('div', {
287
+ class: _vm.sidebarStyles,
193
288
  style: _vm.sidebarStyle
194
- }, [_c('div', {
289
+ }, [_vm.draggable && !_vm.isCollapsed ? _c('div', {
195
290
  ref: "resizeBar",
196
291
  class: _vm.resizeStyles
197
- }), _vm._v(" "), _c('div', {
292
+ }) : _vm._e(), _vm._v(" "), _vm.collapsible ? _c('or-sidebar-collapse-button', {
293
+ class: _vm.collapsibleButtonStyles,
294
+ attrs: {
295
+ "side": _vm.side
296
+ },
297
+ model: {
298
+ value: _vm.isCollapsed,
299
+ callback: function ($$v) {
300
+ _vm.isCollapsed = $$v;
301
+ },
302
+ expression: "isCollapsed"
303
+ }
304
+ }) : _vm._e(), _vm._v(" "), _c('div', {
305
+ directives: [{
306
+ name: "show",
307
+ rawName: "v-show",
308
+ value: !_vm.isCollapsed,
309
+ expression: "!isCollapsed"
310
+ }],
198
311
  class: _vm.mainStyles
199
312
  }, [_vm.$slots.header ? _c('div', {
200
313
  class: _vm.headerStyles
201
314
  }, [_vm._t("header")], 2) : _vm._e(), _vm._v(" "), _c('div', {
202
315
  class: _vm.contentStyles
203
316
  }, [_vm._t("default")], 2)]), _vm._v(" "), _vm.$slots.footer ? _c('div', {
317
+ directives: [{
318
+ name: "show",
319
+ rawName: "v-show",
320
+ value: !_vm.isCollapsed,
321
+ expression: "!isCollapsed"
322
+ }],
204
323
  class: _vm.footerStyles
205
- }, [_vm._t("footer")], 2) : _vm._e()]);
324
+ }, [_vm._t("footer")], 2) : _vm._e()], 1), _vm._v(" "), _vm.side === 'left' && _vm.isShowingToolbar ? _c('div', {
325
+ class: _vm.toolbarStyles
326
+ }, [_vm._t("toolbar")], 2) : _vm._e()]);
206
327
  };
207
328
  var __vue_staticRenderFns__ = [];
208
329
 
@@ -225,4 +346,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
225
346
  staticRenderFns: __vue_staticRenderFns__
226
347
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
227
348
 
228
- export { OrSidebarPlacement as O, __vue_component__ as _ };
349
+ export { __vue_component__ as _ };
@@ -0,0 +1,123 @@
1
+ import _ from 'lodash';
2
+ import { defineComponent, ref, computed } from 'vue-demi';
3
+ import { _ as __vue_component__$1 } from './OrIconButton-04a3566d.js';
4
+ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
+
6
+ var OrSidebarPlacement;
7
+ (function (OrSidebarPlacement) {
8
+ OrSidebarPlacement["left"] = "left";
9
+ OrSidebarPlacement["right"] = "right";
10
+ })(OrSidebarPlacement || (OrSidebarPlacement = {}));
11
+
12
+ const CollapseButtonContainer = [
13
+ // Box
14
+ 'w-[24px]', 'h-[24px]', 'rounded-full',
15
+ // Theme
16
+ 'text-primary dark:text-primary-dark', 'bg-background dark:bg-background-dark'];
17
+ const CollapseButton = [
18
+ // Box
19
+ 'w-[24px]', 'h-[24px]', 'rounded-full',
20
+ // Typography
21
+ '!text-[16px]',
22
+ // Borders
23
+ '!border-[1px]', '!border-solid',
24
+ // Theme
25
+ '!text-primary dark:!text-primary-dark', '!bg-background dark:!bg-background-dark', '!border-outline-variant dark:!border-outline-variant-dark', '!outline-none',
26
+ // Theme (hover)
27
+ 'hover:!text-primary hover:dark:!text-primary-dark', 'hover:!bg-primary-opacity-0-08 dark:hover:!bg-primary-opacity-0-08-dark', 'hover:!border-outline dark:hover:!border-outline-dark',
28
+ // Theme (active)
29
+ 'active:!text-primary active:dark:!text-primary-dark', 'active:!bg-primary-opacity-0-12 dark:active:!bg-primary-opacity-0-12-dark', 'active:!border-primary dark:active:!border-primary-dark',
30
+ // Theme (focus)
31
+ 'focus:!text-primary focus:dark:!text-primary-dark', 'focus:!bg-primary-opacity-0-12 dark:focus:!bg-primary-opacity-0-12-dark', 'focus:!border-outline dark:focus:!border-outline-dark',
32
+ // Theme (disabled)
33
+ 'disabled:!text-on-disabled disabled:dark:!text-on-disabled-dark', 'disabled:!bg-background disabled:dark:!bg-background-dark', 'disabled:!border-outline-variant disabled:dark:!border-outline-variant-dark'];
34
+
35
+ var script = defineComponent({
36
+ name: 'OrSidebarCollapseButton',
37
+ components: {
38
+ OrIconButton: __vue_component__$1
39
+ },
40
+ model: {
41
+ prop: 'modelValue',
42
+ event: 'update:modelValue'
43
+ },
44
+ props: {
45
+ /**
46
+ * Must be `true` if sidebar is collapsed.
47
+ */
48
+ modelValue: {
49
+ type: Boolean,
50
+ default: false
51
+ },
52
+ side: {
53
+ type: String,
54
+ default: OrSidebarPlacement.right,
55
+ validator: value => _.includes(_.values(OrSidebarPlacement), value)
56
+ }
57
+ },
58
+ emits: ['update:modelValue'],
59
+ expose: ['root'],
60
+ setup(props) {
61
+ // Refs
62
+ const root = ref();
63
+ const rootStyles = computed(() => ['or-sidebar-collapse-button', ...CollapseButtonContainer]);
64
+ const buttonStyles = computed(() => [...CollapseButton]);
65
+ const icon = computed(() => props.side === OrSidebarPlacement.left !== props.modelValue ? 'keyboard_arrow_left' : 'keyboard_arrow_right');
66
+ return {
67
+ root,
68
+ rootStyles,
69
+ buttonStyles,
70
+ icon
71
+ };
72
+ }
73
+ });
74
+
75
+ /* script */
76
+ const __vue_script__ = script;
77
+
78
+ /* template */
79
+ var __vue_render__ = function () {
80
+ var _vm = this;
81
+ var _h = _vm.$createElement;
82
+ var _c = _vm._self._c || _h;
83
+ return _c('div', {
84
+ ref: "root",
85
+ class: _vm.rootStyles
86
+ }, [_c('or-icon-button', {
87
+ class: _vm.buttonStyles,
88
+ attrs: {
89
+ "icon": {
90
+ icon: _vm.icon,
91
+ size: 'inherit'
92
+ },
93
+ "color": "inherit"
94
+ },
95
+ on: {
96
+ "click": function ($event) {
97
+ return _vm.$emit('update:modelValue', !_vm.modelValue);
98
+ }
99
+ }
100
+ })], 1);
101
+ };
102
+ var __vue_staticRenderFns__ = [];
103
+
104
+ /* style */
105
+ const __vue_inject_styles__ = undefined;
106
+ /* scoped */
107
+ const __vue_scope_id__ = undefined;
108
+ /* module identifier */
109
+ const __vue_module_identifier__ = undefined;
110
+ /* functional template */
111
+ const __vue_is_functional_template__ = false;
112
+ /* style inject */
113
+
114
+ /* style inject SSR */
115
+
116
+ /* style inject shadow dom */
117
+
118
+ const __vue_component__ = /*#__PURE__*/normalizeComponent({
119
+ render: __vue_render__,
120
+ staticRenderFns: __vue_staticRenderFns__
121
+ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
122
+
123
+ export { OrSidebarPlacement as O, __vue_component__ as _ };
@@ -2,7 +2,7 @@ import { useResizeObserver } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
3
3
  import { _ as __vue_component__$1 } from './OrIcon-f34e0e6f.js';
4
4
  import { _ as __vue_component__$3 } from './OrMenuItem-7b7fbf8a.js';
5
- import { _ as __vue_component__$2 } from './OrMenu-943e7760.js';
5
+ import { _ as __vue_component__$2 } from './OrMenu-c276db74.js';
6
6
  import './OrPopover-d5d4f62a.js';
7
7
  import { _ as __vue_component__$4 } from './OrTab-1ff87c76.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
2
- import { _ as __vue_component__$1 } from './OrIconButton-a648b35b.js';
2
+ import { _ as __vue_component__$1 } from './OrIconButton-04a3566d.js';
3
3
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
4
 
5
5
  var TagVariant;
@@ -17,6 +17,8 @@ var TagColor;
17
17
  const TagRoot = [
18
18
  // Layout
19
19
  'layout-inline-row',
20
+ // Box
21
+ 'max-w-fit',
20
22
  // Shape
21
23
  'rounded-full',
22
24
  // Spacing
@@ -5,7 +5,7 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  const TooltipRoot = [
7
7
  // Layout
8
- 'inline-block'];
8
+ 'layout-inline-row justify-center'];
9
9
  const TooltipBody = [
10
10
  // Layout
11
11
  'layout-inline-row',
@@ -5,10 +5,10 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
5
5
  export { _ as OrButtonV2 } from '../OrButton-c4f9955b.js';
6
6
  export { _ as OrIconButton } from '../OrIconButton-014e86a7.js';
7
7
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
8
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-18f4431c.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-66964360.js';
9
9
  export { _ as OrCard } from '../OrCard-b7268256.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-19582949.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-322733bc.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-5a9eda35.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-e89c44ef.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-4e2cf3d8.js';
14
14
  export { _ as OrCheckbox } from '../OrCheckbox-915f1f0a.js';
@@ -19,26 +19,26 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-d4400b42.js';
19
19
  export { _ as OrCollapse } from '../OrCollapse-4d892ca3.js';
20
20
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-75abefdd.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-ede619eb.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-61edc9a5.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-9dbdedd7.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-349df9b2.js';
24
24
  export { _ as OrError } from '../OrError-081130bb.js';
25
- export { _ as OrErrorTagV3 } from '../OrErrorTag-5346825b.js';
25
+ export { _ as OrErrorTagV3 } from '../OrErrorTag-80f82cdf.js';
26
26
  export { _ as OrErrorV3 } from '../OrError-13845bb0.js';
27
- export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-ab1a044d.js';
27
+ export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-2481f13f.js';
28
28
  export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-729eb1e7.js';
29
29
  export { F as FabColor, _ as OrFabV3 } from '../OrFab-1d095e33.js';
30
30
  export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-89d6582a.js';
31
31
  export { _ as OrHint } from '../OrHint-c45f1e09.js';
32
32
  export { _ as OrHintV3 } from '../OrHint-78b399cb.js';
33
33
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-819166f6.js';
34
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-a648b35b.js';
34
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-04a3566d.js';
35
35
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from '../OrIcon-f34e0e6f.js';
36
36
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from '../OrInlineInputBox-46146af0.js';
37
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-32c724b2.js';
37
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-b85b84b4.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b47cfc2d.js';
39
- export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-a7d1b655.js';
39
+ export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-afd33047.js';
40
40
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-9ceb9fc4.js';
41
- export { I as InputType, _ as OrInputV3 } from '../OrInput-1510deaa.js';
41
+ export { I as InputType, _ as OrInputV3 } from '../OrInput-59a15d80.js';
42
42
  export { _ as OrInput } from '../OrInput-6e6cfd11.js';
43
43
  export { _ as OrLabel } from '../OrLabel-33b41516.js';
44
44
  export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-0945a4d9.js';
@@ -48,30 +48,31 @@ export { _ as OrListOfInputs } from '../OrListOfInputs-4298fa2c.js';
48
48
  export { L as LoaderViews, _ as OrLoader } from '../OrLoader-003941a2.js';
49
49
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-76307488.js';
50
50
  export { _ as OrMenuItemV3 } from '../OrMenuItem-7b7fbf8a.js';
51
- export { _ as OrMenuV3 } from '../OrMenu-943e7760.js';
51
+ export { _ as OrMenuV3 } from '../OrMenu-c276db74.js';
52
52
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-d5d4f62a.js';
53
53
  export { _ as OrModal, O as OrModalSizes } from '../OrModal-97e83549.js';
54
- export { M as ModalSize, _ as OrModalV3 } from '../OrModal-7b024663.js';
54
+ export { M as ModalSize, _ as OrModalV3 } from '../OrModal-4e79e0d5.js';
55
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-a9231a83.js';
56
- export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-4976dc40.js';
56
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-eac3867f.js';
57
57
  export { _ as OrNumberInput } from '../OrNumberInput-b20d75d2.js';
58
58
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-10a4166a.js';
59
59
  export { _ as OrOverlay } from '../OrOverlay-3b52865d.js';
60
60
  export { _ as OrOverlayV3 } from '../OrOverlay-a019186f.js';
61
61
  export { _ as OrPassword } from '../OrPassword-e6d5e968.js';
62
- export { _ as OrPaginationV3 } from '../OrPagination-93d78a0d.js';
62
+ export { _ as OrPaginationV3 } from '../OrPagination-1adbcadb.js';
63
63
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-4ee24824.js';
64
- export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-9fc95bd7.js';
64
+ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-b7d1c689.js';
65
65
  export { _ as OrRadio } from '../OrRadio-e4198532.js';
66
66
  export { _ as OrRadioGroup } from '../OrRadioGroup-d9d32cba.js';
67
67
  export { _ as OrRadioV3 } from '../OrRadio-87a4d226.js';
68
68
  export { _ as OrSearch } from '../OrSearch-b4f4d59b.js';
69
- export { _ as OrSearchV3 } from '../OrSearch-37fac6da.js';
69
+ export { _ as OrSearchV3 } from '../OrSearch-7411388b.js';
70
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
71
71
  export { _ as OrSelect } from '../OrSelect-dae2b069.js';
72
- export { _ as OrSelectV3 } from '../OrSelect-45eb62ae.js';
72
+ export { _ as OrSelectV3 } from '../OrSelect-e31d1c8b.js';
73
73
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-7d6125bb.js';
74
- export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-7c89f46c.js';
74
+ export { _ as OrSidebarV3 } from '../OrSidebar-27236fbd.js';
75
+ export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-cfe51a60.js';
75
76
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-cc94bdc9.js';
76
77
  export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-6ee72718.js';
77
78
  export { _ as OrSlider } from '../OrSlider-f7b9c7c2.js';
@@ -83,9 +84,9 @@ export { _ as OrTab } from '../OrTab-eade8ab6.js';
83
84
  export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-d1a340d1.js';
84
85
  export { _ as OrTabV3 } from '../OrTab-1ff87c76.js';
85
86
  export { _ as OrTabs } from '../OrTabs-e1c13d41.js';
86
- export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-398348a5.js';
87
+ export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-96b0473d.js';
87
88
  export { _ as OrTag } from '../OrTag-c1fa6901.js';
88
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-a86928f2.js';
89
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-b2906865.js';
89
90
  export { _ as OrTeleport } from '../OrTeleportVue2-8ef4ceca.js';
90
91
  export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
91
92
  export { _ as OrTextV3 } from '../OrText-b12d0682.js';
@@ -94,11 +95,11 @@ export { _ as OrTextareaV3 } from '../OrTextarea-a5a3572b.js';
94
95
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-2594c980.js';
95
96
  export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-2fbd4358.js';
96
97
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
97
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-8c69b2c8.js';
98
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-1f95d710.js';
98
99
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
99
100
  export { _ as OrTooltip } from '../OrTooltip-614b016d.js';
100
101
  export { _ as OrTooltipContent } from '../OrTooltip.vue_rollup-plugin-vue_script-63559536.js';
101
- export { _ as OrTooltipV3 } from '../OrTooltip-4587b666.js';
102
+ export { _ as OrTooltipV3 } from '../OrTooltip-629d44fc.js';
102
103
  import 'vue-demi';
103
104
  import 'lodash';
104
105
  import '../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-18f4431c.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-66964360.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrLoader-76307488.js';
4
4
  import '../../normalize-component-6e8e3d80.js';
@@ -1,11 +1,11 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-322733bc.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-5a9eda35.js';
2
2
  import 'vue-demi';
3
- import '../../OrButton-18f4431c.js';
3
+ import '../../OrButton-66964360.js';
4
4
  import '../../OrLoader-76307488.js';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
- import '../../OrIconButton-a648b35b.js';
6
+ import '../../OrIconButton-04a3566d.js';
7
7
  import '../../OrIcon-f34e0e6f.js';
8
- import '../../OrTooltip-4587b666.js';
8
+ import '../../OrTooltip-629d44fc.js';
9
9
  import '@vueuse/core';
10
10
  import '../../OrPopover-d5d4f62a.js';
11
11
  import '@floating-ui/dom';
@@ -16,9 +16,9 @@ import '../../OrOverlay-a019186f.js';
16
16
  import '../../OrTeleport.vue2-fb92f29f.js';
17
17
  import 'portal-vue';
18
18
  import '../../OrMenuItem-7b7fbf8a.js';
19
- import '../../OrMenu-943e7760.js';
20
- import '../../OrSearch-37fac6da.js';
21
- import '../../OrInput-1510deaa.js';
19
+ import '../../OrMenu-c276db74.js';
20
+ import '../../OrSearch-7411388b.js';
21
+ import '../../OrInput-59a15d80.js';
22
22
  import '../../useIdAttribute-859439f0.js';
23
23
  import '../../useValidationAttributes-d1abbe34.js';
24
24
  import '../../OrError-13845bb0.js';