@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
@@ -28,7 +28,7 @@ const ButtonRoot = [
28
28
  'layout-inline-row justify-center',
29
29
  // Shape
30
30
  'rounded-md',
31
- // Spacing
31
+ // Sizing
32
32
  'min-w-[96px]',
33
33
  // Interactivity
34
34
  'interactivity-auto',
@@ -48,8 +48,8 @@ const ButtonRootVariants = {
48
48
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
49
49
  'link': [
50
50
  // Spacing
51
- 'gap-xs',
52
- // Spacing
51
+ 'gap-sm md:gap-xs',
52
+ // Sizing
53
53
  'min-w-[auto]']
54
54
  };
55
55
  const ButtonRootColors = {
@@ -1,12 +1,12 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { defineComponent, computed, ref, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
3
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
- import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
5
- import { O as OrButton } from './OrButton-4862b98b.js';
6
- import { O as OrMenu } from './OrMenu-6ab53877.js';
4
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
5
+ import { O as OrButton } from './OrButton-d45772c1.js';
6
+ import { O as OrMenu } from './OrMenu-52da43bc.js';
7
7
  import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
8
8
  import { O as OrIcon } from './OrIcon-458206aa.js';
9
- import { O as OrSearch } from './OrSearch-79598105.js';
9
+ import { O as OrSearch } from './OrSearch-2ff8cadd.js';
10
10
 
11
11
  const CardCollectionRoot = [
12
12
  // Layout
@@ -2,8 +2,8 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { l as logicAnd } from './index-17f264f9.js';
3
3
  import './index-fa6eb4ca.js';
4
4
  import { O as OrOverlay } from './OrOverlay-efa7992e.js';
5
- import { O as OrButton, a as ButtonColor } from './OrButton-4862b98b.js';
6
- import { O as OrInput } from './OrInput-1db640f5.js';
5
+ import { O as OrButton, a as ButtonColor } from './OrButton-d45772c1.js';
6
+ import { O as OrInput } from './OrInput-57a47093.js';
7
7
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -13,10 +13,10 @@ const EmptyStateRoot = [
13
13
  'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
14
14
  // Box
15
15
  'w-full',
16
- // Spacing
16
+ // Sizing
17
17
  'gap-sm'];
18
18
  const EmptyStateImage = [
19
- // Spacing
19
+ // Sizing
20
20
  'mb-sm'];
21
21
  const EmptyStateImageSizes = {
22
22
  [EmptyStateSize.L]: [
@@ -7,7 +7,7 @@ const ErrorTagRoot = [
7
7
  // Layout
8
8
  'layout-inline-row',
9
9
  // Box
10
- 'max-w-min',
10
+ 'max-w-fit',
11
11
  // Shape
12
12
  'rounded-full',
13
13
  // Spacing
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrIcon, I as IconSize } from './OrIcon-458206aa.js';
3
- import { O as OrTooltip } from './OrTooltip-121e28c5.js';
3
+ import { O as OrTooltip } from './OrTooltip-b1f38647.js';
4
4
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-52f668a4.js';
3
3
  import { O as OrHint } from './OrHint-fde53334.js';
4
- import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
4
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
5
5
  import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-7a8e645b.js';
6
6
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-52f668a4.js';
3
3
  import { O as OrHint } from './OrHint-fde53334.js';
4
- import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
4
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
5
5
  import { O as OrInlineInputBox } from './OrInlineInputBox-7a8e645b.js';
6
6
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
@@ -2,11 +2,13 @@ import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-52f668a4.js';
3
3
  import { O as OrHint } from './OrHint-fde53334.js';
4
4
  import { O as OrIcon } from './OrIcon-458206aa.js';
5
- import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
6
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-2f559e98.js';
5
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
6
+ import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
7
7
  import { O as OrLabel } from './OrLabel-aff09c39.js';
8
+ import { O as OrLoader } from './OrLoader-864ef92a.js';
8
9
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
9
10
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
11
+ import { u as useResponsive } from './useResponsive-e13dfbb0.js';
10
12
  import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
11
13
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
12
14
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -40,7 +42,8 @@ var script = defineComponent({
40
42
  OrIcon,
41
43
  OrIconButton,
42
44
  OrInputBox,
43
- OrLabel
45
+ OrLabel,
46
+ OrLoader
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 */
@@ -43,16 +43,16 @@ const InputBoxRootVariants = {
43
43
  const InputBoxRootSizes = {
44
44
  'm': [
45
45
  // Box
46
- 'children:min-h-[34px]',
46
+ 'children:min-h-[46px] children:md:min-h-[34px]',
47
47
  // Spacing
48
- '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',
48
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
49
49
  // Typography
50
50
  'typography-body-2-regular'],
51
51
  's': [
52
52
  // Box
53
53
  'children:min-h-[30px]',
54
54
  // Spacing
55
- 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
55
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-[6px]',
56
56
  // Typography
57
57
  'typography-caption-regular']
58
58
  };
@@ -5,6 +5,9 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  const MenuRoot = [
7
7
  // Layout
8
+ 'inline-block'];
9
+ const MenuBody = [
10
+ // Layout
8
11
  'overflow-y-auto',
9
12
  // Box
10
13
  'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
@@ -14,7 +17,6 @@ var script = defineComponent({
14
17
  components: {
15
18
  OrPopover
16
19
  },
17
- inheritAttrs: false,
18
20
  props: {
19
21
  trigger: {
20
22
  type: HTMLElement,
@@ -26,7 +28,7 @@ var script = defineComponent({
26
28
  }
27
29
  },
28
30
  emits: ['update:state'],
29
- expose: ['root', 'isOpen', 'open', 'close', 'toggle'],
31
+ expose: ['root', 'open', 'close', 'isOpen', 'toggle'],
30
32
  setup() {
31
33
  // Refs
32
34
  const root = ref();
@@ -35,13 +37,13 @@ var script = defineComponent({
35
37
  var _a;
36
38
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
37
39
  });
38
- // Styles
39
- const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
40
- // State
41
40
  const isOpen = computed(() => {
42
41
  var _a;
43
42
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
44
43
  });
44
+ // Styles
45
+ const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
46
+ const bodyStyles = computed(() => [...MenuBody]);
45
47
  // Methods
46
48
  function open() {
47
49
  const popoverInstance = popover.value;
@@ -75,6 +77,7 @@ var script = defineComponent({
75
77
  popover,
76
78
  popoverRoot,
77
79
  rootStyles,
80
+ bodyStyles,
78
81
  isOpen,
79
82
  open,
80
83
  close,
@@ -92,7 +95,10 @@ var __vue_render__ = function () {
92
95
  var _vm = this;
93
96
  var _h = _vm.$createElement;
94
97
  var _c = _vm._self._c || _h;
95
- return _c('OrPopover', {
98
+ return _c('div', {
99
+ ref: "root",
100
+ class: _vm.rootStyles
101
+ }, [_c('OrPopover', {
96
102
  ref: "popover",
97
103
  attrs: {
98
104
  "variant": 'auto',
@@ -106,16 +112,15 @@ var __vue_render__ = function () {
106
112
  return _vm.$emit('update:state', $event);
107
113
  }
108
114
  }
109
- }, [_c('div', _vm._b({
110
- ref: "root",
111
- class: _vm.rootStyles,
115
+ }, [_c('div', {
116
+ class: _vm.bodyStyles,
112
117
  on: {
113
118
  "click": function ($event) {
114
119
  $event.stopPropagation();
115
120
  return _vm.onClick.apply(null, arguments);
116
121
  }
117
122
  }
118
- }, 'div', _vm.$attrs, false), [_vm._t("default")], 2)]);
123
+ }, [_vm._t("default")], 2)])], 1);
119
124
  };
120
125
  var __vue_staticRenderFns__ = [];
121
126
 
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrOverlay } from './OrOverlay-efa7992e.js';
3
- import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
3
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
4
4
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrIcon } from './OrIcon-458206aa.js';
3
- import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
3
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
4
4
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -1,9 +1,8 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrButton } from './OrButton-4862b98b.js';
2
+ import { O as OrButton } from './OrButton-d45772c1.js';
3
3
  import { O as OrIcon } from './OrIcon-458206aa.js';
4
- import { O as OrMenu } from './OrMenu-6ab53877.js';
4
+ import { O as OrMenu } from './OrMenu-52da43bc.js';
5
5
  import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
6
- import { u as useResponsive } from './useResponsive-e13dfbb0.js';
7
6
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
8
 
@@ -11,7 +10,7 @@ const PaginationRoot = [
11
10
  // Layout
12
11
  'layout-row',
13
12
  // Spacing
14
- 'gap-lg md:gap-xl',
13
+ 'gap-xl',
15
14
  // Typography
16
15
  'typography-caption-regular',
17
16
  // Theme
@@ -61,10 +60,6 @@ var script = defineComponent({
61
60
  emits: ['update:modelValue'],
62
61
  expose: ['root'],
63
62
  setup(props, context) {
64
- const {
65
- isDesktop,
66
- isMobile
67
- } = useResponsive();
68
63
  // Refs
69
64
  const root = ref();
70
65
  const limitButton = ref();
@@ -126,30 +121,22 @@ var script = defineComponent({
126
121
  return Math.ceil(props.length / currentLimit.value);
127
122
  });
128
123
  const buttonGroup = computed(() => {
129
- const pages = Array.from({
124
+ return Array.from({
130
125
  length: lastPage.value
131
- }, (_, index) => index + 1);
132
- switch (true) {
133
- case currentPage.value < firstPage.value + 4:
134
- return [...pages.slice(0, 5), '…', lastPage.value];
135
- case currentPage.value > lastPage.value - 4:
136
- return [firstPage.value, '…', ...pages.slice(-5)];
137
- default:
138
- return pages.map(page => {
139
- switch (true) {
140
- case page > firstPage.value && page < currentPage.value - 1:
141
- case page < lastPage.value && page > currentPage.value + 1:
142
- return '…';
143
- default:
144
- return page;
145
- }
146
- }).reduce((accumulator, page) => {
147
- if (accumulator[accumulator.length - 1] === page) {
148
- return accumulator;
149
- }
150
- return [...accumulator, page];
151
- }, []);
152
- }
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
+ }, []);
153
140
  });
154
141
  // Methods
155
142
  function toPreviousPage() {
@@ -162,8 +149,6 @@ var script = defineComponent({
162
149
  currentPage.value = page;
163
150
  }
164
151
  return {
165
- isDesktop,
166
- isMobile,
167
152
  root,
168
153
  limitButton,
169
154
  limitButtonRoot,
@@ -217,7 +202,7 @@ var __vue_render__ = function () {
217
202
  attrs: {
218
203
  "icon": 'keyboard_arrow_left'
219
204
  }
220
- })], 1), _vm._v(" "), _vm.isDesktop ? [_vm._l(_vm.buttonGroup, function (page, index) {
205
+ })], 1), _vm._v(" "), _vm._l(_vm.buttonGroup, function (page, index) {
221
206
  return _c('OrButton', {
222
207
  key: index,
223
208
  class: _vm.itemStyles,
@@ -232,7 +217,7 @@ var __vue_render__ = function () {
232
217
  typeof page === 'number' && _vm.toPage(page);
233
218
  }
234
219
  }
235
- }, [_vm._v("\n " + _vm._s(page) + "\n ")]);
220
+ }, [_vm._v("\n " + _vm._s(page) + "\n ")]);
236
221
  }), _vm._v(" "), _c('OrButton', {
237
222
  class: _vm.itemStyles,
238
223
  attrs: {
@@ -250,9 +235,9 @@ var __vue_render__ = function () {
250
235
  attrs: {
251
236
  "icon": 'keyboard_arrow_right'
252
237
  }
253
- })], 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
238
+ })], 1)], 2), _vm._v(" "), _c('div', {
254
239
  class: _vm.limitControlStyles
255
- }, [_vm.isDesktop ? [_vm._v("\n Per page:\n ")] : _vm._e(), _vm._v(" "), _c('OrButton', {
240
+ }, [_vm._v("\n Per page:\n\n "), _c('OrButton', {
256
241
  ref: "limitButton",
257
242
  class: _vm.itemStyles,
258
243
  attrs: {
@@ -268,11 +253,10 @@ var __vue_render__ = function () {
268
253
  }
269
254
  }, [_vm._v("\n " + _vm._s(_vm.currentLimit) + " "), _c('OrIcon', {
270
255
  attrs: {
271
- "icon": _vm.limitMenu && _vm.limitMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
256
+ "icon": 'arrow_drop_down'
272
257
  }
273
258
  })], 1), _vm._v(" "), _c('OrMenu', {
274
259
  ref: "limitMenu",
275
- class: ['min-w-[60px]'],
276
260
  attrs: {
277
261
  "trigger": _vm.limitButtonRoot,
278
262
  "placement": 'top'
@@ -284,30 +268,10 @@ var __vue_render__ = function () {
284
268
  "click": function ($event) {
285
269
  $event.stopPropagation();
286
270
  _vm.currentLimit = pageSize;
287
- _vm.limitMenu.close();
288
271
  }
289
272
  }
290
273
  }, [_vm._v("\n " + _vm._s(pageSize) + "\n ")]);
291
- }), 1)], 2), _vm._v(" "), _vm.isMobile ? [_c('div', {
292
- class: _vm.offsetControlStyles
293
- }, [_c('OrButton', {
294
- class: _vm.itemStyles,
295
- attrs: {
296
- "variant": 'link',
297
- "color": 'inherit',
298
- "disabled": _vm.currentPage === _vm.lastPage
299
- },
300
- on: {
301
- "click": function ($event) {
302
- $event.stopPropagation();
303
- return _vm.toNextPage();
304
- }
305
- }
306
- }, [_c('OrIcon', {
307
- attrs: {
308
- "icon": 'keyboard_arrow_right'
309
- }
310
- })], 1)], 1)] : _vm._e()], 2);
274
+ }), 1)], 1)]);
311
275
  };
312
276
  var __vue_staticRenderFns__ = [];
313
277
 
@@ -35,7 +35,7 @@ const ProgressRootTypes = {
35
35
  const ProgressHeader = [
36
36
  // Layout
37
37
  'flex', 'flex-row',
38
- // Spacing
38
+ // Sizing
39
39
  'mb-[6px]'];
40
40
  const ProgressHeaderLabel = [
41
41
  // Typography
@@ -43,7 +43,7 @@ const ProgressHeaderLabel = [
43
43
  // Theme
44
44
  'text-on-background', 'dark:text-on-background-dark'];
45
45
  const ProgressHeaderPercent = [
46
- // Spacing
46
+ // Sizing
47
47
  'ml-auto'];
48
48
  const ProgressBarBackground = [
49
49
  // Theme
@@ -76,7 +76,7 @@ const ProgressBarColors = {
76
76
  'stroke-error-hover', 'dark:stroke-error-hover-dark']
77
77
  };
78
78
  const ProgressFooter = [
79
- // Spacing
79
+ // Sizing
80
80
  'mt-[2px]'];
81
81
 
82
82
  var script = defineComponent({
@@ -1,8 +1,8 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
- import { O as OrInput } from './OrInput-1db640f5.js';
3
+ import { O as OrInput } from './OrInput-57a47093.js';
4
4
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import { a as InputBoxSize } from './OrInputBox-2f559e98.js';
5
+ import { a as InputBoxSize } from './OrInputBox-e54dcef9.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
8
8
  var script = defineComponent({
@@ -48,12 +48,11 @@ var script = defineComponent({
48
48
  // State
49
49
  const localModelValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : '');
50
50
  // Events
51
- debouncedWatch(localModelValue, () => localModelValue.value.length > 0 && context.emit('search', localModelValue.value), {
51
+ debouncedWatch(localModelValue, () => context.emit('search', localModelValue.value), {
52
52
  debounce: props.debounce
53
53
  });
54
54
  watch(localModelValue, (val, beforeVal) => {
55
55
  if (val.length === 0 && beforeVal.length > 0) {
56
- context.emit('search');
57
56
  context.emit('clear');
58
57
  }
59
58
  });
@@ -4,12 +4,12 @@ import { O as OrError } from './OrError-52f668a4.js';
4
4
  import { O as OrExpansionPanel } from './OrExpansionPanel-96b8f568.js';
5
5
  import { O as OrHint } from './OrHint-fde53334.js';
6
6
  import { O as OrIcon } from './OrIcon-458206aa.js';
7
- import { O as OrInput } from './OrInput-1db640f5.js';
8
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-2f559e98.js';
7
+ import { O as OrInput } from './OrInput-57a47093.js';
8
+ import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
9
9
  import { O as OrLabel } from './OrLabel-aff09c39.js';
10
10
  import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
11
11
  import { O as OrPopover } from './OrPopover-4e8acb7b.js';
12
- import { O as OrTag } from './OrTag-231eefa1.js';
12
+ import { O as OrTag } from './OrTag-4085e8a7.js';
13
13
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e2a93aaf.js';
14
14
  import { u as useOverflow } from './useOverflow-bae6342f.js';
15
15
  import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -62,15 +62,15 @@ const SidebarMain = [
62
62
  // Box
63
63
  'min-h-0'];
64
64
  const SidebarHeader = [
65
- // Spacing
65
+ // Sizing
66
66
  'p-md'];
67
67
  const SidebarContent = [
68
68
  // Layout
69
69
  'grow', 'overflow-auto',
70
- // Spacing
70
+ // Sizing
71
71
  'p-md'];
72
72
  const SidebarFooter = [
73
- // Spacing
73
+ // Sizing
74
74
  'p-md',
75
75
  // Borders
76
76
  'border-t-[1px]', 'border-t-solid', 'border-t-secondary dark:border-t-secondary-dark'];
@@ -1,7 +1,7 @@
1
1
  import { useResizeObserver } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
3
  import { O as OrIcon } from './OrIcon-458206aa.js';
4
- import { O as OrMenu } from './OrMenu-6ab53877.js';
4
+ import { O as OrMenu } from './OrMenu-52da43bc.js';
5
5
  import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
6
6
  import { O as OrTab } from './OrTab-8c5acf8a.js';
7
7
  import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
2
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
3
3
  import { defineComponent, ref, computed, watchPostEffect, unref } from '@vue/composition-api/dist/vue-composition-api.mjs';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
@@ -19,7 +19,7 @@ const TagRoot = [
19
19
  // Layout
20
20
  'layout-inline-row',
21
21
  // Box
22
- 'max-w-min',
22
+ 'max-w-fit',
23
23
  // Shape
24
24
  'rounded-full',
25
25
  // Spacing
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-52f668a4.js';
3
3
  import { O as OrHint } from './OrHint-fde53334.js';
4
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-2f559e98.js';
4
+ import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
5
5
  import { O as OrLabel } from './OrLabel-aff09c39.js';
6
6
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
@@ -6,12 +6,10 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  const TooltipRoot = [
8
8
  // Layout
9
- 'inline-block'];
9
+ 'layout-inline-row justify-center'];
10
10
  const TooltipBody = [
11
11
  // Layout
12
12
  'layout-inline-row',
13
- // Box
14
- 'max-w-min',
15
13
  // Shape
16
14
  'rounded-sm',
17
15
  // Spacing