@onereach/ui-components 2.67.4-beta.2004.0 → 2.67.4

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 (32) hide show
  1. package/dist/bundled/v2/{OrConfirm-22c7622d.js → OrConfirm-1d396830.js} +1 -1
  2. package/dist/bundled/v2/components/index.js +1 -1
  3. package/dist/bundled/v2/components/or-confirm-v3/index.js +1 -1
  4. package/dist/bundled/v2/components/or-input-box-v3/OrInputBox.vue.d.ts +1 -1
  5. package/dist/bundled/v2/index.js +1 -1
  6. package/dist/bundled/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +1 -1
  7. package/dist/bundled/v3/index.js +1 -1
  8. package/dist/esm/v2/{OrConfirm-367ac968.js → OrConfirm-e3b3418f.js} +1 -1
  9. package/dist/esm/v2/components/index.js +1 -1
  10. package/dist/esm/v2/components/or-confirm-v3/index.js +1 -1
  11. package/dist/esm/v2/components/or-input-box-v3/OrInputBox.vue.d.ts +1 -1
  12. package/dist/esm/v2/index.js +1 -1
  13. package/dist/esm/v3/{OrConfirm-e6735cc8.js → OrConfirm-b78c5299.js} +1 -1
  14. package/dist/esm/v3/OrInput-4f55c0eb.js +1 -1
  15. package/dist/esm/v3/{OrInputBox-542d2f2c.js → OrInputBox-634230b1.js} +1 -1
  16. package/dist/esm/v3/OrSearch-d74891a5.js +1 -1
  17. package/dist/esm/v3/OrSelect-b3a233cc.js +1 -1
  18. package/dist/esm/v3/OrTextarea-98895b2a.js +1 -1
  19. package/dist/esm/v3/components/index.js +2 -2
  20. package/dist/esm/v3/components/or-card-collection-v3/index.js +1 -1
  21. package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
  22. package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +1 -1
  23. package/dist/esm/v3/components/or-input-box-v3/index.js +2 -2
  24. package/dist/esm/v3/components/or-input-v3/index.js +1 -1
  25. package/dist/esm/v3/components/or-search-v3/index.js +1 -1
  26. package/dist/esm/v3/components/or-select-v3/index.js +1 -1
  27. package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
  28. package/dist/esm/v3/index.js +2 -2
  29. package/package.json +3 -2
  30. package/src/components/or-confirm-v3/OrConfirm.vue +1 -1
  31. package/src/components/or-input-box-v3/OrInputBox.vue +1 -1
  32. package/src/utils/functions/text.ts +2 -2
@@ -240,7 +240,7 @@ var __vue_render__ = function () {
240
240
  }, [_vm._t("header", function () {
241
241
  return [_vm._v("\n " + _vm._s(_vm.titleText) + "\n ")];
242
242
  })], 2), _vm._v(" "), _c('div', {
243
- class: ['grow', 'overflow-y-auto']
243
+ class: ['grow', 'overflow-y-auto', 'overflow-x-hidden']
244
244
  }, [_vm._t("default"), _vm._v(" "), _vm.confirmationText ? _c('div', {
245
245
  class: _vm.inputBoxStyles
246
246
  }, [_c('OrInput', {
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-edc7a1f5.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-22c7622d.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-1d396830.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-c55ec019.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-22c7622d.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-1d396830.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { InputBoxVariant } from './props';
2
+ import { InputBoxVariant } from '.';
3
3
  import { InputBoxSize } from './props';
4
4
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
5
5
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
@@ -24,7 +24,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-edc7a1f5.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
26
  export { _ as OrConfirm } from './OrConfirm-56d01cff.js';
27
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-22c7622d.js';
27
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-1d396830.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';
30
30
  export { _ as OrErrorTagV3 } from './OrErrorTag-c55ec019.js';
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { InputBoxVariant } from './props';
2
+ import { InputBoxVariant } from '.';
3
3
  import { InputBoxSize } from './props';
4
4
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
5
5
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
@@ -899,7 +899,7 @@ script$b.__scopeId = "data-v-077d7158";
899
899
  script$b.__file = "src/components/or-confirm/OrConfirm.vue";
900
900
 
901
901
  const _hoisted_1$p = {
902
- class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto'])
902
+ class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto', 'overflow-x-hidden'])
903
903
  };
904
904
  function render$D(_ctx, _cache, $props, $setup, $data, $options) {
905
905
  const _component_OrInput = resolveComponent("OrInput");
@@ -239,7 +239,7 @@ var __vue_render__ = function () {
239
239
  }, [_vm._t("header", function () {
240
240
  return [_vm._v("\n " + _vm._s(_vm.titleText) + "\n ")];
241
241
  })], 2), _vm._v(" "), _c('div', {
242
- class: ['grow', 'overflow-y-auto']
242
+ class: ['grow', 'overflow-y-auto', 'overflow-x-hidden']
243
243
  }, [_vm._t("default"), _vm._v(" "), _vm.confirmationText ? _c('div', {
244
244
  class: _vm.inputBoxStyles
245
245
  }, [_c('OrInput', {
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-41dd5f9b.js';
19
19
  export { _ as OrCollapse } from '../OrCollapse-4d892ca3.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-75abefdd.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-d7112dd3.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-367ac968.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-e3b3418f.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-349df9b2.js';
24
24
  export { _ as OrError } from '../OrError-081130bb.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-c14e0298.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-367ac968.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-e3b3418f.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-b458e82b.js';
4
4
  import '../../useClassAttribute-47fdb016.js';
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { InputBoxVariant } from './props';
2
+ import { InputBoxVariant } from '.';
3
3
  import { InputBoxSize } from './props';
4
4
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
5
5
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-41dd5f9b.js';
19
19
  export { _ as OrCollapse } from './OrCollapse-4d892ca3.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-75abefdd.js';
21
21
  export { _ as OrConfirm } from './OrConfirm-d7112dd3.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-367ac968.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-e3b3418f.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-349df9b2.js';
24
24
  export { _ as OrError } from './OrError-081130bb.js';
25
25
  export { _ as OrErrorTagV3 } from './OrErrorTag-c14e0298.js';
@@ -217,7 +217,7 @@ var script = defineComponent({
217
217
  });
218
218
 
219
219
  const _hoisted_1 = {
220
- class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto'])
220
+ class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto', 'overflow-x-hidden'])
221
221
  };
222
222
  function render(_ctx, _cache, $props, $setup, $data, $options) {
223
223
  const _component_OrInput = resolveComponent("OrInput");
@@ -5,7 +5,7 @@ import { s as script$1 } from './OrError-19a62a18.js';
5
5
  import { s as script$2 } from './OrHint-73835593.js';
6
6
  import { s as script$4 } from './OrIconButton-85abafab.js';
7
7
  import { s as script$3 } from './OrIcon-e2fa4cf8.js';
8
- import { s as script$5, a as InputBoxSize } from './OrInputBox-542d2f2c.js';
8
+ import { s as script$5, a as InputBoxSize } from './OrInputBox-634230b1.js';
9
9
  import { s as script$6 } from './OrLabel-7d4fe80b.js';
10
10
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
11
11
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
+ import { openBlock, createElementBlock, mergeProps, renderSlot } from 'vue';
2
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
4
  import '@vueuse/core';
4
- import { openBlock, createElementBlock, mergeProps, renderSlot } from 'vue';
5
5
 
6
6
  var InputBoxVariant;
7
7
  (function (InputBoxVariant) {
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
4
  import { s as script$1 } from './OrInput-4f55c0eb.js';
5
- import { a as InputBoxSize } from './OrInputBox-542d2f2c.js';
5
+ import { a as InputBoxSize } from './OrInputBox-634230b1.js';
6
6
  import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
7
7
 
8
8
  var script = defineComponent({
@@ -8,7 +8,7 @@ import { s as script$2 } from './OrError-19a62a18.js';
8
8
  import { s as script$3 } from './OrExpansionPanel-65afdfad.js';
9
9
  import { s as script$4 } from './OrHint-73835593.js';
10
10
  import { s as script$5 } from './OrIcon-e2fa4cf8.js';
11
- import { s as script$7, a as InputBoxSize } from './OrInputBox-542d2f2c.js';
11
+ import { s as script$7, a as InputBoxSize } from './OrInputBox-634230b1.js';
12
12
  import { s as script$6 } from './OrInput-4f55c0eb.js';
13
13
  import { s as script$8 } from './OrLabel-7d4fe80b.js';
14
14
  import { s as script$9 } from './OrMenuItem-d001f0f6.js';
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { s as script$1 } from './OrError-19a62a18.js';
5
5
  import { s as script$2 } from './OrHint-73835593.js';
6
- import { s as script$3, a as InputBoxSize } from './OrInputBox-542d2f2c.js';
6
+ import { s as script$3, a as InputBoxSize } from './OrInputBox-634230b1.js';
7
7
  import { s as script$4 } from './OrLabel-7d4fe80b.js';
8
8
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelText, Fragment, createSlots } from 'vue';
9
9
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode-ee19a5e6.js';
16
16
  export { s as OrCollapse } from '../OrCollapse-445141ab.js';
17
17
  export { s 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-189cb097.js';
18
18
  export { s as OrConfirm } from '../OrConfirm-f39bd784.js';
19
- export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-e6735cc8.js';
19
+ export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-b78c5299.js';
20
20
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-f2e08564.js';
21
21
  export { s as OrError } from '../OrError-f90296db.js';
22
22
  export { s as OrErrorTagV3 } from '../OrErrorTag-bbfd3ca6.js';
@@ -33,7 +33,7 @@ export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3
33
33
  export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-299e2275.js';
34
34
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-1aa477b5.js';
35
35
  export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-40ee5ffb.js';
36
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-542d2f2c.js';
36
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-634230b1.js';
37
37
  export { I as InputType, s as OrInputV3 } from '../OrInput-4f55c0eb.js';
38
38
  export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from '../OrSearch-7cb2c91c.js';
39
39
  export { s as OrLabel } from '../OrLabel-876f8729.js';
@@ -17,7 +17,7 @@ import '../../OrTeleport.vue3-8099178c.js';
17
17
  import '../../OrInput-4f55c0eb.js';
18
18
  import '../../OrError-19a62a18.js';
19
19
  import '../../OrHint-73835593.js';
20
- import '../../OrInputBox-542d2f2c.js';
20
+ import '../../OrInputBox-634230b1.js';
21
21
  import '../../OrLabel-7d4fe80b.js';
22
22
  import '../../style-inject.es-4c6f2515.js';
23
23
  import '../../OrSortHeader-9d645226.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-e6735cc8.js';
1
+ export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-b78c5299.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-4d0c2edd.js';
4
4
  import '../../useClassAttribute-47fdb016.js';
@@ -18,7 +18,7 @@ import '../../OrPopover-94a8f21d.js';
18
18
  import '@floating-ui/dom';
19
19
  import '../../useResponsive-a02e95b7.js';
20
20
  import '../../OrBottomSheet-0eb33b18.js';
21
- import '../../OrInputBox-542d2f2c.js';
21
+ import '../../OrInputBox-634230b1.js';
22
22
  import '../../OrLabel-7d4fe80b.js';
23
23
  import '../../style-inject.es-4c6f2515.js';
24
24
  import '@vueuse/math';
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { InputBoxVariant } from './props';
2
+ import { InputBoxVariant } from '.';
3
3
  import { InputBoxSize } from './props';
4
4
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
5
5
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
@@ -1,5 +1,5 @@
1
- export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from '../../OrInputBox-542d2f2c.js';
1
+ export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from '../../OrInputBox-634230b1.js';
2
2
  import 'vue-demi';
3
+ import 'vue';
3
4
  import '../../useClassAttribute-47fdb016.js';
4
5
  import '@vueuse/core';
5
- import 'vue';
@@ -1,5 +1,5 @@
1
1
  export { I as InputType, s as OrInputV3 } from '../../OrInput-4f55c0eb.js';
2
- export { a as InputSize } from '../../OrInputBox-542d2f2c.js';
2
+ export { a as InputSize } from '../../OrInputBox-634230b1.js';
3
3
  import 'vue-demi';
4
4
  import '../../useClassAttribute-47fdb016.js';
5
5
  import '@vueuse/core';
@@ -1,5 +1,5 @@
1
1
  export { s as OrSearchV3 } from '../../OrSearch-d74891a5.js';
2
- export { a as SearchSize } from '../../OrInputBox-542d2f2c.js';
2
+ export { a as SearchSize } from '../../OrInputBox-634230b1.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import '../../useClassAttribute-47fdb016.js';
@@ -1,5 +1,5 @@
1
1
  export { s as OrSelectV3 } from '../../OrSelect-b3a233cc.js';
2
- export { a as SelectSize } from '../../OrInputBox-542d2f2c.js';
2
+ export { a as SelectSize } from '../../OrInputBox-634230b1.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-0d314aa4.js';
5
5
  import '../../useClassAttribute-47fdb016.js';
@@ -1,5 +1,5 @@
1
1
  export { s as OrTextareaV3 } from '../../OrTextarea-98895b2a.js';
2
- export { a as TextareaSize } from '../../OrInputBox-542d2f2c.js';
2
+ export { a as TextareaSize } from '../../OrInputBox-634230b1.js';
3
3
  import 'vue-demi';
4
4
  import '../../useClassAttribute-47fdb016.js';
5
5
  import '@vueuse/core';
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-ee19a5e6.js';
16
16
  export { s as OrCollapse } from './OrCollapse-445141ab.js';
17
17
  export { s 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-189cb097.js';
18
18
  export { s as OrConfirm } from './OrConfirm-f39bd784.js';
19
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-e6735cc8.js';
19
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-b78c5299.js';
20
20
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-f2e08564.js';
21
21
  export { s as OrError } from './OrError-f90296db.js';
22
22
  export { s as OrErrorTagV3 } from './OrErrorTag-bbfd3ca6.js';
@@ -33,7 +33,7 @@ export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3
33
33
  export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-299e2275.js';
34
34
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-1aa477b5.js';
35
35
  export { s as OrInlineTextareaV3 } from './OrInlineTextarea-40ee5ffb.js';
36
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-542d2f2c.js';
36
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-634230b1.js';
37
37
  export { I as InputType, s as OrInputV3 } from './OrInput-4f55c0eb.js';
38
38
  export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-7cb2c91c.js';
39
39
  export { s as OrLabel } from './OrLabel-876f8729.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "2.67.4-beta.2004.0",
3
+ "version": "2.67.4",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -123,5 +123,6 @@
123
123
  "default": "./dist/bundled/v3/components/*/index.js"
124
124
  },
125
125
  "./package.json": "./package.json"
126
- }
126
+ },
127
+ "gitHead": "acdc7ab9290ea97b4b82958b4b0c8c1ce5624c7e"
127
128
  }
@@ -15,7 +15,7 @@
15
15
  </slot>
16
16
  </div>
17
17
 
18
- <div :class="['grow', 'overflow-y-auto']">
18
+ <div :class="['grow', 'overflow-y-auto', 'overflow-x-hidden']">
19
19
  <slot />
20
20
  <div
21
21
  v-if="confirmationText"
@@ -13,7 +13,7 @@
13
13
 
14
14
  <script lang="ts">
15
15
  import { computed, defineComponent, PropType, ref } from 'vue-demi';
16
- import { InputBoxVariant } from './props';
16
+ import { InputBoxVariant } from '.';
17
17
  import { useClassAttribute } from '../../hooks';
18
18
  import { InputBoxSize } from './props';
19
19
  import { InputBoxRoot, InputBoxRootSizes, InputBoxRootVariants } from './styles';
@@ -2,7 +2,7 @@ import { RX_ABBREVIATION_FROM_STRING } from '../constants/regex';
2
2
 
3
3
  export function getAbbreviation(text: string | null, limit?: number): string {
4
4
  if (typeof text != 'string' || !text) return '';
5
- return ((text.match(RX_ABBREVIATION_FROM_STRING) ?? []) as string[])
6
- .reduce((previous: string, next: string) => previous + ((+next === 0 || parseInt(next)) ? parseInt(next) : next[0] || ''), '')
5
+ return (text.match(RX_ABBREVIATION_FROM_STRING) ?? [])
6
+ .reduce((previous, next) => previous + ((+next === 0 || parseInt(next)) ? parseInt(next) : next[0] || ''), '')
7
7
  .toUpperCase().substring(0, limit);
8
8
  }