@onereach/ui-components 2.71.1-beta.2235.0 → 2.71.1-beta.2237.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/dist/bundled/v2/{OrCardCollection-0141a358.js → OrCardCollection-3dee1926.js} +2 -2
  2. package/dist/bundled/v2/{OrCardCollection-166cfcc6.js → OrCardCollection-89428bbf.js} +5 -5
  3. package/dist/bundled/v2/{OrConfirm-55b89b17.js → OrConfirm-56d01cff.js} +4 -4
  4. package/dist/bundled/v2/{OrConfirm-057e997e.js → OrConfirm-5fd7f8bb.js} +1 -1
  5. package/dist/bundled/v2/{OrIconButton-a2ba92df.js → OrIconButton-76043aa4.js} +10 -3
  6. package/dist/bundled/v2/{OrInlineInput-87589946.js → OrInlineInput-7faf5534.js} +1 -1
  7. package/dist/bundled/v2/{OrInlineTextarea-21b0e6fc.js → OrInlineTextarea-a9bfe477.js} +1 -1
  8. package/dist/bundled/v2/{OrInput-82ccfe00.js → OrInput-d4173a5a.js} +1 -1
  9. package/dist/bundled/v2/{OrListOfInputs-ab7f9d97.js → OrListOfInputs-8f076650.js} +4 -4
  10. package/dist/bundled/v2/{OrModal-af6677fd.js → OrModal-6484c944.js} +1 -1
  11. package/dist/bundled/v2/{OrNotification-3250f58b.js → OrNotification-35ec61a9.js} +1 -1
  12. package/dist/bundled/v2/{OrTextarea-71ff236d.js → OrPassword-7da938aa.js} +449 -7
  13. package/dist/bundled/v2/{OrSearch-53470b0e.js → OrSearch-ae350dc7.js} +1 -1
  14. package/dist/bundled/v2/{OrSearch-832d7978.js → OrSearch-f7cfa52f.js} +4 -4
  15. package/dist/bundled/v2/{OrSelect-02fb39f0.js → OrSelect-e3ee8d12.js} +2 -2
  16. package/dist/bundled/v2/{OrTag-30fecee5.js → OrTag-b9ace427.js} +1 -1
  17. package/dist/bundled/v2/components/index.d.ts +1 -5
  18. package/dist/bundled/v2/components/index.js +19 -21
  19. package/dist/bundled/v2/components/or-card-collection/index.js +4 -4
  20. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -4
  21. package/dist/bundled/v2/components/or-confirm/index.js +2 -2
  22. package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -3
  23. package/dist/bundled/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +11 -0
  24. package/dist/bundled/v2/components/or-icon-button-v3/index.js +1 -1
  25. package/dist/bundled/v2/components/or-inline-input-v3/index.js +2 -2
  26. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +2 -2
  27. package/dist/bundled/v2/components/or-input-v3/index.js +2 -2
  28. package/dist/bundled/v2/components/or-inputs/index.d.ts +5 -0
  29. package/dist/bundled/v2/components/{or-password → or-inputs}/index.js +4 -3
  30. package/dist/bundled/v2/components/or-list-of-inputs/index.js +2 -2
  31. package/dist/bundled/v2/components/or-modal-v3/index.js +2 -2
  32. package/dist/bundled/v2/components/or-notification-v3/index.js +2 -2
  33. package/dist/bundled/v2/components/or-search-v3/index.js +3 -3
  34. package/dist/bundled/v2/components/or-select-v3/index.js +4 -4
  35. package/dist/bundled/v2/components/or-tag-v3/index.js +2 -2
  36. package/dist/bundled/v2/components/or-toast-v3/index.js +2 -2
  37. package/dist/bundled/v2/index.js +19 -21
  38. package/dist/bundled/v2/{types-8fe4e345.js → types-7f69189b.js} +1 -1
  39. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-2d78a51a.js → OrCardCollection.vue_vue_type_script_lang-95abfcc1.js} +3 -3
  40. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-cd84f344.js → OrCardCollection.vue_vue_type_script_lang-d8124dda.js} +4 -4
  41. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-41b4d791.js → OrConfirm.vue_vue_type_script_lang-0f16fc67.js} +1 -2
  42. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9d9a3917.js → OrConfirm.vue_vue_type_script_lang-16dfa0b6.js} +2 -2
  43. package/dist/bundled/v3/{OrIconButton-cd62526d.js → OrIconButton-50df6117.js} +3 -2
  44. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-aefcf30d.js → OrIconButton.vue_vue_type_script_lang-b1490ad1.js} +9 -3
  45. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-67218502.js → OrInlineInput.vue_vue_type_script_lang-9f237eb5.js} +2 -2
  46. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-a1831ab8.js → OrInlineTextarea.vue_vue_type_script_lang-d9e0eb26.js} +2 -2
  47. package/dist/bundled/v3/{OrInput-704e72ba.js → OrInput-7d4b571a.js} +193 -5
  48. package/dist/bundled/v3/{OrInput-a4f220ed.js → OrInput-a0b9a900.js} +1 -1
  49. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-607d79d4.js → OrInput.vue_vue_type_script_lang-f3ce4d61.js} +2 -2
  50. package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-6c5cf7a5.js → OrListOfInputs.vue_vue_type_script_lang-62dbf1e7.js} +1 -2
  51. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-55c864d1.js → OrModal.vue_vue_type_script_lang-e4f57a5e.js} +2 -2
  52. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-c886ae51.js → OrNotification.vue_vue_type_script_lang-f580ebc1.js} +2 -2
  53. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-13bc5b00.js +390 -0
  54. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-5356fa79.js → OrSearch.vue_vue_type_script_lang-16fbccc0.js} +1 -2
  55. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-06f318ca.js → OrSearch.vue_vue_type_script_lang-8c220bb4.js} +2 -2
  56. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-83f15704.js → OrSelect.vue_vue_type_script_lang-3f4e09e9.js} +3 -3
  57. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-3e30f662.js → OrTag.vue_vue_type_script_lang-5db8644c.js} +2 -2
  58. package/dist/bundled/v3/{OrToastContainer-34389303.js → OrToastContainer-c5d7acf8.js} +1 -1
  59. package/dist/bundled/v3/components/index.d.ts +1 -5
  60. package/dist/bundled/v3/components/index.js +21 -24
  61. package/dist/bundled/v3/components/or-card-collection/index.js +4 -5
  62. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -6
  63. package/dist/bundled/v3/components/or-confirm/index.js +2 -3
  64. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -5
  65. package/dist/bundled/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +11 -0
  66. package/dist/bundled/v3/components/or-icon-button-v3/index.js +1 -1
  67. package/dist/bundled/v3/components/or-inline-input-v3/index.js +3 -3
  68. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +3 -3
  69. package/dist/bundled/v3/components/or-input-v3/index.js +3 -3
  70. package/dist/bundled/v3/components/or-inputs/index.d.ts +5 -0
  71. package/dist/bundled/v3/components/{or-search → or-inputs}/index.js +5 -4
  72. package/dist/bundled/v3/components/or-list-of-inputs/index.js +2 -3
  73. package/dist/bundled/v3/components/or-modal-v3/index.js +3 -3
  74. package/dist/bundled/v3/components/or-notification-v3/index.js +3 -3
  75. package/dist/bundled/v3/components/or-search-v3/index.js +5 -5
  76. package/dist/bundled/v3/components/or-select-v3/index.js +6 -6
  77. package/dist/bundled/v3/components/or-tag-v3/index.js +3 -3
  78. package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
  79. package/dist/bundled/v3/index.js +669 -674
  80. package/dist/bundled/v3/{types-f53434f2.js → types-f7b07e1a.js} +2 -2
  81. package/dist/esm/v2/{OrCardCollection-3c38fc85.js → OrCardCollection-259b2e2b.js} +2 -2
  82. package/dist/esm/v2/{OrCardCollection-19582949.js → OrCardCollection-f6b07557.js} +7 -6
  83. package/dist/esm/v2/{OrConfirm-047d4086.js → OrConfirm-921dbb5d.js} +1 -1
  84. package/dist/esm/v2/{OrConfirm-ede619eb.js → OrConfirm-d7112dd3.js} +4 -4
  85. package/dist/esm/v2/{OrIconButton-b3779042.js → OrIconButton-3c81fd64.js} +10 -3
  86. package/dist/esm/v2/{OrInlineInput-10205811.js → OrInlineInput-1ad5ea15.js} +1 -1
  87. package/dist/esm/v2/{OrInlineTextarea-7658611e.js → OrInlineTextarea-bfe528e7.js} +1 -1
  88. package/dist/esm/v2/{OrInput-ada3a970.js → OrInput-59cc6981.js} +1 -1
  89. package/dist/esm/v2/{OrListOfInputs-4298fa2c.js → OrListOfInputs-50aa1ef1.js} +5 -5
  90. package/dist/esm/v2/{OrModal-a7719843.js → OrModal-8c6fdab4.js} +1 -1
  91. package/dist/esm/v2/{OrNotification-8a4830a3.js → OrNotification-c0d70dc7.js} +1 -1
  92. package/dist/esm/v2/{OrTextarea-91a95068.js → OrPassword-1fa97156.js} +245 -187
  93. package/dist/esm/v2/{OrSearch-b4f4d59b.js → OrSearch-0589d17d.js} +5 -122
  94. package/dist/esm/v2/{OrSearch-0f08f2f5.js → OrSearch-ebc3b81c.js} +1 -1
  95. package/dist/esm/v2/{OrInput-6e6cfd11.js → OrSearch.vue_rollup-plugin-vue_script-197d77fc.js} +492 -4
  96. package/dist/esm/v2/{OrSelect-f8837f5d.js → OrSelect-7317a963.js} +2 -2
  97. package/dist/esm/v2/{OrTag-5c404031.js → OrTag-842193c2.js} +1 -1
  98. package/dist/esm/v2/components/index.d.ts +1 -5
  99. package/dist/esm/v2/components/index.js +19 -21
  100. package/dist/esm/v2/components/or-card-collection/index.js +4 -3
  101. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
  102. package/dist/esm/v2/components/or-confirm/index.js +3 -2
  103. package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
  104. package/dist/esm/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +11 -0
  105. package/dist/esm/v2/components/or-icon-button-v3/index.js +1 -1
  106. package/dist/esm/v2/components/or-inline-input-v3/index.js +2 -2
  107. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +2 -2
  108. package/dist/esm/v2/components/or-input-v3/index.js +2 -2
  109. package/dist/esm/v2/components/or-inputs/index.d.ts +5 -0
  110. package/dist/esm/v2/components/{or-password → or-inputs}/index.js +6 -5
  111. package/dist/esm/v2/components/or-list-of-inputs/index.js +4 -2
  112. package/dist/esm/v2/components/or-modal-v3/index.js +2 -2
  113. package/dist/esm/v2/components/or-notification-v3/index.js +2 -2
  114. package/dist/esm/v2/components/or-search-v3/index.js +3 -3
  115. package/dist/esm/v2/components/or-select-v3/index.js +4 -4
  116. package/dist/esm/v2/components/or-tag-v3/index.js +2 -2
  117. package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
  118. package/dist/esm/v2/index.js +18 -20
  119. package/dist/esm/v2/{types-6c742e07.js → types-3ff6f029.js} +1 -1
  120. package/dist/esm/v3/{OrCardCollection-dbb3e839.js → OrCardCollection-2886a9ca.js} +2 -2
  121. package/dist/esm/v3/{OrCardCollection-1e44c758.js → OrCardCollection-a5e326ef.js} +2 -2
  122. package/dist/esm/v3/{OrConfirm-fee3c859.js → OrConfirm-1d9bfd2a.js} +1 -1
  123. package/dist/esm/v3/{OrConfirm-c11ee2ec.js → OrConfirm-f39bd784.js} +1 -1
  124. package/dist/esm/v3/{OrIconButton-1a89fbf9.js → OrIconButton-7a512558.js} +11 -4
  125. package/dist/esm/v3/{OrInlineInput-507fc99c.js → OrInlineInput-54c7b053.js} +1 -1
  126. package/dist/esm/v3/{OrInlineTextarea-53a9e027.js → OrInlineTextarea-5a8fc512.js} +1 -1
  127. package/dist/esm/v3/{OrInput-9c0426b9.js → OrInput-639352e4.js} +1 -1
  128. package/dist/esm/v3/{OrListOfInputs-508e056f.js → OrListOfInputs-7a67440f.js} +1 -1
  129. package/dist/esm/v3/{OrModal-7878cc39.js → OrModal-4cd576c7.js} +1 -1
  130. package/dist/esm/v3/{OrNotification-e1383681.js → OrNotification-cb49acef.js} +1 -1
  131. package/dist/esm/v3/OrSearch-7cb2c91c.js +1075 -0
  132. package/dist/esm/v3/{OrSearch-9885d178.js → OrSearch-8caf7e53.js} +1 -1
  133. package/dist/esm/v3/{OrSelect-8fbd88bc.js → OrSelect-3932d4bd.js} +2 -2
  134. package/dist/esm/v3/{OrTag-5d54f37d.js → OrTag-6db3aaf7.js} +1 -1
  135. package/dist/esm/v3/components/index.d.ts +1 -5
  136. package/dist/esm/v3/components/index.js +17 -21
  137. package/dist/esm/v3/components/or-card-collection/index.js +3 -3
  138. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  139. package/dist/esm/v3/components/or-confirm/index.js +3 -2
  140. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  141. package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +11 -0
  142. package/dist/esm/v3/components/or-icon-button-v3/index.js +1 -1
  143. package/dist/esm/v3/components/or-inline-input-v3/index.js +2 -2
  144. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +2 -2
  145. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  146. package/dist/esm/v3/components/or-inputs/index.d.ts +5 -0
  147. package/dist/esm/v3/components/{or-password → or-inputs}/index.js +2 -3
  148. package/dist/esm/v3/components/or-list-of-inputs/index.js +4 -2
  149. package/dist/esm/v3/components/or-modal-v3/index.js +2 -2
  150. package/dist/esm/v3/components/or-notification-v3/index.js +2 -2
  151. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  152. package/dist/esm/v3/components/or-select-v3/index.js +4 -4
  153. package/dist/esm/v3/components/or-tag-v3/index.js +2 -2
  154. package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
  155. package/dist/esm/v3/index.js +16 -20
  156. package/dist/esm/v3/{types-2692e337.js → types-85bee366.js} +1 -1
  157. package/package.json +1 -1
  158. package/src/components/index.ts +1 -5
  159. package/src/components/or-card-collection/OrCardCollection.vue +8 -8
  160. package/src/components/or-confirm/OrConfirm.vue +1 -1
  161. package/src/components/or-icon-button-v3/OrIconButton.stories3.ts +4 -0
  162. package/src/components/or-icon-button-v3/OrIconButton.vue +6 -0
  163. package/src/components/or-icon-button-v3/styles.ts +13 -0
  164. package/src/components/{or-number-input → or-inputs}/OrNumberInput.vue +1 -1
  165. package/src/components/{or-password → or-inputs}/OrPassword.vue +1 -1
  166. package/src/components/{or-search → or-inputs}/OrSearch.vue +1 -1
  167. package/src/components/{or-textarea → or-inputs}/OrTextarea.vue +6 -225
  168. package/src/components/or-inputs/index.ts +5 -0
  169. package/src/components/or-list/OrList.stories.ts +1 -1
  170. package/src/components/or-list-of-inputs/OrListOfInputs.vue +1 -1
  171. package/src/components/or-modal/OrModal.stories.ts +1 -1
  172. package/dist/bundled/v2/OrNumberInput-face8ccc.js +0 -227
  173. package/dist/bundled/v2/OrPassword-a818e7b5.js +0 -227
  174. package/dist/bundled/v2/components/or-input/index.d.ts +0 -1
  175. package/dist/bundled/v2/components/or-input/index.js +0 -13
  176. package/dist/bundled/v2/components/or-number-input/index.d.ts +0 -1
  177. package/dist/bundled/v2/components/or-number-input/index.js +0 -14
  178. package/dist/bundled/v2/components/or-password/index.d.ts +0 -1
  179. package/dist/bundled/v2/components/or-search/index.d.ts +0 -1
  180. package/dist/bundled/v2/components/or-search/index.js +0 -25
  181. package/dist/bundled/v2/components/or-textarea/index.d.ts +0 -1
  182. package/dist/bundled/v2/components/or-textarea/index.js +0 -13
  183. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-409235cc.js +0 -190
  184. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-f061d829.js +0 -113
  185. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-b75f6543.js +0 -99
  186. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-69ea22e9.js +0 -187
  187. package/dist/bundled/v3/components/or-input/index.d.ts +0 -1
  188. package/dist/bundled/v3/components/or-input/index.js +0 -14
  189. package/dist/bundled/v3/components/or-number-input/index.d.ts +0 -1
  190. package/dist/bundled/v3/components/or-number-input/index.js +0 -16
  191. package/dist/bundled/v3/components/or-password/index.d.ts +0 -1
  192. package/dist/bundled/v3/components/or-password/index.js +0 -31
  193. package/dist/bundled/v3/components/or-search/index.d.ts +0 -1
  194. package/dist/bundled/v3/components/or-textarea/index.d.ts +0 -1
  195. package/dist/bundled/v3/components/or-textarea/index.js +0 -14
  196. package/dist/esm/v2/OrNumberInput-b20d75d2.js +0 -225
  197. package/dist/esm/v2/OrPassword-e6d5e968.js +0 -225
  198. package/dist/esm/v2/components/or-input/index.d.ts +0 -1
  199. package/dist/esm/v2/components/or-input/index.js +0 -11
  200. package/dist/esm/v2/components/or-number-input/index.d.ts +0 -1
  201. package/dist/esm/v2/components/or-number-input/index.js +0 -12
  202. package/dist/esm/v2/components/or-password/index.d.ts +0 -1
  203. package/dist/esm/v2/components/or-search/index.d.ts +0 -1
  204. package/dist/esm/v2/components/or-search/index.js +0 -23
  205. package/dist/esm/v2/components/or-textarea/index.d.ts +0 -1
  206. package/dist/esm/v2/components/or-textarea/index.js +0 -11
  207. package/dist/esm/v3/OrInput-81125804.js +0 -295
  208. package/dist/esm/v3/OrNumberInput-b32b5ce3.js +0 -170
  209. package/dist/esm/v3/OrPassword-b0cbb578.js +0 -162
  210. package/dist/esm/v3/OrSearch-11fdf667.js +0 -188
  211. package/dist/esm/v3/OrTextarea-1f5c3be1.js +0 -290
  212. package/dist/esm/v3/components/or-input/index.d.ts +0 -1
  213. package/dist/esm/v3/components/or-input/index.js +0 -11
  214. package/dist/esm/v3/components/or-number-input/index.d.ts +0 -1
  215. package/dist/esm/v3/components/or-number-input/index.js +0 -12
  216. package/dist/esm/v3/components/or-password/index.d.ts +0 -1
  217. package/dist/esm/v3/components/or-search/index.d.ts +0 -1
  218. package/dist/esm/v3/components/or-search/index.js +0 -20
  219. package/dist/esm/v3/components/or-textarea/index.d.ts +0 -1
  220. package/dist/esm/v3/components/or-textarea/index.js +0 -11
  221. package/src/components/or-input/index.ts +0 -1
  222. package/src/components/or-number-input/index.ts +0 -1
  223. package/src/components/or-password/index.ts +0 -1
  224. package/src/components/or-search/index.ts +0 -1
  225. package/src/components/or-textarea/index.ts +0 -1
  226. /package/dist/bundled/v2/{OrInput-df1a14fa.js → OrInput-08f2f666.js} +0 -0
  227. /package/dist/bundled/v2/components/{or-input → or-inputs}/OrInput.vue.d.ts +0 -0
  228. /package/dist/bundled/v2/components/{or-number-input → or-inputs}/OrNumberInput.vue.d.ts +0 -0
  229. /package/dist/bundled/v2/components/{or-password → or-inputs}/OrPassword.vue.d.ts +0 -0
  230. /package/dist/bundled/v2/components/{or-search → or-inputs}/OrSearch.vue.d.ts +0 -0
  231. /package/dist/bundled/v2/components/{or-textarea → or-inputs}/OrTextarea.vue.d.ts +0 -0
  232. /package/dist/bundled/v3/components/{or-input → or-inputs}/OrInput.vue.d.ts +0 -0
  233. /package/dist/bundled/v3/components/{or-number-input → or-inputs}/OrNumberInput.vue.d.ts +0 -0
  234. /package/dist/bundled/v3/components/{or-password → or-inputs}/OrPassword.vue.d.ts +0 -0
  235. /package/dist/bundled/v3/components/{or-search → or-inputs}/OrSearch.vue.d.ts +0 -0
  236. /package/dist/bundled/v3/components/{or-textarea → or-inputs}/OrTextarea.vue.d.ts +0 -0
  237. /package/dist/esm/v2/components/{or-input → or-inputs}/OrInput.vue.d.ts +0 -0
  238. /package/dist/esm/v2/components/{or-number-input → or-inputs}/OrNumberInput.vue.d.ts +0 -0
  239. /package/dist/esm/v2/components/{or-password → or-inputs}/OrPassword.vue.d.ts +0 -0
  240. /package/dist/esm/v2/components/{or-search → or-inputs}/OrSearch.vue.d.ts +0 -0
  241. /package/dist/esm/v2/components/{or-textarea → or-inputs}/OrTextarea.vue.d.ts +0 -0
  242. /package/dist/esm/v3/components/{or-input → or-inputs}/OrInput.vue.d.ts +0 -0
  243. /package/dist/esm/v3/components/{or-number-input → or-inputs}/OrNumberInput.vue.d.ts +0 -0
  244. /package/dist/esm/v3/components/{or-password → or-inputs}/OrPassword.vue.d.ts +0 -0
  245. /package/dist/esm/v3/components/{or-search → or-inputs}/OrSearch.vue.d.ts +0 -0
  246. /package/dist/esm/v3/components/{or-textarea → or-inputs}/OrTextarea.vue.d.ts +0 -0
  247. /package/src/components/{or-input → or-inputs}/OrInput.stories.ts +0 -0
  248. /package/src/components/{or-input → or-inputs}/OrInput.vue +0 -0
  249. /package/src/components/{or-number-input → or-inputs}/OrNumberInput.stories.ts +0 -0
  250. /package/src/components/{or-password → or-inputs}/OrPassword.stories.ts +0 -0
  251. /package/src/components/{or-search → or-inputs}/OrSearch.stories.ts +0 -0
  252. /package/src/components/{or-textarea → or-inputs}/OrTextarea.stories.ts +0 -0
  253. /package/src/components/{or-input → or-inputs}/or-textbox-migration.stories.mdx +0 -0
  254. /package/src/components/{or-input → or-inputs}/styles.scss +0 -0
@@ -1,12 +1,12 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { defineComponent, computed, ref, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
3
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
- import { O as OrIconButton } from './OrIconButton-a2ba92df.js';
4
+ import { O as OrIconButton } from './OrIconButton-76043aa4.js';
5
5
  import { O as OrButton } from './OrButton-a846fa7e.js';
6
6
  import { O as OrMenu } from './OrMenu-fa47c888.js';
7
7
  import { O as OrMenuItem } from './OrMenuItem-26420908.js';
8
8
  import { O as OrIcon } from './OrIcon-8625385f.js';
9
- import { O as OrSearch } from './OrSearch-53470b0e.js';
9
+ import { O as OrSearch } from './OrSearch-ae350dc7.js';
10
10
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
11
11
 
12
12
  const CardCollectionRoot = [
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrCard } from './OrCard-a6b30f8f.js';
3
3
  import { O as OrIcon } from './OrIcon-10ec459c.js';
4
- import { O as OrSearch } from './OrSearch-832d7978.js';
4
+ import { O as OrSearch } from './OrSearch-f7cfa52f.js';
5
5
  import { O as OrIconButton } from './OrIconButton-65962c1c.js';
6
6
  import { defineComponent, ref } from '@vue/composition-api/dist/vue-composition-api.mjs';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -197,18 +197,18 @@ var __vue_staticRenderFns__ = [];
197
197
  /* style */
198
198
  const __vue_inject_styles__ = function (inject) {
199
199
  if (!inject) return;
200
- inject("data-v-06085c59_0", {
201
- source: "@keyframes spinAround-data-v-06085c59{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-06085c59{from{opacity:1}to{opacity:0}}.or-card-collection .or-card-collection-toolbar[data-v-06085c59]{display:flex;column-gap:var(--s-4);align-items:center;justify-content:space-between;margin:0 var(--s-4)}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting[data-v-06085c59]{flex-grow:1;cursor:pointer}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column[data-v-06085c59]{display:inline-flex;margin:var(--s-2) var(--s-6);font-size:var(--fs-0);font-weight:var(--fw-0);line-height:var(--lh-0);color:var(--c-neutral-4);text-transform:capitalize;letter-spacing:0;user-select:none}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column.sorting-selected[data-v-06085c59]{font-weight:700;color:var(--c-neutral-6)}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column.sorting-selected .or-card-collection-sort-direction[data-v-06085c59]{width:14px;height:14px;margin-left:var(--s-1)}.or-card-collection .or-card-collection-toolbar .or-card-collection-layout-buttons .or-icon-button[data-v-06085c59]{border-radius:0}.or-card-collection .or-card-collection-wrapper[data-v-06085c59]{display:flex;margin-top:var(--s-5)}.or-card-collection.or-card-collection-grid .or-card-collection-wrapper[data-v-06085c59]{flex-flow:row wrap}.or-card-collection.or-card-collection-grid .or-card-collection-wrapper .or-card[data-v-06085c59]{margin-right:auto}.or-card-collection.or-card-collection-list .or-card-collection-wrapper[data-v-06085c59]{flex-direction:column}",
200
+ inject("data-v-4839d0ae_0", {
201
+ source: "@keyframes spinAround-data-v-4839d0ae{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-4839d0ae{from{opacity:1}to{opacity:0}}.or-card-collection .or-card-collection-toolbar[data-v-4839d0ae]{display:flex;justify-content:space-between;align-items:center;column-gap:var(--s-4);margin:0 var(--s-4)}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting[data-v-4839d0ae]{flex-grow:1;cursor:pointer}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column[data-v-4839d0ae]{display:inline-flex;margin:var(--s-2) var(--s-6);text-transform:capitalize;color:var(--c-neutral-4);font-size:var(--fs-0);font-weight:var(--fw-0);letter-spacing:0;line-height:var(--lh-0);user-select:none}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column.sorting-selected[data-v-4839d0ae]{color:var(--c-neutral-6);font-weight:700}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column.sorting-selected .or-card-collection-sort-direction[data-v-4839d0ae]{height:14px;width:14px;margin-left:var(--s-1)}.or-card-collection .or-card-collection-toolbar .or-card-collection-layout-buttons .or-icon-button[data-v-4839d0ae]{border-radius:0}.or-card-collection .or-card-collection-wrapper[data-v-4839d0ae]{display:flex;margin-top:var(--s-5)}.or-card-collection.or-card-collection-grid .or-card-collection-wrapper[data-v-4839d0ae]{flex-flow:row wrap}.or-card-collection.or-card-collection-grid .or-card-collection-wrapper .or-card[data-v-4839d0ae]{margin-right:auto}.or-card-collection.or-card-collection-list .or-card-collection-wrapper[data-v-4839d0ae]{flex-direction:column}",
202
202
  map: undefined,
203
203
  media: undefined
204
- }), inject("data-v-06085c59_1", {
204
+ }), inject("data-v-4839d0ae_1", {
205
205
  source: ".or-card-collection-filter .or-textbox .or-textbox--input{max-width:256px;height:30px}.or-card-collection-sort-direction .or-icon{font-size:1rem}",
206
206
  map: undefined,
207
207
  media: undefined
208
208
  });
209
209
  };
210
210
  /* scoped */
211
- const __vue_scope_id__ = "data-v-06085c59";
211
+ const __vue_scope_id__ = "data-v-4839d0ae";
212
212
  /* module identifier */
213
213
  const __vue_module_identifier__ = undefined;
214
214
  /* functional template */
@@ -3,7 +3,7 @@ import { useMagicKeys, useActiveElement, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-17f264f9.js';
4
4
  import { O as OrButton } from './OrButton-705cd0bd.js';
5
5
  import { O as OrModal, a as OrModalSizes } from './OrModal-a5411b0d.js';
6
- import { O as OrInput } from './OrInput-df1a14fa.js';
6
+ import { O as OrInput } from './OrInput-08f2f666.js';
7
7
  import { a as BUTTON_COLOR } from './constants-c5d1139f.js';
8
8
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -238,14 +238,14 @@ var __vue_staticRenderFns__ = [];
238
238
  /* style */
239
239
  const __vue_inject_styles__ = function (inject) {
240
240
  if (!inject) return;
241
- inject("data-v-8712b442_0", {
242
- source: "@keyframes spinAround-data-v-8712b442{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-8712b442{from{opacity:1}to{opacity:0}}.or-confirm-footer[data-v-8712b442]{display:flex;flex-direction:row;gap:var(--s-4);justify-content:end}.confirmation-textbox[data-v-8712b442]{margin-top:var(--s-3)}.or-modal[data-v-8712b442] .header{padding-bottom:var(--s-4)!important}.or-modal[data-v-8712b442] .content{padding-bottom:0!important;font-size:var(--fs-1);font-weight:400;line-height:var(--lh-1)}.or-modal[data-v-8712b442] .footer{box-shadow:none!important}",
241
+ inject("data-v-001a7d92_0", {
242
+ source: "@keyframes spinAround-data-v-001a7d92{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-001a7d92{from{opacity:1}to{opacity:0}}.or-confirm-footer[data-v-001a7d92]{display:flex;flex-direction:row;gap:var(--s-4);justify-content:end}.confirmation-textbox[data-v-001a7d92]{margin-top:var(--s-3)}.or-modal[data-v-001a7d92] .header{padding-bottom:var(--s-4)!important}.or-modal[data-v-001a7d92] .content{padding-bottom:0!important;font-size:var(--fs-1);font-weight:400;line-height:var(--lh-1)}.or-modal[data-v-001a7d92] .footer{box-shadow:none!important}",
243
243
  map: undefined,
244
244
  media: undefined
245
245
  });
246
246
  };
247
247
  /* scoped */
248
- const __vue_scope_id__ = "data-v-8712b442";
248
+ const __vue_scope_id__ = "data-v-001a7d92";
249
249
  /* module identifier */
250
250
  const __vue_module_identifier__ = undefined;
251
251
  /* functional template */
@@ -3,7 +3,7 @@ import { l as logicAnd } from './index-17f264f9.js';
3
3
  import './index-fa6eb4ca.js';
4
4
  import { O as OrOverlay } from './OrOverlay-3c89d622.js';
5
5
  import { O as OrButton, a as ButtonColor } from './OrButton-a846fa7e.js';
6
- import { O as OrInput } from './OrInput-82ccfe00.js';
6
+ import { O as OrInput } from './OrInput-d4173a5a.js';
7
7
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -34,11 +34,13 @@ const IconButtonRootColors = {
34
34
  // Theme
35
35
  'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
36
36
  // Theme (hover)
37
- 'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark',
37
+ 'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark', 'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
38
38
  // Theme (focus)
39
- 'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark',
39
+ 'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark', 'focus:theme-foreground-default', 'dark:focus:theme-foreground-default-dark',
40
40
  // Theme (active)
41
- 'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark'],
41
+ 'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark', 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark',
42
+ // Theme (selected)
43
+ 'selected:theme-foreground-default', 'dark:selected:theme-foreground-default-dark'],
42
44
  'danger': [
43
45
  // Theme
44
46
  'theme-preset-3-error', 'dark:theme-preset-3-error-dark',
@@ -79,6 +81,10 @@ var script = defineComponent({
79
81
  type: String,
80
82
  default: IconSize.M
81
83
  },
84
+ selected: {
85
+ type: Boolean,
86
+ default: false
87
+ },
82
88
  disabled: {
83
89
  type: Boolean,
84
90
  default: false
@@ -118,6 +124,7 @@ var __vue_render__ = function () {
118
124
  class: _vm.rootStyles,
119
125
  attrs: {
120
126
  "type": 'button',
127
+ "selected": _vm.selected ? '' : null,
121
128
  "disabled": _vm.disabled
122
129
  },
123
130
  on: {
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-aad17598.js';
3
3
  import { O as OrHint } from './OrHint-f38a1940.js';
4
- import { O as OrIconButton } from './OrIconButton-a2ba92df.js';
4
+ import { O as OrIconButton } from './OrIconButton-76043aa4.js';
5
5
  import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-f457210f.js';
6
6
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
7
7
  import { defineComponent, getCurrentInstance, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-aad17598.js';
3
3
  import { O as OrHint } from './OrHint-f38a1940.js';
4
- import { O as OrIconButton } from './OrIconButton-a2ba92df.js';
4
+ import { O as OrIconButton } from './OrIconButton-76043aa4.js';
5
5
  import { O as OrInlineInputBox } from './OrInlineInputBox-f457210f.js';
6
6
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
7
7
  import { defineComponent, getCurrentInstance, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -2,7 +2,7 @@ import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-aad17598.js';
3
3
  import { O as OrHint } from './OrHint-f38a1940.js';
4
4
  import { O as OrIcon } from './OrIcon-8625385f.js';
5
- import { O as OrIconButton } from './OrIconButton-a2ba92df.js';
5
+ import { O as OrIconButton } from './OrIconButton-76043aa4.js';
6
6
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-79ec54ad.js';
7
7
  import { O as OrLabel } from './OrLabel-172c4b89.js';
8
8
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import _ from 'lodash';
3
3
  import { O as OrList } from './OrList-4e84a3b4.js';
4
- import { O as OrInput } from './OrInput-df1a14fa.js';
4
+ import { O as OrInput } from './OrInput-08f2f666.js';
5
5
  import { O as OrIcon } from './OrIcon-10ec459c.js';
6
6
  import { O as OrIconButton } from './OrIconButton-65962c1c.js';
7
7
  import { defineComponent } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -199,14 +199,14 @@ var __vue_staticRenderFns__ = [];
199
199
  /* style */
200
200
  const __vue_inject_styles__ = function (inject) {
201
201
  if (!inject) return;
202
- inject("data-v-52af8efa_0", {
203
- source: ".or-list-of-inputs--delete-button[data-v-52af8efa] .or-icon{font-size:.875rem!important}",
202
+ inject("data-v-3c451b58_0", {
203
+ source: ".or-list-of-inputs--delete-button[data-v-3c451b58] .or-icon{font-size:.875rem!important}",
204
204
  map: undefined,
205
205
  media: undefined
206
206
  });
207
207
  };
208
208
  /* scoped */
209
- const __vue_scope_id__ = "data-v-52af8efa";
209
+ const __vue_scope_id__ = "data-v-3c451b58";
210
210
  /* module identifier */
211
211
  const __vue_module_identifier__ = undefined;
212
212
  /* functional template */
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrOverlay } from './OrOverlay-3c89d622.js';
3
- import { O as OrIconButton } from './OrIconButton-a2ba92df.js';
3
+ import { O as OrIconButton } from './OrIconButton-76043aa4.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
5
5
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrIcon } from './OrIcon-8625385f.js';
3
- import { O as OrIconButton } from './OrIconButton-a2ba92df.js';
3
+ import { O as OrIconButton } from './OrIconButton-76043aa4.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
5
5
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';