@onereach/ui-components 2.62.7-beta.1932.0 → 2.62.7

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 (117) hide show
  1. package/dist/v2/{OrInlineInput-f00cba5e.js → OrInlineInput-8455f9da.js} +4 -5
  2. package/dist/v2/{OrInlineTextarea-75de33d0.js → OrInlineTextarea-1127e512.js} +4 -5
  3. package/dist/v2/{OrTabs-f2a60b41.js → OrTabs-b4a9740b.js} +1 -1
  4. package/dist/v2/components/index.d.ts +0 -1
  5. package/dist/v2/index.js +3 -4
  6. package/dist/v2/index2.js +3 -4
  7. package/dist/v2/index34.js +1 -1
  8. package/dist/v2/index36.js +1 -1
  9. package/dist/v2/index63.js +16 -2
  10. package/dist/v2/index64.js +24 -15
  11. package/dist/v2/index65.js +4 -26
  12. package/dist/v2/index66.js +1 -2
  13. package/dist/v2/index67.js +4 -3
  14. package/dist/v2/index68.js +4 -3
  15. package/dist/v2/index69.js +10 -3
  16. package/dist/v2/index70.js +6 -3
  17. package/dist/v2/index71.js +2 -13
  18. package/dist/v2/index72.js +6 -4
  19. package/dist/v2/index73.js +4 -6
  20. package/dist/v2/index74.js +1 -2
  21. package/dist/v2/index75.js +3 -3
  22. package/dist/v2/index76.js +4 -3
  23. package/dist/v2/index77.js +15 -4
  24. package/dist/v2/index78.js +11 -14
  25. package/dist/v2/index79.js +13 -11
  26. package/dist/v2/index80.js +2 -14
  27. package/dist/v2/index81.js +2 -2
  28. package/dist/v2/index82.js +3 -2
  29. package/dist/v2/index83.js +6 -1
  30. package/dist/v2/index84.js +20 -7
  31. package/dist/v2/index85.js +9 -12
  32. package/dist/v2/index86.js +1 -18
  33. package/dist/v2/index87.js +18 -2
  34. package/dist/v2/index88.js +2 -18
  35. package/dist/v2/index89.js +10 -2
  36. package/dist/v2/index90.js +11 -9
  37. package/dist/v2/index91.js +1 -12
  38. package/dist/v2/index92.js +6 -1
  39. package/dist/v2/index93.js +1 -5
  40. package/dist/v3/{OrInlineInput-bac4abdd.js → OrInlineInput-a080b0a3.js} +2 -3
  41. package/dist/v3/{OrInlineTextarea-d1ec1bba.js → OrInlineTextarea-08767485.js} +2 -3
  42. package/dist/v3/{OrTabs-ac0be933.js → OrTabs-194ca950.js} +1 -1
  43. package/dist/v3/components/index.d.ts +0 -1
  44. package/dist/v3/index.js +3 -4
  45. package/dist/v3/index2.js +3 -4
  46. package/dist/v3/index34.js +1 -1
  47. package/dist/v3/index36.js +1 -1
  48. package/dist/v3/index63.js +15 -2
  49. package/dist/v3/index64.js +22 -13
  50. package/dist/v3/index65.js +3 -24
  51. package/dist/v3/index66.js +1 -2
  52. package/dist/v3/index67.js +4 -3
  53. package/dist/v3/index68.js +4 -3
  54. package/dist/v3/index69.js +9 -3
  55. package/dist/v3/index70.js +4 -3
  56. package/dist/v3/index71.js +2 -10
  57. package/dist/v3/index72.js +5 -3
  58. package/dist/v3/index73.js +3 -5
  59. package/dist/v3/index74.js +1 -2
  60. package/dist/v3/index75.js +3 -3
  61. package/dist/v3/index76.js +4 -3
  62. package/dist/v3/index77.js +14 -4
  63. package/dist/v3/index78.js +10 -13
  64. package/dist/v3/index79.js +12 -10
  65. package/dist/v3/index80.js +1 -13
  66. package/dist/v3/index81.js +1 -1
  67. package/dist/v3/index82.js +3 -1
  68. package/dist/v3/index83.js +6 -1
  69. package/dist/v3/index84.js +16 -6
  70. package/dist/v3/index85.js +9 -12
  71. package/dist/v3/index86.js +1 -15
  72. package/dist/v3/index87.js +17 -2
  73. package/dist/v3/index88.js +2 -17
  74. package/dist/v3/index89.js +8 -2
  75. package/dist/v3/index90.js +9 -6
  76. package/dist/v3/index91.js +1 -11
  77. package/dist/v3/index92.js +6 -1
  78. package/dist/v3/index93.js +1 -5
  79. package/package.json +4 -3
  80. package/src/components/index.ts +0 -1
  81. package/src/components/or-checkbox-v3/OrCheckbox.stories3.ts +1 -1
  82. package/src/components/or-inline-input-v3/OrInlineInput.vue +2 -2
  83. package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +2 -2
  84. package/src/components/or-radio-v3/OrRadio.stories3.ts +1 -1
  85. package/src/components/or-switch-v3/OrSwitch.stories3.ts +1 -1
  86. package/src/components/or-tabs-v3/OrTabs.stories3.ts +4 -9
  87. package/src/components/or-tabs-v3/OrTabs.vue +1 -1
  88. package/src/hooks/useClassAttribute.ts +1 -1
  89. package/dist/v2/OrSegmentedControl-17df63b8.js +0 -236
  90. package/dist/v2/components/or-segmented-control-v3/OrSegmentedControl.stories3.d.ts +0 -12
  91. package/dist/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +0 -77
  92. package/dist/v2/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +0 -47
  93. package/dist/v2/components/or-segmented-control-v3/components/or-segmented-control-item/styles.d.ts +0 -3
  94. package/dist/v2/components/or-segmented-control-v3/index.d.ts +0 -3
  95. package/dist/v2/components/or-segmented-control-v3/props.d.ts +0 -4
  96. package/dist/v2/components/or-segmented-control-v3/styles.d.ts +0 -3
  97. package/dist/v2/components/or-segmented-control-v3/types.d.ts +0 -4
  98. package/dist/v2/index94.js +0 -3
  99. package/dist/v3/OrSegmentedControl-2bbc0f22.js +0 -184
  100. package/dist/v3/components/or-segmented-control-v3/OrSegmentedControl.stories3.d.ts +0 -12
  101. package/dist/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +0 -77
  102. package/dist/v3/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +0 -47
  103. package/dist/v3/components/or-segmented-control-v3/components/or-segmented-control-item/styles.d.ts +0 -3
  104. package/dist/v3/components/or-segmented-control-v3/index.d.ts +0 -3
  105. package/dist/v3/components/or-segmented-control-v3/props.d.ts +0 -4
  106. package/dist/v3/components/or-segmented-control-v3/styles.d.ts +0 -3
  107. package/dist/v3/components/or-segmented-control-v3/types.d.ts +0 -4
  108. package/dist/v3/index94.js +0 -3
  109. package/src/components/or-segmented-control-v3/OrSegmentedControl.docs.mdx +0 -7
  110. package/src/components/or-segmented-control-v3/OrSegmentedControl.stories3.ts +0 -106
  111. package/src/components/or-segmented-control-v3/OrSegmentedControl.vue +0 -107
  112. package/src/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue +0 -64
  113. package/src/components/or-segmented-control-v3/components/or-segmented-control-item/styles.ts +0 -50
  114. package/src/components/or-segmented-control-v3/index.ts +0 -3
  115. package/src/components/or-segmented-control-v3/props.ts +0 -4
  116. package/src/components/or-segmented-control-v3/styles.ts +0 -24
  117. package/src/components/or-segmented-control-v3/types.ts +0 -4
@@ -129,15 +129,14 @@ var script = defineComponent({
129
129
  activated.value = false;
130
130
  }
131
131
  function reset() {
132
- var _a;
133
132
  if (draftModelValue.value !== proxyModelValue.value) {
134
- draftModelValue.value = (_a = proxyModelValue.value) !== null && _a !== void 0 ? _a : '';
133
+ draftModelValue.value = proxyModelValue.value;
135
134
  }
136
135
  activated.value = false;
137
136
  }
138
137
  // Effects
139
138
  watch(proxyModelValue, value => {
140
- draftModelValue.value = value !== null && value !== void 0 ? value : '';
139
+ draftModelValue.value = value;
141
140
  }, {
142
141
  immediate: true
143
142
  });
@@ -161,7 +160,7 @@ var script = defineComponent({
161
160
  }
162
161
  });
163
162
 
164
- var css_248z = "input[data-v-a3435312]{min-width:0;background:0 0;outline:0}input[type=number][data-v-a3435312]::-webkit-inner-spin-button{display:none}input[type=search][data-v-a3435312]::-webkit-search-cancel-button{display:none}";
163
+ var css_248z = "input[data-v-8d82b992]{min-width:0;background:0 0;outline:0}input[type=number][data-v-8d82b992]::-webkit-inner-spin-button{display:none}input[type=search][data-v-8d82b992]::-webkit-search-cancel-button{display:none}";
165
164
  styleInject(css_248z);
166
165
 
167
166
  /* script */
@@ -334,7 +333,7 @@ var __vue_staticRenderFns__ = [];
334
333
  /* style */
335
334
  const __vue_inject_styles__ = undefined;
336
335
  /* scoped */
337
- const __vue_scope_id__ = "data-v-a3435312";
336
+ const __vue_scope_id__ = "data-v-8d82b992";
338
337
  /* module identifier */
339
338
  const __vue_module_identifier__ = undefined;
340
339
  /* functional template */
@@ -115,15 +115,14 @@ var script = defineComponent({
115
115
  activated.value = false;
116
116
  }
117
117
  function reset() {
118
- var _a;
119
118
  if (draftModelValue.value !== proxyModelValue.value) {
120
- draftModelValue.value = (_a = proxyModelValue.value) !== null && _a !== void 0 ? _a : '';
119
+ draftModelValue.value = proxyModelValue.value;
121
120
  }
122
121
  activated.value = false;
123
122
  }
124
123
  // Effects
125
124
  watch(proxyModelValue, value => {
126
- draftModelValue.value = value !== null && value !== void 0 ? value : '';
125
+ draftModelValue.value = value;
127
126
  }, {
128
127
  immediate: true
129
128
  });
@@ -147,7 +146,7 @@ var script = defineComponent({
147
146
  }
148
147
  });
149
148
 
150
- var css_248z = "textarea[data-v-314d21b0]{min-width:0;background:0 0;outline:0}";
149
+ var css_248z = "textarea[data-v-d02de720]{min-width:0;background:0 0;outline:0}";
151
150
  styleInject(css_248z);
152
151
 
153
152
  /* script */
@@ -246,7 +245,7 @@ var __vue_staticRenderFns__ = [];
246
245
  /* style */
247
246
  const __vue_inject_styles__ = undefined;
248
247
  /* scoped */
249
- const __vue_scope_id__ = "data-v-314d21b0";
248
+ const __vue_scope_id__ = "data-v-d02de720";
250
249
  /* module identifier */
251
250
  const __vue_module_identifier__ = undefined;
252
251
  /* functional template */
@@ -169,7 +169,7 @@ var __vue_render__ = function () {
169
169
  return _c('OrTab', {
170
170
  key: tab.value,
171
171
  attrs: {
172
- "selected": tab.value === _vm.proxyModelValue
172
+ "selected": _vm.proxyModelValue === tab.value
173
173
  },
174
174
  on: {
175
175
  "click": function ($event) {
@@ -58,7 +58,6 @@ export * from './or-radio';
58
58
  export * from './or-radio-group';
59
59
  export * from './or-radio-v3';
60
60
  export * from './or-search-v3';
61
- export * from './or-segmented-control-v3';
62
61
  export * from './or-select';
63
62
  export * from './or-select-v3';
64
63
  export * from './or-sidebar';
package/dist/v2/index.js CHANGED
@@ -32,9 +32,9 @@ export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd104
32
32
  export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-2088a37f.js';
33
33
  export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-124f3bad.js';
34
34
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-6a15ea2b.js';
35
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-f00cba5e.js';
35
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-8455f9da.js';
36
36
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
37
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-75de33d0.js';
37
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-1127e512.js';
38
38
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
39
39
  export { I as InputType, _ as OrInputV3 } from './OrInput-24028f23.js';
40
40
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
@@ -63,7 +63,6 @@ export { _ as OrRadio } from './OrRadio-514e8de8.js';
63
63
  export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
64
64
  export { _ as OrRadioV3 } from './OrRadio-4ba56887.js';
65
65
  export { _ as OrSearchV3 } from './OrSearch-978a3a6e.js';
66
- export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-17df63b8.js';
67
66
  export { _ as OrSelect } from './OrSelect-ea27a70e.js';
68
67
  export { _ as OrSelectV3 } from './OrSelect-c6d0a69e.js';
69
68
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
@@ -78,7 +77,7 @@ export { _ as OrTab } from './OrTab-8dfdeca0.js';
78
77
  export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
79
78
  export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
80
79
  export { _ as OrTabs } from './OrTabs-12138346.js';
81
- export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-f2a60b41.js';
80
+ export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b4a9740b.js';
82
81
  export { _ as OrTag } from './OrTag-140d4f72.js';
83
82
  export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-1ced4e58.js';
84
83
  export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
package/dist/v2/index2.js CHANGED
@@ -32,9 +32,9 @@ export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd104
32
32
  export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-2088a37f.js';
33
33
  export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-124f3bad.js';
34
34
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-6a15ea2b.js';
35
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-f00cba5e.js';
35
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-8455f9da.js';
36
36
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
37
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-75de33d0.js';
37
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-1127e512.js';
38
38
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
39
39
  export { I as InputType, _ as OrInputV3 } from './OrInput-24028f23.js';
40
40
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
@@ -63,7 +63,6 @@ export { _ as OrRadio } from './OrRadio-514e8de8.js';
63
63
  export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
64
64
  export { _ as OrRadioV3 } from './OrRadio-4ba56887.js';
65
65
  export { _ as OrSearchV3 } from './OrSearch-978a3a6e.js';
66
- export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-17df63b8.js';
67
66
  export { _ as OrSelect } from './OrSelect-ea27a70e.js';
68
67
  export { _ as OrSelectV3 } from './OrSelect-c6d0a69e.js';
69
68
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
@@ -78,7 +77,7 @@ export { _ as OrTab } from './OrTab-8dfdeca0.js';
78
77
  export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
79
78
  export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
80
79
  export { _ as OrTabs } from './OrTabs-12138346.js';
81
- export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-f2a60b41.js';
80
+ export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b4a9740b.js';
82
81
  export { _ as OrTag } from './OrTag-140d4f72.js';
83
82
  export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-1ced4e58.js';
84
83
  export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
@@ -1,4 +1,4 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-f00cba5e.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-8455f9da.js';
2
2
  export { I as InlineInputSize } from './OrInlineInputBox-6a15ea2b.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-75de33d0.js';
1
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-1127e512.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
@@ -1,5 +1,19 @@
1
- export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-17df63b8.js';
1
+ export { _ as OrSelect } from './OrSelect-ea27a70e.js';
2
2
  import 'vue-demi';
3
- import './useClassAttribute-47fdb016.js';
4
3
  import '@vueuse/core';
4
+ import 'lodash';
5
+ import './OrIcon-7cd10497.js';
6
+ import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
7
+ import './style-inject.es-4c6f2515.js';
5
8
  import './normalize-component-6e8e3d80.js';
9
+ import './OrFloating-b15309d1.js';
10
+ import '@floating-ui/dom';
11
+ import './OrTeleportVue2-fce4676d.js';
12
+ import 'vue';
13
+ import './dom-7a41831b.js';
14
+ import './px-to-rem-0b26b83e.js';
15
+ import './OrChips.vue_rollup-plugin-vue_styles.0-c780c5eb.js';
16
+ import './OrLabel-931394a5.js';
17
+ import './OrError-efc74907.js';
18
+ import './OrLoader-212ef381.js';
19
+ import './OrCheckbox-ed1f2666.js';
@@ -1,19 +1,28 @@
1
- export { _ as OrSelect } from './OrSelect-ea27a70e.js';
1
+ export { _ as OrSelectV3 } from './OrSelect-c6d0a69e.js';
2
+ export { a as SelectSize } from './OrInputBox-208dceac.js';
2
3
  import 'vue-demi';
4
+ import './dropdown-open-0d314aa4.js';
5
+ import './useClassAttribute-47fdb016.js';
6
+ import './useOverflow-ac506c65.js';
3
7
  import '@vueuse/core';
4
- import 'lodash';
5
- import './OrIcon-7cd10497.js';
6
- import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
7
- import './style-inject.es-4c6f2515.js';
8
+ import './OrCheckbox-eb833bab.js';
9
+ import './OrLabel-5670468e.js';
8
10
  import './normalize-component-6e8e3d80.js';
9
- import './OrFloating-b15309d1.js';
11
+ import './style-inject.es-4c6f2515.js';
12
+ import './OrError-be656098.js';
13
+ import './OrExpansionPanel-ce82a6fd.js';
14
+ import './OrIcon-124f3bad.js';
15
+ import './OrHint-44356417.js';
16
+ import './OrInput-24028f23.js';
17
+ import './OrIconButton-2088a37f.js';
18
+ import './OrTooltip-afe7030b.js';
19
+ import './OrPopover-9080fc00.js';
10
20
  import '@floating-ui/dom';
11
- import './OrTeleportVue2-fce4676d.js';
12
- import 'vue';
13
- import './dom-7a41831b.js';
14
- import './px-to-rem-0b26b83e.js';
15
- import './OrChips.vue_rollup-plugin-vue_styles.0-c780c5eb.js';
16
- import './OrLabel-931394a5.js';
17
- import './OrError-efc74907.js';
18
- import './OrLoader-212ef381.js';
19
- import './OrCheckbox-ed1f2666.js';
21
+ import './useElevation-0e973238.js';
22
+ import './useResponsive-a02e95b7.js';
23
+ import './OrBottomSheet-f09adbbb.js';
24
+ import './OrOverlay-4838a9b0.js';
25
+ import './OrTeleport.vue2-fb92f29f.js';
26
+ import 'portal-vue';
27
+ import './OrMenuItem-3a28db7b.js';
28
+ import './OrTag-1ced4e58.js';
@@ -1,28 +1,6 @@
1
- export { _ as OrSelectV3 } from './OrSelect-c6d0a69e.js';
2
- export { a as SelectSize } from './OrInputBox-208dceac.js';
3
- import 'vue-demi';
4
- import './dropdown-open-0d314aa4.js';
5
- import './useClassAttribute-47fdb016.js';
6
- import './useOverflow-ac506c65.js';
1
+ export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
7
2
  import '@vueuse/core';
8
- import './OrCheckbox-eb833bab.js';
9
- import './OrLabel-5670468e.js';
10
- import './normalize-component-6e8e3d80.js';
3
+ import 'lodash';
4
+ import 'vue-demi';
11
5
  import './style-inject.es-4c6f2515.js';
12
- import './OrError-be656098.js';
13
- import './OrExpansionPanel-ce82a6fd.js';
14
- import './OrIcon-124f3bad.js';
15
- import './OrHint-44356417.js';
16
- import './OrInput-24028f23.js';
17
- import './OrIconButton-2088a37f.js';
18
- import './OrTooltip-afe7030b.js';
19
- import './OrPopover-9080fc00.js';
20
- import '@floating-ui/dom';
21
- import './useElevation-0e973238.js';
22
- import './useResponsive-a02e95b7.js';
23
- import './OrBottomSheet-f09adbbb.js';
24
- import './OrOverlay-4838a9b0.js';
25
- import './OrTeleport.vue2-fb92f29f.js';
26
- import 'portal-vue';
27
- import './OrMenuItem-3a28db7b.js';
28
- import './OrTag-1ced4e58.js';
6
+ import './normalize-component-6e8e3d80.js';
@@ -1,6 +1,5 @@
1
- export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
1
+ export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
2
2
  import '@vueuse/core';
3
3
  import 'lodash';
4
4
  import 'vue-demi';
5
- import './style-inject.es-4c6f2515.js';
6
5
  import './normalize-component-6e8e3d80.js';
@@ -1,5 +1,6 @@
1
- export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
2
- import '@vueuse/core';
3
- import 'lodash';
1
+ export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
4
2
  import 'vue-demi';
3
+ import './px-to-rem-0b26b83e.js';
4
+ import 'lodash';
5
+ import './style-inject.es-4c6f2515.js';
5
6
  import './normalize-component-6e8e3d80.js';
@@ -1,6 +1,7 @@
1
- export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
1
+ export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from './OrSkeletonText-950be6a2.js';
2
2
  import 'vue-demi';
3
- import './px-to-rem-0b26b83e.js';
4
3
  import 'lodash';
5
- import './style-inject.es-4c6f2515.js';
4
+ import './px-to-rem-0b26b83e.js';
5
+ import './useClassAttribute-47fdb016.js';
6
+ import '@vueuse/core';
6
7
  import './normalize-component-6e8e3d80.js';
@@ -1,7 +1,14 @@
1
- export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from './OrSkeletonText-950be6a2.js';
1
+ export { _ as OrSlider } from './OrSlider-021736ec.js';
2
+ import './OrIcon-7cd10497.js';
2
3
  import 'vue-demi';
3
4
  import 'lodash';
5
+ import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
6
+ import './style-inject.es-4c6f2515.js';
7
+ import './normalize-component-6e8e3d80.js';
8
+ import './OrFloating-b15309d1.js';
9
+ import '@floating-ui/dom';
10
+ import './OrTeleportVue2-fce4676d.js';
11
+ import 'vue';
12
+ import './dom-7a41831b.js';
4
13
  import './px-to-rem-0b26b83e.js';
5
- import './useClassAttribute-47fdb016.js';
6
14
  import '@vueuse/core';
7
- import './normalize-component-6e8e3d80.js';
@@ -1,6 +1,8 @@
1
- export { _ as OrSlider } from './OrSlider-021736ec.js';
2
- import './OrIcon-7cd10497.js';
1
+ export { _ as OrStepper } from './OrStepper-a0b4da52.js';
3
2
  import 'vue-demi';
3
+ import './OrButton-56baef5e.js';
4
+ import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
5
+ import './OrIcon-7cd10497.js';
4
6
  import 'lodash';
5
7
  import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
6
8
  import './style-inject.es-4c6f2515.js';
@@ -11,4 +13,5 @@ import './OrTeleportVue2-fce4676d.js';
11
13
  import 'vue';
12
14
  import './dom-7a41831b.js';
13
15
  import './px-to-rem-0b26b83e.js';
14
- import '@vueuse/core';
16
+ import './OrLoader-212ef381.js';
17
+ import './OrTooltip-b31bd78d.js';
@@ -1,17 +1,6 @@
1
- export { _ as OrStepper } from './OrStepper-a0b4da52.js';
1
+ export { _ as OrSwitch } from './OrSwitch-cd24ee40.js';
2
2
  import 'vue-demi';
3
- import './OrButton-56baef5e.js';
4
- import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
5
- import './OrIcon-7cd10497.js';
6
3
  import 'lodash';
7
- import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
4
+ import './OrLoader-212ef381.js';
8
5
  import './style-inject.es-4c6f2515.js';
9
6
  import './normalize-component-6e8e3d80.js';
10
- import './OrFloating-b15309d1.js';
11
- import '@floating-ui/dom';
12
- import './OrTeleportVue2-fce4676d.js';
13
- import 'vue';
14
- import './dom-7a41831b.js';
15
- import './px-to-rem-0b26b83e.js';
16
- import './OrLoader-212ef381.js';
17
- import './OrTooltip-b31bd78d.js';
@@ -1,6 +1,8 @@
1
- export { _ as OrSwitch } from './OrSwitch-cd24ee40.js';
1
+ export { _ as OrSwitchV3 } from './OrSwitch-21a7e693.js';
2
2
  import 'vue-demi';
3
- import 'lodash';
4
- import './OrLoader-212ef381.js';
5
- import './style-inject.es-4c6f2515.js';
3
+ import './useClassAttribute-47fdb016.js';
4
+ import '@vueuse/core';
5
+ import './OrLabel-5670468e.js';
6
6
  import './normalize-component-6e8e3d80.js';
7
+ import './OrLoader-bd088836.js';
8
+ import './style-inject.es-4c6f2515.js';
@@ -1,8 +1,6 @@
1
- export { _ as OrSwitchV3 } from './OrSwitch-21a7e693.js';
1
+ export { _ as OrTab } from './OrTab-8dfdeca0.js';
2
2
  import 'vue-demi';
3
- import './useClassAttribute-47fdb016.js';
4
- import '@vueuse/core';
5
- import './OrLabel-5670468e.js';
6
- import './normalize-component-6e8e3d80.js';
7
- import './OrLoader-bd088836.js';
3
+ import 'uuid';
4
+ import 'lodash';
8
5
  import './style-inject.es-4c6f2515.js';
6
+ import './normalize-component-6e8e3d80.js';
@@ -1,6 +1,5 @@
1
- export { _ as OrTab } from './OrTab-8dfdeca0.js';
1
+ export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
2
2
  import 'vue-demi';
3
- import 'uuid';
4
3
  import 'lodash';
5
4
  import './style-inject.es-4c6f2515.js';
6
5
  import './normalize-component-6e8e3d80.js';
@@ -1,5 +1,5 @@
1
- export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
1
+ export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
2
2
  import 'vue-demi';
3
- import 'lodash';
4
- import './style-inject.es-4c6f2515.js';
3
+ import './useClassAttribute-47fdb016.js';
4
+ import '@vueuse/core';
5
5
  import './normalize-component-6e8e3d80.js';
@@ -1,5 +1,6 @@
1
- export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
1
+ export { _ as OrTabs } from './OrTabs-12138346.js';
2
2
  import 'vue-demi';
3
- import './useClassAttribute-47fdb016.js';
4
- import '@vueuse/core';
3
+ import './OrTabHeaderItem-6a08756e.js';
4
+ import 'lodash';
5
+ import './style-inject.es-4c6f2515.js';
5
6
  import './normalize-component-6e8e3d80.js';
@@ -1,6 +1,17 @@
1
- export { _ as OrTabs } from './OrTabs-12138346.js';
1
+ export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b4a9740b.js';
2
+ import '@vueuse/core';
2
3
  import 'vue-demi';
3
- import './OrTabHeaderItem-6a08756e.js';
4
- import 'lodash';
5
- import './style-inject.es-4c6f2515.js';
4
+ import './useClassAttribute-47fdb016.js';
5
+ import './OrIcon-124f3bad.js';
6
6
  import './normalize-component-6e8e3d80.js';
7
+ import './OrMenuItem-3a28db7b.js';
8
+ import './OrMenu-bb81644d.js';
9
+ import './OrPopover-9080fc00.js';
10
+ import '@floating-ui/dom';
11
+ import './useElevation-0e973238.js';
12
+ import './useResponsive-a02e95b7.js';
13
+ import './OrBottomSheet-f09adbbb.js';
14
+ import './OrOverlay-4838a9b0.js';
15
+ import './OrTeleport.vue2-fb92f29f.js';
16
+ import 'portal-vue';
17
+ import './OrTab-4e6ff742.js';
@@ -1,17 +1,14 @@
1
- export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-f2a60b41.js';
2
- import '@vueuse/core';
1
+ export { _ as OrTag } from './OrTag-140d4f72.js';
3
2
  import 'vue-demi';
4
- import './useClassAttribute-47fdb016.js';
5
- import './OrIcon-124f3bad.js';
3
+ import './OrIcon-7cd10497.js';
4
+ import 'lodash';
5
+ import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
6
+ import './style-inject.es-4c6f2515.js';
6
7
  import './normalize-component-6e8e3d80.js';
7
- import './OrMenuItem-3a28db7b.js';
8
- import './OrMenu-bb81644d.js';
9
- import './OrPopover-9080fc00.js';
8
+ import './OrFloating-b15309d1.js';
10
9
  import '@floating-ui/dom';
11
- import './useElevation-0e973238.js';
12
- import './useResponsive-a02e95b7.js';
13
- import './OrBottomSheet-f09adbbb.js';
14
- import './OrOverlay-4838a9b0.js';
15
- import './OrTeleport.vue2-fb92f29f.js';
16
- import 'portal-vue';
17
- import './OrTab-4e6ff742.js';
10
+ import './OrTeleportVue2-fce4676d.js';
11
+ import 'vue';
12
+ import './dom-7a41831b.js';
13
+ import './px-to-rem-0b26b83e.js';
14
+ import './color-1f348774.js';
@@ -1,14 +1,16 @@
1
- export { _ as OrTag } from './OrTag-140d4f72.js';
1
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-1ced4e58.js';
2
2
  import 'vue-demi';
3
- import './OrIcon-7cd10497.js';
4
- import 'lodash';
5
- import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
6
- import './style-inject.es-4c6f2515.js';
3
+ import './useClassAttribute-47fdb016.js';
4
+ import '@vueuse/core';
5
+ import './OrIconButton-2088a37f.js';
6
+ import './OrIcon-124f3bad.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
- import './OrFloating-b15309d1.js';
8
+ import './OrTooltip-afe7030b.js';
9
+ import './OrPopover-9080fc00.js';
9
10
  import '@floating-ui/dom';
10
- import './OrTeleportVue2-fce4676d.js';
11
- import 'vue';
12
- import './dom-7a41831b.js';
13
- import './px-to-rem-0b26b83e.js';
14
- import './color-1f348774.js';
11
+ import './useElevation-0e973238.js';
12
+ import './useResponsive-a02e95b7.js';
13
+ import './OrBottomSheet-f09adbbb.js';
14
+ import './OrOverlay-4838a9b0.js';
15
+ import './OrTeleport.vue2-fb92f29f.js';
16
+ import 'portal-vue';
@@ -1,16 +1,4 @@
1
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-1ced4e58.js';
1
+ export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
2
2
  import 'vue-demi';
3
- import './useClassAttribute-47fdb016.js';
4
- import '@vueuse/core';
5
- import './OrIconButton-2088a37f.js';
6
- import './OrIcon-124f3bad.js';
3
+ import 'vue';
7
4
  import './normalize-component-6e8e3d80.js';
8
- import './OrTooltip-afe7030b.js';
9
- import './OrPopover-9080fc00.js';
10
- import '@floating-ui/dom';
11
- import './useElevation-0e973238.js';
12
- import './useResponsive-a02e95b7.js';
13
- import './OrBottomSheet-f09adbbb.js';
14
- import './OrOverlay-4838a9b0.js';
15
- import './OrTeleport.vue2-fb92f29f.js';
16
- import 'portal-vue';
@@ -1,4 +1,4 @@
1
- export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
1
+ export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
2
+ import 'portal-vue';
2
3
  import 'vue-demi';
3
- import 'vue';
4
4
  import './normalize-component-6e8e3d80.js';
@@ -1,4 +1,5 @@
1
- export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
2
- import 'portal-vue';
1
+ export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
3
2
  import 'vue-demi';
3
+ import './useClassAttribute-47fdb016.js';
4
+ import '@vueuse/core';
4
5
  import './normalize-component-6e8e3d80.js';
@@ -1,5 +1,10 @@
1
- export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
1
+ export { _ as OrTextareaV3 } from './OrTextarea-8773d494.js';
2
+ export { a as TextareaSize } from './OrInputBox-208dceac.js';
2
3
  import 'vue-demi';
3
4
  import './useClassAttribute-47fdb016.js';
4
5
  import '@vueuse/core';
6
+ import './OrError-be656098.js';
5
7
  import './normalize-component-6e8e3d80.js';
8
+ import './OrHint-44356417.js';
9
+ import './OrLabel-5670468e.js';
10
+ import './style-inject.es-4c6f2515.js';
@@ -1,10 +1,23 @@
1
- export { _ as OrTextareaV3 } from './OrTextarea-8773d494.js';
2
- export { a as TextareaSize } from './OrInputBox-208dceac.js';
1
+ export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
3
2
  import 'vue-demi';
4
- import './useClassAttribute-47fdb016.js';
5
3
  import '@vueuse/core';
6
- import './OrError-be656098.js';
7
- import './normalize-component-6e8e3d80.js';
8
- import './OrHint-44356417.js';
9
- import './OrLabel-5670468e.js';
4
+ import './useToggle-29e4d7c7.js';
5
+ import './px-to-rem-0b26b83e.js';
6
+ import './dom-7a41831b.js';
7
+ import 'lodash';
8
+ import './OrLabel-931394a5.js';
10
9
  import './style-inject.es-4c6f2515.js';
10
+ import './normalize-component-6e8e3d80.js';
11
+ import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
12
+ import './OrIcon-7cd10497.js';
13
+ import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
14
+ import './OrFloating-b15309d1.js';
15
+ import '@floating-ui/dom';
16
+ import './OrTeleportVue2-fce4676d.js';
17
+ import 'vue';
18
+ import './OrLoader-212ef381.js';
19
+ import './OrTooltip-b31bd78d.js';
20
+ import './OrIconButton-cab39659.js';
21
+ import './OrHint-fe65fbe6.js';
22
+ import './OrError-efc74907.js';
23
+ import './OrCollapse-50e3914c.js';
@@ -1,23 +1,20 @@
1
- export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
1
+ export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
2
+ export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
3
+ import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
2
4
  import 'vue-demi';
3
- import '@vueuse/core';
4
- import './useToggle-29e4d7c7.js';
5
- import './px-to-rem-0b26b83e.js';
6
- import './dom-7a41831b.js';
5
+ import './OrIcon-7cd10497.js';
7
6
  import 'lodash';
8
- import './OrLabel-931394a5.js';
7
+ import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
9
8
  import './style-inject.es-4c6f2515.js';
10
9
  import './normalize-component-6e8e3d80.js';
11
- import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
12
- import './OrIcon-7cd10497.js';
13
- import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
14
10
  import './OrFloating-b15309d1.js';
15
11
  import '@floating-ui/dom';
16
12
  import './OrTeleportVue2-fce4676d.js';
17
13
  import 'vue';
14
+ import './dom-7a41831b.js';
15
+ import './px-to-rem-0b26b83e.js';
18
16
  import './OrLoader-212ef381.js';
19
17
  import './OrTooltip-b31bd78d.js';
20
18
  import './OrIconButton-cab39659.js';
21
- import './OrHint-fe65fbe6.js';
22
- import './OrError-efc74907.js';
23
- import './OrCollapse-50e3914c.js';
19
+ import './OrProgress-e6f20dc1.js';
20
+ import '@vueuse/core';