@onereach/ui-components 2.71.2-beta.2244.0 → 2.71.2

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 (254) hide show
  1. package/dist/bundled/v2/{OrCardCollection-06ecb8e1.js → OrCardCollection-091e2193.js} +2 -2
  2. package/dist/bundled/v2/{OrCardCollection-89428bbf.js → OrCardCollection-166cfcc6.js} +5 -5
  3. package/dist/bundled/v2/{OrConfirm-56d01cff.js → OrConfirm-55b89b17.js} +4 -4
  4. package/dist/bundled/v2/{OrConfirm-8c0e957d.js → OrConfirm-bb2df177.js} +1 -1
  5. package/dist/bundled/v2/{OrIconButton-837d57f8.js → OrIconButton-4bdd1566.js} +3 -10
  6. package/dist/bundled/v2/{OrInlineInput-57fccb41.js → OrInlineInput-b009a043.js} +1 -1
  7. package/dist/bundled/v2/{OrInlineTextarea-f8b86cf7.js → OrInlineTextarea-6e8c1f80.js} +1 -1
  8. package/dist/bundled/v2/{OrInput-00070eee.js → OrInput-5404a234.js} +1 -1
  9. package/dist/bundled/v2/{OrListOfInputs-8f076650.js → OrListOfInputs-ab7f9d97.js} +4 -4
  10. package/dist/bundled/v2/{OrModal-78f5d49e.js → OrModal-51b9f3e7.js} +1 -1
  11. package/dist/bundled/v2/{OrNotification-458fe937.js → OrNotification-7f761f25.js} +1 -1
  12. package/dist/bundled/v2/OrNumberInput-face8ccc.js +227 -0
  13. package/dist/bundled/v2/OrPassword-a818e7b5.js +227 -0
  14. package/dist/bundled/v2/{OrSearch-f7cfa52f.js → OrSearch-832d7978.js} +4 -4
  15. package/dist/bundled/v2/{OrSearch-bb87b34c.js → OrSearch-d1169241.js} +1 -1
  16. package/dist/bundled/v2/{OrSelect-2ececfc1.js → OrSelect-5634790b.js} +2 -2
  17. package/dist/bundled/v2/{OrTag-4085e8a7.js → OrTag-8d738be6.js} +1 -1
  18. package/dist/bundled/v2/{OrPassword-7da938aa.js → OrTextarea-71ff236d.js} +7 -449
  19. package/dist/bundled/v2/components/index.d.ts +5 -1
  20. package/dist/bundled/v2/components/index.js +21 -19
  21. package/dist/bundled/v2/components/or-card-collection/index.js +4 -4
  22. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -4
  23. package/dist/bundled/v2/components/or-confirm/index.js +2 -2
  24. package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -3
  25. package/dist/bundled/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -11
  26. package/dist/bundled/v2/components/or-icon-button-v3/index.js +1 -1
  27. package/dist/bundled/v2/components/or-inline-input-v3/index.js +2 -2
  28. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +2 -2
  29. package/dist/bundled/v2/components/or-input/index.d.ts +1 -0
  30. package/dist/bundled/v2/components/or-input/index.js +13 -0
  31. package/dist/bundled/v2/components/or-input-v3/index.js +2 -2
  32. package/dist/bundled/v2/components/or-list-of-inputs/index.js +2 -2
  33. package/dist/bundled/v2/components/or-modal-v3/index.js +2 -2
  34. package/dist/bundled/v2/components/or-notification-v3/index.js +2 -2
  35. package/dist/bundled/v2/components/or-number-input/index.d.ts +1 -0
  36. package/dist/bundled/v2/components/or-number-input/index.js +14 -0
  37. package/dist/bundled/v2/components/or-password/index.d.ts +1 -0
  38. package/dist/bundled/v2/components/{or-inputs → or-password}/index.js +3 -4
  39. package/dist/bundled/v2/components/or-search/index.d.ts +1 -0
  40. package/dist/bundled/v2/components/or-search/index.js +25 -0
  41. package/dist/bundled/v2/components/or-search-v3/index.js +3 -3
  42. package/dist/bundled/v2/components/or-select-v3/index.js +4 -4
  43. package/dist/bundled/v2/components/or-tag-v3/index.js +2 -2
  44. package/dist/bundled/v2/components/or-textarea/index.d.ts +1 -0
  45. package/dist/bundled/v2/components/or-textarea/index.js +13 -0
  46. package/dist/bundled/v2/components/or-toast-v3/index.js +2 -2
  47. package/dist/bundled/v2/index.js +21 -19
  48. package/dist/bundled/v2/{types-309b7b94.js → types-79e5c18d.js} +1 -1
  49. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-e2980d04.js → OrCardCollection.vue_vue_type_script_lang-60403ae6.js} +3 -3
  50. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-d8124dda.js → OrCardCollection.vue_vue_type_script_lang-cd84f344.js} +4 -4
  51. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-0f16fc67.js → OrConfirm.vue_vue_type_script_lang-41b4d791.js} +2 -1
  52. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-eb2bfce2.js → OrConfirm.vue_vue_type_script_lang-9231d51e.js} +2 -2
  53. package/dist/bundled/v3/{OrIconButton-e0566ecf.js → OrIconButton-428dd2cf.js} +2 -3
  54. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js → OrIconButton.vue_vue_type_script_lang-ec6a3622.js} +3 -9
  55. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-49ce3308.js → OrInlineInput.vue_vue_type_script_lang-ab296efc.js} +2 -2
  56. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8fd761d7.js → OrInlineTextarea.vue_vue_type_script_lang-3c3e1b4a.js} +2 -2
  57. package/dist/bundled/v3/{OrInput-dcf2606e.js → OrInput-2a7c6b57.js} +1 -1
  58. package/dist/bundled/v3/{OrInput-7d4b571a.js → OrInput-704e72ba.js} +5 -193
  59. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-409235cc.js +190 -0
  60. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-27220623.js → OrInput.vue_vue_type_script_lang-509de504.js} +2 -2
  61. package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-62dbf1e7.js → OrListOfInputs.vue_vue_type_script_lang-6c5cf7a5.js} +2 -1
  62. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-6b1dc231.js → OrModal.vue_vue_type_script_lang-5a71a851.js} +2 -2
  63. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-d0afc1d7.js → OrNotification.vue_vue_type_script_lang-6287244f.js} +2 -2
  64. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-f061d829.js +113 -0
  65. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-b75f6543.js +99 -0
  66. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-16fbccc0.js → OrSearch.vue_vue_type_script_lang-5356fa79.js} +2 -1
  67. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-321907ec.js → OrSearch.vue_vue_type_script_lang-ab2ef22c.js} +2 -2
  68. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7fd5e2f0.js → OrSelect.vue_vue_type_script_lang-54f683a2.js} +3 -3
  69. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-a25a49ee.js → OrTag.vue_vue_type_script_lang-cd3e040e.js} +2 -2
  70. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-69ea22e9.js +187 -0
  71. package/dist/bundled/v3/{OrToastContainer-6fe12712.js → OrToastContainer-ad5ae5af.js} +1 -1
  72. package/dist/bundled/v3/components/index.d.ts +5 -1
  73. package/dist/bundled/v3/components/index.js +24 -21
  74. package/dist/bundled/v3/components/or-card-collection/index.js +5 -4
  75. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -6
  76. package/dist/bundled/v3/components/or-confirm/index.js +3 -2
  77. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -5
  78. package/dist/bundled/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -11
  79. package/dist/bundled/v3/components/or-icon-button-v3/index.js +1 -1
  80. package/dist/bundled/v3/components/or-inline-input-v3/index.js +3 -3
  81. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +3 -3
  82. package/dist/bundled/v3/components/or-input/index.d.ts +1 -0
  83. package/dist/bundled/v3/components/or-input/index.js +14 -0
  84. package/dist/bundled/v3/components/or-input-v3/index.js +3 -3
  85. package/dist/bundled/v3/components/or-list-of-inputs/index.js +3 -2
  86. package/dist/bundled/v3/components/or-modal-v3/index.js +3 -3
  87. package/dist/bundled/v3/components/or-notification-v3/index.js +3 -3
  88. package/dist/bundled/v3/components/or-number-input/index.d.ts +1 -0
  89. package/dist/bundled/v3/components/or-number-input/index.js +16 -0
  90. package/dist/bundled/v3/components/or-password/index.d.ts +1 -0
  91. package/dist/bundled/v3/components/or-password/index.js +31 -0
  92. package/dist/bundled/v3/components/or-search/index.d.ts +1 -0
  93. package/dist/bundled/v3/components/{or-inputs → or-search}/index.js +4 -5
  94. package/dist/bundled/v3/components/or-search-v3/index.js +5 -5
  95. package/dist/bundled/v3/components/or-select-v3/index.js +6 -6
  96. package/dist/bundled/v3/components/or-tag-v3/index.js +3 -3
  97. package/dist/bundled/v3/components/or-textarea/index.d.ts +1 -0
  98. package/dist/bundled/v3/components/or-textarea/index.js +14 -0
  99. package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
  100. package/dist/bundled/v3/index.js +674 -669
  101. package/dist/bundled/v3/{types-22fbf9d6.js → types-1d25bb9a.js} +2 -2
  102. package/dist/esm/v2/{OrCardCollection-f6b07557.js → OrCardCollection-19582949.js} +6 -7
  103. package/dist/esm/v2/{OrCardCollection-251ab033.js → OrCardCollection-bbdb6159.js} +2 -2
  104. package/dist/esm/v2/{OrConfirm-9dbdedd7.js → OrConfirm-cfaf4266.js} +1 -1
  105. package/dist/esm/v2/{OrConfirm-d7112dd3.js → OrConfirm-ede619eb.js} +4 -4
  106. package/dist/esm/v2/{OrIconButton-04a3566d.js → OrIconButton-5fa56aec.js} +3 -10
  107. package/dist/esm/v2/{OrInlineInput-b85b84b4.js → OrInlineInput-38645a8e.js} +1 -1
  108. package/dist/esm/v2/{OrInlineTextarea-afd33047.js → OrInlineTextarea-b49a7107.js} +1 -1
  109. package/dist/esm/v2/{OrSearch.vue_rollup-plugin-vue_script-197d77fc.js → OrInput-6e6cfd11.js} +4 -492
  110. package/dist/esm/v2/{OrInput-59a15d80.js → OrInput-e8fe9102.js} +1 -1
  111. package/dist/esm/v2/{OrListOfInputs-50aa1ef1.js → OrListOfInputs-4298fa2c.js} +5 -5
  112. package/dist/esm/v2/{OrModal-4e79e0d5.js → OrModal-3b9d59de.js} +1 -1
  113. package/dist/esm/v2/{OrNotification-eac3867f.js → OrNotification-5e145880.js} +1 -1
  114. package/dist/esm/v2/OrNumberInput-b20d75d2.js +225 -0
  115. package/dist/esm/v2/OrPassword-e6d5e968.js +225 -0
  116. package/dist/esm/v2/{OrSearch-f42d588d.js → OrSearch-4b774707.js} +1 -1
  117. package/dist/esm/v2/{OrSearch-0589d17d.js → OrSearch-b4f4d59b.js} +122 -5
  118. package/dist/esm/v2/{OrSelect-e31d1c8b.js → OrSelect-d7016575.js} +2 -2
  119. package/dist/esm/v2/{OrTag-b2906865.js → OrTag-765090df.js} +1 -1
  120. package/dist/esm/v2/{OrPassword-1fa97156.js → OrTextarea-91a95068.js} +187 -245
  121. package/dist/esm/v2/components/index.d.ts +5 -1
  122. package/dist/esm/v2/components/index.js +21 -19
  123. package/dist/esm/v2/components/or-card-collection/index.js +3 -4
  124. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
  125. package/dist/esm/v2/components/or-confirm/index.js +2 -3
  126. package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
  127. package/dist/esm/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -11
  128. package/dist/esm/v2/components/or-icon-button-v3/index.js +1 -1
  129. package/dist/esm/v2/components/or-inline-input-v3/index.js +2 -2
  130. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +2 -2
  131. package/dist/esm/v2/components/or-input/index.d.ts +1 -0
  132. package/dist/esm/v2/components/or-input/index.js +11 -0
  133. package/dist/esm/v2/components/or-input-v3/index.js +2 -2
  134. package/dist/esm/v2/components/or-list-of-inputs/index.js +2 -4
  135. package/dist/esm/v2/components/or-modal-v3/index.js +2 -2
  136. package/dist/esm/v2/components/or-notification-v3/index.js +2 -2
  137. package/dist/esm/v2/components/or-number-input/index.d.ts +1 -0
  138. package/dist/esm/v2/components/or-number-input/index.js +12 -0
  139. package/dist/esm/v2/components/or-password/index.d.ts +1 -0
  140. package/dist/esm/v2/components/{or-inputs → or-password}/index.js +5 -6
  141. package/dist/esm/v2/components/or-search/index.d.ts +1 -0
  142. package/dist/esm/v2/components/or-search/index.js +23 -0
  143. package/dist/esm/v2/components/or-search-v3/index.js +3 -3
  144. package/dist/esm/v2/components/or-select-v3/index.js +4 -4
  145. package/dist/esm/v2/components/or-tag-v3/index.js +2 -2
  146. package/dist/esm/v2/components/or-textarea/index.d.ts +1 -0
  147. package/dist/esm/v2/components/or-textarea/index.js +11 -0
  148. package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
  149. package/dist/esm/v2/index.js +20 -18
  150. package/dist/esm/v2/{types-1f95d710.js → types-856a804f.js} +1 -1
  151. package/dist/esm/v3/{OrCardCollection-a5e326ef.js → OrCardCollection-1e44c758.js} +2 -2
  152. package/dist/esm/v3/{OrCardCollection-8b8e3745.js → OrCardCollection-47f61c40.js} +2 -2
  153. package/dist/esm/v3/{OrConfirm-f39bd784.js → OrConfirm-c11ee2ec.js} +1 -1
  154. package/dist/esm/v3/{OrConfirm-37454a63.js → OrConfirm-e7cbf54c.js} +1 -1
  155. package/dist/esm/v3/{OrIconButton-2dcfb83e.js → OrIconButton-e5781317.js} +4 -11
  156. package/dist/esm/v3/{OrInlineInput-fbc35f85.js → OrInlineInput-09de432a.js} +1 -1
  157. package/dist/esm/v3/{OrInlineTextarea-79da8697.js → OrInlineTextarea-56328f22.js} +1 -1
  158. package/dist/esm/v3/{OrInput-bd054213.js → OrInput-6fb81556.js} +1 -1
  159. package/dist/esm/v3/OrInput-81125804.js +295 -0
  160. package/dist/esm/v3/{OrListOfInputs-7a67440f.js → OrListOfInputs-508e056f.js} +1 -1
  161. package/dist/esm/v3/{OrModal-4219a6dc.js → OrModal-10838da7.js} +1 -1
  162. package/dist/esm/v3/{OrNotification-0e682c7f.js → OrNotification-25da89ca.js} +1 -1
  163. package/dist/esm/v3/OrNumberInput-b32b5ce3.js +170 -0
  164. package/dist/esm/v3/OrPassword-b0cbb578.js +162 -0
  165. package/dist/esm/v3/OrSearch-11fdf667.js +188 -0
  166. package/dist/esm/v3/{OrSearch-4c5c44f2.js → OrSearch-e15955a7.js} +1 -1
  167. package/dist/esm/v3/{OrSelect-466e50ca.js → OrSelect-027b5e8f.js} +2 -2
  168. package/dist/esm/v3/{OrTag-148ff9ae.js → OrTag-21ba5e15.js} +1 -1
  169. package/dist/esm/v3/OrTextarea-1f5c3be1.js +290 -0
  170. package/dist/esm/v3/components/index.d.ts +5 -1
  171. package/dist/esm/v3/components/index.js +21 -17
  172. package/dist/esm/v3/components/or-card-collection/index.js +3 -3
  173. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  174. package/dist/esm/v3/components/or-confirm/index.js +2 -3
  175. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  176. package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -11
  177. package/dist/esm/v3/components/or-icon-button-v3/index.js +1 -1
  178. package/dist/esm/v3/components/or-inline-input-v3/index.js +2 -2
  179. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +2 -2
  180. package/dist/esm/v3/components/or-input/index.d.ts +1 -0
  181. package/dist/esm/v3/components/or-input/index.js +11 -0
  182. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  183. package/dist/esm/v3/components/or-list-of-inputs/index.js +2 -4
  184. package/dist/esm/v3/components/or-modal-v3/index.js +2 -2
  185. package/dist/esm/v3/components/or-notification-v3/index.js +2 -2
  186. package/dist/esm/v3/components/or-number-input/index.d.ts +1 -0
  187. package/dist/esm/v3/components/or-number-input/index.js +12 -0
  188. package/dist/esm/v3/components/or-password/index.d.ts +1 -0
  189. package/dist/esm/v3/components/{or-inputs → or-password}/index.js +3 -2
  190. package/dist/esm/v3/components/or-search/index.d.ts +1 -0
  191. package/dist/esm/v3/components/or-search/index.js +20 -0
  192. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  193. package/dist/esm/v3/components/or-select-v3/index.js +4 -4
  194. package/dist/esm/v3/components/or-tag-v3/index.js +2 -2
  195. package/dist/esm/v3/components/or-textarea/index.d.ts +1 -0
  196. package/dist/esm/v3/components/or-textarea/index.js +11 -0
  197. package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
  198. package/dist/esm/v3/index.js +20 -16
  199. package/dist/esm/v3/{types-b79e4387.js → types-7f17b4b2.js} +1 -1
  200. package/package.json +3 -2
  201. package/src/components/index.ts +5 -1
  202. package/src/components/or-card-collection/OrCardCollection.vue +8 -8
  203. package/src/components/or-confirm/OrConfirm.vue +1 -1
  204. package/src/components/or-icon-button-v3/OrIconButton.stories3.ts +0 -4
  205. package/src/components/or-icon-button-v3/OrIconButton.vue +0 -6
  206. package/src/components/or-icon-button-v3/styles.ts +0 -13
  207. package/src/components/or-input/index.ts +1 -0
  208. package/src/components/or-list/OrList.stories.ts +1 -1
  209. package/src/components/or-list-of-inputs/OrListOfInputs.vue +1 -1
  210. package/src/components/or-modal/OrModal.stories.ts +1 -1
  211. package/src/components/{or-inputs → or-number-input}/OrNumberInput.vue +1 -1
  212. package/src/components/or-number-input/index.ts +1 -0
  213. package/src/components/{or-inputs → or-password}/OrPassword.vue +1 -1
  214. package/src/components/or-password/index.ts +1 -0
  215. package/src/components/{or-inputs → or-search}/OrSearch.vue +1 -1
  216. package/src/components/or-search/index.ts +1 -0
  217. package/src/components/{or-inputs → or-textarea}/OrTextarea.vue +225 -6
  218. package/src/components/or-textarea/index.ts +1 -0
  219. package/dist/bundled/v2/components/or-inputs/index.d.ts +0 -5
  220. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-13bc5b00.js +0 -390
  221. package/dist/bundled/v3/components/or-inputs/index.d.ts +0 -5
  222. package/dist/esm/v2/components/or-inputs/index.d.ts +0 -5
  223. package/dist/esm/v3/OrSearch-7cb2c91c.js +0 -1075
  224. package/dist/esm/v3/components/or-inputs/index.d.ts +0 -5
  225. package/src/components/or-inputs/index.ts +0 -5
  226. /package/dist/bundled/v2/{OrInput-08f2f666.js → OrInput-df1a14fa.js} +0 -0
  227. /package/dist/bundled/v2/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  228. /package/dist/bundled/v2/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  229. /package/dist/bundled/v2/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  230. /package/dist/bundled/v2/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  231. /package/dist/bundled/v2/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  232. /package/dist/bundled/v3/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  233. /package/dist/bundled/v3/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  234. /package/dist/bundled/v3/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  235. /package/dist/bundled/v3/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  236. /package/dist/bundled/v3/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  237. /package/dist/esm/v2/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  238. /package/dist/esm/v2/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  239. /package/dist/esm/v2/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  240. /package/dist/esm/v2/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  241. /package/dist/esm/v2/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  242. /package/dist/esm/v3/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  243. /package/dist/esm/v3/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  244. /package/dist/esm/v3/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  245. /package/dist/esm/v3/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  246. /package/dist/esm/v3/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  247. /package/src/components/{or-inputs → or-input}/OrInput.stories.ts +0 -0
  248. /package/src/components/{or-inputs → or-input}/OrInput.vue +0 -0
  249. /package/src/components/{or-inputs → or-input}/or-textbox-migration.stories.mdx +0 -0
  250. /package/src/components/{or-inputs → or-input}/styles.scss +0 -0
  251. /package/src/components/{or-inputs → or-number-input}/OrNumberInput.stories.ts +0 -0
  252. /package/src/components/{or-inputs → or-password}/OrPassword.stories.ts +0 -0
  253. /package/src/components/{or-inputs → or-search}/OrSearch.stories.ts +0 -0
  254. /package/src/components/{or-inputs → or-textarea}/OrTextarea.stories.ts +0 -0
@@ -7,8 +7,8 @@ export { _ as OrIconButton } from '../OrIconButton-014e86a7.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_script-9fb7b7ab.js';
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-66964360.js';
9
9
  export { _ as OrCard } from '../OrCard-b7268256.js';
10
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-f6b07557.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-251ab033.js';
10
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-19582949.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-bbdb6159.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-e89c44ef.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-4e2cf3d8.js';
14
14
  export { _ as OrCheckbox } from '../OrCheckbox-915f1f0a.js';
@@ -18,8 +18,8 @@ export { _ as OrChips } from '../OrChips-5e0063be.js';
18
18
  export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-d4400b42.js';
19
19
  export { _ as OrCollapse } from '../OrCollapse-4d892ca3.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-75abefdd.js';
21
- export { _ as OrConfirm } from '../OrConfirm-d7112dd3.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-9dbdedd7.js';
21
+ export { _ as OrConfirm } from '../OrConfirm-ede619eb.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-cfaf4266.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-349df9b2.js';
24
24
  export { _ as OrError } from '../OrError-081130bb.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-80f82cdf.js';
@@ -31,44 +31,45 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
31
31
  export { _ as OrHint } from '../OrHint-c45f1e09.js';
32
32
  export { _ as OrHintV3 } from '../OrHint-78b399cb.js';
33
33
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-819166f6.js';
34
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-04a3566d.js';
34
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-5fa56aec.js';
35
35
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from '../OrIcon-f34e0e6f.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-b85b84b4.js';
37
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-38645a8e.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b47cfc2d.js';
39
- export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-afd33047.js';
39
+ export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-b49a7107.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-9ceb9fc4.js';
41
- export { I as InputType, _ as OrInputV3 } from '../OrInput-59a15d80.js';
42
- export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-1fa97156.js';
43
- export { _ as OrInput } from '../OrSearch.vue_rollup-plugin-vue_script-197d77fc.js';
44
- export { _ as OrSearch } from '../OrSearch-0589d17d.js';
41
+ export { I as InputType, _ as OrInputV3 } from '../OrInput-e8fe9102.js';
42
+ export { _ as OrInput } from '../OrInput-6e6cfd11.js';
45
43
  export { _ as OrLabel } from '../OrLabel-33b41516.js';
46
44
  export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-0945a4d9.js';
47
45
  export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-597e0e18.js';
48
46
  export { _ as OrList } from '../OrList-d4781f7b.js';
49
- export { _ as OrListOfInputs } from '../OrListOfInputs-50aa1ef1.js';
47
+ export { _ as OrListOfInputs } from '../OrListOfInputs-4298fa2c.js';
50
48
  export { L as LoaderViews, _ as OrLoader } from '../OrLoader-003941a2.js';
51
49
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-76307488.js';
52
50
  export { _ as OrMenuItemV3 } from '../OrMenuItem-7b7fbf8a.js';
53
51
  export { _ as OrMenuV3 } from '../OrMenu-c276db74.js';
54
52
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-d5d4f62a.js';
55
53
  export { _ as OrModal, O as OrModalSizes } from '../OrModal-97e83549.js';
56
- export { M as ModalSize, _ as OrModalV3 } from '../OrModal-4e79e0d5.js';
54
+ export { M as ModalSize, _ as OrModalV3 } from '../OrModal-3b9d59de.js';
57
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-a9231a83.js';
58
- export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-eac3867f.js';
56
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-5e145880.js';
57
+ export { _ as OrNumberInput } from '../OrNumberInput-b20d75d2.js';
59
58
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-10a4166a.js';
60
59
  export { _ as OrOverlay } from '../OrOverlay-3b52865d.js';
61
60
  export { _ as OrOverlayV3 } from '../OrOverlay-a019186f.js';
61
+ export { _ as OrPassword } from '../OrPassword-e6d5e968.js';
62
62
  export { _ as OrPaginationV3 } from '../OrPagination-1adbcadb.js';
63
63
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-4ee24824.js';
64
64
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-b7d1c689.js';
65
65
  export { _ as OrRadio } from '../OrRadio-e4198532.js';
66
66
  export { _ as OrRadioGroup } from '../OrRadioGroup-d9d32cba.js';
67
67
  export { _ as OrRadioV3 } from '../OrRadio-87a4d226.js';
68
- export { _ as OrSearchV3 } from '../OrSearch-f42d588d.js';
68
+ export { _ as OrSearch } from '../OrSearch-b4f4d59b.js';
69
+ export { _ as OrSearchV3 } from '../OrSearch-4b774707.js';
69
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
70
71
  export { _ as OrSelect } from '../OrSelect-dae2b069.js';
71
- export { _ as OrSelectV3 } from '../OrSelect-e31d1c8b.js';
72
+ export { _ as OrSelectV3 } from '../OrSelect-d7016575.js';
72
73
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-7d6125bb.js';
73
74
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-fabc7bc9.js';
74
75
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-cc94bdc9.js';
@@ -84,15 +85,16 @@ export { _ as OrTabV3 } from '../OrTab-1ff87c76.js';
84
85
  export { _ as OrTabs } from '../OrTabs-e1c13d41.js';
85
86
  export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-96b0473d.js';
86
87
  export { _ as OrTag } from '../OrTag-c1fa6901.js';
87
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-b2906865.js';
88
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-765090df.js';
88
89
  export { _ as OrTeleport } from '../OrTeleportVue2-8ef4ceca.js';
89
90
  export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
90
91
  export { _ as OrTextV3 } from '../OrText-b12d0682.js';
92
+ export { _ as OrTextarea } from '../OrTextarea-91a95068.js';
91
93
  export { _ as OrTextareaV3 } from '../OrTextarea-a5a3572b.js';
92
94
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-2594c980.js';
93
95
  export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-2fbd4358.js';
94
96
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
95
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-1f95d710.js';
97
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-856a804f.js';
96
98
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
97
99
  export { _ as OrTooltip } from '../OrTooltip-614b016d.js';
98
100
  export { _ as OrTooltipContent } from '../OrTooltip.vue_rollup-plugin-vue_script-63559536.js';
@@ -119,12 +121,12 @@ import '../dom-3a15d036.js';
119
121
  import '@vueuse/math';
120
122
  import '@floating-ui/dom';
121
123
  import '../useValidationAttributes-d1abbe34.js';
122
- import '../useToggle-29e4d7c7.js';
123
124
  import 'uuid';
124
125
  import 'sortablejs';
125
126
  import '../useElevation-31bfe1f6.js';
126
127
  import '../useResponsive-a02e95b7.js';
127
128
  import '@vueuse/integrations/useFocusTrap';
129
+ import '../useToggle-29e4d7c7.js';
128
130
  import '../dropdown-open-0d314aa4.js';
129
131
  import '../useOverflow-af6161c8.js';
130
132
  import 'portal-vue/dist/portal-vue.esm.js';
@@ -1,4 +1,4 @@
1
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../../OrCardCollection-f6b07557.js';
1
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../../OrCardCollection-19582949.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrCard-b7268256.js';
4
4
  import '../../normalize-component-6e8e3d80.js';
@@ -12,15 +12,14 @@ import '../../OrTeleportVue2-8ef4ceca.js';
12
12
  import 'portal-vue/dist/portal-vue.esm.js';
13
13
  import '../../dom-3a15d036.js';
14
14
  import '../../px-to-rem-0b26b83e.js';
15
- import '../../OrSearch.vue_rollup-plugin-vue_script-197d77fc.js';
15
+ import '../../OrSearch-b4f4d59b.js';
16
+ import '../../OrInput-6e6cfd11.js';
16
17
  import '../../OrLabel-33b41516.js';
17
18
  import '../../OrHint-c45f1e09.js';
18
19
  import '../../OrError-081130bb.js';
19
20
  import '../../OrCollapse-4d892ca3.js';
20
21
  import '@vueuse/core';
21
- import '../../useToggle-29e4d7c7.js';
22
22
  import '../../OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
23
23
  import '../../OrLoader-003941a2.js';
24
24
  import '../../OrTooltip-614b016d.js';
25
25
  import '../../OrIconButton-014e86a7.js';
26
- import '../../OrSearch-0589d17d.js';
@@ -1,9 +1,9 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-251ab033.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-bbdb6159.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-66964360.js';
4
4
  import '../../OrLoader-76307488.js';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
- import '../../OrIconButton-04a3566d.js';
6
+ import '../../OrIconButton-5fa56aec.js';
7
7
  import '../../OrIcon-f34e0e6f.js';
8
8
  import '../../OrTooltip-629d44fc.js';
9
9
  import '@vueuse/core';
@@ -17,8 +17,8 @@ import '../../OrTeleport.vue2-fb92f29f.js';
17
17
  import 'portal-vue';
18
18
  import '../../OrMenuItem-7b7fbf8a.js';
19
19
  import '../../OrMenu-c276db74.js';
20
- import '../../OrSearch-f42d588d.js';
21
- import '../../OrInput-59a15d80.js';
20
+ import '../../OrSearch-4b774707.js';
21
+ import '../../OrInput-e8fe9102.js';
22
22
  import '../../useIdAttribute-859439f0.js';
23
23
  import '../../useValidationAttributes-d1abbe34.js';
24
24
  import '../../OrError-13845bb0.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrConfirm } from '../../OrConfirm-d7112dd3.js';
1
+ export { _ as OrConfirm } from '../../OrConfirm-ede619eb.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-c4f9955b.js';
4
4
  import '../../OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
@@ -20,10 +20,9 @@ import '../../OrIconButton-014e86a7.js';
20
20
  import '../../OrOverlay-3b52865d.js';
21
21
  import '@vueuse/core';
22
22
  import '@vueuse/integrations/useFocusTrap';
23
- import '../../OrSearch.vue_rollup-plugin-vue_script-197d77fc.js';
23
+ import '../../OrInput-6e6cfd11.js';
24
24
  import '../../OrLabel-33b41516.js';
25
25
  import '../../OrHint-c45f1e09.js';
26
26
  import '../../OrError-081130bb.js';
27
27
  import '../../OrCollapse-4d892ca3.js';
28
- import '../../useToggle-29e4d7c7.js';
29
28
  import '@vueuse/math';
@@ -1,16 +1,16 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-9dbdedd7.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-cfaf4266.js';
2
2
  import '@vueuse/core';
3
3
  import '@vueuse/math';
4
4
  import 'vue-demi';
5
5
  import '../../OrButton-66964360.js';
6
6
  import '../../OrLoader-76307488.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrInput-59a15d80.js';
8
+ import '../../OrInput-e8fe9102.js';
9
9
  import '../../useIdAttribute-859439f0.js';
10
10
  import '../../useValidationAttributes-d1abbe34.js';
11
11
  import '../../OrError-13845bb0.js';
12
12
  import '../../OrHint-78b399cb.js';
13
- import '../../OrIconButton-04a3566d.js';
13
+ import '../../OrIconButton-5fa56aec.js';
14
14
  import '../../OrIcon-f34e0e6f.js';
15
15
  import '../../OrTooltip-629d44fc.js';
16
16
  import '../../OrPopover-d5d4f62a.js';
@@ -18,10 +18,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
18
18
  type: PropType<IconButtonSize>;
19
19
  default: IconButtonSize;
20
20
  };
21
- selected: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
21
  disabled: {
26
22
  type: BooleanConstructor;
27
23
  default: boolean;
@@ -47,10 +43,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
47
43
  type: PropType<IconButtonSize>;
48
44
  default: IconButtonSize;
49
45
  };
50
- selected: {
51
- type: BooleanConstructor;
52
- default: boolean;
53
- };
54
46
  disabled: {
55
47
  type: BooleanConstructor;
56
48
  default: boolean;
@@ -67,7 +59,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
67
59
  [x: number]: string;
68
60
  } | {}> & Omit<{} & {}, never>>, "size">;
69
61
  color: IconButtonColor;
70
- selected: boolean;
71
62
  disabled: boolean;
72
63
  tooltip: string | Readonly<Partial<{
73
64
  [x: number]: string;
@@ -83,7 +74,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
83
74
  [x: number]: string;
84
75
  } | {}> & Omit<{} & {}, never>>, "size">;
85
76
  color: IconButtonColor;
86
- selected: boolean;
87
77
  disabled: boolean;
88
78
  tooltip: string | Readonly<Partial<{
89
79
  [x: number]: string;
@@ -93,7 +83,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
93
83
  }, {
94
84
  size: IconButtonSize;
95
85
  color: IconButtonColor;
96
- selected: boolean;
97
86
  disabled: boolean;
98
87
  tooltip: string | Readonly<Partial<{
99
88
  [x: number]: string;
@@ -1,4 +1,4 @@
1
- export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-04a3566d.js';
1
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-5fa56aec.js';
2
2
  export { I as IconButtonSize } from '../../OrIcon-f34e0e6f.js';
3
3
  import 'vue-demi';
4
4
  import '../../OrTooltip-629d44fc.js';
@@ -1,4 +1,4 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-b85b84b4.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-38645a8e.js';
2
2
  export { I as InlineInputSize } from '../../OrInlineInputBox-46146af0.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
@@ -7,7 +7,7 @@ import '../../useValidationAttributes-d1abbe34.js';
7
7
  import '../../OrError-13845bb0.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrHint-78b399cb.js';
10
- import '../../OrIconButton-04a3566d.js';
10
+ import '../../OrIconButton-5fa56aec.js';
11
11
  import '../../OrIcon-f34e0e6f.js';
12
12
  import '../../OrTooltip-629d44fc.js';
13
13
  import '../../OrPopover-d5d4f62a.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-afd33047.js';
1
+ export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-b49a7107.js';
2
2
  import 'vue-demi';
3
3
  import '../../useIdAttribute-859439f0.js';
4
4
  import '@vueuse/core';
@@ -6,7 +6,7 @@ import '../../useValidationAttributes-d1abbe34.js';
6
6
  import '../../OrError-13845bb0.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../OrHint-78b399cb.js';
9
- import '../../OrIconButton-04a3566d.js';
9
+ import '../../OrIconButton-5fa56aec.js';
10
10
  import '../../OrIcon-f34e0e6f.js';
11
11
  import '../../OrTooltip-629d44fc.js';
12
12
  import '../../OrPopover-d5d4f62a.js';
@@ -0,0 +1 @@
1
+ export { default as OrInput } from './OrInput.vue';
@@ -0,0 +1,11 @@
1
+ export { _ as OrInput } from '../../OrInput-6e6cfd11.js';
2
+ import 'vue-demi';
3
+ import '../../px-to-rem-0b26b83e.js';
4
+ import '../../dom-3a15d036.js';
5
+ import 'lodash';
6
+ import '../../OrLabel-33b41516.js';
7
+ import '../../normalize-component-6e8e3d80.js';
8
+ import '../../browser-82dea9ed.js';
9
+ import '../../OrHint-c45f1e09.js';
10
+ import '../../OrError-081130bb.js';
11
+ import '../../OrCollapse-4d892ca3.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, _ as OrInputV3 } from '../../OrInput-59a15d80.js';
1
+ export { I as InputType, _ as OrInputV3 } from '../../OrInput-e8fe9102.js';
2
2
  export { a as InputSize } from '../../OrInputBox-9ceb9fc4.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
@@ -7,7 +7,7 @@ import '../../useValidationAttributes-d1abbe34.js';
7
7
  import '../../OrError-13845bb0.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrHint-78b399cb.js';
10
- import '../../OrIconButton-04a3566d.js';
10
+ import '../../OrIconButton-5fa56aec.js';
11
11
  import '../../OrIcon-f34e0e6f.js';
12
12
  import '../../OrTooltip-629d44fc.js';
13
13
  import '../../OrPopover-d5d4f62a.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrListOfInputs } from '../../OrListOfInputs-50aa1ef1.js';
1
+ export { _ as OrListOfInputs } from '../../OrListOfInputs-4298fa2c.js';
2
2
  import 'vue-demi';
3
3
  import 'lodash';
4
4
  import '../../OrList-d4781f7b.js';
@@ -21,8 +21,6 @@ import '../../OrTooltip-614b016d.js';
21
21
  import '../../OrIconButton-014e86a7.js';
22
22
  import '../../OrError-081130bb.js';
23
23
  import 'sortablejs';
24
- import '../../OrSearch.vue_rollup-plugin-vue_script-197d77fc.js';
24
+ import '../../OrInput-6e6cfd11.js';
25
25
  import '../../OrHint-c45f1e09.js';
26
26
  import '../../OrCollapse-4d892ca3.js';
27
- import '@vueuse/core';
28
- import '../../useToggle-29e4d7c7.js';
@@ -1,6 +1,6 @@
1
- export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-4e79e0d5.js';
1
+ export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-3b9d59de.js';
2
2
  import 'vue-demi';
3
- import '../../OrIconButton-04a3566d.js';
3
+ import '../../OrIconButton-5fa56aec.js';
4
4
  import '../../OrIcon-f34e0e6f.js';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
6
  import '../../OrTooltip-629d44fc.js';
@@ -1,6 +1,6 @@
1
- export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-eac3867f.js';
1
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-5e145880.js';
2
2
  import 'vue-demi';
3
- import '../../OrIconButton-04a3566d.js';
3
+ import '../../OrIconButton-5fa56aec.js';
4
4
  import '../../OrIcon-f34e0e6f.js';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
6
  import '../../OrTooltip-629d44fc.js';
@@ -0,0 +1 @@
1
+ export { default as OrNumberInput } from './OrNumberInput.vue';
@@ -0,0 +1,12 @@
1
+ export { _ as OrNumberInput } from '../../OrNumberInput-b20d75d2.js';
2
+ import 'vue-demi';
3
+ import '../../OrInput-6e6cfd11.js';
4
+ import '../../px-to-rem-0b26b83e.js';
5
+ import '../../dom-3a15d036.js';
6
+ import 'lodash';
7
+ import '../../OrLabel-33b41516.js';
8
+ import '../../normalize-component-6e8e3d80.js';
9
+ import '../../browser-82dea9ed.js';
10
+ import '../../OrHint-c45f1e09.js';
11
+ import '../../OrError-081130bb.js';
12
+ import '../../OrCollapse-4d892ca3.js';
@@ -0,0 +1 @@
1
+ export { default as OrPassword } from './OrPassword.vue';
@@ -1,17 +1,16 @@
1
- export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../../OrPassword-1fa97156.js';
2
- export { _ as OrInput } from '../../OrSearch.vue_rollup-plugin-vue_script-197d77fc.js';
3
- export { _ as OrSearch } from '../../OrSearch-0589d17d.js';
4
- import '../../normalize-component-6e8e3d80.js';
5
- import '../../browser-82dea9ed.js';
1
+ export { _ as OrPassword } from '../../OrPassword-e6d5e968.js';
6
2
  import 'vue-demi';
3
+ import '@vueuse/core';
4
+ import '../../OrInput-6e6cfd11.js';
7
5
  import '../../px-to-rem-0b26b83e.js';
8
6
  import '../../dom-3a15d036.js';
9
7
  import 'lodash';
10
8
  import '../../OrLabel-33b41516.js';
9
+ import '../../normalize-component-6e8e3d80.js';
10
+ import '../../browser-82dea9ed.js';
11
11
  import '../../OrHint-c45f1e09.js';
12
12
  import '../../OrError-081130bb.js';
13
13
  import '../../OrCollapse-4d892ca3.js';
14
- import '@vueuse/core';
15
14
  import '../../useToggle-29e4d7c7.js';
16
15
  import '../../OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
17
16
  import '../../OrIcon-819166f6.js';
@@ -0,0 +1 @@
1
+ export { default as OrSearch } from './OrSearch.vue';
@@ -0,0 +1,23 @@
1
+ export { _ as OrSearch } from '../../OrSearch-b4f4d59b.js';
2
+ import 'vue-demi';
3
+ import '../../OrInput-6e6cfd11.js';
4
+ import '../../px-to-rem-0b26b83e.js';
5
+ import '../../dom-3a15d036.js';
6
+ import 'lodash';
7
+ import '../../OrLabel-33b41516.js';
8
+ import '../../normalize-component-6e8e3d80.js';
9
+ import '../../browser-82dea9ed.js';
10
+ import '../../OrHint-c45f1e09.js';
11
+ import '../../OrError-081130bb.js';
12
+ import '../../OrCollapse-4d892ca3.js';
13
+ import '@vueuse/core';
14
+ import '../../OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
15
+ import '../../OrIcon-819166f6.js';
16
+ import '../../OrTooltip.vue_rollup-plugin-vue_script-63559536.js';
17
+ import '../../OrFloating-89d6582a.js';
18
+ import '@floating-ui/dom';
19
+ import '../../OrTeleportVue2-8ef4ceca.js';
20
+ import 'portal-vue/dist/portal-vue.esm.js';
21
+ import '../../OrLoader-003941a2.js';
22
+ import '../../OrTooltip-614b016d.js';
23
+ import '../../OrIconButton-014e86a7.js';
@@ -1,14 +1,14 @@
1
- export { _ as OrSearchV3 } from '../../OrSearch-f42d588d.js';
1
+ export { _ as OrSearchV3 } from '../../OrSearch-4b774707.js';
2
2
  export { a as SearchSize } from '../../OrInputBox-9ceb9fc4.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
- import '../../OrInput-59a15d80.js';
5
+ import '../../OrInput-e8fe9102.js';
6
6
  import '../../useIdAttribute-859439f0.js';
7
7
  import '../../useValidationAttributes-d1abbe34.js';
8
8
  import '../../OrError-13845bb0.js';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
10
  import '../../OrHint-78b399cb.js';
11
- import '../../OrIconButton-04a3566d.js';
11
+ import '../../OrIconButton-5fa56aec.js';
12
12
  import '../../OrIcon-f34e0e6f.js';
13
13
  import '../../OrTooltip-629d44fc.js';
14
14
  import '../../OrPopover-d5d4f62a.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-e31d1c8b.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-d7016575.js';
2
2
  export { a as SelectSize } from '../../OrInputBox-9ceb9fc4.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-0d314aa4.js';
@@ -13,9 +13,9 @@ import '../../OrError-13845bb0.js';
13
13
  import '../../OrExpansionPanel-729eb1e7.js';
14
14
  import '../../OrIcon-f34e0e6f.js';
15
15
  import '../../OrHint-78b399cb.js';
16
- import '../../OrInput-59a15d80.js';
16
+ import '../../OrInput-e8fe9102.js';
17
17
  import '../../useValidationAttributes-d1abbe34.js';
18
- import '../../OrIconButton-04a3566d.js';
18
+ import '../../OrIconButton-5fa56aec.js';
19
19
  import '../../OrTooltip-629d44fc.js';
20
20
  import '../../OrPopover-d5d4f62a.js';
21
21
  import '@floating-ui/dom';
@@ -26,4 +26,4 @@ import '../../OrOverlay-a019186f.js';
26
26
  import '../../OrTeleport.vue2-fb92f29f.js';
27
27
  import 'portal-vue';
28
28
  import '../../OrMenuItem-7b7fbf8a.js';
29
- import '../../OrTag-b2906865.js';
29
+ import '../../OrTag-765090df.js';
@@ -1,6 +1,6 @@
1
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-b2906865.js';
1
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-765090df.js';
2
2
  import 'vue-demi';
3
- import '../../OrIconButton-04a3566d.js';
3
+ import '../../OrIconButton-5fa56aec.js';
4
4
  import '../../OrIcon-f34e0e6f.js';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
6
  import '../../OrTooltip-629d44fc.js';
@@ -0,0 +1 @@
1
+ export { default as OrTextarea } from './OrTextarea.vue';
@@ -0,0 +1,11 @@
1
+ export { _ as OrTextarea } from '../../OrTextarea-91a95068.js';
2
+ import 'vue-demi';
3
+ import '../../px-to-rem-0b26b83e.js';
4
+ import '../../dom-3a15d036.js';
5
+ import 'lodash';
6
+ import '../../OrLabel-33b41516.js';
7
+ import '../../normalize-component-6e8e3d80.js';
8
+ import '../../browser-82dea9ed.js';
9
+ import '../../OrHint-c45f1e09.js';
10
+ import '../../OrError-081130bb.js';
11
+ import '../../OrCollapse-4d892ca3.js';
@@ -1,11 +1,11 @@
1
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-1f95d710.js';
1
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-856a804f.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-04a3566d.js';
8
+ import '../../OrIconButton-5fa56aec.js';
9
9
  import '../../OrIcon-f34e0e6f.js';
10
10
  import '../../OrTooltip-629d44fc.js';
11
11
  import '../../OrPopover-d5d4f62a.js';
@@ -7,8 +7,8 @@ export { _ as OrIconButton } from './OrIconButton-014e86a7.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_script-9fb7b7ab.js';
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-66964360.js';
9
9
  export { _ as OrCard } from './OrCard-b7268256.js';
10
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-f6b07557.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-251ab033.js';
10
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-19582949.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-bbdb6159.js';
12
12
  export { _ as OrCardV3 } from './OrCard-e89c44ef.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-4e2cf3d8.js';
14
14
  export { _ as OrCheckbox } from './OrCheckbox-915f1f0a.js';
@@ -18,8 +18,8 @@ export { _ as OrChips } from './OrChips-5e0063be.js';
18
18
  export { _ as OrCode, O as OrCodeLanguages } from './OrCode-d4400b42.js';
19
19
  export { _ as OrCollapse } from './OrCollapse-4d892ca3.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-75abefdd.js';
21
- export { _ as OrConfirm } from './OrConfirm-d7112dd3.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-9dbdedd7.js';
21
+ export { _ as OrConfirm } from './OrConfirm-ede619eb.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-cfaf4266.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-349df9b2.js';
24
24
  export { _ as OrError } from './OrError-081130bb.js';
25
25
  export { _ as OrErrorTagV3 } from './OrErrorTag-80f82cdf.js';
@@ -31,44 +31,45 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
31
31
  export { _ as OrHint } from './OrHint-c45f1e09.js';
32
32
  export { _ as OrHintV3 } from './OrHint-78b399cb.js';
33
33
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-819166f6.js';
34
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-04a3566d.js';
34
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-5fa56aec.js';
35
35
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-f34e0e6f.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-b85b84b4.js';
37
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-38645a8e.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-b47cfc2d.js';
39
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-afd33047.js';
39
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-b49a7107.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-9ceb9fc4.js';
41
- export { I as InputType, _ as OrInputV3 } from './OrInput-59a15d80.js';
42
- export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-1fa97156.js';
43
- export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_script-197d77fc.js';
44
- export { _ as OrSearch } from './OrSearch-0589d17d.js';
41
+ export { I as InputType, _ as OrInputV3 } from './OrInput-e8fe9102.js';
42
+ export { _ as OrInput } from './OrInput-6e6cfd11.js';
45
43
  export { _ as OrLabel } from './OrLabel-33b41516.js';
46
44
  export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-0945a4d9.js';
47
45
  export { L as LinkColor, _ as OrLinkV3 } from './OrLink-597e0e18.js';
48
46
  export { _ as OrList } from './OrList-d4781f7b.js';
49
- export { _ as OrListOfInputs } from './OrListOfInputs-50aa1ef1.js';
47
+ export { _ as OrListOfInputs } from './OrListOfInputs-4298fa2c.js';
50
48
  export { L as LoaderViews, _ as OrLoader } from './OrLoader-003941a2.js';
51
49
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-76307488.js';
52
50
  export { _ as OrMenuItemV3 } from './OrMenuItem-7b7fbf8a.js';
53
51
  export { _ as OrMenuV3 } from './OrMenu-c276db74.js';
54
52
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-d5d4f62a.js';
55
53
  export { _ as OrModal, O as OrModalSizes } from './OrModal-97e83549.js';
56
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-4e79e0d5.js';
54
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-3b9d59de.js';
57
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-a9231a83.js';
58
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-eac3867f.js';
56
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-5e145880.js';
57
+ export { _ as OrNumberInput } from './OrNumberInput-b20d75d2.js';
59
58
  export { _ as OrOverflowMenu } from './OrOverflowMenu-10a4166a.js';
60
59
  export { _ as OrOverlay } from './OrOverlay-3b52865d.js';
61
60
  export { _ as OrOverlayV3 } from './OrOverlay-a019186f.js';
61
+ export { _ as OrPassword } from './OrPassword-e6d5e968.js';
62
62
  export { _ as OrPaginationV3 } from './OrPagination-1adbcadb.js';
63
63
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-4ee24824.js';
64
64
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-b7d1c689.js';
65
65
  export { _ as OrRadio } from './OrRadio-e4198532.js';
66
66
  export { _ as OrRadioGroup } from './OrRadioGroup-d9d32cba.js';
67
67
  export { _ as OrRadioV3 } from './OrRadio-87a4d226.js';
68
- export { _ as OrSearchV3 } from './OrSearch-f42d588d.js';
68
+ export { _ as OrSearch } from './OrSearch-b4f4d59b.js';
69
+ export { _ as OrSearchV3 } from './OrSearch-4b774707.js';
69
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-7486115b.js';
70
71
  export { _ as OrSelect } from './OrSelect-dae2b069.js';
71
- export { _ as OrSelectV3 } from './OrSelect-e31d1c8b.js';
72
+ export { _ as OrSelectV3 } from './OrSelect-d7016575.js';
72
73
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-7d6125bb.js';
73
74
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
74
75
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-cc94bdc9.js';
@@ -84,15 +85,16 @@ export { _ as OrTabV3 } from './OrTab-1ff87c76.js';
84
85
  export { _ as OrTabs } from './OrTabs-e1c13d41.js';
85
86
  export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-96b0473d.js';
86
87
  export { _ as OrTag } from './OrTag-c1fa6901.js';
87
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-b2906865.js';
88
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-765090df.js';
88
89
  export { _ as OrTeleport } from './OrTeleportVue2-8ef4ceca.js';
89
90
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
90
91
  export { _ as OrTextV3 } from './OrText-b12d0682.js';
92
+ export { _ as OrTextarea } from './OrTextarea-91a95068.js';
91
93
  export { _ as OrTextareaV3 } from './OrTextarea-a5a3572b.js';
92
94
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-2594c980.js';
93
95
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-2fbd4358.js';
94
96
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
95
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-1f95d710.js';
97
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-856a804f.js';
96
98
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
97
99
  export { _ as OrTooltip } from './OrTooltip-614b016d.js';
98
100
  export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_script-63559536.js';