@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,4 +1,4 @@
1
- export { s as OrListOfInputs } from '../../OrListOfInputs-7a67440f.js';
1
+ export { s as OrListOfInputs } from '../../OrListOfInputs-508e056f.js';
2
2
  import 'vue-demi';
3
3
  import 'lodash';
4
4
  import '../../OrList-b740d13e.js';
@@ -17,8 +17,6 @@ import '../../px-to-rem-0b26b83e.js';
17
17
  import '../../OrLoader-15174477.js';
18
18
  import '../../OrError-f90296db.js';
19
19
  import 'sortablejs';
20
- import '../../OrSearch-7cb2c91c.js';
20
+ import '../../OrInput-81125804.js';
21
21
  import '../../OrHint-1414c530.js';
22
22
  import '../../OrCollapse-445141ab.js';
23
- import '@vueuse/core';
24
- import '../../useToggle-29e4d7c7.js';
@@ -0,0 +1 @@
1
+ export { default as OrNumberInput } from './OrNumberInput.vue';
@@ -0,0 +1,12 @@
1
+ export { s as OrNumberInput } from '../../OrNumberInput-b32b5ce3.js';
2
+ import 'vue-demi';
3
+ import '../../OrInput-81125804.js';
4
+ import '../../px-to-rem-0b26b83e.js';
5
+ import '../../dom-3a15d036.js';
6
+ import 'lodash';
7
+ import '../../OrLabel-876f8729.js';
8
+ import 'vue';
9
+ import '../../style-inject.es-4c6f2515.js';
10
+ import '../../OrHint-1414c530.js';
11
+ import '../../OrError-f90296db.js';
12
+ import '../../OrCollapse-445141ab.js';
@@ -0,0 +1 @@
1
+ export { default as OrPassword } from './OrPassword.vue';
@@ -1,5 +1,7 @@
1
- export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from '../../OrSearch-7cb2c91c.js';
1
+ export { s as OrPassword } from '../../OrPassword-b0cbb578.js';
2
2
  import 'vue-demi';
3
+ import '@vueuse/core';
4
+ import '../../OrInput-81125804.js';
3
5
  import '../../px-to-rem-0b26b83e.js';
4
6
  import '../../dom-3a15d036.js';
5
7
  import 'lodash';
@@ -9,7 +11,6 @@ import '../../style-inject.es-4c6f2515.js';
9
11
  import '../../OrHint-1414c530.js';
10
12
  import '../../OrError-f90296db.js';
11
13
  import '../../OrCollapse-445141ab.js';
12
- import '@vueuse/core';
13
14
  import '../../useToggle-29e4d7c7.js';
14
15
  import '../../OrIconButton-8be9c89f.js';
15
16
  import '../../OrIcon-669503c3.js';
@@ -0,0 +1 @@
1
+ export { default as OrSearch } from './OrSearch.vue';
@@ -0,0 +1,20 @@
1
+ export { s as OrSearch } from '../../OrSearch-11fdf667.js';
2
+ import 'vue-demi';
3
+ import '../../OrInput-81125804.js';
4
+ import '../../px-to-rem-0b26b83e.js';
5
+ import '../../dom-3a15d036.js';
6
+ import 'lodash';
7
+ import '../../OrLabel-876f8729.js';
8
+ import 'vue';
9
+ import '../../style-inject.es-4c6f2515.js';
10
+ import '../../OrHint-1414c530.js';
11
+ import '../../OrError-f90296db.js';
12
+ import '../../OrCollapse-445141ab.js';
13
+ import '@vueuse/core';
14
+ import '../../OrIconButton-8be9c89f.js';
15
+ import '../../OrIcon-669503c3.js';
16
+ import '../../OrTooltip-78cd7f6b.js';
17
+ import '../../OrFloating-5240e758.js';
18
+ import '@floating-ui/dom';
19
+ import '../../OrTeleportVue3-ad639f12.js';
20
+ import '../../OrLoader-15174477.js';
@@ -1,10 +1,9 @@
1
- export { s as OrSearchV3 } from '../../OrSearch-10d09806.js';
1
+ export { s as OrSearchV3 } from '../../OrSearch-e15955a7.js';
2
2
  export { a as SearchSize } from '../../OrInputBox-e16ade90.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
- import '../../OrInput-8a4573cd.js';
5
+ import '../../OrInput-6fb81556.js';
6
6
  import '../../useIdAttribute-859439f0.js';
7
- import '../../useResponsive-a02e95b7.js';
8
7
  import '../../useValidationAttributes-d1abbe34.js';
9
8
  import '../../OrError-19198748.js';
10
9
  import 'vue';
@@ -15,9 +14,9 @@ import '../../OrTooltip-b07616f4.js';
15
14
  import '../../OrPopover-40217b49.js';
16
15
  import '@floating-ui/dom';
17
16
  import '../../useElevation-31bfe1f6.js';
17
+ import '../../useResponsive-a02e95b7.js';
18
18
  import '../../OrBottomSheet-13a416ef.js';
19
19
  import '../../OrOverlay-afad3aa4.js';
20
20
  import '../../OrTeleport.vue3-8099178c.js';
21
21
  import '../../OrLabel-f700f9fb.js';
22
- import '../../OrLoader-a53d2edf.js';
23
22
  import '../../style-inject.es-4c6f2515.js';
@@ -1,4 +1,4 @@
1
- export { s as OrSelectV3 } from '../../OrSelect-1e4c6062.js';
1
+ export { s as OrSelectV3 } from '../../OrSelect-027b5e8f.js';
2
2
  export { a as SelectSize } from '../../OrInputBox-e16ade90.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-0d314aa4.js';
@@ -13,17 +13,16 @@ import '../../OrError-19198748.js';
13
13
  import '../../OrExpansionPanel-3a4282da.js';
14
14
  import '../../OrIcon-34f59f73.js';
15
15
  import '../../OrHint-6863124f.js';
16
- import '../../OrInput-8a4573cd.js';
17
- import '../../useResponsive-a02e95b7.js';
16
+ import '../../OrInput-6fb81556.js';
18
17
  import '../../useValidationAttributes-d1abbe34.js';
19
18
  import '../../OrIconButton-e5781317.js';
20
19
  import '../../OrTooltip-b07616f4.js';
21
20
  import '../../OrPopover-40217b49.js';
22
21
  import '@floating-ui/dom';
23
22
  import '../../useElevation-31bfe1f6.js';
23
+ import '../../useResponsive-a02e95b7.js';
24
24
  import '../../OrBottomSheet-13a416ef.js';
25
25
  import '../../OrOverlay-afad3aa4.js';
26
26
  import '../../OrTeleport.vue3-8099178c.js';
27
- import '../../OrLoader-a53d2edf.js';
28
27
  import '../../OrMenuItem-58707d47.js';
29
28
  import '../../OrTag-21ba5e15.js';
@@ -0,0 +1 @@
1
+ export { default as OrTextarea } from './OrTextarea.vue';
@@ -0,0 +1,11 @@
1
+ export { s as OrTextarea } from '../../OrTextarea-1f5c3be1.js';
2
+ import 'vue-demi';
3
+ import '../../px-to-rem-0b26b83e.js';
4
+ import '../../dom-3a15d036.js';
5
+ import 'lodash';
6
+ import '../../OrLabel-876f8729.js';
7
+ import 'vue';
8
+ import '../../style-inject.es-4c6f2515.js';
9
+ import '../../OrHint-1414c530.js';
10
+ import '../../OrError-f90296db.js';
11
+ import '../../OrCollapse-445141ab.js';
@@ -5,8 +5,8 @@ export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
5
5
  export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrButtonV2, a as OrIconButton } from './OrIconButton-8be9c89f.js';
6
6
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-c56998e7.js';
7
7
  export { s as OrCard } from './OrCard-e3a5aea4.js';
8
- export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-a5e326ef.js';
9
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-5ecdcbaf.js';
8
+ export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-1e44c758.js';
9
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-47f61c40.js';
10
10
  export { s as OrCardV3 } from './OrCard-cd6af82e.js';
11
11
  export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-636d99a1.js';
12
12
  export { s as OrCheckbox } from './OrCheckbox-ed4a19cf.js';
@@ -15,8 +15,8 @@ export { s as OrChip, a as OrChips } from './OrChips-9afba42f.js';
15
15
  export { s as OrCode, O as OrCodeLanguages } from './OrCode-5ed69c23.js';
16
16
  export { s as OrCollapse } from './OrCollapse-445141ab.js';
17
17
  export { s 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-189cb097.js';
18
- export { s as OrConfirm } from './OrConfirm-f39bd784.js';
19
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-beeb74d6.js';
18
+ export { s as OrConfirm } from './OrConfirm-c11ee2ec.js';
19
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-e7cbf54c.js';
20
20
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-f2e08564.js';
21
21
  export { s as OrError } from './OrError-f90296db.js';
22
22
  export { s as OrErrorTagV3 } from './OrErrorTag-308119de.js';
@@ -35,13 +35,13 @@ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-09de
35
35
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-1aa477b5.js';
36
36
  export { s as OrInlineTextareaV3 } from './OrInlineTextarea-56328f22.js';
37
37
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-e16ade90.js';
38
- export { I as InputType, s as OrInputV3 } from './OrInput-8a4573cd.js';
39
- export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-7cb2c91c.js';
38
+ export { I as InputType, s as OrInputV3 } from './OrInput-6fb81556.js';
39
+ export { s as OrInput } from './OrInput-81125804.js';
40
40
  export { s as OrLabel } from './OrLabel-876f8729.js';
41
41
  export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-f700f9fb.js';
42
42
  export { L as LinkColor, s as OrLinkV3 } from './OrLink-07f6f27d.js';
43
43
  export { s as OrList } from './OrList-b740d13e.js';
44
- export { s as OrListOfInputs } from './OrListOfInputs-7a67440f.js';
44
+ export { s as OrListOfInputs } from './OrListOfInputs-508e056f.js';
45
45
  export { L as LoaderViews, s as OrLoader } from './OrLoader-15174477.js';
46
46
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-a53d2edf.js';
47
47
  export { s as OrMenuItemV3 } from './OrMenuItem-58707d47.js';
@@ -51,19 +51,22 @@ export { s as OrModal, O as OrModalSizes } from './OrModal-8b074b0c.js';
51
51
  export { M as ModalSize, s as OrModalV3 } from './OrModal-10838da7.js';
52
52
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-e85a4956.js';
53
53
  export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-25da89ca.js';
54
+ export { s as OrNumberInput } from './OrNumberInput-b32b5ce3.js';
54
55
  export { s as OrOverflowMenu } from './OrOverflowMenu-e82cbcbe.js';
55
56
  export { s as OrOverlay } from './OrOverlay-451dce49.js';
56
57
  export { s as OrOverlayV3 } from './OrOverlay-afad3aa4.js';
58
+ export { s as OrPassword } from './OrPassword-b0cbb578.js';
57
59
  export { s as OrPaginationV3 } from './OrPagination-da9e5017.js';
58
60
  export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-d0d52c86.js';
59
61
  export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-639ed5e8.js';
60
62
  export { s as OrRadio } from './OrRadio-c3ab11f2.js';
61
63
  export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
62
64
  export { s as OrRadioV3 } from './OrRadio-bb9b37c1.js';
63
- export { s as OrSearchV3 } from './OrSearch-10d09806.js';
65
+ export { s as OrSearch } from './OrSearch-11fdf667.js';
66
+ export { s as OrSearchV3 } from './OrSearch-e15955a7.js';
64
67
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-880b4911.js';
65
68
  export { s as OrSelect } from './OrSelect-0821b907.js';
66
- export { s as OrSelectV3 } from './OrSelect-1e4c6062.js';
69
+ export { s as OrSelectV3 } from './OrSelect-027b5e8f.js';
67
70
  export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
68
71
  export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-a62972f5.js';
69
72
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
@@ -83,6 +86,7 @@ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-21ba5e15.j
83
86
  export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
84
87
  export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
85
88
  export { s as OrTextV3 } from './OrText-6b4f7cd1.js';
89
+ export { s as OrTextarea } from './OrTextarea-1f5c3be1.js';
86
90
  export { s as OrTextareaV3 } from './OrTextarea-37566985.js';
87
91
  export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-2f33e9c3.js';
88
92
  export { s as OrToast, a as OrToastContainer } from './OrToastContainer-40c4c1c8.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "2.71.2-beta.2241.0",
3
+ "version": "2.71.2",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -124,5 +124,6 @@
124
124
  "default": "./dist/bundled/v3/components/*/index.js"
125
125
  },
126
126
  "./package.json": "./package.json"
127
- }
127
+ },
128
+ "gitHead": "22b0512764d7b8174109011baa78afcb7dd9f85b"
128
129
  }
@@ -36,7 +36,7 @@ export * from './or-inline-text-edit';
36
36
  export * from './or-inline-textarea-v3';
37
37
  export * from './or-input-box-v3';
38
38
  export * from './or-input-v3';
39
- export * from './or-inputs';
39
+ export * from './or-input';
40
40
  export * from './or-label';
41
41
  export * from './or-label-v3';
42
42
  export * from './or-link-v3';
@@ -50,9 +50,11 @@ export * from './or-modal';
50
50
  export * from './or-modal-v3';
51
51
  export * from './or-notification';
52
52
  export * from './or-notification-v3';
53
+ export * from './or-number-input';
53
54
  export * from './or-overflow-menu';
54
55
  export * from './or-overlay';
55
56
  export * from './or-overlay-v3';
57
+ export * from './or-password';
56
58
  export * from './or-pagination-v3';
57
59
  export * from './or-popover-v3';
58
60
  export * from './or-progress';
@@ -60,6 +62,7 @@ export * from './or-progress-v3';
60
62
  export * from './or-radio';
61
63
  export * from './or-radio-group';
62
64
  export * from './or-radio-v3';
65
+ export * from './or-search';
63
66
  export * from './or-search-v3';
64
67
  export * from './or-segmented-control-v3';
65
68
  export * from './or-select';
@@ -83,6 +86,7 @@ export * from './or-tag-v3';
83
86
  export * from './or-teleport';
84
87
  export * from './or-teleport-v3';
85
88
  export * from './or-text-v3';
89
+ export * from './or-textarea';
86
90
  export * from './or-textarea-v3';
87
91
  export * from './or-textbox';
88
92
  export * from './or-toast';
@@ -73,7 +73,7 @@ import { defineComponent, PropType, ref } from 'vue-demi';
73
73
  import { CARD_COLLECTION_LAYOUT } from './constants';
74
74
  import { OrCard } from '../or-card';
75
75
  import { OrIcon } from '../or-icon';
76
- import { OrSearch } from '../or-inputs';
76
+ import { OrSearch } from '../or-search';
77
77
  import { OrIconButton } from '../or-button-v2';
78
78
  import { LayoutOption, SortableColumn } from './types';
79
79
 
@@ -177,9 +177,9 @@ export default defineComponent({
177
177
  .or-card-collection {
178
178
  .or-card-collection-toolbar {
179
179
  display: flex;
180
- justify-content: space-between;
181
- align-items: center;
182
180
  column-gap: $s-4;
181
+ align-items: center;
182
+ justify-content: space-between;
183
183
  margin: 0 $s-4;
184
184
 
185
185
  .or-card-collection-sorting {
@@ -189,21 +189,21 @@ export default defineComponent({
189
189
  .or-card-collection-sorting-column {
190
190
  display: inline-flex;
191
191
  margin: $s-2 $s-6;
192
- text-transform: capitalize;
193
- color: $c-neutral-4;
194
192
  font-size: $fs-0;
195
193
  font-weight: $fw-0;
196
- letter-spacing: 0;
197
194
  line-height: $lh-0;
195
+ color: $c-neutral-4;
196
+ text-transform: capitalize;
197
+ letter-spacing: 0;
198
198
  user-select: none;
199
199
 
200
200
  &.sorting-selected {
201
- color: $c-neutral-6;
202
201
  font-weight: bold;
202
+ color: $c-neutral-6;
203
203
 
204
204
  .or-card-collection-sort-direction {
205
- height: 14px;
206
205
  width: 14px;
206
+ height: 14px;
207
207
  margin-left: $s-1;
208
208
  }
209
209
  }
@@ -53,7 +53,7 @@
53
53
  import { computed, defineComponent, PropType, ref } from 'vue-demi';
54
54
  import { OrButtonV2 as OrButton, BUTTON_COLOR } from '../or-button-v2';
55
55
  import { OrModal, OrModalSizes } from '../or-modal';
56
- import { OrInput } from '../or-inputs';
56
+ import { OrInput } from '../or-input';
57
57
  import { useActiveElement, useMagicKeys, whenever } from '@vueuse/core';
58
58
  import { logicAnd } from '@vueuse/math';
59
59
 
@@ -0,0 +1 @@
1
+ export { default as OrInput } from './OrInput.vue';
@@ -62,10 +62,6 @@ export default {
62
62
  control: { type: 'text' },
63
63
  },
64
64
 
65
- loading: {
66
- control: { type: 'boolean' },
67
- },
68
-
69
65
  required: {
70
66
  control: { type: 'boolean' },
71
67
  },
@@ -42,40 +42,30 @@
42
42
  >
43
43
 
44
44
  <div :class="['layout-row']">
45
- <template v-if="loading">
46
- <OrLoader
47
- :variant="'circular'"
48
- :color="'primary'"
49
- :size="isMobile ? 'm' : 's'"
45
+ <template v-if="type === 'password'">
46
+ <OrIconButton
47
+ :icon="{ icon: disclosed ? 'visibility_off' : 'visibility', variant: 'filled' }"
48
+ :color="'inherit'"
49
+ :disabled="disabled"
50
+ @click.stop="disclosed = !disclosed"
50
51
  />
51
52
  </template>
52
53
 
53
- <template v-else>
54
- <template v-if="type === 'password'">
54
+ <template v-if="type === 'search'">
55
+ <template v-if="modelValue">
55
56
  <OrIconButton
56
- :icon="{ icon: disclosed ? 'visibility_off' : 'visibility', variant: 'filled' }"
57
+ :icon="'close'"
57
58
  :color="'inherit'"
58
- :disabled="disabled"
59
- @click.stop="disclosed = !disclosed"
59
+ :disabled="readonly || disabled"
60
+ @click.stop="$emit('update:modelValue', '')"
60
61
  />
61
62
  </template>
62
63
 
63
- <template v-if="type === 'search'">
64
- <template v-if="modelValue">
65
- <OrIconButton
66
- :icon="'close'"
67
- :color="'inherit'"
68
- :disabled="readonly || disabled"
69
- @click.stop="$emit('update:modelValue', '')"
70
- />
71
- </template>
72
-
73
- <template v-else>
74
- <OrIcon
75
- :icon="'search'"
76
- :variant="'outlined'"
77
- />
78
- </template>
64
+ <template v-else>
65
+ <OrIcon
66
+ :icon="'search'"
67
+ :variant="'outlined'"
68
+ />
79
69
  </template>
80
70
  </template>
81
71
  </div>
@@ -113,14 +103,13 @@
113
103
 
114
104
  <script lang="ts">
115
105
  import { computed, defineComponent, PropType, reactive, ref } from 'vue-demi';
116
- import { useControlAttributes, useIdAttribute, useResponsive, useValidationAttributes } from '../../hooks';
106
+ import { useControlAttributes, useIdAttribute, useValidationAttributes } from '../../hooks';
117
107
  import { OrErrorV3 as OrError } from '../or-error-v3';
118
108
  import { OrHintV3 as OrHint } from '../or-hint-v3';
119
109
  import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3';
120
110
  import { OrIconV3 as OrIcon } from '../or-icon-v3';
121
111
  import { OrInputBoxV3 as OrInputBox } from '../or-input-box-v3';
122
112
  import { OrLabelV3 as OrLabel } from '../or-label-v3';
123
- import { OrLoaderV3 as OrLoader } from '../or-loader-v3';
124
113
  import { InputSize, InputType } from './props';
125
114
  import { InputControl, InputRoot } from './styles';
126
115
 
@@ -134,7 +123,6 @@ export default defineComponent({
134
123
  OrIconButton,
135
124
  OrInputBox,
136
125
  OrLabel,
137
- OrLoader,
138
126
  },
139
127
 
140
128
  model: {
@@ -178,11 +166,6 @@ export default defineComponent({
178
166
  default: undefined,
179
167
  },
180
168
 
181
- loading: {
182
- type: Boolean,
183
- default: false,
184
- },
185
-
186
169
  required: {
187
170
  type: Boolean,
188
171
  default: false,
@@ -257,8 +240,6 @@ export default defineComponent({
257
240
 
258
241
  const disclosed = ref(false);
259
242
 
260
- const { isMobile } = useResponsive();
261
-
262
243
  // Methods
263
244
  function focus(): void {
264
245
  control.value?.focus();
@@ -279,7 +260,6 @@ export default defineComponent({
279
260
  maxLength,
280
261
  invalid,
281
262
  disclosed,
282
- isMobile,
283
263
  focus,
284
264
  blur,
285
265
  };
@@ -1,7 +1,7 @@
1
1
  import OrList from './OrList.vue';
2
2
  import { OrIcon } from '../or-icon';
3
3
  import { OrButtonV2 as OrButton } from '../or-button-v2';
4
- import { OrInput } from '../or-inputs';
4
+ import { OrInput } from '../or-input';
5
5
 
6
6
  import { ArgTypes, Story } from '@storybook/vue';
7
7
  import { action } from '@storybook/addon-actions';
@@ -76,7 +76,7 @@ import { defineComponent, PropType } from 'vue-demi';
76
76
  import _ from 'lodash';
77
77
 
78
78
  import { OrList } from '../or-list';
79
- import { OrInput } from '../or-inputs';
79
+ import { OrInput } from '../or-input';
80
80
  import { OrIcon } from '../or-icon';
81
81
  import { OrIconButton } from '../or-button-v2';
82
82
 
@@ -7,7 +7,7 @@ import { OrOverflowMenu } from '../or-overflow-menu';
7
7
  import { OrModalSizes } from './constants';
8
8
  import { OrCollapse } from '../or-collapse';
9
9
  import { OrSelect } from '../or-select';
10
- import { OrInput } from '../or-inputs';
10
+ import { OrInput } from '../or-input';
11
11
  import { getTestOption } from '../or-select/stories.helpers';
12
12
  import _ from 'lodash';
13
13
 
@@ -62,7 +62,7 @@
62
62
  </template>
63
63
  <script lang="ts">
64
64
  import { defineComponent, ref } from 'vue-demi';
65
- import OrInput from './OrInput.vue';
65
+ import { OrInput } from '../or-input';
66
66
 
67
67
  export default defineComponent({
68
68
  name: 'OrNumberInput',
@@ -0,0 +1 @@
1
+ export { default as OrNumberInput } from './OrNumberInput.vue';
@@ -64,8 +64,8 @@
64
64
  </template>
65
65
  <script lang="ts">
66
66
  import { defineComponent, ref } from 'vue-demi';
67
- import OrInput from './OrInput.vue';
68
67
  import { useVModel } from '@vueuse/core';
68
+ import { OrInput } from '../or-input';
69
69
  import { useToggle } from '../../hooks';
70
70
  import { BUTTON_SIZE, OrIconButton } from '../or-button-v2';
71
71
 
@@ -0,0 +1 @@
1
+ export { default as OrPassword } from './OrPassword.vue';
@@ -66,7 +66,7 @@
66
66
  </template>
67
67
  <script lang="ts">
68
68
  import { defineComponent, ref } from 'vue-demi';
69
- import OrInput from './OrInput.vue';
69
+ import { OrInput } from '../or-input';
70
70
  import { debouncedWatch } from '@vueuse/core';
71
71
  import { BUTTON_SIZE, OrIconButton } from '../or-button-v2';
72
72
 
@@ -0,0 +1 @@
1
+ export { default as OrSearch } from './OrSearch.vue';