@onereach/ui-components 2.75.2-beta.2393.0 → 2.75.2-beta.2399.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 (142) hide show
  1. package/dist/bundled/v2/{OrCardCollection-04e767c2.js → OrCardCollection-e3986f07.js} +1 -1
  2. package/dist/bundled/v2/{OrConfirm-a76ff6d2.js → OrConfirm-498fa802.js} +1 -1
  3. package/dist/bundled/v2/{OrInlineInput-9304f205.js → OrInlineInput-5f0b99f9.js} +25 -11
  4. package/dist/bundled/v2/{OrInlineTextarea-e0d28fc6.js → OrInlineTextarea-975b8706.js} +25 -11
  5. package/dist/bundled/v2/{OrInput-b8511a0c.js → OrInput-822eb9f5.js} +27 -12
  6. package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
  7. package/dist/bundled/v2/{OrSearch-60b64568.js → OrSearch-f9d46a70.js} +2 -2
  8. package/dist/bundled/v2/{OrSelect-752bdd3b.js → OrSelect-0c0c01d4.js} +27 -10
  9. package/dist/bundled/v2/{OrTextarea-5fdf63d0.js → OrTextarea-c56f19db.js} +27 -12
  10. package/dist/bundled/v2/components/index.js +10 -9
  11. package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -4
  12. package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
  13. package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
  14. package/dist/bundled/v2/components/or-combined-input-v3/index.js +162 -0
  15. package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
  16. package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
  17. package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -3
  18. package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
  19. package/dist/bundled/v2/components/or-inline-input-v3/index.js +1 -1
  20. package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
  21. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +1 -1
  22. package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
  23. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
  24. package/dist/bundled/v2/components/or-input-v3/index.js +3 -2
  25. package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
  26. package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
  27. package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
  28. package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
  29. package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
  30. package/dist/bundled/v2/index.js +11 -10
  31. package/dist/bundled/v2/props-78496a2d.js +12 -0
  32. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-e71a0ea0.js → OrCardCollection.vue_vue_type_script_lang-f2fdaa33.js} +1 -1
  33. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-b550c3d3.js → OrConfirm.vue_vue_type_script_lang-2bb4e530.js} +2 -2
  34. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-cd4a64f6.js → OrInlineInput.vue_vue_type_script_lang-18853dd7.js} +3 -5
  35. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-a73ff1ee.js → OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js} +3 -5
  36. package/dist/bundled/v3/{OrInput-6d49f353.js → OrInput-13a84d53.js} +12 -9
  37. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-af68d0e7.js → OrInput.vue_vue_type_script_lang-09a6138d.js} +6 -7
  38. package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-44f37541.js} +1 -1
  39. package/dist/{esm/v2/OrInputBox-53d1f66d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js} +3 -53
  40. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-8c37e5a7.js → OrSearch.vue_vue_type_script_lang-9028a3c5.js} +3 -3
  41. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-35ac0247.js → OrSelect.vue_vue_type_script_lang-30c61027.js} +9 -8
  42. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-de99a858.js → OrTextarea.vue_vue_type_script_lang-b2899ba6.js} +6 -7
  43. package/dist/bundled/v3/components/index.js +12 -11
  44. package/dist/bundled/v3/components/or-card-collection-v3/index.js +7 -6
  45. package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
  46. package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
  47. package/dist/bundled/v3/components/or-combined-input-v3/index.js +131 -0
  48. package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
  49. package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
  50. package/dist/bundled/v3/components/or-confirm-v3/index.js +6 -5
  51. package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
  52. package/dist/bundled/v3/components/or-inline-input-v3/index.js +1 -1
  53. package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
  54. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +1 -1
  55. package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
  56. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
  57. package/dist/bundled/v3/components/or-input-v3/index.js +4 -3
  58. package/dist/bundled/v3/components/or-search-v3/index.js +6 -5
  59. package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
  60. package/dist/bundled/v3/components/or-select-v3/index.js +6 -5
  61. package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
  62. package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
  63. package/dist/bundled/v3/index.js +140 -129
  64. package/dist/bundled/v3/props-78496a2d.js +12 -0
  65. package/dist/esm/v2/{OrCardCollection-f7856175.js → OrCardCollection-59455d23.js} +2 -2
  66. package/dist/esm/v2/{OrConfirm-98d62065.js → OrConfirm-b31e3d3d.js} +1 -1
  67. package/dist/esm/v2/{OrInlineInput-df02ab5d.js → OrInlineInput-36d79e50.js} +25 -11
  68. package/dist/esm/v2/{OrInlineTextarea-ad120656.js → OrInlineTextarea-e2d61e44.js} +25 -11
  69. package/dist/esm/v2/{OrInput-3bb91436.js → OrInput-06003aad.js} +27 -12
  70. package/dist/esm/v2/OrInputBox-5c4b3104.js +43 -0
  71. package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js} +1 -1
  72. package/dist/esm/v2/{OrSearch-dad9b02f.js → OrSearch-44645202.js} +2 -2
  73. package/dist/esm/v2/{OrSelect-7ef80130.js → OrSelect-a51044ed.js} +27 -10
  74. package/dist/esm/v2/{OrTextarea-0a64f718.js → OrTextarea-5fa93c9a.js} +27 -12
  75. package/dist/esm/v2/components/index.js +10 -9
  76. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -4
  77. package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
  78. package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
  79. package/dist/esm/v2/components/or-combined-input-v3/index.js +159 -0
  80. package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
  81. package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
  82. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -3
  83. package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
  84. package/dist/esm/v2/components/or-inline-input-v3/index.js +1 -1
  85. package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
  86. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +1 -1
  87. package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
  88. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
  89. package/dist/esm/v2/components/or-input-v3/index.js +3 -2
  90. package/dist/esm/v2/components/or-search-v3/index.js +4 -3
  91. package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
  92. package/dist/esm/v2/components/or-select-v3/index.js +4 -3
  93. package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
  94. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
  95. package/dist/esm/v2/index.js +10 -9
  96. package/dist/esm/v3/{OrCardCollection-4cb41408.js → OrCardCollection-5c0d53e0.js} +1 -1
  97. package/dist/esm/v3/{OrConfirm-19da64d1.js → OrConfirm-c7304c10.js} +1 -1
  98. package/dist/esm/v3/{OrInlineInput-cd3753ee.js → OrInlineInput-651c9155.js} +14 -14
  99. package/dist/esm/v3/{OrInlineTextarea-4c5b0390.js → OrInlineTextarea-d16af66a.js} +14 -14
  100. package/dist/esm/v3/{OrInput-ae9f6871.js → OrInput-b3939d15.js} +14 -13
  101. package/dist/esm/v3/{OrSearch-6f6b4fcd.js → OrSearch-d16d0331.js} +1 -1
  102. package/dist/esm/v3/{OrSelect-96bf9b63.js → OrSelect-19c2e7d2.js} +16 -13
  103. package/dist/esm/v3/{OrTextarea-42d21f77.js → OrTextarea-dfc6a453.js} +14 -13
  104. package/dist/esm/v3/components/index.js +8 -8
  105. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  106. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
  107. package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
  108. package/dist/esm/v3/components/or-combined-input-v3/index.js +130 -0
  109. package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
  110. package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
  111. package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
  112. package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
  113. package/dist/esm/v3/components/or-inline-input-v3/index.js +1 -1
  114. package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
  115. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
  116. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
  117. package/dist/esm/v3/components/or-input-v3/index.js +1 -1
  118. package/dist/esm/v3/components/or-search-v3/index.js +2 -2
  119. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
  120. package/dist/esm/v3/components/or-select-v3/index.js +2 -2
  121. package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
  122. package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
  123. package/dist/esm/v3/index.js +8 -8
  124. package/package.json +2 -2
  125. package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
  126. package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +201 -0
  127. package/src/components/or-combined-input-v3/OrCombinedInput.vue +133 -0
  128. package/src/components/or-combined-input-v3/index.ts +2 -0
  129. package/src/components/or-combined-input-v3/props.ts +1 -0
  130. package/src/components/or-combined-input-v3/styles.ts +25 -0
  131. package/src/components/or-inline-input-v3/OrInlineInput.vue +12 -9
  132. package/src/components/or-inline-input-v3/styles.ts +2 -2
  133. package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +12 -9
  134. package/src/components/or-inline-textarea-v3/styles.ts +2 -2
  135. package/src/components/or-input-v3/OrInput.vue +12 -9
  136. package/src/components/or-input-v3/styles.ts +2 -2
  137. package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
  138. package/src/components/or-select-v3/OrSelect.vue +12 -8
  139. package/src/components/or-select-v3/styles.ts +4 -1
  140. package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +1 -1
  141. package/src/components/or-textarea-v3/OrTextarea.vue +12 -9
  142. package/src/components/or-textarea-v3/styles.ts +2 -2
@@ -6,7 +6,7 @@ import { O as OrButton } from './OrButton-0242b4c0.js';
6
6
  import { O as OrMenu } from './OrMenu-82c77b2c.js';
7
7
  import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
8
8
  import { O as OrIcon } from './OrIcon-2efd1925.js';
9
- import { O as OrSearch } from './OrSearch-60b64568.js';
9
+ import { O as OrSearch } from './OrSearch-f9d46a70.js';
10
10
 
11
11
  const CardCollectionRoot = [
12
12
  // Layout
@@ -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-cb55bf20.js';
5
5
  import { O as OrButton, a as ButtonColor } from './OrButton-0242b4c0.js';
6
- import { O as OrInput } from './OrInput-b8511a0c.js';
6
+ import { O as OrInput } from './OrInput-822eb9f5.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
 
@@ -21,8 +21,8 @@ const InlineInputRoot = [
21
21
  // Spacing
22
22
  'gap-xs'];
23
23
  const InlineInputControl = [
24
- // Layout
25
- 'grow',
24
+ // Box
25
+ 'w-full',
26
26
  // Typography
27
27
  'typography-inherit',
28
28
  // Theme
@@ -81,7 +81,7 @@ var script = defineComponent({
81
81
  default: undefined
82
82
  },
83
83
  error: {
84
- type: String,
84
+ type: [String, Boolean],
85
85
  default: undefined
86
86
  }
87
87
  },
@@ -113,7 +113,6 @@ var script = defineComponent({
113
113
  return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
114
114
  });
115
115
  const maxLength = computed(() => controlAttributes.maxlength);
116
- const invalid = computed(() => !!props.error);
117
116
  const activated = ref(false);
118
117
  // Handlers
119
118
  function onFocus(event) {
@@ -165,7 +164,6 @@ var script = defineComponent({
165
164
  draftModelValue,
166
165
  currentLength,
167
166
  maxLength,
168
- invalid,
169
167
  activated,
170
168
  onFocus,
171
169
  onBlur,
@@ -177,7 +175,7 @@ var script = defineComponent({
177
175
  }
178
176
  });
179
177
 
180
- var css_248z = "input[data-v-a3451ac6]{min-width:0;background:0 0;outline:0}input[type=number][data-v-a3451ac6]::-webkit-inner-spin-button{display:none}input[type=search][data-v-a3451ac6]::-webkit-search-cancel-button{display:none}";
178
+ var css_248z = "input[data-v-21bb24c8]{min-width:0;background:0 0;outline:0}input[type=number][data-v-21bb24c8]::-webkit-inner-spin-button{display:none}input[type=search][data-v-21bb24c8]::-webkit-search-cancel-button{display:none}";
181
179
  styleInject(css_248z);
182
180
 
183
181
  /* script */
@@ -195,7 +193,7 @@ var __vue_render__ = function () {
195
193
  }, [_c('OrInlineInputBox', {
196
194
  attrs: {
197
195
  "size": _vm.size,
198
- "invalid": _vm.invalid
196
+ "invalid": !!_vm.error
199
197
  }
200
198
  }, [_vm.type === 'checkbox' ? _c('input', _vm._b({
201
199
  directives: [{
@@ -327,7 +325,15 @@ var __vue_render__ = function () {
327
325
  return _vm.reset.apply(null, arguments);
328
326
  }
329
327
  }
330
- })], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
328
+ })], 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
329
+ directives: [{
330
+ name: "show",
331
+ rawName: "v-show",
332
+ value: !_vm.error,
333
+ expression: "!error"
334
+ }],
335
+ class: ['contents']
336
+ }, [_vm.hint || _vm.maxLength ? [_c('OrHint', {
331
337
  scopedSlots: _vm._u([_vm.maxLength ? {
332
338
  key: "addon",
333
339
  fn: function () {
@@ -335,7 +341,15 @@ var __vue_render__ = function () {
335
341
  },
336
342
  proxy: true
337
343
  } : null], null, true)
338
- }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
344
+ }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()], 2), _vm._v(" "), _c('div', {
345
+ directives: [{
346
+ name: "show",
347
+ rawName: "v-show",
348
+ value: typeof _vm.error === 'string',
349
+ expression: "typeof error === 'string'"
350
+ }],
351
+ class: ['contents']
352
+ }, [_c('OrError', {
339
353
  scopedSlots: _vm._u([_vm.maxLength ? {
340
354
  key: "addon",
341
355
  fn: function () {
@@ -343,14 +357,14 @@ var __vue_render__ = function () {
343
357
  },
344
358
  proxy: true
345
359
  } : null], null, true)
346
- }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
360
+ }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])], 1)]);
347
361
  };
348
362
  var __vue_staticRenderFns__ = [];
349
363
 
350
364
  /* style */
351
365
  const __vue_inject_styles__ = undefined;
352
366
  /* scoped */
353
- const __vue_scope_id__ = "data-v-a3451ac6";
367
+ const __vue_scope_id__ = "data-v-21bb24c8";
354
368
  /* module identifier */
355
369
  const __vue_module_identifier__ = undefined;
356
370
  /* functional template */
@@ -15,8 +15,8 @@ const InlineTextareaRoot = [
15
15
  // Spacing
16
16
  'gap-xs'];
17
17
  const InlineTextareaControl = [
18
- // Layout
19
- 'grow',
18
+ // Box
19
+ 'w-full',
20
20
  // Typography
21
21
  'typography-inherit',
22
22
  // Theme
@@ -59,7 +59,7 @@ var script = defineComponent({
59
59
  default: undefined
60
60
  },
61
61
  error: {
62
- type: String,
62
+ type: [String, Boolean],
63
63
  default: undefined
64
64
  }
65
65
  },
@@ -91,7 +91,6 @@ var script = defineComponent({
91
91
  return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
92
92
  });
93
93
  const maxLength = computed(() => controlAttributes.maxlength);
94
- const invalid = computed(() => !!props.error);
95
94
  const activated = ref(false);
96
95
  // Handlers
97
96
  function onFocus(event) {
@@ -143,7 +142,6 @@ var script = defineComponent({
143
142
  draftModelValue,
144
143
  currentLength,
145
144
  maxLength,
146
- invalid,
147
145
  activated,
148
146
  onFocus,
149
147
  onBlur,
@@ -155,7 +153,7 @@ var script = defineComponent({
155
153
  }
156
154
  });
157
155
 
158
- var css_248z = "textarea[data-v-03ea829d]{min-width:0;background:0 0;outline:0}";
156
+ var css_248z = "textarea[data-v-0862b6c8]{min-width:0;background:0 0;outline:0}";
159
157
  styleInject(css_248z);
160
158
 
161
159
  /* script */
@@ -173,7 +171,7 @@ var __vue_render__ = function () {
173
171
  }, [_c('OrInlineInputBox', {
174
172
  attrs: {
175
173
  "size": 's',
176
- "invalid": _vm.invalid
174
+ "invalid": !!_vm.error
177
175
  }
178
176
  }, [_c('textarea', _vm._b({
179
177
  directives: [{
@@ -231,7 +229,15 @@ var __vue_render__ = function () {
231
229
  return _vm.reset.apply(null, arguments);
232
230
  }
233
231
  }
234
- })], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
232
+ })], 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
233
+ directives: [{
234
+ name: "show",
235
+ rawName: "v-show",
236
+ value: !_vm.error,
237
+ expression: "!error"
238
+ }],
239
+ class: ['contents']
240
+ }, [_vm.hint || _vm.maxLength ? [_c('OrHint', {
235
241
  scopedSlots: _vm._u([_vm.maxLength ? {
236
242
  key: "addon",
237
243
  fn: function () {
@@ -239,7 +245,15 @@ var __vue_render__ = function () {
239
245
  },
240
246
  proxy: true
241
247
  } : null], null, true)
242
- }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
248
+ }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()], 2), _vm._v(" "), _c('div', {
249
+ directives: [{
250
+ name: "show",
251
+ rawName: "v-show",
252
+ value: typeof _vm.error === 'string',
253
+ expression: "typeof error === 'string'"
254
+ }],
255
+ class: ['contents']
256
+ }, [_c('OrError', {
243
257
  scopedSlots: _vm._u([_vm.maxLength ? {
244
258
  key: "addon",
245
259
  fn: function () {
@@ -247,14 +261,14 @@ var __vue_render__ = function () {
247
261
  },
248
262
  proxy: true
249
263
  } : null], null, true)
250
- }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
264
+ }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])], 1)]);
251
265
  };
252
266
  var __vue_staticRenderFns__ = [];
253
267
 
254
268
  /* style */
255
269
  const __vue_inject_styles__ = undefined;
256
270
  /* scoped */
257
- const __vue_scope_id__ = "data-v-03ea829d";
271
+ const __vue_scope_id__ = "data-v-0862b6c8";
258
272
  /* module identifier */
259
273
  const __vue_module_identifier__ = undefined;
260
274
  /* functional template */
@@ -3,9 +3,10 @@ import { O as OrError } from './OrError-52f668a4.js';
3
3
  import { O as OrHint } from './OrHint-fde53334.js';
4
4
  import { O as OrIcon } from './OrIcon-2efd1925.js';
5
5
  import { O as OrIconButton } from './OrIconButton-deec1d4d.js';
6
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
6
+ import { O as OrInputBox } from './OrInputBox-9a31d211.js';
7
7
  import { O as OrLabel } from './OrLabel-aff09c39.js';
8
8
  import { O as OrLoader } from './OrLoader-6bec8824.js';
9
+ import { a as InputBoxSize } from './props-78496a2d.js';
9
10
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
10
11
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
11
12
  import { u as useResponsive } from './useResponsive-e13dfbb0.js';
@@ -27,8 +28,8 @@ const InputRoot = [
27
28
  // Spacing
28
29
  'gap-xs'];
29
30
  const InputControl = [
30
- // Layout
31
- 'grow',
31
+ // Box
32
+ 'w-full',
32
33
  // Typography
33
34
  'typography-inherit',
34
35
  // Theme
@@ -75,7 +76,7 @@ var script = defineComponent({
75
76
  default: undefined
76
77
  },
77
78
  error: {
78
- type: String,
79
+ type: [String, Boolean],
79
80
  default: undefined
80
81
  },
81
82
  loading: {
@@ -129,7 +130,6 @@ var script = defineComponent({
129
130
  return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
130
131
  });
131
132
  const maxLength = computed(() => controlAttributes.maxlength);
132
- const invalid = computed(() => !!props.error);
133
133
  const disclosed = ref(false);
134
134
  const {
135
135
  isMobile
@@ -152,7 +152,6 @@ var script = defineComponent({
152
152
  proxyModelValue,
153
153
  currentLength,
154
154
  maxLength,
155
- invalid,
156
155
  disclosed,
157
156
  isMobile,
158
157
  focus,
@@ -161,7 +160,7 @@ var script = defineComponent({
161
160
  }
162
161
  });
163
162
 
164
- var css_248z = "input[data-v-67c137e7]{min-width:0;background:0 0;outline:0}input[type=number][data-v-67c137e7]::-webkit-inner-spin-button{display:none}input[type=search][data-v-67c137e7]::-webkit-search-cancel-button{display:none}";
163
+ var css_248z = "input[data-v-4a4cd14c]{min-width:0;background:0 0;outline:0}input[type=number][data-v-4a4cd14c]::-webkit-inner-spin-button{display:none}input[type=search][data-v-4a4cd14c]::-webkit-search-cancel-button{display:none}";
165
164
  styleInject(css_248z);
166
165
 
167
166
  /* script */
@@ -192,7 +191,7 @@ var __vue_render__ = function () {
192
191
  attrs: {
193
192
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
194
193
  "size": _vm.size,
195
- "invalid": _vm.invalid,
194
+ "invalid": !!_vm.error,
196
195
  "readonly": _vm.readonly || _vm.loading,
197
196
  "disabled": _vm.disabled
198
197
  }
@@ -363,7 +362,15 @@ var __vue_render__ = function () {
363
362
  "icon": 'search',
364
363
  "variant": 'outlined'
365
364
  }
366
- })]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
365
+ })]] : _vm._e()]], 2)]), _vm._v(" "), _c('div', {
366
+ directives: [{
367
+ name: "show",
368
+ rawName: "v-show",
369
+ value: !_vm.error,
370
+ expression: "!error"
371
+ }],
372
+ class: ['contents']
373
+ }, [_vm.hint || _vm.maxLength ? [_c('OrHint', {
367
374
  attrs: {
368
375
  "disabled": _vm.disabled
369
376
  },
@@ -374,7 +381,15 @@ var __vue_render__ = function () {
374
381
  },
375
382
  proxy: true
376
383
  } : null], null, true)
377
- }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
384
+ }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()], 2), _vm._v(" "), _c('div', {
385
+ directives: [{
386
+ name: "show",
387
+ rawName: "v-show",
388
+ value: typeof _vm.error === 'string',
389
+ expression: "typeof error === 'string'"
390
+ }],
391
+ class: ['contents']
392
+ }, [_c('OrError', {
378
393
  attrs: {
379
394
  "disabled": _vm.disabled
380
395
  },
@@ -385,14 +400,14 @@ var __vue_render__ = function () {
385
400
  },
386
401
  proxy: true
387
402
  } : null], null, true)
388
- }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
403
+ }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])], 1)], 2);
389
404
  };
390
405
  var __vue_staticRenderFns__ = [];
391
406
 
392
407
  /* style */
393
408
  const __vue_inject_styles__ = undefined;
394
409
  /* scoped */
395
- const __vue_scope_id__ = "data-v-67c137e7";
410
+ const __vue_scope_id__ = "data-v-4a4cd14c";
396
411
  /* module identifier */
397
412
  const __vue_module_identifier__ = undefined;
398
413
  /* functional template */
@@ -1,18 +1,8 @@
1
1
  import './index-fa6eb4ca.js';
2
+ import { I as InputBoxVariant, a as InputBoxSize } from './props-78496a2d.js';
2
3
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
5
 
5
- var InputBoxVariant;
6
- (function (InputBoxVariant) {
7
- InputBoxVariant["Styled"] = "styled";
8
- InputBoxVariant["Unstyled"] = "unstyled";
9
- })(InputBoxVariant || (InputBoxVariant = {}));
10
- var InputBoxSize;
11
- (function (InputBoxSize) {
12
- InputBoxSize["M"] = "m";
13
- InputBoxSize["S"] = "s";
14
- })(InputBoxSize || (InputBoxSize = {}));
15
-
16
6
  const InputBoxRoot = [
17
7
  // Layout
18
8
  'layout-row',
@@ -134,4 +124,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
134
124
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
135
125
  var OrInputBox = __vue_component__;
136
126
 
137
- export { InputBoxVariant as I, OrInputBox as O, InputBoxSize as a };
127
+ export { OrInputBox as O };
@@ -1,8 +1,8 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
- import { O as OrInput } from './OrInput-b8511a0c.js';
3
+ import { O as OrInput } from './OrInput-822eb9f5.js';
4
4
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import { a as InputBoxSize } from './OrInputBox-e54dcef9.js';
5
+ import { a as InputBoxSize } from './props-78496a2d.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
8
8
  var script = defineComponent({
@@ -4,8 +4,8 @@ import { O as OrError } from './OrError-52f668a4.js';
4
4
  import { O as OrExpansionPanel } from './OrExpansionPanel-8968da49.js';
5
5
  import { O as OrHint } from './OrHint-fde53334.js';
6
6
  import { O as OrIcon } from './OrIcon-2efd1925.js';
7
- import { O as OrInput } from './OrInput-b8511a0c.js';
8
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
7
+ import { O as OrInput } from './OrInput-822eb9f5.js';
8
+ import { O as OrInputBox } from './OrInputBox-9a31d211.js';
9
9
  import { O as OrLabel } from './OrLabel-aff09c39.js';
10
10
  import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
11
11
  import { O as OrPopover } from './OrPopover-597ad11f.js';
@@ -13,6 +13,7 @@ import { O as OrTag } from './OrTag-dee4c7e4.js';
13
13
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e2a93aaf.js';
14
14
  import { u as useOverflow } from './useOverflow-bae6342f.js';
15
15
  import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
16
+ import { a as InputBoxSize } from './props-78496a2d.js';
16
17
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
17
18
 
18
19
  const SelectRoot = [
@@ -22,7 +23,9 @@ const SelectRoot = [
22
23
  'gap-xs'];
23
24
  const SelectControl = [
24
25
  // Layout
25
- 'layout-row grow',
26
+ 'layout-row',
27
+ // Box
28
+ 'w-full',
26
29
  // Overflow
27
30
  'overflow-hidden',
28
31
  // Spacing
@@ -112,7 +115,7 @@ var script = defineComponent({
112
115
  default: undefined
113
116
  },
114
117
  error: {
115
- type: String,
118
+ type: [String, Boolean],
116
119
  default: undefined
117
120
  },
118
121
  required: {
@@ -189,7 +192,6 @@ var script = defineComponent({
189
192
  proxyModelValue.value = [];
190
193
  }
191
194
  });
192
- const invalid = computed(() => !!props.error);
193
195
  const readonly = computed(() => context.attrs.readonly);
194
196
  const selection = computed(() => {
195
197
  const modelValue = proxyModelValue.value;
@@ -270,7 +272,6 @@ var script = defineComponent({
270
272
  noSearchResultsStyles,
271
273
  controlId,
272
274
  proxyModelValue,
273
- invalid,
274
275
  readonly,
275
276
  selection,
276
277
  searchText,
@@ -328,7 +329,7 @@ var __vue_render__ = function () {
328
329
  attrs: {
329
330
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
330
331
  "size": _vm.size,
331
- "invalid": _vm.invalid,
332
+ "invalid": !!_vm.error,
332
333
  "readonly": _vm.readonly,
333
334
  "disabled": _vm.disabled
334
335
  }
@@ -492,15 +493,31 @@ var __vue_render__ = function () {
492
493
  class: _vm.noSearchResultsStyles
493
494
  }, [_vm._t("noSearchResultsTemplate", function () {
494
495
  return [_vm._v("\n No results\n ")];
495
- })], 2)]], 2)], 2), _vm._v(" "), !_vm.invalid ? [_vm.hint ? [_c('OrHint', {
496
+ })], 2)]], 2)], 2), _vm._v(" "), _c('div', {
497
+ directives: [{
498
+ name: "show",
499
+ rawName: "v-show",
500
+ value: !_vm.error,
501
+ expression: "!error"
502
+ }],
503
+ class: ['contents']
504
+ }, [_vm.hint ? [_c('OrHint', {
496
505
  attrs: {
497
506
  "disabled": _vm.disabled
498
507
  }
499
- }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")])] : _vm._e()] : [_c('OrError', {
508
+ }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")])] : _vm._e()], 2), _vm._v(" "), _c('div', {
509
+ directives: [{
510
+ name: "show",
511
+ rawName: "v-show",
512
+ value: typeof _vm.error === 'string',
513
+ expression: "typeof error === 'string'"
514
+ }],
515
+ class: ['contents']
516
+ }, [_c('OrError', {
500
517
  attrs: {
501
518
  "disabled": _vm.disabled
502
519
  }
503
- }, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])]], 2);
520
+ }, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])], 1)], 2);
504
521
  };
505
522
  var __vue_staticRenderFns__ = [];
506
523
 
@@ -1,11 +1,12 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-52f668a4.js';
3
3
  import { O as OrHint } from './OrHint-fde53334.js';
4
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
4
+ import { O as OrInputBox } from './OrInputBox-9a31d211.js';
5
5
  import { O as OrLabel } from './OrLabel-aff09c39.js';
6
6
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
8
8
  import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
9
+ import { a as InputBoxSize } from './props-78496a2d.js';
9
10
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
10
11
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
12
 
@@ -15,8 +16,8 @@ const TextareaRoot = [
15
16
  // Spacing
16
17
  'gap-xs'];
17
18
  const TextareaControl = [
18
- // Layout
19
- 'grow',
19
+ // Box
20
+ 'w-full',
20
21
  // Typography
21
22
  'typography-inherit',
22
23
  // Theme
@@ -56,7 +57,7 @@ var script = defineComponent({
56
57
  default: undefined
57
58
  },
58
59
  error: {
59
- type: String,
60
+ type: [String, Boolean],
60
61
  default: undefined
61
62
  },
62
63
  required: {
@@ -98,7 +99,6 @@ var script = defineComponent({
98
99
  return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
99
100
  });
100
101
  const maxLength = computed(() => controlAttributes.maxlength);
101
- const invalid = computed(() => !!props.error);
102
102
  // Methods
103
103
  function focus() {
104
104
  var _a;
@@ -117,14 +117,13 @@ var script = defineComponent({
117
117
  proxyModelValue,
118
118
  currentLength,
119
119
  maxLength,
120
- invalid,
121
120
  focus,
122
121
  blur
123
122
  };
124
123
  }
125
124
  });
126
125
 
127
- var css_248z = "textarea[data-v-41547036]{min-width:0;background:0 0;outline:0}";
126
+ var css_248z = "textarea[data-v-4e91de4d]{min-width:0;background:0 0;outline:0}";
128
127
  styleInject(css_248z);
129
128
 
130
129
  /* script */
@@ -154,7 +153,7 @@ var __vue_render__ = function () {
154
153
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
155
154
  attrs: {
156
155
  "size": _vm.size,
157
- "invalid": _vm.invalid,
156
+ "invalid": !!_vm.error,
158
157
  "readonly": _vm.readonly,
159
158
  "disabled": _vm.disabled
160
159
  }
@@ -196,7 +195,15 @@ var __vue_render__ = function () {
196
195
  _vm.proxyModelValue = $event.target.value;
197
196
  }
198
197
  }
199
- }, 'textarea', _vm.controlAttributes, false))]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
198
+ }, 'textarea', _vm.controlAttributes, false))]), _vm._v(" "), _c('div', {
199
+ directives: [{
200
+ name: "show",
201
+ rawName: "v-show",
202
+ value: !_vm.error,
203
+ expression: "!error"
204
+ }],
205
+ class: ['contents']
206
+ }, [_vm.hint || _vm.maxLength ? [_c('OrHint', {
200
207
  attrs: {
201
208
  "disabled": _vm.disabled
202
209
  },
@@ -207,7 +214,15 @@ var __vue_render__ = function () {
207
214
  },
208
215
  proxy: true
209
216
  } : null], null, true)
210
- }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
217
+ }, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()], 2), _vm._v(" "), _c('div', {
218
+ directives: [{
219
+ name: "show",
220
+ rawName: "v-show",
221
+ value: typeof _vm.error === 'string',
222
+ expression: "typeof error === 'string'"
223
+ }],
224
+ class: ['contents']
225
+ }, [_c('OrError', {
211
226
  attrs: {
212
227
  "disabled": _vm.disabled
213
228
  },
@@ -218,14 +233,14 @@ var __vue_render__ = function () {
218
233
  },
219
234
  proxy: true
220
235
  } : null], null, true)
221
- }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
236
+ }, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])], 1)], 2);
222
237
  };
223
238
  var __vue_staticRenderFns__ = [];
224
239
 
225
240
  /* style */
226
241
  const __vue_inject_styles__ = undefined;
227
242
  /* scoped */
228
- const __vue_scope_id__ = "data-v-41547036";
243
+ const __vue_scope_id__ = "data-v-4e91de4d";
229
244
  /* module identifier */
230
245
  const __vue_module_identifier__ = undefined;
231
246
  /* functional template */
@@ -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-0242b4c0.js';
9
9
  export { O as OrCard } from '../OrCard-e07c7e8c.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-6c1828d1.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-04e767c2.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-e3986f07.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-45d5869b.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-5ba1d0d3.js';
14
14
  export { O as OrCheckbox } from '../OrCheckbox-76849460.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-5b43ba50.js';
19
19
  export { O as OrCollapse } from '../OrCollapse-f7cbcd25.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-8fa65edd.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-cd2f5dcc.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-a76ff6d2.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-498fa802.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-1c24c9cf.js';
24
24
  export { O as OrError } from '../OrError-29f0ce95.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-4675604d.js';
@@ -34,11 +34,12 @@ export { O as OrIcon, a as OrIconColors, b as OrIconType } from '../OrIcon-90adc
34
34
  export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-deec1d4d.js';
35
35
  export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-2efd1925.js';
36
36
  export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-7a8e645b.js';
37
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-9304f205.js';
37
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-5f0b99f9.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-cc069b6f.js';
39
- export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-e0d28fc6.js';
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-e54dcef9.js';
41
- export { I as InputType, O as OrInputV3 } from '../OrInput-b8511a0c.js';
39
+ export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-975b8706.js';
40
+ export { O as OrInputBoxV3 } from '../OrInputBox-9a31d211.js';
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-822eb9f5.js';
42
43
  export { O as OrInput } from '../OrInput-1589dca0.js';
43
44
  export { O as OrLabel } from '../OrLabel-f19ccb5f.js';
44
45
  export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-aff09c39.js';
@@ -66,10 +67,10 @@ export { _ as OrRadio } from '../OrRadio-c3655202.js';
66
67
  export { _ as OrRadioGroup } from '../OrRadioGroup-fbe23f97.js';
67
68
  export { _ as OrRadioV3 } from '../OrRadio-2d05cea7.js';
68
69
  export { O as OrSearch } from '../OrSearch-2284933c.js';
69
- export { O as OrSearchV3 } from '../OrSearch-60b64568.js';
70
+ export { O as OrSearchV3 } from '../OrSearch-f9d46a70.js';
70
71
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
71
72
  export { _ as OrSelect } from '../OrSelect-39dedeb9.js';
72
- export { _ as OrSelectV3 } from '../OrSelect-752bdd3b.js';
73
+ export { _ as OrSelectV3 } from '../OrSelect-0c0c01d4.js';
73
74
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-9e7fe79c.js';
74
75
  export { _ as OrSidebarV3 } from '../OrSidebar-5ddf0e24.js';
75
76
  export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-d6ebc2aa.js';
@@ -91,7 +92,7 @@ export { O as OrTeleport } from '../OrTeleport.vue2-90147f16.js';
91
92
  export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
92
93
  export { _ as OrTextV3 } from '../OrText-15bf85c4.js';
93
94
  export { _ as OrTextarea } from '../OrTextarea-8653f1b4.js';
94
- export { _ as OrTextareaV3 } from '../OrTextarea-5fdf63d0.js';
95
+ export { _ as OrTextareaV3 } from '../OrTextarea-c56f19db.js';
95
96
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-b46df20d.js';
96
97
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
97
98
  export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-e777613c.js';