@onereach/ui-components 2.71.1 → 2.71.2-beta.2238.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 (148) hide show
  1. package/dist/bundled/v2/{OrCardCollection-89428bbf.js → OrCardCollection-166cfcc6.js} +5 -5
  2. package/dist/bundled/v2/{OrConfirm-56d01cff.js → OrConfirm-55b89b17.js} +4 -4
  3. package/dist/bundled/v2/{OrListOfInputs-8f076650.js → OrListOfInputs-ab7f9d97.js} +4 -4
  4. package/dist/bundled/v2/OrNumberInput-face8ccc.js +227 -0
  5. package/dist/bundled/v2/OrPassword-a818e7b5.js +227 -0
  6. package/dist/bundled/v2/{OrSearch-f7cfa52f.js → OrSearch-832d7978.js} +4 -4
  7. package/dist/bundled/v2/{OrPassword-7da938aa.js → OrTextarea-71ff236d.js} +7 -449
  8. package/dist/bundled/v2/components/index.d.ts +5 -1
  9. package/dist/bundled/v2/components/index.js +9 -7
  10. package/dist/bundled/v2/components/or-card-collection/index.js +4 -4
  11. package/dist/bundled/v2/components/or-confirm/index.js +2 -2
  12. package/dist/bundled/v2/components/or-input/index.d.ts +1 -0
  13. package/dist/bundled/v2/components/or-input/index.js +13 -0
  14. package/dist/bundled/v2/components/or-list-of-inputs/index.js +2 -2
  15. package/dist/bundled/v2/components/or-number-input/index.d.ts +1 -0
  16. package/dist/bundled/v2/components/or-number-input/index.js +14 -0
  17. package/dist/bundled/v2/components/or-password/index.d.ts +1 -0
  18. package/dist/bundled/v2/components/{or-inputs → or-password}/index.js +3 -4
  19. package/dist/bundled/v2/components/or-search/index.d.ts +1 -0
  20. package/dist/bundled/v2/components/or-search/index.js +25 -0
  21. package/dist/bundled/v2/components/or-textarea/index.d.ts +1 -0
  22. package/dist/bundled/v2/components/or-textarea/index.js +13 -0
  23. package/dist/bundled/v2/index.js +8 -6
  24. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-d8124dda.js → OrCardCollection.vue_vue_type_script_lang-cd84f344.js} +4 -4
  25. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-0f16fc67.js → OrConfirm.vue_vue_type_script_lang-41b4d791.js} +2 -1
  26. package/dist/bundled/v3/{OrInput-7d4b571a.js → OrInput-704e72ba.js} +5 -193
  27. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-409235cc.js +190 -0
  28. package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-62dbf1e7.js → OrListOfInputs.vue_vue_type_script_lang-6c5cf7a5.js} +2 -1
  29. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-f061d829.js +113 -0
  30. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-b75f6543.js +99 -0
  31. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-16fbccc0.js → OrSearch.vue_vue_type_script_lang-5356fa79.js} +2 -1
  32. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-69ea22e9.js +187 -0
  33. package/dist/bundled/v3/components/index.d.ts +5 -1
  34. package/dist/bundled/v3/components/index.js +10 -7
  35. package/dist/bundled/v3/components/or-card-collection/index.js +5 -4
  36. package/dist/bundled/v3/components/or-confirm/index.js +3 -2
  37. package/dist/bundled/v3/components/or-input/index.d.ts +1 -0
  38. package/dist/bundled/v3/components/or-input/index.js +14 -0
  39. package/dist/bundled/v3/components/or-list-of-inputs/index.js +3 -2
  40. package/dist/bundled/v3/components/or-number-input/index.d.ts +1 -0
  41. package/dist/bundled/v3/components/or-number-input/index.js +16 -0
  42. package/dist/bundled/v3/components/or-password/index.d.ts +1 -0
  43. package/dist/bundled/v3/components/or-password/index.js +31 -0
  44. package/dist/bundled/v3/components/or-search/index.d.ts +1 -0
  45. package/dist/bundled/v3/components/{or-inputs → or-search}/index.js +4 -5
  46. package/dist/bundled/v3/components/or-textarea/index.d.ts +1 -0
  47. package/dist/bundled/v3/components/or-textarea/index.js +14 -0
  48. package/dist/bundled/v3/index.js +658 -653
  49. package/dist/esm/v2/{OrCardCollection-f6b07557.js → OrCardCollection-19582949.js} +6 -7
  50. package/dist/esm/v2/{OrConfirm-d7112dd3.js → OrConfirm-ede619eb.js} +4 -4
  51. package/dist/esm/v2/{OrSearch.vue_rollup-plugin-vue_script-197d77fc.js → OrInput-6e6cfd11.js} +4 -492
  52. package/dist/esm/v2/{OrListOfInputs-50aa1ef1.js → OrListOfInputs-4298fa2c.js} +5 -5
  53. package/dist/esm/v2/OrNumberInput-b20d75d2.js +225 -0
  54. package/dist/esm/v2/OrPassword-e6d5e968.js +225 -0
  55. package/dist/esm/v2/{OrSearch-0589d17d.js → OrSearch-b4f4d59b.js} +122 -5
  56. package/dist/esm/v2/{OrPassword-1fa97156.js → OrTextarea-91a95068.js} +187 -245
  57. package/dist/esm/v2/components/index.d.ts +5 -1
  58. package/dist/esm/v2/components/index.js +9 -7
  59. package/dist/esm/v2/components/or-card-collection/index.js +3 -4
  60. package/dist/esm/v2/components/or-confirm/index.js +2 -3
  61. package/dist/esm/v2/components/or-input/index.d.ts +1 -0
  62. package/dist/esm/v2/components/or-input/index.js +11 -0
  63. package/dist/esm/v2/components/or-list-of-inputs/index.js +2 -4
  64. package/dist/esm/v2/components/or-number-input/index.d.ts +1 -0
  65. package/dist/esm/v2/components/or-number-input/index.js +12 -0
  66. package/dist/esm/v2/components/or-password/index.d.ts +1 -0
  67. package/dist/esm/v2/components/{or-inputs → or-password}/index.js +5 -6
  68. package/dist/esm/v2/components/or-search/index.d.ts +1 -0
  69. package/dist/esm/v2/components/or-search/index.js +23 -0
  70. package/dist/esm/v2/components/or-textarea/index.d.ts +1 -0
  71. package/dist/esm/v2/components/or-textarea/index.js +11 -0
  72. package/dist/esm/v2/index.js +8 -6
  73. package/dist/esm/v3/{OrCardCollection-a5e326ef.js → OrCardCollection-1e44c758.js} +2 -2
  74. package/dist/esm/v3/{OrConfirm-f39bd784.js → OrConfirm-c11ee2ec.js} +1 -1
  75. package/dist/esm/v3/OrInput-81125804.js +295 -0
  76. package/dist/esm/v3/{OrListOfInputs-7a67440f.js → OrListOfInputs-508e056f.js} +1 -1
  77. package/dist/esm/v3/OrNumberInput-b32b5ce3.js +170 -0
  78. package/dist/esm/v3/OrPassword-b0cbb578.js +162 -0
  79. package/dist/esm/v3/OrSearch-11fdf667.js +188 -0
  80. package/dist/esm/v3/OrTextarea-1f5c3be1.js +290 -0
  81. package/dist/esm/v3/components/index.d.ts +5 -1
  82. package/dist/esm/v3/components/index.js +9 -5
  83. package/dist/esm/v3/components/or-card-collection/index.js +3 -3
  84. package/dist/esm/v3/components/or-confirm/index.js +2 -3
  85. package/dist/esm/v3/components/or-input/index.d.ts +1 -0
  86. package/dist/esm/v3/components/or-input/index.js +11 -0
  87. package/dist/esm/v3/components/or-list-of-inputs/index.js +2 -4
  88. package/dist/esm/v3/components/or-number-input/index.d.ts +1 -0
  89. package/dist/esm/v3/components/or-number-input/index.js +12 -0
  90. package/dist/esm/v3/components/or-password/index.d.ts +1 -0
  91. package/dist/esm/v3/components/{or-inputs → or-password}/index.js +3 -2
  92. package/dist/esm/v3/components/or-search/index.d.ts +1 -0
  93. package/dist/esm/v3/components/or-search/index.js +20 -0
  94. package/dist/esm/v3/components/or-textarea/index.d.ts +1 -0
  95. package/dist/esm/v3/components/or-textarea/index.js +11 -0
  96. package/dist/esm/v3/index.js +8 -4
  97. package/package.json +2 -3
  98. package/src/components/index.ts +5 -1
  99. package/src/components/or-card-collection/OrCardCollection.vue +8 -8
  100. package/src/components/or-confirm/OrConfirm.vue +1 -1
  101. package/src/components/or-input/index.ts +1 -0
  102. package/src/components/or-list/OrList.stories.ts +1 -1
  103. package/src/components/or-list-of-inputs/OrListOfInputs.vue +1 -1
  104. package/src/components/or-modal/OrModal.stories.ts +1 -1
  105. package/src/components/{or-inputs → or-number-input}/OrNumberInput.vue +1 -1
  106. package/src/components/or-number-input/index.ts +1 -0
  107. package/src/components/{or-inputs → or-password}/OrPassword.vue +1 -1
  108. package/src/components/or-password/index.ts +1 -0
  109. package/src/components/{or-inputs → or-search}/OrSearch.vue +1 -1
  110. package/src/components/or-search/index.ts +1 -0
  111. package/src/components/{or-inputs → or-textarea}/OrTextarea.vue +225 -6
  112. package/src/components/or-textarea/index.ts +1 -0
  113. package/dist/bundled/v2/components/or-inputs/index.d.ts +0 -5
  114. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-13bc5b00.js +0 -390
  115. package/dist/bundled/v3/components/or-inputs/index.d.ts +0 -5
  116. package/dist/esm/v2/components/or-inputs/index.d.ts +0 -5
  117. package/dist/esm/v3/OrSearch-7cb2c91c.js +0 -1075
  118. package/dist/esm/v3/components/or-inputs/index.d.ts +0 -5
  119. package/src/components/or-inputs/index.ts +0 -5
  120. /package/dist/bundled/v2/{OrInput-08f2f666.js → OrInput-df1a14fa.js} +0 -0
  121. /package/dist/bundled/v2/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  122. /package/dist/bundled/v2/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  123. /package/dist/bundled/v2/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  124. /package/dist/bundled/v2/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  125. /package/dist/bundled/v2/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  126. /package/dist/bundled/v3/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  127. /package/dist/bundled/v3/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  128. /package/dist/bundled/v3/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  129. /package/dist/bundled/v3/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  130. /package/dist/bundled/v3/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  131. /package/dist/esm/v2/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  132. /package/dist/esm/v2/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  133. /package/dist/esm/v2/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  134. /package/dist/esm/v2/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  135. /package/dist/esm/v2/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  136. /package/dist/esm/v3/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
  137. /package/dist/esm/v3/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
  138. /package/dist/esm/v3/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
  139. /package/dist/esm/v3/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
  140. /package/dist/esm/v3/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
  141. /package/src/components/{or-inputs → or-input}/OrInput.stories.ts +0 -0
  142. /package/src/components/{or-inputs → or-input}/OrInput.vue +0 -0
  143. /package/src/components/{or-inputs → or-input}/or-textbox-migration.stories.mdx +0 -0
  144. /package/src/components/{or-inputs → or-input}/styles.scss +0 -0
  145. /package/src/components/{or-inputs → or-number-input}/OrNumberInput.stories.ts +0 -0
  146. /package/src/components/{or-inputs → or-password}/OrPassword.stories.ts +0 -0
  147. /package/src/components/{or-inputs → or-search}/OrSearch.stories.ts +0 -0
  148. /package/src/components/{or-inputs → or-textarea}/OrTextarea.stories.ts +0 -0
@@ -7,7 +7,7 @@ export { O as OrIconButton } from '../OrIconButton-65962c1c.js';
7
7
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-d45772c1.js';
9
9
  export { O as OrCard } from '../OrCard-a6b30f8f.js';
10
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
10
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-166cfcc6.js';
11
11
  export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-091e2193.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-45d5869b.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
@@ -18,7 +18,7 @@ export { _ as OrChips } from '../OrChips-890b8476.js';
18
18
  export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-fc6876ec.js';
19
19
  export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.js';
20
20
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-a1a37e83.js';
21
- export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
21
+ export { _ as OrConfirm } from '../OrConfirm-55b89b17.js';
22
22
  export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-bb2df177.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
24
24
  export { O as OrError } from '../OrError-31503e4c.js';
@@ -39,14 +39,12 @@ export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInli
39
39
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-6e8c1f80.js';
40
40
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-2f559e98.js';
41
41
  export { I as InputType, O as OrInputV3 } from '../OrInput-5404a234.js';
42
- export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
43
- export { O as OrInput } from '../OrInput-08f2f666.js';
44
- export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
42
+ export { O as OrInput } from '../OrInput-df1a14fa.js';
45
43
  export { O as OrLabel } from '../OrLabel-74c73ba4.js';
46
44
  export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-aff09c39.js';
47
45
  export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-0d952e87.js';
48
46
  export { O as OrList } from '../OrList-4e84a3b4.js';
49
- export { _ as OrListOfInputs } from '../OrListOfInputs-8f076650.js';
47
+ export { _ as OrListOfInputs } from '../OrListOfInputs-ab7f9d97.js';
50
48
  export { L as LoaderViews, O as OrLoader } from '../OrLoader-05057239.js';
51
49
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-864ef92a.js';
52
50
  export { O as OrMenuItemV3 } from '../OrMenuItem-e2693a5f.js';
@@ -56,15 +54,18 @@ export { O as OrModal, a as OrModalSizes } from '../OrModal-a5411b0d.js';
56
54
  export { M as ModalSize, _ as OrModalV3 } from '../OrModal-51b9f3e7.js';
57
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-3909aaf2.js';
58
56
  export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-7f761f25.js';
57
+ export { _ as OrNumberInput } from '../OrNumberInput-face8ccc.js';
59
58
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
60
59
  export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
61
60
  export { O as OrOverlayV3 } from '../OrOverlay-efa7992e.js';
61
+ export { _ as OrPassword } from '../OrPassword-a818e7b5.js';
62
62
  export { _ as OrPaginationV3 } from '../OrPagination-daf25de2.js';
63
63
  export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '../OrProgress-de947341.js';
64
64
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-15fe65ec.js';
65
65
  export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
66
66
  export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
67
67
  export { _ as OrRadioV3 } from '../OrRadio-fe23947a.js';
68
+ export { O as OrSearch } from '../OrSearch-832d7978.js';
68
69
  export { O as OrSearchV3 } from '../OrSearch-d1169241.js';
69
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
70
71
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
@@ -88,6 +89,7 @@ export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-8d738be6.
88
89
  export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
89
90
  export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
90
91
  export { _ as OrTextV3 } from '../OrText-a665b991.js';
92
+ export { _ as OrTextarea } from '../OrTextarea-71ff236d.js';
91
93
  export { _ as OrTextareaV3 } from '../OrTextarea-5c57c02b.js';
92
94
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
93
95
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
@@ -111,10 +113,10 @@ import '../dom-3a15d036.js';
111
113
  import '../index-17f264f9.js';
112
114
  import '../floating-ui.dom.esm-83eba816.js';
113
115
  import '../useValidationAttributes-6df7bcf9.js';
114
- import '../useToggle-6166bd53.js';
115
116
  import '../v4-cf8987a3.js';
116
117
  import '../useResponsive-e13dfbb0.js';
117
118
  import '../useElevation-aac032f4.js';
119
+ import '../useToggle-6166bd53.js';
118
120
  import '../dropdown-open-e2a93aaf.js';
119
121
  import '../useOverflow-bae6342f.js';
120
122
  import 'portal-vue/dist/portal-vue.esm.js';
@@ -1,4 +1,4 @@
1
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../../OrCardCollection-89428bbf.js';
1
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../../OrCardCollection-166cfcc6.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -14,13 +14,13 @@ import '../../floating-ui.dom.esm-83eba816.js';
14
14
  import '../../OrTeleportVue2-3544f185.js';
15
15
  import 'portal-vue/dist/portal-vue.esm.js';
16
16
  import '../../dom-3a15d036.js';
17
- import '../../OrSearch-f7cfa52f.js';
18
- import '../../OrInput-08f2f666.js';
17
+ import '../../OrSearch-832d7978.js';
18
+ import '@vueuse/core';
19
+ import '../../OrInput-df1a14fa.js';
19
20
  import '../../OrLabel-74c73ba4.js';
20
21
  import '../../OrHint-fabea4cf.js';
21
22
  import '../../OrError-31503e4c.js';
22
23
  import '../../OrCollapse-3aa9a9b7.js';
23
- import '@vueuse/core';
24
24
  import '../../OrIconButton-65962c1c.js';
25
25
  import '../../OrTooltip-dfea7af2.js';
26
26
  import '../../constants-c5d1139f.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrConfirm } from '../../OrConfirm-56d01cff.js';
1
+ export { _ as OrConfirm } from '../../OrConfirm-55b89b17.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -22,7 +22,7 @@ import '../../OrModal-a5411b0d.js';
22
22
  import '../../OrIconButton-65962c1c.js';
23
23
  import '../../OrTooltip-dfea7af2.js';
24
24
  import '../../OrOverlay-47967a8b.js';
25
- import '../../OrInput-08f2f666.js';
25
+ import '../../OrInput-df1a14fa.js';
26
26
  import '../../OrLabel-74c73ba4.js';
27
27
  import '../../OrHint-fabea4cf.js';
28
28
  import '../../OrError-31503e4c.js';
@@ -0,0 +1 @@
1
+ export { default as OrInput } from './OrInput.vue';
@@ -0,0 +1,13 @@
1
+ export { O as OrInput } from '../../OrInput-df1a14fa.js';
2
+ import '../../index-fa6eb4ca.js';
3
+ import 'vue';
4
+ import '@vue/composition-api/dist/vue-composition-api.mjs';
5
+ import '../../px-to-rem-0b26b83e.js';
6
+ import '../../dom-3a15d036.js';
7
+ import 'lodash';
8
+ import '../../OrLabel-74c73ba4.js';
9
+ import '../../normalize-component-6e8e3d80.js';
10
+ import '../../browser-82dea9ed.js';
11
+ import '../../OrHint-fabea4cf.js';
12
+ import '../../OrError-31503e4c.js';
13
+ import '../../OrCollapse-3aa9a9b7.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrListOfInputs } from '../../OrListOfInputs-8f076650.js';
1
+ export { _ as OrListOfInputs } from '../../OrListOfInputs-ab7f9d97.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -22,6 +22,6 @@ import '../../dom-3a15d036.js';
22
22
  import '../../OrLoader-05057239.js';
23
23
  import '../../OrIconButton-65962c1c.js';
24
24
  import '../../OrTooltip-dfea7af2.js';
25
- import '../../OrInput-08f2f666.js';
25
+ import '../../OrInput-df1a14fa.js';
26
26
  import '../../OrHint-fabea4cf.js';
27
27
  import '../../OrCollapse-3aa9a9b7.js';
@@ -0,0 +1 @@
1
+ export { default as OrNumberInput } from './OrNumberInput.vue';
@@ -0,0 +1,14 @@
1
+ export { _ as OrNumberInput } from '../../OrNumberInput-face8ccc.js';
2
+ import '../../index-fa6eb4ca.js';
3
+ import 'vue';
4
+ import '@vue/composition-api/dist/vue-composition-api.mjs';
5
+ import '../../OrInput-df1a14fa.js';
6
+ import '../../px-to-rem-0b26b83e.js';
7
+ import '../../dom-3a15d036.js';
8
+ import 'lodash';
9
+ import '../../OrLabel-74c73ba4.js';
10
+ import '../../normalize-component-6e8e3d80.js';
11
+ import '../../browser-82dea9ed.js';
12
+ import '../../OrHint-fabea4cf.js';
13
+ import '../../OrError-31503e4c.js';
14
+ import '../../OrCollapse-3aa9a9b7.js';
@@ -0,0 +1 @@
1
+ export { default as OrPassword } from './OrPassword.vue';
@@ -1,9 +1,9 @@
1
- export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../../OrPassword-7da938aa.js';
2
- export { O as OrInput } from '../../OrInput-08f2f666.js';
3
- export { O as OrSearch } from '../../OrSearch-f7cfa52f.js';
1
+ export { _ as OrPassword } from '../../OrPassword-a818e7b5.js';
4
2
  import '../../index-fa6eb4ca.js';
5
3
  import 'vue';
6
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
+ import '@vueuse/core';
6
+ import '../../OrInput-df1a14fa.js';
7
7
  import '../../px-to-rem-0b26b83e.js';
8
8
  import '../../dom-3a15d036.js';
9
9
  import 'lodash';
@@ -13,7 +13,6 @@ import '../../browser-82dea9ed.js';
13
13
  import '../../OrHint-fabea4cf.js';
14
14
  import '../../OrError-31503e4c.js';
15
15
  import '../../OrCollapse-3aa9a9b7.js';
16
- import '@vueuse/core';
17
16
  import '../../OrIconButton-65962c1c.js';
18
17
  import '../../OrTooltip-dfea7af2.js';
19
18
  import '../../OrTooltipContent-f0fd5f75.js';
@@ -0,0 +1 @@
1
+ export { default as OrSearch } from './OrSearch.vue';
@@ -0,0 +1,25 @@
1
+ export { O as OrSearch } from '../../OrSearch-832d7978.js';
2
+ import '../../index-fa6eb4ca.js';
3
+ import 'vue';
4
+ import '@vue/composition-api/dist/vue-composition-api.mjs';
5
+ import '@vueuse/core';
6
+ import '../../OrInput-df1a14fa.js';
7
+ import '../../px-to-rem-0b26b83e.js';
8
+ import '../../dom-3a15d036.js';
9
+ import 'lodash';
10
+ import '../../OrLabel-74c73ba4.js';
11
+ import '../../normalize-component-6e8e3d80.js';
12
+ import '../../browser-82dea9ed.js';
13
+ import '../../OrHint-fabea4cf.js';
14
+ import '../../OrError-31503e4c.js';
15
+ import '../../OrCollapse-3aa9a9b7.js';
16
+ import '../../OrIconButton-65962c1c.js';
17
+ import '../../OrTooltip-dfea7af2.js';
18
+ import '../../OrTooltipContent-f0fd5f75.js';
19
+ import '../../OrFloating-554d6f58.js';
20
+ import '../../floating-ui.dom.esm-83eba816.js';
21
+ import '../../OrTeleportVue2-3544f185.js';
22
+ import 'portal-vue/dist/portal-vue.esm.js';
23
+ import '../../constants-c5d1139f.js';
24
+ import '../../OrIcon-10ec459c.js';
25
+ import '../../OrLoader-05057239.js';
@@ -0,0 +1 @@
1
+ export { default as OrTextarea } from './OrTextarea.vue';
@@ -0,0 +1,13 @@
1
+ export { _ as OrTextarea } from '../../OrTextarea-71ff236d.js';
2
+ import '../../index-fa6eb4ca.js';
3
+ import 'vue';
4
+ import '@vue/composition-api/dist/vue-composition-api.mjs';
5
+ import '../../px-to-rem-0b26b83e.js';
6
+ import '../../dom-3a15d036.js';
7
+ import 'lodash';
8
+ import '../../OrLabel-74c73ba4.js';
9
+ import '../../normalize-component-6e8e3d80.js';
10
+ import '../../browser-82dea9ed.js';
11
+ import '../../OrHint-fabea4cf.js';
12
+ import '../../OrError-31503e4c.js';
13
+ import '../../OrCollapse-3aa9a9b7.js';
@@ -12,7 +12,7 @@ export { O as OrIconButton } from './OrIconButton-65962c1c.js';
12
12
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from './constants-c5d1139f.js';
13
13
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from './OrButton-d45772c1.js';
14
14
  export { O as OrCard } from './OrCard-a6b30f8f.js';
15
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-89428bbf.js';
15
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-166cfcc6.js';
16
16
  export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-091e2193.js';
17
17
  export { _ as OrCardV3 } from './OrCard-45d5869b.js';
18
18
  export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-6da755c0.js';
@@ -23,7 +23,7 @@ export { _ as OrChips } from './OrChips-890b8476.js';
23
23
  export { _ as OrCode, O as OrCodeLanguages } from './OrCode-fc6876ec.js';
24
24
  export { O as OrCollapse } from './OrCollapse-3aa9a9b7.js';
25
25
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-a1a37e83.js';
26
- export { _ as OrConfirm } from './OrConfirm-56d01cff.js';
26
+ export { _ as OrConfirm } from './OrConfirm-55b89b17.js';
27
27
  export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-bb2df177.js';
28
28
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-e212f892.js';
29
29
  export { O as OrError } from './OrError-31503e4c.js';
@@ -44,14 +44,12 @@ export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInli
44
44
  export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-6e8c1f80.js';
45
45
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-2f559e98.js';
46
46
  export { I as InputType, O as OrInputV3 } from './OrInput-5404a234.js';
47
- export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-7da938aa.js';
48
- export { O as OrInput } from './OrInput-08f2f666.js';
49
- export { O as OrSearch } from './OrSearch-f7cfa52f.js';
47
+ export { O as OrInput } from './OrInput-df1a14fa.js';
50
48
  export { O as OrLabel } from './OrLabel-74c73ba4.js';
51
49
  export { L as LabelVariant, O as OrLabelV3 } from './OrLabel-aff09c39.js';
52
50
  export { L as LinkColor, _ as OrLinkV3 } from './OrLink-0d952e87.js';
53
51
  export { O as OrList } from './OrList-4e84a3b4.js';
54
- export { _ as OrListOfInputs } from './OrListOfInputs-8f076650.js';
52
+ export { _ as OrListOfInputs } from './OrListOfInputs-ab7f9d97.js';
55
53
  export { L as LoaderViews, O as OrLoader } from './OrLoader-05057239.js';
56
54
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from './OrLoader-864ef92a.js';
57
55
  export { O as OrMenuItemV3 } from './OrMenuItem-e2693a5f.js';
@@ -61,15 +59,18 @@ export { O as OrModal, a as OrModalSizes } from './OrModal-a5411b0d.js';
61
59
  export { M as ModalSize, _ as OrModalV3 } from './OrModal-51b9f3e7.js';
62
60
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3909aaf2.js';
63
61
  export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-7f761f25.js';
62
+ export { _ as OrNumberInput } from './OrNumberInput-face8ccc.js';
64
63
  export { _ as OrOverflowMenu } from './OrOverflowMenu-711e460e.js';
65
64
  export { O as OrOverlay } from './OrOverlay-47967a8b.js';
66
65
  export { O as OrOverlayV3 } from './OrOverlay-efa7992e.js';
66
+ export { _ as OrPassword } from './OrPassword-a818e7b5.js';
67
67
  export { _ as OrPaginationV3 } from './OrPagination-daf25de2.js';
68
68
  export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from './OrProgress-de947341.js';
69
69
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-15fe65ec.js';
70
70
  export { _ as OrRadio } from './OrRadio-187d6fc7.js';
71
71
  export { _ as OrRadioGroup } from './OrRadioGroup-aa9f0757.js';
72
72
  export { _ as OrRadioV3 } from './OrRadio-fe23947a.js';
73
+ export { O as OrSearch } from './OrSearch-832d7978.js';
73
74
  export { O as OrSearchV3 } from './OrSearch-d1169241.js';
74
75
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-878279bf.js';
75
76
  export { _ as OrSelect } from './OrSelect-a23d4210.js';
@@ -93,6 +94,7 @@ export { O as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-8d738be6.j
93
94
  export { O as OrTeleport } from './OrTeleportVue2-3544f185.js';
94
95
  export { O as OrTeleportV3 } from './OrTeleport.vue2-e9ba3054.js';
95
96
  export { _ as OrTextV3 } from './OrText-a665b991.js';
97
+ export { _ as OrTextarea } from './OrTextarea-71ff236d.js';
96
98
  export { _ as OrTextareaV3 } from './OrTextarea-5c57c02b.js';
97
99
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-eacd9b19.js';
98
100
  export { O as OrToast, _ as OrToastContainer } from './OrToastContainer-b03adc37.js';
@@ -2,7 +2,7 @@ import { openBlock, createElementBlock, normalizeClass, createElementVNode, rend
2
2
  import { s as script$1 } from './OrCard.vue_vue_type_script_lang-90ba001b.js';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
  import './OrIcon-1cae8a64.js';
5
- import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-16fbccc0.js';
5
+ import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-5356fa79.js';
6
6
  import './OrIconButton-e637158e.js';
7
7
  import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-7e3a17fe.js';
8
8
  import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-40547ab0.js';
@@ -90,12 +90,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
90
90
  } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["model-value", "html-id", "placeholder", "label", "error", "hint", "max-length", "is-small", "is-required", "is-disabled", "is-readonly", "is-invalid", "onUpdate:modelValue"]);
91
91
  }
92
92
 
93
- var css_248z = "/**\n * A simple way to manage mobile breakpoints described in https://davidwalsh.name/write-media-queries-sass.\n * Can be further extended using following approach https://rimdev.io/making-media-query-mixins-with-sass/\n */\n@keyframes spinAround-2ef674d2 {\nfrom {\n transform: rotate(0);\n}\nto {\n transform: rotate(359deg);\n}\n}\n@keyframes fade-2ef674d2 {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0;\n}\n}\n.or-search .or-icon-button-root[data-v-2ef674d2] {\n position: absolute;\n top: 50%;\n right: 0;\n z-index: 1;\n transform: translate(-0.625rem, -50%);\n}\n.or-search[data-v-2ef674d2] .or-textbox--input {\n padding-right: calc(0.625rem + 1.625rem);\n}\n.or-search.is-small[data-v-2ef674d2] .or-textbox--input {\n padding-right: calc(0.625rem + 1.5rem);\n}";
93
+ var css_248z = "/**\n * A simple way to manage mobile breakpoints described in https://davidwalsh.name/write-media-queries-sass.\n * Can be further extended using following approach https://rimdev.io/making-media-query-mixins-with-sass/\n */\n@keyframes spinAround-056f5f90 {\nfrom {\n transform: rotate(0);\n}\nto {\n transform: rotate(359deg);\n}\n}\n@keyframes fade-056f5f90 {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0;\n}\n}\n.or-search .or-icon-button-root[data-v-056f5f90] {\n position: absolute;\n top: 50%;\n right: 0;\n z-index: 1;\n transform: translate(-0.625rem, -50%);\n}\n.or-search[data-v-056f5f90] .or-textbox--input {\n padding-right: calc(0.625rem + 1.625rem);\n}\n.or-search.is-small[data-v-056f5f90] .or-textbox--input {\n padding-right: calc(0.625rem + 1.5rem);\n}";
94
94
  styleInject(css_248z);
95
95
 
96
96
  script$2.render = render;
97
- script$2.__scopeId = "data-v-2ef674d2";
98
- script$2.__file = "src/components/or-inputs/OrSearch.vue";
97
+ script$2.__scopeId = "data-v-056f5f90";
98
+ script$2.__file = "src/components/or-search/OrSearch.vue";
99
99
 
100
100
  var script = defineComponent({
101
101
  name: 'OrCardCollection',
@@ -3,10 +3,11 @@ import { useMagicKeys, useActiveElement, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-01519e46.js';
4
4
  import './OrButton-ec723bb7.js';
5
5
  import './OrModal-868160ef.js';
6
- import { s as script$3 } from './OrInput-7d4b571a.js';
6
+ import './OrInput-704e72ba.js';
7
7
  import { a as BUTTON_COLOR } from './constants-c5d1139f.js';
8
8
  import { s as script$2, O as OrModalSizes } from './OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
9
9
  import { s as script$1 } from './OrButton.vue_vue_type_script_lang-ffc66d00.js';
10
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-409235cc.js';
10
11
 
11
12
  var script = defineComponent({
12
13
  name: 'OrConfirm',