@onereach/ui-components 2.75.2-beta.2390.0 → 2.75.2-beta.2392.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 (386) hide show
  1. package/dist/bundled/v2/{OrButton-0242b4c0.js → OrButton-304116b7.js} +8 -6
  2. package/dist/bundled/v2/{OrCardCollection-e3986f07.js → OrCardCollection-edfc29b5.js} +5 -5
  3. package/dist/bundled/v2/{OrCheckbox-384760cb.js → OrCheckbox-aac23c1e.js} +2 -2
  4. package/dist/bundled/v2/{OrConfirm-498fa802.js → OrConfirm-e105dd13.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-deec1d4d.js → OrIconButton-4734d7be.js} +2 -2
  10. package/dist/bundled/v2/{OrInlineInput-5f0b99f9.js → OrInlineInput-09e0f70e.js} +15 -29
  11. package/dist/bundled/v2/{OrInlineTextarea-975b8706.js → OrInlineTextarea-ebea7861.js} +15 -29
  12. package/dist/bundled/v2/{OrInput-822eb9f5.js → OrInput-e1e402a5.js} +17 -32
  13. package/dist/bundled/v2/{OrInputBox-9a31d211.js → OrInputBox-e54dcef9.js} +12 -2
  14. package/dist/bundled/v2/{OrLabel-aff09c39.js → OrLabel-c44e9f7d.js} +1 -1
  15. package/dist/bundled/v2/{OrLink-0d952e87.js → OrLink-a7b23576.js} +6 -2
  16. package/dist/bundled/v2/{OrMenu-82c77b2c.js → OrMenu-ef3406b1.js} +10 -15
  17. package/dist/bundled/v2/{OrModal-d845da2d.js → OrModal-03f89deb.js} +1 -1
  18. package/dist/bundled/v2/{OrNotification-e102f0d7.js → OrNotification-3b01294e.js} +1 -1
  19. package/dist/bundled/v2/{OrPagination-166592a5.js → OrPagination-7de5298c.js} +62 -24
  20. package/dist/bundled/v2/{OrProgress-01123d1f.js → OrProgress-d1ad4637.js} +3 -3
  21. package/dist/bundled/v2/{OrRadio-2d05cea7.js → OrRadio-cf867aeb.js} +2 -2
  22. package/dist/bundled/v2/{OrSearch-f9d46a70.js → OrSearch-6385e22f.js} +2 -2
  23. package/dist/bundled/v2/{OrSelect-0c0c01d4.js → OrSelect-369fc98e.js} +16 -33
  24. package/dist/bundled/v2/{OrSidebar-5ddf0e24.js → OrSidebar-49886551.js} +3 -3
  25. package/dist/bundled/v2/{OrSidebarCollapseButton-d6ebc2aa.js → OrSidebarCollapseButton-bccb6427.js} +1 -1
  26. package/dist/bundled/v2/{OrSwitch-aa0da6b9.js → OrSwitch-644a0729.js} +2 -2
  27. package/dist/bundled/v2/{OrTab-8c5acf8a.js → OrTab-39162e26.js} +1 -1
  28. package/dist/bundled/v2/{OrTabs-ff22ddce.js → OrTabs-78160924.js} +3 -3
  29. package/dist/bundled/v2/{OrTag-dee4c7e4.js → OrTag-f9430b52.js} +3 -7
  30. package/dist/bundled/v2/{OrTextarea-c56f19db.js → OrTextarea-c2ac90b2.js} +15 -30
  31. package/dist/bundled/v2/{OrTooltip-87c2e375.js → OrTooltip-6dceb10b.js} +1 -1
  32. package/dist/bundled/v2/components/index.js +33 -34
  33. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  34. package/dist/bundled/v2/components/or-card-collection-v3/index.js +11 -12
  35. package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
  36. package/dist/bundled/v2/components/or-confirm-v3/index.js +9 -10
  37. package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
  38. package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
  39. package/dist/bundled/v2/components/or-error-v3/index.js +1 -1
  40. package/dist/bundled/v2/components/or-fab-v3/index.js +1 -1
  41. package/dist/bundled/v2/components/or-hint-v3/index.js +1 -1
  42. package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
  43. package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +7 -5
  44. package/dist/bundled/v2/components/or-inline-input-v3/index.js +5 -5
  45. package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +7 -5
  46. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +5 -5
  47. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -2
  48. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +7 -5
  49. package/dist/bundled/v2/components/or-input-v3/index.js +7 -8
  50. package/dist/bundled/v2/components/or-label-v3/index.js +1 -1
  51. package/dist/bundled/v2/components/or-link-v3/index.js +1 -1
  52. package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  53. package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
  54. package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +0 -1
  55. package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
  56. package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
  57. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  58. package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
  59. package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
  60. package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
  61. package/dist/bundled/v2/components/or-radio-v3/index.js +2 -2
  62. package/dist/bundled/v2/components/or-search-v3/index.js +8 -9
  63. package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +7 -5
  64. package/dist/bundled/v2/components/or-select-v3/index.js +10 -11
  65. package/dist/bundled/v2/components/or-sidebar-v3/index.js +4 -4
  66. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +3 -3
  67. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  68. package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
  69. package/dist/bundled/v2/components/or-tab-v3/index.js +1 -1
  70. package/dist/bundled/v2/components/or-tabs-v3/index.js +3 -3
  71. package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
  72. package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +7 -5
  73. package/dist/bundled/v2/components/or-textarea-v3/index.js +5 -6
  74. package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
  75. package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
  76. package/dist/bundled/v2/index.js +34 -35
  77. package/dist/bundled/v2/{types-e494517f.js → types-1baef7d6.js} +1 -1
  78. package/dist/bundled/v3/{OrButton-452d3149.js → OrButton-3844dcde.js} +1 -1
  79. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-7d4f420c.js → OrButton.vue_vue_type_script_lang-3234f823.js} +8 -6
  80. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f2fdaa33.js → OrCardCollection.vue_vue_type_script_lang-f68e9fa9.js} +8 -8
  81. package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-08f64a02.js → OrCheckbox.vue_vue_type_script_lang-2f40f250.js} +3 -3
  82. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-2bb4e530.js → OrConfirm.vue_vue_type_script_lang-92615ca9.js} +8 -10
  83. package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-da7d6c42.js → OrEmptyState.vue_vue_type_script_lang-8e58c67c.js} +2 -2
  84. package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-53648a65.js → OrError.vue_vue_type_script_lang-c97f9dd7.js} +1 -3
  85. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-bfa4c580.js → OrErrorTag.vue_vue_type_script_lang-e052a480.js} +0 -2
  86. package/dist/bundled/v3/{OrHint-5d5e4d99.js → OrHint-4d1a5982.js} +2 -2
  87. package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-e322f61e.js → OrHint.vue_vue_type_script_lang-3d9a3b91.js} +1 -3
  88. package/dist/bundled/v3/{OrIconButton-8f4c68e9.js → OrIconButton-7e142abb.js} +1 -1
  89. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-8670c49e.js → OrIconButton.vue_vue_type_script_lang-7c2615be.js} +2 -2
  90. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-18853dd7.js → OrInlineInput.vue_vue_type_script_lang-b9be61f1.js} +11 -9
  91. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js → OrInlineTextarea.vue_vue_type_script_lang-f05fdd34.js} +11 -9
  92. package/dist/bundled/v3/{OrInput-13a84d53.js → OrInput-b951e2e1.js} +10 -13
  93. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-09a6138d.js → OrInput.vue_vue_type_script_lang-0b7193c1.js} +14 -13
  94. package/dist/bundled/v3/{OrInputBox-44f37541.js → OrInputBox-358d4856.js} +1 -1
  95. package/dist/{esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js} +1 -1
  96. package/dist/bundled/v3/{OrLabel-c556887e.js → OrLabel-66e5b331.js} +1 -1
  97. package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-191d2304.js → OrLabel.vue_vue_type_script_lang-563df945.js} +1 -1
  98. package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-05d4897b.js → OrLink.vue_vue_type_script_lang-c08a577b.js} +6 -2
  99. package/dist/bundled/v3/{OrMenu-c982d515.js → OrMenu-8b83138c.js} +9 -10
  100. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-cefb0eca.js → OrMenu.vue_vue_type_script_lang-165f8e69.js} +5 -8
  101. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-3f3ce339.js → OrModal.vue_vue_type_script_lang-f578de92.js} +2 -2
  102. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-7dd0d85f.js → OrNotification.vue_vue_type_script_lang-6462f3c0.js} +2 -2
  103. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-a79c359c.js → OrPagination.vue_vue_type_script_lang-b5b74d1c.js} +37 -20
  104. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-c387db0b.js → OrProgress.vue_vue_type_script_lang-2977ac52.js} +3 -3
  105. package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-5d88f0b4.js → OrRadio.vue_vue_type_script_lang-0732e87f.js} +3 -3
  106. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-9028a3c5.js → OrSearch.vue_vue_type_script_lang-4e35dbea.js} +3 -3
  107. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-30c61027.js → OrSelect.vue_vue_type_script_lang-82c579a4.js} +16 -17
  108. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-4639bf0e.js → OrSidebar.vue_vue_type_script_lang-a91d5474.js} +3 -3
  109. package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-a46ed51a.js → OrSidebarCollapseButton.vue_vue_type_script_lang-fe9a139e.js} +2 -2
  110. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-fd43080e.js → OrSwitch.vue_vue_type_script_lang-8f9398f8.js} +3 -3
  111. package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-f791efa0.js → OrTab.vue_vue_type_script_lang-b2dc97c2.js} +1 -1
  112. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-c8df52e6.js → OrTabs.vue_vue_type_script_lang-b9279206.js} +4 -4
  113. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-b716ad27.js → OrTag.vue_vue_type_script_lang-a03d1c69.js} +3 -7
  114. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-b2899ba6.js → OrTextarea.vue_vue_type_script_lang-7889c03a.js} +12 -11
  115. package/dist/bundled/v3/{OrToastContainer-6a85ebf8.js → OrToastContainer-5017cbf9.js} +1 -1
  116. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-a17ed18c.js → OrTooltip.vue_vue_type_script_lang-a51714f9.js} +1 -1
  117. package/dist/bundled/v3/components/index.js +40 -41
  118. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  119. package/dist/bundled/v3/components/or-card-collection-v3/index.js +18 -19
  120. package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
  121. package/dist/bundled/v3/components/or-confirm-v3/index.js +15 -16
  122. package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
  123. package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
  124. package/dist/bundled/v3/components/or-error-v3/index.js +1 -1
  125. package/dist/bundled/v3/components/or-fab-v3/index.js +1 -1
  126. package/dist/bundled/v3/components/or-hint-v3/index.js +1 -1
  127. package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
  128. package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +7 -5
  129. package/dist/bundled/v3/components/or-inline-input-v3/index.js +7 -7
  130. package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +7 -5
  131. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +7 -7
  132. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -2
  133. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +7 -5
  134. package/dist/bundled/v3/components/or-input-v3/index.js +11 -12
  135. package/dist/bundled/v3/components/or-label-v3/index.js +1 -1
  136. package/dist/bundled/v3/components/or-link-v3/index.js +1 -1
  137. package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  138. package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
  139. package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +0 -1
  140. package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
  141. package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
  142. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  143. package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
  144. package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
  145. package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
  146. package/dist/bundled/v3/components/or-radio-v3/index.js +3 -3
  147. package/dist/bundled/v3/components/or-search-v3/index.js +13 -14
  148. package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +7 -5
  149. package/dist/bundled/v3/components/or-select-v3/index.js +15 -16
  150. package/dist/bundled/v3/components/or-sidebar-v3/index.js +5 -5
  151. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +4 -4
  152. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
  153. package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
  154. package/dist/bundled/v3/components/or-tab-v3/index.js +1 -1
  155. package/dist/bundled/v3/components/or-tabs-v3/index.js +4 -4
  156. package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
  157. package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +7 -5
  158. package/dist/bundled/v3/components/or-textarea-v3/index.js +8 -9
  159. package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
  160. package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
  161. package/dist/bundled/v3/index.js +202 -191
  162. package/dist/bundled/v3/{types-661a05a5.js → types-1d9f9c3f.js} +2 -2
  163. package/dist/esm/v2/{OrButton-c5ec96e7.js → OrButton-eaa2c409.js} +8 -6
  164. package/dist/esm/v2/{OrCardCollection-59455d23.js → OrCardCollection-230b25c0.js} +6 -6
  165. package/dist/esm/v2/{OrCheckbox-49d7d6b1.js → OrCheckbox-ac3cc642.js} +2 -2
  166. package/dist/esm/v2/{OrConfirm-b31e3d3d.js → OrConfirm-4e5c2906.js} +6 -8
  167. package/dist/esm/v2/{OrEmptyState-2481f13f.js → OrEmptyState-ab1a044d.js} +2 -2
  168. package/dist/esm/v2/{OrError-13845bb0.js → OrError-9e7976ef.js} +1 -3
  169. package/dist/esm/v2/{OrErrorTag-7cd5dc68.js → OrErrorTag-32ba5c0c.js} +1 -3
  170. package/dist/esm/v2/{OrHint-78b399cb.js → OrHint-272790e7.js} +1 -3
  171. package/dist/esm/v2/{OrIconButton-fa9bff07.js → OrIconButton-75e7b80c.js} +2 -2
  172. package/dist/esm/v2/{OrInlineInput-36d79e50.js → OrInlineInput-6a3472f3.js} +15 -29
  173. package/dist/esm/v2/{OrInlineTextarea-e2d61e44.js → OrInlineTextarea-2c6f14da.js} +15 -29
  174. package/dist/esm/v2/{OrInput-06003aad.js → OrInput-eb2cf391.js} +17 -32
  175. package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js → esm/v2/OrInputBox-53d1f66d.js} +53 -3
  176. package/dist/esm/v2/{OrLabel-0945a4d9.js → OrLabel-49398089.js} +1 -1
  177. package/dist/esm/v2/{OrLink-597e0e18.js → OrLink-e2fd196e.js} +6 -2
  178. package/dist/esm/v2/{OrMenu-bb6e93bc.js → OrMenu-40013a4a.js} +10 -15
  179. package/dist/esm/v2/{OrModal-370cfc3b.js → OrModal-7e85a919.js} +1 -1
  180. package/dist/esm/v2/{OrNotification-76498693.js → OrNotification-32a7774e.js} +1 -1
  181. package/dist/esm/v2/{OrPagination-a9233838.js → OrPagination-67635368.js} +63 -24
  182. package/dist/esm/v2/{OrProgress-ff999494.js → OrProgress-59293ca5.js} +3 -3
  183. package/dist/esm/v2/{OrRadio-06a54f1e.js → OrRadio-ffd31026.js} +2 -2
  184. package/dist/esm/v2/{OrSearch-44645202.js → OrSearch-7612e05b.js} +2 -2
  185. package/dist/esm/v2/{OrSelect-a51044ed.js → OrSelect-6b2528f2.js} +16 -33
  186. package/dist/esm/v2/{OrSidebar-89711112.js → OrSidebar-5f5a5962.js} +3 -3
  187. package/dist/esm/v2/{OrSidebarCollapseButton-81c77db0.js → OrSidebarCollapseButton-81b32e0d.js} +1 -1
  188. package/dist/esm/v2/{OrSwitch-6129b63d.js → OrSwitch-6309430f.js} +2 -2
  189. package/dist/esm/v2/{OrTab-1ff87c76.js → OrTab-8e1e3751.js} +1 -1
  190. package/dist/esm/v2/{OrTabs-b501239f.js → OrTabs-411fc919.js} +3 -3
  191. package/dist/esm/v2/{OrTag-d559f34c.js → OrTag-7663d423.js} +3 -7
  192. package/dist/esm/v2/{OrTextarea-5fa93c9a.js → OrTextarea-6604925a.js} +15 -30
  193. package/dist/esm/v2/{OrTooltip-d9424f71.js → OrTooltip-5a02f34c.js} +1 -1
  194. package/dist/esm/v2/components/index.js +33 -34
  195. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  196. package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -12
  197. package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
  198. package/dist/esm/v2/components/or-confirm-v3/index.js +9 -10
  199. package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
  200. package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
  201. package/dist/esm/v2/components/or-error-v3/index.js +1 -1
  202. package/dist/esm/v2/components/or-fab-v3/index.js +1 -1
  203. package/dist/esm/v2/components/or-hint-v3/index.js +1 -1
  204. package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
  205. package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +7 -5
  206. package/dist/esm/v2/components/or-inline-input-v3/index.js +5 -5
  207. package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +7 -5
  208. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +5 -5
  209. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -3
  210. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +7 -5
  211. package/dist/esm/v2/components/or-input-v3/index.js +7 -8
  212. package/dist/esm/v2/components/or-label-v3/index.js +1 -1
  213. package/dist/esm/v2/components/or-link-v3/index.js +1 -1
  214. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  215. package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
  216. package/dist/esm/v2/components/or-menu-v3/styles.d.ts +0 -1
  217. package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
  218. package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
  219. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  220. package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
  221. package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
  222. package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
  223. package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
  224. package/dist/esm/v2/components/or-search-v3/index.js +8 -9
  225. package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +7 -5
  226. package/dist/esm/v2/components/or-select-v3/index.js +10 -11
  227. package/dist/esm/v2/components/or-sidebar-v3/index.js +4 -4
  228. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +3 -3
  229. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  230. package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
  231. package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
  232. package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
  233. package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
  234. package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +7 -5
  235. package/dist/esm/v2/components/or-textarea-v3/index.js +5 -6
  236. package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
  237. package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
  238. package/dist/esm/v2/index.js +33 -34
  239. package/dist/esm/v2/{types-e9a54dcf.js → types-a12f6aef.js} +1 -1
  240. package/dist/esm/v3/{OrButton-9f059df6.js → OrButton-769333b2.js} +8 -6
  241. package/dist/esm/v3/{OrCardCollection-5c0d53e0.js → OrCardCollection-18cc099f.js} +5 -5
  242. package/dist/esm/v3/{OrCheckbox-a8388252.js → OrCheckbox-78b08b59.js} +2 -2
  243. package/dist/esm/v3/{OrConfirm-c7304c10.js → OrConfirm-1d16ec0e.js} +6 -8
  244. package/dist/esm/v3/{OrEmptyState-bb8e3145.js → OrEmptyState-cd3a4026.js} +2 -2
  245. package/dist/esm/v3/{OrError-19198748.js → OrError-5e926d62.js} +1 -3
  246. package/dist/esm/v3/{OrErrorTag-0025b17c.js → OrErrorTag-71fe44c2.js} +1 -3
  247. package/dist/esm/v3/{OrHint-6863124f.js → OrHint-031f9265.js} +1 -3
  248. package/dist/esm/v3/{OrIconButton-385e997c.js → OrIconButton-bbed669a.js} +2 -2
  249. package/dist/esm/v3/{OrInlineInput-651c9155.js → OrInlineInput-7127bbf7.js} +18 -18
  250. package/dist/esm/v3/{OrInlineTextarea-d16af66a.js → OrInlineTextarea-6b166438.js} +18 -18
  251. package/dist/esm/v3/{OrInput-b3939d15.js → OrInput-98b85380.js} +18 -19
  252. package/dist/esm/v3/{OrLabel-f700f9fb.js → OrLabel-5a2f55fd.js} +1 -1
  253. package/dist/esm/v3/{OrLink-07f6f27d.js → OrLink-3e5e13d3.js} +6 -2
  254. package/dist/esm/v3/{OrMenu-b4e8136c.js → OrMenu-8c333ea1.js} +13 -17
  255. package/dist/esm/v3/{OrModal-f9f2279b.js → OrModal-80c32c22.js} +1 -1
  256. package/dist/esm/v3/{OrNotification-aab2e22a.js → OrNotification-6e4a7e5c.js} +1 -1
  257. package/dist/esm/v3/{OrPagination-183803e7.js → OrPagination-6ff8d71e.js} +66 -26
  258. package/dist/esm/v3/{OrProgress-f881a58a.js → OrProgress-2fea3fd7.js} +3 -3
  259. package/dist/esm/v3/{OrRadio-97fb105f.js → OrRadio-2ab7b845.js} +2 -2
  260. package/dist/esm/v3/{OrSearch-d16d0331.js → OrSearch-bae250ab.js} +1 -1
  261. package/dist/esm/v3/{OrSelect-19c2e7d2.js → OrSelect-6cacedb9.js} +19 -22
  262. package/dist/esm/v3/{OrSidebar-64703ef6.js → OrSidebar-08e628b7.js} +3 -3
  263. package/dist/esm/v3/{OrSidebarCollapseButton-506fc73c.js → OrSidebarCollapseButton-95365ca6.js} +1 -1
  264. package/dist/esm/v3/{OrSwitch-2a23a9b8.js → OrSwitch-00d21fb8.js} +2 -2
  265. package/dist/esm/v3/{OrTab-d3785ea4.js → OrTab-2206d2dc.js} +1 -1
  266. package/dist/esm/v3/{OrTabs-e639e96f.js → OrTabs-d6c6bc39.js} +3 -3
  267. package/dist/esm/v3/{OrTag-330457a7.js → OrTag-cd21a1bc.js} +3 -7
  268. package/dist/esm/v3/{OrTextarea-dfc6a453.js → OrTextarea-f23cfc20.js} +16 -17
  269. package/dist/esm/v3/{OrTooltip-e5fe74d6.js → OrTooltip-adece7b6.js} +1 -1
  270. package/dist/esm/v3/components/index.js +32 -32
  271. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  272. package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -10
  273. package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
  274. package/dist/esm/v3/components/or-confirm-v3/index.js +8 -8
  275. package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
  276. package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
  277. package/dist/esm/v3/components/or-error-v3/index.js +1 -1
  278. package/dist/esm/v3/components/or-fab-v3/index.js +1 -1
  279. package/dist/esm/v3/components/or-hint-v3/index.js +1 -1
  280. package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
  281. package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +7 -5
  282. package/dist/esm/v3/components/or-inline-input-v3/index.js +5 -5
  283. package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +7 -5
  284. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +5 -5
  285. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +7 -5
  286. package/dist/esm/v3/components/or-input-v3/index.js +6 -6
  287. package/dist/esm/v3/components/or-label-v3/index.js +1 -1
  288. package/dist/esm/v3/components/or-link-v3/index.js +1 -1
  289. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +0 -2
  290. package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
  291. package/dist/esm/v3/components/or-menu-v3/styles.d.ts +0 -1
  292. package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
  293. package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
  294. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +4 -0
  295. package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
  296. package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
  297. package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
  298. package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
  299. package/dist/esm/v3/components/or-search-v3/index.js +7 -7
  300. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +7 -5
  301. package/dist/esm/v3/components/or-select-v3/index.js +9 -9
  302. package/dist/esm/v3/components/or-sidebar-v3/index.js +4 -4
  303. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +3 -3
  304. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
  305. package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
  306. package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
  307. package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
  308. package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
  309. package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +7 -5
  310. package/dist/esm/v3/components/or-textarea-v3/index.js +4 -4
  311. package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
  312. package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
  313. package/dist/esm/v3/index.js +32 -32
  314. package/dist/esm/v3/{types-b9717ff2.js → types-872260a9.js} +1 -1
  315. package/package.json +2 -2
  316. package/src/components/or-button-v3/styles.ts +11 -8
  317. package/src/components/or-card-collection-v3/styles.ts +1 -1
  318. package/src/components/or-checkbox-v3/styles.ts +1 -2
  319. package/src/components/or-confirm-v3/styles.ts +5 -11
  320. package/src/components/or-empty-state-v3/styles.ts +2 -2
  321. package/src/components/or-error-tag-v3/OrErrorTag.vue +1 -1
  322. package/src/components/or-error-tag-v3/styles.ts +0 -3
  323. package/src/components/or-error-v3/styles.ts +1 -4
  324. package/src/components/or-fab-v3/styles.ts +3 -3
  325. package/src/components/or-hint-v3/styles.ts +1 -4
  326. package/src/components/or-icon-button-v3/styles.ts +1 -1
  327. package/src/components/or-inline-input-v3/OrInlineInput.vue +9 -12
  328. package/src/components/or-inline-input-v3/styles.ts +3 -3
  329. package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +9 -12
  330. package/src/components/or-inline-textarea-v3/styles.ts +3 -3
  331. package/src/components/or-input-v3/OrInput.vue +10 -13
  332. package/src/components/or-input-v3/styles.ts +2 -2
  333. package/src/components/or-label-v3/styles.ts +1 -1
  334. package/src/components/or-link-v3/styles.ts +8 -4
  335. package/src/components/or-menu-v3/OrMenu.vue +22 -26
  336. package/src/components/or-menu-v3/styles.ts +0 -5
  337. package/src/components/or-pagination-v3/OrPagination.vue +89 -42
  338. package/src/components/or-pagination-v3/styles.ts +1 -1
  339. package/src/components/or-progress-v3/styles.ts +4 -4
  340. package/src/components/or-radio-v3/styles.ts +1 -1
  341. package/src/components/or-select-v3/OrSelect.stories3.ts +0 -4
  342. package/src/components/or-select-v3/OrSelect.vue +9 -13
  343. package/src/components/or-select-v3/styles.ts +1 -4
  344. package/src/components/or-sidebar-v3/styles.ts +2 -2
  345. package/src/components/or-switch-v3/styles.ts +1 -1
  346. package/src/components/or-tab-v3/styles.ts +1 -1
  347. package/src/components/or-tabs-v3/styles.ts +2 -2
  348. package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
  349. package/src/components/or-tag-v3/OrTag.vue +1 -1
  350. package/src/components/or-tag-v3/styles.ts +0 -11
  351. package/src/components/or-textarea-v3/OrTextarea.vue +9 -12
  352. package/src/components/or-textarea-v3/styles.ts +2 -2
  353. package/src/components/or-tooltip-v3/styles.ts +1 -1
  354. package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -105
  355. package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +0 -2
  356. package/dist/bundled/v2/components/or-combined-input-v3/index.js +0 -162
  357. package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +0 -1
  358. package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +0 -2
  359. package/dist/bundled/v2/props-78496a2d.js +0 -12
  360. package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -105
  361. package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +0 -2
  362. package/dist/bundled/v3/components/or-combined-input-v3/index.js +0 -131
  363. package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +0 -1
  364. package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +0 -2
  365. package/dist/bundled/v3/props-78496a2d.js +0 -12
  366. package/dist/esm/v2/OrInputBox-5c4b3104.js +0 -43
  367. package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -105
  368. package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +0 -2
  369. package/dist/esm/v2/components/or-combined-input-v3/index.js +0 -159
  370. package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +0 -1
  371. package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +0 -2
  372. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -105
  373. package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +0 -2
  374. package/dist/esm/v3/components/or-combined-input-v3/index.js +0 -130
  375. package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +0 -1
  376. package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +0 -2
  377. package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +0 -7
  378. package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +0 -201
  379. package/src/components/or-combined-input-v3/OrCombinedInput.vue +0 -133
  380. package/src/components/or-combined-input-v3/index.ts +0 -2
  381. package/src/components/or-combined-input-v3/props.ts +0 -1
  382. package/src/components/or-combined-input-v3/styles.ts +0 -25
  383. package/dist/bundled/v2/{OrFab-a2e49eaa.js → OrFab-85bd9427.js} +2 -2
  384. package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-8f76f6b1.js → OrFab.vue_vue_type_script_lang-a4e3eef8.js} +2 -2
  385. package/dist/esm/v2/{OrFab-d5a37b22.js → OrFab-f71daa4f.js} +2 -2
  386. package/dist/esm/v3/{OrFab-588291bf.js → OrFab-6266b4de.js} +2 -2
@@ -2,11 +2,10 @@ 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
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
- import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
- import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$3 } from './OrInputBox-5c4b3104.js';
8
- import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js';
9
- import { _ as __vue_component__$4 } from './OrLabel-0945a4d9.js';
5
+ import { _ as __vue_component__$1 } from './OrError-9e7976ef.js';
6
+ import { _ as __vue_component__$2 } from './OrHint-272790e7.js';
7
+ import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
8
+ import { _ as __vue_component__$4 } from './OrLabel-49398089.js';
10
9
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
11
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
12
11
 
@@ -16,8 +15,8 @@ const TextareaRoot = [
16
15
  // Spacing
17
16
  'gap-xs'];
18
17
  const TextareaControl = [
19
- // Box
20
- 'w-full',
18
+ // Layout
19
+ 'grow',
21
20
  // Typography
22
21
  'typography-inherit',
23
22
  // Theme
@@ -57,7 +56,7 @@ var script = defineComponent({
57
56
  default: undefined
58
57
  },
59
58
  error: {
60
- type: [String, Boolean],
59
+ type: String,
61
60
  default: undefined
62
61
  },
63
62
  required: {
@@ -99,6 +98,7 @@ var script = defineComponent({
99
98
  return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
100
99
  });
101
100
  const maxLength = computed(() => controlAttributes.maxlength);
101
+ const invalid = computed(() => !!props.error);
102
102
  // Methods
103
103
  function focus() {
104
104
  var _a;
@@ -117,13 +117,14 @@ var script = defineComponent({
117
117
  proxyModelValue,
118
118
  currentLength,
119
119
  maxLength,
120
+ invalid,
120
121
  focus,
121
122
  blur
122
123
  };
123
124
  }
124
125
  });
125
126
 
126
- var css_248z = "textarea[data-v-4e91de4d]{min-width:0;background:0 0;outline:0}";
127
+ var css_248z = "textarea[data-v-41547036]{min-width:0;background:0 0;outline:0}";
127
128
  styleInject(css_248z);
128
129
 
129
130
  /* script */
@@ -153,7 +154,7 @@ var __vue_render__ = function () {
153
154
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
154
155
  attrs: {
155
156
  "size": _vm.size,
156
- "invalid": !!_vm.error,
157
+ "invalid": _vm.invalid,
157
158
  "readonly": _vm.readonly,
158
159
  "disabled": _vm.disabled
159
160
  }
@@ -195,15 +196,7 @@ var __vue_render__ = function () {
195
196
  _vm.proxyModelValue = $event.target.value;
196
197
  }
197
198
  }
198
- }, 'textarea', _vm.controlAttributes, false))]), _vm._v(" "), _c('div', {
199
- directives: [{
200
- name: "show",
201
- rawName: "v-show",
202
- value: !_vm.error,
203
- expression: "!error"
204
- }],
205
- class: ['contents']
206
- }, [_vm.hint || _vm.maxLength ? [_c('OrHint', {
199
+ }, 'textarea', _vm.controlAttributes, false))]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
207
200
  attrs: {
208
201
  "disabled": _vm.disabled
209
202
  },
@@ -214,15 +207,7 @@ var __vue_render__ = function () {
214
207
  },
215
208
  proxy: true
216
209
  } : null], null, true)
217
- }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()], 2), _vm._v(" "), _c('div', {
218
- directives: [{
219
- name: "show",
220
- rawName: "v-show",
221
- value: typeof _vm.error === 'string',
222
- expression: "typeof error === 'string'"
223
- }],
224
- class: ['contents']
225
- }, [_c('OrError', {
210
+ }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
226
211
  attrs: {
227
212
  "disabled": _vm.disabled
228
213
  },
@@ -233,14 +218,14 @@ var __vue_render__ = function () {
233
218
  },
234
219
  proxy: true
235
220
  } : null], null, true)
236
- }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])], 1)], 2);
221
+ }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
237
222
  };
238
223
  var __vue_staticRenderFns__ = [];
239
224
 
240
225
  /* style */
241
226
  const __vue_inject_styles__ = undefined;
242
227
  /* scoped */
243
- const __vue_scope_id__ = "data-v-4e91de4d";
228
+ const __vue_scope_id__ = "data-v-41547036";
244
229
  /* module identifier */
245
230
  const __vue_module_identifier__ = undefined;
246
231
  /* functional template */
@@ -5,7 +5,7 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  const TooltipRoot = [
7
7
  // Layout
8
- 'layout-inline-row justify-center'];
8
+ 'layout-inline-row'];
9
9
  const TooltipBody = [
10
10
  // Layout
11
11
  'layout-inline-row',
@@ -5,102 +5,101 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
5
5
  export { _ as OrButtonV2 } from '../OrButton-df2eea65.js';
6
6
  export { _ as OrIconButton } from '../OrIconButton-9c30897c.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-3846c424.js';
8
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-c5ec96e7.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-eaa2c409.js';
9
9
  export { _ as OrCard } from '../OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-050fb8d2.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-59455d23.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-230b25c0.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-e89c44ef.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-d20717ec.js';
14
14
  export { _ as OrCheckbox } from '../OrCheckbox-63d444f1.js';
15
- export { _ as OrCheckboxV3 } from '../OrCheckbox-49d7d6b1.js';
15
+ export { _ as OrCheckboxV3 } from '../OrCheckbox-ac3cc642.js';
16
16
  export { _ as OrChip } from '../OrChips.vue_rollup-plugin-vue_styles.0-8d277377.js';
17
17
  export { _ as OrChips } from '../OrChips-7f85a4ba.js';
18
18
  export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-930709c5.js';
19
19
  export { _ as OrCollapse } from '../OrCollapse-50e3914c.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-fa92b4fa.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-f7c58a78.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-b31e3d3d.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-4e5c2906.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-4059980e.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-67b6592e.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-dd72b52f.js';
34
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-fa9bff07.js';
34
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-75e7b80c.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-36d79e50.js';
37
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-6a3472f3.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b914488a.js';
39
- export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-e2d61e44.js';
40
- export { _ as OrInputBoxV3 } from '../OrInputBox-5c4b3104.js';
41
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js';
42
- export { I as InputType, _ as OrInputV3 } from '../OrInput-06003aad.js';
39
+ export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-2c6f14da.js';
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-eb2cf391.js';
43
42
  export { _ as OrInput } from '../OrInput-c005a759.js';
44
43
  export { _ as OrLabel } from '../OrLabel-931394a5.js';
45
- export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-0945a4d9.js';
46
- 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-e2fd196e.js';
47
46
  export { _ as OrList } from '../OrList-1440d8ca.js';
48
47
  export { _ as OrListOfInputs } from '../OrListOfInputs-5a9fc474.js';
49
48
  export { L as LoaderViews, _ as OrLoader } from '../OrLoader-212ef381.js';
50
49
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-b11ed386.js';
51
50
  export { _ as OrMenuItemV3 } from '../OrMenuItem-4f810513.js';
52
- export { _ as OrMenuV3 } from '../OrMenu-bb6e93bc.js';
51
+ export { _ as OrMenuV3 } from '../OrMenu-40013a4a.js';
53
52
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-a101a230.js';
54
53
  export { _ as OrModal, O as OrModalSizes } from '../OrModal-a02dcd2a.js';
55
- export { M as ModalSize, _ as OrModalV3 } from '../OrModal-370cfc3b.js';
54
+ export { M as ModalSize, _ as OrModalV3 } from '../OrModal-7e85a919.js';
56
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-0b22c94c.js';
57
- export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-76498693.js';
56
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-32a7774e.js';
58
57
  export { _ as OrNumberInput } from '../OrNumberInput-eb0e7087.js';
59
58
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-0f356aca.js';
60
59
  export { _ as OrOverlay } from '../OrOverlay-ccec2218.js';
61
60
  export { _ as OrOverlayV3 } from '../OrOverlay-2ded265b.js';
62
61
  export { _ as OrPassword } from '../OrPassword-7a006ccb.js';
63
- export { _ as OrPaginationV3 } from '../OrPagination-a9233838.js';
62
+ export { _ as OrPaginationV3 } from '../OrPagination-67635368.js';
64
63
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-e6f20dc1.js';
65
- export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-ff999494.js';
64
+ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-59293ca5.js';
66
65
  export { _ as OrRadio } from '../OrRadio-514e8de8.js';
67
66
  export { _ as OrRadioGroup } from '../OrRadioGroup-11424644.js';
68
- export { _ as OrRadioV3 } from '../OrRadio-06a54f1e.js';
67
+ export { _ as OrRadioV3 } from '../OrRadio-ffd31026.js';
69
68
  export { _ as OrSearch } from '../OrSearch-1d7880eb.js';
70
- export { _ as OrSearchV3 } from '../OrSearch-44645202.js';
69
+ export { _ as OrSearchV3 } from '../OrSearch-7612e05b.js';
71
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
72
71
  export { _ as OrSelect } from '../OrSelect-03e79c4b.js';
73
- export { _ as OrSelectV3 } from '../OrSelect-a51044ed.js';
72
+ export { _ as OrSelectV3 } from '../OrSelect-6b2528f2.js';
74
73
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-feacf13a.js';
75
- export { _ as OrSidebarV3 } from '../OrSidebar-89711112.js';
76
- export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-81c77db0.js';
74
+ export { _ as OrSidebarV3 } from '../OrSidebar-5f5a5962.js';
75
+ export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-81b32e0d.js';
77
76
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-6a6f285d.js';
78
77
  export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-6ee72718.js';
79
78
  export { _ as OrSlider } from '../OrSlider-ded83b5c.js';
80
79
  export { _ as OrSortHeaderV3 } from '../OrSortHeader-ffe6bc57.js';
81
80
  export { _ as OrStepper } from '../OrStepper-3e08af91.js';
82
81
  export { _ as OrSwitch } from '../OrSwitch-cd24ee40.js';
83
- export { _ as OrSwitchV3 } from '../OrSwitch-6129b63d.js';
82
+ export { _ as OrSwitchV3 } from '../OrSwitch-6309430f.js';
84
83
  export { _ as OrTab } from '../OrTab-8dfdeca0.js';
85
84
  export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-6a08756e.js';
86
- export { _ as OrTabV3 } from '../OrTab-1ff87c76.js';
85
+ export { _ as OrTabV3 } from '../OrTab-8e1e3751.js';
87
86
  export { _ as OrTabs } from '../OrTabs-12138346.js';
88
- export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-b501239f.js';
87
+ export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-411fc919.js';
89
88
  export { _ as OrTag } from '../OrTag-2845a49f.js';
90
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-d559f34c.js';
89
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-7663d423.js';
91
90
  export { _ as OrTeleport } from '../OrTeleport.vue2-f0c16c71.js';
92
91
  export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
93
92
  export { _ as OrTextV3 } from '../OrText-91d662a0.js';
94
93
  export { _ as OrTextarea } from '../OrTextarea-724a4d6f.js';
95
- export { _ as OrTextareaV3 } from '../OrTextarea-5fa93c9a.js';
94
+ export { _ as OrTextareaV3 } from '../OrTextarea-6604925a.js';
96
95
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-a2cc5280.js';
97
96
  export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-8566bc09.js';
98
97
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
99
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-e9a54dcf.js';
98
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-a12f6aef.js';
100
99
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
101
100
  export { _ as OrTooltip } from '../OrTooltip-cefc51f9.js';
102
101
  export { _ as OrTooltipContent } from '../OrTooltip.vue_rollup-plugin-vue_styles.0-154aac4c.js';
103
- export { _ as OrTooltipV3 } from '../OrTooltip-d9424f71.js';
102
+ export { _ as OrTooltipV3 } from '../OrTooltip-5a02f34c.js';
104
103
  import 'vue-demi';
105
104
  import 'lodash';
106
105
  import '../style-inject.es-4c6f2515.js';
@@ -1,4 +1,4 @@
1
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-c5ec96e7.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-eaa2c409.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrLoader-b11ed386.js';
4
4
  import '@vueuse/core';
@@ -1,12 +1,12 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-59455d23.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-230b25c0.js';
2
2
  import 'vue-demi';
3
- import '../../OrButton-c5ec96e7.js';
3
+ import '../../OrButton-eaa2c409.js';
4
4
  import '../../OrLoader-b11ed386.js';
5
5
  import '@vueuse/core';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
- import '../../OrIconButton-fa9bff07.js';
7
+ import '../../OrIconButton-75e7b80c.js';
8
8
  import '../../OrIcon-c434985a.js';
9
- import '../../OrTooltip-d9424f71.js';
9
+ import '../../OrTooltip-5a02f34c.js';
10
10
  import '../../OrPopover-a101a230.js';
11
11
  import '@floating-ui/dom';
12
12
  import '../../useElevation-92fce12c.js';
@@ -16,14 +16,13 @@ import '../../OrOverlay-2ded265b.js';
16
16
  import '../../OrTeleport.vue2-fb92f29f.js';
17
17
  import 'portal-vue';
18
18
  import '../../OrMenuItem-4f810513.js';
19
- import '../../OrMenu-bb6e93bc.js';
20
- import '../../OrSearch-44645202.js';
21
- import '../../OrInput-06003aad.js';
19
+ import '../../OrMenu-40013a4a.js';
20
+ import '../../OrSearch-7612e05b.js';
21
+ import '../../OrInput-eb2cf391.js';
22
22
  import '../../useIdAttribute-859439f0.js';
23
23
  import '../../useValidationAttributes-d1abbe34.js';
24
- import '../../OrError-13845bb0.js';
25
- import '../../OrHint-78b399cb.js';
26
- import '../../OrInputBox-5c4b3104.js';
27
- import '../../OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js';
28
- import '../../OrLabel-0945a4d9.js';
24
+ import '../../OrError-9e7976ef.js';
25
+ import '../../OrHint-272790e7.js';
26
+ import '../../OrInputBox-53d1f66d.js';
27
+ import '../../OrLabel-49398089.js';
29
28
  import '../../style-inject.es-4c6f2515.js';
@@ -1,7 +1,7 @@
1
- export { _ as OrCheckboxV3 } from '../../OrCheckbox-49d7d6b1.js';
1
+ export { _ as OrCheckboxV3 } from '../../OrCheckbox-ac3cc642.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,19 +1,19 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-b31e3d3d.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-4e5c2906.js';
2
2
  import '@vueuse/core';
3
3
  import '@vueuse/math';
4
4
  import 'vue-demi';
5
- import '../../OrButton-c5ec96e7.js';
5
+ import '../../OrButton-eaa2c409.js';
6
6
  import '../../OrLoader-b11ed386.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrInput-06003aad.js';
8
+ import '../../OrInput-eb2cf391.js';
9
9
  import '../../useIdAttribute-859439f0.js';
10
10
  import '../../useResponsive-a02e95b7.js';
11
11
  import '../../useValidationAttributes-d1abbe34.js';
12
- import '../../OrError-13845bb0.js';
13
- import '../../OrHint-78b399cb.js';
14
- import '../../OrIconButton-fa9bff07.js';
12
+ import '../../OrError-9e7976ef.js';
13
+ import '../../OrHint-272790e7.js';
14
+ import '../../OrIconButton-75e7b80c.js';
15
15
  import '../../OrIcon-c434985a.js';
16
- import '../../OrTooltip-d9424f71.js';
16
+ import '../../OrTooltip-5a02f34c.js';
17
17
  import '../../OrPopover-a101a230.js';
18
18
  import '@floating-ui/dom';
19
19
  import '../../useElevation-92fce12c.js';
@@ -21,7 +21,6 @@ import '../../OrBottomSheet-c9bfe63f.js';
21
21
  import '../../OrOverlay-2ded265b.js';
22
22
  import '../../OrTeleport.vue2-fb92f29f.js';
23
23
  import 'portal-vue';
24
- import '../../OrInputBox-5c4b3104.js';
25
- import '../../OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js';
26
- import '../../OrLabel-0945a4d9.js';
24
+ import '../../OrInputBox-53d1f66d.js';
25
+ import '../../OrLabel-49398089.js';
27
26
  import '../../style-inject.es-4c6f2515.js';
@@ -1,3 +1,3 @@
1
- export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../../OrEmptyState-2481f13f.js';
1
+ export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../../OrEmptyState-ab1a044d.js';
2
2
  import 'vue-demi';
3
3
  import '../../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrErrorTagV3 } from '../../OrErrorTag-7cd5dc68.js';
1
+ export { _ as OrErrorTagV3 } from '../../OrErrorTag-32ba5c0c.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrIcon-c434985a.js';
4
4
  import '../../normalize-component-6e8e3d80.js';
@@ -1,3 +1,3 @@
1
- export { _ as OrErrorV3 } from '../../OrError-13845bb0.js';
1
+ export { _ as OrErrorV3 } from '../../OrError-9e7976ef.js';
2
2
  import 'vue-demi';
3
3
  import '../../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { F as FabColor, _ as OrFabV3 } from '../../OrFab-d5a37b22.js';
1
+ export { F as FabColor, _ as OrFabV3 } from '../../OrFab-f71daa4f.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrIcon-c434985a.js';
4
4
  import '../../normalize-component-6e8e3d80.js';
@@ -1,3 +1,3 @@
1
- export { _ as OrHintV3 } from '../../OrHint-78b399cb.js';
1
+ export { _ as OrHintV3 } from '../../OrHint-272790e7.js';
2
2
  import 'vue-demi';
3
3
  import '../../normalize-component-6e8e3d80.js';
@@ -1,7 +1,7 @@
1
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-fa9bff07.js';
1
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-75e7b80c.js';
2
2
  export { I as IconButtonSize } from '../../OrIcon-c434985a.js';
3
3
  import 'vue-demi';
4
- import '../../OrTooltip-d9424f71.js';
4
+ import '../../OrTooltip-5a02f34c.js';
5
5
  import '@vueuse/core';
6
6
  import '../../OrPopover-a101a230.js';
7
7
  import '@floating-ui/dom';
@@ -23,6 +23,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
23
23
  draftModelValue: import("@vue/composition-api").Ref<string | number>;
24
24
  currentLength: import("@vue/composition-api").ComputedRef<number>;
25
25
  maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
26
+ invalid: import("@vue/composition-api").ComputedRef<boolean>;
26
27
  activated: import("@vue/composition-api").Ref<boolean>;
27
28
  onFocus: (event: Event) => void;
28
29
  onBlur: (event: Event) => void;
@@ -56,7 +57,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
56
57
  default: undefined;
57
58
  };
58
59
  error: {
59
- type: (BooleanConstructor | StringConstructor)[];
60
+ type: StringConstructor;
60
61
  default: undefined;
61
62
  };
62
63
  }, import("@vue/composition-api").ExtractPropTypes<{
@@ -85,7 +86,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
85
86
  default: undefined;
86
87
  };
87
88
  error: {
88
- type: (BooleanConstructor | StringConstructor)[];
89
+ type: StringConstructor;
89
90
  default: undefined;
90
91
  };
91
92
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
@@ -95,7 +96,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
95
96
  size: InlineInputSize;
96
97
  placeholder: string;
97
98
  hint: string;
98
- error: string | boolean;
99
+ error: string;
99
100
  } & {} & {
100
101
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
101
102
  }, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -121,6 +122,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
121
122
  draftModelValue: import("@vue/composition-api").Ref<string | number>;
122
123
  currentLength: import("@vue/composition-api").ComputedRef<number>;
123
124
  maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
125
+ invalid: import("@vue/composition-api").ComputedRef<boolean>;
124
126
  activated: import("@vue/composition-api").Ref<boolean>;
125
127
  onFocus: (event: Event) => void;
126
128
  onBlur: (event: Event) => void;
@@ -135,7 +137,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
135
137
  size: InlineInputSize;
136
138
  placeholder: string;
137
139
  hint: string;
138
- error: string | boolean;
140
+ error: string;
139
141
  } & {} & {
140
142
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
141
143
  }, {
@@ -145,6 +147,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
145
147
  size: InlineInputSize;
146
148
  placeholder: string;
147
149
  hint: string;
148
- error: string | boolean;
150
+ error: string;
149
151
  }, true>);
150
152
  export default _default;
@@ -1,15 +1,15 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-36d79e50.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-6a3472f3.js';
2
2
  export { I as InlineInputSize } from '../../OrInlineInputBox-46146af0.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 '../../OrIconButton-fa9bff07.js';
9
+ import '../../OrHint-272790e7.js';
10
+ import '../../OrIconButton-75e7b80c.js';
11
11
  import '../../OrIcon-c434985a.js';
12
- import '../../OrTooltip-d9424f71.js';
12
+ import '../../OrTooltip-5a02f34c.js';
13
13
  import '../../OrPopover-a101a230.js';
14
14
  import '@floating-ui/dom';
15
15
  import '../../useElevation-92fce12c.js';
@@ -21,6 +21,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
21
21
  draftModelValue: import("@vue/composition-api").Ref<string>;
22
22
  currentLength: import("@vue/composition-api").ComputedRef<number>;
23
23
  maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
24
+ invalid: import("@vue/composition-api").ComputedRef<boolean>;
24
25
  activated: import("@vue/composition-api").Ref<boolean>;
25
26
  onFocus: (event: Event) => void;
26
27
  onBlur: (event: Event) => void;
@@ -46,7 +47,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
46
47
  default: undefined;
47
48
  };
48
49
  error: {
49
- type: (BooleanConstructor | StringConstructor)[];
50
+ type: StringConstructor;
50
51
  default: undefined;
51
52
  };
52
53
  }, import("@vue/composition-api").ExtractPropTypes<{
@@ -67,7 +68,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
67
68
  default: undefined;
68
69
  };
69
70
  error: {
70
- type: (BooleanConstructor | StringConstructor)[];
71
+ type: StringConstructor;
71
72
  default: undefined;
72
73
  };
73
74
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
@@ -75,7 +76,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
75
76
  saveOnBlur: boolean;
76
77
  placeholder: string;
77
78
  hint: string;
78
- error: string | boolean;
79
+ error: string;
79
80
  } & {} & {
80
81
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
81
82
  }, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -101,6 +102,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
101
102
  draftModelValue: import("@vue/composition-api").Ref<string>;
102
103
  currentLength: import("@vue/composition-api").ComputedRef<number>;
103
104
  maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
105
+ invalid: import("@vue/composition-api").ComputedRef<boolean>;
104
106
  activated: import("@vue/composition-api").Ref<boolean>;
105
107
  onFocus: (event: Event) => void;
106
108
  onBlur: (event: Event) => void;
@@ -113,7 +115,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
113
115
  saveOnBlur: boolean;
114
116
  placeholder: string;
115
117
  hint: string;
116
- error: string | boolean;
118
+ error: string;
117
119
  } & {} & {
118
120
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
119
121
  }, {
@@ -121,6 +123,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
121
123
  saveOnBlur: boolean;
122
124
  placeholder: string;
123
125
  hint: string;
124
- error: string | boolean;
126
+ error: string;
125
127
  }, true>);
126
128
  export default _default;
@@ -1,14 +1,14 @@
1
- export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-e2d61e44.js';
1
+ export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-2c6f14da.js';
2
2
  import 'vue-demi';
3
3
  import '../../useIdAttribute-859439f0.js';
4
4
  import '@vueuse/core';
5
5
  import '../../useValidationAttributes-d1abbe34.js';
6
- import '../../OrError-13845bb0.js';
6
+ import '../../OrError-9e7976ef.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrHint-78b399cb.js';
9
- import '../../OrIconButton-fa9bff07.js';
8
+ import '../../OrHint-272790e7.js';
9
+ import '../../OrIconButton-75e7b80c.js';
10
10
  import '../../OrIcon-c434985a.js';
11
- import '../../OrTooltip-d9424f71.js';
11
+ import '../../OrTooltip-5a02f34c.js';
12
12
  import '../../OrPopover-a101a230.js';
13
13
  import '@floating-ui/dom';
14
14
  import '../../useElevation-92fce12c.js';
@@ -1,4 +1,3 @@
1
- export { _ as OrInputBoxV3 } from '../../OrInputBox-5c4b3104.js';
2
- export { a as InputBoxSize, I as InputBoxVariant } from '../../OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js';
3
- import '../../normalize-component-6e8e3d80.js';
1
+ export { a as InputBoxSize, I as InputBoxVariant, _ as OrInputBoxV3 } from '../../OrInputBox-53d1f66d.js';
4
2
  import 'vue-demi';
3
+ import '../../normalize-component-6e8e3d80.js';