@onereach/ui-components 2.65.0 → 2.65.1

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 (54) hide show
  1. package/dist/v2/{OrCardCollection-bf925e37.js → OrCardCollection-02cbe47d.js} +2 -2
  2. package/dist/v2/{OrConfirm-3e0a2516.js → OrConfirm-72bde35b.js} +1 -1
  3. package/dist/v2/{OrIconButton-895a24ee.js → OrIconButton-a2dda348.js} +5 -1
  4. package/dist/v2/{OrInlineInput-0b958bac.js → OrInlineInput-a0949faa.js} +1 -1
  5. package/dist/v2/{OrInlineTextarea-22ea4216.js → OrInlineTextarea-3acb0a46.js} +1 -1
  6. package/dist/v2/{OrInput-bd604d45.js → OrInput-6d4f6a8a.js} +1 -1
  7. package/dist/v2/{OrModal-3d2871e0.js → OrModal-c8617460.js} +1 -1
  8. package/dist/v2/{OrNotification-57a0ead7.js → OrNotification-9c5b175d.js} +1 -1
  9. package/dist/v2/{OrSearch-d6529c55.js → OrSearch-5f24449b.js} +1 -1
  10. package/dist/v2/{OrSelect-9bf0c8ce.js → OrSelect-28121deb.js} +2 -2
  11. package/dist/v2/{OrTag-e8626f74.js → OrTag-f3dbd61f.js} +1 -1
  12. package/dist/v2/index.js +12 -12
  13. package/dist/v2/index11.js +3 -3
  14. package/dist/v2/index2.js +12 -12
  15. package/dist/v2/index21.js +3 -3
  16. package/dist/v2/index32.js +1 -1
  17. package/dist/v2/index35.js +2 -2
  18. package/dist/v2/index37.js +2 -2
  19. package/dist/v2/index39.js +2 -2
  20. package/dist/v2/index51.js +2 -2
  21. package/dist/v2/index53.js +2 -2
  22. package/dist/v2/index63.js +3 -3
  23. package/dist/v2/index66.js +4 -4
  24. package/dist/v2/index82.js +2 -2
  25. package/dist/v2/index90.js +2 -2
  26. package/dist/v2/{types-1ddb6abc.js → types-fbe618a6.js} +1 -1
  27. package/dist/v3/{OrCardCollection-32dce1b1.js → OrCardCollection-30914b21.js} +2 -2
  28. package/dist/v3/{OrConfirm-a5f73ac6.js → OrConfirm-9ab10313.js} +1 -1
  29. package/dist/v3/{OrIconButton-e486d6df.js → OrIconButton-f0aca58a.js} +4 -2
  30. package/dist/v3/{OrInlineInput-593b001c.js → OrInlineInput-9afe1893.js} +1 -1
  31. package/dist/v3/{OrInlineTextarea-1ea0f510.js → OrInlineTextarea-7c67a298.js} +1 -1
  32. package/dist/v3/{OrInput-96c3db72.js → OrInput-6376195d.js} +1 -1
  33. package/dist/v3/{OrModal-83614157.js → OrModal-ce7a20bf.js} +1 -1
  34. package/dist/v3/{OrNotification-91a86ade.js → OrNotification-4b09a862.js} +1 -1
  35. package/dist/v3/{OrSearch-a6a314b6.js → OrSearch-8aaedf9d.js} +1 -1
  36. package/dist/v3/{OrSelect-48c357fa.js → OrSelect-58a004fd.js} +2 -2
  37. package/dist/v3/{OrTag-86ccb42d.js → OrTag-a3f5dbf4.js} +1 -1
  38. package/dist/v3/index.js +12 -12
  39. package/dist/v3/index11.js +3 -3
  40. package/dist/v3/index2.js +12 -12
  41. package/dist/v3/index21.js +3 -3
  42. package/dist/v3/index32.js +1 -1
  43. package/dist/v3/index35.js +2 -2
  44. package/dist/v3/index37.js +2 -2
  45. package/dist/v3/index39.js +2 -2
  46. package/dist/v3/index51.js +2 -2
  47. package/dist/v3/index53.js +2 -2
  48. package/dist/v3/index63.js +3 -3
  49. package/dist/v3/index66.js +4 -4
  50. package/dist/v3/index82.js +2 -2
  51. package/dist/v3/index90.js +2 -2
  52. package/dist/v3/{types-1318b564.js → types-bc8b5580.js} +1 -1
  53. package/package.json +2 -2
  54. package/src/components/or-icon-button-v3/OrIconButton.vue +4 -1
@@ -2,8 +2,8 @@ import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { _ as __vue_component__$1 } from './OrCard-1d904e72.js';
5
- import { _ as __vue_component__$2 } from './OrIconButton-895a24ee.js';
6
- import { _ as __vue_component__$3 } from './OrInput-bd604d45.js';
5
+ import { _ as __vue_component__$2 } from './OrIconButton-a2dda348.js';
6
+ import { _ as __vue_component__$3 } from './OrInput-6d4f6a8a.js';
7
7
  import { _ as __vue_component__$4 } from './OrSortHeader-b4dbff08.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -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-eb895669.js';
3
3
  import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
4
- import { _ as __vue_component__$3 } from './OrInput-bd604d45.js';
4
+ import { _ as __vue_component__$3 } from './OrInput-6d4f6a8a.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,7 +108,11 @@ var __vue_render__ = function () {
108
108
  return _vm.$emit('blur', $event);
109
109
  }
110
110
  }
111
- }, 'button', _vm.$attrs, false), [_c('OrIcon', _vm._b({}, 'OrIcon', typeof _vm.icon === 'string' ? {
111
+ }, 'button', _vm.$attrs, false), [_c('OrIcon', _vm._b({
112
+ attrs: {
113
+ "variant": 'inherit'
114
+ }
115
+ }, 'OrIcon', typeof _vm.icon === 'string' ? {
112
116
  icon: _vm.icon
113
117
  } : _vm.icon, false))], 1)]);
114
118
  };
@@ -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-be656098.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-44356417.js';
6
- import { _ as __vue_component__$3 } from './OrIconButton-895a24ee.js';
6
+ import { _ as __vue_component__$3 } from './OrIconButton-a2dda348.js';
7
7
  import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-6a15ea2b.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-be656098.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-44356417.js';
6
- import { _ as __vue_component__$3 } from './OrIconButton-895a24ee.js';
6
+ import { _ as __vue_component__$3 } from './OrIconButton-a2dda348.js';
7
7
  import { _ as __vue_component__$4 } from './OrInlineInputBox-6a15ea2b.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-be656098.js';
5
5
  import { _ as __vue_component__$2 } from './OrHint-44356417.js';
6
- import { _ as __vue_component__$4 } from './OrIconButton-895a24ee.js';
6
+ import { _ as __vue_component__$4 } from './OrIconButton-a2dda348.js';
7
7
  import { _ as __vue_component__$3 } from './OrIcon-05689298.js';
8
8
  import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-208dceac.js';
9
9
  import { _ as __vue_component__$6 } from './OrLabel-5670468e.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-895a24ee.js';
4
+ import { _ as __vue_component__$2 } from './OrIconButton-a2dda348.js';
5
5
  import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.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-895a24ee.js';
4
+ import { _ as __vue_component__$2 } from './OrIconButton-a2dda348.js';
5
5
  import { _ as __vue_component__$1 } from './OrIcon-05689298.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-bd604d45.js';
4
+ import { _ as __vue_component__$1 } from './OrInput-6d4f6a8a.js';
5
5
  import { a as InputBoxSize } from './OrInputBox-208dceac.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
@@ -9,11 +9,11 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-33d5cf05.js';
9
9
  import { _ as __vue_component__$4 } from './OrHint-44356417.js';
10
10
  import { _ as __vue_component__$5 } from './OrIcon-05689298.js';
11
11
  import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-208dceac.js';
12
- import { _ as __vue_component__$6 } from './OrInput-bd604d45.js';
12
+ import { _ as __vue_component__$6 } from './OrInput-6d4f6a8a.js';
13
13
  import { _ as __vue_component__$8 } from './OrLabel-5670468e.js';
14
14
  import { _ as __vue_component__$9 } from './OrMenuItem-9034aece.js';
15
15
  import { _ as __vue_component__$a } from './OrPopover-9080fc00.js';
16
- import { _ as __vue_component__$b } from './OrTag-e8626f74.js';
16
+ import { _ as __vue_component__$b } from './OrTag-f3dbd61f.js';
17
17
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
18
18
 
19
19
  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-895a24ee.js';
4
+ import { _ as __vue_component__$1 } from './OrIconButton-a2dda348.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  var TagVariant;
package/dist/v2/index.js CHANGED
@@ -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-eb895669.js';
9
9
  export { _ as OrCard } from './OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-7855a802.js';
11
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from './OrCardCollection-bf925e37.js';
11
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from './OrCardCollection-02cbe47d.js';
12
12
  export { _ as OrCardV3 } from './OrCard-1d904e72.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-d5f3fb80.js';
14
14
  export { _ as OrCheckbox } from './OrCheckbox-ed1f2666.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
19
19
  export { _ as OrCollapse } from './OrCollapse-50e3914c.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-0abe3636.js';
21
21
  export { _ as OrConfirm } from './OrConfirm-812badbf.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-3e0a2516.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-72bde35b.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
24
24
  export { _ as OrError } from './OrError-efc74907.js';
25
25
  export { _ as OrErrorTagV3 } from './OrErrorTag-c14e0298.js';
@@ -30,14 +30,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
30
30
  export { _ as OrHint } from './OrHint-fe65fbe6.js';
31
31
  export { _ as OrHintV3 } from './OrHint-44356417.js';
32
32
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd10497.js';
33
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-895a24ee.js';
33
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-a2dda348.js';
34
34
  export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-05689298.js';
35
35
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-6a15ea2b.js';
36
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-0b958bac.js';
36
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-a0949faa.js';
37
37
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
38
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-22ea4216.js';
38
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-3acb0a46.js';
39
39
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
40
- export { I as InputType, _ as OrInputV3 } from './OrInput-bd604d45.js';
40
+ export { I as InputType, _ as OrInputV3 } from './OrInput-6d4f6a8a.js';
41
41
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
42
42
  export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
43
43
  export { _ as OrSearch } from './OrSearch-b228915a.js';
@@ -52,9 +52,9 @@ export { _ as OrMenuItemV3 } from './OrMenuItem-9034aece.js';
52
52
  export { _ as OrMenuV3 } from './OrMenu-bb81644d.js';
53
53
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-9080fc00.js';
54
54
  export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
55
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-3d2871e0.js';
55
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-c8617460.js';
56
56
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3294cb13.js';
57
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-57a0ead7.js';
57
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-9c5b175d.js';
58
58
  export { _ as OrOverflowMenu } from './OrOverflowMenu-572ba5ac.js';
59
59
  export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
60
60
  export { _ as OrOverlayV3 } from './OrOverlay-4838a9b0.js';
@@ -63,10 +63,10 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
63
63
  export { _ as OrRadio } from './OrRadio-514e8de8.js';
64
64
  export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
65
65
  export { _ as OrRadioV3 } from './OrRadio-4ba56887.js';
66
- export { _ as OrSearchV3 } from './OrSearch-d6529c55.js';
66
+ export { _ as OrSearchV3 } from './OrSearch-5f24449b.js';
67
67
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-17df63b8.js';
68
68
  export { _ as OrSelect } from './OrSelect-ea27a70e.js';
69
- export { _ as OrSelectV3 } from './OrSelect-9bf0c8ce.js';
69
+ export { _ as OrSelectV3 } from './OrSelect-28121deb.js';
70
70
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
71
71
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
72
72
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
@@ -82,7 +82,7 @@ export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
82
82
  export { _ as OrTabs } from './OrTabs-12138346.js';
83
83
  export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b1f0c7b8.js';
84
84
  export { _ as OrTag } from './OrTag-140d4f72.js';
85
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-e8626f74.js';
85
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-f3dbd61f.js';
86
86
  export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
87
87
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
88
88
  export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
@@ -90,7 +90,7 @@ export { _ as OrTextareaV3 } from './OrTextarea-cc70afc9.js';
90
90
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
91
91
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
92
92
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
93
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-1ddb6abc.js';
93
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-fbe618a6.js';
94
94
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
95
95
  export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
96
96
  export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
@@ -1,10 +1,10 @@
1
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from './OrCardCollection-bf925e37.js';
1
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from './OrCardCollection-02cbe47d.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import './OrCard-1d904e72.js';
6
6
  import './normalize-component-6e8e3d80.js';
7
- import './OrIconButton-895a24ee.js';
7
+ import './OrIconButton-a2dda348.js';
8
8
  import './OrIcon-05689298.js';
9
9
  import './OrTooltip-afe7030b.js';
10
10
  import './OrPopover-9080fc00.js';
@@ -15,7 +15,7 @@ import './OrBottomSheet-f09adbbb.js';
15
15
  import './OrOverlay-4838a9b0.js';
16
16
  import './OrTeleport.vue2-fb92f29f.js';
17
17
  import 'portal-vue';
18
- import './OrInput-bd604d45.js';
18
+ import './OrInput-6d4f6a8a.js';
19
19
  import './OrError-be656098.js';
20
20
  import './OrHint-44356417.js';
21
21
  import './OrInputBox-208dceac.js';
package/dist/v2/index2.js CHANGED
@@ -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-eb895669.js';
9
9
  export { _ as OrCard } from './OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-7855a802.js';
11
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from './OrCardCollection-bf925e37.js';
11
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from './OrCardCollection-02cbe47d.js';
12
12
  export { _ as OrCardV3 } from './OrCard-1d904e72.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-d5f3fb80.js';
14
14
  export { _ as OrCheckbox } from './OrCheckbox-ed1f2666.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
19
19
  export { _ as OrCollapse } from './OrCollapse-50e3914c.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-0abe3636.js';
21
21
  export { _ as OrConfirm } from './OrConfirm-812badbf.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-3e0a2516.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-72bde35b.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
24
24
  export { _ as OrError } from './OrError-efc74907.js';
25
25
  export { _ as OrErrorTagV3 } from './OrErrorTag-c14e0298.js';
@@ -30,14 +30,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
30
30
  export { _ as OrHint } from './OrHint-fe65fbe6.js';
31
31
  export { _ as OrHintV3 } from './OrHint-44356417.js';
32
32
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd10497.js';
33
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-895a24ee.js';
33
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-a2dda348.js';
34
34
  export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-05689298.js';
35
35
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-6a15ea2b.js';
36
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-0b958bac.js';
36
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-a0949faa.js';
37
37
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
38
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-22ea4216.js';
38
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-3acb0a46.js';
39
39
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
40
- export { I as InputType, _ as OrInputV3 } from './OrInput-bd604d45.js';
40
+ export { I as InputType, _ as OrInputV3 } from './OrInput-6d4f6a8a.js';
41
41
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
42
42
  export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
43
43
  export { _ as OrSearch } from './OrSearch-b228915a.js';
@@ -52,9 +52,9 @@ export { _ as OrMenuItemV3 } from './OrMenuItem-9034aece.js';
52
52
  export { _ as OrMenuV3 } from './OrMenu-bb81644d.js';
53
53
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-9080fc00.js';
54
54
  export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
55
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-3d2871e0.js';
55
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-c8617460.js';
56
56
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3294cb13.js';
57
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-57a0ead7.js';
57
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-9c5b175d.js';
58
58
  export { _ as OrOverflowMenu } from './OrOverflowMenu-572ba5ac.js';
59
59
  export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
60
60
  export { _ as OrOverlayV3 } from './OrOverlay-4838a9b0.js';
@@ -63,10 +63,10 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
63
63
  export { _ as OrRadio } from './OrRadio-514e8de8.js';
64
64
  export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
65
65
  export { _ as OrRadioV3 } from './OrRadio-4ba56887.js';
66
- export { _ as OrSearchV3 } from './OrSearch-d6529c55.js';
66
+ export { _ as OrSearchV3 } from './OrSearch-5f24449b.js';
67
67
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-17df63b8.js';
68
68
  export { _ as OrSelect } from './OrSelect-ea27a70e.js';
69
- export { _ as OrSelectV3 } from './OrSelect-9bf0c8ce.js';
69
+ export { _ as OrSelectV3 } from './OrSelect-28121deb.js';
70
70
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
71
71
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
72
72
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
@@ -82,7 +82,7 @@ export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
82
82
  export { _ as OrTabs } from './OrTabs-12138346.js';
83
83
  export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b1f0c7b8.js';
84
84
  export { _ as OrTag } from './OrTag-140d4f72.js';
85
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-e8626f74.js';
85
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-f3dbd61f.js';
86
86
  export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
87
87
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
88
88
  export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
@@ -90,7 +90,7 @@ export { _ as OrTextareaV3 } from './OrTextarea-cc70afc9.js';
90
90
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
91
91
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
92
92
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
93
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-1ddb6abc.js';
93
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-fbe618a6.js';
94
94
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
95
95
  export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
96
96
  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-3e0a2516.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-72bde35b.js';
2
2
  import 'vue-demi';
3
3
  import './OrButton-eb895669.js';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -9,10 +9,10 @@ import './OrOverlay-4838a9b0.js';
9
9
  import './useElevation-0e973238.js';
10
10
  import './OrTeleport.vue2-fb92f29f.js';
11
11
  import 'portal-vue';
12
- import './OrInput-bd604d45.js';
12
+ import './OrInput-6d4f6a8a.js';
13
13
  import './OrError-be656098.js';
14
14
  import './OrHint-44356417.js';
15
- import './OrIconButton-895a24ee.js';
15
+ import './OrIconButton-a2dda348.js';
16
16
  import './OrIcon-05689298.js';
17
17
  import './OrTooltip-afe7030b.js';
18
18
  import './OrPopover-9080fc00.js';
@@ -1,4 +1,4 @@
1
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-895a24ee.js';
1
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-a2dda348.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-0b958bac.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-a0949faa.js';
2
2
  export { I as InlineInputSize } from './OrInlineInputBox-6a15ea2b.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -6,7 +6,7 @@ import '@vueuse/core';
6
6
  import './OrError-be656098.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrHint-44356417.js';
9
- import './OrIconButton-895a24ee.js';
9
+ import './OrIconButton-a2dda348.js';
10
10
  import './OrIcon-05689298.js';
11
11
  import './OrTooltip-afe7030b.js';
12
12
  import './OrPopover-9080fc00.js';
@@ -1,11 +1,11 @@
1
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-22ea4216.js';
1
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-3acb0a46.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import './OrError-be656098.js';
6
6
  import './normalize-component-6e8e3d80.js';
7
7
  import './OrHint-44356417.js';
8
- import './OrIconButton-895a24ee.js';
8
+ import './OrIconButton-a2dda348.js';
9
9
  import './OrIcon-05689298.js';
10
10
  import './OrTooltip-afe7030b.js';
11
11
  import './OrPopover-9080fc00.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, _ as OrInputV3 } from './OrInput-bd604d45.js';
1
+ export { I as InputType, _ as OrInputV3 } from './OrInput-6d4f6a8a.js';
2
2
  export { a as InputSize } from './OrInputBox-208dceac.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -6,7 +6,7 @@ import '@vueuse/core';
6
6
  import './OrError-be656098.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrHint-44356417.js';
9
- import './OrIconButton-895a24ee.js';
9
+ import './OrIconButton-a2dda348.js';
10
10
  import './OrIcon-05689298.js';
11
11
  import './OrTooltip-afe7030b.js';
12
12
  import './OrPopover-9080fc00.js';
@@ -1,8 +1,8 @@
1
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-3d2871e0.js';
1
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-c8617460.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-895a24ee.js';
5
+ import './OrIconButton-a2dda348.js';
6
6
  import './OrIcon-05689298.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrTooltip-afe7030b.js';
@@ -1,8 +1,8 @@
1
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-57a0ead7.js';
1
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-9c5b175d.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-895a24ee.js';
5
+ import './OrIconButton-a2dda348.js';
6
6
  import './OrIcon-05689298.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrTooltip-afe7030b.js';
@@ -1,13 +1,13 @@
1
- export { _ as OrSearchV3 } from './OrSearch-d6529c55.js';
1
+ export { _ as OrSearchV3 } from './OrSearch-5f24449b.js';
2
2
  export { a as SearchSize } from './OrInputBox-208dceac.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import './useClassAttribute-47fdb016.js';
6
- import './OrInput-bd604d45.js';
6
+ import './OrInput-6d4f6a8a.js';
7
7
  import './OrError-be656098.js';
8
8
  import './normalize-component-6e8e3d80.js';
9
9
  import './OrHint-44356417.js';
10
- import './OrIconButton-895a24ee.js';
10
+ import './OrIconButton-a2dda348.js';
11
11
  import './OrIcon-05689298.js';
12
12
  import './OrTooltip-afe7030b.js';
13
13
  import './OrPopover-9080fc00.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from './OrSelect-9bf0c8ce.js';
1
+ export { _ as OrSelectV3 } from './OrSelect-28121deb.js';
2
2
  export { a as SelectSize } from './OrInputBox-208dceac.js';
3
3
  import 'vue-demi';
4
4
  import './dropdown-open-0d314aa4.js';
@@ -13,8 +13,8 @@ import './OrError-be656098.js';
13
13
  import './OrExpansionPanel-33d5cf05.js';
14
14
  import './OrIcon-05689298.js';
15
15
  import './OrHint-44356417.js';
16
- import './OrInput-bd604d45.js';
17
- import './OrIconButton-895a24ee.js';
16
+ import './OrInput-6d4f6a8a.js';
17
+ import './OrIconButton-a2dda348.js';
18
18
  import './OrTooltip-afe7030b.js';
19
19
  import './OrPopover-9080fc00.js';
20
20
  import '@floating-ui/dom';
@@ -25,4 +25,4 @@ import './OrOverlay-4838a9b0.js';
25
25
  import './OrTeleport.vue2-fb92f29f.js';
26
26
  import 'portal-vue';
27
27
  import './OrMenuItem-9034aece.js';
28
- import './OrTag-e8626f74.js';
28
+ import './OrTag-f3dbd61f.js';
@@ -1,8 +1,8 @@
1
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-e8626f74.js';
1
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-f3dbd61f.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-895a24ee.js';
5
+ import './OrIconButton-a2dda348.js';
6
6
  import './OrIcon-05689298.js';
7
7
  import './normalize-component-6e8e3d80.js';
8
8
  import './OrTooltip-afe7030b.js';
@@ -1,11 +1,11 @@
1
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-1ddb6abc.js';
1
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-fbe618a6.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-895a24ee.js';
8
+ import './OrIconButton-a2dda348.js';
9
9
  import './useClassAttribute-47fdb016.js';
10
10
  import './OrIcon-05689298.js';
11
11
  import './OrTooltip-afe7030b.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-895a24ee.js';
5
+ import { _ as __vue_component__$2 } from './OrIconButton-a2dda348.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';
@@ -2,8 +2,8 @@ import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { s as script$1 } from './OrCard-b63658a8.js';
5
- import { s as script$2 } from './OrIconButton-e486d6df.js';
6
- import { s as script$3 } from './OrInput-96c3db72.js';
5
+ import { s as script$2 } from './OrIconButton-f0aca58a.js';
6
+ import { s as script$3 } from './OrInput-6376195d.js';
7
7
  import { s as script$4 } from './OrSortHeader-9d645226.js';
8
8
  import { resolveComponent, openBlock, createElementBlock, mergeProps, createElementVNode, normalizeClass, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createCommentVNode, createVNode, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
9
9
 
@@ -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-12b36e89.js';
3
3
  import { s as script$1 } from './OrOverlay-27050c19.js';
4
- import { s as script$3 } from './OrInput-96c3db72.js';
4
+ import { s as script$3 } from './OrInput-6376195d.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,9 +96,11 @@ 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, normalizeProps(guardReactiveProps(typeof _ctx.icon === 'string' ? {
99
+ }), [createVNode(_component_OrIcon, mergeProps({
100
+ variant: 'inherit'
101
+ }, typeof _ctx.icon === 'string' ? {
100
102
  icon: _ctx.icon
101
- } : _ctx.icon)), null, 16 /* FULL_PROPS */)], 16 /* FULL_PROPS */, _hoisted_1)]),
103
+ } : _ctx.icon), null, 16 /* FULL_PROPS */)], 16 /* FULL_PROPS */, _hoisted_1)]),
102
104
  _: 1 /* STABLE */
103
105
  }, 16 /* FULL_PROPS */);
104
106
  }
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { s as script$1 } from './OrError-19a62a18.js';
5
5
  import { s as script$2 } from './OrHint-73835593.js';
6
- import { s as script$3 } from './OrIconButton-e486d6df.js';
6
+ import { s as script$3 } from './OrIconButton-f0aca58a.js';
7
7
  import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox-1b473796.js';
8
8
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, Fragment, 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-19a62a18.js';
5
5
  import { s as script$2 } from './OrHint-73835593.js';
6
- import { s as script$3 } from './OrIconButton-e486d6df.js';
6
+ import { s as script$3 } from './OrIconButton-f0aca58a.js';
7
7
  import { s as script$4 } from './OrInlineInputBox-1b473796.js';
8
8
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, Fragment, 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-19a62a18.js';
5
5
  import { s as script$2 } from './OrHint-73835593.js';
6
- import { s as script$4 } from './OrIconButton-e486d6df.js';
6
+ import { s as script$4 } from './OrIconButton-f0aca58a.js';
7
7
  import { s as script$3 } from './OrIcon-e2fa4cf8.js';
8
8
  import { s as script$5, a as InputBoxSize } from './OrInputBox-634230b1.js';
9
9
  import { s as script$6 } from './OrLabel-7d4fe80b.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-e486d6df.js';
4
+ import { s as script$2 } from './OrIconButton-f0aca58a.js';
5
5
  import { s as script$1 } from './OrOverlay-27050c19.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-e486d6df.js';
4
+ import { s as script$2 } from './OrIconButton-f0aca58a.js';
5
5
  import { s as script$1 } from './OrIcon-e2fa4cf8.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-96c3db72.js';
4
+ import { s as script$1 } from './OrInput-6376195d.js';
5
5
  import { a as InputBoxSize } from './OrInputBox-634230b1.js';
6
6
  import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
7
7
 
@@ -9,11 +9,11 @@ import { s as script$3 } from './OrExpansionPanel-65afdfad.js';
9
9
  import { s as script$4 } from './OrHint-73835593.js';
10
10
  import { s as script$5 } from './OrIcon-e2fa4cf8.js';
11
11
  import { s as script$7, a as InputBoxSize } from './OrInputBox-634230b1.js';
12
- import { s as script$6 } from './OrInput-96c3db72.js';
12
+ import { s as script$6 } from './OrInput-6376195d.js';
13
13
  import { s as script$8 } from './OrLabel-7d4fe80b.js';
14
14
  import { s as script$9 } from './OrMenuItem-60afcdcb.js';
15
15
  import { s as script$a } from './OrPopover-3525c670.js';
16
- import { s as script$b } from './OrTag-86ccb42d.js';
16
+ import { s as script$b } from './OrTag-a3f5dbf4.js';
17
17
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, normalizeClass, createElementVNode, Fragment, renderList, createVNode, withModifiers } from 'vue';
18
18
 
19
19
  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-e486d6df.js';
4
+ import { s as script$1 } from './OrIconButton-f0aca58a.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
@@ -6,7 +6,7 @@ export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTT
6
6
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-12b36e89.js';
7
7
  export { s as OrCard } from './OrCard-e3a5aea4.js';
8
8
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-737f073a.js';
9
- export { C as CardCollectionView, s as OrCardCollectionV3 } from './OrCardCollection-32dce1b1.js';
9
+ export { C as CardCollectionView, s as OrCardCollectionV3 } from './OrCardCollection-30914b21.js';
10
10
  export { s as OrCardV3 } from './OrCard-b63658a8.js';
11
11
  export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-ec8333c7.js';
12
12
  export { s as OrCheckbox } from './OrCheckbox-56e4171e.js';
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
16
16
  export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
17
17
  export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0a944d25.js';
18
18
  export { s as OrConfirm } from './OrConfirm-00134f53.js';
19
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-a5f73ac6.js';
19
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-9ab10313.js';
20
20
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
21
21
  export { s as OrError } from './OrError-f90296db.js';
22
22
  export { s as OrErrorTagV3 } from './OrErrorTag-bbfd3ca6.js';
@@ -27,14 +27,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
27
27
  export { s as OrHint } from './OrHint-1414c530.js';
28
28
  export { s as OrHintV3 } from './OrHint-73835593.js';
29
29
  export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-e23028f8.js';
30
- export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-e486d6df.js';
30
+ export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-f0aca58a.js';
31
31
  export { a as IconSize, I as IconVariant, s as OrIconV3 } from './OrIcon-e2fa4cf8.js';
32
32
  export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-1b473796.js';
33
- export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-593b001c.js';
33
+ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-9afe1893.js';
34
34
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
35
- export { s as OrInlineTextareaV3 } from './OrInlineTextarea-1ea0f510.js';
35
+ export { s as OrInlineTextareaV3 } from './OrInlineTextarea-7c67a298.js';
36
36
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-634230b1.js';
37
- export { I as InputType, s as OrInputV3 } from './OrInput-96c3db72.js';
37
+ export { I as InputType, s as OrInputV3 } from './OrInput-6376195d.js';
38
38
  export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
39
39
  export { s as OrLabel } from './OrLabel-876f8729.js';
40
40
  export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-7d4fe80b.js';
@@ -47,9 +47,9 @@ export { s as OrMenuItemV3 } from './OrMenuItem-60afcdcb.js';
47
47
  export { s as OrMenuV3 } from './OrMenu-75ef8635.js';
48
48
  export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-3525c670.js';
49
49
  export { s as OrModal, O as OrModalSizes } from './OrModal-75c8e5b6.js';
50
- export { M as ModalSize, s as OrModalV3 } from './OrModal-83614157.js';
50
+ export { M as ModalSize, s as OrModalV3 } from './OrModal-ce7a20bf.js';
51
51
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-38664729.js';
52
- export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-91a86ade.js';
52
+ export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-4b09a862.js';
53
53
  export { s as OrOverflowMenu } from './OrOverflowMenu-7a177537.js';
54
54
  export { s as OrOverlay } from './OrOverlay-451dce49.js';
55
55
  export { s as OrOverlayV3 } from './OrOverlay-27050c19.js';
@@ -58,10 +58,10 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
58
58
  export { s as OrRadio } from './OrRadio-c3ab11f2.js';
59
59
  export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
60
60
  export { s as OrRadioV3 } from './OrRadio-0c1883f2.js';
61
- export { s as OrSearchV3 } from './OrSearch-a6a314b6.js';
61
+ export { s as OrSearchV3 } from './OrSearch-8aaedf9d.js';
62
62
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-2bbc0f22.js';
63
63
  export { s as OrSelect } from './OrSelect-056731af.js';
64
- export { s as OrSelectV3 } from './OrSelect-48c357fa.js';
64
+ export { s as OrSelectV3 } from './OrSelect-58a004fd.js';
65
65
  export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
66
66
  export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-a62972f5.js';
67
67
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
@@ -77,7 +77,7 @@ export { s as OrTabV3 } from './OrTab-97044946.js';
77
77
  export { s as OrTabs } from './OrTabs-d3812c11.js';
78
78
  export { s as OrTabsV3, T as TabsVariant } from './OrTabs-fe7039de.js';
79
79
  export { s as OrTag } from './OrTag-7e24fdbc.js';
80
- export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-86ccb42d.js';
80
+ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-a3f5dbf4.js';
81
81
  export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
82
82
  export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
83
83
  export { s as OrTextV3 } from './OrText-ecb46923.js';
@@ -85,7 +85,7 @@ export { s as OrTextareaV3 } from './OrTextarea-98895b2a.js';
85
85
  export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.js';
86
86
  export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.js';
87
87
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
88
- export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-1318b564.js';
88
+ export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-bc8b5580.js';
89
89
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
90
90
  export { s as OrTooltip, a as OrTooltipContent } from './OrTooltip-121eae2b.js';
91
91
  export { s as OrTooltipV3 } from './OrTooltip-36c6728c.js';
@@ -1,10 +1,10 @@
1
- export { C as CardCollectionView, s as OrCardCollectionV3 } from './OrCardCollection-32dce1b1.js';
1
+ export { C as CardCollectionView, s as OrCardCollectionV3 } from './OrCardCollection-30914b21.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import './OrCard-b63658a8.js';
6
6
  import 'vue';
7
- import './OrIconButton-e486d6df.js';
7
+ import './OrIconButton-f0aca58a.js';
8
8
  import './OrIcon-e2fa4cf8.js';
9
9
  import './OrTooltip-36c6728c.js';
10
10
  import './OrPopover-3525c670.js';
@@ -14,7 +14,7 @@ import './useResponsive-a02e95b7.js';
14
14
  import './OrBottomSheet-9de57dd0.js';
15
15
  import './OrOverlay-27050c19.js';
16
16
  import './OrTeleport.vue3-8099178c.js';
17
- import './OrInput-96c3db72.js';
17
+ import './OrInput-6376195d.js';
18
18
  import './OrError-19a62a18.js';
19
19
  import './OrHint-73835593.js';
20
20
  import './OrInputBox-634230b1.js';
package/dist/v3/index2.js CHANGED
@@ -6,7 +6,7 @@ export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTT
6
6
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-12b36e89.js';
7
7
  export { s as OrCard } from './OrCard-e3a5aea4.js';
8
8
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-737f073a.js';
9
- export { C as CardCollectionView, s as OrCardCollectionV3 } from './OrCardCollection-32dce1b1.js';
9
+ export { C as CardCollectionView, s as OrCardCollectionV3 } from './OrCardCollection-30914b21.js';
10
10
  export { s as OrCardV3 } from './OrCard-b63658a8.js';
11
11
  export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-ec8333c7.js';
12
12
  export { s as OrCheckbox } from './OrCheckbox-56e4171e.js';
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
16
16
  export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
17
17
  export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0a944d25.js';
18
18
  export { s as OrConfirm } from './OrConfirm-00134f53.js';
19
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-a5f73ac6.js';
19
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-9ab10313.js';
20
20
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
21
21
  export { s as OrError } from './OrError-f90296db.js';
22
22
  export { s as OrErrorTagV3 } from './OrErrorTag-bbfd3ca6.js';
@@ -27,14 +27,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
27
27
  export { s as OrHint } from './OrHint-1414c530.js';
28
28
  export { s as OrHintV3 } from './OrHint-73835593.js';
29
29
  export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-e23028f8.js';
30
- export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-e486d6df.js';
30
+ export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-f0aca58a.js';
31
31
  export { a as IconSize, I as IconVariant, s as OrIconV3 } from './OrIcon-e2fa4cf8.js';
32
32
  export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-1b473796.js';
33
- export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-593b001c.js';
33
+ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-9afe1893.js';
34
34
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
35
- export { s as OrInlineTextareaV3 } from './OrInlineTextarea-1ea0f510.js';
35
+ export { s as OrInlineTextareaV3 } from './OrInlineTextarea-7c67a298.js';
36
36
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-634230b1.js';
37
- export { I as InputType, s as OrInputV3 } from './OrInput-96c3db72.js';
37
+ export { I as InputType, s as OrInputV3 } from './OrInput-6376195d.js';
38
38
  export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
39
39
  export { s as OrLabel } from './OrLabel-876f8729.js';
40
40
  export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-7d4fe80b.js';
@@ -47,9 +47,9 @@ export { s as OrMenuItemV3 } from './OrMenuItem-60afcdcb.js';
47
47
  export { s as OrMenuV3 } from './OrMenu-75ef8635.js';
48
48
  export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-3525c670.js';
49
49
  export { s as OrModal, O as OrModalSizes } from './OrModal-75c8e5b6.js';
50
- export { M as ModalSize, s as OrModalV3 } from './OrModal-83614157.js';
50
+ export { M as ModalSize, s as OrModalV3 } from './OrModal-ce7a20bf.js';
51
51
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-38664729.js';
52
- export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-91a86ade.js';
52
+ export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-4b09a862.js';
53
53
  export { s as OrOverflowMenu } from './OrOverflowMenu-7a177537.js';
54
54
  export { s as OrOverlay } from './OrOverlay-451dce49.js';
55
55
  export { s as OrOverlayV3 } from './OrOverlay-27050c19.js';
@@ -58,10 +58,10 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
58
58
  export { s as OrRadio } from './OrRadio-c3ab11f2.js';
59
59
  export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
60
60
  export { s as OrRadioV3 } from './OrRadio-0c1883f2.js';
61
- export { s as OrSearchV3 } from './OrSearch-a6a314b6.js';
61
+ export { s as OrSearchV3 } from './OrSearch-8aaedf9d.js';
62
62
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-2bbc0f22.js';
63
63
  export { s as OrSelect } from './OrSelect-056731af.js';
64
- export { s as OrSelectV3 } from './OrSelect-48c357fa.js';
64
+ export { s as OrSelectV3 } from './OrSelect-58a004fd.js';
65
65
  export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
66
66
  export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-a62972f5.js';
67
67
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
@@ -77,7 +77,7 @@ export { s as OrTabV3 } from './OrTab-97044946.js';
77
77
  export { s as OrTabs } from './OrTabs-d3812c11.js';
78
78
  export { s as OrTabsV3, T as TabsVariant } from './OrTabs-fe7039de.js';
79
79
  export { s as OrTag } from './OrTag-7e24fdbc.js';
80
- export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-86ccb42d.js';
80
+ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-a3f5dbf4.js';
81
81
  export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
82
82
  export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
83
83
  export { s as OrTextV3 } from './OrText-ecb46923.js';
@@ -85,7 +85,7 @@ export { s as OrTextareaV3 } from './OrTextarea-98895b2a.js';
85
85
  export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.js';
86
86
  export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.js';
87
87
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
88
- export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-1318b564.js';
88
+ export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-bc8b5580.js';
89
89
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
90
90
  export { s as OrTooltip, a as OrTooltipContent } from './OrTooltip-121eae2b.js';
91
91
  export { s as OrTooltipV3 } from './OrTooltip-36c6728c.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-a5f73ac6.js';
1
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-9ab10313.js';
2
2
  import 'vue-demi';
3
3
  import './OrButton-12b36e89.js';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -8,10 +8,10 @@ import 'vue';
8
8
  import './OrOverlay-27050c19.js';
9
9
  import './useElevation-0e973238.js';
10
10
  import './OrTeleport.vue3-8099178c.js';
11
- import './OrInput-96c3db72.js';
11
+ import './OrInput-6376195d.js';
12
12
  import './OrError-19a62a18.js';
13
13
  import './OrHint-73835593.js';
14
- import './OrIconButton-e486d6df.js';
14
+ import './OrIconButton-f0aca58a.js';
15
15
  import './OrIcon-e2fa4cf8.js';
16
16
  import './OrTooltip-36c6728c.js';
17
17
  import './OrPopover-3525c670.js';
@@ -1,4 +1,4 @@
1
- export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-e486d6df.js';
1
+ export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-f0aca58a.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-593b001c.js';
1
+ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-9afe1893.js';
2
2
  export { I as InlineInputSize } from './OrInlineInputBox-1b473796.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -6,7 +6,7 @@ import '@vueuse/core';
6
6
  import './OrError-19a62a18.js';
7
7
  import 'vue';
8
8
  import './OrHint-73835593.js';
9
- import './OrIconButton-e486d6df.js';
9
+ import './OrIconButton-f0aca58a.js';
10
10
  import './OrIcon-e2fa4cf8.js';
11
11
  import './OrTooltip-36c6728c.js';
12
12
  import './OrPopover-3525c670.js';
@@ -1,11 +1,11 @@
1
- export { s as OrInlineTextareaV3 } from './OrInlineTextarea-1ea0f510.js';
1
+ export { s as OrInlineTextareaV3 } from './OrInlineTextarea-7c67a298.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
5
  import './OrError-19a62a18.js';
6
6
  import 'vue';
7
7
  import './OrHint-73835593.js';
8
- import './OrIconButton-e486d6df.js';
8
+ import './OrIconButton-f0aca58a.js';
9
9
  import './OrIcon-e2fa4cf8.js';
10
10
  import './OrTooltip-36c6728c.js';
11
11
  import './OrPopover-3525c670.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, s as OrInputV3 } from './OrInput-96c3db72.js';
1
+ export { I as InputType, s as OrInputV3 } from './OrInput-6376195d.js';
2
2
  export { a as InputSize } from './OrInputBox-634230b1.js';
3
3
  import 'vue-demi';
4
4
  import './useClassAttribute-47fdb016.js';
@@ -6,7 +6,7 @@ import '@vueuse/core';
6
6
  import './OrError-19a62a18.js';
7
7
  import 'vue';
8
8
  import './OrHint-73835593.js';
9
- import './OrIconButton-e486d6df.js';
9
+ import './OrIconButton-f0aca58a.js';
10
10
  import './OrIcon-e2fa4cf8.js';
11
11
  import './OrTooltip-36c6728c.js';
12
12
  import './OrPopover-3525c670.js';
@@ -1,8 +1,8 @@
1
- export { M as ModalSize, s as OrModalV3 } from './OrModal-83614157.js';
1
+ export { M as ModalSize, s as OrModalV3 } from './OrModal-ce7a20bf.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-e486d6df.js';
5
+ import './OrIconButton-f0aca58a.js';
6
6
  import './OrIcon-e2fa4cf8.js';
7
7
  import 'vue';
8
8
  import './OrTooltip-36c6728c.js';
@@ -1,8 +1,8 @@
1
- export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-91a86ade.js';
1
+ export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-4b09a862.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-e486d6df.js';
5
+ import './OrIconButton-f0aca58a.js';
6
6
  import './OrIcon-e2fa4cf8.js';
7
7
  import 'vue';
8
8
  import './OrTooltip-36c6728c.js';
@@ -1,13 +1,13 @@
1
- export { s as OrSearchV3 } from './OrSearch-a6a314b6.js';
1
+ export { s as OrSearchV3 } from './OrSearch-8aaedf9d.js';
2
2
  export { a as SearchSize } from './OrInputBox-634230b1.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import './useClassAttribute-47fdb016.js';
6
- import './OrInput-96c3db72.js';
6
+ import './OrInput-6376195d.js';
7
7
  import './OrError-19a62a18.js';
8
8
  import 'vue';
9
9
  import './OrHint-73835593.js';
10
- import './OrIconButton-e486d6df.js';
10
+ import './OrIconButton-f0aca58a.js';
11
11
  import './OrIcon-e2fa4cf8.js';
12
12
  import './OrTooltip-36c6728c.js';
13
13
  import './OrPopover-3525c670.js';
@@ -1,4 +1,4 @@
1
- export { s as OrSelectV3 } from './OrSelect-48c357fa.js';
1
+ export { s as OrSelectV3 } from './OrSelect-58a004fd.js';
2
2
  export { a as SelectSize } from './OrInputBox-634230b1.js';
3
3
  import 'vue-demi';
4
4
  import './dropdown-open-0d314aa4.js';
@@ -13,8 +13,8 @@ import './OrError-19a62a18.js';
13
13
  import './OrExpansionPanel-65afdfad.js';
14
14
  import './OrIcon-e2fa4cf8.js';
15
15
  import './OrHint-73835593.js';
16
- import './OrInput-96c3db72.js';
17
- import './OrIconButton-e486d6df.js';
16
+ import './OrInput-6376195d.js';
17
+ import './OrIconButton-f0aca58a.js';
18
18
  import './OrTooltip-36c6728c.js';
19
19
  import './OrPopover-3525c670.js';
20
20
  import '@floating-ui/dom';
@@ -24,4 +24,4 @@ import './OrBottomSheet-9de57dd0.js';
24
24
  import './OrOverlay-27050c19.js';
25
25
  import './OrTeleport.vue3-8099178c.js';
26
26
  import './OrMenuItem-60afcdcb.js';
27
- import './OrTag-86ccb42d.js';
27
+ import './OrTag-a3f5dbf4.js';
@@ -1,8 +1,8 @@
1
- export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-86ccb42d.js';
1
+ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-a3f5dbf4.js';
2
2
  import 'vue-demi';
3
3
  import './useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
5
- import './OrIconButton-e486d6df.js';
5
+ import './OrIconButton-f0aca58a.js';
6
6
  import './OrIcon-e2fa4cf8.js';
7
7
  import 'vue';
8
8
  import './OrTooltip-36c6728c.js';
@@ -1,10 +1,10 @@
1
- export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-1318b564.js';
1
+ export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-bc8b5580.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-e486d6df.js';
7
+ import './OrIconButton-f0aca58a.js';
8
8
  import './useClassAttribute-47fdb016.js';
9
9
  import './OrIcon-e2fa4cf8.js';
10
10
  import './OrTooltip-36c6728c.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-e486d6df.js';
5
+ import { s as script$2 } from './OrIconButton-f0aca58a.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.65.0",
3
+ "version": "2.65.1",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "50f0659c30ba4e3b033cc6ed6dc760ca3382d267"
82
+ "gitHead": "5f3ec393be65fc8ea669471efa91ff3e8843ac2c"
83
83
  }
@@ -10,7 +10,10 @@
10
10
  @focus="$emit('focus', $event)"
11
11
  @blur="$emit('blur', $event)"
12
12
  >
13
- <OrIcon v-bind="typeof icon === 'string' ? { icon } : icon" />
13
+ <OrIcon
14
+ :variant="'inherit'"
15
+ v-bind="typeof icon === 'string' ? { icon } : icon"
16
+ />
14
17
  </button>
15
18
  </OrTooltip>
16
19
  </template>