@onereach/ui-components 2.74.4-beta.2308.0 → 2.74.5-beta.2311.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 (126) hide show
  1. package/dist/bundled/v2/{OrButton-d45772c1.js → OrButton-0a9470c0.js} +1 -1
  2. package/dist/bundled/v2/{OrCardCollection-914c0d96.js → OrCardCollection-ec858faa.js} +2 -2
  3. package/dist/bundled/v2/{OrConfirm-f34221c8.js → OrConfirm-617a1ab4.js} +2 -2
  4. package/dist/bundled/v2/{OrInput-5cd0041e.js → OrInput-24560f6c.js} +11 -4
  5. package/dist/bundled/v2/{OrLoader-864ef92a.js → OrLoader-cf28bfa6.js} +20 -5
  6. package/dist/bundled/v2/{OrPagination-582690fd.js → OrPagination-19494306.js} +1 -1
  7. package/dist/bundled/v2/{OrSearch-4b0f063b.js → OrSearch-a85f5a81.js} +1 -1
  8. package/dist/bundled/v2/{OrSelect-ac49dab5.js → OrSelect-bf92f262.js} +1 -1
  9. package/dist/bundled/v2/{OrSwitch-782d7b43.js → OrSwitch-51e30de3.js} +1 -1
  10. package/dist/bundled/v2/{OrText-15bf85c4.js → OrText-a665b991.js} +3 -36
  11. package/dist/bundled/v2/components/index.js +11 -11
  12. package/dist/bundled/v2/components/or-button-v3/index.js +2 -2
  13. package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -5
  14. package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -4
  15. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +11 -0
  16. package/dist/bundled/v2/components/or-input-v3/index.js +2 -2
  17. package/dist/bundled/v2/components/or-loader-v3/OrLoader.vue.d.ts +18 -2
  18. package/dist/bundled/v2/components/or-loader-v3/index.js +1 -1
  19. package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
  20. package/dist/bundled/v2/components/or-search-v3/index.js +3 -3
  21. package/dist/bundled/v2/components/or-select-v3/index.js +3 -3
  22. package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
  23. package/dist/bundled/v2/components/or-text-v3/OrText.stories3.d.ts +1 -13
  24. package/dist/bundled/v2/components/or-text-v3/OrText.vue.d.ts +2 -27
  25. package/dist/bundled/v2/components/or-text-v3/index.js +1 -1
  26. package/dist/bundled/v2/components/or-toast-v3/index.js +2 -2
  27. package/dist/bundled/v2/index.js +12 -12
  28. package/dist/bundled/v2/{types-d0e9ac5c.js → types-d2afe7b5.js} +1 -1
  29. package/dist/bundled/v3/{OrButton-a1448bfa.js → OrButton-a5b98ee2.js} +1 -1
  30. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3b1e442b.js → OrButton.vue_vue_type_script_lang-e75f9a10.js} +2 -2
  31. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-b74654c4.js → OrCardCollection.vue_vue_type_script_lang-74320c97.js} +3 -3
  32. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-a75a86cd.js → OrConfirm.vue_vue_type_script_lang-e2f62364.js} +4 -4
  33. package/dist/bundled/v3/{OrInput-b077957e.js → OrInput-333ac0b3.js} +3 -2
  34. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-ada50709.js → OrInput.vue_vue_type_script_lang-b3554316.js} +6 -2
  35. package/dist/bundled/v3/{OrLoader-123ef8c4.js → OrLoader-663e062d.js} +5 -4
  36. package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-4c3c1ac9.js → OrLoader.vue_vue_type_script_lang-8fc03499.js} +18 -4
  37. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-9804669c.js → OrPagination.vue_vue_type_script_lang-cdab5b21.js} +2 -2
  38. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-d4b754f2.js → OrSearch.vue_vue_type_script_lang-f1d6d3d4.js} +2 -2
  39. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-36567db5.js → OrSelect.vue_vue_type_script_lang-5b3fb0b3.js} +2 -2
  40. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-31994be7.js → OrSwitch.vue_vue_type_script_lang-f6039c8f.js} +2 -2
  41. package/dist/bundled/v3/OrText.vue_vue_type_script_lang-271fb345.js +60 -0
  42. package/dist/bundled/v3/{OrToastContainer-bafab8a2.js → OrToastContainer-6ade8920.js} +1 -1
  43. package/dist/bundled/v3/components/index.js +14 -14
  44. package/dist/bundled/v3/components/or-button-v3/index.js +3 -3
  45. package/dist/bundled/v3/components/or-card-collection-v3/index.js +8 -8
  46. package/dist/bundled/v3/components/or-confirm-v3/index.js +7 -7
  47. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +11 -0
  48. package/dist/bundled/v3/components/or-input-v3/index.js +3 -3
  49. package/dist/bundled/v3/components/or-loader-v3/OrLoader.vue.d.ts +18 -2
  50. package/dist/bundled/v3/components/or-loader-v3/index.js +1 -1
  51. package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
  52. package/dist/bundled/v3/components/or-search-v3/index.js +5 -5
  53. package/dist/bundled/v3/components/or-select-v3/index.js +5 -5
  54. package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
  55. package/dist/bundled/v3/components/or-text-v3/OrText.stories3.d.ts +1 -13
  56. package/dist/bundled/v3/components/or-text-v3/OrText.vue.d.ts +2 -27
  57. package/dist/bundled/v3/components/or-text-v3/index.js +1 -1
  58. package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
  59. package/dist/bundled/v3/index.js +22 -22
  60. package/dist/bundled/v3/{types-150c888c.js → types-9a4dc8a9.js} +2 -2
  61. package/dist/esm/v2/{OrButton-66964360.js → OrButton-49f7f20b.js} +1 -1
  62. package/dist/esm/v2/{OrCardCollection-53b55eec.js → OrCardCollection-a6d51a68.js} +2 -2
  63. package/dist/esm/v2/{OrConfirm-ccf4b2c9.js → OrConfirm-a3d3e208.js} +2 -2
  64. package/dist/esm/v2/{OrInput-b241f15f.js → OrInput-47ac3a41.js} +11 -4
  65. package/dist/esm/v2/{OrLoader-76307488.js → OrLoader-8f1f3af1.js} +20 -5
  66. package/dist/esm/v2/{OrPagination-f7f540d1.js → OrPagination-c27faf97.js} +1 -1
  67. package/dist/esm/v2/{OrSearch-6aaba430.js → OrSearch-0a96b498.js} +1 -1
  68. package/dist/esm/v2/{OrSelect-84c2079c.js → OrSelect-4648ad84.js} +1 -1
  69. package/dist/esm/v2/{OrSwitch-8549219a.js → OrSwitch-10ecff82.js} +1 -1
  70. package/dist/esm/v2/{OrText-91d662a0.js → OrText-b12d0682.js} +3 -36
  71. package/dist/esm/v2/components/index.js +11 -11
  72. package/dist/esm/v2/components/or-button-v3/index.js +2 -2
  73. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
  74. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  75. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +11 -0
  76. package/dist/esm/v2/components/or-input-v3/index.js +2 -2
  77. package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +18 -2
  78. package/dist/esm/v2/components/or-loader-v3/index.js +1 -1
  79. package/dist/esm/v2/components/or-pagination-v3/index.js +3 -3
  80. package/dist/esm/v2/components/or-search-v3/index.js +3 -3
  81. package/dist/esm/v2/components/or-select-v3/index.js +3 -3
  82. package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
  83. package/dist/esm/v2/components/or-text-v3/OrText.stories3.d.ts +1 -13
  84. package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -27
  85. package/dist/esm/v2/components/or-text-v3/index.js +1 -1
  86. package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
  87. package/dist/esm/v2/index.js +11 -11
  88. package/dist/esm/v2/{types-f4b60ff3.js → types-5222144c.js} +1 -1
  89. package/dist/esm/v3/{OrButton-c56998e7.js → OrButton-eab948fb.js} +1 -1
  90. package/dist/esm/v3/{OrCardCollection-e5a0c7f2.js → OrCardCollection-0a4cc4c6.js} +2 -2
  91. package/dist/esm/v3/{OrConfirm-bb32473d.js → OrConfirm-4639e516.js} +2 -2
  92. package/dist/esm/v3/{OrInput-d924c98e.js → OrInput-5b811ad3.js} +7 -2
  93. package/dist/esm/v3/{OrLoader-a53d2edf.js → OrLoader-3a918ce9.js} +22 -7
  94. package/dist/esm/v3/{OrPagination-2ef059f6.js → OrPagination-d0ba716f.js} +1 -1
  95. package/dist/esm/v3/{OrSearch-e96e6f77.js → OrSearch-3626a448.js} +1 -1
  96. package/dist/esm/v3/{OrSelect-c502e2f1.js → OrSelect-f528134f.js} +1 -1
  97. package/dist/esm/v3/{OrSwitch-1c2196da.js → OrSwitch-0e92c92c.js} +1 -1
  98. package/dist/esm/v3/{OrText-a3b00048.js → OrText-6b4f7cd1.js} +3 -36
  99. package/dist/esm/v3/components/index.js +11 -11
  100. package/dist/esm/v3/components/or-button-v3/index.js +2 -2
  101. package/dist/esm/v3/components/or-card-collection-v3/index.js +5 -5
  102. package/dist/esm/v3/components/or-confirm-v3/index.js +4 -4
  103. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +11 -0
  104. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  105. package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +18 -2
  106. package/dist/esm/v3/components/or-loader-v3/index.js +1 -1
  107. package/dist/esm/v3/components/or-pagination-v3/index.js +3 -3
  108. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  109. package/dist/esm/v3/components/or-select-v3/index.js +3 -3
  110. package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
  111. package/dist/esm/v3/components/or-text-v3/OrText.stories3.d.ts +1 -13
  112. package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +2 -27
  113. package/dist/esm/v3/components/or-text-v3/index.js +1 -1
  114. package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
  115. package/dist/esm/v3/index.js +11 -11
  116. package/dist/esm/v3/{types-fd0720cc.js → types-7d404d5f.js} +1 -1
  117. package/package.json +1 -1
  118. package/src/components/or-input-v3/OrInput.stories3.ts +4 -0
  119. package/src/components/or-input-v3/OrInput.vue +6 -0
  120. package/src/components/or-loader-v3/OrLoader.stories3.ts +16 -4
  121. package/src/components/or-loader-v3/OrLoader.vue +21 -3
  122. package/src/components/or-loader-v3/styles.ts +1 -2
  123. package/src/components/or-search-v3/OrSearch.stories3.ts +4 -0
  124. package/src/components/or-text-v3/OrText.stories3.ts +5 -81
  125. package/src/components/or-text-v3/OrText.vue +3 -37
  126. package/dist/bundled/v3/OrText.vue_vue_type_script_lang-e93438ea.js +0 -93
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrLoader } from './OrLoader-864ef92a.js';
2
+ import { O as OrLoader } from './OrLoader-cf28bfa6.js';
3
3
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
@@ -2,11 +2,11 @@ import './index-fa6eb4ca.js';
2
2
  import { defineComponent, computed, ref, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
3
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
4
  import { O as OrIconButton } from './OrIconButton-037b9c33.js';
5
- import { O as OrButton } from './OrButton-d45772c1.js';
5
+ import { O as OrButton } from './OrButton-0a9470c0.js';
6
6
  import { O as OrMenu } from './OrMenu-021f347c.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-4b0f063b.js';
9
+ import { O as OrSearch } from './OrSearch-a85f5a81.js';
10
10
 
11
11
  const CardCollectionRoot = [
12
12
  // Layout
@@ -2,8 +2,8 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  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
- import { O as OrButton, a as ButtonColor } from './OrButton-d45772c1.js';
6
- import { O as OrInput } from './OrInput-5cd0041e.js';
5
+ import { O as OrButton, a as ButtonColor } from './OrButton-0a9470c0.js';
6
+ import { O as OrInput } from './OrInput-24560f6c.js';
7
7
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -5,7 +5,7 @@ import { O as OrIcon } from './OrIcon-2efd1925.js';
5
5
  import { O as OrIconButton } from './OrIconButton-037b9c33.js';
6
6
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
7
7
  import { O as OrLabel } from './OrLabel-aff09c39.js';
8
- import { O as OrLoader } from './OrLoader-864ef92a.js';
8
+ import { O as OrLoader } from './OrLoader-cf28bfa6.js';
9
9
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
10
10
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
11
11
  import { u as useResponsive } from './useResponsive-e13dfbb0.js';
@@ -97,6 +97,10 @@ var script = defineComponent({
97
97
  disableDefaultStyles: {
98
98
  type: Boolean,
99
99
  default: false
100
+ },
101
+ autocomplete: {
102
+ type: String,
103
+ default: 'off'
100
104
  }
101
105
  },
102
106
  emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur'],
@@ -200,6 +204,7 @@ var __vue_render__ = function () {
200
204
  ref: "control",
201
205
  class: _vm.controlStyles,
202
206
  attrs: {
207
+ "autocomplete": _vm.autocomplete,
203
208
  "placeholder": _vm.placeholder,
204
209
  "required": _vm.required,
205
210
  "readonly": _vm.readonly || _vm.loading,
@@ -249,6 +254,7 @@ var __vue_render__ = function () {
249
254
  ref: "control",
250
255
  class: _vm.controlStyles,
251
256
  attrs: {
257
+ "autocomplete": _vm.autocomplete,
252
258
  "placeholder": _vm.placeholder,
253
259
  "required": _vm.required,
254
260
  "readonly": _vm.readonly || _vm.loading,
@@ -285,6 +291,7 @@ var __vue_render__ = function () {
285
291
  ref: "control",
286
292
  class: _vm.controlStyles,
287
293
  attrs: {
294
+ "autocomplete": _vm.autocomplete,
288
295
  "placeholder": _vm.placeholder,
289
296
  "required": _vm.required,
290
297
  "readonly": _vm.readonly || _vm.loading,
@@ -383,14 +390,14 @@ var __vue_staticRenderFns__ = [];
383
390
  /* style */
384
391
  const __vue_inject_styles__ = function (inject) {
385
392
  if (!inject) return;
386
- inject("data-v-9ec674d8_0", {
387
- source: "input[data-v-9ec674d8]{min-width:0;background:0 0;outline:0}input[type=number][data-v-9ec674d8]::-webkit-inner-spin-button{display:none}input[type=search][data-v-9ec674d8]::-webkit-search-cancel-button{display:none}",
393
+ inject("data-v-52f62f38_0", {
394
+ source: "input[data-v-52f62f38]{min-width:0;background:0 0;outline:0}input[type=number][data-v-52f62f38]::-webkit-inner-spin-button{display:none}input[type=search][data-v-52f62f38]::-webkit-search-cancel-button{display:none}",
388
395
  map: undefined,
389
396
  media: undefined
390
397
  });
391
398
  };
392
399
  /* scoped */
393
- const __vue_scope_id__ = "data-v-9ec674d8";
400
+ const __vue_scope_id__ = "data-v-52f62f38";
394
401
  /* module identifier */
395
402
  const __vue_module_identifier__ = undefined;
396
403
  /* functional template */
@@ -21,7 +21,7 @@ var LoaderSize;
21
21
 
22
22
  const LoaderRoot = [
23
23
  // Layout
24
- 'contents', 'flex', 'flex-col', 'space-y-md'];
24
+ 'flex', 'flex-col', 'gap-md'];
25
25
  const LoaderRootColors = {
26
26
  'primary': [
27
27
  // Theme
@@ -42,10 +42,17 @@ var script = defineComponent({
42
42
  type: String,
43
43
  default: LoaderVariant.Circular
44
44
  },
45
+ /**
46
+ * Defines a semantic color of the loading indicator.
47
+ * Use `'inherit'` option to set your own color from the parent (not recommended).
48
+ */
45
49
  color: {
46
50
  type: String,
47
51
  default: LoaderColor.Primary
48
52
  },
53
+ /**
54
+ * Defines a diameter of the circular loader. Ignored for linear one.
55
+ */
49
56
  size: {
50
57
  type: String,
51
58
  default: LoaderSize.M
@@ -71,19 +78,26 @@ var script = defineComponent({
71
78
  // State
72
79
  const computedSize = computed(() => {
73
80
  switch (props.size) {
74
- case 'm':
81
+ case LoaderSize.M:
75
82
  return 20;
76
- case 's':
83
+ case LoaderSize.S:
77
84
  return 16;
78
85
  }
79
86
  });
87
+ /**
88
+ * Preserves circular loading indicator from shrinking caused by external styles.
89
+ */
90
+ const wrapperStyle = computed(() => {
91
+ return `min-width: ${computedSize.value}px;`;
92
+ });
80
93
  return {
81
94
  root,
82
95
  rootStyles,
83
96
  containerStyles,
84
97
  titleStyles,
85
98
  descriptionStyles,
86
- computedSize
99
+ computedSize,
100
+ wrapperStyle
87
101
  };
88
102
  }
89
103
  });
@@ -102,7 +116,8 @@ var __vue_render__ = function () {
102
116
  }, [_vm.title ? [_c('div', {
103
117
  class: _vm.titleStyles
104
118
  }, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")])] : _vm._e(), _vm._v(" "), _c('div', {
105
- class: _vm.containerStyles
119
+ class: _vm.containerStyles,
120
+ style: _vm.wrapperStyle
106
121
  }, [_vm.variant === 'circular' ? [_c('svg', {
107
122
  attrs: {
108
123
  "viewBox": "0 0 16 16",
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrButton } from './OrButton-d45772c1.js';
2
+ import { O as OrButton } from './OrButton-0a9470c0.js';
3
3
  import { O as OrIcon } from './OrIcon-2efd1925.js';
4
4
  import { O as OrMenu } from './OrMenu-021f347c.js';
5
5
  import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
@@ -1,6 +1,6 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
- import { O as OrInput } from './OrInput-5cd0041e.js';
3
+ import { O as OrInput } from './OrInput-24560f6c.js';
4
4
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import { a as InputBoxSize } from './OrInputBox-e54dcef9.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -4,7 +4,7 @@ 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-5cd0041e.js';
7
+ import { O as OrInput } from './OrInput-24560f6c.js';
8
8
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
9
9
  import { O as OrLabel } from './OrLabel-aff09c39.js';
10
10
  import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrLabel, L as LabelVariant } from './OrLabel-aff09c39.js';
3
- import { O as OrLoader } from './OrLoader-864ef92a.js';
3
+ import { O as OrLoader } from './OrLoader-cf28bfa6.js';
4
4
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
5
5
  import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -18,31 +18,16 @@ const RestText = [
18
18
  // Layout
19
19
  'shrink'];
20
20
 
21
- /**
22
- * Use `OrText` component to crop un-wrapped single-line text with ellipsis inside narrow containers.
23
- * Ellipsis can be placed in the end or in the middle of the text. Convenient for displaying long labels,
24
- * that have same beginning and differ in the ending part.
25
- */
26
21
  var script = defineComponent({
27
22
  name: 'OrText',
28
23
  props: {
29
- /**
30
- * Text to crop.
31
- */
32
24
  text: {
33
25
  type: String,
34
26
  required: true
35
27
  },
36
- /**
37
- * The index counted from the end of the string where ellipsis will be placed.
38
- * Defines how many ending characters will remain visible.
39
- * By default, ellipsis is placed in the end of the line.
40
- *
41
- * Note: Negative values behave same as corresponding positives still counting from the end of the line.
42
- */
43
28
  sliceIndex: {
44
29
  type: Number,
45
- default: 0
30
+ default: undefined
46
31
  }
47
32
  },
48
33
  expose: ['root'],
@@ -53,33 +38,15 @@ var script = defineComponent({
53
38
  const rootStyles = computed(() => ['or-text', ...TextRoot]);
54
39
  const mainTextStyles = computed(() => [...MainText]);
55
40
  const restTextStyles = computed(() => [...RestText]);
56
- /**
57
- * Preserves whitespace at the last position as <code>&nbsp;</code>
58
- * @param str A string to escape
59
- */
60
- const escapeLast = str => str && str.slice(0, -1) + '\xa0';
61
- /**
62
- * Preserves whitespace at the first position as <code>&nbsp;</code>
63
- * @param str A string to escape
64
- */
65
- const escapeFirst = str => str && '\xa0' + str.slice(1);
66
41
  // State
67
42
  const mainText = computed(() => {
68
43
  if (props.sliceIndex) {
69
- let mainPart = props.text.slice(0, -Math.abs(props.sliceIndex));
70
- if (mainPart[mainPart.length - 1] === ' ') {
71
- mainPart = escapeLast(mainPart);
72
- }
73
- return mainPart;
44
+ return props.text.slice(0, Math.abs(props.sliceIndex) * -1);
74
45
  }
75
46
  return props.text;
76
47
  });
77
48
  const restText = computed(() => {
78
- let restPart = props.text.slice(mainText.value.length);
79
- if (restPart[0] === ' ') {
80
- restPart = escapeFirst(restPart);
81
- }
82
- return restPart;
49
+ return props.text.slice(mainText.value.length);
83
50
  });
84
51
  return {
85
52
  root,
@@ -5,10 +5,10 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
5
5
  export { O as OrButtonV2 } from '../OrButton-705cd0bd.js';
6
6
  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
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-d45772c1.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-0a9470c0.js';
9
9
  export { O as OrCard } from '../OrCard-a6b30f8f.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-166cfcc6.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-914c0d96.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-ec858faa.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-45d5869b.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-55b89b17.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-f34221c8.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-617a1ab4.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-4675604d.js';
@@ -38,7 +38,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-91a
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
39
39
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-2d842751.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-e54dcef9.js';
41
- export { I as InputType, O as OrInputV3 } from '../OrInput-5cd0041e.js';
41
+ export { I as InputType, O as OrInputV3 } from '../OrInput-24560f6c.js';
42
42
  export { O as OrInput } from '../OrInput-df1a14fa.js';
43
43
  export { O as OrLabel } from '../OrLabel-74c73ba4.js';
44
44
  export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-aff09c39.js';
@@ -46,7 +46,7 @@ export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-0d952e87.js';
46
46
  export { O as OrList } from '../OrList-4e84a3b4.js';
47
47
  export { _ as OrListOfInputs } from '../OrListOfInputs-ab7f9d97.js';
48
48
  export { L as LoaderViews, O as OrLoader } from '../OrLoader-05057239.js';
49
- export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-864ef92a.js';
49
+ export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-cf28bfa6.js';
50
50
  export { O as OrMenuItemV3 } from '../OrMenuItem-f295292e.js';
51
51
  export { O as OrMenuV3 } from '../OrMenu-021f347c.js';
52
52
  export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-0697699f.js';
@@ -59,17 +59,17 @@ export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
59
59
  export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
60
60
  export { O as OrOverlayV3 } from '../OrOverlay-cb55bf20.js';
61
61
  export { _ as OrPassword } from '../OrPassword-a818e7b5.js';
62
- export { _ as OrPaginationV3 } from '../OrPagination-582690fd.js';
62
+ export { _ as OrPaginationV3 } from '../OrPagination-19494306.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
68
  export { O as OrSearch } from '../OrSearch-832d7978.js';
69
- export { O as OrSearchV3 } from '../OrSearch-4b0f063b.js';
69
+ export { O as OrSearchV3 } from '../OrSearch-a85f5a81.js';
70
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
71
71
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
72
- export { _ as OrSelectV3 } from '../OrSelect-ac49dab5.js';
72
+ export { _ as OrSelectV3 } from '../OrSelect-bf92f262.js';
73
73
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
74
74
  export { _ as OrSidebarV3 } from '../OrSidebar-b7a27e27.js';
75
75
  export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-e8632afe.js';
@@ -79,7 +79,7 @@ export { _ as OrSlider } from '../OrSlider-59d05856.js';
79
79
  export { _ as OrSortHeaderV3 } from '../OrSortHeader-b1b961fc.js';
80
80
  export { _ as OrStepper } from '../OrStepper-3fc1a2b3.js';
81
81
  export { _ as OrSwitch } from '../OrSwitch-47670dbd.js';
82
- export { _ as OrSwitchV3 } from '../OrSwitch-782d7b43.js';
82
+ export { _ as OrSwitchV3 } from '../OrSwitch-51e30de3.js';
83
83
  export { _ as OrTab } from '../OrTab-b2c6d977.js';
84
84
  export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
85
85
  export { O as OrTabV3 } from '../OrTab-8c5acf8a.js';
@@ -89,13 +89,13 @@ export { _ as OrTag } from '../OrTag-79e48fec.js';
89
89
  export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-59ab76c5.js';
90
90
  export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
91
91
  export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
92
- export { _ as OrTextV3 } from '../OrText-15bf85c4.js';
92
+ export { _ as OrTextV3 } from '../OrText-a665b991.js';
93
93
  export { _ as OrTextarea } from '../OrTextarea-71ff236d.js';
94
94
  export { _ as OrTextareaV3 } from '../OrTextarea-1201353b.js';
95
95
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
96
96
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
97
97
  export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
98
- export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-d0e9ac5c.js';
98
+ export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-d2afe7b5.js';
99
99
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-3a3d4280.js';
100
100
  export { O as OrTooltip } from '../OrTooltip-dfea7af2.js';
101
101
  export { O as OrTooltipContent } from '../OrTooltipContent-f0fd5f75.js';
@@ -1,6 +1,6 @@
1
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-d45772c1.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-0a9470c0.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrLoader-864ef92a.js';
5
+ import '../../OrLoader-cf28bfa6.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-914c0d96.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-ec858faa.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -15,12 +15,12 @@ import '../../OrTeleport.vue2-e9ba3054.js';
15
15
  import 'portal-vue';
16
16
  import '../../useElevation-b6e7590a.js';
17
17
  import '../../useResponsive-e13dfbb0.js';
18
- import '../../OrButton-d45772c1.js';
19
- import '../../OrLoader-864ef92a.js';
18
+ import '../../OrButton-0a9470c0.js';
19
+ import '../../OrLoader-cf28bfa6.js';
20
20
  import '../../OrMenu-021f347c.js';
21
21
  import '../../OrMenuItem-f295292e.js';
22
- import '../../OrSearch-4b0f063b.js';
23
- import '../../OrInput-5cd0041e.js';
22
+ import '../../OrSearch-a85f5a81.js';
23
+ import '../../OrInput-24560f6c.js';
24
24
  import '../../OrError-52f668a4.js';
25
25
  import '../../OrHint-fde53334.js';
26
26
  import '../../OrInputBox-e54dcef9.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-f34221c8.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-617a1ab4.js';
2
2
  import '@vueuse/core';
3
3
  import '../../index-17f264f9.js';
4
4
  import '../../index-fa6eb4ca.js';
@@ -9,9 +9,9 @@ import '../../OrTeleport.vue2-e9ba3054.js';
9
9
  import 'portal-vue';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
11
  import '../../useElevation-b6e7590a.js';
12
- import '../../OrButton-d45772c1.js';
13
- import '../../OrLoader-864ef92a.js';
14
- import '../../OrInput-5cd0041e.js';
12
+ import '../../OrButton-0a9470c0.js';
13
+ import '../../OrLoader-cf28bfa6.js';
14
+ import '../../OrInput-24560f6c.js';
15
15
  import '../../OrError-52f668a4.js';
16
16
  import '../../OrHint-fde53334.js';
17
17
  import '../../OrIcon-2efd1925.js';
@@ -75,6 +75,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
75
75
  type: BooleanConstructor;
76
76
  default: boolean;
77
77
  };
78
+ autocomplete: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ };
78
82
  }, import("@vue/composition-api").ExtractPropTypes<{
79
83
  modelValue: {
80
84
  type: (StringConstructor | NumberConstructor)[];
@@ -124,6 +128,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
124
128
  type: BooleanConstructor;
125
129
  default: boolean;
126
130
  };
131
+ autocomplete: {
132
+ type: StringConstructor;
133
+ default: string;
134
+ };
127
135
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
128
136
  modelValue: string | number;
129
137
  type: InputType;
@@ -137,6 +145,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
137
145
  readonly: boolean;
138
146
  disabled: boolean;
139
147
  disableDefaultStyles: boolean;
148
+ autocomplete: string;
140
149
  } & {} & {
141
150
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
142
151
  }, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -178,6 +187,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
178
187
  readonly: boolean;
179
188
  disabled: boolean;
180
189
  disableDefaultStyles: boolean;
190
+ autocomplete: string;
181
191
  } & {} & {
182
192
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
183
193
  }, {
@@ -193,5 +203,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
193
203
  readonly: boolean;
194
204
  disabled: boolean;
195
205
  disableDefaultStyles: boolean;
206
+ autocomplete: string;
196
207
  }, true>);
197
208
  export default _default;
@@ -1,4 +1,4 @@
1
- export { I as InputType, O as OrInputV3 } from '../../OrInput-5cd0041e.js';
1
+ export { I as InputType, O as OrInputV3 } from '../../OrInput-24560f6c.js';
2
2
  export { a as InputSize } from '../../OrInputBox-e54dcef9.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -19,7 +19,7 @@ import 'portal-vue';
19
19
  import '../../useElevation-b6e7590a.js';
20
20
  import '../../useResponsive-e13dfbb0.js';
21
21
  import '../../OrLabel-aff09c39.js';
22
- import '../../OrLoader-864ef92a.js';
22
+ import '../../OrLoader-cf28bfa6.js';
23
23
  import '../../useIdAttribute-cf61643f.js';
24
24
  import '../../useValidationAttributes-6df7bcf9.js';
25
25
  import '../../browser-82dea9ed.js';
@@ -6,16 +6,24 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
6
6
  containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
7
7
  titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
8
8
  descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
9
- computedSize: import("@vue/composition-api").ComputedRef<20 | 16 | undefined>;
9
+ computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
10
+ wrapperStyle: import("@vue/composition-api").ComputedRef<string>;
10
11
  }> & import("@vue/composition-api").Data, {}, {}, {
11
12
  variant: {
12
13
  type: PropType<LoaderVariant>;
13
14
  default: LoaderVariant;
14
15
  };
16
+ /**
17
+ * Defines a semantic color of the loading indicator.
18
+ * Use `'inherit'` option to set your own color from the parent (not recommended).
19
+ */
15
20
  color: {
16
21
  type: PropType<LoaderColor>;
17
22
  default: LoaderColor;
18
23
  };
24
+ /**
25
+ * Defines a diameter of the circular loader. Ignored for linear one.
26
+ */
19
27
  size: {
20
28
  type: PropType<LoaderSize>;
21
29
  default: LoaderSize;
@@ -33,10 +41,17 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
33
41
  type: PropType<LoaderVariant>;
34
42
  default: LoaderVariant;
35
43
  };
44
+ /**
45
+ * Defines a semantic color of the loading indicator.
46
+ * Use `'inherit'` option to set your own color from the parent (not recommended).
47
+ */
36
48
  color: {
37
49
  type: PropType<LoaderColor>;
38
50
  default: LoaderColor;
39
51
  };
52
+ /**
53
+ * Defines a diameter of the circular loader. Ignored for linear one.
54
+ */
40
55
  size: {
41
56
  type: PropType<LoaderSize>;
42
57
  default: LoaderSize;
@@ -61,7 +76,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
61
76
  containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
62
77
  titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
63
78
  descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
64
- computedSize: import("@vue/composition-api").ComputedRef<20 | 16 | undefined>;
79
+ computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
80
+ wrapperStyle: import("@vue/composition-api").ComputedRef<string>;
65
81
  }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
66
82
  variant: LoaderVariant;
67
83
  color: LoaderColor;
@@ -1,4 +1,4 @@
1
- export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../../OrLoader-864ef92a.js';
1
+ export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../../OrLoader-cf28bfa6.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,9 +1,9 @@
1
- export { _ as OrPaginationV3 } from '../../OrPagination-582690fd.js';
1
+ export { _ as OrPaginationV3 } from '../../OrPagination-19494306.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrButton-d45772c1.js';
6
- import '../../OrLoader-864ef92a.js';
5
+ import '../../OrButton-0a9470c0.js';
6
+ import '../../OrLoader-cf28bfa6.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../OrIcon-2efd1925.js';
9
9
  import '../../OrMenu-021f347c.js';
@@ -1,10 +1,10 @@
1
- export { O as OrSearchV3 } from '../../OrSearch-4b0f063b.js';
1
+ export { O as OrSearchV3 } from '../../OrSearch-a85f5a81.js';
2
2
  export { a as SearchSize } from '../../OrInputBox-e54dcef9.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-fa6eb4ca.js';
5
5
  import 'vue';
6
6
  import '@vue/composition-api/dist/vue-composition-api.mjs';
7
- import '../../OrInput-5cd0041e.js';
7
+ import '../../OrInput-24560f6c.js';
8
8
  import '../../OrError-52f668a4.js';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
10
  import '../../OrHint-fde53334.js';
@@ -20,7 +20,7 @@ import 'portal-vue';
20
20
  import '../../useElevation-b6e7590a.js';
21
21
  import '../../useResponsive-e13dfbb0.js';
22
22
  import '../../OrLabel-aff09c39.js';
23
- import '../../OrLoader-864ef92a.js';
23
+ import '../../OrLoader-cf28bfa6.js';
24
24
  import '../../useIdAttribute-cf61643f.js';
25
25
  import '../../useValidationAttributes-6df7bcf9.js';
26
26
  import '../../browser-82dea9ed.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-ac49dab5.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-bf92f262.js';
2
2
  export { a as SelectSize } from '../../OrInputBox-e54dcef9.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -12,7 +12,7 @@ import '../../OrError-52f668a4.js';
12
12
  import '../../OrExpansionPanel-8968da49.js';
13
13
  import '../../OrIcon-2efd1925.js';
14
14
  import '../../OrHint-fde53334.js';
15
- import '../../OrInput-5cd0041e.js';
15
+ import '../../OrInput-24560f6c.js';
16
16
  import '../../OrIconButton-037b9c33.js';
17
17
  import '../../OrTooltip-9ef540f0.js';
18
18
  import '@vueuse/core';
@@ -24,7 +24,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
24
24
  import 'portal-vue';
25
25
  import '../../useElevation-b6e7590a.js';
26
26
  import '../../useResponsive-e13dfbb0.js';
27
- import '../../OrLoader-864ef92a.js';
27
+ import '../../OrLoader-cf28bfa6.js';
28
28
  import '../../useValidationAttributes-6df7bcf9.js';
29
29
  import '../../OrMenuItem-f295292e.js';
30
30
  import '../../OrTag-59ab76c5.js';
@@ -1,9 +1,9 @@
1
- export { _ as OrSwitchV3 } from '../../OrSwitch-782d7b43.js';
1
+ export { _ as OrSwitchV3 } from '../../OrSwitch-51e30de3.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import '../../OrLabel-aff09c39.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
- import '../../OrLoader-864ef92a.js';
7
+ import '../../OrLoader-cf28bfa6.js';
8
8
  import '../../useIdAttribute-cf61643f.js';
9
9
  import '../../browser-82dea9ed.js';