@onereach/ui-components 2.57.0 → 2.57.1-beta.1826.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 (50) hide show
  1. package/dist/v2/{OrConfirm-729e7835.js → OrConfirm-dbab3de0.js} +1 -1
  2. package/dist/v2/{OrIconButton-cf6aaf93.js → OrIconButton-b36dbb59.js} +1 -5
  3. package/dist/v2/{OrInlineInput-303ce862.js → OrInlineInput-4410e116.js} +1 -1
  4. package/dist/v2/{OrInlineTextarea-edd0d510.js → OrInlineTextarea-3c666887.js} +1 -1
  5. package/dist/v2/{OrInput-1f36471b.js → OrInput-8da0aaa7.js} +1 -1
  6. package/dist/v2/{OrModal-977bdfaa.js → OrModal-4e32f872.js} +1 -1
  7. package/dist/v2/{OrNotification-78b0313e.js → OrNotification-e5a8fe2e.js} +1 -1
  8. package/dist/v2/{OrSearch-32ea3f3d.js → OrSearch-4b2313a2.js} +1 -1
  9. package/dist/v2/{OrSelect-bb37ad72.js → OrSelect-98aac302.js} +2 -2
  10. package/dist/v2/{OrTag-e321aa50.js → OrTag-b6925a18.js} +1 -1
  11. package/dist/v2/index.js +11 -11
  12. package/dist/v2/index2.js +11 -11
  13. package/dist/v2/index20.js +3 -3
  14. package/dist/v2/index31.js +1 -1
  15. package/dist/v2/index34.js +2 -2
  16. package/dist/v2/index36.js +2 -2
  17. package/dist/v2/index38.js +2 -2
  18. package/dist/v2/index50.js +2 -2
  19. package/dist/v2/index52.js +2 -2
  20. package/dist/v2/index62.js +3 -3
  21. package/dist/v2/index64.js +4 -4
  22. package/dist/v2/index78.js +2 -2
  23. package/dist/v2/index86.js +2 -2
  24. package/dist/v2/{types-029719dd.js → types-db725977.js} +1 -1
  25. package/dist/v3/{OrConfirm-370ec69e.js → OrConfirm-a7cc89e7.js} +1 -1
  26. package/dist/v3/{OrIconButton-4eb5be4a.js → OrIconButton-0b2b01cb.js} +2 -4
  27. package/dist/v3/{OrInlineInput-c5d41487.js → OrInlineInput-f3a6fca3.js} +1 -1
  28. package/dist/v3/{OrInlineTextarea-7b366fd0.js → OrInlineTextarea-ca99d2ba.js} +1 -1
  29. package/dist/v3/{OrInput-e70341f6.js → OrInput-7e61c7ea.js} +1 -1
  30. package/dist/v3/{OrModal-1d0991ad.js → OrModal-04e5013b.js} +1 -1
  31. package/dist/v3/{OrNotification-3f3bca66.js → OrNotification-4c88fd47.js} +1 -1
  32. package/dist/v3/{OrSearch-0b894dde.js → OrSearch-43068bd7.js} +1 -1
  33. package/dist/v3/{OrSelect-9aeb53ce.js → OrSelect-dffa754b.js} +2 -2
  34. package/dist/v3/{OrTag-86441466.js → OrTag-15b3c712.js} +1 -1
  35. package/dist/v3/index.js +11 -11
  36. package/dist/v3/index2.js +11 -11
  37. package/dist/v3/index20.js +3 -3
  38. package/dist/v3/index31.js +1 -1
  39. package/dist/v3/index34.js +2 -2
  40. package/dist/v3/index36.js +2 -2
  41. package/dist/v3/index38.js +2 -2
  42. package/dist/v3/index50.js +2 -2
  43. package/dist/v3/index52.js +2 -2
  44. package/dist/v3/index62.js +3 -3
  45. package/dist/v3/index64.js +4 -4
  46. package/dist/v3/index78.js +2 -2
  47. package/dist/v3/index86.js +2 -2
  48. package/dist/v3/{types-38b5d49f.js → types-09ddd462.js} +1 -1
  49. package/package.json +2 -3
  50. package/src/components/or-icon-button-v3/OrIconButton.vue +1 -4
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-33df8e61.js';
3
3
  import { _ as __vue_component__$1 } from './OrOverlay-cc919120.js';
4
- import { _ as __vue_component__$3 } from './OrInput-1f36471b.js';
4
+ import { _ as __vue_component__$3 } from './OrInput-8da0aaa7.js';
5
5
  import { useMagicKeys, whenever } from '@vueuse/core';
6
6
  import { logicAnd } from '@vueuse/math';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -108,11 +108,7 @@ var __vue_render__ = function () {
108
108
  return _vm.$emit('blur', $event);
109
109
  }
110
110
  }
111
- }, 'button', _vm.$attrs, false), [_c('OrIcon', _vm._b({
112
- attrs: {
113
- "variant": 'inherit'
114
- }
115
- }, 'OrIcon', typeof _vm.icon === 'string' ? {
111
+ }, 'button', _vm.$attrs, false), [_c('OrIcon', _vm._b({}, 'OrIcon', typeof _vm.icon === 'string' ? {
116
112
  icon: _vm.icon
117
113
  } : _vm.icon, false))], 1)]);
118
114
  };
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrError-5a4dcd6a.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-5bf81754.js';
6
- import { _ as __vue_component__$3 } from './OrIconButton-cf6aaf93.js';
6
+ import { _ as __vue_component__$3 } from './OrIconButton-b36dbb59.js';
7
7
  import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-c93971d9.js';
8
8
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrError-5a4dcd6a.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-5bf81754.js';
6
- import { _ as __vue_component__$3 } from './OrIconButton-cf6aaf93.js';
6
+ import { _ as __vue_component__$3 } from './OrIconButton-b36dbb59.js';
7
7
  import { _ as __vue_component__$4 } from './OrInlineInputBox-c93971d9.js';
8
8
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrError-5a4dcd6a.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-5bf81754.js';
6
- import { _ as __vue_component__$4 } from './OrIconButton-cf6aaf93.js';
6
+ import { _ as __vue_component__$4 } from './OrIconButton-b36dbb59.js';
7
7
  import { _ as __vue_component__$3 } from './OrIcon-763ed5e2.js';
8
8
  import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-fd7cc45b.js';
9
9
  import { _ as __vue_component__$6 } from './OrLabel-8da1b4a7.js';
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { _ as __vue_component__$2 } from './OrIconButton-cf6aaf93.js';
4
+ import { _ as __vue_component__$2 } from './OrIconButton-b36dbb59.js';
5
5
  import { _ as __vue_component__$1 } from './OrOverlay-cc919120.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { _ as __vue_component__$2 } from './OrIconButton-cf6aaf93.js';
4
+ import { _ as __vue_component__$2 } from './OrIconButton-b36dbb59.js';
5
5
  import { _ as __vue_component__$1 } from './OrIcon-763ed5e2.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
- import { _ as __vue_component__$1 } from './OrInput-1f36471b.js';
4
+ import { _ as __vue_component__$1 } from './OrInput-8da0aaa7.js';
5
5
  import { a as InputBoxSize } from './OrInputBox-fd7cc45b.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
@@ -8,11 +8,11 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-bb8cc08f.js';
8
8
  import { _ as __vue_component__$4 } from './OrHint-5bf81754.js';
9
9
  import { _ as __vue_component__$5 } from './OrIcon-763ed5e2.js';
10
10
  import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-fd7cc45b.js';
11
- import { _ as __vue_component__$6 } from './OrInput-1f36471b.js';
11
+ import { _ as __vue_component__$6 } from './OrInput-8da0aaa7.js';
12
12
  import { _ as __vue_component__$8 } from './OrLabel-8da1b4a7.js';
13
13
  import { _ as __vue_component__$9 } from './OrMenuItem-95f87752.js';
14
14
  import { _ as __vue_component__$a } from './OrPopover-a2eac3ec.js';
15
- import { _ as __vue_component__$b } from './OrTag-e321aa50.js';
15
+ import { _ as __vue_component__$b } from './OrTag-b6925a18.js';
16
16
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
17
17
 
18
18
  const SelectRoot = [
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { _ as __vue_component__$1 } from './OrIconButton-cf6aaf93.js';
4
+ import { _ as __vue_component__$1 } from './OrIconButton-b36dbb59.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  var TagVariant;
package/dist/v2/index.js CHANGED
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
18
18
  export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
19
19
  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-0abe3636.js';
20
20
  export { _ as OrConfirm } from './OrConfirm-812badbf.js';
21
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-729e7835.js';
21
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-dbab3de0.js';
22
22
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
23
23
  export { _ as OrError } from './OrError-efc74907.js';
24
24
  export { _ as OrErrorTagV3 } from './OrErrorTag-a8b6f2ba.js';
@@ -29,14 +29,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
29
29
  export { _ as OrHint } from './OrHint-fe65fbe6.js';
30
30
  export { _ as OrHintV3 } from './OrHint-5bf81754.js';
31
31
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd10497.js';
32
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-cf6aaf93.js';
32
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-b36dbb59.js';
33
33
  export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-763ed5e2.js';
34
34
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-c93971d9.js';
35
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-303ce862.js';
35
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-4410e116.js';
36
36
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
37
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-edd0d510.js';
37
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-3c666887.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-fd7cc45b.js';
39
- export { I as InputType, _ as OrInputV3 } from './OrInput-1f36471b.js';
39
+ export { I as InputType, _ as OrInputV3 } from './OrInput-8da0aaa7.js';
40
40
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
41
41
  export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
42
42
  export { _ as OrSearch } from './OrSearch-b228915a.js';
@@ -51,9 +51,9 @@ export { _ as OrMenuItemV3 } from './OrMenuItem-95f87752.js';
51
51
  export { _ as OrMenuV3 } from './OrMenu-e49d1992.js';
52
52
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-a2eac3ec.js';
53
53
  export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
54
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-977bdfaa.js';
54
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-4e32f872.js';
55
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3294cb13.js';
56
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-78b0313e.js';
56
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-e5a8fe2e.js';
57
57
  export { _ as OrOverflowMenu } from './OrOverflowMenu-572ba5ac.js';
58
58
  export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
59
59
  export { _ as OrOverlayV3 } from './OrOverlay-cc919120.js';
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
62
62
  export { _ as OrRadio } from './OrRadio-514e8de8.js';
63
63
  export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
64
64
  export { _ as OrRadioV3 } from './OrRadio-fb6b4b6a.js';
65
- export { _ as OrSearchV3 } from './OrSearch-32ea3f3d.js';
65
+ export { _ as OrSearchV3 } from './OrSearch-4b2313a2.js';
66
66
  export { _ as OrSelect } from './OrSelect-ea27a70e.js';
67
- export { _ as OrSelectV3 } from './OrSelect-bb37ad72.js';
67
+ export { _ as OrSelectV3 } from './OrSelect-98aac302.js';
68
68
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
69
69
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-2522cce0.js';
70
70
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
@@ -78,7 +78,7 @@ export { _ as OrTabV3 } from './OrTab-e744b975.js';
78
78
  export { _ as OrTabs } from './OrTabs-12138346.js';
79
79
  export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b6cc3c37.js';
80
80
  export { _ as OrTag } from './OrTag-140d4f72.js';
81
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-e321aa50.js';
81
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-b6925a18.js';
82
82
  export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
83
83
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
84
84
  export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
@@ -86,7 +86,7 @@ export { _ as OrTextareaV3 } from './OrTextarea-bc89a104.js';
86
86
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
87
87
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
88
88
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
89
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-029719dd.js';
89
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-db725977.js';
90
90
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
91
91
  export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
92
92
  export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
package/dist/v2/index2.js CHANGED
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
18
18
  export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
19
19
  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-0abe3636.js';
20
20
  export { _ as OrConfirm } from './OrConfirm-812badbf.js';
21
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-729e7835.js';
21
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-dbab3de0.js';
22
22
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
23
23
  export { _ as OrError } from './OrError-efc74907.js';
24
24
  export { _ as OrErrorTagV3 } from './OrErrorTag-a8b6f2ba.js';
@@ -29,14 +29,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
29
29
  export { _ as OrHint } from './OrHint-fe65fbe6.js';
30
30
  export { _ as OrHintV3 } from './OrHint-5bf81754.js';
31
31
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd10497.js';
32
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-cf6aaf93.js';
32
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-b36dbb59.js';
33
33
  export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-763ed5e2.js';
34
34
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-c93971d9.js';
35
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-303ce862.js';
35
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-4410e116.js';
36
36
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
37
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-edd0d510.js';
37
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-3c666887.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-fd7cc45b.js';
39
- export { I as InputType, _ as OrInputV3 } from './OrInput-1f36471b.js';
39
+ export { I as InputType, _ as OrInputV3 } from './OrInput-8da0aaa7.js';
40
40
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
41
41
  export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
42
42
  export { _ as OrSearch } from './OrSearch-b228915a.js';
@@ -51,9 +51,9 @@ export { _ as OrMenuItemV3 } from './OrMenuItem-95f87752.js';
51
51
  export { _ as OrMenuV3 } from './OrMenu-e49d1992.js';
52
52
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-a2eac3ec.js';
53
53
  export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
54
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-977bdfaa.js';
54
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-4e32f872.js';
55
55
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3294cb13.js';
56
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-78b0313e.js';
56
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-e5a8fe2e.js';
57
57
  export { _ as OrOverflowMenu } from './OrOverflowMenu-572ba5ac.js';
58
58
  export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
59
59
  export { _ as OrOverlayV3 } from './OrOverlay-cc919120.js';
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
62
62
  export { _ as OrRadio } from './OrRadio-514e8de8.js';
63
63
  export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
64
64
  export { _ as OrRadioV3 } from './OrRadio-fb6b4b6a.js';
65
- export { _ as OrSearchV3 } from './OrSearch-32ea3f3d.js';
65
+ export { _ as OrSearchV3 } from './OrSearch-4b2313a2.js';
66
66
  export { _ as OrSelect } from './OrSelect-ea27a70e.js';
67
- export { _ as OrSelectV3 } from './OrSelect-bb37ad72.js';
67
+ export { _ as OrSelectV3 } from './OrSelect-98aac302.js';
68
68
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
69
69
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-2522cce0.js';
70
70
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
@@ -78,7 +78,7 @@ export { _ as OrTabV3 } from './OrTab-e744b975.js';
78
78
  export { _ as OrTabs } from './OrTabs-12138346.js';
79
79
  export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b6cc3c37.js';
80
80
  export { _ as OrTag } from './OrTag-140d4f72.js';
81
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-e321aa50.js';
81
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-b6925a18.js';
82
82
  export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
83
83
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
84
84
  export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
@@ -86,7 +86,7 @@ export { _ as OrTextareaV3 } from './OrTextarea-bc89a104.js';
86
86
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
87
87
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
88
88
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
89
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-029719dd.js';
89
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-db725977.js';
90
90
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
91
91
  export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
92
92
  export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-729e7835.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-dbab3de0.js';
2
2
  import 'vue-demi';
3
3
  import './OrButton-33df8e61.js';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -9,10 +9,10 @@ import './OrOverlay-cc919120.js';
9
9
  import './useElevation-0e973238.js';
10
10
  import './OrTeleport.vue2-fb92f29f.js';
11
11
  import 'portal-vue';
12
- import './OrInput-1f36471b.js';
12
+ import './OrInput-8da0aaa7.js';
13
13
  import './OrError-5a4dcd6a.js';
14
14
  import './OrHint-5bf81754.js';
15
- import './OrIconButton-cf6aaf93.js';
15
+ import './OrIconButton-b36dbb59.js';
16
16
  import './OrIcon-763ed5e2.js';
17
17
  import './OrTooltip-7a0afca7.js';
18
18
  import './OrPopover-a2eac3ec.js';
@@ -1,4 +1,4 @@
1
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-cf6aaf93.js';
1
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-b36dbb59.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
@@ -1,4 +1,4 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-303ce862.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-4410e116.js';
2
2
  export { I as InlineInputSize } from './OrInlineInputBox-c93971d9.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -6,7 +6,7 @@ import '@vueuse/core';
6
6
  import './OrError-5a4dcd6a.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrHint-5bf81754.js';
9
- import './OrIconButton-cf6aaf93.js';
9
+ import './OrIconButton-b36dbb59.js';
10
10
  import './OrIcon-763ed5e2.js';
11
11
  import './OrTooltip-7a0afca7.js';
12
12
  import './OrPopover-a2eac3ec.js';
@@ -1,11 +1,11 @@
1
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-edd0d510.js';
1
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-3c666887.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import './OrError-5a4dcd6a.js';
6
6
  import './normalize-component-6e8e3d80.js';
7
7
  import './OrHint-5bf81754.js';
8
- import './OrIconButton-cf6aaf93.js';
8
+ import './OrIconButton-b36dbb59.js';
9
9
  import './OrIcon-763ed5e2.js';
10
10
  import './OrTooltip-7a0afca7.js';
11
11
  import './OrPopover-a2eac3ec.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, _ as OrInputV3 } from './OrInput-1f36471b.js';
1
+ export { I as InputType, _ as OrInputV3 } from './OrInput-8da0aaa7.js';
2
2
  export { a as InputSize } from './OrInputBox-fd7cc45b.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -6,7 +6,7 @@ import '@vueuse/core';
6
6
  import './OrError-5a4dcd6a.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrHint-5bf81754.js';
9
- import './OrIconButton-cf6aaf93.js';
9
+ import './OrIconButton-b36dbb59.js';
10
10
  import './OrIcon-763ed5e2.js';
11
11
  import './OrTooltip-7a0afca7.js';
12
12
  import './OrPopover-a2eac3ec.js';
@@ -1,8 +1,8 @@
1
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-977bdfaa.js';
1
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-4e32f872.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-cf6aaf93.js';
5
+ import './OrIconButton-b36dbb59.js';
6
6
  import './OrIcon-763ed5e2.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrTooltip-7a0afca7.js';
@@ -1,8 +1,8 @@
1
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-78b0313e.js';
1
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-e5a8fe2e.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-cf6aaf93.js';
5
+ import './OrIconButton-b36dbb59.js';
6
6
  import './OrIcon-763ed5e2.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrTooltip-7a0afca7.js';
@@ -1,13 +1,13 @@
1
- export { _ as OrSearchV3 } from './OrSearch-32ea3f3d.js';
1
+ export { _ as OrSearchV3 } from './OrSearch-4b2313a2.js';
2
2
  export { a as SearchSize } from './OrInputBox-fd7cc45b.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import './useClassAttribute-47fdb016.js';
6
- import './OrInput-1f36471b.js';
6
+ import './OrInput-8da0aaa7.js';
7
7
  import './OrError-5a4dcd6a.js';
8
8
  import './normalize-component-6e8e3d80.js';
9
9
  import './OrHint-5bf81754.js';
10
- import './OrIconButton-cf6aaf93.js';
10
+ import './OrIconButton-b36dbb59.js';
11
11
  import './OrIcon-763ed5e2.js';
12
12
  import './OrTooltip-7a0afca7.js';
13
13
  import './OrPopover-a2eac3ec.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from './OrSelect-bb37ad72.js';
1
+ export { _ as OrSelectV3 } from './OrSelect-98aac302.js';
2
2
  export { a as SelectSize } from './OrInputBox-fd7cc45b.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -12,8 +12,8 @@ import './OrError-5a4dcd6a.js';
12
12
  import './OrExpansionPanel-bb8cc08f.js';
13
13
  import './OrIcon-763ed5e2.js';
14
14
  import './OrHint-5bf81754.js';
15
- import './OrInput-1f36471b.js';
16
- import './OrIconButton-cf6aaf93.js';
15
+ import './OrInput-8da0aaa7.js';
16
+ import './OrIconButton-b36dbb59.js';
17
17
  import './OrTooltip-7a0afca7.js';
18
18
  import './OrPopover-a2eac3ec.js';
19
19
  import '@floating-ui/dom';
@@ -24,4 +24,4 @@ import './OrOverlay-cc919120.js';
24
24
  import './OrTeleport.vue2-fb92f29f.js';
25
25
  import 'portal-vue';
26
26
  import './OrMenuItem-95f87752.js';
27
- import './OrTag-e321aa50.js';
27
+ import './OrTag-b6925a18.js';
@@ -1,8 +1,8 @@
1
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-e321aa50.js';
1
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-b6925a18.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-cf6aaf93.js';
5
+ import './OrIconButton-b36dbb59.js';
6
6
  import './OrIcon-763ed5e2.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrTooltip-7a0afca7.js';
@@ -1,11 +1,11 @@
1
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-029719dd.js';
1
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-db725977.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
5
  import './OrTeleport.vue2-fb92f29f.js';
6
6
  import 'portal-vue';
7
7
  import './normalize-component-6e8e3d80.js';
8
- import './OrIconButton-cf6aaf93.js';
8
+ import './OrIconButton-b36dbb59.js';
9
9
  import './useClassAttribute-47fdb016.js';
10
10
  import './OrIcon-763ed5e2.js';
11
11
  import './OrTooltip-7a0afca7.js';
@@ -2,7 +2,7 @@ import { useToggle } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from 'vue-demi';
3
3
  import { _ as __vue_component__$4 } from './OrTeleport.vue2-fb92f29f.js';
4
4
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-0665462d.js';
5
- import { _ as __vue_component__$2 } from './OrIconButton-cf6aaf93.js';
5
+ import { _ as __vue_component__$2 } from './OrIconButton-b36dbb59.js';
6
6
  import { _ as __vue_component__$3 } from './OrLoader-bd088836.js';
7
7
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { s as script$2, a as ButtonColor } from './OrButton-b1472eab.js';
3
3
  import { s as script$1 } from './OrOverlay-f7aa1e20.js';
4
- import { s as script$3 } from './OrInput-e70341f6.js';
4
+ import { s as script$3 } from './OrInput-7e61c7ea.js';
5
5
  import { useMagicKeys, whenever } from '@vueuse/core';
6
6
  import { logicAnd } from '@vueuse/math';
7
7
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
@@ -96,11 +96,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
96
96
  onClick: _cache[0] || (_cache[0] = $event => _ctx.$emit('click', $event)),
97
97
  onFocus: _cache[1] || (_cache[1] = $event => _ctx.$emit('focus', $event)),
98
98
  onBlur: _cache[2] || (_cache[2] = $event => _ctx.$emit('blur', $event))
99
- }), [createVNode(_component_OrIcon, mergeProps(typeof _ctx.icon === 'string' ? {
99
+ }), [createVNode(_component_OrIcon, normalizeProps(guardReactiveProps(typeof _ctx.icon === 'string' ? {
100
100
  icon: _ctx.icon
101
- } : _ctx.icon, {
102
- variant: 'inherit'
103
- }), null, 16 /* FULL_PROPS */)], 16 /* FULL_PROPS */, _hoisted_1)]),
101
+ } : _ctx.icon)), null, 16 /* FULL_PROPS */)], 16 /* FULL_PROPS */, _hoisted_1)]),
104
102
  _: 1 /* STABLE */
105
103
  }, 16 /* FULL_PROPS */);
106
104
  }
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { s as script$1 } from './OrError-a37964bc.js';
5
5
  import { s as script$2 } from './OrHint-7016dc0d.js';
6
- import { s as script$3 } from './OrIconButton-4eb5be4a.js';
6
+ import { s as script$3 } from './OrIconButton-0b2b01cb.js';
7
7
  import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox-fdbbb4fe.js';
8
8
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString } from 'vue';
9
9
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { s as script$1 } from './OrError-a37964bc.js';
5
5
  import { s as script$2 } from './OrHint-7016dc0d.js';
6
- import { s as script$3 } from './OrIconButton-4eb5be4a.js';
6
+ import { s as script$3 } from './OrIconButton-0b2b01cb.js';
7
7
  import { s as script$4 } from './OrInlineInputBox-fdbbb4fe.js';
8
8
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString } from 'vue';
9
9
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { s as script$1 } from './OrError-a37964bc.js';
5
5
  import { s as script$2 } from './OrHint-7016dc0d.js';
6
- import { s as script$4 } from './OrIconButton-4eb5be4a.js';
6
+ import { s as script$4 } from './OrIconButton-0b2b01cb.js';
7
7
  import { s as script$3 } from './OrIcon-7aea0897.js';
8
8
  import { s as script$5, a as InputBoxSize } from './OrInputBox-e0c82161.js';
9
9
  import { s as script$6 } from './OrLabel-0d19ba7a.js';
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { s as script$2 } from './OrIconButton-4eb5be4a.js';
4
+ import { s as script$2 } from './OrIconButton-0b2b01cb.js';
5
5
  import { s as script$1 } from './OrOverlay-f7aa1e20.js';
6
6
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { s as script$2 } from './OrIconButton-4eb5be4a.js';
4
+ import { s as script$2 } from './OrIconButton-0b2b01cb.js';
5
5
  import { s as script$1 } from './OrIcon-7aea0897.js';
6
6
  import { resolveComponent, openBlock, createElementBlock, mergeProps, createElementVNode, normalizeClass, createVNode, renderSlot, withModifiers } from 'vue';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
- import { s as script$1 } from './OrInput-e70341f6.js';
4
+ import { s as script$1 } from './OrInput-7e61c7ea.js';
5
5
  import { a as InputBoxSize } from './OrInputBox-e0c82161.js';
6
6
  import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
7
7
 
@@ -8,11 +8,11 @@ import { s as script$3 } from './OrExpansionPanel-dddf09e4.js';
8
8
  import { s as script$4 } from './OrHint-7016dc0d.js';
9
9
  import { s as script$5 } from './OrIcon-7aea0897.js';
10
10
  import { s as script$7, a as InputBoxSize } from './OrInputBox-e0c82161.js';
11
- import { s as script$6 } from './OrInput-e70341f6.js';
11
+ import { s as script$6 } from './OrInput-7e61c7ea.js';
12
12
  import { s as script$8 } from './OrLabel-0d19ba7a.js';
13
13
  import { s as script$9 } from './OrMenuItem-397a57e8.js';
14
14
  import { s as script$a } from './OrPopover-45b1b10c.js';
15
- import { s as script$b } from './OrTag-86441466.js';
15
+ import { s as script$b } from './OrTag-15b3c712.js';
16
16
  import { resolveComponent, openBlock, createElementBlock, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, normalizeClass, withModifiers, createElementVNode, Fragment, renderList } from 'vue';
17
17
 
18
18
  const SelectRoot = [
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
- import { s as script$1 } from './OrIconButton-4eb5be4a.js';
4
+ import { s as script$1 } from './OrIconButton-0b2b01cb.js';
5
5
  import { resolveComponent, openBlock, createElementBlock, mergeProps, renderSlot, createBlock, normalizeClass, withModifiers, createCommentVNode } from 'vue';
6
6
 
7
7
  var TagVariant;
package/dist/v3/index.js CHANGED
@@ -15,7 +15,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
15
15
  export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
16
16
  export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0a944d25.js';
17
17
  export { s as OrConfirm } from './OrConfirm-00134f53.js';
18
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-370ec69e.js';
18
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-a7cc89e7.js';
19
19
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
20
20
  export { s as OrError } from './OrError-f90296db.js';
21
21
  export { s as OrErrorTagV3 } from './OrErrorTag-1b9a7f87.js';
@@ -26,14 +26,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
26
26
  export { s as OrHint } from './OrHint-1414c530.js';
27
27
  export { s as OrHintV3 } from './OrHint-7016dc0d.js';
28
28
  export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-e23028f8.js';
29
- export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-4eb5be4a.js';
29
+ export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-0b2b01cb.js';
30
30
  export { a as IconSize, I as IconVariant, s as OrIconV3 } from './OrIcon-7aea0897.js';
31
31
  export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-fdbbb4fe.js';
32
- export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-c5d41487.js';
32
+ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-f3a6fca3.js';
33
33
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
34
- export { s as OrInlineTextareaV3 } from './OrInlineTextarea-7b366fd0.js';
34
+ export { s as OrInlineTextareaV3 } from './OrInlineTextarea-ca99d2ba.js';
35
35
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-e0c82161.js';
36
- export { I as InputType, s as OrInputV3 } from './OrInput-e70341f6.js';
36
+ export { I as InputType, s as OrInputV3 } from './OrInput-7e61c7ea.js';
37
37
  export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
38
38
  export { s as OrLabel } from './OrLabel-876f8729.js';
39
39
  export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-0d19ba7a.js';
@@ -46,9 +46,9 @@ export { s as OrMenuItemV3 } from './OrMenuItem-397a57e8.js';
46
46
  export { s as OrMenuV3 } from './OrMenu-ae5443ce.js';
47
47
  export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-45b1b10c.js';
48
48
  export { s as OrModal, O as OrModalSizes } from './OrModal-75c8e5b6.js';
49
- export { M as ModalSize, s as OrModalV3 } from './OrModal-1d0991ad.js';
49
+ export { M as ModalSize, s as OrModalV3 } from './OrModal-04e5013b.js';
50
50
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-38664729.js';
51
- export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-3f3bca66.js';
51
+ export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-4c88fd47.js';
52
52
  export { s as OrOverflowMenu } from './OrOverflowMenu-7a177537.js';
53
53
  export { s as OrOverlay } from './OrOverlay-451dce49.js';
54
54
  export { s as OrOverlayV3 } from './OrOverlay-f7aa1e20.js';
@@ -57,9 +57,9 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
57
57
  export { s as OrRadio } from './OrRadio-c3ab11f2.js';
58
58
  export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
59
59
  export { s as OrRadioV3 } from './OrRadio-9ad0a870.js';
60
- export { s as OrSearchV3 } from './OrSearch-0b894dde.js';
60
+ export { s as OrSearchV3 } from './OrSearch-43068bd7.js';
61
61
  export { s as OrSelect } from './OrSelect-056731af.js';
62
- export { s as OrSelectV3 } from './OrSelect-9aeb53ce.js';
62
+ export { s as OrSelectV3 } from './OrSelect-dffa754b.js';
63
63
  export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
64
64
  export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-96f8b7c3.js';
65
65
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
@@ -73,7 +73,7 @@ export { s as OrTabV3 } from './OrTab-5603c197.js';
73
73
  export { s as OrTabs } from './OrTabs-d3812c11.js';
74
74
  export { s as OrTabsV3, T as TabsVariant } from './OrTabs-e1662dd9.js';
75
75
  export { s as OrTag } from './OrTag-7e24fdbc.js';
76
- export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-86441466.js';
76
+ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-15b3c712.js';
77
77
  export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
78
78
  export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
79
79
  export { s as OrTextV3 } from './OrText-ecb46923.js';
@@ -81,7 +81,7 @@ export { s as OrTextareaV3 } from './OrTextarea-37ec6826.js';
81
81
  export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.js';
82
82
  export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.js';
83
83
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
84
- export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-38b5d49f.js';
84
+ export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-09ddd462.js';
85
85
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
86
86
  export { s as OrTooltip, a as OrTooltipContent } from './OrTooltip-121eae2b.js';
87
87
  export { s as OrTooltipV3 } from './OrTooltip-46d77128.js';
package/dist/v3/index2.js CHANGED
@@ -15,7 +15,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
15
15
  export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
16
16
  export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0a944d25.js';
17
17
  export { s as OrConfirm } from './OrConfirm-00134f53.js';
18
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-370ec69e.js';
18
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-a7cc89e7.js';
19
19
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
20
20
  export { s as OrError } from './OrError-f90296db.js';
21
21
  export { s as OrErrorTagV3 } from './OrErrorTag-1b9a7f87.js';
@@ -26,14 +26,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
26
26
  export { s as OrHint } from './OrHint-1414c530.js';
27
27
  export { s as OrHintV3 } from './OrHint-7016dc0d.js';
28
28
  export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-e23028f8.js';
29
- export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-4eb5be4a.js';
29
+ export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-0b2b01cb.js';
30
30
  export { a as IconSize, I as IconVariant, s as OrIconV3 } from './OrIcon-7aea0897.js';
31
31
  export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-fdbbb4fe.js';
32
- export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-c5d41487.js';
32
+ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-f3a6fca3.js';
33
33
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
34
- export { s as OrInlineTextareaV3 } from './OrInlineTextarea-7b366fd0.js';
34
+ export { s as OrInlineTextareaV3 } from './OrInlineTextarea-ca99d2ba.js';
35
35
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-e0c82161.js';
36
- export { I as InputType, s as OrInputV3 } from './OrInput-e70341f6.js';
36
+ export { I as InputType, s as OrInputV3 } from './OrInput-7e61c7ea.js';
37
37
  export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
38
38
  export { s as OrLabel } from './OrLabel-876f8729.js';
39
39
  export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-0d19ba7a.js';
@@ -46,9 +46,9 @@ export { s as OrMenuItemV3 } from './OrMenuItem-397a57e8.js';
46
46
  export { s as OrMenuV3 } from './OrMenu-ae5443ce.js';
47
47
  export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-45b1b10c.js';
48
48
  export { s as OrModal, O as OrModalSizes } from './OrModal-75c8e5b6.js';
49
- export { M as ModalSize, s as OrModalV3 } from './OrModal-1d0991ad.js';
49
+ export { M as ModalSize, s as OrModalV3 } from './OrModal-04e5013b.js';
50
50
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-38664729.js';
51
- export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-3f3bca66.js';
51
+ export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-4c88fd47.js';
52
52
  export { s as OrOverflowMenu } from './OrOverflowMenu-7a177537.js';
53
53
  export { s as OrOverlay } from './OrOverlay-451dce49.js';
54
54
  export { s as OrOverlayV3 } from './OrOverlay-f7aa1e20.js';
@@ -57,9 +57,9 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
57
57
  export { s as OrRadio } from './OrRadio-c3ab11f2.js';
58
58
  export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
59
59
  export { s as OrRadioV3 } from './OrRadio-9ad0a870.js';
60
- export { s as OrSearchV3 } from './OrSearch-0b894dde.js';
60
+ export { s as OrSearchV3 } from './OrSearch-43068bd7.js';
61
61
  export { s as OrSelect } from './OrSelect-056731af.js';
62
- export { s as OrSelectV3 } from './OrSelect-9aeb53ce.js';
62
+ export { s as OrSelectV3 } from './OrSelect-dffa754b.js';
63
63
  export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
64
64
  export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-96f8b7c3.js';
65
65
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
@@ -73,7 +73,7 @@ export { s as OrTabV3 } from './OrTab-5603c197.js';
73
73
  export { s as OrTabs } from './OrTabs-d3812c11.js';
74
74
  export { s as OrTabsV3, T as TabsVariant } from './OrTabs-e1662dd9.js';
75
75
  export { s as OrTag } from './OrTag-7e24fdbc.js';
76
- export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-86441466.js';
76
+ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-15b3c712.js';
77
77
  export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
78
78
  export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
79
79
  export { s as OrTextV3 } from './OrText-ecb46923.js';
@@ -81,7 +81,7 @@ export { s as OrTextareaV3 } from './OrTextarea-37ec6826.js';
81
81
  export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.js';
82
82
  export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.js';
83
83
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
84
- export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-38b5d49f.js';
84
+ export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-09ddd462.js';
85
85
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
86
86
  export { s as OrTooltip, a as OrTooltipContent } from './OrTooltip-121eae2b.js';
87
87
  export { s as OrTooltipV3 } from './OrTooltip-46d77128.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-370ec69e.js';
1
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-a7cc89e7.js';
2
2
  import 'vue-demi';
3
3
  import './OrButton-b1472eab.js';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -8,10 +8,10 @@ import 'vue';
8
8
  import './OrOverlay-f7aa1e20.js';
9
9
  import './useElevation-0e973238.js';
10
10
  import './OrTeleport.vue3-8099178c.js';
11
- import './OrInput-e70341f6.js';
11
+ import './OrInput-7e61c7ea.js';
12
12
  import './OrError-a37964bc.js';
13
13
  import './OrHint-7016dc0d.js';
14
- import './OrIconButton-4eb5be4a.js';
14
+ import './OrIconButton-0b2b01cb.js';
15
15
  import './OrIcon-7aea0897.js';
16
16
  import './OrTooltip-46d77128.js';
17
17
  import './OrPopover-45b1b10c.js';
@@ -1,4 +1,4 @@
1
- export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-4eb5be4a.js';
1
+ export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-0b2b01cb.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
@@ -1,4 +1,4 @@
1
- export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-c5d41487.js';
1
+ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-f3a6fca3.js';
2
2
  export { I as InlineInputSize } from './OrInlineInputBox-fdbbb4fe.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -6,7 +6,7 @@ import '@vueuse/core';
6
6
  import './OrError-a37964bc.js';
7
7
  import 'vue';
8
8
  import './OrHint-7016dc0d.js';
9
- import './OrIconButton-4eb5be4a.js';
9
+ import './OrIconButton-0b2b01cb.js';
10
10
  import './OrIcon-7aea0897.js';
11
11
  import './OrTooltip-46d77128.js';
12
12
  import './OrPopover-45b1b10c.js';
@@ -1,11 +1,11 @@
1
- export { s as OrInlineTextareaV3 } from './OrInlineTextarea-7b366fd0.js';
1
+ export { s as OrInlineTextareaV3 } from './OrInlineTextarea-ca99d2ba.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import './OrError-a37964bc.js';
6
6
  import 'vue';
7
7
  import './OrHint-7016dc0d.js';
8
- import './OrIconButton-4eb5be4a.js';
8
+ import './OrIconButton-0b2b01cb.js';
9
9
  import './OrIcon-7aea0897.js';
10
10
  import './OrTooltip-46d77128.js';
11
11
  import './OrPopover-45b1b10c.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, s as OrInputV3 } from './OrInput-e70341f6.js';
1
+ export { I as InputType, s as OrInputV3 } from './OrInput-7e61c7ea.js';
2
2
  export { a as InputSize } from './OrInputBox-e0c82161.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -6,7 +6,7 @@ import '@vueuse/core';
6
6
  import './OrError-a37964bc.js';
7
7
  import 'vue';
8
8
  import './OrHint-7016dc0d.js';
9
- import './OrIconButton-4eb5be4a.js';
9
+ import './OrIconButton-0b2b01cb.js';
10
10
  import './OrIcon-7aea0897.js';
11
11
  import './OrTooltip-46d77128.js';
12
12
  import './OrPopover-45b1b10c.js';
@@ -1,8 +1,8 @@
1
- export { M as ModalSize, s as OrModalV3 } from './OrModal-1d0991ad.js';
1
+ export { M as ModalSize, s as OrModalV3 } from './OrModal-04e5013b.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-4eb5be4a.js';
5
+ import './OrIconButton-0b2b01cb.js';
6
6
  import './OrIcon-7aea0897.js';
7
7
  import 'vue';
8
8
  import './OrTooltip-46d77128.js';
@@ -1,8 +1,8 @@
1
- export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-3f3bca66.js';
1
+ export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-4c88fd47.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-4eb5be4a.js';
5
+ import './OrIconButton-0b2b01cb.js';
6
6
  import './OrIcon-7aea0897.js';
7
7
  import 'vue';
8
8
  import './OrTooltip-46d77128.js';
@@ -1,13 +1,13 @@
1
- export { s as OrSearchV3 } from './OrSearch-0b894dde.js';
1
+ export { s as OrSearchV3 } from './OrSearch-43068bd7.js';
2
2
  export { a as SearchSize } from './OrInputBox-e0c82161.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import './useClassAttribute-47fdb016.js';
6
- import './OrInput-e70341f6.js';
6
+ import './OrInput-7e61c7ea.js';
7
7
  import './OrError-a37964bc.js';
8
8
  import 'vue';
9
9
  import './OrHint-7016dc0d.js';
10
- import './OrIconButton-4eb5be4a.js';
10
+ import './OrIconButton-0b2b01cb.js';
11
11
  import './OrIcon-7aea0897.js';
12
12
  import './OrTooltip-46d77128.js';
13
13
  import './OrPopover-45b1b10c.js';
@@ -1,4 +1,4 @@
1
- export { s as OrSelectV3 } from './OrSelect-9aeb53ce.js';
1
+ export { s as OrSelectV3 } from './OrSelect-dffa754b.js';
2
2
  export { a as SelectSize } from './OrInputBox-e0c82161.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -12,8 +12,8 @@ import './OrError-a37964bc.js';
12
12
  import './OrExpansionPanel-dddf09e4.js';
13
13
  import './OrIcon-7aea0897.js';
14
14
  import './OrHint-7016dc0d.js';
15
- import './OrInput-e70341f6.js';
16
- import './OrIconButton-4eb5be4a.js';
15
+ import './OrInput-7e61c7ea.js';
16
+ import './OrIconButton-0b2b01cb.js';
17
17
  import './OrTooltip-46d77128.js';
18
18
  import './OrPopover-45b1b10c.js';
19
19
  import '@floating-ui/dom';
@@ -23,4 +23,4 @@ import './OrBottomSheet-c554736e.js';
23
23
  import './OrOverlay-f7aa1e20.js';
24
24
  import './OrTeleport.vue3-8099178c.js';
25
25
  import './OrMenuItem-397a57e8.js';
26
- import './OrTag-86441466.js';
26
+ import './OrTag-15b3c712.js';
@@ -1,8 +1,8 @@
1
- export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-86441466.js';
1
+ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-15b3c712.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-4eb5be4a.js';
5
+ import './OrIconButton-0b2b01cb.js';
6
6
  import './OrIcon-7aea0897.js';
7
7
  import 'vue';
8
8
  import './OrTooltip-46d77128.js';
@@ -1,10 +1,10 @@
1
- export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-38b5d49f.js';
1
+ export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-09ddd462.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
5
  import './OrTeleport.vue3-8099178c.js';
6
6
  import 'vue';
7
- import './OrIconButton-4eb5be4a.js';
7
+ import './OrIconButton-0b2b01cb.js';
8
8
  import './useClassAttribute-47fdb016.js';
9
9
  import './OrIcon-7aea0897.js';
10
10
  import './OrTooltip-46d77128.js';
@@ -2,7 +2,7 @@ import { useToggle } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from 'vue-demi';
3
3
  import { s as script$4 } from './OrTeleport.vue3-8099178c.js';
4
4
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-0665462d.js';
5
- import { s as script$2 } from './OrIconButton-4eb5be4a.js';
5
+ import { s as script$2 } from './OrIconButton-0b2b01cb.js';
6
6
  import { s as script$3 } from './OrLoader-60943812.js';
7
7
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, toDisplayString, createElementVNode, createBlock, withModifiers, withCtx, TransitionGroup, Fragment, renderList, mergeProps } from 'vue';
8
8
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "2.57.0",
3
+ "version": "2.57.1-beta.1826.0",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -75,6 +75,5 @@
75
75
  "portal-vue": {
76
76
  "optional": true
77
77
  }
78
- },
79
- "gitHead": "5dc43965e40fdc53dbe350ecb81e96bcc65b7725"
78
+ }
80
79
  }
@@ -10,10 +10,7 @@
10
10
  @focus="$emit('focus', $event)"
11
11
  @blur="$emit('blur', $event)"
12
12
  >
13
- <OrIcon
14
- v-bind="typeof icon === 'string' ? { icon } : icon"
15
- :variant="'inherit'"
16
- />
13
+ <OrIcon v-bind="typeof icon === 'string' ? { icon } : icon" />
17
14
  </button>
18
15
  </OrTooltip>
19
16
  </template>