@onereach/ui-components 2.74.1-beta.2289.0 → 2.74.1-beta.2291.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 (276) hide show
  1. package/dist/bundled/v2/{OrButton-4862b98b.js → OrButton-d45772c1.js} +3 -3
  2. package/dist/bundled/v2/{OrCardCollection-187b0468.js → OrCardCollection-1affb682.js} +4 -4
  3. package/dist/bundled/v2/{OrConfirm-94fd90ae.js → OrConfirm-bdf57b45.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-8fec2947.js} +3 -3
  8. package/dist/bundled/v2/{OrInlineTextarea-e0ff164c.js → OrInlineTextarea-e7cdb4fb.js} +3 -3
  9. package/dist/bundled/v2/{OrInput-65ad6551.js → OrInput-46039629.js} +5 -4
  10. package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
  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-142dd903.js → OrSearch-05cc6c14.js} +2 -2
  17. package/dist/bundled/v2/{OrSelect-797fb43b.js → OrSelect-bfe76fb7.js} +7 -4
  18. package/dist/bundled/v2/{OrSidebar-ae90e090.js → OrSidebar-a2bc21b9.js} +3 -3
  19. package/dist/bundled/v2/{OrSidebarCollapseButton-54abd48f.js → OrSidebarCollapseButton-8297ef86.js} +1 -1
  20. package/dist/bundled/v2/{OrTabs-517e2f25.js → OrTabs-d69780fc.js} +1 -1
  21. package/dist/bundled/v2/{OrTag-231eefa1.js → OrTag-4085e8a7.js} +2 -2
  22. package/dist/bundled/v2/{OrTextarea-1201353b.js → OrTextarea-a02951f4.js} +4 -3
  23. package/dist/bundled/v2/{OrTooltip-121e28c5.js → OrTooltip-b1f38647.js} +1 -3
  24. package/dist/bundled/v2/components/index.js +25 -24
  25. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  26. package/dist/bundled/v2/components/or-card-collection-v3/index.js +9 -8
  27. package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
  28. package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +107 -0
  29. package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
  30. package/dist/bundled/v2/components/or-combined-input-v3/index.js +148 -0
  31. package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
  32. package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
  33. package/dist/bundled/v2/components/or-confirm-v3/index.js +7 -6
  34. package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
  35. package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
  36. package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
  37. package/dist/bundled/v2/components/or-inline-input-v3/index.js +3 -3
  38. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +3 -3
  39. package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
  40. package/dist/bundled/v2/components/or-input-v3/index.js +5 -4
  41. package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  42. package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
  43. package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
  44. package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
  45. package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
  46. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  47. package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
  48. package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
  49. package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
  50. package/dist/bundled/v2/components/or-search-v3/index.js +6 -5
  51. package/dist/bundled/v2/components/or-select-v3/index.js +7 -6
  52. package/dist/bundled/v2/components/or-sidebar-v3/index.js +4 -4
  53. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +3 -3
  54. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  55. package/dist/bundled/v2/components/or-tabs-v3/index.js +2 -2
  56. package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
  57. package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
  58. package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
  59. package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
  60. package/dist/bundled/v2/index.js +26 -25
  61. package/dist/bundled/v2/props-78496a2d.js +12 -0
  62. package/dist/bundled/v2/{types-c2d44cac.js → types-309b7b94.js} +1 -1
  63. package/dist/bundled/v3/{OrButton-05766523.js → OrButton-a1448bfa.js} +1 -1
  64. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b53e78f5.js → OrButton.vue_vue_type_script_lang-3b1e442b.js} +3 -3
  65. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-e980e703.js → OrCardCollection.vue_vue_type_script_lang-c01a1d75.js} +7 -7
  66. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-7ba2f530.js → OrConfirm.vue_vue_type_script_lang-a131670a.js} +4 -4
  67. package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
  68. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-3675dde9.js → OrErrorTag.vue_vue_type_script_lang-e2fe7ca9.js} +1 -1
  69. package/dist/bundled/v3/{OrIconButton-d6dfb9a4.js → OrIconButton-e0566ecf.js} +1 -1
  70. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5d1cb50c.js → OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js} +1 -1
  71. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-92640762.js → OrInlineInput.vue_vue_type_script_lang-66598185.js} +4 -4
  72. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-7358cb4f.js → OrInlineTextarea.vue_vue_type_script_lang-85adcaf9.js} +4 -4
  73. package/dist/bundled/v3/{OrInput-6aef644c.js → OrInput-37811348.js} +1 -1
  74. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-8e55cefa.js → OrInput.vue_vue_type_script_lang-de00e237.js} +7 -6
  75. package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-44f37541.js} +1 -1
  76. package/dist/{esm/v2/OrInputBox-53d1f66d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js} +3 -53
  77. package/dist/bundled/v3/{OrMenu-bb432db5.js → OrMenu-6d7abe97.js} +10 -9
  78. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5a492eb3.js → OrMenu.vue_vue_type_script_lang-df35fd76.js} +8 -5
  79. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-5f45677f.js → OrModal.vue_vue_type_script_lang-6b1dc231.js} +2 -2
  80. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-b9a8e938.js → OrNotification.vue_vue_type_script_lang-d0afc1d7.js} +2 -2
  81. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdb0acc8.js → OrPagination.vue_vue_type_script_lang-f64827ef.js} +20 -35
  82. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-52f660d6.js} +3 -3
  83. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-763128bf.js → OrSearch.vue_vue_type_script_lang-b34af2a0.js} +3 -3
  84. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-48de444c.js → OrSelect.vue_vue_type_script_lang-b14e4b6b.js} +9 -6
  85. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-5116ba2b.js → OrSidebar.vue_vue_type_script_lang-7f3f1a16.js} +3 -3
  86. package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-c071f0c6.js → OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js} +2 -2
  87. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ae519161.js → OrTabs.vue_vue_type_script_lang-cb550e87.js} +2 -2
  88. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-2410faf0.js → OrTag.vue_vue_type_script_lang-a25a49ee.js} +3 -3
  89. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-de99a858.js → OrTextarea.vue_vue_type_script_lang-d0256fc2.js} +5 -4
  90. package/dist/bundled/v3/{OrToastContainer-a435e015.js → OrToastContainer-6fe12712.js} +1 -1
  91. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-7a64c90d.js → OrTooltip.vue_vue_type_script_lang-bf9935ef.js} +1 -3
  92. package/dist/bundled/v3/components/index.js +30 -29
  93. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  94. package/dist/bundled/v3/components/or-card-collection-v3/index.js +14 -13
  95. package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
  96. package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +107 -0
  97. package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
  98. package/dist/bundled/v3/components/or-combined-input-v3/index.js +130 -0
  99. package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
  100. package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
  101. package/dist/bundled/v3/components/or-confirm-v3/index.js +11 -10
  102. package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
  103. package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
  104. package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
  105. package/dist/bundled/v3/components/or-inline-input-v3/index.js +4 -4
  106. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +4 -4
  107. package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
  108. package/dist/bundled/v3/components/or-input-v3/index.js +7 -6
  109. package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  110. package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
  111. package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
  112. package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
  113. package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
  114. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  115. package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
  116. package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
  117. package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
  118. package/dist/bundled/v3/components/or-search-v3/index.js +9 -8
  119. package/dist/bundled/v3/components/or-select-v3/index.js +10 -9
  120. package/dist/bundled/v3/components/or-sidebar-v3/index.js +5 -5
  121. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +4 -4
  122. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
  123. package/dist/bundled/v3/components/or-tabs-v3/index.js +3 -3
  124. package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
  125. package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
  126. package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
  127. package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
  128. package/dist/bundled/v3/index.js +53 -74
  129. package/dist/bundled/v3/props-78496a2d.js +12 -0
  130. package/dist/bundled/v3/{types-f95c218d.js → types-22fbf9d6.js} +2 -2
  131. package/dist/esm/v2/{OrButton-18f4431c.js → OrButton-66964360.js} +3 -3
  132. package/dist/esm/v2/{OrCardCollection-88f635a2.js → OrCardCollection-413eeef9.js} +5 -5
  133. package/dist/esm/v2/{OrConfirm-7d81daa5.js → OrConfirm-2f8d9405.js} +2 -2
  134. package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
  135. package/dist/esm/v2/{OrErrorTag-57140070.js → OrErrorTag-80f82cdf.js} +1 -1
  136. package/dist/esm/v2/{OrIconButton-14d80983.js → OrIconButton-04a3566d.js} +1 -1
  137. package/dist/esm/v2/{OrInlineInput-2746837c.js → OrInlineInput-c66ed0c0.js} +3 -3
  138. package/dist/esm/v2/{OrInlineTextarea-3af829c7.js → OrInlineTextarea-3cc2fdc2.js} +3 -3
  139. package/dist/esm/v2/{OrInput-979c7225.js → OrInput-cacd21a4.js} +5 -4
  140. package/dist/esm/v2/OrInputBox-5c4b3104.js +43 -0
  141. package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js} +1 -1
  142. package/dist/esm/v2/{OrMenu-943e7760.js → OrMenu-c276db74.js} +15 -10
  143. package/dist/esm/v2/{OrModal-e638986d.js → OrModal-4e79e0d5.js} +1 -1
  144. package/dist/esm/v2/{OrNotification-19c82a07.js → OrNotification-eac3867f.js} +1 -1
  145. package/dist/esm/v2/{OrPagination-93d78a0d.js → OrPagination-1adbcadb.js} +24 -61
  146. package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
  147. package/dist/esm/v2/{OrSearch-b693161b.js → OrSearch-1c30f3fd.js} +2 -2
  148. package/dist/esm/v2/{OrSelect-454e1bc3.js → OrSelect-bbba5e3a.js} +7 -4
  149. package/dist/esm/v2/{OrSidebar-f6e3030d.js → OrSidebar-27236fbd.js} +3 -3
  150. package/dist/esm/v2/{OrSidebarCollapseButton-5bb545a6.js → OrSidebarCollapseButton-cfe51a60.js} +1 -1
  151. package/dist/esm/v2/{OrTabs-398348a5.js → OrTabs-96b0473d.js} +1 -1
  152. package/dist/esm/v2/{OrTag-4a6cad6e.js → OrTag-b2906865.js} +2 -2
  153. package/dist/esm/v2/{OrTextarea-373d0554.js → OrTextarea-e1aad345.js} +4 -3
  154. package/dist/esm/v2/{OrTooltip-233c67b9.js → OrTooltip-629d44fc.js} +1 -3
  155. package/dist/esm/v2/components/index.js +25 -24
  156. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  157. package/dist/esm/v2/components/or-card-collection-v3/index.js +9 -8
  158. package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
  159. package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +107 -0
  160. package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
  161. package/dist/esm/v2/components/or-combined-input-v3/index.js +145 -0
  162. package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
  163. package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
  164. package/dist/esm/v2/components/or-confirm-v3/index.js +7 -6
  165. package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
  166. package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
  167. package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
  168. package/dist/esm/v2/components/or-inline-input-v3/index.js +3 -3
  169. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +3 -3
  170. package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
  171. package/dist/esm/v2/components/or-input-v3/index.js +5 -4
  172. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  173. package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
  174. package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
  175. package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
  176. package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
  177. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  178. package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
  179. package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
  180. package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
  181. package/dist/esm/v2/components/or-search-v3/index.js +6 -5
  182. package/dist/esm/v2/components/or-select-v3/index.js +7 -6
  183. package/dist/esm/v2/components/or-sidebar-v3/index.js +4 -4
  184. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +3 -3
  185. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  186. package/dist/esm/v2/components/or-tabs-v3/index.js +2 -2
  187. package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
  188. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
  189. package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
  190. package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
  191. package/dist/esm/v2/index.js +25 -24
  192. package/dist/esm/v2/{types-34f2e287.js → types-1f95d710.js} +1 -1
  193. package/dist/esm/v3/{OrButton-55dd2ad9.js → OrButton-c56998e7.js} +3 -3
  194. package/dist/esm/v3/{OrCardCollection-551def4e.js → OrCardCollection-005964d2.js} +4 -4
  195. package/dist/esm/v3/{OrConfirm-4e3a7560.js → OrConfirm-c35b430f.js} +2 -2
  196. package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
  197. package/dist/esm/v3/{OrErrorTag-f114e88b.js → OrErrorTag-308119de.js} +1 -1
  198. package/dist/esm/v3/{OrIconButton-3920ba54.js → OrIconButton-2dcfb83e.js} +1 -1
  199. package/dist/esm/v3/{OrInlineInput-86e4383b.js → OrInlineInput-4591c44d.js} +3 -3
  200. package/dist/esm/v3/{OrInlineTextarea-10826fa6.js → OrInlineTextarea-22807fd6.js} +3 -3
  201. package/dist/esm/v3/{OrInput-2568be79.js → OrInput-4b51848c.js} +3 -3
  202. package/dist/esm/v3/{OrMenu-fd2fe1e7.js → OrMenu-7f3ea117.js} +17 -13
  203. package/dist/esm/v3/{OrModal-87eaff65.js → OrModal-4219a6dc.js} +1 -1
  204. package/dist/esm/v3/{OrNotification-7aab5f58.js → OrNotification-0e682c7f.js} +1 -1
  205. package/dist/esm/v3/{OrPagination-781c119e.js → OrPagination-da9e5017.js} +26 -64
  206. package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
  207. package/dist/esm/v3/{OrSearch-3c7feda3.js → OrSearch-b6c48f3f.js} +1 -1
  208. package/dist/esm/v3/{OrSelect-389aab9f.js → OrSelect-35f70776.js} +5 -3
  209. package/dist/esm/v3/{OrSidebar-2c8a68df.js → OrSidebar-61d84c3e.js} +3 -3
  210. package/dist/esm/v3/{OrSidebarCollapseButton-1ed5a3d7.js → OrSidebarCollapseButton-1b9c83ef.js} +1 -1
  211. package/dist/esm/v3/{OrTabs-34c67377.js → OrTabs-328d41b9.js} +1 -1
  212. package/dist/esm/v3/{OrTag-c5c305ed.js → OrTag-148ff9ae.js} +2 -2
  213. package/dist/esm/v3/{OrTextarea-42d21f77.js → OrTextarea-8b060a1b.js} +2 -2
  214. package/dist/esm/v3/{OrTooltip-229c90d5.js → OrTooltip-b07616f4.js} +1 -3
  215. package/dist/esm/v3/components/index.js +23 -23
  216. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  217. package/dist/esm/v3/components/or-card-collection-v3/index.js +7 -7
  218. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
  219. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +107 -0
  220. package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
  221. package/dist/esm/v3/components/or-combined-input-v3/index.js +129 -0
  222. package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
  223. package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
  224. package/dist/esm/v3/components/or-confirm-v3/index.js +5 -5
  225. package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
  226. package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
  227. package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
  228. package/dist/esm/v3/components/or-inline-input-v3/index.js +3 -3
  229. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +3 -3
  230. package/dist/esm/v3/components/or-input-v3/index.js +3 -3
  231. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
  232. package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
  233. package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
  234. package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
  235. package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
  236. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
  237. package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
  238. package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
  239. package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
  240. package/dist/esm/v3/components/or-search-v3/index.js +4 -4
  241. package/dist/esm/v3/components/or-select-v3/index.js +5 -5
  242. package/dist/esm/v3/components/or-sidebar-v3/index.js +4 -4
  243. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +3 -3
  244. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  245. package/dist/esm/v3/components/or-tabs-v3/index.js +2 -2
  246. package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
  247. package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
  248. package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
  249. package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
  250. package/dist/esm/v3/index.js +23 -23
  251. package/dist/esm/v3/{types-225f772b.js → types-b79e4387.js} +1 -1
  252. package/package.json +2 -2
  253. package/src/components/or-button-v3/styles.ts +3 -3
  254. package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
  255. package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +201 -0
  256. package/src/components/or-combined-input-v3/OrCombinedInput.vue +130 -0
  257. package/src/components/or-combined-input-v3/index.ts +2 -0
  258. package/src/components/or-combined-input-v3/props.ts +1 -0
  259. package/src/components/or-combined-input-v3/styles.ts +25 -0
  260. package/src/components/or-empty-state-v3/styles.ts +2 -2
  261. package/src/components/or-error-tag-v3/styles.ts +1 -1
  262. package/src/components/or-inline-input-v3/styles.ts +2 -2
  263. package/src/components/or-inline-textarea-v3/styles.ts +2 -2
  264. package/src/components/or-input-v3/styles.ts +2 -2
  265. package/src/components/or-menu-v3/OrMenu.vue +26 -22
  266. package/src/components/or-menu-v3/styles.ts +5 -0
  267. package/src/components/or-pagination-v3/OrPagination.vue +42 -86
  268. package/src/components/or-pagination-v3/styles.ts +1 -1
  269. package/src/components/or-progress-v3/styles.ts +4 -4
  270. package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
  271. package/src/components/or-select-v3/styles.ts +4 -1
  272. package/src/components/or-sidebar-v3/styles.ts +2 -2
  273. package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
  274. package/src/components/or-tag-v3/styles.ts +1 -1
  275. package/src/components/or-textarea-v3/styles.ts +2 -2
  276. 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-142dd903.js';
9
+ import { O as OrSearch } from './OrSearch-05cc6c14.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-65ad6551.js';
5
+ import { O as OrButton, a as ButtonColor } from './OrButton-d45772c1.js';
6
+ import { O as OrInput } from './OrInput-46039629.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';
@@ -21,8 +21,8 @@ const InlineInputRoot = [
21
21
  // Spacing
22
22
  'gap-xs'];
23
23
  const InlineInputControl = [
24
- // Layout
25
- 'grow',
24
+ // Box
25
+ 'w-full',
26
26
  // Typography
27
27
  'typography-inherit',
28
28
  // Theme
@@ -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';
@@ -15,8 +15,8 @@ const InlineTextareaRoot = [
15
15
  // Spacing
16
16
  'gap-xs'];
17
17
  const InlineTextareaControl = [
18
- // Layout
19
- 'grow',
18
+ // Box
19
+ 'w-full',
20
20
  // Typography
21
21
  'typography-inherit',
22
22
  // Theme
@@ -2,10 +2,11 @@ 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-e54dcef9.js';
5
+ import { O as OrIconButton } from './OrIconButton-837d57f8.js';
6
+ import { O as OrInputBox } from './OrInputBox-9a31d211.js';
7
7
  import { O as OrLabel } from './OrLabel-aff09c39.js';
8
8
  import { O as OrLoader } from './OrLoader-864ef92a.js';
9
+ import { a as InputBoxSize } from './props-78496a2d.js';
9
10
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
10
11
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
11
12
  import { u as useResponsive } from './useResponsive-e13dfbb0.js';
@@ -27,8 +28,8 @@ const InputRoot = [
27
28
  // Spacing
28
29
  'gap-xs'];
29
30
  const InputControl = [
30
- // Layout
31
- 'grow',
31
+ // Box
32
+ 'w-full',
32
33
  // Typography
33
34
  'typography-inherit',
34
35
  // Theme
@@ -1,18 +1,8 @@
1
1
  import './index-fa6eb4ca.js';
2
+ import { I as InputBoxVariant, a as InputBoxSize } from './props-78496a2d.js';
2
3
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
5
 
5
- var InputBoxVariant;
6
- (function (InputBoxVariant) {
7
- InputBoxVariant["Styled"] = "styled";
8
- InputBoxVariant["Unstyled"] = "unstyled";
9
- })(InputBoxVariant || (InputBoxVariant = {}));
10
- var InputBoxSize;
11
- (function (InputBoxSize) {
12
- InputBoxSize["M"] = "m";
13
- InputBoxSize["S"] = "s";
14
- })(InputBoxSize || (InputBoxSize = {}));
15
-
16
6
  const InputBoxRoot = [
17
7
  // Layout
18
8
  'layout-row',
@@ -134,4 +124,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
134
124
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
135
125
  var OrInputBox = __vue_component__;
136
126
 
137
- export { InputBoxVariant as I, OrInputBox as O, InputBoxSize as a };
127
+ export { OrInputBox as O };
@@ -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-65ad6551.js';
3
+ import { O as OrInput } from './OrInput-46039629.js';
4
4
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import { a as InputBoxSize } from './OrInputBox-e54dcef9.js';
5
+ import { a as InputBoxSize } from './props-78496a2d.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
8
8
  var script = defineComponent({
@@ -4,15 +4,16 @@ 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-65ad6551.js';
8
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
7
+ import { O as OrInput } from './OrInput-46039629.js';
8
+ import { O as OrInputBox } from './OrInputBox-9a31d211.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';
16
+ import { a as InputBoxSize } from './props-78496a2d.js';
16
17
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
17
18
 
18
19
  const SelectRoot = [
@@ -22,7 +23,9 @@ const SelectRoot = [
22
23
  'gap-xs'];
23
24
  const SelectControl = [
24
25
  // Layout
25
- 'layout-row grow',
26
+ 'layout-row',
27
+ // Box
28
+ 'w-full',
26
29
  // Overflow
27
30
  'overflow-hidden',
28
31
  // Spacing
@@ -1,7 +1,7 @@
1
1
  import { useDraggable, useElementBounding } from '@vueuse/core';
2
2
  import _ from 'lodash';
3
3
  import './index-fa6eb4ca.js';
4
- import { O as OrSidebarPlacement, a as OrSidebarCollapseButton } from './OrSidebarCollapseButton-54abd48f.js';
4
+ import { O as OrSidebarPlacement, a as OrSidebarCollapseButton } from './OrSidebarCollapseButton-8297ef86.js';
5
5
  import { defineComponent, ref, computed, useSlots, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
@@ -110,12 +110,12 @@ const SidebarHeader = [
110
110
  const SidebarContent = [
111
111
  // Layout
112
112
  'grow', 'overflow-auto',
113
- // Spacing
113
+ // Sizing
114
114
  'p-md'];
115
115
  const SidebarFooter = [
116
116
  // Layout
117
117
  'shrink-0', 'overflow-x-hidden',
118
- // Spacing
118
+ // Sizing
119
119
  'p-md',
120
120
  // Borders
121
121
  'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
@@ -1,6 +1,6 @@
1
1
  import _ from 'lodash';
2
2
  import './index-fa6eb4ca.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,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,11 +1,12 @@
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-e54dcef9.js';
4
+ import { O as OrInputBox } from './OrInputBox-9a31d211.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';
8
8
  import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
9
+ import { a as InputBoxSize } from './props-78496a2d.js';
9
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
11
  import { c as createInjector } from './browser-82dea9ed.js';
11
12
 
@@ -15,8 +16,8 @@ const TextareaRoot = [
15
16
  // Spacing
16
17
  'gap-xs'];
17
18
  const TextareaControl = [
18
- // Layout
19
- 'grow',
19
+ // Box
20
+ 'w-full',
20
21
  // Typography
21
22
  'typography-inherit',
22
23
  // Theme
@@ -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