@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,7 +1,7 @@
1
1
  import { useToggle } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
3
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-3a3d4280.js';
4
- import { O as OrIconButton } from './OrIconButton-5e9d8efe.js';
4
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
5
5
  import { O as OrLoader } from './OrLoader-864ef92a.js';
6
6
  import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from '@vue/composition-api/dist/vue-composition-api.mjs';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
1
+ import { s as script } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
2
2
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["type", "activated", "disabled"];
@@ -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,14 +1,14 @@
1
1
  import { resolveComponent, openBlock, createBlock, normalizeClass, defineComponent, computed, createElementBlock, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, ref, watch } from 'vue';
2
- import './OrIconButton-d6dfb9a4.js';
3
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
4
- import './OrButton-05766523.js';
5
- import './OrMenu-bb432db5.js';
6
- import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-5a492eb3.js';
2
+ import './OrIconButton-e0566ecf.js';
3
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
4
+ import './OrButton-a1448bfa.js';
5
+ import './OrMenu-6d7abe97.js';
6
+ import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
7
7
  import './OrMenuItem-807e2a49.js';
8
8
  import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
9
9
  import './OrIcon-1a5c9091.js';
10
- import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-2f124297.js';
11
- import { s as script$4 } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
10
+ import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-faec384c.js';
11
+ import { s as script$4 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
12
12
  import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
13
13
 
14
14
  function render$1(_ctx, _cache, $props, $setup, $data, $options) {
@@ -2,11 +2,11 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { l as logicAnd } from './index-01519e46.js';
3
3
  import { defineComponent, ref, computed, watch } from 'vue';
4
4
  import './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
5
- import './OrButton-05766523.js';
6
- import './OrInput-0b025fb9.js';
7
- import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
5
+ import './OrButton-a1448bfa.js';
6
+ import './OrInput-44a32124.js';
7
+ import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
8
8
  import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
9
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-8806db67.js';
9
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
10
10
 
11
11
  var ConfirmType;
12
12
  (function (ConfirmType) {
@@ -11,10 +11,10 @@ const EmptyStateRoot = [
11
11
  'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
12
12
  // Box
13
13
  'w-full',
14
- // Spacing
14
+ // Sizing
15
15
  'gap-sm'];
16
16
  const EmptyStateImage = [
17
- // Spacing
17
+ // Sizing
18
18
  'mb-sm'];
19
19
  const EmptyStateImageSizes = {
20
20
  [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,4 +1,4 @@
1
- import { s as script } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
1
+ import { s as script } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
2
2
  import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, createVNode } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["selected", "disabled"];
@@ -1,6 +1,6 @@
1
1
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode, toDisplayString, createCommentVNode, defineComponent, ref, computed } from 'vue';
2
2
  import './OrIcon-1a5c9091.js';
3
- import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-7a64c90d.js';
3
+ import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-bf9935ef.js';
4
4
  import { s as script$2, I as IconSize } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
5
5
 
6
6
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,13 +1,13 @@
1
1
  import { defineComponent, ref, computed, reactive, watch } from 'vue';
2
2
  import './OrHint-5d5e4d99.js';
3
- import './OrIconButton-d6dfb9a4.js';
3
+ import './OrIconButton-e0566ecf.js';
4
4
  import './OrInlineInputBox-f92a09d6.js';
5
5
  import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
6
6
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
8
8
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
9
9
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
10
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
10
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
11
11
 
12
12
  var InlineInputType;
13
13
  (function (InlineInputType) {
@@ -1,12 +1,12 @@
1
1
  import { defineComponent, ref, computed, reactive, watch } from 'vue';
2
2
  import './OrHint-5d5e4d99.js';
3
- import './OrIconButton-d6dfb9a4.js';
3
+ import './OrIconButton-e0566ecf.js';
4
4
  import './OrInlineInputBox-f92a09d6.js';
5
5
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
6
6
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
7
7
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
8
8
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
9
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
9
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
10
10
  import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
11
11
 
12
12
  const InlineTextareaRoot = [
@@ -1,5 +1,5 @@
1
- import { s as script } from './OrInput.vue_vue_type_script_lang-8806db67.js';
2
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
1
+ import { s as script } from './OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
2
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, createSlots } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
5
5
  const _hoisted_1 = ["type", "placeholder", "required", "readonly", "disabled"];
@@ -8,6 +8,7 @@ const _hoisted_2 = {
8
8
  };
9
9
  function render(_ctx, _cache, $props, $setup, $data, $options) {
10
10
  const _component_OrLabel = resolveComponent("OrLabel");
11
+ const _component_OrLoader = resolveComponent("OrLoader");
11
12
  const _component_OrIconButton = resolveComponent("OrIconButton");
12
13
  const _component_OrIcon = resolveComponent("OrIcon");
13
14
  const _component_OrInputBox = resolveComponent("OrInputBox");
@@ -31,7 +32,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
31
32
  variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
32
33
  size: _ctx.size,
33
34
  invalid: _ctx.invalid,
34
- readonly: _ctx.readonly,
35
+ readonly: _ctx.readonly || _ctx.loading,
35
36
  disabled: _ctx.disabled
36
37
  }, {
37
38
  default: withCtx(() => [withDirectives(createElementVNode("input", mergeProps({
@@ -42,13 +43,20 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
42
43
  type: _ctx.type === 'password' && _ctx.disclosed ? 'text' : _ctx.type,
43
44
  placeholder: _ctx.placeholder,
44
45
  required: _ctx.required,
45
- readonly: _ctx.readonly,
46
+ readonly: _ctx.readonly || _ctx.loading,
46
47
  disabled: _ctx.disabled,
47
48
  onKeydown: _cache[1] || (_cache[1] = $event => _ctx.$emit('keydown', $event)),
48
49
  onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
49
50
  onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
50
51
  onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
51
- }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
52
+ }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.loading ? (openBlock(), createBlock(_component_OrLoader, {
53
+ key: 0,
54
+ variant: 'circular',
55
+ color: 'primary',
56
+ size: _ctx.isMobile ? 'm' : 's'
57
+ }, null, 8 /* PROPS */, ["size"])) : (openBlock(), createElementBlock(Fragment, {
58
+ key: 1
59
+ }, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
52
60
  key: 0,
53
61
  icon: {
54
62
  icon: _ctx.disclosed ? 'visibility_off' : 'visibility',
@@ -69,7 +77,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
69
77
  key: 1,
70
78
  icon: 'search',
71
79
  variant: 'outlined'
72
- }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])]),
80
+ }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))])]),
81
+
73
82
  _: 1 /* STABLE */
74
83
  }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
75
84
  key: 1
@@ -3,15 +3,18 @@ import './OrHint-5d5e4d99.js';
3
3
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
4
4
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
5
5
  import './OrIcon-1a5c9091.js';
6
- import './OrIconButton-d6dfb9a4.js';
7
- import './OrInputBox-4c7900c2.js';
8
- import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
6
+ import './OrIconButton-e0566ecf.js';
7
+ import './OrInputBox-358d4856.js';
8
+ import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
9
9
  import './OrLabel-c556887e.js';
10
10
  import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
11
+ import './OrLoader-123ef8c4.js';
11
12
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
12
13
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
14
+ import { u as useResponsive } from './useResponsive-9d397e2a.js';
13
15
  import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
14
- import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
16
+ import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
17
+ import { s as script$7 } from './OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
15
18
 
16
19
  var InputType;
17
20
  (function (InputType) {
@@ -42,7 +45,8 @@ var script = defineComponent({
42
45
  OrIcon: script$3,
43
46
  OrIconButton: script$4,
44
47
  OrInputBox: script$5,
45
- OrLabel: script$6
48
+ OrLabel: script$6,
49
+ OrLoader: script$7
46
50
  },
47
51
  model: {
48
52
  prop: 'modelValue',
@@ -77,6 +81,10 @@ var script = defineComponent({
77
81
  type: String,
78
82
  default: undefined
79
83
  },
84
+ loading: {
85
+ type: Boolean,
86
+ default: false
87
+ },
80
88
  required: {
81
89
  type: Boolean,
82
90
  default: false
@@ -122,6 +130,9 @@ var script = defineComponent({
122
130
  const maxLength = computed(() => controlAttributes.maxlength);
123
131
  const invalid = computed(() => !!props.error);
124
132
  const disclosed = ref(false);
133
+ const {
134
+ isMobile
135
+ } = useResponsive();
125
136
  // Methods
126
137
  function focus() {
127
138
  var _a;
@@ -142,6 +153,7 @@ var script = defineComponent({
142
153
  maxLength,
143
154
  invalid,
144
155
  disclosed,
156
+ isMobile,
145
157
  focus,
146
158
  blur
147
159
  };
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
1
+ import { s as script } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
2
2
  import { openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["invalid", "readonly", "disabled"];
@@ -41,16 +41,16 @@ const InputBoxRootVariants = {
41
41
  const InputBoxRootSizes = {
42
42
  'm': [
43
43
  // Box
44
- 'children:min-h-[34px]',
44
+ 'children:min-h-[46px] children:md:min-h-[34px]',
45
45
  // Spacing
46
- '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',
46
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
47
47
  // Typography
48
48
  'typography-body-2-regular'],
49
49
  's': [
50
50
  // Box
51
51
  'children:min-h-[30px]',
52
52
  // Spacing
53
- 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
53
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-[6px]',
54
54
  // Typography
55
55
  'typography-caption-regular']
56
56
  };
@@ -1,9 +1,12 @@
1
- import { s as script } from './OrMenu.vue_vue_type_script_lang-5a492eb3.js';
2
- import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
1
+ import { s as script } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
2
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, withModifiers, renderSlot } from 'vue';
3
3
 
4
4
  function render(_ctx, _cache, $props, $setup, $data, $options) {
5
5
  const _component_OrPopover = resolveComponent("OrPopover");
6
- return openBlock(), createBlock(_component_OrPopover, {
6
+ return openBlock(), createElementBlock("div", {
7
+ ref: "root",
8
+ class: normalizeClass(_ctx.rootStyles)
9
+ }, [createVNode(_component_OrPopover, {
7
10
  ref: "popover",
8
11
  variant: 'auto',
9
12
  trigger: _ctx.trigger,
@@ -12,15 +15,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
12
15
  "disable-default-styles": false,
13
16
  "onUpdate:state": _cache[1] || (_cache[1] = $event => _ctx.$emit('update:state', $event))
14
17
  }, {
15
- default: withCtx(() => [createElementVNode("div", mergeProps({
16
- ref: "root"
17
- }, _ctx.$attrs, {
18
- class: _ctx.rootStyles,
18
+ default: withCtx(() => [createElementVNode("div", {
19
+ class: normalizeClass(_ctx.bodyStyles),
19
20
  onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.onClick && _ctx.onClick(...args), ["stop"]))
20
- }), [renderSlot(_ctx.$slots, "default")], 16 /* FULL_PROPS */)]),
21
+ }, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)]),
21
22
 
22
23
  _: 3 /* FORWARDED */
23
- }, 8 /* PROPS */, ["trigger", "placement"]);
24
+ }, 8 /* PROPS */, ["trigger", "placement"])], 2 /* CLASS */);
24
25
  }
25
26
 
26
27
  script.render = render;
@@ -4,6 +4,9 @@ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_s
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: script$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,
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue';
2
2
  import './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
3
- import './OrIconButton-d6dfb9a4.js';
3
+ import './OrIconButton-e0566ecf.js';
4
4
  import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
5
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
5
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
6
6
 
7
7
  var ModalSize;
8
8
  (function (ModalSize) {
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
2
  import './OrIcon-1a5c9091.js';
3
- import './OrIconButton-d6dfb9a4.js';
3
+ import './OrIconButton-e0566ecf.js';
4
4
  import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
5
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
5
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
6
6
 
7
7
  var NotificationVariant;
8
8
  (function (NotificationVariant) {
@@ -1,19 +1,18 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
- import './OrButton-05766523.js';
2
+ import './OrButton-a1448bfa.js';
3
3
  import './OrIcon-1a5c9091.js';
4
- import './OrMenu-bb432db5.js';
4
+ import './OrMenu-6d7abe97.js';
5
5
  import './OrMenuItem-807e2a49.js';
6
- import { u as useResponsive } from './useResponsive-9d397e2a.js';
7
- import { s as script$1 } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
6
+ import { s as script$1 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
8
7
  import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
9
- import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-5a492eb3.js';
8
+ import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
10
9
  import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
11
10
 
12
11
  const PaginationRoot = [
13
12
  // Layout
14
13
  'layout-row',
15
14
  // Spacing
16
- 'gap-lg md:gap-xl',
15
+ 'gap-xl',
17
16
  // Typography
18
17
  'typography-caption-regular',
19
18
  // Theme
@@ -63,10 +62,6 @@ var script = defineComponent({
63
62
  emits: ['update:modelValue'],
64
63
  expose: ['root'],
65
64
  setup(props, context) {
66
- const {
67
- isDesktop,
68
- isMobile
69
- } = useResponsive();
70
65
  // Refs
71
66
  const root = ref();
72
67
  const limitButton = ref();
@@ -128,30 +123,22 @@ var script = defineComponent({
128
123
  return Math.ceil(props.length / currentLimit.value);
129
124
  });
130
125
  const buttonGroup = computed(() => {
131
- const pages = Array.from({
126
+ return Array.from({
132
127
  length: lastPage.value
133
- }, (_, index) => index + 1);
134
- switch (true) {
135
- case currentPage.value < firstPage.value + 4:
136
- return [...pages.slice(0, 5), '…', lastPage.value];
137
- case currentPage.value > lastPage.value - 4:
138
- return [firstPage.value, '…', ...pages.slice(-5)];
139
- default:
140
- return pages.map(page => {
141
- switch (true) {
142
- case page > firstPage.value && page < currentPage.value - 1:
143
- case page < lastPage.value && page > currentPage.value + 1:
144
- return '…';
145
- default:
146
- return page;
147
- }
148
- }).reduce((accumulator, page) => {
149
- if (accumulator[accumulator.length - 1] === page) {
150
- return accumulator;
151
- }
152
- return [...accumulator, page];
153
- }, []);
154
- }
128
+ }, (_, index) => index + 1).map(page => {
129
+ switch (true) {
130
+ case page > firstPage.value && page < currentPage.value - 1:
131
+ case page > currentPage.value + 1 && page < lastPage.value:
132
+ return '…';
133
+ default:
134
+ return page;
135
+ }
136
+ }).reduce((accumulator, page) => {
137
+ if (accumulator[accumulator.length - 1] === page) {
138
+ return accumulator;
139
+ }
140
+ return [...accumulator, page];
141
+ }, []);
155
142
  });
156
143
  // Methods
157
144
  function toPreviousPage() {
@@ -164,8 +151,6 @@ var script = defineComponent({
164
151
  currentPage.value = page;
165
152
  }
166
153
  return {
167
- isDesktop,
168
- isMobile,
169
154
  root,
170
155
  limitButton,
171
156
  limitButtonRoot,
@@ -33,7 +33,7 @@ const ProgressRootTypes = {
33
33
  const ProgressHeader = [
34
34
  // Layout
35
35
  'flex', 'flex-row',
36
- // Spacing
36
+ // Sizing
37
37
  'mb-[6px]'];
38
38
  const ProgressHeaderLabel = [
39
39
  // Typography
@@ -41,7 +41,7 @@ const ProgressHeaderLabel = [
41
41
  // Theme
42
42
  'text-on-background', 'dark:text-on-background-dark'];
43
43
  const ProgressHeaderPercent = [
44
- // Spacing
44
+ // Sizing
45
45
  'ml-auto'];
46
46
  const ProgressBarBackground = [
47
47
  // Theme
@@ -74,7 +74,7 @@ const ProgressBarColors = {
74
74
  'stroke-error-hover', 'dark:stroke-error-hover-dark']
75
75
  };
76
76
  const ProgressFooter = [
77
- // Spacing
77
+ // Sizing
78
78
  'mt-[2px]'];
79
79
 
80
80
  var script = defineComponent({
@@ -1,8 +1,8 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue';
3
- import './OrInput-0b025fb9.js';
4
- import { s as script$1 } from './OrInput.vue_vue_type_script_lang-8806db67.js';
5
- import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
3
+ import './OrInput-44a32124.js';
4
+ import { s as script$1 } from './OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
5
+ import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
6
6
 
7
7
  var script = defineComponent({
8
8
  name: 'OrSearch',
@@ -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
  });
@@ -4,19 +4,19 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
  import './OrHint-5d5e4d99.js';
5
5
  import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-2cc8964c.js';
6
6
  import './OrIcon-1a5c9091.js';
7
- import './OrInput-0b025fb9.js';
8
- import './OrInputBox-4c7900c2.js';
7
+ import './OrInput-44a32124.js';
8
+ import './OrInputBox-358d4856.js';
9
9
  import './OrLabel-c556887e.js';
10
10
  import './OrMenuItem-807e2a49.js';
11
11
  import './OrPopover-1a488f88.js';
12
- import { s as script$3 } from './OrTag.vue_vue_type_script_lang-2410faf0.js';
12
+ import { s as script$3 } from './OrTag.vue_vue_type_script_lang-a25a49ee.js';
13
13
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-293d2de2.js';
14
14
  import { u as useOverflow } from './useOverflow-6dce216b.js';
15
15
  import { s as script$4 } from './OrError.vue_vue_type_script_lang-53648a65.js';
16
16
  import { s as script$5 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
17
17
  import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
18
- import { s as script$7 } from './OrInput.vue_vue_type_script_lang-8806db67.js';
19
- import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
18
+ import { s as script$7 } from './OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
19
+ import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
20
20
  import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
21
21
  import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
22
22
  import { s as script$b } from './OrPopover.vue_vue_type_script_lang-b1102c1a.js';
@@ -60,15 +60,15 @@ const SidebarMain = [
60
60
  // Box
61
61
  'min-h-0'];
62
62
  const SidebarHeader = [
63
- // Spacing
63
+ // Sizing
64
64
  'p-md'];
65
65
  const SidebarContent = [
66
66
  // Layout
67
67
  'grow', 'overflow-auto',
68
- // Spacing
68
+ // Sizing
69
69
  'p-md'];
70
70
  const SidebarFooter = [
71
- // Spacing
71
+ // Sizing
72
72
  'p-md',
73
73
  // Borders
74
74
  'border-t-[1px]', 'border-t-solid', 'border-t-secondary dark:border-t-secondary-dark'];
@@ -1,11 +1,11 @@
1
1
  import { useResizeObserver } from '@vueuse/core';
2
2
  import { openBlock, createElementBlock, normalizeClass, renderSlot, defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue';
3
3
  import './OrIcon-1a5c9091.js';
4
- import './OrMenu-bb432db5.js';
4
+ import './OrMenu-6d7abe97.js';
5
5
  import './OrMenuItem-807e2a49.js';
6
6
  import { s as script$1 } from './OrTab.vue_vue_type_script_lang-f791efa0.js';
7
7
  import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
8
- import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-5a492eb3.js';
8
+ import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
9
9
  import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
10
10
 
11
11
  const _hoisted_1 = ["selected"];
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue';
2
- import './OrIconButton-d6dfb9a4.js';
3
- import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-5d1cb50c.js';
2
+ import './OrIconButton-e0566ecf.js';
3
+ import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
4
4
 
5
5
  var TagVariant;
6
6
  (function (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