@onereach/ui-components 4.3.7 → 4.3.8
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.
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.js +2 -1
- package/dist/bundled/v2/components/index.js +1 -1
- package/dist/bundled/v2/index.js +1 -1
- package/dist/esm/v2/{OrBottomSheet-1c3f7920.js → OrBottomSheet-7b8449e9.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-51d7f875.js → OrCardCollection-d92966db.js} +4 -4
- package/dist/esm/v2/{OrConfirm-705577bb.js → OrConfirm-61904137.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-794302e6.js → OrDatePicker-0870820f.js} +3 -3
- package/dist/esm/v2/{OrDateTimePicker-b9bfa090.js → OrDateTimePicker-f2243479.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-958aaf2c.js → OrDateTimePickerMonthSelect-159efa66.js} +3 -3
- package/dist/esm/v2/{OrIconButton-ddbe7c15.js → OrIconButton-0ecb9d8e.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-91fbc06a.js → OrInlineInput-1e7f2ba2.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-a42a6b71.js → OrInlineTextarea-ab911736.js} +1 -1
- package/dist/esm/v2/{OrInput-08c3a06e.js → OrInput-27f35cd3.js} +1 -1
- package/dist/esm/v2/{OrMenu-27397f01.js → OrMenu-b2a79308.js} +1 -1
- package/dist/esm/v2/{OrModal-b2a56d75.js → OrModal-51519c0d.js} +2 -2
- package/dist/esm/v2/{OrNotification-7e6102a7.js → OrNotification-19cd0212.js} +1 -1
- package/dist/esm/v2/{OrOverlay-b1609eef.js → OrOverlay-38acdcfa.js} +1 -1
- package/dist/esm/v2/{OrPagination-69c5c204.js → OrPagination-9b58b74c.js} +2 -2
- package/dist/esm/v2/{OrPopover-707feca8.js → OrPopover-20cac769.js} +2 -2
- package/dist/esm/v2/{OrSearch-a0b80719.js → OrSearch-b30b29c1.js} +1 -1
- package/dist/esm/v2/{OrSelect-41d7c5bb.js → OrSelect-4a54ac1c.js} +3 -3
- package/dist/esm/v2/{OrSidebar-f0850bce.js → OrSidebar-b36f0d10.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-3582b92e.js → OrSidebarCollapseButton-3b46a709.js} +1 -1
- package/dist/esm/v2/{OrTabs-08bbb2ae.js → OrTabs-54b66eb4.js} +2 -2
- package/dist/esm/v2/{OrTag-ddfbcfa2.js → OrTag-9c6caef5.js} +1 -1
- package/dist/esm/v2/{OrTeleport.vue2-fb92f29f.js → OrTeleport.vue2-424c7f33.js} +2 -1
- package/dist/esm/v2/{OrTimePicker-2f4a6525.js → OrTimePicker-de9611da.js} +2 -2
- package/dist/esm/v2/{OrTooltip-97841769.js → OrTooltip-d08323f1.js} +1 -1
- package/dist/esm/v2/components/index.js +26 -26
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -10
- package/dist/esm/v2/components/or-confirm-v3/index.js +8 -8
- package/dist/esm/v2/components/or-date-picker-v3/index.js +9 -9
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +9 -9
- package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v2/components/or-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +6 -6
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v2/components/or-search-v3/index.js +8 -8
- package/dist/esm/v2/components/or-select-v3/index.js +9 -9
- package/dist/esm/v2/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v2/components/or-teleport-v3/index.js +1 -1
- package/dist/esm/v2/components/or-time-picker-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +7 -7
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v2/index.js +26 -26
- package/dist/esm/v2/{types-9011d890.js → types-483890e4.js} +2 -2
- package/package.json +2 -2
- package/src/components/or-teleport-v3/OrTeleport.vue2.vue +1 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-e80cc838.js → OrDateTimePickerMonthSelect-40adb0f2.js} +0 -0
package/dist/esm/v2/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from './OrAvatar-7c024521.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from './OrAvatar-12b0e276.js';
|
|
3
|
-
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-
|
|
3
|
+
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-7b8449e9.js';
|
|
4
4
|
export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-549e8852.js';
|
|
5
5
|
export { _ as OrButtonV2 } from './OrButton-4e532ddb.js';
|
|
6
6
|
export { _ as OrIconButton, _ as OrIconButtonV2 } from './OrIconButton-23972f7d.js';
|
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-9622e713.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-9bf513b7.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-d92966db.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
|
|
13
13
|
export { _ as OrCarousel } from './OrCarousel-e0c2e387.js';
|
|
14
14
|
export { _ as OrCarouselItem } from './OrCarouselItem-c614bab9.js';
|
|
@@ -20,12 +20,12 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-e54e09f7.js';
|
|
|
20
20
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
21
21
|
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-fa92b4fa.js';
|
|
22
22
|
export { _ as OrConfirm } from './OrConfirm-5d5dd9bc.js';
|
|
23
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
24
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
23
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-61904137.js';
|
|
24
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-0870820f.js';
|
|
25
25
|
export { _ as OrInputBoxV3 } from './OrInputBox-d36b1323.js';
|
|
26
26
|
export { I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
27
27
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6e2853ec.js';
|
|
28
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
28
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-f2243479.js';
|
|
29
29
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
30
30
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
31
31
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
|
|
@@ -36,14 +36,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
36
36
|
export { _ as OrHint } from './OrHint-fe65fbe6.js';
|
|
37
37
|
export { _ as OrHintV3 } from './OrHint-aa221198.js';
|
|
38
38
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-a40e60af.js';
|
|
39
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
39
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-0ecb9d8e.js';
|
|
40
40
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
|
|
41
41
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
|
|
42
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
42
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-1e7f2ba2.js';
|
|
43
43
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-9541b625.js';
|
|
44
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
44
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-ab911736.js';
|
|
45
45
|
export { _ as OrInput } from './OrInput-c005a759.js';
|
|
46
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
46
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-27f35cd3.js';
|
|
47
47
|
export { _ as OrLabel } from './OrLabel-931394a5.js';
|
|
48
48
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
|
|
49
49
|
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-3679a61f.js';
|
|
@@ -52,17 +52,17 @@ export { _ as OrListOfInputs } from './OrListOfInputs-e1b09290.js';
|
|
|
52
52
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-212ef381.js';
|
|
53
53
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b0c381f9.js';
|
|
54
54
|
export { _ as OrMenuItemV3 } from './OrMenuItem-6f9b8a93.js';
|
|
55
|
-
export { _ as OrMenuV3 } from './OrMenu-
|
|
56
|
-
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
55
|
+
export { _ as OrMenuV3 } from './OrMenu-b2a79308.js';
|
|
56
|
+
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-20cac769.js';
|
|
57
57
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-b9cfb8ec.js';
|
|
58
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
58
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-51519c0d.js';
|
|
59
59
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-fdb88eec.js';
|
|
60
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
60
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-19cd0212.js';
|
|
61
61
|
export { _ as OrNumberInput } from './OrNumberInput-eb0e7087.js';
|
|
62
62
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-83540c76.js';
|
|
63
63
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
64
|
-
export { _ as OrOverlayV3 } from './OrOverlay-
|
|
65
|
-
export { _ as OrPaginationV3 } from './OrPagination-
|
|
64
|
+
export { _ as OrOverlayV3 } from './OrOverlay-38acdcfa.js';
|
|
65
|
+
export { _ as OrPaginationV3 } from './OrPagination-9b58b74c.js';
|
|
66
66
|
export { _ as OrPassword } from './OrPassword-022e10fd.js';
|
|
67
67
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-e6f20dc1.js';
|
|
68
68
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-29957e64.js';
|
|
@@ -70,13 +70,13 @@ export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
|
70
70
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
71
71
|
export { _ as OrRadioV3 } from './OrRadio-a812088f.js';
|
|
72
72
|
export { _ as OrSearch } from './OrSearch-620d5d76.js';
|
|
73
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
73
|
+
export { _ as OrSearchV3 } from './OrSearch-b30b29c1.js';
|
|
74
74
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-a1ea5b72.js';
|
|
75
75
|
export { _ as OrSelect } from './OrSelect-d887118b.js';
|
|
76
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
76
|
+
export { _ as OrSelectV3 } from './OrSelect-4a54ac1c.js';
|
|
77
77
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
78
|
-
export { _ as OrSidebarV3 } from './OrSidebar-
|
|
79
|
-
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
78
|
+
export { _ as OrSidebarV3 } from './OrSidebar-b36f0d10.js';
|
|
79
|
+
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-3b46a709.js';
|
|
80
80
|
export { _ as OrSkeletonCircle } from './OrSkeletonCircle-db96ddb6.js';
|
|
81
81
|
export { _ as OrSkeletonRect } from './OrSkeletonRect-8df5791c.js';
|
|
82
82
|
export { _ as OrSkeletonText } from './OrSkeletonText-8063af02.js';
|
|
@@ -93,23 +93,23 @@ export { _ as OrTab } from './OrTab-8dfdeca0.js';
|
|
|
93
93
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
|
|
94
94
|
export { _ as OrTabV3 } from './OrTab-5b198746.js';
|
|
95
95
|
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
96
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
96
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-54b66eb4.js';
|
|
97
97
|
export { _ as OrTag } from './OrTag-6349049b.js';
|
|
98
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
98
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-9c6caef5.js';
|
|
99
99
|
export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
100
|
-
export { _ as OrTeleportV3 } from './OrTeleport.vue2-
|
|
100
|
+
export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
|
|
101
101
|
export { _ as OrTextV3 } from './OrText-6097bca5.js';
|
|
102
102
|
export { _ as OrTextarea } from './OrTextarea-724a4d6f.js';
|
|
103
103
|
export { _ as OrTextareaV3 } from './OrTextarea-800f63d4.js';
|
|
104
104
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-0373bd6a.js';
|
|
105
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
105
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-de9611da.js';
|
|
106
106
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-1625b803.js';
|
|
107
107
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
108
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
108
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-483890e4.js';
|
|
109
109
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
110
110
|
export { _ as OrTooltip } from './OrTooltip-97a42707.js';
|
|
111
111
|
export { _ as OrTooltipContent } from './OrTooltipContent-d85e1071.js';
|
|
112
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
112
|
+
export { _ as OrTooltipV3 } from './OrTooltip-d08323f1.js';
|
|
113
113
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
114
114
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
115
115
|
export { u as useElevation } from './useElevation-df91fa50.js';
|
|
@@ -142,7 +142,7 @@ import './px-to-rem-0b26b83e.js';
|
|
|
142
142
|
import './dom-7a41831b.js';
|
|
143
143
|
import '@vueuse/math';
|
|
144
144
|
import './OrDateTimePickerPopoverHeader-9e49aba0.js';
|
|
145
|
-
import './OrDateTimePickerMonthSelect-
|
|
145
|
+
import './OrDateTimePickerMonthSelect-159efa66.js';
|
|
146
146
|
import './OrDateTimePickerTimeSelect-0b70d0df.js';
|
|
147
147
|
import '@floating-ui/dom';
|
|
148
148
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-a256ac18.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useToggle } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from 'vue-demi';
|
|
3
3
|
import { u as useElevation } from './useElevation-df91fa50.js';
|
|
4
|
-
import { _ as __vue_component__$4 } from './OrTeleport.vue2-
|
|
4
|
+
import { _ as __vue_component__$4 } from './OrTeleport.vue2-424c7f33.js';
|
|
5
5
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-0665462d.js';
|
|
6
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
6
|
+
import { _ as __vue_component__$2 } from './OrIconButton-0ecb9d8e.js';
|
|
7
7
|
import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.8",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
},
|
|
155
155
|
"./package.json": "./package.json"
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "5b25d6c06409a99866dea2bf430ad1d96aba6947"
|
|
158
158
|
}
|
|
File without changes
|