@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
@@ -6,7 +6,7 @@ import { O as OrButton } from './OrButton-d45772c1.js';
6
6
  import { O as OrMenu } from './OrMenu-52da43bc.js';
7
7
  import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
8
8
  import { O as OrIcon } from './OrIcon-458206aa.js';
9
- import { O as OrSearch } from './OrSearch-d7326373.js';
9
+ import { O as OrSearch } from './OrSearch-d1169241.js';
10
10
 
11
11
  const CardCollectionRoot = [
12
12
  // Layout
@@ -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-f7cfa52f.js';
4
+ import { O as OrSearch } from './OrSearch-832d7978.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-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}",
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}",
202
202
  map: undefined,
203
203
  media: undefined
204
- }), inject("data-v-4839d0ae_1", {
204
+ }), inject("data-v-06085c59_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-4839d0ae";
211
+ const __vue_scope_id__ = "data-v-06085c59";
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-08f2f666.js';
6
+ import { O as OrInput } from './OrInput-df1a14fa.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-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}",
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}",
243
243
  map: undefined,
244
244
  media: undefined
245
245
  });
246
246
  };
247
247
  /* scoped */
248
- const __vue_scope_id__ = "data-v-001a7d92";
248
+ const __vue_scope_id__ = "data-v-8712b442";
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-efa7992e.js';
5
5
  import { O as OrButton, a as ButtonColor } from './OrButton-d45772c1.js';
6
- import { O as OrInput } from './OrInput-c539e47c.js';
6
+ import { O as OrInput } from './OrInput-5404a234.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
 
@@ -5,10 +5,8 @@ import { O as OrIcon } from './OrIcon-458206aa.js';
5
5
  import { O as OrIconButton } from './OrIconButton-4bdd1566.js';
6
6
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-2f559e98.js';
7
7
  import { O as OrLabel } from './OrLabel-aff09c39.js';
8
- import { O as OrLoader } from './OrLoader-864ef92a.js';
9
8
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
10
9
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
11
- import { u as useResponsive } from './useResponsive-e13dfbb0.js';
12
10
  import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
13
11
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
14
12
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -42,8 +40,7 @@ var script = defineComponent({
42
40
  OrIcon,
43
41
  OrIconButton,
44
42
  OrInputBox,
45
- OrLabel,
46
- OrLoader
43
+ OrLabel
47
44
  },
48
45
  model: {
49
46
  prop: 'modelValue',
@@ -78,10 +75,6 @@ var script = defineComponent({
78
75
  type: String,
79
76
  default: undefined
80
77
  },
81
- loading: {
82
- type: Boolean,
83
- default: false
84
- },
85
78
  required: {
86
79
  type: Boolean,
87
80
  default: false
@@ -127,9 +120,6 @@ var script = defineComponent({
127
120
  const maxLength = computed(() => controlAttributes.maxlength);
128
121
  const invalid = computed(() => !!props.error);
129
122
  const disclosed = ref(false);
130
- const {
131
- isMobile
132
- } = useResponsive();
133
123
  // Methods
134
124
  function focus() {
135
125
  var _a;
@@ -150,7 +140,6 @@ var script = defineComponent({
150
140
  maxLength,
151
141
  invalid,
152
142
  disclosed,
153
- isMobile,
154
143
  focus,
155
144
  blur
156
145
  };
@@ -316,13 +305,7 @@ var __vue_render__ = function () {
316
305
  }
317
306
  }, 'input', _vm.controlAttributes, false)), _vm._v(" "), _c('div', {
318
307
  class: ['layout-row']
319
- }, [_vm.loading ? [_c('OrLoader', {
320
- attrs: {
321
- "variant": 'circular',
322
- "color": 'primary',
323
- "size": _vm.isMobile ? 'm' : 's'
324
- }
325
- })] : [_vm.type === 'password' ? [_c('OrIconButton', {
308
+ }, [_vm.type === 'password' ? [_c('OrIconButton', {
326
309
  attrs: {
327
310
  "icon": {
328
311
  icon: _vm.disclosed ? 'visibility_off' : 'visibility',
@@ -354,7 +337,7 @@ var __vue_render__ = function () {
354
337
  "icon": 'search',
355
338
  "variant": 'outlined'
356
339
  }
357
- })]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
340
+ })]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
358
341
  attrs: {
359
342
  "disabled": _vm.disabled
360
343
  },
@@ -383,14 +366,14 @@ var __vue_staticRenderFns__ = [];
383
366
  /* style */
384
367
  const __vue_inject_styles__ = function (inject) {
385
368
  if (!inject) return;
386
- inject("data-v-aed95298_0", {
387
- source: "input[data-v-aed95298]{min-width:0;background:0 0;outline:0}input[type=number][data-v-aed95298]::-webkit-inner-spin-button{display:none}input[type=search][data-v-aed95298]::-webkit-search-cancel-button{display:none}",
369
+ inject("data-v-1243ae22_0", {
370
+ source: "input[data-v-1243ae22]{min-width:0;background:0 0;outline:0}input[type=number][data-v-1243ae22]::-webkit-inner-spin-button{display:none}input[type=search][data-v-1243ae22]::-webkit-search-cancel-button{display:none}",
388
371
  map: undefined,
389
372
  media: undefined
390
373
  });
391
374
  };
392
375
  /* scoped */
393
- const __vue_scope_id__ = "data-v-aed95298";
376
+ const __vue_scope_id__ = "data-v-1243ae22";
394
377
  /* module identifier */
395
378
  const __vue_module_identifier__ = undefined;
396
379
  /* functional template */
@@ -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-08f2f666.js';
4
+ import { O as OrInput } from './OrInput-df1a14fa.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-3c451b58_0", {
203
- source: ".or-list-of-inputs--delete-button[data-v-3c451b58] .or-icon{font-size:.875rem!important}",
202
+ inject("data-v-52af8efa_0", {
203
+ source: ".or-list-of-inputs--delete-button[data-v-52af8efa] .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-3c451b58";
209
+ const __vue_scope_id__ = "data-v-52af8efa";
210
210
  /* module identifier */
211
211
  const __vue_module_identifier__ = undefined;
212
212
  /* functional template */
@@ -0,0 +1,227 @@
1
+ import './index-fa6eb4ca.js';
2
+ import { O as OrInput } from './OrInput-df1a14fa.js';
3
+ import { defineComponent, ref } from '@vue/composition-api/dist/vue-composition-api.mjs';
4
+ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
+
6
+ var script = defineComponent({
7
+ name: 'OrNumberInput',
8
+ components: {
9
+ OrInput
10
+ },
11
+ model: {
12
+ prop: 'modelValue',
13
+ event: 'update:modelValue'
14
+ },
15
+ props: {
16
+ modelValue: {
17
+ type: Number,
18
+ default: undefined,
19
+ required: false
20
+ },
21
+ htmlId: {
22
+ type: String,
23
+ default: '',
24
+ required: false
25
+ },
26
+ placeholder: {
27
+ type: String,
28
+ default: '',
29
+ required: false
30
+ },
31
+ label: {
32
+ type: String,
33
+ default: '',
34
+ required: false
35
+ },
36
+ error: {
37
+ type: String,
38
+ default: '',
39
+ required: false
40
+ },
41
+ hint: {
42
+ type: String,
43
+ default: '',
44
+ required: false
45
+ },
46
+ minValue: {
47
+ type: Number,
48
+ default: undefined,
49
+ required: false
50
+ },
51
+ maxValue: {
52
+ type: Number,
53
+ default: undefined,
54
+ required: false
55
+ },
56
+ stepValue: {
57
+ type: Number,
58
+ default: undefined,
59
+ required: false
60
+ },
61
+ isSmall: Boolean,
62
+ isRequired: Boolean,
63
+ isDisabled: Boolean,
64
+ isReadonly: Boolean,
65
+ isInvalid: Boolean
66
+ },
67
+ emits: ['focus', 'blur', 'update:modelValue', 'input', 'keypress', 'keyup', 'keydown'],
68
+ setup(props, {
69
+ emit
70
+ }) {
71
+ const inputRef = ref();
72
+ if (props.modelValue) {
73
+ if (props.minValue !== undefined && props.modelValue < props.minValue) {
74
+ emit('update:modelValue', props.minValue);
75
+ } else if (props.maxValue !== undefined && props.modelValue > props.maxValue) {
76
+ emit('update:modelValue', props.maxValue);
77
+ }
78
+ }
79
+ return {
80
+ inputRef
81
+ };
82
+ },
83
+ computed: {
84
+ htmlInputAttrs() {
85
+ return {
86
+ min: this.minValue,
87
+ max: this.maxValue,
88
+ step: this.stepValue
89
+ };
90
+ },
91
+ localValue: {
92
+ get() {
93
+ var _a;
94
+ return ((_a = this.modelValue) !== null && _a !== void 0 ? _a : '') + '';
95
+ },
96
+ set(val) {
97
+ if (val === undefined || val === '') {
98
+ this.$emit('update:modelValue', undefined);
99
+ return;
100
+ }
101
+ const numVal = +val;
102
+ if (this.minValue !== undefined && numVal < this.minValue) {
103
+ this.$emit('update:modelValue', this.minValue);
104
+ } else if (this.maxValue !== undefined && numVal > this.maxValue) {
105
+ this.$emit('update:modelValue', this.maxValue);
106
+ } else {
107
+ this.$emit('update:modelValue', numVal);
108
+ }
109
+ }
110
+ }
111
+ }
112
+ });
113
+
114
+ /* script */
115
+ const __vue_script__ = script;
116
+
117
+ /* template */
118
+ var __vue_render__ = function () {
119
+ var _vm = this;
120
+ var _h = _vm.$createElement;
121
+ var _c = _vm._self._c || _h;
122
+ return _c('or-input', {
123
+ ref: "inputRef",
124
+ staticClass: "or-password",
125
+ attrs: {
126
+ "html-id": _vm.htmlId,
127
+ "placeholder": _vm.placeholder,
128
+ "html-type": "number",
129
+ "html-input-attrs": _vm.htmlInputAttrs,
130
+ "label": _vm.label,
131
+ "error": _vm.error,
132
+ "hint": _vm.hint,
133
+ "is-small": _vm.isSmall,
134
+ "is-required": _vm.isRequired,
135
+ "is-disabled": _vm.isDisabled,
136
+ "is-readonly": _vm.isReadonly,
137
+ "is-invalid": _vm.isInvalid
138
+ },
139
+ on: {
140
+ "focus": function ($event) {
141
+ return _vm.$emit('focus', $event);
142
+ },
143
+ "blur": function ($event) {
144
+ return _vm.$emit('blur', $event);
145
+ },
146
+ "input": function ($event) {
147
+ return _vm.$emit('input', $event);
148
+ },
149
+ "keypress": function ($event) {
150
+ return _vm.$emit('keypress', $event);
151
+ },
152
+ "keyup": function ($event) {
153
+ return _vm.$emit('keyup', $event);
154
+ },
155
+ "keydown": function ($event) {
156
+ return _vm.$emit('keydown', $event);
157
+ }
158
+ },
159
+ scopedSlots: _vm._u([_vm.$slots.prepend ? {
160
+ key: "prepend",
161
+ fn: function () {
162
+ return [_vm._t("prepend")];
163
+ },
164
+ proxy: true
165
+ } : null, _vm.$slots['label-default'] ? {
166
+ key: "label-default",
167
+ fn: function () {
168
+ return [_vm._t("label-default")];
169
+ },
170
+ proxy: true
171
+ } : null, _vm.$slots['label-append'] ? {
172
+ key: "label-append",
173
+ fn: function () {
174
+ return [_vm._t("label-append")];
175
+ },
176
+ proxy: true
177
+ } : null, _vm.$slots['wrapper-end'] ? {
178
+ key: "wrapper-end",
179
+ fn: function () {
180
+ return [_vm._t("wrapper-end")];
181
+ },
182
+ proxy: true
183
+ } : null, _vm.$slots['input-end'] ? {
184
+ key: "input-end",
185
+ fn: function () {
186
+ return [_vm._t("input-end")];
187
+ },
188
+ proxy: true
189
+ } : null, _vm.$slots.append ? {
190
+ key: "append",
191
+ fn: function () {
192
+ return [_vm._t("append")];
193
+ },
194
+ proxy: true
195
+ } : null], null, true),
196
+ model: {
197
+ value: _vm.localValue,
198
+ callback: function ($$v) {
199
+ _vm.localValue = $$v;
200
+ },
201
+ expression: "localValue"
202
+ }
203
+ });
204
+ };
205
+ var __vue_staticRenderFns__ = [];
206
+
207
+ /* style */
208
+ const __vue_inject_styles__ = undefined;
209
+ /* scoped */
210
+ const __vue_scope_id__ = undefined;
211
+ /* module identifier */
212
+ const __vue_module_identifier__ = undefined;
213
+ /* functional template */
214
+ const __vue_is_functional_template__ = false;
215
+ /* style inject */
216
+
217
+ /* style inject SSR */
218
+
219
+ /* style inject shadow dom */
220
+
221
+ const __vue_component__ = /*#__PURE__*/normalizeComponent({
222
+ render: __vue_render__,
223
+ staticRenderFns: __vue_staticRenderFns__
224
+ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
225
+ var __vue_component__$1 = __vue_component__;
226
+
227
+ export { __vue_component__$1 as _ };
@@ -0,0 +1,227 @@
1
+ import './index-fa6eb4ca.js';
2
+ import { useVModel } from '@vueuse/core';
3
+ import { O as OrInput } from './OrInput-df1a14fa.js';
4
+ import { O as OrIconButton } from './OrIconButton-65962c1c.js';
5
+ import { u as useToggle } from './useToggle-6166bd53.js';
6
+ import { b as BUTTON_SIZE } from './constants-c5d1139f.js';
7
+ import { defineComponent, ref } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
+ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
+ import { c as createInjector } from './browser-82dea9ed.js';
10
+
11
+ var script = defineComponent({
12
+ name: 'OrPassword',
13
+ components: {
14
+ OrInput,
15
+ OrIconButton
16
+ },
17
+ model: {
18
+ prop: 'modelValue',
19
+ event: 'update:modelValue'
20
+ },
21
+ props: {
22
+ modelValue: {
23
+ type: String,
24
+ default: '',
25
+ required: false
26
+ },
27
+ htmlId: {
28
+ type: String,
29
+ default: '',
30
+ required: false
31
+ },
32
+ placeholder: {
33
+ type: String,
34
+ default: '',
35
+ required: false
36
+ },
37
+ label: {
38
+ type: String,
39
+ default: '',
40
+ required: false
41
+ },
42
+ error: {
43
+ type: String,
44
+ default: '',
45
+ required: false
46
+ },
47
+ hint: {
48
+ type: String,
49
+ default: '',
50
+ required: false
51
+ },
52
+ maxLength: {
53
+ type: Number,
54
+ default: undefined,
55
+ required: false
56
+ },
57
+ isSmall: Boolean,
58
+ isRequired: Boolean,
59
+ isDisabled: Boolean,
60
+ isReadonly: Boolean,
61
+ isInvalid: Boolean
62
+ },
63
+ emits: ['focus', 'blur', 'update:modelValue', 'input', 'keypress', 'keyup', 'keydown'],
64
+ setup(props, {
65
+ emit
66
+ }) {
67
+ const inputRef = ref();
68
+ const localValue = useVModel(props, 'modelValue', emit);
69
+ const {
70
+ isActiveToggle,
71
+ toggle
72
+ } = useToggle();
73
+ return {
74
+ inputRef,
75
+ localValue,
76
+ isActiveToggle,
77
+ toggle
78
+ };
79
+ },
80
+ computed: {
81
+ currentButtonIcon() {
82
+ return this.isActiveToggle ? 'visibility' : 'visibility_off';
83
+ },
84
+ type() {
85
+ return this.isActiveToggle ? 'text' : 'password';
86
+ },
87
+ size() {
88
+ return this.isSmall ? BUTTON_SIZE.SMALL : BUTTON_SIZE.DEFAULT;
89
+ }
90
+ },
91
+ methods: {
92
+ onClick() {
93
+ var _a;
94
+ this.toggle();
95
+ (_a = this.inputRef) === null || _a === void 0 ? void 0 : _a.focus();
96
+ }
97
+ }
98
+ });
99
+
100
+ /* script */
101
+ const __vue_script__ = script;
102
+
103
+ /* template */
104
+ var __vue_render__ = function () {
105
+ var _vm = this;
106
+ var _h = _vm.$createElement;
107
+ var _c = _vm._self._c || _h;
108
+ return _c('or-input', {
109
+ ref: "inputRef",
110
+ staticClass: "or-password",
111
+ attrs: {
112
+ "html-id": _vm.htmlId,
113
+ "placeholder": _vm.placeholder,
114
+ "html-type": _vm.type,
115
+ "label": _vm.label,
116
+ "error": _vm.error,
117
+ "hint": _vm.hint,
118
+ "max-length": _vm.maxLength,
119
+ "is-small": _vm.isSmall,
120
+ "is-required": _vm.isRequired,
121
+ "is-disabled": _vm.isDisabled,
122
+ "is-readonly": _vm.isReadonly,
123
+ "is-invalid": _vm.isInvalid
124
+ },
125
+ on: {
126
+ "focus": function ($event) {
127
+ return _vm.$emit('focus', $event);
128
+ },
129
+ "blur": function ($event) {
130
+ return _vm.$emit('blur', $event);
131
+ },
132
+ "input": function ($event) {
133
+ return _vm.$emit('input', $event);
134
+ },
135
+ "keypress": function ($event) {
136
+ return _vm.$emit('keypress', $event);
137
+ },
138
+ "keyup": function ($event) {
139
+ return _vm.$emit('keyup', $event);
140
+ },
141
+ "keydown": function ($event) {
142
+ return _vm.$emit('keydown', $event);
143
+ }
144
+ },
145
+ scopedSlots: _vm._u([_vm.$slots.prepend ? {
146
+ key: "prepend",
147
+ fn: function () {
148
+ return [_vm._t("prepend")];
149
+ },
150
+ proxy: true
151
+ } : null, _vm.$slots['label-default'] ? {
152
+ key: "label-default",
153
+ fn: function () {
154
+ return [_vm._t("label-default")];
155
+ },
156
+ proxy: true
157
+ } : null, _vm.$slots['label-append'] ? {
158
+ key: "label-append",
159
+ fn: function () {
160
+ return [_vm._t("label-append")];
161
+ },
162
+ proxy: true
163
+ } : null, {
164
+ key: "wrapper-end",
165
+ fn: function () {
166
+ return [_c('or-icon-button', {
167
+ attrs: {
168
+ "icon": _vm.currentButtonIcon,
169
+ "icon-color": "neutral-4",
170
+ "size": _vm.size
171
+ },
172
+ on: {
173
+ "click": _vm.onClick
174
+ }
175
+ })];
176
+ },
177
+ proxy: true
178
+ }, _vm.$slots['input-end'] ? {
179
+ key: "input-end",
180
+ fn: function () {
181
+ return [_vm._t("input-end")];
182
+ },
183
+ proxy: true
184
+ } : null, _vm.$slots.append ? {
185
+ key: "append",
186
+ fn: function () {
187
+ return [_vm._t("append")];
188
+ },
189
+ proxy: true
190
+ } : null], null, true),
191
+ model: {
192
+ value: _vm.localValue,
193
+ callback: function ($$v) {
194
+ _vm.localValue = $$v;
195
+ },
196
+ expression: "localValue"
197
+ }
198
+ });
199
+ };
200
+ var __vue_staticRenderFns__ = [];
201
+
202
+ /* style */
203
+ const __vue_inject_styles__ = function (inject) {
204
+ if (!inject) return;
205
+ inject("data-v-c5297b48_0", {
206
+ source: "@keyframes spinAround-data-v-c5297b48{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-c5297b48{from{opacity:1}to{opacity:0}}.or-password .or-icon-button-root[data-v-c5297b48]{position:absolute;top:50%;right:0;z-index:1;transform:translate(-.625rem,-50%)}.or-password[data-v-c5297b48] .or-textbox--input{padding-right:calc(.625rem + 1.625rem)}.or-password.is-small[data-v-c5297b48] .or-textbox--input{padding-right:calc(.625rem + 1.5rem)}",
207
+ map: undefined,
208
+ media: undefined
209
+ });
210
+ };
211
+ /* scoped */
212
+ const __vue_scope_id__ = "data-v-c5297b48";
213
+ /* module identifier */
214
+ const __vue_module_identifier__ = undefined;
215
+ /* functional template */
216
+ const __vue_is_functional_template__ = false;
217
+ /* style inject SSR */
218
+
219
+ /* style inject shadow dom */
220
+
221
+ const __vue_component__ = /*#__PURE__*/normalizeComponent({
222
+ render: __vue_render__,
223
+ staticRenderFns: __vue_staticRenderFns__
224
+ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, createInjector, undefined, undefined);
225
+ var __vue_component__$1 = __vue_component__;
226
+
227
+ export { __vue_component__$1 as _ };
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrInput } from './OrInput-08f2f666.js';
3
2
  import { debouncedWatch } from '@vueuse/core';
3
+ import { O as OrInput } from './OrInput-df1a14fa.js';
4
4
  import { O as OrIconButton } from './OrIconButton-65962c1c.js';
5
5
  import { b as BUTTON_SIZE } from './constants-c5d1139f.js';
6
6
  import { defineComponent, ref } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -223,14 +223,14 @@ var __vue_staticRenderFns__ = [];
223
223
  /* style */
224
224
  const __vue_inject_styles__ = function (inject) {
225
225
  if (!inject) return;
226
- inject("data-v-073ad33e_0", {
227
- source: "@keyframes spinAround-data-v-073ad33e{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-073ad33e{from{opacity:1}to{opacity:0}}.or-search .or-icon-button-root[data-v-073ad33e]{position:absolute;top:50%;right:0;z-index:1;transform:translate(-.625rem,-50%)}.or-search[data-v-073ad33e] .or-textbox--input{padding-right:calc(.625rem + 1.625rem)}.or-search.is-small[data-v-073ad33e] .or-textbox--input{padding-right:calc(.625rem + 1.5rem)}",
226
+ inject("data-v-81c3bf2c_0", {
227
+ source: "@keyframes spinAround-data-v-81c3bf2c{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-81c3bf2c{from{opacity:1}to{opacity:0}}.or-search .or-icon-button-root[data-v-81c3bf2c]{position:absolute;top:50%;right:0;z-index:1;transform:translate(-.625rem,-50%)}.or-search[data-v-81c3bf2c] .or-textbox--input{padding-right:calc(.625rem + 1.625rem)}.or-search.is-small[data-v-81c3bf2c] .or-textbox--input{padding-right:calc(.625rem + 1.5rem)}",
228
228
  map: undefined,
229
229
  media: undefined
230
230
  });
231
231
  };
232
232
  /* scoped */
233
- const __vue_scope_id__ = "data-v-073ad33e";
233
+ const __vue_scope_id__ = "data-v-81c3bf2c";
234
234
  /* module identifier */
235
235
  const __vue_module_identifier__ = undefined;
236
236
  /* functional template */