@onereach/ui-components 2.72.2-beta.2273.0 → 2.72.2-beta.2275.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 (235) hide show
  1. package/dist/bundled/v2/{OrButton-4862b98b.js → OrButton-d45772c1.js} +3 -3
  2. package/dist/bundled/v2/{OrCardCollection-fdd62d7f.js → OrCardCollection-80ac6444.js} +4 -4
  3. package/dist/bundled/v2/{OrConfirm-e9fc4bab.js → OrConfirm-ea6ea2f7.js} +2 -2
  4. package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
  5. package/dist/bundled/v2/{OrErrorTag-785d650a.js → OrErrorTag-97a9112b.js} +1 -1
  6. package/dist/bundled/v2/{OrIconButton-5e9d8efe.js → OrIconButton-837d57f8.js} +1 -1
  7. package/dist/bundled/v2/{OrInlineInput-38a99ef9.js → OrInlineInput-57fccb41.js} +1 -1
  8. package/dist/bundled/v2/{OrInlineTextarea-e0ff164c.js → OrInlineTextarea-f8b86cf7.js} +1 -1
  9. package/dist/bundled/v2/{OrInput-1db640f5.js → OrInput-57a47093.js} +29 -12
  10. package/dist/bundled/v2/{OrInputBox-2f559e98.js → OrInputBox-e54dcef9.js} +3 -3
  11. package/dist/bundled/v2/{OrMenu-6ab53877.js → OrMenu-52da43bc.js} +15 -10
  12. package/dist/bundled/v2/{OrModal-41f9e197.js → OrModal-78f5d49e.js} +1 -1
  13. package/dist/bundled/v2/{OrNotification-cbb374c5.js → OrNotification-458fe937.js} +1 -1
  14. package/dist/bundled/v2/{OrPagination-9bf3d797.js → OrPagination-daf25de2.js} +24 -60
  15. package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-15fe65ec.js} +3 -3
  16. package/dist/bundled/v2/{OrSearch-79598105.js → OrSearch-2ff8cadd.js} +3 -4
  17. package/dist/bundled/v2/{OrSelect-5cbf39e6.js → OrSelect-359e891b.js} +3 -3
  18. package/dist/bundled/v2/{OrSidebar-b1442193.js → OrSidebar-c95ef614.js} +3 -3
  19. package/dist/bundled/v2/{OrTabs-517e2f25.js → OrTabs-d69780fc.js} +1 -1
  20. package/dist/bundled/v2/{OrTag-231eefa1.js → OrTag-4085e8a7.js} +2 -2
  21. package/dist/bundled/v2/{OrTextarea-5c57c02b.js → OrTextarea-1201353b.js} +1 -1
  22. package/dist/bundled/v2/{OrTooltip-121e28c5.js → OrTooltip-b1f38647.js} +1 -3
  23. package/dist/bundled/v2/components/index.js +24 -24
  24. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  25. package/dist/bundled/v2/components/or-card-collection-v3/index.js +8 -8
  26. package/dist/bundled/v2/components/or-confirm-v3/index.js +6 -6
  27. package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
  28. package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
  29. package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
  30. package/dist/bundled/v2/components/or-inline-input-v3/index.js +3 -3
  31. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +3 -3
  32. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
  33. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  34. package/dist/bundled/v2/components/or-input-v3/index.js +5 -4
  35. package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  36. package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
  37. package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
  38. package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
  39. package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
  40. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  41. package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
  42. package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
  43. package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
  44. package/dist/bundled/v2/components/or-search-v3/index.js +6 -5
  45. package/dist/bundled/v2/components/or-select-v3/index.js +7 -6
  46. package/dist/bundled/v2/components/or-sidebar-v3/index.js +1 -1
  47. package/dist/bundled/v2/components/or-tabs-v3/index.js +2 -2
  48. package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
  49. package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -2
  50. package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
  51. package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
  52. package/dist/bundled/v2/index.js +24 -24
  53. package/dist/bundled/v2/{types-c2d44cac.js → types-309b7b94.js} +1 -1
  54. package/dist/bundled/v3/{OrButton-05766523.js → OrButton-a1448bfa.js} +1 -1
  55. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b53e78f5.js → OrButton.vue_vue_type_script_lang-3b1e442b.js} +3 -3
  56. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-1dbf497a.js → OrCardCollection.vue_vue_type_script_lang-09e66060.js} +7 -7
  57. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-be5a3795.js → OrConfirm.vue_vue_type_script_lang-9aff9db3.js} +4 -4
  58. package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
  59. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-3675dde9.js → OrErrorTag.vue_vue_type_script_lang-e2fe7ca9.js} +1 -1
  60. package/dist/bundled/v3/{OrIconButton-d6dfb9a4.js → OrIconButton-e0566ecf.js} +1 -1
  61. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5d1cb50c.js → OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js} +1 -1
  62. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-92640762.js → OrInlineInput.vue_vue_type_script_lang-49ce3308.js} +2 -2
  63. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-7358cb4f.js → OrInlineTextarea.vue_vue_type_script_lang-8fd761d7.js} +2 -2
  64. package/dist/bundled/v3/{OrInput-0b025fb9.js → OrInput-44a32124.js} +15 -6
  65. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-8806db67.js → OrInput.vue_vue_type_script_lang-4d9e2f4a.js} +17 -5
  66. package/dist/bundled/v3/{OrInputBox-4c7900c2.js → OrInputBox-358d4856.js} +1 -1
  67. package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-47d98e81.js → OrInputBox.vue_vue_type_script_lang-b387d4ba.js} +3 -3
  68. package/dist/bundled/v3/{OrMenu-bb432db5.js → OrMenu-6d7abe97.js} +10 -9
  69. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5a492eb3.js → OrMenu.vue_vue_type_script_lang-df35fd76.js} +8 -5
  70. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-5f45677f.js → OrModal.vue_vue_type_script_lang-6b1dc231.js} +2 -2
  71. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-b9a8e938.js → OrNotification.vue_vue_type_script_lang-d0afc1d7.js} +2 -2
  72. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdb0acc8.js → OrPagination.vue_vue_type_script_lang-f64827ef.js} +20 -35
  73. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-52f660d6.js} +3 -3
  74. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-2f124297.js → OrSearch.vue_vue_type_script_lang-faec384c.js} +4 -5
  75. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-923c3abe.js → OrSelect.vue_vue_type_script_lang-c7a9bec2.js} +5 -5
  76. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-d298c2fa.js → OrSidebar.vue_vue_type_script_lang-ce0b152c.js} +3 -3
  77. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ae519161.js → OrTabs.vue_vue_type_script_lang-cb550e87.js} +2 -2
  78. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-2410faf0.js → OrTag.vue_vue_type_script_lang-a25a49ee.js} +3 -3
  79. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-296da567.js → OrTextarea.vue_vue_type_script_lang-de99a858.js} +2 -2
  80. package/dist/bundled/v3/{OrToastContainer-a435e015.js → OrToastContainer-6fe12712.js} +1 -1
  81. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-7a64c90d.js → OrTooltip.vue_vue_type_script_lang-bf9935ef.js} +1 -3
  82. package/dist/bundled/v3/components/index.js +29 -29
  83. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  84. package/dist/bundled/v3/components/or-card-collection-v3/index.js +13 -13
  85. package/dist/bundled/v3/components/or-confirm-v3/index.js +10 -10
  86. package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
  87. package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
  88. package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
  89. package/dist/bundled/v3/components/or-inline-input-v3/index.js +4 -4
  90. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +4 -4
  91. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
  92. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  93. package/dist/bundled/v3/components/or-input-v3/index.js +8 -6
  94. package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  95. package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
  96. package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
  97. package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
  98. package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
  99. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  100. package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
  101. package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
  102. package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
  103. package/dist/bundled/v3/components/or-search-v3/index.js +10 -8
  104. package/dist/bundled/v3/components/or-select-v3/index.js +11 -9
  105. package/dist/bundled/v3/components/or-sidebar-v3/index.js +1 -1
  106. package/dist/bundled/v3/components/or-tabs-v3/index.js +3 -3
  107. package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
  108. package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -3
  109. package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
  110. package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
  111. package/dist/bundled/v3/index.js +51 -73
  112. package/dist/bundled/v3/{types-f95c218d.js → types-22fbf9d6.js} +2 -2
  113. package/dist/esm/v2/{OrButton-18f4431c.js → OrButton-66964360.js} +3 -3
  114. package/dist/esm/v2/{OrCardCollection-0caaf650.js → OrCardCollection-079828a4.js} +5 -5
  115. package/dist/esm/v2/{OrConfirm-5e46d529.js → OrConfirm-7dc26526.js} +2 -2
  116. package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
  117. package/dist/esm/v2/{OrErrorTag-57140070.js → OrErrorTag-80f82cdf.js} +1 -1
  118. package/dist/esm/v2/{OrIconButton-14d80983.js → OrIconButton-04a3566d.js} +1 -1
  119. package/dist/esm/v2/{OrInlineInput-2746837c.js → OrInlineInput-b85b84b4.js} +1 -1
  120. package/dist/esm/v2/{OrInlineTextarea-3af829c7.js → OrInlineTextarea-afd33047.js} +1 -1
  121. package/dist/esm/v2/{OrInput-53bbe1da.js → OrInput-3d8c8925.js} +29 -12
  122. package/dist/esm/v2/{OrInputBox-9ceb9fc4.js → OrInputBox-53d1f66d.js} +3 -3
  123. package/dist/esm/v2/{OrMenu-943e7760.js → OrMenu-c276db74.js} +15 -10
  124. package/dist/esm/v2/{OrModal-e638986d.js → OrModal-4e79e0d5.js} +1 -1
  125. package/dist/esm/v2/{OrNotification-19c82a07.js → OrNotification-eac3867f.js} +1 -1
  126. package/dist/esm/v2/{OrPagination-93d78a0d.js → OrPagination-1adbcadb.js} +24 -61
  127. package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
  128. package/dist/esm/v2/{OrSearch-f56d6d2a.js → OrSearch-f9b7e168.js} +3 -4
  129. package/dist/esm/v2/{OrSelect-77df77b0.js → OrSelect-bdb9a78a.js} +3 -3
  130. package/dist/esm/v2/{OrSidebar-7c89f46c.js → OrSidebar-fabc7bc9.js} +3 -3
  131. package/dist/esm/v2/{OrTabs-398348a5.js → OrTabs-96b0473d.js} +1 -1
  132. package/dist/esm/v2/{OrTag-4a6cad6e.js → OrTag-b2906865.js} +2 -2
  133. package/dist/esm/v2/{OrTextarea-a5a3572b.js → OrTextarea-373d0554.js} +1 -1
  134. package/dist/esm/v2/{OrTooltip-233c67b9.js → OrTooltip-629d44fc.js} +1 -3
  135. package/dist/esm/v2/components/index.js +24 -24
  136. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  137. package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -8
  138. package/dist/esm/v2/components/or-confirm-v3/index.js +7 -7
  139. package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
  140. package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
  141. package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
  142. package/dist/esm/v2/components/or-inline-input-v3/index.js +3 -3
  143. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +3 -3
  144. package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
  145. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  146. package/dist/esm/v2/components/or-input-v3/index.js +6 -5
  147. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  148. package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
  149. package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
  150. package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
  151. package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
  152. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  153. package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
  154. package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
  155. package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
  156. package/dist/esm/v2/components/or-search-v3/index.js +7 -6
  157. package/dist/esm/v2/components/or-select-v3/index.js +8 -7
  158. package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -1
  159. package/dist/esm/v2/components/or-tabs-v3/index.js +2 -2
  160. package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
  161. package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
  162. package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
  163. package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
  164. package/dist/esm/v2/index.js +23 -23
  165. package/dist/esm/v2/{types-34f2e287.js → types-1f95d710.js} +1 -1
  166. package/dist/esm/v3/{OrButton-55dd2ad9.js → OrButton-c56998e7.js} +3 -3
  167. package/dist/esm/v3/{OrCardCollection-524c0df2.js → OrCardCollection-c3a7cc7a.js} +5 -5
  168. package/dist/esm/v3/{OrConfirm-98380cbd.js → OrConfirm-403896ca.js} +2 -2
  169. package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
  170. package/dist/esm/v3/{OrErrorTag-f114e88b.js → OrErrorTag-308119de.js} +1 -1
  171. package/dist/esm/v3/{OrIconButton-3920ba54.js → OrIconButton-2dcfb83e.js} +1 -1
  172. package/dist/esm/v3/{OrInlineInput-86e4383b.js → OrInlineInput-fbc35f85.js} +1 -1
  173. package/dist/esm/v3/{OrInlineTextarea-10826fa6.js → OrInlineTextarea-79da8697.js} +1 -1
  174. package/dist/esm/v3/{OrInput-076efcde.js → OrInput-71075f51.js} +28 -8
  175. package/dist/esm/v3/{OrInputBox-e16ade90.js → OrInputBox-2467d7e4.js} +3 -3
  176. package/dist/esm/v3/{OrMenu-fd2fe1e7.js → OrMenu-7f3ea117.js} +17 -13
  177. package/dist/esm/v3/{OrModal-87eaff65.js → OrModal-4219a6dc.js} +1 -1
  178. package/dist/esm/v3/{OrNotification-7aab5f58.js → OrNotification-0e682c7f.js} +1 -1
  179. package/dist/esm/v3/{OrPagination-781c119e.js → OrPagination-da9e5017.js} +26 -64
  180. package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
  181. package/dist/esm/v3/{OrSearch-ebd3d4b4.js → OrSearch-21ac89f3.js} +3 -4
  182. package/dist/esm/v3/{OrSelect-47f7bd92.js → OrSelect-c64eda46.js} +3 -3
  183. package/dist/esm/v3/{OrSidebar-5d97c7cc.js → OrSidebar-a62972f5.js} +3 -3
  184. package/dist/esm/v3/{OrTabs-34c67377.js → OrTabs-328d41b9.js} +1 -1
  185. package/dist/esm/v3/{OrTag-c5c305ed.js → OrTag-148ff9ae.js} +2 -2
  186. package/dist/esm/v3/{OrTextarea-37566985.js → OrTextarea-42d21f77.js} +1 -1
  187. package/dist/esm/v3/{OrTooltip-229c90d5.js → OrTooltip-b07616f4.js} +1 -3
  188. package/dist/esm/v3/components/index.js +24 -24
  189. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  190. package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -8
  191. package/dist/esm/v3/components/or-confirm-v3/index.js +7 -7
  192. package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
  193. package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
  194. package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
  195. package/dist/esm/v3/components/or-inline-input-v3/index.js +3 -3
  196. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +3 -3
  197. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  198. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  199. package/dist/esm/v3/components/or-input-v3/index.js +6 -5
  200. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  201. package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
  202. package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
  203. package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
  204. package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
  205. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  206. package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
  207. package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
  208. package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
  209. package/dist/esm/v3/components/or-search-v3/index.js +7 -6
  210. package/dist/esm/v3/components/or-select-v3/index.js +8 -7
  211. package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -1
  212. package/dist/esm/v3/components/or-tabs-v3/index.js +2 -2
  213. package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
  214. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  215. package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
  216. package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
  217. package/dist/esm/v3/index.js +23 -23
  218. package/dist/esm/v3/{types-225f772b.js → types-b79e4387.js} +1 -1
  219. package/package.json +1 -1
  220. package/src/components/or-button-v3/styles.ts +3 -3
  221. package/src/components/or-empty-state-v3/styles.ts +2 -2
  222. package/src/components/or-error-tag-v3/styles.ts +1 -1
  223. package/src/components/or-input-box-v3/styles.ts +3 -6
  224. package/src/components/or-input-v3/OrInput.stories3.ts +4 -0
  225. package/src/components/or-input-v3/OrInput.vue +39 -19
  226. package/src/components/or-menu-v3/OrMenu.vue +26 -22
  227. package/src/components/or-menu-v3/styles.ts +5 -0
  228. package/src/components/or-pagination-v3/OrPagination.vue +42 -86
  229. package/src/components/or-pagination-v3/styles.ts +1 -1
  230. package/src/components/or-progress-v3/styles.ts +4 -4
  231. package/src/components/or-search-v3/OrSearch.vue +1 -2
  232. package/src/components/or-sidebar-v3/styles.ts +3 -3
  233. package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
  234. package/src/components/or-tag-v3/styles.ts +1 -1
  235. package/src/components/or-tooltip-v3/styles.ts +1 -4
@@ -1,9 +1,9 @@
1
1
  import { useToggle } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, createElementVNode, toDisplayString, createBlock, withModifiers, onBeforeMount, onBeforeUnmount, nextTick } from 'vue';
3
3
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-4d4329cd.js';
4
- import './OrIconButton-d6dfb9a4.js';
4
+ import './OrIconButton-e0566ecf.js';
5
5
  import './OrLoader-123ef8c4.js';
6
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
6
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
7
7
  import { s as script$3 } from './OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
8
8
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
9
9
  import './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
@@ -27,7 +27,7 @@ const ButtonRoot = [
27
27
  'layout-inline-row justify-center',
28
28
  // Shape
29
29
  'rounded-md',
30
- // Spacing
30
+ // Sizing
31
31
  'min-w-[96px]',
32
32
  // Interactivity
33
33
  'interactivity-auto',
@@ -47,8 +47,8 @@ const ButtonRootVariants = {
47
47
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
48
48
  'link': [
49
49
  // Spacing
50
- 'gap-xs',
51
- // Spacing
50
+ 'gap-sm md:gap-xs',
51
+ // Sizing
52
52
  'min-w-[auto]']
53
53
  };
54
54
  const ButtonRootColors = {
@@ -1,12 +1,12 @@
1
1
  import { defineComponent, computed, ref, watch } from 'vue-demi';
2
- import { _ as __vue_component__$3 } from './OrButton-18f4431c.js';
3
- import { _ as __vue_component__$2 } from './OrIconButton-14d80983.js';
2
+ import { _ as __vue_component__$3 } from './OrButton-66964360.js';
3
+ import { _ as __vue_component__$2 } from './OrIconButton-04a3566d.js';
4
4
  import { _ as __vue_component__$6 } from './OrIcon-f34e0e6f.js';
5
5
  import { _ as __vue_component__$5 } from './OrMenuItem-7b7fbf8a.js';
6
- import { _ as __vue_component__$4 } from './OrMenu-943e7760.js';
6
+ import { _ as __vue_component__$4 } from './OrMenu-c276db74.js';
7
7
  import './OrPopover-d5d4f62a.js';
8
- import { _ as __vue_component__$7 } from './OrSearch-f56d6d2a.js';
9
- import './OrInputBox-9ceb9fc4.js';
8
+ import { _ as __vue_component__$7 } from './OrSearch-f9b7e168.js';
9
+ import './OrInputBox-53d1f66d.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
 
12
12
  const CardCollectionRoot = [
@@ -1,8 +1,8 @@
1
1
  import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { logicAnd } from '@vueuse/math';
3
3
  import { defineComponent, ref, computed, watch } from 'vue-demi';
4
- import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-18f4431c.js';
5
- import { _ as __vue_component__$3 } from './OrInput-53bbe1da.js';
4
+ import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-66964360.js';
5
+ import { _ as __vue_component__$3 } from './OrInput-3d8c8925.js';
6
6
  import { _ as __vue_component__$1 } from './OrOverlay-a019186f.js';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
8
8
 
@@ -12,10 +12,10 @@ const EmptyStateRoot = [
12
12
  'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
13
13
  // Box
14
14
  'w-full',
15
- // Spacing
15
+ // Sizing
16
16
  'gap-sm'];
17
17
  const EmptyStateImage = [
18
- // Spacing
18
+ // Sizing
19
19
  'mb-sm'];
20
20
  const EmptyStateImageSizes = {
21
21
  [EmptyStateSize.L]: [
@@ -6,7 +6,7 @@ const ErrorTagRoot = [
6
6
  // Layout
7
7
  'layout-inline-row',
8
8
  // Box
9
- 'max-w-min',
9
+ 'max-w-fit',
10
10
  // Shape
11
11
  'rounded-full',
12
12
  // Spacing
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { _ as __vue_component__$1, I as IconSize } from './OrIcon-f34e0e6f.js';
3
- import { _ as __vue_component__$2 } from './OrTooltip-233c67b9.js';
3
+ import { _ as __vue_component__$2 } from './OrTooltip-629d44fc.js';
4
4
  import './OrPopover-d5d4f62a.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$3 } from './OrIconButton-14d80983.js';
7
+ import { _ as __vue_component__$3 } from './OrIconButton-04a3566d.js';
8
8
  import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-46146af0.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$3 } from './OrIconButton-14d80983.js';
7
+ import { _ as __vue_component__$3 } from './OrIconButton-04a3566d.js';
8
8
  import { _ as __vue_component__$4 } from './OrInlineInputBox-46146af0.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -1,13 +1,15 @@
1
1
  import { defineComponent, ref, computed, reactive } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useResponsive } from './useResponsive-a02e95b7.js';
4
5
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
6
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
7
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$4 } from './OrIconButton-14d80983.js';
8
+ import { _ as __vue_component__$4 } from './OrIconButton-04a3566d.js';
8
9
  import { _ as __vue_component__$3 } from './OrIcon-f34e0e6f.js';
9
- import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
10
+ import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
10
11
  import { _ as __vue_component__$6 } from './OrLabel-0945a4d9.js';
12
+ import { _ as __vue_component__$7 } from './OrLoader-76307488.js';
11
13
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
12
14
  import { c as createInjector } from './browser-82dea9ed.js';
13
15
 
@@ -40,7 +42,8 @@ var script = defineComponent({
40
42
  OrIcon: __vue_component__$3,
41
43
  OrIconButton: __vue_component__$4,
42
44
  OrInputBox: __vue_component__$5,
43
- OrLabel: __vue_component__$6
45
+ OrLabel: __vue_component__$6,
46
+ OrLoader: __vue_component__$7
44
47
  },
45
48
  model: {
46
49
  prop: 'modelValue',
@@ -75,6 +78,10 @@ var script = defineComponent({
75
78
  type: String,
76
79
  default: undefined
77
80
  },
81
+ loading: {
82
+ type: Boolean,
83
+ default: false
84
+ },
78
85
  required: {
79
86
  type: Boolean,
80
87
  default: false
@@ -120,6 +127,9 @@ var script = defineComponent({
120
127
  const maxLength = computed(() => controlAttributes.maxlength);
121
128
  const invalid = computed(() => !!props.error);
122
129
  const disclosed = ref(false);
130
+ const {
131
+ isMobile
132
+ } = useResponsive();
123
133
  // Methods
124
134
  function focus() {
125
135
  var _a;
@@ -140,6 +150,7 @@ var script = defineComponent({
140
150
  maxLength,
141
151
  invalid,
142
152
  disclosed,
153
+ isMobile,
143
154
  focus,
144
155
  blur
145
156
  };
@@ -176,7 +187,7 @@ var __vue_render__ = function () {
176
187
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
177
188
  "size": _vm.size,
178
189
  "invalid": _vm.invalid,
179
- "readonly": _vm.readonly,
190
+ "readonly": _vm.readonly || _vm.loading,
180
191
  "disabled": _vm.disabled
181
192
  }
182
193
  }, [(_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'checkbox' ? _c('input', _vm._b({
@@ -191,7 +202,7 @@ var __vue_render__ = function () {
191
202
  attrs: {
192
203
  "placeholder": _vm.placeholder,
193
204
  "required": _vm.required,
194
- "readonly": _vm.readonly,
205
+ "readonly": _vm.readonly || _vm.loading,
195
206
  "disabled": _vm.disabled,
196
207
  "type": "checkbox"
197
208
  },
@@ -240,7 +251,7 @@ var __vue_render__ = function () {
240
251
  attrs: {
241
252
  "placeholder": _vm.placeholder,
242
253
  "required": _vm.required,
243
- "readonly": _vm.readonly,
254
+ "readonly": _vm.readonly || _vm.loading,
244
255
  "disabled": _vm.disabled,
245
256
  "type": "radio"
246
257
  },
@@ -276,7 +287,7 @@ var __vue_render__ = function () {
276
287
  attrs: {
277
288
  "placeholder": _vm.placeholder,
278
289
  "required": _vm.required,
279
- "readonly": _vm.readonly,
290
+ "readonly": _vm.readonly || _vm.loading,
280
291
  "disabled": _vm.disabled,
281
292
  "type": _vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type
282
293
  },
@@ -305,7 +316,13 @@ var __vue_render__ = function () {
305
316
  }
306
317
  }, 'input', _vm.controlAttributes, false)), _vm._v(" "), _c('div', {
307
318
  class: ['layout-row']
308
- }, [_vm.type === 'password' ? [_c('OrIconButton', {
319
+ }, [_vm.loading ? [_c('OrLoader', {
320
+ attrs: {
321
+ "variant": 'circular',
322
+ "color": 'primary',
323
+ "size": _vm.isMobile ? 'm' : 's'
324
+ }
325
+ })] : [_vm.type === 'password' ? [_c('OrIconButton', {
309
326
  attrs: {
310
327
  "icon": {
311
328
  icon: _vm.disclosed ? 'visibility_off' : 'visibility',
@@ -337,7 +354,7 @@ var __vue_render__ = function () {
337
354
  "icon": 'search',
338
355
  "variant": 'outlined'
339
356
  }
340
- })]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
357
+ })]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
341
358
  attrs: {
342
359
  "disabled": _vm.disabled
343
360
  },
@@ -366,14 +383,14 @@ var __vue_staticRenderFns__ = [];
366
383
  /* style */
367
384
  const __vue_inject_styles__ = function (inject) {
368
385
  if (!inject) return;
369
- inject("data-v-1243ae22_0", {
370
- source: "input[data-v-1243ae22]{min-width:0;background:0 0;outline:0}input[type=number][data-v-1243ae22]::-webkit-inner-spin-button{display:none}input[type=search][data-v-1243ae22]::-webkit-search-cancel-button{display:none}",
386
+ inject("data-v-9ec674d8_0", {
387
+ source: "input[data-v-9ec674d8]{min-width:0;background:0 0;outline:0}input[type=number][data-v-9ec674d8]::-webkit-inner-spin-button{display:none}input[type=search][data-v-9ec674d8]::-webkit-search-cancel-button{display:none}",
371
388
  map: undefined,
372
389
  media: undefined
373
390
  });
374
391
  };
375
392
  /* scoped */
376
- const __vue_scope_id__ = "data-v-1243ae22";
393
+ const __vue_scope_id__ = "data-v-9ec674d8";
377
394
  /* module identifier */
378
395
  const __vue_module_identifier__ = undefined;
379
396
  /* functional template */
@@ -42,16 +42,16 @@ const InputBoxRootVariants = {
42
42
  const InputBoxRootSizes = {
43
43
  'm': [
44
44
  // Box
45
- 'children:min-h-[34px]',
45
+ 'children:min-h-[46px] children:md:min-h-[34px]',
46
46
  // Spacing
47
- 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'children:pt-[11px] children:md:pt-[7px]', 'children:pb-[11px] children:md:pb-[6px]', 'gap-sm+ md:gap-sm',
47
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
48
48
  // Typography
49
49
  'typography-body-2-regular'],
50
50
  's': [
51
51
  // Box
52
52
  'children:min-h-[30px]',
53
53
  // Spacing
54
- 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
54
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-[6px]',
55
55
  // Typography
56
56
  'typography-caption-regular']
57
57
  };
@@ -4,6 +4,9 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
4
 
5
5
  const MenuRoot = [
6
6
  // Layout
7
+ 'inline-block'];
8
+ const MenuBody = [
9
+ // Layout
7
10
  'overflow-y-auto',
8
11
  // Box
9
12
  'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
@@ -13,7 +16,6 @@ var script = defineComponent({
13
16
  components: {
14
17
  OrPopover: __vue_component__$1
15
18
  },
16
- inheritAttrs: false,
17
19
  props: {
18
20
  trigger: {
19
21
  type: HTMLElement,
@@ -25,7 +27,7 @@ var script = defineComponent({
25
27
  }
26
28
  },
27
29
  emits: ['update:state'],
28
- expose: ['root', 'isOpen', 'open', 'close', 'toggle'],
30
+ expose: ['root', 'open', 'close', 'isOpen', 'toggle'],
29
31
  setup() {
30
32
  // Refs
31
33
  const root = ref();
@@ -34,13 +36,13 @@ var script = defineComponent({
34
36
  var _a;
35
37
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
36
38
  });
37
- // Styles
38
- const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
39
- // State
40
39
  const isOpen = computed(() => {
41
40
  var _a;
42
41
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
43
42
  });
43
+ // Styles
44
+ const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
45
+ const bodyStyles = computed(() => [...MenuBody]);
44
46
  // Methods
45
47
  function open() {
46
48
  const popoverInstance = popover.value;
@@ -74,6 +76,7 @@ var script = defineComponent({
74
76
  popover,
75
77
  popoverRoot,
76
78
  rootStyles,
79
+ bodyStyles,
77
80
  isOpen,
78
81
  open,
79
82
  close,
@@ -91,7 +94,10 @@ var __vue_render__ = function () {
91
94
  var _vm = this;
92
95
  var _h = _vm.$createElement;
93
96
  var _c = _vm._self._c || _h;
94
- return _c('OrPopover', {
97
+ return _c('div', {
98
+ ref: "root",
99
+ class: _vm.rootStyles
100
+ }, [_c('OrPopover', {
95
101
  ref: "popover",
96
102
  attrs: {
97
103
  "variant": 'auto',
@@ -105,16 +111,15 @@ var __vue_render__ = function () {
105
111
  return _vm.$emit('update:state', $event);
106
112
  }
107
113
  }
108
- }, [_c('div', _vm._b({
109
- ref: "root",
110
- class: _vm.rootStyles,
114
+ }, [_c('div', {
115
+ class: _vm.bodyStyles,
111
116
  on: {
112
117
  "click": function ($event) {
113
118
  $event.stopPropagation();
114
119
  return _vm.onClick.apply(null, arguments);
115
120
  }
116
121
  }
117
- }, 'div', _vm.$attrs, false), [_vm._t("default")], 2)]);
122
+ }, [_vm._t("default")], 2)])], 1);
118
123
  };
119
124
  var __vue_staticRenderFns__ = [];
120
125
 
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
- import { _ as __vue_component__$2 } from './OrIconButton-14d80983.js';
2
+ import { _ as __vue_component__$2 } from './OrIconButton-04a3566d.js';
3
3
  import { _ as __vue_component__$1 } from './OrOverlay-a019186f.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import { _ as __vue_component__$2 } from './OrIconButton-14d80983.js';
2
+ import { _ as __vue_component__$2 } from './OrIconButton-04a3566d.js';
3
3
  import { _ as __vue_component__$1 } from './OrIcon-f34e0e6f.js';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
@@ -1,10 +1,8 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import '@vueuse/core';
3
- import { u as useResponsive } from './useResponsive-a02e95b7.js';
4
- import { _ as __vue_component__$1 } from './OrButton-18f4431c.js';
2
+ import { _ as __vue_component__$1 } from './OrButton-66964360.js';
5
3
  import { _ as __vue_component__$2 } from './OrIcon-f34e0e6f.js';
6
4
  import { _ as __vue_component__$4 } from './OrMenuItem-7b7fbf8a.js';
7
- import { _ as __vue_component__$3 } from './OrMenu-943e7760.js';
5
+ import { _ as __vue_component__$3 } from './OrMenu-c276db74.js';
8
6
  import './OrPopover-d5d4f62a.js';
9
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
8
 
@@ -12,7 +10,7 @@ const PaginationRoot = [
12
10
  // Layout
13
11
  'layout-row',
14
12
  // Spacing
15
- 'gap-lg md:gap-xl',
13
+ 'gap-xl',
16
14
  // Typography
17
15
  'typography-caption-regular',
18
16
  // Theme
@@ -62,10 +60,6 @@ var script = defineComponent({
62
60
  emits: ['update:modelValue'],
63
61
  expose: ['root'],
64
62
  setup(props, context) {
65
- const {
66
- isDesktop,
67
- isMobile
68
- } = useResponsive();
69
63
  // Refs
70
64
  const root = ref();
71
65
  const limitButton = ref();
@@ -127,30 +121,22 @@ var script = defineComponent({
127
121
  return Math.ceil(props.length / currentLimit.value);
128
122
  });
129
123
  const buttonGroup = computed(() => {
130
- const pages = Array.from({
124
+ return Array.from({
131
125
  length: lastPage.value
132
- }, (_, index) => index + 1);
133
- switch (true) {
134
- case currentPage.value < firstPage.value + 4:
135
- return [...pages.slice(0, 5), '…', lastPage.value];
136
- case currentPage.value > lastPage.value - 4:
137
- return [firstPage.value, '…', ...pages.slice(-5)];
138
- default:
139
- return pages.map(page => {
140
- switch (true) {
141
- case page > firstPage.value && page < currentPage.value - 1:
142
- case page < lastPage.value && page > currentPage.value + 1:
143
- return '…';
144
- default:
145
- return page;
146
- }
147
- }).reduce((accumulator, page) => {
148
- if (accumulator[accumulator.length - 1] === page) {
149
- return accumulator;
150
- }
151
- return [...accumulator, page];
152
- }, []);
153
- }
126
+ }, (_, index) => index + 1).map(page => {
127
+ switch (true) {
128
+ case page > firstPage.value && page < currentPage.value - 1:
129
+ case page > currentPage.value + 1 && page < lastPage.value:
130
+ return '…';
131
+ default:
132
+ return page;
133
+ }
134
+ }).reduce((accumulator, page) => {
135
+ if (accumulator[accumulator.length - 1] === page) {
136
+ return accumulator;
137
+ }
138
+ return [...accumulator, page];
139
+ }, []);
154
140
  });
155
141
  // Methods
156
142
  function toPreviousPage() {
@@ -163,8 +149,6 @@ var script = defineComponent({
163
149
  currentPage.value = page;
164
150
  }
165
151
  return {
166
- isDesktop,
167
- isMobile,
168
152
  root,
169
153
  limitButton,
170
154
  limitButtonRoot,
@@ -218,7 +202,7 @@ var __vue_render__ = function () {
218
202
  attrs: {
219
203
  "icon": 'keyboard_arrow_left'
220
204
  }
221
- })], 1), _vm._v(" "), _vm.isDesktop ? [_vm._l(_vm.buttonGroup, function (page, index) {
205
+ })], 1), _vm._v(" "), _vm._l(_vm.buttonGroup, function (page, index) {
222
206
  return _c('OrButton', {
223
207
  key: index,
224
208
  class: _vm.itemStyles,
@@ -233,7 +217,7 @@ var __vue_render__ = function () {
233
217
  typeof page === 'number' && _vm.toPage(page);
234
218
  }
235
219
  }
236
- }, [_vm._v("\n " + _vm._s(page) + "\n ")]);
220
+ }, [_vm._v("\n " + _vm._s(page) + "\n ")]);
237
221
  }), _vm._v(" "), _c('OrButton', {
238
222
  class: _vm.itemStyles,
239
223
  attrs: {
@@ -251,9 +235,9 @@ var __vue_render__ = function () {
251
235
  attrs: {
252
236
  "icon": 'keyboard_arrow_right'
253
237
  }
254
- })], 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
238
+ })], 1)], 2), _vm._v(" "), _c('div', {
255
239
  class: _vm.limitControlStyles
256
- }, [_vm.isDesktop ? [_vm._v("\n Per page:\n ")] : _vm._e(), _vm._v(" "), _c('OrButton', {
240
+ }, [_vm._v("\n Per page:\n\n "), _c('OrButton', {
257
241
  ref: "limitButton",
258
242
  class: _vm.itemStyles,
259
243
  attrs: {
@@ -269,11 +253,10 @@ var __vue_render__ = function () {
269
253
  }
270
254
  }, [_vm._v("\n " + _vm._s(_vm.currentLimit) + " "), _c('OrIcon', {
271
255
  attrs: {
272
- "icon": _vm.limitMenu && _vm.limitMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
256
+ "icon": 'arrow_drop_down'
273
257
  }
274
258
  })], 1), _vm._v(" "), _c('OrMenu', {
275
259
  ref: "limitMenu",
276
- class: ['min-w-[60px]'],
277
260
  attrs: {
278
261
  "trigger": _vm.limitButtonRoot,
279
262
  "placement": 'top'
@@ -285,30 +268,10 @@ var __vue_render__ = function () {
285
268
  "click": function ($event) {
286
269
  $event.stopPropagation();
287
270
  _vm.currentLimit = pageSize;
288
- _vm.limitMenu.close();
289
271
  }
290
272
  }
291
273
  }, [_vm._v("\n " + _vm._s(pageSize) + "\n ")]);
292
- }), 1)], 2), _vm._v(" "), _vm.isMobile ? [_c('div', {
293
- class: _vm.offsetControlStyles
294
- }, [_c('OrButton', {
295
- class: _vm.itemStyles,
296
- attrs: {
297
- "variant": 'link',
298
- "color": 'inherit',
299
- "disabled": _vm.currentPage === _vm.lastPage
300
- },
301
- on: {
302
- "click": function ($event) {
303
- $event.stopPropagation();
304
- return _vm.toNextPage();
305
- }
306
- }
307
- }, [_c('OrIcon', {
308
- attrs: {
309
- "icon": 'keyboard_arrow_right'
310
- }
311
- })], 1)], 1)] : _vm._e()], 2);
274
+ }), 1)], 1)]);
312
275
  };
313
276
  var __vue_staticRenderFns__ = [];
314
277
 
@@ -34,7 +34,7 @@ const ProgressRootTypes = {
34
34
  const ProgressHeader = [
35
35
  // Layout
36
36
  'flex', 'flex-row',
37
- // Spacing
37
+ // Sizing
38
38
  'mb-[6px]'];
39
39
  const ProgressHeaderLabel = [
40
40
  // Typography
@@ -42,7 +42,7 @@ const ProgressHeaderLabel = [
42
42
  // Theme
43
43
  'text-on-background', 'dark:text-on-background-dark'];
44
44
  const ProgressHeaderPercent = [
45
- // Spacing
45
+ // Sizing
46
46
  'ml-auto'];
47
47
  const ProgressBarBackground = [
48
48
  // Theme
@@ -75,7 +75,7 @@ const ProgressBarColors = {
75
75
  'stroke-error-hover', 'dark:stroke-error-hover-dark']
76
76
  };
77
77
  const ProgressFooter = [
78
- // Spacing
78
+ // Sizing
79
79
  'mt-[2px]'];
80
80
 
81
81
  var script = defineComponent({
@@ -1,7 +1,7 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { _ as __vue_component__$1 } from './OrInput-53bbe1da.js';
4
- import { a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
3
+ import { _ as __vue_component__$1 } from './OrInput-3d8c8925.js';
4
+ import { a as InputBoxSize } from './OrInputBox-53d1f66d.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  var script = defineComponent({
@@ -47,12 +47,11 @@ var script = defineComponent({
47
47
  // State
48
48
  const localModelValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : '');
49
49
  // Events
50
- debouncedWatch(localModelValue, () => localModelValue.value.length > 0 && context.emit('search', localModelValue.value), {
50
+ debouncedWatch(localModelValue, () => context.emit('search', localModelValue.value), {
51
51
  debounce: props.debounce
52
52
  });
53
53
  watch(localModelValue, (val, beforeVal) => {
54
54
  if (val.length === 0 && beforeVal.length > 0) {
55
- context.emit('search');
56
55
  context.emit('clear');
57
56
  }
58
57
  });
@@ -7,12 +7,12 @@ import { _ as __vue_component__$2 } from './OrError-13845bb0.js';
7
7
  import { _ as __vue_component__$3 } from './OrExpansionPanel-729eb1e7.js';
8
8
  import { _ as __vue_component__$4 } from './OrHint-78b399cb.js';
9
9
  import { _ as __vue_component__$5 } from './OrIcon-f34e0e6f.js';
10
- import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
11
- import { _ as __vue_component__$6 } from './OrInput-53bbe1da.js';
10
+ import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
11
+ import { _ as __vue_component__$6 } from './OrInput-3d8c8925.js';
12
12
  import { _ as __vue_component__$8 } from './OrLabel-0945a4d9.js';
13
13
  import { _ as __vue_component__$9 } from './OrMenuItem-7b7fbf8a.js';
14
14
  import { _ as __vue_component__$a } from './OrPopover-d5d4f62a.js';
15
- import { _ as __vue_component__$b } from './OrTag-4a6cad6e.js';
15
+ import { _ as __vue_component__$b } from './OrTag-b2906865.js';
16
16
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
17
17
 
18
18
  const SelectRoot = [
@@ -61,15 +61,15 @@ const SidebarMain = [
61
61
  // Box
62
62
  'min-h-0'];
63
63
  const SidebarHeader = [
64
- // Spacing
64
+ // Sizing
65
65
  'p-md'];
66
66
  const SidebarContent = [
67
67
  // Layout
68
68
  'grow', 'overflow-auto',
69
- // Spacing
69
+ // Sizing
70
70
  'p-md'];
71
71
  const SidebarFooter = [
72
- // Spacing
72
+ // Sizing
73
73
  'p-md',
74
74
  // Borders
75
75
  'border-t-[1px]', 'border-t-solid', 'border-t-secondary dark:border-t-secondary-dark'];
@@ -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-14d80983.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;
@@ -18,7 +18,7 @@ const TagRoot = [
18
18
  // Layout
19
19
  'layout-inline-row',
20
20
  // Box
21
- 'max-w-min',
21
+ 'max-w-fit',
22
22
  // Shape
23
23
  'rounded-full',
24
24
  // Spacing
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
7
+ import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
8
8
  import { _ as __vue_component__$4 } from './OrLabel-0945a4d9.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
  import { c as createInjector } from './browser-82dea9ed.js';