@onereach/ui-components 2.69.7-beta.2186.0 → 2.69.7-beta.2201.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 (71) hide show
  1. package/dist/bundled/v2/{OrCardCollection-aa6b8553.js → OrCardCollection-f07a1190.js} +1 -1
  2. package/dist/bundled/v2/{OrConfirm-dc704484.js → OrConfirm-618e6c96.js} +1 -1
  3. package/dist/bundled/v2/{OrInput-e7b864c1.js → OrInput-cc2d74db.js} +1 -1
  4. package/dist/bundled/v2/{OrInputBox-de8ce3ac.js → OrInputBox-da25bec2.js} +1 -1
  5. package/dist/bundled/v2/{OrSearch-ad84b460.js → OrSearch-d4833781.js} +1 -1
  6. package/dist/bundled/v2/{OrSelect-b393f564.js → OrSelect-0d0a53e5.js} +2 -2
  7. package/dist/bundled/v2/{OrTextarea-59fba95c.js → OrTextarea-76a2963b.js} +1 -1
  8. package/dist/bundled/v2/components/index.js +7 -7
  9. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -4
  10. package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -3
  11. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
  12. package/dist/bundled/v2/components/or-input-v3/index.js +2 -2
  13. package/dist/bundled/v2/components/or-search-v3/index.js +3 -3
  14. package/dist/bundled/v2/components/or-select-v3/index.js +3 -3
  15. package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -2
  16. package/dist/bundled/v2/index.js +8 -8
  17. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-ece2eab6.js → OrCardCollection.vue_vue_type_script_lang-5ceefcab.js} +1 -1
  18. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-fcbdf2c6.js → OrConfirm.vue_vue_type_script_lang-bb9ac0bc.js} +2 -2
  19. package/dist/bundled/v3/{OrInput-4ccc2c7b.js → OrInput-fa3a1a23.js} +1 -1
  20. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-96ce8121.js → OrInput.vue_vue_type_script_lang-c3e5928c.js} +2 -2
  21. package/dist/bundled/v3/{OrInputBox-27aa1cec.js → OrInputBox-a11eb96c.js} +1 -1
  22. package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-28353c10.js → OrInputBox.vue_vue_type_script_lang-c8184afc.js} +1 -1
  23. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-71fbb2fc.js → OrSearch.vue_vue_type_script_lang-ddf6e02b.js} +2 -2
  24. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-363605c5.js → OrSelect.vue_vue_type_script_lang-242beccd.js} +4 -4
  25. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-9f2a0234.js → OrTextarea.vue_vue_type_script_lang-e1a44c0a.js} +2 -2
  26. package/dist/bundled/v3/components/index.js +9 -9
  27. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -6
  28. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -5
  29. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
  30. package/dist/bundled/v3/components/or-input-v3/index.js +3 -3
  31. package/dist/bundled/v3/components/or-search-v3/index.js +5 -5
  32. package/dist/bundled/v3/components/or-select-v3/index.js +5 -5
  33. package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -3
  34. package/dist/bundled/v3/index.js +14 -14
  35. package/dist/esm/v2/{OrCardCollection-fe34fef3.js → OrCardCollection-cfaf440b.js} +2 -2
  36. package/dist/esm/v2/{OrConfirm-3bead0be.js → OrConfirm-8f688177.js} +1 -1
  37. package/dist/esm/v2/{OrInput-db0e2368.js → OrInput-0d0db283.js} +2 -2
  38. package/dist/esm/v2/{OrInputBox-9d1193b5.js → OrInputBox-20d65881.js} +1 -1
  39. package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-328ae841.js → OrInputBox.vue_rollup-plugin-vue_script-5253ba98.js} +1 -1
  40. package/dist/esm/v2/{OrSearch-9d9459f5.js → OrSearch-e7d0f2a3.js} +2 -2
  41. package/dist/esm/v2/{OrSelect-e6aa1b2a.js → OrSelect-bdc3218f.js} +3 -3
  42. package/dist/esm/v2/{OrTextarea-52354386.js → OrTextarea-b4660f09.js} +2 -2
  43. package/dist/esm/v2/components/index.js +8 -8
  44. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
  45. package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
  46. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  47. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
  48. package/dist/esm/v2/components/or-input-v3/index.js +3 -3
  49. package/dist/esm/v2/components/or-search-v3/index.js +4 -4
  50. package/dist/esm/v2/components/or-select-v3/index.js +4 -4
  51. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
  52. package/dist/esm/v2/index.js +8 -8
  53. package/dist/esm/v3/{OrCardCollection-8a84f69c.js → OrCardCollection-dbd1e3c2.js} +2 -2
  54. package/dist/esm/v3/{OrConfirm-5bd1f4db.js → OrConfirm-b2ef47a2.js} +1 -1
  55. package/dist/esm/v3/{OrInput-2b447f81.js → OrInput-509065af.js} +1 -1
  56. package/dist/esm/v3/{OrInputBox-6d1b6059.js → OrInputBox-0ebab1b8.js} +1 -1
  57. package/dist/esm/v3/{OrSearch-d72cfc74.js → OrSearch-15ba38cd.js} +2 -2
  58. package/dist/esm/v3/{OrSelect-e6e006d5.js → OrSelect-bcf0fb2a.js} +2 -2
  59. package/dist/esm/v3/{OrTextarea-ed35cd0b.js → OrTextarea-26c50ec0.js} +1 -1
  60. package/dist/esm/v3/components/index.js +7 -7
  61. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  62. package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
  63. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  64. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  65. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  66. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  67. package/dist/esm/v3/components/or-select-v3/index.js +3 -3
  68. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  69. package/dist/esm/v3/index.js +7 -7
  70. package/package.json +2 -2
  71. package/src/components/or-input-box-v3/styles.ts +1 -1
@@ -6,7 +6,7 @@ import { O as OrButton } from './OrButton-4b99c680.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-ad84b460.js';
9
+ import { O as OrSearch } from './OrSearch-d4833781.js';
10
10
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
11
11
 
12
12
  const CardCollectionRoot = [
@@ -3,7 +3,7 @@ import { useMagicKeys, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-17f264f9.js';
4
4
  import { O as OrOverlay } from './OrOverlay-3c89d622.js';
5
5
  import { O as OrButton, a as ButtonColor } from './OrButton-4b99c680.js';
6
- import { O as OrInput } from './OrInput-e7b864c1.js';
6
+ import { O as OrInput } from './OrInput-cc2d74db.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
 
@@ -3,7 +3,7 @@ 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
5
  import { O as OrIconButton } from './OrIconButton-a215104c.js';
6
- import { O as OrInputBox } from './OrInputBox-de8ce3ac.js';
6
+ import { O as OrInputBox } from './OrInputBox-da25bec2.js';
7
7
  import { O as OrLabel } from './OrLabel-172c4b89.js';
8
8
  import { a as InputBoxSize } from './props-78496a2d.js';
9
9
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
@@ -34,7 +34,7 @@ const InputBoxRootVariants = {
34
34
  const InputBoxRootSizes = {
35
35
  'm': [
36
36
  // Box
37
- 'children:min-h-[34px]',
37
+ 'children:min-h-[46px] children:md:min-h-[34px]',
38
38
  // Spacing
39
39
  'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'children:pt-[11px] children:md:pt-[7px]', 'children:pb-[11px] children:md:pb-[6px]', 'gap-sm+ md:gap-sm',
40
40
  // Typography
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
- import { O as OrInput } from './OrInput-e7b864c1.js';
3
+ import { O as OrInput } from './OrInput-cc2d74db.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 { a as InputBoxSize } from './props-78496a2d.js';
@@ -4,8 +4,8 @@ import { O as OrError } from './OrError-aad17598.js';
4
4
  import { O as OrExpansionPanel } from './OrExpansionPanel-995caa85.js';
5
5
  import { O as OrHint } from './OrHint-f38a1940.js';
6
6
  import { O as OrIcon } from './OrIcon-8625385f.js';
7
- import { O as OrInput } from './OrInput-e7b864c1.js';
8
- import { O as OrInputBox } from './OrInputBox-de8ce3ac.js';
7
+ import { O as OrInput } from './OrInput-cc2d74db.js';
8
+ import { O as OrInputBox } from './OrInputBox-da25bec2.js';
9
9
  import { O as OrLabel } from './OrLabel-172c4b89.js';
10
10
  import { O as OrMenuItem } from './OrMenuItem-26420908.js';
11
11
  import { O as OrPopover } from './OrPopover-5dc240f1.js';
@@ -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 OrInputBox } from './OrInputBox-de8ce3ac.js';
4
+ import { O as OrInputBox } from './OrInputBox-da25bec2.js';
5
5
  import { O as OrLabel } from './OrLabel-172c4b89.js';
6
6
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
7
7
  import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-4b99c680.js';
9
9
  export { O as OrCard } from '../OrCard-a6b30f8f.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-aa6b8553.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-f07a1190.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-29116e1f.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
14
14
  export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
@@ -19,7 +19,7 @@ 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
21
  export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-dc704484.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-618e6c96.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';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-d0c5bcf4.js';
@@ -37,9 +37,9 @@ export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3
37
37
  export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-6af4fe07.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
39
39
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-ddf84267.js';
40
- export { O as OrInputBoxV3 } from '../OrInputBox-de8ce3ac.js';
40
+ export { O as OrInputBoxV3 } from '../OrInputBox-da25bec2.js';
41
41
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../props-78496a2d.js';
42
- export { I as InputType, O as OrInputV3 } from '../OrInput-e7b864c1.js';
42
+ export { I as InputType, O as OrInputV3 } from '../OrInput-cc2d74db.js';
43
43
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
44
44
  export { O as OrInput } from '../OrInput-08f2f666.js';
45
45
  export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
@@ -65,10 +65,10 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrP
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-a60fc5c0.js';
68
- export { O as OrSearchV3 } from '../OrSearch-ad84b460.js';
68
+ export { O as OrSearchV3 } from '../OrSearch-d4833781.js';
69
69
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
70
70
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
71
- export { _ as OrSelectV3 } from '../OrSelect-b393f564.js';
71
+ export { _ as OrSelectV3 } from '../OrSelect-0d0a53e5.js';
72
72
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
73
73
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
74
74
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
@@ -88,7 +88,7 @@ export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-6440aa89.
88
88
  export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
89
89
  export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
90
90
  export { _ as OrTextV3 } from '../OrText-eac4b9f5.js';
91
- export { _ as OrTextareaV3 } from '../OrTextarea-59fba95c.js';
91
+ export { _ as OrTextareaV3 } from '../OrTextarea-76a2963b.js';
92
92
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
93
93
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
94
94
  export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-aa6b8553.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-f07a1190.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -20,11 +20,11 @@ import '../../OrButton-4b99c680.js';
20
20
  import '../../OrLoader-6a1f937b.js';
21
21
  import '../../OrMenu-fa47c888.js';
22
22
  import '../../OrMenuItem-26420908.js';
23
- import '../../OrSearch-ad84b460.js';
24
- import '../../OrInput-e7b864c1.js';
23
+ import '../../OrSearch-d4833781.js';
24
+ import '../../OrInput-cc2d74db.js';
25
25
  import '../../OrError-aad17598.js';
26
26
  import '../../OrHint-f38a1940.js';
27
- import '../../OrInputBox-de8ce3ac.js';
27
+ import '../../OrInputBox-da25bec2.js';
28
28
  import '../../props-78496a2d.js';
29
29
  import '../../OrLabel-172c4b89.js';
30
30
  import '../../browser-82dea9ed.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-dc704484.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-618e6c96.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -12,7 +12,7 @@ import '../../useClassAttribute-9bf33346.js';
12
12
  import '../../useElevation-aac032f4.js';
13
13
  import '../../OrButton-4b99c680.js';
14
14
  import '../../OrLoader-6a1f937b.js';
15
- import '../../OrInput-e7b864c1.js';
15
+ import '../../OrInput-cc2d74db.js';
16
16
  import '../../OrError-aad17598.js';
17
17
  import '../../OrHint-f38a1940.js';
18
18
  import '../../OrIcon-8625385f.js';
@@ -22,7 +22,7 @@ import '../../OrPopover-5dc240f1.js';
22
22
  import '../../floating-ui.dom.esm-83eba816.js';
23
23
  import '../../OrBottomSheet-1cd1ab4c.js';
24
24
  import '../../useResponsive-e13dfbb0.js';
25
- import '../../OrInputBox-de8ce3ac.js';
25
+ import '../../OrInputBox-da25bec2.js';
26
26
  import '../../props-78496a2d.js';
27
27
  import '../../OrLabel-172c4b89.js';
28
28
  import '../../browser-82dea9ed.js';
@@ -1,4 +1,4 @@
1
- export { O as OrInputBoxV3 } from '../../OrInputBox-de8ce3ac.js';
1
+ export { O as OrInputBoxV3 } from '../../OrInputBox-da25bec2.js';
2
2
  export { a as InputBoxSize, I as InputBoxVariant } from '../../props-78496a2d.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -1,4 +1,4 @@
1
- export { I as InputType, O as OrInputV3 } from '../../OrInput-e7b864c1.js';
1
+ export { I as InputType, O as OrInputV3 } from '../../OrInput-cc2d74db.js';
2
2
  export { a as InputSize } from '../../props-78496a2d.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -19,6 +19,6 @@ import '../../OrTeleport.vue2-e9ba3054.js';
19
19
  import 'portal-vue';
20
20
  import '../../useElevation-aac032f4.js';
21
21
  import '../../useResponsive-e13dfbb0.js';
22
- import '../../OrInputBox-de8ce3ac.js';
22
+ import '../../OrInputBox-da25bec2.js';
23
23
  import '../../OrLabel-172c4b89.js';
24
24
  import '../../browser-82dea9ed.js';
@@ -1,10 +1,10 @@
1
- export { O as OrSearchV3 } from '../../OrSearch-ad84b460.js';
1
+ export { O as OrSearchV3 } from '../../OrSearch-d4833781.js';
2
2
  export { a as SearchSize } from '../../props-78496a2d.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import '@vueuse/core';
7
- import '../../OrInput-e7b864c1.js';
7
+ import '../../OrInput-cc2d74db.js';
8
8
  import '../../OrError-aad17598.js';
9
9
  import '../../useClassAttribute-9bf33346.js';
10
10
  import '../../normalize-component-6e8e3d80.js';
@@ -20,6 +20,6 @@ import '../../OrTeleport.vue2-e9ba3054.js';
20
20
  import 'portal-vue';
21
21
  import '../../useElevation-aac032f4.js';
22
22
  import '../../useResponsive-e13dfbb0.js';
23
- import '../../OrInputBox-de8ce3ac.js';
23
+ import '../../OrInputBox-da25bec2.js';
24
24
  import '../../OrLabel-172c4b89.js';
25
25
  import '../../browser-82dea9ed.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-b393f564.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-0d0a53e5.js';
2
2
  export { a as SelectSize } from '../../props-78496a2d.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -12,7 +12,7 @@ import '../../OrError-aad17598.js';
12
12
  import '../../OrExpansionPanel-995caa85.js';
13
13
  import '../../OrIcon-8625385f.js';
14
14
  import '../../OrHint-f38a1940.js';
15
- import '../../OrInput-e7b864c1.js';
15
+ import '../../OrInput-cc2d74db.js';
16
16
  import '../../OrIconButton-a215104c.js';
17
17
  import '../../OrTooltip-fbfa05fd.js';
18
18
  import '@vueuse/core';
@@ -24,7 +24,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
24
24
  import 'portal-vue';
25
25
  import '../../useElevation-aac032f4.js';
26
26
  import '../../useResponsive-e13dfbb0.js';
27
- import '../../OrInputBox-de8ce3ac.js';
27
+ import '../../OrInputBox-da25bec2.js';
28
28
  import '../../OrMenuItem-26420908.js';
29
29
  import '../../OrTag-6440aa89.js';
30
30
  import '../../dropdown-open-e2a93aaf.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrTextareaV3 } from '../../OrTextarea-59fba95c.js';
1
+ export { _ as OrTextareaV3 } from '../../OrTextarea-76a2963b.js';
2
2
  export { a as TextareaSize } from '../../props-78496a2d.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -7,6 +7,6 @@ import '../../OrError-aad17598.js';
7
7
  import '../../useClassAttribute-9bf33346.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrHint-f38a1940.js';
10
- import '../../OrInputBox-de8ce3ac.js';
10
+ import '../../OrInputBox-da25bec2.js';
11
11
  import '../../OrLabel-172c4b89.js';
12
12
  import '../../browser-82dea9ed.js';