@onereach/ui-components 2.71.2-beta.2241.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 (195) hide show
  1. package/dist/bundled/v2/{OrCardCollection-c1ccde63.js → OrCardCollection-091e2193.js} +1 -1
  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-cc8b767f.js → OrConfirm-bb2df177.js} +1 -1
  5. package/dist/bundled/v2/{OrInput-c539e47c.js → OrInput-5404a234.js} +6 -23
  6. package/dist/bundled/v2/{OrListOfInputs-8f076650.js → OrListOfInputs-ab7f9d97.js} +4 -4
  7. package/dist/bundled/v2/OrNumberInput-face8ccc.js +227 -0
  8. package/dist/bundled/v2/OrPassword-a818e7b5.js +227 -0
  9. package/dist/bundled/v2/{OrSearch-f7cfa52f.js → OrSearch-832d7978.js} +4 -4
  10. package/dist/bundled/v2/{OrSearch-d7326373.js → OrSearch-d1169241.js} +1 -1
  11. package/dist/bundled/v2/{OrSelect-8802f330.js → OrSelect-5634790b.js} +1 -1
  12. package/dist/bundled/v2/{OrPassword-7da938aa.js → OrTextarea-71ff236d.js} +7 -449
  13. package/dist/bundled/v2/components/index.d.ts +5 -1
  14. package/dist/bundled/v2/components/index.js +15 -13
  15. package/dist/bundled/v2/components/or-card-collection/index.js +4 -4
  16. package/dist/bundled/v2/components/or-card-collection-v3/index.js +3 -3
  17. package/dist/bundled/v2/components/or-confirm/index.js +2 -2
  18. package/dist/bundled/v2/components/or-confirm-v3/index.js +2 -2
  19. package/dist/bundled/v2/components/or-input/index.d.ts +1 -0
  20. package/dist/bundled/v2/components/or-input/index.js +13 -0
  21. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +0 -13
  22. package/dist/bundled/v2/components/or-input-v3/index.js +1 -2
  23. package/dist/bundled/v2/components/or-list-of-inputs/index.js +2 -2
  24. package/dist/bundled/v2/components/or-number-input/index.d.ts +1 -0
  25. package/dist/bundled/v2/components/or-number-input/index.js +14 -0
  26. package/dist/bundled/v2/components/or-password/index.d.ts +1 -0
  27. package/dist/bundled/v2/components/{or-inputs → or-password}/index.js +3 -4
  28. package/dist/bundled/v2/components/or-search/index.d.ts +1 -0
  29. package/dist/bundled/v2/components/or-search/index.js +25 -0
  30. package/dist/bundled/v2/components/or-search-v3/index.js +2 -3
  31. package/dist/bundled/v2/components/or-select-v3/index.js +2 -3
  32. package/dist/bundled/v2/components/or-textarea/index.d.ts +1 -0
  33. package/dist/bundled/v2/components/or-textarea/index.js +13 -0
  34. package/dist/bundled/v2/index.js +13 -11
  35. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f9897e01.js → OrCardCollection.vue_vue_type_script_lang-60403ae6.js} +1 -1
  36. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-d8124dda.js → OrCardCollection.vue_vue_type_script_lang-cd84f344.js} +4 -4
  37. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-0f16fc67.js → OrConfirm.vue_vue_type_script_lang-41b4d791.js} +2 -1
  38. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-e9ba9909.js → OrConfirm.vue_vue_type_script_lang-9231d51e.js} +2 -2
  39. package/dist/bundled/v3/{OrInput-41f8351a.js → OrInput-2a7c6b57.js} +4 -13
  40. package/dist/bundled/v3/{OrInput-7d4b571a.js → OrInput-704e72ba.js} +5 -193
  41. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-409235cc.js +190 -0
  42. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-b88324b6.js → OrInput.vue_vue_type_script_lang-509de504.js} +1 -13
  43. package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-62dbf1e7.js → OrListOfInputs.vue_vue_type_script_lang-6c5cf7a5.js} +2 -1
  44. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-f061d829.js +113 -0
  45. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-b75f6543.js +99 -0
  46. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-16fbccc0.js → OrSearch.vue_vue_type_script_lang-5356fa79.js} +2 -1
  47. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-56eb4e93.js → OrSearch.vue_vue_type_script_lang-ab2ef22c.js} +2 -2
  48. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-ee433d47.js → OrSelect.vue_vue_type_script_lang-54f683a2.js} +2 -2
  49. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-69ea22e9.js +187 -0
  50. package/dist/bundled/v3/components/index.d.ts +5 -1
  51. package/dist/bundled/v3/components/index.js +17 -14
  52. package/dist/bundled/v3/components/or-card-collection/index.js +5 -4
  53. package/dist/bundled/v3/components/or-card-collection-v3/index.js +4 -4
  54. package/dist/bundled/v3/components/or-confirm/index.js +3 -2
  55. package/dist/bundled/v3/components/or-confirm-v3/index.js +3 -3
  56. package/dist/bundled/v3/components/or-input/index.d.ts +1 -0
  57. package/dist/bundled/v3/components/or-input/index.js +14 -0
  58. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +0 -13
  59. package/dist/bundled/v3/components/or-input-v3/index.js +1 -3
  60. package/dist/bundled/v3/components/or-list-of-inputs/index.js +3 -2
  61. package/dist/bundled/v3/components/or-number-input/index.d.ts +1 -0
  62. package/dist/bundled/v3/components/or-number-input/index.js +16 -0
  63. package/dist/bundled/v3/components/or-password/index.d.ts +1 -0
  64. package/dist/bundled/v3/components/or-password/index.js +31 -0
  65. package/dist/bundled/v3/components/or-search/index.d.ts +1 -0
  66. package/dist/bundled/v3/components/{or-inputs → or-search}/index.js +4 -5
  67. package/dist/bundled/v3/components/or-search-v3/index.js +3 -5
  68. package/dist/bundled/v3/components/or-select-v3/index.js +3 -5
  69. package/dist/bundled/v3/components/or-textarea/index.d.ts +1 -0
  70. package/dist/bundled/v3/components/or-textarea/index.js +14 -0
  71. package/dist/bundled/v3/index.js +664 -659
  72. package/dist/esm/v2/{OrCardCollection-f6b07557.js → OrCardCollection-19582949.js} +6 -7
  73. package/dist/esm/v2/{OrCardCollection-ff1e9819.js → OrCardCollection-bbdb6159.js} +1 -1
  74. package/dist/esm/v2/{OrConfirm-ec81498e.js → OrConfirm-cfaf4266.js} +1 -1
  75. package/dist/esm/v2/{OrConfirm-d7112dd3.js → OrConfirm-ede619eb.js} +4 -4
  76. package/dist/esm/v2/{OrSearch.vue_rollup-plugin-vue_script-197d77fc.js → OrInput-6e6cfd11.js} +4 -492
  77. package/dist/esm/v2/{OrInput-b029d058.js → OrInput-e8fe9102.js} +6 -23
  78. package/dist/esm/v2/{OrListOfInputs-50aa1ef1.js → OrListOfInputs-4298fa2c.js} +5 -5
  79. package/dist/esm/v2/OrNumberInput-b20d75d2.js +225 -0
  80. package/dist/esm/v2/OrPassword-e6d5e968.js +225 -0
  81. package/dist/esm/v2/{OrSearch-1c934f72.js → OrSearch-4b774707.js} +1 -1
  82. package/dist/esm/v2/{OrSearch-0589d17d.js → OrSearch-b4f4d59b.js} +122 -5
  83. package/dist/esm/v2/{OrSelect-cfcb233a.js → OrSelect-d7016575.js} +1 -1
  84. package/dist/esm/v2/{OrPassword-1fa97156.js → OrTextarea-91a95068.js} +187 -245
  85. package/dist/esm/v2/components/index.d.ts +5 -1
  86. package/dist/esm/v2/components/index.js +15 -13
  87. package/dist/esm/v2/components/or-card-collection/index.js +3 -4
  88. package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
  89. package/dist/esm/v2/components/or-confirm/index.js +2 -3
  90. package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
  91. package/dist/esm/v2/components/or-input/index.d.ts +1 -0
  92. package/dist/esm/v2/components/or-input/index.js +11 -0
  93. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +0 -13
  94. package/dist/esm/v2/components/or-input-v3/index.js +2 -3
  95. package/dist/esm/v2/components/or-list-of-inputs/index.js +2 -4
  96. package/dist/esm/v2/components/or-number-input/index.d.ts +1 -0
  97. package/dist/esm/v2/components/or-number-input/index.js +12 -0
  98. package/dist/esm/v2/components/or-password/index.d.ts +1 -0
  99. package/dist/esm/v2/components/{or-inputs → or-password}/index.js +5 -6
  100. package/dist/esm/v2/components/or-search/index.d.ts +1 -0
  101. package/dist/esm/v2/components/or-search/index.js +23 -0
  102. package/dist/esm/v2/components/or-search-v3/index.js +3 -4
  103. package/dist/esm/v2/components/or-select-v3/index.js +3 -4
  104. package/dist/esm/v2/components/or-textarea/index.d.ts +1 -0
  105. package/dist/esm/v2/components/or-textarea/index.js +11 -0
  106. package/dist/esm/v2/index.js +13 -11
  107. package/dist/esm/v3/{OrCardCollection-a5e326ef.js → OrCardCollection-1e44c758.js} +2 -2
  108. package/dist/esm/v3/{OrCardCollection-5ecdcbaf.js → OrCardCollection-47f61c40.js} +1 -1
  109. package/dist/esm/v3/{OrConfirm-f39bd784.js → OrConfirm-c11ee2ec.js} +1 -1
  110. package/dist/esm/v3/{OrConfirm-beeb74d6.js → OrConfirm-e7cbf54c.js} +1 -1
  111. package/dist/esm/v3/{OrInput-8a4573cd.js → OrInput-6fb81556.js} +4 -24
  112. package/dist/esm/v3/OrInput-81125804.js +295 -0
  113. package/dist/esm/v3/{OrListOfInputs-7a67440f.js → OrListOfInputs-508e056f.js} +1 -1
  114. package/dist/esm/v3/OrNumberInput-b32b5ce3.js +170 -0
  115. package/dist/esm/v3/OrPassword-b0cbb578.js +162 -0
  116. package/dist/esm/v3/OrSearch-11fdf667.js +188 -0
  117. package/dist/esm/v3/{OrSearch-10d09806.js → OrSearch-e15955a7.js} +1 -1
  118. package/dist/esm/v3/{OrSelect-1e4c6062.js → OrSelect-027b5e8f.js} +1 -1
  119. package/dist/esm/v3/OrTextarea-1f5c3be1.js +290 -0
  120. package/dist/esm/v3/components/index.d.ts +5 -1
  121. package/dist/esm/v3/components/index.js +15 -11
  122. package/dist/esm/v3/components/or-card-collection/index.js +3 -3
  123. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  124. package/dist/esm/v3/components/or-confirm/index.js +2 -3
  125. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  126. package/dist/esm/v3/components/or-input/index.d.ts +1 -0
  127. package/dist/esm/v3/components/or-input/index.js +11 -0
  128. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +0 -13
  129. package/dist/esm/v3/components/or-input-v3/index.js +2 -3
  130. package/dist/esm/v3/components/or-list-of-inputs/index.js +2 -4
  131. package/dist/esm/v3/components/or-number-input/index.d.ts +1 -0
  132. package/dist/esm/v3/components/or-number-input/index.js +12 -0
  133. package/dist/esm/v3/components/or-password/index.d.ts +1 -0
  134. package/dist/esm/v3/components/{or-inputs → or-password}/index.js +3 -2
  135. package/dist/esm/v3/components/or-search/index.d.ts +1 -0
  136. package/dist/esm/v3/components/or-search/index.js +20 -0
  137. package/dist/esm/v3/components/or-search-v3/index.js +3 -4
  138. package/dist/esm/v3/components/or-select-v3/index.js +3 -4
  139. package/dist/esm/v3/components/or-textarea/index.d.ts +1 -0
  140. package/dist/esm/v3/components/or-textarea/index.js +11 -0
  141. package/dist/esm/v3/index.js +13 -9
  142. package/package.json +3 -2
  143. package/src/components/index.ts +5 -1
  144. package/src/components/or-card-collection/OrCardCollection.vue +8 -8
  145. package/src/components/or-confirm/OrConfirm.vue +1 -1
  146. package/src/components/or-input/index.ts +1 -0
  147. package/src/components/or-input-v3/OrInput.stories3.ts +0 -4
  148. package/src/components/or-input-v3/OrInput.vue +17 -37
  149. package/src/components/or-list/OrList.stories.ts +1 -1
  150. package/src/components/or-list-of-inputs/OrListOfInputs.vue +1 -1
  151. package/src/components/or-modal/OrModal.stories.ts +1 -1
  152. package/src/components/{or-inputs → or-number-input}/OrNumberInput.vue +1 -1
  153. package/src/components/or-number-input/index.ts +1 -0
  154. package/src/components/{or-inputs → or-password}/OrPassword.vue +1 -1
  155. package/src/components/or-password/index.ts +1 -0
  156. package/src/components/{or-inputs → or-search}/OrSearch.vue +1 -1
  157. package/src/components/or-search/index.ts +1 -0
  158. package/src/components/{or-inputs → or-textarea}/OrTextarea.vue +225 -6
  159. package/src/components/or-textarea/index.ts +1 -0
  160. package/dist/bundled/v2/components/or-inputs/index.d.ts +0 -5
  161. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-13bc5b00.js +0 -390
  162. package/dist/bundled/v3/components/or-inputs/index.d.ts +0 -5
  163. package/dist/esm/v2/components/or-inputs/index.d.ts +0 -5
  164. package/dist/esm/v3/OrSearch-7cb2c91c.js +0 -1075
  165. package/dist/esm/v3/components/or-inputs/index.d.ts +0 -5
  166. package/src/components/or-inputs/index.ts +0 -5
  167. /package/dist/bundled/v2/{OrInput-08f2f666.js → OrInput-df1a14fa.js} +0 -0
  168. /package/dist/bundled/v2/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  169. /package/dist/bundled/v2/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  170. /package/dist/bundled/v2/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  171. /package/dist/bundled/v2/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  172. /package/dist/bundled/v2/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  173. /package/dist/bundled/v3/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  174. /package/dist/bundled/v3/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  175. /package/dist/bundled/v3/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  176. /package/dist/bundled/v3/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  177. /package/dist/bundled/v3/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  178. /package/dist/esm/v2/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  179. /package/dist/esm/v2/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  180. /package/dist/esm/v2/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  181. /package/dist/esm/v2/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  182. /package/dist/esm/v2/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  183. /package/dist/esm/v3/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  184. /package/dist/esm/v3/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  185. /package/dist/esm/v3/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  186. /package/dist/esm/v3/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  187. /package/dist/esm/v3/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  188. /package/src/components/{or-inputs → or-input}/OrInput.stories.ts +0 -0
  189. /package/src/components/{or-inputs → or-input}/OrInput.vue +0 -0
  190. /package/src/components/{or-inputs → or-input}/or-textbox-migration.stories.mdx +0 -0
  191. /package/src/components/{or-inputs → or-input}/styles.scss +0 -0
  192. /package/src/components/{or-inputs → or-number-input}/OrNumberInput.stories.ts +0 -0
  193. /package/src/components/{or-inputs → or-password}/OrPassword.stories.ts +0 -0
  194. /package/src/components/{or-inputs → or-search}/OrSearch.stories.ts +0 -0
  195. /package/src/components/{or-inputs → or-textarea}/OrTextarea.stories.ts +0 -0
@@ -1,5 +0,0 @@
1
- export { default as OrTextarea } from './OrTextarea.vue';
2
- export { default as OrInput } from './OrInput.vue';
3
- export { default as OrNumberInput } from './OrNumberInput.vue';
4
- export { default as OrPassword } from './OrPassword.vue';
5
- export { default as OrSearch } from './OrSearch.vue';
@@ -1,5 +0,0 @@
1
- export { default as OrTextarea } from './OrTextarea.vue';
2
- export { default as OrInput } from './OrInput.vue';
3
- export { default as OrNumberInput } from './OrNumberInput.vue';
4
- export { default as OrPassword } from './OrPassword.vue';
5
- export { default as OrSearch } from './OrSearch.vue';