@onereach/ui-components 2.74.9 → 2.74.10-beta.2346.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 (323) hide show
  1. package/dist/bundled/v2/{OrButton-0a9470c0.js → OrButton-9ae76851.js} +8 -6
  2. package/dist/bundled/v2/{OrCardCollection-2429285f.js → OrCardCollection-66d1667f.js} +5 -5
  3. package/dist/bundled/v2/{OrCheckbox-41d31e45.js → OrCheckbox-aac23c1e.js} +2 -2
  4. package/dist/bundled/v2/{OrConfirm-2cdb78b3.js → OrConfirm-d5ef82b4.js} +6 -8
  5. package/dist/bundled/v2/{OrEmptyState-9fb413f9.js → OrEmptyState-8a7feb99.js} +2 -2
  6. package/dist/bundled/v2/{OrError-52f668a4.js → OrError-8aa16f11.js} +1 -3
  7. package/dist/bundled/v2/{OrErrorTag-4675604d.js → OrErrorTag-244bed5b.js} +1 -3
  8. package/dist/bundled/v2/{OrHint-fde53334.js → OrHint-39fc2173.js} +1 -3
  9. package/dist/bundled/v2/{OrIconButton-037b9c33.js → OrIconButton-c1c1d486.js} +2 -2
  10. package/dist/bundled/v2/{OrInlineInput-6a0ac021.js → OrInlineInput-3d7d7866.js} +4 -4
  11. package/dist/bundled/v2/{OrInlineTextarea-59183fa9.js → OrInlineTextarea-f0fd4352.js} +4 -4
  12. package/dist/bundled/v2/{OrInput-93ccd5f2.js → OrInput-82635089.js} +7 -7
  13. package/dist/bundled/v2/{OrLabel-aff09c39.js → OrLabel-c44e9f7d.js} +1 -1
  14. package/dist/bundled/v2/{OrLink-0d952e87.js → OrLink-7f591f63.js} +3 -1
  15. package/dist/bundled/v2/{OrMenu-021f347c.js → OrMenu-722bfc64.js} +10 -15
  16. package/dist/bundled/v2/{OrModal-4218b040.js → OrModal-8e7f481e.js} +1 -1
  17. package/dist/bundled/v2/{OrNotification-35c163f7.js → OrNotification-5f515a49.js} +1 -1
  18. package/dist/bundled/v2/{OrPagination-19494306.js → OrPagination-3de58127.js} +62 -24
  19. package/dist/bundled/v2/{OrProgress-15fe65ec.js → OrProgress-5cf0a7e7.js} +3 -3
  20. package/dist/bundled/v2/{OrRadio-2d05cea7.js → OrRadio-cf867aeb.js} +2 -2
  21. package/dist/bundled/v2/{OrSearch-0178b612.js → OrSearch-3bb6f690.js} +1 -1
  22. package/dist/bundled/v2/{OrSelect-43ba3073.js → OrSelect-05ba15cf.js} +7 -7
  23. package/dist/bundled/v2/{OrSidebar-b7a27e27.js → OrSidebar-1f95750d.js} +3 -3
  24. package/dist/bundled/v2/{OrSidebarCollapseButton-e8632afe.js → OrSidebarCollapseButton-d7121d1f.js} +1 -1
  25. package/dist/bundled/v2/{OrSwitch-34f79eb1.js → OrSwitch-9d754145.js} +2 -2
  26. package/dist/bundled/v2/{OrTab-8c5acf8a.js → OrTab-39162e26.js} +1 -1
  27. package/dist/bundled/v2/{OrTabs-70c1818f.js → OrTabs-2844743c.js} +3 -3
  28. package/dist/bundled/v2/{OrTag-59ab76c5.js → OrTag-7ac46ef3.js} +3 -7
  29. package/dist/bundled/v2/{OrTextarea-5fdf63d0.js → OrTextarea-c2ac90b2.js} +3 -3
  30. package/dist/bundled/v2/{OrTooltip-9ef540f0.js → OrTooltip-f2c0fd5a.js} +3 -1
  31. package/dist/bundled/v2/components/index.js +32 -32
  32. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  33. package/dist/bundled/v2/components/or-card-collection-v3/index.js +10 -10
  34. package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
  35. package/dist/bundled/v2/components/or-confirm-v3/index.js +8 -8
  36. package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
  37. package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
  38. package/dist/bundled/v2/components/or-error-v3/index.js +1 -1
  39. package/dist/bundled/v2/components/or-fab-v3/index.js +1 -1
  40. package/dist/bundled/v2/components/or-hint-v3/index.js +1 -1
  41. package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
  42. package/dist/bundled/v2/components/or-inline-input-v3/index.js +5 -5
  43. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +5 -5
  44. package/dist/bundled/v2/components/or-input-v3/index.js +6 -6
  45. package/dist/bundled/v2/components/or-label-v3/index.js +1 -1
  46. package/dist/bundled/v2/components/or-link-v3/index.js +1 -1
  47. package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  48. package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
  49. package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +0 -1
  50. package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
  51. package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
  52. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  53. package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
  54. package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
  55. package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
  56. package/dist/bundled/v2/components/or-radio-v3/index.js +2 -2
  57. package/dist/bundled/v2/components/or-search-v3/index.js +7 -7
  58. package/dist/bundled/v2/components/or-select-v3/index.js +9 -9
  59. package/dist/bundled/v2/components/or-sidebar-v3/index.js +4 -4
  60. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +3 -3
  61. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  62. package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
  63. package/dist/bundled/v2/components/or-tab-v3/index.js +1 -1
  64. package/dist/bundled/v2/components/or-tabs-v3/index.js +3 -3
  65. package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
  66. package/dist/bundled/v2/components/or-textarea-v3/index.js +4 -4
  67. package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
  68. package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
  69. package/dist/bundled/v2/index.js +33 -33
  70. package/dist/bundled/v2/{types-da54f18c.js → types-31344ed7.js} +1 -1
  71. package/dist/bundled/v3/{OrButton-a5b98ee2.js → OrButton-71e8b688.js} +1 -1
  72. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-e75f9a10.js → OrButton.vue_vue_type_script_lang-b36fe46e.js} +8 -6
  73. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-b474de2d.js → OrCardCollection.vue_vue_type_script_lang-36f3937b.js} +8 -8
  74. package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-fc067611.js → OrCheckbox.vue_vue_type_script_lang-2f40f250.js} +3 -3
  75. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-239c88b9.js → OrConfirm.vue_vue_type_script_lang-20a06a6e.js} +8 -10
  76. package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-da7d6c42.js → OrEmptyState.vue_vue_type_script_lang-8e58c67c.js} +2 -2
  77. package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-53648a65.js → OrError.vue_vue_type_script_lang-c97f9dd7.js} +1 -3
  78. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-bfa4c580.js → OrErrorTag.vue_vue_type_script_lang-e052a480.js} +0 -2
  79. package/dist/bundled/v3/{OrHint-5d5e4d99.js → OrHint-4d1a5982.js} +2 -2
  80. package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-e322f61e.js → OrHint.vue_vue_type_script_lang-3d9a3b91.js} +1 -3
  81. package/dist/bundled/v3/{OrIconButton-a2091425.js → OrIconButton-8855b7d5.js} +1 -1
  82. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-14871105.js → OrIconButton.vue_vue_type_script_lang-ccff2cbc.js} +2 -2
  83. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-f2cc2704.js → OrInlineInput.vue_vue_type_script_lang-1a663723.js} +6 -6
  84. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js → OrInlineTextarea.vue_vue_type_script_lang-bb830761.js} +6 -6
  85. package/dist/bundled/v3/{OrInput-3bf44521.js → OrInput-df68cabe.js} +2 -2
  86. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-38947e44.js → OrInput.vue_vue_type_script_lang-6f222521.js} +7 -7
  87. package/dist/bundled/v3/{OrLabel-c556887e.js → OrLabel-66e5b331.js} +1 -1
  88. package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-191d2304.js → OrLabel.vue_vue_type_script_lang-563df945.js} +1 -1
  89. package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-05d4897b.js → OrLink.vue_vue_type_script_lang-cfa60929.js} +3 -1
  90. package/dist/bundled/v3/{OrMenu-c2c114de.js → OrMenu-6527e02d.js} +9 -10
  91. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-518b5305.js → OrMenu.vue_vue_type_script_lang-a6e4c750.js} +5 -8
  92. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-8d7f1436.js → OrModal.vue_vue_type_script_lang-178e9b6d.js} +2 -2
  93. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-b0280317.js → OrNotification.vue_vue_type_script_lang-c4a8e034.js} +2 -2
  94. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-cdab5b21.js → OrPagination.vue_vue_type_script_lang-0de61913.js} +37 -20
  95. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-52f660d6.js → OrProgress.vue_vue_type_script_lang-17095060.js} +3 -3
  96. package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-5d88f0b4.js → OrRadio.vue_vue_type_script_lang-0732e87f.js} +3 -3
  97. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-409490d8.js → OrSearch.vue_vue_type_script_lang-05f31030.js} +2 -2
  98. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-b50634d8.js → OrSelect.vue_vue_type_script_lang-b7f39eda.js} +10 -10
  99. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-b5adff07.js → OrSidebar.vue_vue_type_script_lang-c2fe63b0.js} +3 -3
  100. package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js → OrSidebarCollapseButton.vue_vue_type_script_lang-8831f2e6.js} +2 -2
  101. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-f6039c8f.js → OrSwitch.vue_vue_type_script_lang-c49765c2.js} +3 -3
  102. package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-f791efa0.js → OrTab.vue_vue_type_script_lang-b2dc97c2.js} +1 -1
  103. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-7a2b137a.js → OrTabs.vue_vue_type_script_lang-7027e6a2.js} +4 -4
  104. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-4fe7e19f.js → OrTag.vue_vue_type_script_lang-c5f89e54.js} +3 -7
  105. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-de99a858.js → OrTextarea.vue_vue_type_script_lang-7889c03a.js} +5 -5
  106. package/dist/bundled/v3/{OrToastContainer-6ade8920.js → OrToastContainer-c46bb53d.js} +1 -1
  107. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-0c228e6f.js → OrTooltip.vue_vue_type_script_lang-844fcf75.js} +3 -1
  108. package/dist/bundled/v3/components/index.js +38 -38
  109. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  110. package/dist/bundled/v3/components/or-card-collection-v3/index.js +16 -16
  111. package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
  112. package/dist/bundled/v3/components/or-confirm-v3/index.js +13 -13
  113. package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
  114. package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
  115. package/dist/bundled/v3/components/or-error-v3/index.js +1 -1
  116. package/dist/bundled/v3/components/or-fab-v3/index.js +1 -1
  117. package/dist/bundled/v3/components/or-hint-v3/index.js +1 -1
  118. package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
  119. package/dist/bundled/v3/components/or-inline-input-v3/index.js +7 -7
  120. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +7 -7
  121. package/dist/bundled/v3/components/or-input-v3/index.js +9 -9
  122. package/dist/bundled/v3/components/or-label-v3/index.js +1 -1
  123. package/dist/bundled/v3/components/or-link-v3/index.js +1 -1
  124. package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  125. package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
  126. package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +0 -1
  127. package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
  128. package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
  129. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  130. package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
  131. package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
  132. package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
  133. package/dist/bundled/v3/components/or-radio-v3/index.js +3 -3
  134. package/dist/bundled/v3/components/or-search-v3/index.js +11 -11
  135. package/dist/bundled/v3/components/or-select-v3/index.js +13 -13
  136. package/dist/bundled/v3/components/or-sidebar-v3/index.js +5 -5
  137. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +4 -4
  138. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
  139. package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
  140. package/dist/bundled/v3/components/or-tab-v3/index.js +1 -1
  141. package/dist/bundled/v3/components/or-tabs-v3/index.js +4 -4
  142. package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
  143. package/dist/bundled/v3/components/or-textarea-v3/index.js +6 -6
  144. package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
  145. package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
  146. package/dist/bundled/v3/index.js +89 -67
  147. package/dist/bundled/v3/{types-9a4dc8a9.js → types-81539001.js} +2 -2
  148. package/dist/esm/v2/{OrButton-49f7f20b.js → OrButton-1ed57b07.js} +8 -6
  149. package/dist/esm/v2/{OrCardCollection-f8b71fc6.js → OrCardCollection-1a2e0ce3.js} +5 -5
  150. package/dist/esm/v2/{OrCheckbox-aa9ca791.js → OrCheckbox-ac3cc642.js} +2 -2
  151. package/dist/esm/v2/{OrConfirm-15e27711.js → OrConfirm-63302682.js} +6 -8
  152. package/dist/esm/v2/{OrEmptyState-2481f13f.js → OrEmptyState-ab1a044d.js} +2 -2
  153. package/dist/esm/v2/{OrError-13845bb0.js → OrError-9e7976ef.js} +1 -3
  154. package/dist/esm/v2/{OrErrorTag-7cd5dc68.js → OrErrorTag-32ba5c0c.js} +1 -3
  155. package/dist/esm/v2/{OrHint-78b399cb.js → OrHint-272790e7.js} +1 -3
  156. package/dist/esm/v2/{OrIconButton-140f940e.js → OrIconButton-04428fa2.js} +2 -2
  157. package/dist/esm/v2/{OrInlineInput-3b1afd44.js → OrInlineInput-20b81d46.js} +4 -4
  158. package/dist/esm/v2/{OrInlineTextarea-8990fc61.js → OrInlineTextarea-9fe1cb87.js} +4 -4
  159. package/dist/esm/v2/{OrInput-1ddf99ba.js → OrInput-ed237d75.js} +7 -7
  160. package/dist/esm/v2/{OrLabel-0945a4d9.js → OrLabel-49398089.js} +1 -1
  161. package/dist/esm/v2/{OrLink-597e0e18.js → OrLink-17b4b974.js} +3 -1
  162. package/dist/esm/v2/{OrMenu-1adef5df.js → OrMenu-d69468a0.js} +10 -15
  163. package/dist/esm/v2/{OrModal-a938e31b.js → OrModal-1aecf496.js} +1 -1
  164. package/dist/esm/v2/{OrNotification-e8c1df46.js → OrNotification-deafecdc.js} +1 -1
  165. package/dist/esm/v2/{OrPagination-c27faf97.js → OrPagination-f5f96207.js} +63 -24
  166. package/dist/esm/v2/{OrProgress-b7d1c689.js → OrProgress-9fc95bd7.js} +3 -3
  167. package/dist/esm/v2/{OrRadio-06a54f1e.js → OrRadio-ffd31026.js} +2 -2
  168. package/dist/esm/v2/{OrSearch-09e7d4dc.js → OrSearch-5e957826.js} +1 -1
  169. package/dist/esm/v2/{OrSelect-d991fe95.js → OrSelect-83002f91.js} +7 -7
  170. package/dist/esm/v2/{OrSidebar-6b246de1.js → OrSidebar-070e5793.js} +3 -3
  171. package/dist/esm/v2/{OrSidebarCollapseButton-9178923e.js → OrSidebarCollapseButton-42a5856c.js} +1 -1
  172. package/dist/esm/v2/{OrSwitch-1bd5b4d1.js → OrSwitch-7653f71e.js} +2 -2
  173. package/dist/esm/v2/{OrTab-1ff87c76.js → OrTab-8e1e3751.js} +1 -1
  174. package/dist/esm/v2/{OrTabs-6d7d9d7e.js → OrTabs-6e0ae5a8.js} +3 -3
  175. package/dist/esm/v2/{OrTag-1ed1265c.js → OrTag-6e70b04b.js} +3 -7
  176. package/dist/esm/v2/{OrTextarea-0a64f718.js → OrTextarea-6604925a.js} +3 -3
  177. package/dist/esm/v2/{OrTooltip-34d2e01f.js → OrTooltip-040f64f5.js} +3 -1
  178. package/dist/esm/v2/components/index.js +32 -32
  179. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  180. package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -10
  181. package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
  182. package/dist/esm/v2/components/or-confirm-v3/index.js +8 -8
  183. package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
  184. package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
  185. package/dist/esm/v2/components/or-error-v3/index.js +1 -1
  186. package/dist/esm/v2/components/or-fab-v3/index.js +1 -1
  187. package/dist/esm/v2/components/or-hint-v3/index.js +1 -1
  188. package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
  189. package/dist/esm/v2/components/or-inline-input-v3/index.js +5 -5
  190. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +5 -5
  191. package/dist/esm/v2/components/or-input-v3/index.js +6 -6
  192. package/dist/esm/v2/components/or-label-v3/index.js +1 -1
  193. package/dist/esm/v2/components/or-link-v3/index.js +1 -1
  194. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  195. package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
  196. package/dist/esm/v2/components/or-menu-v3/styles.d.ts +0 -1
  197. package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
  198. package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
  199. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  200. package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
  201. package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
  202. package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
  203. package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
  204. package/dist/esm/v2/components/or-search-v3/index.js +7 -7
  205. package/dist/esm/v2/components/or-select-v3/index.js +9 -9
  206. package/dist/esm/v2/components/or-sidebar-v3/index.js +4 -4
  207. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +3 -3
  208. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  209. package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
  210. package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
  211. package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
  212. package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
  213. package/dist/esm/v2/components/or-textarea-v3/index.js +4 -4
  214. package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
  215. package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
  216. package/dist/esm/v2/index.js +32 -32
  217. package/dist/esm/v2/{types-98d95522.js → types-9360c2b4.js} +1 -1
  218. package/dist/esm/v3/{OrButton-eab948fb.js → OrButton-2f9ec31b.js} +8 -6
  219. package/dist/esm/v3/{OrCardCollection-3374f65b.js → OrCardCollection-f30edb19.js} +5 -5
  220. package/dist/esm/v3/{OrCheckbox-16c1e2f4.js → OrCheckbox-78b08b59.js} +2 -2
  221. package/dist/esm/v3/{OrConfirm-dbf267cd.js → OrConfirm-3b105a7a.js} +6 -8
  222. package/dist/esm/v3/{OrEmptyState-bb8e3145.js → OrEmptyState-cd3a4026.js} +2 -2
  223. package/dist/esm/v3/{OrError-19198748.js → OrError-5e926d62.js} +1 -3
  224. package/dist/esm/v3/{OrErrorTag-0025b17c.js → OrErrorTag-71fe44c2.js} +1 -3
  225. package/dist/esm/v3/{OrHint-6863124f.js → OrHint-031f9265.js} +1 -3
  226. package/dist/esm/v3/{OrIconButton-2a9a6627.js → OrIconButton-907b8739.js} +2 -2
  227. package/dist/esm/v3/{OrInlineInput-6c4fe7ff.js → OrInlineInput-c8603ad3.js} +4 -4
  228. package/dist/esm/v3/{OrInlineTextarea-3cd956d9.js → OrInlineTextarea-2662a915.js} +4 -4
  229. package/dist/esm/v3/{OrInput-0c07888f.js → OrInput-feb14fac.js} +5 -5
  230. package/dist/esm/v3/{OrLabel-f700f9fb.js → OrLabel-5a2f55fd.js} +1 -1
  231. package/dist/esm/v3/{OrLink-07f6f27d.js → OrLink-72730a14.js} +3 -1
  232. package/dist/esm/v3/{OrMenu-345930d5.js → OrMenu-2dc149ba.js} +13 -17
  233. package/dist/esm/v3/{OrModal-07c092ab.js → OrModal-4b7b76c6.js} +1 -1
  234. package/dist/esm/v3/{OrNotification-e600fd9a.js → OrNotification-c65b6903.js} +1 -1
  235. package/dist/esm/v3/{OrPagination-d0ba716f.js → OrPagination-ed5c7e44.js} +66 -26
  236. package/dist/esm/v3/{OrProgress-639ed5e8.js → OrProgress-4856808a.js} +3 -3
  237. package/dist/esm/v3/{OrRadio-97fb105f.js → OrRadio-2ab7b845.js} +2 -2
  238. package/dist/esm/v3/{OrSearch-e1cc559b.js → OrSearch-d73d8b1f.js} +1 -1
  239. package/dist/esm/v3/{OrSelect-b06bf2d8.js → OrSelect-601ea327.js} +7 -7
  240. package/dist/esm/v3/{OrSidebar-0a32cc49.js → OrSidebar-39101763.js} +3 -3
  241. package/dist/esm/v3/{OrSidebarCollapseButton-647d2c50.js → OrSidebarCollapseButton-9d3ff513.js} +1 -1
  242. package/dist/esm/v3/{OrSwitch-0e92c92c.js → OrSwitch-ea2e3508.js} +2 -2
  243. package/dist/esm/v3/{OrTab-d3785ea4.js → OrTab-2206d2dc.js} +1 -1
  244. package/dist/esm/v3/{OrTabs-9949f87b.js → OrTabs-7d1d78f4.js} +3 -3
  245. package/dist/esm/v3/{OrTag-f66c6142.js → OrTag-8210b2e0.js} +3 -7
  246. package/dist/esm/v3/{OrTextarea-42d21f77.js → OrTextarea-f23cfc20.js} +3 -3
  247. package/dist/esm/v3/{OrTooltip-d1b1a4bb.js → OrTooltip-994ba474.js} +3 -1
  248. package/dist/esm/v3/components/index.js +32 -32
  249. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  250. package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -10
  251. package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
  252. package/dist/esm/v3/components/or-confirm-v3/index.js +8 -8
  253. package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
  254. package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
  255. package/dist/esm/v3/components/or-error-v3/index.js +1 -1
  256. package/dist/esm/v3/components/or-fab-v3/index.js +1 -1
  257. package/dist/esm/v3/components/or-hint-v3/index.js +1 -1
  258. package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
  259. package/dist/esm/v3/components/or-inline-input-v3/index.js +5 -5
  260. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +5 -5
  261. package/dist/esm/v3/components/or-input-v3/index.js +6 -6
  262. package/dist/esm/v3/components/or-label-v3/index.js +1 -1
  263. package/dist/esm/v3/components/or-link-v3/index.js +1 -1
  264. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  265. package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
  266. package/dist/esm/v3/components/or-menu-v3/styles.d.ts +0 -1
  267. package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
  268. package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
  269. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  270. package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
  271. package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
  272. package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
  273. package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
  274. package/dist/esm/v3/components/or-search-v3/index.js +7 -7
  275. package/dist/esm/v3/components/or-select-v3/index.js +9 -9
  276. package/dist/esm/v3/components/or-sidebar-v3/index.js +4 -4
  277. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +3 -3
  278. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  279. package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
  280. package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
  281. package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
  282. package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
  283. package/dist/esm/v3/components/or-textarea-v3/index.js +4 -4
  284. package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
  285. package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
  286. package/dist/esm/v3/index.js +32 -32
  287. package/dist/esm/v3/{types-7d404d5f.js → types-abd5dbc9.js} +1 -1
  288. package/package.json +3 -4
  289. package/src/components/or-button-v3/styles.ts +11 -8
  290. package/src/components/or-card-collection-v3/styles.ts +1 -1
  291. package/src/components/or-checkbox-v3/styles.ts +1 -1
  292. package/src/components/or-confirm-v3/styles.ts +5 -11
  293. package/src/components/or-empty-state-v3/styles.ts +2 -2
  294. package/src/components/or-error-tag-v3/OrErrorTag.vue +1 -1
  295. package/src/components/or-error-tag-v3/styles.ts +0 -3
  296. package/src/components/or-error-v3/styles.ts +1 -4
  297. package/src/components/or-fab-v3/styles.ts +3 -3
  298. package/src/components/or-hint-v3/styles.ts +1 -4
  299. package/src/components/or-icon-button-v3/styles.ts +1 -1
  300. package/src/components/or-inline-input-v3/styles.ts +1 -1
  301. package/src/components/or-inline-textarea-v3/styles.ts +1 -1
  302. package/src/components/or-input-v3/OrInput.vue +1 -1
  303. package/src/components/or-label-v3/styles.ts +1 -1
  304. package/src/components/or-link-v3/styles.ts +4 -2
  305. package/src/components/or-menu-v3/OrMenu.vue +22 -26
  306. package/src/components/or-menu-v3/styles.ts +0 -5
  307. package/src/components/or-pagination-v3/OrPagination.vue +89 -42
  308. package/src/components/or-pagination-v3/styles.ts +1 -1
  309. package/src/components/or-progress-v3/styles.ts +4 -4
  310. package/src/components/or-radio-v3/styles.ts +1 -1
  311. package/src/components/or-select-v3/OrSelect.vue +1 -1
  312. package/src/components/or-sidebar-v3/styles.ts +2 -2
  313. package/src/components/or-switch-v3/styles.ts +1 -1
  314. package/src/components/or-tab-v3/styles.ts +1 -1
  315. package/src/components/or-tabs-v3/styles.ts +2 -2
  316. package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
  317. package/src/components/or-tag-v3/OrTag.vue +1 -1
  318. package/src/components/or-tag-v3/styles.ts +0 -10
  319. package/src/components/or-tooltip-v3/styles.ts +4 -1
  320. package/dist/bundled/v2/{OrFab-a2e49eaa.js → OrFab-85bd9427.js} +2 -2
  321. package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-8f76f6b1.js → OrFab.vue_vue_type_script_lang-a4e3eef8.js} +2 -2
  322. package/dist/esm/v2/{OrFab-d5a37b22.js → OrFab-f71daa4f.js} +2 -2
  323. package/dist/esm/v3/{OrFab-588291bf.js → OrFab-6266b4de.js} +2 -2
@@ -1,6 +1,8 @@
1
1
  import { PropType } from 'vue-demi';
2
2
  import { PaginationModel } from './types';
3
3
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
4
+ isDesktop: import("@vue/composition-api").Ref<boolean>;
5
+ isMobile: import("@vue/composition-api").Ref<boolean>;
4
6
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
5
7
  limitButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
6
8
  [x: string]: ((...args: any[]) => any) | null;
@@ -61,6 +63,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
61
63
  } & {} & {
62
64
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
63
65
  }, import("@vue/composition-api").ShallowUnwrapRef<{
66
+ isDesktop: import("@vue/composition-api").Ref<boolean>;
67
+ isMobile: import("@vue/composition-api").Ref<boolean>;
64
68
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
65
69
  limitButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
66
70
  [x: string]: ((...args: any[]) => any) | null;
@@ -1,16 +1,16 @@
1
- export { _ as OrPaginationV3 } from '../../OrPagination-c27faf97.js';
1
+ export { _ as OrPaginationV3 } from '../../OrPagination-f5f96207.js';
2
2
  import 'vue-demi';
3
- import '../../OrButton-49f7f20b.js';
3
+ import '@vueuse/core';
4
+ import '../../useResponsive-a02e95b7.js';
5
+ import '../../OrButton-1ed57b07.js';
4
6
  import '../../OrLoader-8f1f3af1.js';
5
7
  import '../../normalize-component-6e8e3d80.js';
6
8
  import '../../OrIcon-c434985a.js';
7
9
  import '../../OrMenuItem-4f810513.js';
8
- import '../../OrMenu-1adef5df.js';
10
+ import '../../OrMenu-d69468a0.js';
9
11
  import '../../OrPopover-b3746279.js';
10
12
  import '@floating-ui/dom';
11
- import '@vueuse/core';
12
13
  import '../../useElevation-92fce12c.js';
13
- import '../../useResponsive-a02e95b7.js';
14
14
  import '../../OrBottomSheet-c9bfe63f.js';
15
15
  import '../../OrOverlay-2ded265b.js';
16
16
  import '../../OrTeleport.vue2-fb92f29f.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress-b7d1c689.js';
1
+ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress-9fc95bd7.js';
2
2
  import '@vueuse/core';
3
3
  import 'lodash';
4
4
  import 'vue-demi';
@@ -1,4 +1,4 @@
1
- import { ProgressType, ProgressColor } from './props';
1
+ import { ProgressColor, ProgressType } from './props';
2
2
  export declare const ProgressRoot: string[];
3
3
  export declare const ProgressRootTypes: Record<ProgressType, string[]>;
4
4
  export declare const ProgressHeader: string[];
@@ -1,7 +1,7 @@
1
- export { _ as OrRadioV3 } from '../../OrRadio-06a54f1e.js';
1
+ export { _ as OrRadioV3 } from '../../OrRadio-ffd31026.js';
2
2
  import 'vue-demi';
3
3
  import '../../useIdAttribute-859439f0.js';
4
4
  import '@vueuse/core';
5
- import '../../OrLabel-0945a4d9.js';
5
+ import '../../OrLabel-49398089.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
7
  import '../../style-inject.es-4c6f2515.js';
@@ -1,17 +1,17 @@
1
- export { _ as OrSearchV3 } from '../../OrSearch-09e7d4dc.js';
1
+ export { _ as OrSearchV3 } from '../../OrSearch-5e957826.js';
2
2
  export { a as SearchSize } from '../../OrInputBox-53d1f66d.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
- import '../../OrInput-1ddf99ba.js';
5
+ import '../../OrInput-ed237d75.js';
6
6
  import '../../useIdAttribute-859439f0.js';
7
7
  import '../../useResponsive-a02e95b7.js';
8
8
  import '../../useValidationAttributes-d1abbe34.js';
9
- import '../../OrError-13845bb0.js';
9
+ import '../../OrError-9e7976ef.js';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
- import '../../OrHint-78b399cb.js';
12
- import '../../OrIconButton-140f940e.js';
11
+ import '../../OrHint-272790e7.js';
12
+ import '../../OrIconButton-04428fa2.js';
13
13
  import '../../OrIcon-c434985a.js';
14
- import '../../OrTooltip-34d2e01f.js';
14
+ import '../../OrTooltip-040f64f5.js';
15
15
  import '../../OrPopover-b3746279.js';
16
16
  import '@floating-ui/dom';
17
17
  import '../../useElevation-92fce12c.js';
@@ -19,6 +19,6 @@ import '../../OrBottomSheet-c9bfe63f.js';
19
19
  import '../../OrOverlay-2ded265b.js';
20
20
  import '../../OrTeleport.vue2-fb92f29f.js';
21
21
  import 'portal-vue';
22
- import '../../OrLabel-0945a4d9.js';
22
+ import '../../OrLabel-49398089.js';
23
23
  import '../../OrLoader-8f1f3af1.js';
24
24
  import '../../style-inject.es-4c6f2515.js';
@@ -1,23 +1,23 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-d991fe95.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-83002f91.js';
2
2
  export { a as SelectSize } from '../../OrInputBox-53d1f66d.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-0d314aa4.js';
5
5
  import '../../useOverflow-af6161c8.js';
6
6
  import '@vueuse/core';
7
- import '../../OrCheckbox-aa9ca791.js';
7
+ import '../../OrCheckbox-ac3cc642.js';
8
8
  import '../../useIdAttribute-859439f0.js';
9
- import '../../OrLabel-0945a4d9.js';
9
+ import '../../OrLabel-49398089.js';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
11
  import '../../style-inject.es-4c6f2515.js';
12
- import '../../OrError-13845bb0.js';
12
+ import '../../OrError-9e7976ef.js';
13
13
  import '../../OrExpansionPanel-0a12d957.js';
14
14
  import '../../OrIcon-c434985a.js';
15
- import '../../OrHint-78b399cb.js';
16
- import '../../OrInput-1ddf99ba.js';
15
+ import '../../OrHint-272790e7.js';
16
+ import '../../OrInput-ed237d75.js';
17
17
  import '../../useResponsive-a02e95b7.js';
18
18
  import '../../useValidationAttributes-d1abbe34.js';
19
- import '../../OrIconButton-140f940e.js';
20
- import '../../OrTooltip-34d2e01f.js';
19
+ import '../../OrIconButton-04428fa2.js';
20
+ import '../../OrTooltip-040f64f5.js';
21
21
  import '../../OrPopover-b3746279.js';
22
22
  import '@floating-ui/dom';
23
23
  import '../../useElevation-92fce12c.js';
@@ -27,4 +27,4 @@ import '../../OrTeleport.vue2-fb92f29f.js';
27
27
  import 'portal-vue';
28
28
  import '../../OrLoader-8f1f3af1.js';
29
29
  import '../../OrMenuItem-4f810513.js';
30
- import '../../OrTag-1ed1265c.js';
30
+ import '../../OrTag-6e70b04b.js';
@@ -1,12 +1,12 @@
1
- export { _ as OrSidebarV3 } from '../../OrSidebar-6b246de1.js';
2
- export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-9178923e.js';
1
+ export { _ as OrSidebarV3 } from '../../OrSidebar-070e5793.js';
2
+ export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-42a5856c.js';
3
3
  import '@vueuse/core';
4
4
  import 'lodash';
5
5
  import 'vue-demi';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
- import '../../OrIconButton-140f940e.js';
7
+ import '../../OrIconButton-04428fa2.js';
8
8
  import '../../OrIcon-c434985a.js';
9
- import '../../OrTooltip-34d2e01f.js';
9
+ import '../../OrTooltip-040f64f5.js';
10
10
  import '../../OrPopover-b3746279.js';
11
11
  import '@floating-ui/dom';
12
12
  import '../../useElevation-92fce12c.js';
@@ -1,10 +1,10 @@
1
- export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-9178923e.js';
1
+ export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-42a5856c.js';
2
2
  import 'lodash';
3
3
  import 'vue-demi';
4
- import '../../../OrIconButton-140f940e.js';
4
+ import '../../../OrIconButton-04428fa2.js';
5
5
  import '../../../OrIcon-c434985a.js';
6
6
  import '../../../normalize-component-6e8e3d80.js';
7
- import '../../../OrTooltip-34d2e01f.js';
7
+ import '../../../OrTooltip-040f64f5.js';
8
8
  import '@vueuse/core';
9
9
  import '../../../OrPopover-b3746279.js';
10
10
  import '@floating-ui/dom';
@@ -1,10 +1,10 @@
1
- export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-9178923e.js';
1
+ export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-42a5856c.js';
2
2
  import 'lodash';
3
3
  import 'vue-demi';
4
- import '../../../../OrIconButton-140f940e.js';
4
+ import '../../../../OrIconButton-04428fa2.js';
5
5
  import '../../../../OrIcon-c434985a.js';
6
6
  import '../../../../normalize-component-6e8e3d80.js';
7
- import '../../../../OrTooltip-34d2e01f.js';
7
+ import '../../../../OrTooltip-040f64f5.js';
8
8
  import '@vueuse/core';
9
9
  import '../../../../OrPopover-b3746279.js';
10
10
  import '@floating-ui/dom';
@@ -1,8 +1,8 @@
1
- export { _ as OrSwitchV3 } from '../../OrSwitch-1bd5b4d1.js';
1
+ export { _ as OrSwitchV3 } from '../../OrSwitch-7653f71e.js';
2
2
  import 'vue-demi';
3
3
  import '../../useIdAttribute-859439f0.js';
4
4
  import '@vueuse/core';
5
- import '../../OrLabel-0945a4d9.js';
5
+ import '../../OrLabel-49398089.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
7
  import '../../OrLoader-8f1f3af1.js';
8
8
  import '../../style-inject.es-4c6f2515.js';
@@ -1,3 +1,3 @@
1
- export { _ as OrTabV3 } from '../../OrTab-1ff87c76.js';
1
+ export { _ as OrTabV3 } from '../../OrTab-8e1e3751.js';
2
2
  import 'vue-demi';
3
3
  import '../../normalize-component-6e8e3d80.js';
@@ -1,10 +1,10 @@
1
- export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-6d7d9d7e.js';
1
+ export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-6e0ae5a8.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import '../../OrIcon-c434985a.js';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
6
  import '../../OrMenuItem-4f810513.js';
7
- import '../../OrMenu-1adef5df.js';
7
+ import '../../OrMenu-d69468a0.js';
8
8
  import '../../OrPopover-b3746279.js';
9
9
  import '@floating-ui/dom';
10
10
  import '../../useElevation-92fce12c.js';
@@ -13,4 +13,4 @@ import '../../OrBottomSheet-c9bfe63f.js';
13
13
  import '../../OrOverlay-2ded265b.js';
14
14
  import '../../OrTeleport.vue2-fb92f29f.js';
15
15
  import 'portal-vue';
16
- import '../../OrTab-1ff87c76.js';
16
+ import '../../OrTab-8e1e3751.js';
@@ -1,9 +1,9 @@
1
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-1ed1265c.js';
1
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-6e70b04b.js';
2
2
  import 'vue-demi';
3
- import '../../OrIconButton-140f940e.js';
3
+ import '../../OrIconButton-04428fa2.js';
4
4
  import '../../OrIcon-c434985a.js';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
- import '../../OrTooltip-34d2e01f.js';
6
+ import '../../OrTooltip-040f64f5.js';
7
7
  import '@vueuse/core';
8
8
  import '../../OrPopover-b3746279.js';
9
9
  import '@floating-ui/dom';
@@ -1,11 +1,11 @@
1
- export { _ as OrTextareaV3 } from '../../OrTextarea-0a64f718.js';
1
+ export { _ as OrTextareaV3 } from '../../OrTextarea-6604925a.js';
2
2
  export { a as TextareaSize } from '../../OrInputBox-53d1f66d.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
5
5
  import '@vueuse/core';
6
6
  import '../../useValidationAttributes-d1abbe34.js';
7
- import '../../OrError-13845bb0.js';
7
+ import '../../OrError-9e7976ef.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
- import '../../OrHint-78b399cb.js';
10
- import '../../OrLabel-0945a4d9.js';
9
+ import '../../OrHint-272790e7.js';
10
+ import '../../OrLabel-49398089.js';
11
11
  import '../../style-inject.es-4c6f2515.js';
@@ -1,13 +1,13 @@
1
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-98d95522.js';
1
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-9360c2b4.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-0665462d.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
5
  import '../../OrTeleport.vue2-fb92f29f.js';
6
6
  import 'portal-vue';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrIconButton-140f940e.js';
8
+ import '../../OrIconButton-04428fa2.js';
9
9
  import '../../OrIcon-c434985a.js';
10
- import '../../OrTooltip-34d2e01f.js';
10
+ import '../../OrTooltip-040f64f5.js';
11
11
  import '../../OrPopover-b3746279.js';
12
12
  import '@floating-ui/dom';
13
13
  import '../../useElevation-92fce12c.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrTooltipV3 } from '../../OrTooltip-34d2e01f.js';
1
+ export { _ as OrTooltipV3 } from '../../OrTooltip-040f64f5.js';
2
2
  export { P as TooltipPlacement } from '../../OrPopover-b3746279.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
@@ -5,101 +5,101 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
5
5
  export { _ as OrButtonV2 } from './OrButton-b573f00b.js';
6
6
  export { _ as OrIconButton } from './OrIconButton-5ad496fb.js';
7
7
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from './OrIconButton.vue_rollup-plugin-vue_styles.0-41affa9b.js';
8
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-49f7f20b.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-1ed57b07.js';
9
9
  export { _ as OrCard } from './OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-e81cede5.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-f8b71fc6.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-1a2e0ce3.js';
12
12
  export { _ as OrCardV3 } from './OrCard-e89c44ef.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-b2ab81d9.js';
14
14
  export { _ as OrCheckbox } from './OrCheckbox-8ee37e4d.js';
15
- export { _ as OrCheckboxV3 } from './OrCheckbox-aa9ca791.js';
15
+ export { _ as OrCheckboxV3 } from './OrCheckbox-ac3cc642.js';
16
16
  export { _ as OrChip } from './OrChips.vue_rollup-plugin-vue_styles.0-ebb4a1f0.js';
17
17
  export { _ as OrChips } from './OrChips-b84495ca.js';
18
18
  export { _ as OrCode, O as OrCodeLanguages } from './OrCode-bb5da880.js';
19
19
  export { _ as OrCollapse } from './OrCollapse-b6ab5b38.js';
20
20
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-6d3066b0.js';
21
21
  export { _ as OrConfirm } from './OrConfirm-b6ef7bdf.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-15e27711.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-63302682.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-d8cb0e8d.js';
24
24
  export { _ as OrError } from './OrError-efc74907.js';
25
- export { _ as OrErrorTagV3 } from './OrErrorTag-7cd5dc68.js';
26
- export { _ as OrErrorV3 } from './OrError-13845bb0.js';
27
- export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2481f13f.js';
25
+ export { _ as OrErrorTagV3 } from './OrErrorTag-32ba5c0c.js';
26
+ export { _ as OrErrorV3 } from './OrError-9e7976ef.js';
27
+ export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-ab1a044d.js';
28
28
  export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-0a12d957.js';
29
- export { F as FabColor, _ as OrFabV3 } from './OrFab-d5a37b22.js';
29
+ export { F as FabColor, _ as OrFabV3 } from './OrFab-f71daa4f.js';
30
30
  export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-4ae27919.js';
31
31
  export { _ as OrHint } from './OrHint-fe65fbe6.js';
32
- export { _ as OrHintV3 } from './OrHint-78b399cb.js';
32
+ export { _ as OrHintV3 } from './OrHint-272790e7.js';
33
33
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-1a248705.js';
34
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-140f940e.js';
34
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-04428fa2.js';
35
35
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-c434985a.js';
36
36
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-46146af0.js';
37
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-3b1afd44.js';
37
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-20b81d46.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-74609a01.js';
39
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-8990fc61.js';
39
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-9fe1cb87.js';
40
40
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-53d1f66d.js';
41
- export { I as InputType, _ as OrInputV3 } from './OrInput-1ddf99ba.js';
41
+ export { I as InputType, _ as OrInputV3 } from './OrInput-ed237d75.js';
42
42
  export { _ as OrInput } from './OrInput-1f75ca3e.js';
43
43
  export { _ as OrLabel } from './OrLabel-931394a5.js';
44
- export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-0945a4d9.js';
45
- export { L as LinkColor, _ as OrLinkV3 } from './OrLink-597e0e18.js';
44
+ export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-49398089.js';
45
+ export { L as LinkColor, _ as OrLinkV3 } from './OrLink-17b4b974.js';
46
46
  export { _ as OrList } from './OrList-98e90b2a.js';
47
47
  export { _ as OrListOfInputs } from './OrListOfInputs-19ab21a9.js';
48
48
  export { L as LoaderViews, _ as OrLoader } from './OrLoader-212ef381.js';
49
49
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-8f1f3af1.js';
50
50
  export { _ as OrMenuItemV3 } from './OrMenuItem-4f810513.js';
51
- export { _ as OrMenuV3 } from './OrMenu-1adef5df.js';
51
+ export { _ as OrMenuV3 } from './OrMenu-d69468a0.js';
52
52
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-b3746279.js';
53
53
  export { _ as OrModal, O as OrModalSizes } from './OrModal-00808e43.js';
54
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-a938e31b.js';
54
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-1aecf496.js';
55
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-453fff8c.js';
56
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-e8c1df46.js';
56
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-deafecdc.js';
57
57
  export { _ as OrNumberInput } from './OrNumberInput-a864b102.js';
58
58
  export { _ as OrOverflowMenu } from './OrOverflowMenu-a934294f.js';
59
59
  export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
60
60
  export { _ as OrOverlayV3 } from './OrOverlay-2ded265b.js';
61
61
  export { _ as OrPassword } from './OrPassword-cf953a84.js';
62
- export { _ as OrPaginationV3 } from './OrPagination-c27faf97.js';
62
+ export { _ as OrPaginationV3 } from './OrPagination-f5f96207.js';
63
63
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-e6f20dc1.js';
64
- export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-b7d1c689.js';
64
+ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-9fc95bd7.js';
65
65
  export { _ as OrRadio } from './OrRadio-514e8de8.js';
66
66
  export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
67
- export { _ as OrRadioV3 } from './OrRadio-06a54f1e.js';
67
+ export { _ as OrRadioV3 } from './OrRadio-ffd31026.js';
68
68
  export { _ as OrSearch } from './OrSearch-709d1c90.js';
69
- export { _ as OrSearchV3 } from './OrSearch-09e7d4dc.js';
69
+ export { _ as OrSearchV3 } from './OrSearch-5e957826.js';
70
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-7486115b.js';
71
71
  export { _ as OrSelect } from './OrSelect-2898b47a.js';
72
- export { _ as OrSelectV3 } from './OrSelect-d991fe95.js';
72
+ export { _ as OrSelectV3 } from './OrSelect-83002f91.js';
73
73
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
74
- export { _ as OrSidebarV3 } from './OrSidebar-6b246de1.js';
75
- export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-9178923e.js';
74
+ export { _ as OrSidebarV3 } from './OrSidebar-070e5793.js';
75
+ export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-42a5856c.js';
76
76
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
77
77
  export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from './OrSkeletonText-6ee72718.js';
78
78
  export { _ as OrSlider } from './OrSlider-56adea04.js';
79
79
  export { _ as OrSortHeaderV3 } from './OrSortHeader-ffe6bc57.js';
80
80
  export { _ as OrStepper } from './OrStepper-bd96bfad.js';
81
81
  export { _ as OrSwitch } from './OrSwitch-cd24ee40.js';
82
- export { _ as OrSwitchV3 } from './OrSwitch-1bd5b4d1.js';
82
+ export { _ as OrSwitchV3 } from './OrSwitch-7653f71e.js';
83
83
  export { _ as OrTab } from './OrTab-8dfdeca0.js';
84
84
  export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
85
- export { _ as OrTabV3 } from './OrTab-1ff87c76.js';
85
+ export { _ as OrTabV3 } from './OrTab-8e1e3751.js';
86
86
  export { _ as OrTabs } from './OrTabs-12138346.js';
87
- export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-6d7d9d7e.js';
87
+ export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-6e0ae5a8.js';
88
88
  export { _ as OrTag } from './OrTag-c09e03c1.js';
89
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-1ed1265c.js';
89
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-6e70b04b.js';
90
90
  export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
91
91
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
92
92
  export { _ as OrTextV3 } from './OrText-91d662a0.js';
93
93
  export { _ as OrTextarea } from './OrTextarea-43df1192.js';
94
- export { _ as OrTextareaV3 } from './OrTextarea-0a64f718.js';
94
+ export { _ as OrTextareaV3 } from './OrTextarea-6604925a.js';
95
95
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-5233e57c.js';
96
96
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-deeabf5b.js';
97
97
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
98
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-98d95522.js';
98
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-9360c2b4.js';
99
99
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
100
100
  export { _ as OrTooltip } from './OrTooltip-1e840f4d.js';
101
101
  export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-1d913678.js';
102
- export { _ as OrTooltipV3 } from './OrTooltip-34d2e01f.js';
102
+ export { _ as OrTooltipV3 } from './OrTooltip-040f64f5.js';
103
103
  export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-0d314aa4.js';
104
104
  export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
105
105
  export { u as useElevation } from './useElevation-92fce12c.js';
@@ -2,7 +2,7 @@ import { useToggle } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from 'vue-demi';
3
3
  import { _ as __vue_component__$4 } from './OrTeleport.vue2-fb92f29f.js';
4
4
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-0665462d.js';
5
- import { _ as __vue_component__$2 } from './OrIconButton-140f940e.js';
5
+ import { _ as __vue_component__$2 } from './OrIconButton-04428fa2.js';
6
6
  import { _ as __vue_component__$3 } from './OrLoader-8f1f3af1.js';
7
7
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -27,29 +27,31 @@ const ButtonRoot = [
27
27
  'layout-inline-row justify-center',
28
28
  // Shape
29
29
  'rounded-md',
30
- // Sizing
31
- 'min-w-[96px]',
32
30
  // Interactivity
33
31
  'interactivity-auto',
34
32
  // Typography
35
33
  'typography-button'];
36
34
  const ButtonRootVariants = {
37
35
  'contained': [
36
+ // Box
37
+ 'min-w-[96px]',
38
38
  // Spacing
39
39
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm',
40
40
  // Theme
41
41
  'enabled:shadow-button', 'dark:enabled:shadow-button-dark'],
42
42
  'outlined': [
43
+ // Box
44
+ 'min-w-[96px]',
43
45
  // Spacing
44
46
  'px-md* md:px-md*', 'py-sm+* md:py-sm*', 'gap-sm+ md:gap-sm'],
45
47
  'text': [
48
+ // Box
49
+ 'min-w-[96px]',
46
50
  // Spacing
47
51
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
48
52
  'link': [
49
53
  // Spacing
50
- 'gap-sm md:gap-xs',
51
- // Sizing
52
- 'min-w-[auto]']
54
+ 'gap-xs']
53
55
  };
54
56
  const ButtonRootColors = {
55
57
  'primary-contained': [
@@ -81,7 +83,7 @@ const ButtonRootColors = {
81
83
  'theme-preset-4-error', 'dark:theme-preset-4-error-dark'],
82
84
  'inherit-link': [
83
85
  // Theme
84
- 'theme-foreground-inherit', 'dark:theme-foreground-inherit',
86
+ 'theme-foreground-inherit', 'dark:theme-foreground-inherit-dark',
85
87
  // Theme (activated)
86
88
  'activated:theme-foreground-default', 'dark:activated:theme-foreground-default-dark']
87
89
  };
@@ -1,11 +1,11 @@
1
1
  import { defineComponent, computed, ref, watch } from 'vue-demi';
2
- import { s as script$3 } from './OrButton-eab948fb.js';
3
- import { s as script$2 } from './OrIconButton-2a9a6627.js';
2
+ import { s as script$3 } from './OrButton-2f9ec31b.js';
3
+ import { s as script$2 } from './OrIconButton-907b8739.js';
4
4
  import { s as script$6 } from './OrIcon-ea40e58c.js';
5
5
  import { s as script$5 } from './OrMenuItem-de91aded.js';
6
- import { s as script$4 } from './OrMenu-345930d5.js';
6
+ import { s as script$4 } from './OrMenu-2dc149ba.js';
7
7
  import './OrPopover-464a5606.js';
8
- import { s as script$7 } from './OrSearch-e1cc559b.js';
8
+ import { s as script$7 } from './OrSearch-d73d8b1f.js';
9
9
  import './OrInputBox-2467d7e4.js';
10
10
  import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createVNode, withCtx, createBlock, createCommentVNode, normalizeProps, guardReactiveProps } from 'vue';
11
11
 
@@ -23,7 +23,7 @@ const CardCollectionToolbar = [
23
23
  'theme-foreground-default', 'dark:theme-foreground-default-dark'];
24
24
  const CardCollectionToolbarPanel = [
25
25
  // Layout
26
- 'layout-row',
26
+ 'layout-inline-row',
27
27
  // Spacing
28
28
  'gap-lg+'];
29
29
  const CardCollectionContent = [
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, reactive } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
- import { s as script$1, L as LabelVariant } from './OrLabel-f700f9fb.js';
4
+ import { s as script$1, L as LabelVariant } from './OrLabel-5a2f55fd.js';
5
5
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, withDirectives, createElementVNode, mergeProps, vModelDynamic, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
6
6
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
7
7
 
@@ -12,7 +12,7 @@ const CheckboxRoot = [
12
12
  'gap-sm+ md:gap-sm'];
13
13
  const CheckboxControl = [
14
14
  // Layout
15
- 'layout-row justify-center',
15
+ 'layout-inline-row justify-center',
16
16
  // Box
17
17
  'w-md+ md:w-md', 'h-md+ md:h-md',
18
18
  // Shape
@@ -1,8 +1,8 @@
1
1
  import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { logicAnd } from '@vueuse/math';
3
3
  import { defineComponent, ref, computed, watch } from 'vue-demi';
4
- import { s as script$2, a as ButtonColor } from './OrButton-eab948fb.js';
5
- import { s as script$3 } from './OrInput-0c07888f.js';
4
+ import { s as script$2, a as ButtonColor } from './OrButton-2f9ec31b.js';
5
+ import { s as script$3 } from './OrInput-feb14fac.js';
6
6
  import { s as script$1 } from './OrOverlay-55f6cf9c.js';
7
7
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
8
8
 
@@ -31,7 +31,7 @@ const ConfirmRoot = [
31
31
  'shadow-modal', 'dark:shadow-modal-dark'];
32
32
  const ConfirmHeader = [
33
33
  // Layout
34
- 'flex', 'items-center', 'justify-between',
34
+ 'layout-row justify-between',
35
35
  // Typography
36
36
  'typography-headline-3'];
37
37
  const ConfirmInput = [
@@ -40,21 +40,19 @@ const ConfirmInput = [
40
40
  // Spacing
41
41
  'mt-md'];
42
42
  const ConfirmFooter = [
43
- // Layout
44
- 'flex', 'items-center', 'justify-between',
45
43
  // Spacing
46
44
  'gap-md'];
47
45
  const ConfirmFooterTypes = {
48
46
  [ConfirmType.C]: [
49
47
  // Layout
50
- 'flex-row'],
48
+ 'layout-row'],
51
49
  [ConfirmType.D]: [
52
50
  // Layout
53
- 'flex-row-reverse']
51
+ 'layout-row-reverse']
54
52
  };
55
53
  const ConfirmFooterButtons = [
56
54
  // Layout
57
- 'grow',
55
+ '!grow',
58
56
  // Box
59
57
  'w-auto md:w-[128px]'];
60
58
 
@@ -12,10 +12,10 @@ const EmptyStateRoot = [
12
12
  'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
13
13
  // Box
14
14
  'w-full',
15
- // Sizing
15
+ // Spacing
16
16
  'gap-sm'];
17
17
  const EmptyStateImage = [
18
- // Sizing
18
+ // Spacing
19
19
  'mb-sm'];
20
20
  const EmptyStateImageSizes = {
21
21
  [EmptyStateSize.L]: [
@@ -11,13 +11,11 @@ const ErrorRoot = [
11
11
  // Theme
12
12
  'theme-foreground-error', 'dark:theme-foreground-error-dark'];
13
13
  const ErrorText = [
14
- // Layout
15
- 'grow',
16
14
  // Interactivity
17
15
  'interactivity-none'];
18
16
  const ErrorAddon = [
19
17
  // Layout
20
- 'layout-row empty:hidden',
18
+ 'layout-inline-row empty:hidden',
21
19
  // Typography
22
20
  'whitespace-nowrap'];
23
21
 
@@ -5,8 +5,6 @@ import { resolveComponent, openBlock, createElementBlock, normalizeClass, create
5
5
  const ErrorTagRoot = [
6
6
  // Layout
7
7
  'layout-inline-row',
8
- // Box
9
- 'max-w-fit',
10
8
  // Shape
11
9
  'rounded-full',
12
10
  // Spacing
@@ -37,7 +35,7 @@ var script = defineComponent({
37
35
  });
38
36
 
39
37
  const _hoisted_1 = {
40
- class: /*#__PURE__*/normalizeClass(['layout-row', 'm-[-4px] md:m-[-2px]'])
38
+ class: /*#__PURE__*/normalizeClass(['layout-inline-row', 'm-[-4px] md:m-[-2px]'])
41
39
  };
42
40
  function render(_ctx, _cache, $props, $setup, $data, $options) {
43
41
  const _component_OrIcon = resolveComponent("OrIcon");