@onereach/ui-components 2.72.2-beta.2274.0 → 2.72.2-beta.2275.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 (138) hide show
  1. package/dist/bundled/v2/{OrCardCollection-4ac89ea5.js → OrCardCollection-80ac6444.js} +1 -1
  2. package/dist/bundled/v2/{OrConfirm-8c0e957d.js → OrConfirm-ea6ea2f7.js} +1 -1
  3. package/dist/bundled/v2/{OrInput-00070eee.js → OrInput-57a47093.js} +28 -11
  4. package/dist/bundled/v2/{OrInputBox-2f559e98.js → OrInputBox-e54dcef9.js} +3 -3
  5. package/dist/bundled/v2/{OrSearch-09fd004c.js → OrSearch-2ff8cadd.js} +3 -4
  6. package/dist/bundled/v2/{OrSelect-2ececfc1.js → OrSelect-359e891b.js} +2 -2
  7. package/dist/bundled/v2/{OrSidebar-a2bc21b9.js → OrSidebar-c95ef614.js} +34 -155
  8. package/dist/bundled/v2/{OrTextarea-5c57c02b.js → OrTextarea-1201353b.js} +1 -1
  9. package/dist/bundled/v2/components/index.js +9 -10
  10. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -4
  11. package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -3
  12. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
  13. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  14. package/dist/bundled/v2/components/or-input-v3/index.js +3 -2
  15. package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
  16. package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
  17. package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
  18. package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
  19. package/dist/bundled/v2/components/or-sidebar-v3/index.js +1 -13
  20. package/dist/bundled/v2/components/or-sidebar-v3/styles.d.ts +1 -7
  21. package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -2
  22. package/dist/bundled/v2/index.js +9 -10
  23. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f76c3264.js → OrCardCollection.vue_vue_type_script_lang-09e66060.js} +1 -1
  24. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-eb2bfce2.js → OrConfirm.vue_vue_type_script_lang-9aff9db3.js} +2 -2
  25. package/dist/bundled/v3/{OrInput-dcf2606e.js → OrInput-44a32124.js} +15 -6
  26. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-27220623.js → OrInput.vue_vue_type_script_lang-4d9e2f4a.js} +15 -3
  27. package/dist/bundled/v3/{OrInputBox-4c7900c2.js → OrInputBox-358d4856.js} +1 -1
  28. package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-47d98e81.js → OrInputBox.vue_vue_type_script_lang-b387d4ba.js} +3 -3
  29. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-c054c8db.js → OrSearch.vue_vue_type_script_lang-faec384c.js} +4 -5
  30. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7fd5e2f0.js → OrSelect.vue_vue_type_script_lang-c7a9bec2.js} +4 -4
  31. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-ce0b152c.js +181 -0
  32. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-296da567.js → OrTextarea.vue_vue_type_script_lang-de99a858.js} +2 -2
  33. package/dist/bundled/v3/components/index.js +11 -12
  34. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -6
  35. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -5
  36. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
  37. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  38. package/dist/bundled/v3/components/or-input-v3/index.js +5 -3
  39. package/dist/bundled/v3/components/or-search-v3/index.js +7 -5
  40. package/dist/bundled/v3/components/or-select-v3/index.js +7 -5
  41. package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
  42. package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
  43. package/dist/bundled/v3/components/or-sidebar-v3/index.js +2 -16
  44. package/dist/bundled/v3/components/or-sidebar-v3/styles.d.ts +1 -7
  45. package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -3
  46. package/dist/bundled/v3/index.js +22 -39
  47. package/dist/esm/v2/{OrCardCollection-5a9eda35.js → OrCardCollection-079828a4.js} +2 -2
  48. package/dist/esm/v2/{OrConfirm-9dbdedd7.js → OrConfirm-7dc26526.js} +1 -1
  49. package/dist/esm/v2/{OrInput-59a15d80.js → OrInput-3d8c8925.js} +28 -11
  50. package/dist/esm/v2/{OrInputBox-9ceb9fc4.js → OrInputBox-53d1f66d.js} +3 -3
  51. package/dist/esm/v2/{OrSearch-7411388b.js → OrSearch-f9b7e168.js} +3 -4
  52. package/dist/esm/v2/{OrSelect-e31d1c8b.js → OrSelect-bdb9a78a.js} +2 -2
  53. package/dist/esm/v2/{OrSidebar-27236fbd.js → OrSidebar-fabc7bc9.js} +34 -155
  54. package/dist/esm/v2/{OrTextarea-a5a3572b.js → OrTextarea-373d0554.js} +1 -1
  55. package/dist/esm/v2/components/index.js +9 -10
  56. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
  57. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  58. package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
  59. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  60. package/dist/esm/v2/components/or-input-v3/index.js +4 -3
  61. package/dist/esm/v2/components/or-search-v3/index.js +5 -4
  62. package/dist/esm/v2/components/or-select-v3/index.js +5 -4
  63. package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
  64. package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
  65. package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -13
  66. package/dist/esm/v2/components/or-sidebar-v3/styles.d.ts +1 -7
  67. package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
  68. package/dist/esm/v2/index.js +8 -9
  69. package/dist/esm/v3/{OrCardCollection-e4fde5b4.js → OrCardCollection-c3a7cc7a.js} +2 -2
  70. package/dist/esm/v3/{OrConfirm-37454a63.js → OrConfirm-403896ca.js} +1 -1
  71. package/dist/esm/v3/{OrInput-bd054213.js → OrInput-71075f51.js} +27 -7
  72. package/dist/esm/v3/{OrInputBox-e16ade90.js → OrInputBox-2467d7e4.js} +3 -3
  73. package/dist/esm/v3/{OrSearch-5406bf03.js → OrSearch-21ac89f3.js} +3 -4
  74. package/dist/esm/v3/{OrSelect-466e50ca.js → OrSelect-c64eda46.js} +2 -2
  75. package/dist/esm/v3/OrSidebar-a62972f5.js +206 -0
  76. package/dist/esm/v3/{OrTextarea-37566985.js → OrTextarea-42d21f77.js} +1 -1
  77. package/dist/esm/v3/components/index.js +9 -10
  78. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  79. package/dist/esm/v3/components/or-confirm-v3/index.js +4 -4
  80. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  81. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  82. package/dist/esm/v3/components/or-input-v3/index.js +4 -3
  83. package/dist/esm/v3/components/or-search-v3/index.js +5 -4
  84. package/dist/esm/v3/components/or-select-v3/index.js +5 -4
  85. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
  86. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
  87. package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -12
  88. package/dist/esm/v3/components/or-sidebar-v3/styles.d.ts +1 -7
  89. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  90. package/dist/esm/v3/index.js +8 -9
  91. package/package.json +1 -1
  92. package/src/components/or-input-box-v3/styles.ts +3 -6
  93. package/src/components/or-input-v3/OrInput.stories3.ts +4 -0
  94. package/src/components/or-input-v3/OrInput.vue +39 -19
  95. package/src/components/or-search-v3/OrSearch.vue +1 -2
  96. package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +0 -6
  97. package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +12 -253
  98. package/src/components/or-sidebar-v3/OrSidebar.vue +23 -130
  99. package/src/components/or-sidebar-v3/styles.ts +9 -114
  100. package/dist/bundled/v2/OrSidebarCollapseButton-8297ef86.js +0 -125
  101. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.d.ts +0 -1
  102. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +0 -18
  103. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +0 -12
  104. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  105. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  106. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -18
  107. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  108. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-7f3f1a16.js +0 -291
  109. package/dist/bundled/v3/OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js +0 -75
  110. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.d.ts +0 -1
  111. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +0 -17
  112. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +0 -12
  113. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  114. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  115. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -17
  116. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  117. package/dist/esm/v2/OrSidebarCollapseButton-cfe51a60.js +0 -123
  118. package/dist/esm/v2/components/or-sidebar-v3/partials/index.d.ts +0 -1
  119. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +0 -16
  120. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +0 -12
  121. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  122. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  123. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -16
  124. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  125. package/dist/esm/v3/OrSidebar-61d84c3e.js +0 -313
  126. package/dist/esm/v3/OrSidebarCollapseButton-1b9c83ef.js +0 -94
  127. package/dist/esm/v3/components/or-sidebar-v3/partials/index.d.ts +0 -1
  128. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +0 -15
  129. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +0 -12
  130. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  131. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  132. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -15
  133. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  134. package/src/components/or-sidebar-v3/partials/index.ts +0 -1
  135. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.ts +0 -48
  136. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue +0 -79
  137. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.ts +0 -1
  138. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.ts +0 -50
@@ -5,8 +5,8 @@ import { _ as __vue_component__$6 } from './OrIcon-f34e0e6f.js';
5
5
  import { _ as __vue_component__$5 } from './OrMenuItem-7b7fbf8a.js';
6
6
  import { _ as __vue_component__$4 } from './OrMenu-c276db74.js';
7
7
  import './OrPopover-d5d4f62a.js';
8
- import { _ as __vue_component__$7 } from './OrSearch-7411388b.js';
9
- import './OrInputBox-9ceb9fc4.js';
8
+ import { _ as __vue_component__$7 } from './OrSearch-f9b7e168.js';
9
+ import './OrInputBox-53d1f66d.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
 
12
12
  const CardCollectionRoot = [
@@ -2,7 +2,7 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { logicAnd } from '@vueuse/math';
3
3
  import { defineComponent, ref, computed, watch } from 'vue-demi';
4
4
  import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-66964360.js';
5
- import { _ as __vue_component__$3 } from './OrInput-59a15d80.js';
5
+ import { _ as __vue_component__$3 } from './OrInput-3d8c8925.js';
6
6
  import { _ as __vue_component__$1 } from './OrOverlay-a019186f.js';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
8
8
 
@@ -1,13 +1,15 @@
1
1
  import { defineComponent, ref, computed, reactive } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useResponsive } from './useResponsive-a02e95b7.js';
4
5
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
6
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
7
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
8
  import { _ as __vue_component__$4 } from './OrIconButton-04a3566d.js';
8
9
  import { _ as __vue_component__$3 } from './OrIcon-f34e0e6f.js';
9
- import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
10
+ import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
10
11
  import { _ as __vue_component__$6 } from './OrLabel-0945a4d9.js';
12
+ import { _ as __vue_component__$7 } from './OrLoader-76307488.js';
11
13
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
12
14
  import { c as createInjector } from './browser-82dea9ed.js';
13
15
 
@@ -40,7 +42,8 @@ var script = defineComponent({
40
42
  OrIcon: __vue_component__$3,
41
43
  OrIconButton: __vue_component__$4,
42
44
  OrInputBox: __vue_component__$5,
43
- OrLabel: __vue_component__$6
45
+ OrLabel: __vue_component__$6,
46
+ OrLoader: __vue_component__$7
44
47
  },
45
48
  model: {
46
49
  prop: 'modelValue',
@@ -75,6 +78,10 @@ var script = defineComponent({
75
78
  type: String,
76
79
  default: undefined
77
80
  },
81
+ loading: {
82
+ type: Boolean,
83
+ default: false
84
+ },
78
85
  required: {
79
86
  type: Boolean,
80
87
  default: false
@@ -120,6 +127,9 @@ var script = defineComponent({
120
127
  const maxLength = computed(() => controlAttributes.maxlength);
121
128
  const invalid = computed(() => !!props.error);
122
129
  const disclosed = ref(false);
130
+ const {
131
+ isMobile
132
+ } = useResponsive();
123
133
  // Methods
124
134
  function focus() {
125
135
  var _a;
@@ -140,6 +150,7 @@ var script = defineComponent({
140
150
  maxLength,
141
151
  invalid,
142
152
  disclosed,
153
+ isMobile,
143
154
  focus,
144
155
  blur
145
156
  };
@@ -176,7 +187,7 @@ var __vue_render__ = function () {
176
187
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
177
188
  "size": _vm.size,
178
189
  "invalid": _vm.invalid,
179
- "readonly": _vm.readonly,
190
+ "readonly": _vm.readonly || _vm.loading,
180
191
  "disabled": _vm.disabled
181
192
  }
182
193
  }, [(_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'checkbox' ? _c('input', _vm._b({
@@ -191,7 +202,7 @@ var __vue_render__ = function () {
191
202
  attrs: {
192
203
  "placeholder": _vm.placeholder,
193
204
  "required": _vm.required,
194
- "readonly": _vm.readonly,
205
+ "readonly": _vm.readonly || _vm.loading,
195
206
  "disabled": _vm.disabled,
196
207
  "type": "checkbox"
197
208
  },
@@ -240,7 +251,7 @@ var __vue_render__ = function () {
240
251
  attrs: {
241
252
  "placeholder": _vm.placeholder,
242
253
  "required": _vm.required,
243
- "readonly": _vm.readonly,
254
+ "readonly": _vm.readonly || _vm.loading,
244
255
  "disabled": _vm.disabled,
245
256
  "type": "radio"
246
257
  },
@@ -276,7 +287,7 @@ var __vue_render__ = function () {
276
287
  attrs: {
277
288
  "placeholder": _vm.placeholder,
278
289
  "required": _vm.required,
279
- "readonly": _vm.readonly,
290
+ "readonly": _vm.readonly || _vm.loading,
280
291
  "disabled": _vm.disabled,
281
292
  "type": _vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type
282
293
  },
@@ -305,7 +316,13 @@ var __vue_render__ = function () {
305
316
  }
306
317
  }, 'input', _vm.controlAttributes, false)), _vm._v(" "), _c('div', {
307
318
  class: ['layout-row']
308
- }, [_vm.type === 'password' ? [_c('OrIconButton', {
319
+ }, [_vm.loading ? [_c('OrLoader', {
320
+ attrs: {
321
+ "variant": 'circular',
322
+ "color": 'primary',
323
+ "size": _vm.isMobile ? 'm' : 's'
324
+ }
325
+ })] : [_vm.type === 'password' ? [_c('OrIconButton', {
309
326
  attrs: {
310
327
  "icon": {
311
328
  icon: _vm.disclosed ? 'visibility_off' : 'visibility',
@@ -337,7 +354,7 @@ var __vue_render__ = function () {
337
354
  "icon": 'search',
338
355
  "variant": 'outlined'
339
356
  }
340
- })]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
357
+ })]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
341
358
  attrs: {
342
359
  "disabled": _vm.disabled
343
360
  },
@@ -366,14 +383,14 @@ var __vue_staticRenderFns__ = [];
366
383
  /* style */
367
384
  const __vue_inject_styles__ = function (inject) {
368
385
  if (!inject) return;
369
- inject("data-v-1243ae22_0", {
370
- source: "input[data-v-1243ae22]{min-width:0;background:0 0;outline:0}input[type=number][data-v-1243ae22]::-webkit-inner-spin-button{display:none}input[type=search][data-v-1243ae22]::-webkit-search-cancel-button{display:none}",
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}",
371
388
  map: undefined,
372
389
  media: undefined
373
390
  });
374
391
  };
375
392
  /* scoped */
376
- const __vue_scope_id__ = "data-v-1243ae22";
393
+ const __vue_scope_id__ = "data-v-9ec674d8";
377
394
  /* module identifier */
378
395
  const __vue_module_identifier__ = undefined;
379
396
  /* functional template */
@@ -42,16 +42,16 @@ const InputBoxRootVariants = {
42
42
  const InputBoxRootSizes = {
43
43
  'm': [
44
44
  // Box
45
- 'children:min-h-[34px]',
45
+ 'children:min-h-[46px] children:md:min-h-[34px]',
46
46
  // Spacing
47
- 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'children:pt-[11px] children:md:pt-[7px]', 'children:pb-[11px] children:md:pb-[6px]', 'gap-sm+ md:gap-sm',
47
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
48
48
  // Typography
49
49
  'typography-body-2-regular'],
50
50
  's': [
51
51
  // Box
52
52
  'children:min-h-[30px]',
53
53
  // Spacing
54
- 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
54
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-[6px]',
55
55
  // Typography
56
56
  'typography-caption-regular']
57
57
  };
@@ -1,7 +1,7 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { _ as __vue_component__$1 } from './OrInput-59a15d80.js';
4
- import { a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
3
+ import { _ as __vue_component__$1 } from './OrInput-3d8c8925.js';
4
+ import { a as InputBoxSize } from './OrInputBox-53d1f66d.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  var script = defineComponent({
@@ -47,12 +47,11 @@ var script = defineComponent({
47
47
  // State
48
48
  const localModelValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : '');
49
49
  // Events
50
- debouncedWatch(localModelValue, () => localModelValue.value.length > 0 && context.emit('search', localModelValue.value), {
50
+ debouncedWatch(localModelValue, () => context.emit('search', localModelValue.value), {
51
51
  debounce: props.debounce
52
52
  });
53
53
  watch(localModelValue, (val, beforeVal) => {
54
54
  if (val.length === 0 && beforeVal.length > 0) {
55
- context.emit('search');
56
55
  context.emit('clear');
57
56
  }
58
57
  });
@@ -7,8 +7,8 @@ import { _ as __vue_component__$2 } from './OrError-13845bb0.js';
7
7
  import { _ as __vue_component__$3 } from './OrExpansionPanel-729eb1e7.js';
8
8
  import { _ as __vue_component__$4 } from './OrHint-78b399cb.js';
9
9
  import { _ as __vue_component__$5 } from './OrIcon-f34e0e6f.js';
10
- import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
11
- import { _ as __vue_component__$6 } from './OrInput-59a15d80.js';
10
+ import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
11
+ import { _ as __vue_component__$6 } from './OrInput-3d8c8925.js';
12
12
  import { _ as __vue_component__$8 } from './OrLabel-0945a4d9.js';
13
13
  import { _ as __vue_component__$9 } from './OrMenuItem-7b7fbf8a.js';
14
14
  import { _ as __vue_component__$a } from './OrPopover-d5d4f62a.js';
@@ -1,62 +1,34 @@
1
1
  import { useDraggable, useElementBounding } from '@vueuse/core';
2
2
  import _ from 'lodash';
3
- import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
4
- import { O as OrSidebarPlacement, _ as __vue_component__$1 } from './OrSidebarCollapseButton-cfe51a60.js';
3
+ import { defineComponent, ref, computed, watch } from 'vue-demi';
5
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
5
 
6
+ var OrSidebarPlacement;
7
+ (function (OrSidebarPlacement) {
8
+ OrSidebarPlacement["left"] = "left";
9
+ OrSidebarPlacement["right"] = "right";
10
+ })(OrSidebarPlacement || (OrSidebarPlacement = {}));
11
+
7
12
  const SidebarRoot = [
8
13
  // Position
9
14
  'relative',
10
15
  // Layout
11
- 'flex', 'flex-row', 'shrink-0',
12
- // Box
13
- 'min-w-0', 'h-auto', 'p-0',
14
- // Theme
15
- 'bg-background', 'dark:bg-background-dark'];
16
- const SidebarBar = [
17
- // Position
18
- 'relative',
19
- // Layout
20
- 'flex', 'flex-col', 'shrink-0', 'grow',
21
- // Box
22
- 'min-h-0', 'p-0',
23
- // Theme
24
- 'text-on-background', 'dark:text-on-background-dark',
25
- // Transition
26
- 'transition-[width]'];
27
- const SidebarToolbar = [
28
- // Position
29
- 'relative',
30
- // Layout
31
- 'flex', 'flex-col', 'shrink-0', 'grow', 'overflow-auto', 'items-center',
32
- // Sizing
33
- 'gap-md',
16
+ 'flex', 'flex-col', 'shrink-0',
34
17
  // Box
35
- 'min-h-0', 'min-w-xl', 'p-[6px]', 'py-md+',
36
- // Theme
37
- 'text-outline', 'dark:text-outline-dark'];
38
- const CollapsibleSidebarToolbar = ['pt-[56px]'];
39
- const SidebarSides = {
18
+ 'min-h-0', 'p-0'];
19
+ const SidebarRootSides = {
40
20
  [OrSidebarPlacement.left]: [
41
21
  // Borders
42
- 'border-r-[1px]', 'border-r-solid', 'border-r-outline-variant dark:border-r-outline-variant-dark'],
22
+ 'border-r-[1px]', 'border-r-solid', 'border-r-secondary dark:border-r-secondary-dark'],
43
23
  [OrSidebarPlacement.right]: [
44
24
  // Borders
45
- 'border-l-[1px]', 'border-l-solid', 'border-l-outline-variant dark:border-l-outline-variant-dark']
46
- };
47
- const SidebarToolbarSides = {
48
- [OrSidebarPlacement.left]: [
49
- // Borders
50
- 'border-r-[1px]', 'border-r-solid', 'border-r-outline-variant dark:border-r-outline-variant-dark'],
51
- [OrSidebarPlacement.right]: [
52
- // Borders
53
- 'border-l-[1px]', 'border-l-solid', 'border-l-outline-variant dark:border-l-outline-variant-dark']
25
+ 'border-l-[1px]', 'border-l-solid', 'border-l-secondary dark:border-l-secondary-dark']
54
26
  };
55
27
  const SidebarResize = [
56
28
  // Position
57
29
  'absolute', 'inset-y-none', 'z-[1]',
58
30
  // Box
59
- 'w-sm+', 'h-[100%]',
31
+ 'w-[12px]', 'h-[100%]',
60
32
  // Cursor
61
33
  'cursor-ew-resize'];
62
34
  const SidebarResizeSides = {
@@ -64,80 +36,57 @@ const SidebarResizeSides = {
64
36
  // Position
65
37
  '-right-[1px]',
66
38
  // Borders
67
- 'hover:border-r-2', 'hover:border-r-primary-hover hover:dark:border-r-primary-hover-dark',
39
+ 'hover:border-r-2', 'hover:border-r-primary hover:dark:border-r-primary-dark',
68
40
  // Transition
69
41
  'transition-[border-right]'],
70
42
  [OrSidebarPlacement.right]: [
71
43
  // Position
72
44
  '-left-[1px]',
73
45
  // Borders
74
- 'hover:border-l-2', 'hover:border-l-primary-hover hover:dark:border-l-primary-hover-dark',
46
+ 'hover:border-l-2', 'hover:border-l-primary hover:dark:border-l-primary-dark',
75
47
  // Transition
76
48
  'transition-[border-left]']
77
49
  };
78
- const SidebarCollapseButton = [
79
- // Position
80
- 'absolute', 'top-md', 'inset-y-none', 'z-[1]'];
81
- const SidebarCollapseButtonSides = {
82
- [OrSidebarPlacement.left]: [
83
- // Position
84
- '-right-[12px]'],
85
- [OrSidebarPlacement.right]: [
86
- // Position
87
- '-left-[12px]']
88
- };
89
50
  const SidebarResizingSides = {
90
51
  [OrSidebarPlacement.left]: [
91
52
  // Borders
92
- 'border-r-2', 'border-r-primary-hover dark:border-r-primary-hover-dark'],
53
+ 'border-r-2', 'border-r-primary dark:border-r-primary-dark'],
93
54
  [OrSidebarPlacement.right]: [
94
55
  // Borders
95
- 'border-l-2', 'border-l-primary-hover dark:border-l-primary-hover-dark']
56
+ 'border-l-2', 'border-l-primary dark:border-l-primary-dark']
96
57
  };
97
58
  const SidebarMain = [
98
59
  // Layout
99
- 'flex', 'flex-col', 'grow', 'overflow-x-hidden',
60
+ 'flex', 'flex-col', 'grow',
100
61
  // Box
101
62
  'min-h-0'];
102
63
  const SidebarHeader = [
103
- // Layout
104
- 'shrink-0', 'overflow-hidden',
105
64
  // Sizing
106
- 'p-md',
107
- // Typography
108
- 'typography-headline-2', 'whitespace-nowrap', 'text-ellipsis'];
65
+ 'p-md'];
109
66
  const SidebarContent = [
110
67
  // Layout
111
68
  'grow', 'overflow-auto',
112
69
  // Sizing
113
70
  'p-md'];
114
71
  const SidebarFooter = [
115
- // Layout
116
- 'shrink-0', 'overflow-x-hidden',
117
72
  // Sizing
118
73
  'p-md',
119
74
  // Borders
120
- 'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
75
+ 'border-t-[1px]', 'border-t-solid', 'border-t-secondary dark:border-t-secondary-dark'];
121
76
 
122
77
  var script = defineComponent({
123
78
  name: 'OrSidebar',
124
- components: {
125
- OrSidebarCollapseButton: __vue_component__$1
126
- },
127
79
  props: {
128
80
  width: {
129
81
  type: Number,
130
- default: 320,
82
+ required: false,
83
+ default: 0,
131
84
  validator: value => _.isNumber(value) && value >= 0
132
85
  },
133
86
  minimumWidth: {
134
87
  type: Number,
135
- default: 256,
136
- validator: value => _.isNumber(value) && value >= 0
137
- },
138
- maximumWidth: {
139
- type: Number,
140
- default: 384,
88
+ required: false,
89
+ default: 350,
141
90
  validator: value => _.isNumber(value) && value >= 0
142
91
  },
143
92
  /**
@@ -151,18 +100,9 @@ var script = defineComponent({
151
100
  type: String,
152
101
  default: OrSidebarPlacement.right,
153
102
  validator: value => _.includes(_.values(OrSidebarPlacement), value)
154
- },
155
- draggable: {
156
- type: Boolean,
157
- default: true
158
- },
159
- collapsible: {
160
- type: Boolean,
161
- default: false
162
103
  }
163
104
  },
164
- emits: ['change:width', 'open', 'close'],
165
- expose: ['root', 'open', 'close'],
105
+ emits: ['change:width'],
166
106
  setup(props, {
167
107
  emit
168
108
  }) {
@@ -173,26 +113,16 @@ var script = defineComponent({
173
113
  var _a;
174
114
  return (_a = root.value) === null || _a === void 0 ? void 0 : _a.parentElement;
175
115
  });
176
- // Slots
177
- const {
178
- toolbar: toolbarSlot
179
- } = useSlots();
180
116
  // State
181
117
  const startPositionX = ref(0);
182
118
  const isResizing = ref(false);
183
- const isCollapsed = ref(false);
184
- const maximumWidth = ref(props.maximumWidth || 384);
185
119
  const localWidth = ref(props.width >= props.minimumWidth ? props.width : props.minimumWidth);
186
- const isShowingToolbar = computed(() => !!toolbarSlot);
187
120
  // Styles
188
121
  const sidebarStyle = computed(() => ({
189
- width: (isCollapsed.value ? 16 : localWidth.value) + 'px'
122
+ width: localWidth.value + 'px'
190
123
  }));
191
- const rootStyles = computed(() => ['or-sidebar', ...SidebarRoot]);
192
- const sidebarStyles = computed(() => [...SidebarBar, ...SidebarSides[props.side]]);
193
- const toolbarStyles = computed(() => [...SidebarToolbar, ...(props.collapsible ? CollapsibleSidebarToolbar : []), ...SidebarToolbarSides[props.side]]);
124
+ const rootStyles = computed(() => ['or-sidebar', ...SidebarRoot, ...SidebarRootSides[props.side]]);
194
125
  const resizeStyles = computed(() => [...SidebarResize, ...SidebarResizeSides[props.side], ...(isResizing.value ? SidebarResizingSides[props.side] : [])]);
195
- const collapsibleButtonStyles = computed(() => [...SidebarCollapseButton, ...SidebarCollapseButtonSides[props.side]]);
196
126
  const mainStyles = computed(() => [...SidebarMain]);
197
127
  const headerStyles = computed(() => [...SidebarHeader]);
198
128
  const contentStyles = computed(() => [...SidebarContent]);
@@ -218,15 +148,8 @@ var script = defineComponent({
218
148
  isResizing.value = false;
219
149
  }
220
150
  });
221
- // Methods
222
- function open() {
223
- isCollapsed.value = false;
224
- }
225
- function close() {
226
- isCollapsed.value = true;
227
- }
228
151
  const {
229
- width: containerWidth
152
+ width: maximumWidth
230
153
  } = useElementBounding(parentContainer);
231
154
  watch(() => props.width, newValue => {
232
155
  if (newValue !== localWidth.value) {
@@ -236,36 +159,22 @@ var script = defineComponent({
236
159
  watch(() => props.minimumWidth, newMinimum => {
237
160
  if (newMinimum > localWidth.value) localWidth.value = newMinimum;
238
161
  });
239
- watch(() => props.maximumWidth, newMaximum => {
240
- if (newMaximum < maximumWidth.value) maximumWidth.value = newMaximum;
241
- });
242
- watch(containerWidth, newMaximum => {
243
- if (newMaximum < maximumWidth.value) maximumWidth.value = newMaximum;
244
- });
245
162
  watch(maximumWidth, newMaximum => {
246
163
  if (newMaximum < localWidth.value) localWidth.value = newMaximum;
247
164
  });
248
165
  watch(localWidth, val => emit('change:width', val));
249
- watch(isCollapsed, val => emit(val ? 'close' : 'open'));
250
166
  return {
251
167
  root,
252
168
  resizeBar,
253
169
  isResizing,
254
- isCollapsed,
255
170
  localWidth,
256
- isShowingToolbar,
257
171
  sidebarStyle,
258
172
  rootStyles,
259
- sidebarStyles,
260
- toolbarStyles,
261
173
  resizeStyles,
262
- collapsibleButtonStyles,
263
174
  mainStyles,
264
175
  headerStyles,
265
176
  contentStyles,
266
- footerStyles,
267
- open,
268
- close
177
+ footerStyles
269
178
  };
270
179
  }
271
180
  });
@@ -280,50 +189,20 @@ var __vue_render__ = function () {
280
189
  var _c = _vm._self._c || _h;
281
190
  return _c('aside', {
282
191
  ref: "root",
283
- class: _vm.rootStyles
284
- }, [_vm.side === 'right' && _vm.isShowingToolbar ? _c('div', {
285
- class: _vm.toolbarStyles
286
- }, [_vm._t("toolbar")], 2) : _vm._e(), _vm._v(" "), _c('div', {
287
- class: _vm.sidebarStyles,
192
+ class: _vm.rootStyles,
288
193
  style: _vm.sidebarStyle
289
- }, [_vm.draggable && !_vm.isCollapsed ? _c('div', {
194
+ }, [_c('div', {
290
195
  ref: "resizeBar",
291
196
  class: _vm.resizeStyles
292
- }) : _vm._e(), _vm._v(" "), _vm.collapsible ? _c('or-sidebar-collapse-button', {
293
- class: _vm.collapsibleButtonStyles,
294
- attrs: {
295
- "side": _vm.side
296
- },
297
- model: {
298
- value: _vm.isCollapsed,
299
- callback: function ($$v) {
300
- _vm.isCollapsed = $$v;
301
- },
302
- expression: "isCollapsed"
303
- }
304
- }) : _vm._e(), _vm._v(" "), _c('div', {
305
- directives: [{
306
- name: "show",
307
- rawName: "v-show",
308
- value: !_vm.isCollapsed,
309
- expression: "!isCollapsed"
310
- }],
197
+ }), _vm._v(" "), _c('div', {
311
198
  class: _vm.mainStyles
312
199
  }, [_vm.$slots.header ? _c('div', {
313
200
  class: _vm.headerStyles
314
201
  }, [_vm._t("header")], 2) : _vm._e(), _vm._v(" "), _c('div', {
315
202
  class: _vm.contentStyles
316
203
  }, [_vm._t("default")], 2)]), _vm._v(" "), _vm.$slots.footer ? _c('div', {
317
- directives: [{
318
- name: "show",
319
- rawName: "v-show",
320
- value: !_vm.isCollapsed,
321
- expression: "!isCollapsed"
322
- }],
323
204
  class: _vm.footerStyles
324
- }, [_vm._t("footer")], 2) : _vm._e()], 1), _vm._v(" "), _vm.side === 'left' && _vm.isShowingToolbar ? _c('div', {
325
- class: _vm.toolbarStyles
326
- }, [_vm._t("toolbar")], 2) : _vm._e()]);
205
+ }, [_vm._t("footer")], 2) : _vm._e()]);
327
206
  };
328
207
  var __vue_staticRenderFns__ = [];
329
208
 
@@ -346,4 +225,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
346
225
  staticRenderFns: __vue_staticRenderFns__
347
226
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
348
227
 
349
- export { __vue_component__ as _ };
228
+ export { OrSidebarPlacement as O, __vue_component__ as _ };
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
7
+ import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
8
8
  import { _ as __vue_component__$4 } from './OrLabel-0945a4d9.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-66964360.js';
9
9
  export { _ as OrCard } from '../OrCard-b7268256.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-19582949.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-5a9eda35.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-079828a4.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-e89c44ef.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-4e2cf3d8.js';
14
14
  export { _ as OrCheckbox } from '../OrCheckbox-915f1f0a.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-d4400b42.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-ede619eb.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-9dbdedd7.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-7dc26526.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-80f82cdf.js';
@@ -37,8 +37,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3
37
37
  export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-b85b84b4.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b47cfc2d.js';
39
39
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-afd33047.js';
40
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-9ceb9fc4.js';
41
- export { I as InputType, _ as OrInputV3 } from '../OrInput-59a15d80.js';
40
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-53d1f66d.js';
41
+ export { I as InputType, _ as OrInputV3 } from '../OrInput-3d8c8925.js';
42
42
  export { _ as OrInput } from '../OrInput-6e6cfd11.js';
43
43
  export { _ as OrLabel } from '../OrLabel-33b41516.js';
44
44
  export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-0945a4d9.js';
@@ -66,13 +66,12 @@ export { _ as OrRadio } from '../OrRadio-e4198532.js';
66
66
  export { _ as OrRadioGroup } from '../OrRadioGroup-d9d32cba.js';
67
67
  export { _ as OrRadioV3 } from '../OrRadio-87a4d226.js';
68
68
  export { _ as OrSearch } from '../OrSearch-b4f4d59b.js';
69
- export { _ as OrSearchV3 } from '../OrSearch-7411388b.js';
69
+ export { _ as OrSearchV3 } from '../OrSearch-f9b7e168.js';
70
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
71
71
  export { _ as OrSelect } from '../OrSelect-dae2b069.js';
72
- export { _ as OrSelectV3 } from '../OrSelect-e31d1c8b.js';
72
+ export { _ as OrSelectV3 } from '../OrSelect-bdb9a78a.js';
73
73
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-7d6125bb.js';
74
- export { _ as OrSidebarV3 } from '../OrSidebar-27236fbd.js';
75
- export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-cfe51a60.js';
74
+ export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-fabc7bc9.js';
76
75
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-cc94bdc9.js';
77
76
  export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-6ee72718.js';
78
77
  export { _ as OrSlider } from '../OrSlider-f7b9c7c2.js';
@@ -91,7 +90,7 @@ export { _ as OrTeleport } from '../OrTeleportVue2-8ef4ceca.js';
91
90
  export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
92
91
  export { _ as OrTextV3 } from '../OrText-b12d0682.js';
93
92
  export { _ as OrTextarea } from '../OrTextarea-91a95068.js';
94
- export { _ as OrTextareaV3 } from '../OrTextarea-a5a3572b.js';
93
+ export { _ as OrTextareaV3 } from '../OrTextarea-373d0554.js';
95
94
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-2594c980.js';
96
95
  export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-2fbd4358.js';
97
96
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
@@ -122,10 +121,10 @@ import '../dom-3a15d036.js';
122
121
  import '@vueuse/math';
123
122
  import '@floating-ui/dom';
124
123
  import '../useValidationAttributes-d1abbe34.js';
124
+ import '../useResponsive-a02e95b7.js';
125
125
  import 'uuid';
126
126
  import 'sortablejs';
127
127
  import '../useElevation-31bfe1f6.js';
128
- import '../useResponsive-a02e95b7.js';
129
128
  import '@vueuse/integrations/useFocusTrap';
130
129
  import '../useToggle-29e4d7c7.js';
131
130
  import '../dropdown-open-0d314aa4.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-5a9eda35.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-079828a4.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-66964360.js';
4
4
  import '../../OrLoader-76307488.js';
@@ -17,12 +17,12 @@ import '../../OrTeleport.vue2-fb92f29f.js';
17
17
  import 'portal-vue';
18
18
  import '../../OrMenuItem-7b7fbf8a.js';
19
19
  import '../../OrMenu-c276db74.js';
20
- import '../../OrSearch-7411388b.js';
21
- import '../../OrInput-59a15d80.js';
20
+ import '../../OrSearch-f9b7e168.js';
21
+ import '../../OrInput-3d8c8925.js';
22
22
  import '../../useIdAttribute-859439f0.js';
23
23
  import '../../useValidationAttributes-d1abbe34.js';
24
24
  import '../../OrError-13845bb0.js';
25
25
  import '../../OrHint-78b399cb.js';
26
- import '../../OrInputBox-9ceb9fc4.js';
26
+ import '../../OrInputBox-53d1f66d.js';
27
27
  import '../../OrLabel-0945a4d9.js';
28
28
  import '../../browser-82dea9ed.js';