@onereach/ui-components 2.63.0-beta.1896.0 → 2.63.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.
- package/dist/v2/{OrConfirm-8d149ece.js → OrConfirm-24e2a1a2.js} +1 -1
- package/dist/v2/{OrIconButton-5883eba0.js → OrIconButton-2088a37f.js} +1 -1
- package/dist/v2/{OrInlineInput-16a343c1.js → OrInlineInput-f00cba5e.js} +6 -5
- package/dist/v2/{OrInlineTextarea-f154bdf5.js → OrInlineTextarea-75de33d0.js} +6 -5
- package/dist/v2/{OrInput-4a50fe57.js → OrInput-24028f23.js} +7 -5
- package/dist/v2/{OrModal-64c5ae2e.js → OrModal-a1452b11.js} +1 -1
- package/dist/v2/{OrNotification-9c164908.js → OrNotification-ac420f39.js} +1 -1
- package/dist/v2/{OrSearch-a247f072.js → OrSearch-978a3a6e.js} +1 -1
- package/dist/v2/OrSegmentedControl-17df63b8.js +236 -0
- package/dist/v2/{OrSelect-bb223cce.js → OrSelect-c6d0a69e.js} +13 -33
- package/dist/v2/{OrTabs-b4a9740b.js → OrTabs-f2a60b41.js} +1 -1
- package/dist/v2/{OrTag-ab03c4f7.js → OrTag-1ced4e58.js} +1 -1
- package/dist/v2/{OrTooltip-caeac590.js → OrTooltip-afe7030b.js} +33 -3
- package/dist/v2/components/index.d.ts +1 -0
- package/dist/v2/components/{or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts → or-segmented-control-v3/OrSegmentedControl.stories3.d.ts} +1 -1
- package/dist/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +77 -0
- package/dist/v2/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +47 -0
- package/dist/v2/components/or-segmented-control-v3/components/or-segmented-control-item/styles.d.ts +3 -0
- package/dist/v2/components/or-segmented-control-v3/index.d.ts +3 -0
- package/dist/v2/components/or-segmented-control-v3/props.d.ts +4 -0
- package/dist/v2/components/or-segmented-control-v3/styles.d.ts +3 -0
- package/dist/v2/components/or-segmented-control-v3/types.d.ts +4 -0
- package/dist/v2/components/or-select-v3/OrSelect.vue.d.ts +2 -2
- package/dist/v2/components/or-tooltip-v3/styles.d.ts +2 -0
- package/dist/v2/directives/index.d.ts +2 -0
- package/dist/v2/dropdown-open-0d314aa4.js +28 -0
- package/dist/v2/index.d.ts +1 -0
- package/dist/v2/index.js +15 -13
- package/dist/v2/index2.js +15 -13
- package/dist/v2/index20.js +4 -4
- package/dist/v2/index31.js +2 -2
- package/dist/v2/index34.js +3 -3
- package/dist/v2/index36.js +3 -3
- package/dist/v2/index38.js +3 -3
- package/dist/v2/index50.js +3 -3
- package/dist/v2/index52.js +3 -3
- package/dist/v2/index62.js +12 -306
- package/dist/v2/index63.js +2 -19
- package/dist/v2/index65.js +6 -5
- package/dist/v2/index78.js +1 -1
- package/dist/v2/index80.js +3 -3
- package/dist/v2/index88.js +3 -3
- package/dist/v2/index91.js +1 -1
- package/dist/v2/index92.js +1 -6
- package/dist/v2/index93.js +5 -1
- package/dist/v2/index94.js +3 -0
- package/dist/v2/{types-fb93ea4e.js → types-89aad7fb.js} +1 -1
- package/dist/v3/{OrConfirm-456ddee1.js → OrConfirm-371630a4.js} +1 -1
- package/dist/v3/{OrIconButton-b8066b5d.js → OrIconButton-5fb3a9aa.js} +1 -1
- package/dist/v3/{OrInlineInput-280768ba.js → OrInlineInput-bac4abdd.js} +4 -3
- package/dist/v3/{OrInlineTextarea-0f63f344.js → OrInlineTextarea-d1ec1bba.js} +4 -3
- package/dist/v3/{OrInput-3eef7945.js → OrInput-256d2530.js} +6 -3
- package/dist/v3/{OrModal-f67d37d3.js → OrModal-3a43b7e7.js} +1 -1
- package/dist/v3/{OrNotification-fefa1cb4.js → OrNotification-433d16f7.js} +1 -1
- package/dist/v3/{OrSearch-15a70678.js → OrSearch-375eab55.js} +1 -1
- package/dist/v3/OrSegmentedControl-2bbc0f22.js +184 -0
- package/dist/v3/{OrSelect-63ada65d.js → OrSelect-52cfb10d.js} +12 -32
- package/dist/v3/{OrTabs-194ca950.js → OrTabs-ac0be933.js} +1 -1
- package/dist/v3/{OrTag-144b4ab8.js → OrTag-deaff080.js} +1 -1
- package/dist/v3/{OrTooltip-30e05f9e.js → OrTooltip-36c6728c.js} +33 -3
- package/dist/v3/components/index.d.ts +1 -0
- package/dist/v3/components/{or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts → or-segmented-control-v3/OrSegmentedControl.stories3.d.ts} +1 -1
- package/dist/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +77 -0
- package/dist/v3/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +47 -0
- package/dist/v3/components/or-segmented-control-v3/components/or-segmented-control-item/styles.d.ts +3 -0
- package/dist/v3/components/or-segmented-control-v3/index.d.ts +3 -0
- package/dist/v3/components/or-segmented-control-v3/props.d.ts +4 -0
- package/dist/v3/components/or-segmented-control-v3/styles.d.ts +3 -0
- package/dist/v3/components/or-segmented-control-v3/types.d.ts +4 -0
- package/dist/v3/components/or-select-v3/OrSelect.vue.d.ts +2 -2
- package/dist/v3/components/or-tooltip-v3/styles.d.ts +2 -0
- package/dist/v3/directives/index.d.ts +2 -0
- package/dist/v3/dropdown-open-0d314aa4.js +28 -0
- package/dist/v3/index.d.ts +1 -0
- package/dist/v3/index.js +15 -13
- package/dist/v3/index2.js +15 -13
- package/dist/v3/index20.js +4 -4
- package/dist/v3/index31.js +2 -2
- package/dist/v3/index34.js +3 -3
- package/dist/v3/index36.js +3 -3
- package/dist/v3/index38.js +3 -3
- package/dist/v3/index50.js +3 -3
- package/dist/v3/index52.js +3 -3
- package/dist/v3/index62.js +12 -280
- package/dist/v3/index63.js +2 -18
- package/dist/v3/index65.js +6 -5
- package/dist/v3/index78.js +1 -1
- package/dist/v3/index80.js +3 -3
- package/dist/v3/index88.js +3 -3
- package/dist/v3/index91.js +1 -1
- package/dist/v3/index92.js +1 -6
- package/dist/v3/index93.js +5 -1
- package/dist/v3/index94.js +3 -0
- package/dist/v3/{types-a2a8f948.js → types-d5d4ab32.js} +1 -1
- package/package.json +4 -9
- package/src/components/index.ts +1 -0
- package/src/components/or-avatar-v3/OrAvatar.docs.mdx +4 -0
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.docs.mdx +4 -0
- package/src/components/or-button-v3/OrButton.docs.mdx +4 -0
- package/src/components/or-card-v3/OrCard.docs.mdx +4 -0
- package/src/components/or-checkbox-v3/OrCheckbox.docs.mdx +4 -0
- package/src/components/or-checkbox-v3/OrCheckbox.stories3.ts +1 -1
- package/src/components/or-confirm-v3/OrConfirm.docs.mdx +4 -0
- package/src/components/or-error-tag-v3/OrErrorTag.docs.mdx +5 -0
- package/src/components/or-error-v3/OrError.docs.mdx +4 -0
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.docs.mdx +4 -0
- package/src/components/or-fab-v3/OrFab.docs.mdx +4 -0
- package/src/components/or-hint-v3/OrHint.docs.mdx +4 -0
- package/src/components/or-icon-button-v3/OrIconButton.docs.mdx +4 -0
- package/src/components/or-icon-v3/OrIcon.docs.mdx +4 -0
- package/src/components/or-inline-input-v3/OrInlineInput.docs.mdx +4 -0
- package/src/components/or-inline-input-v3/OrInlineInput.vue +2 -2
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.docs.mdx +4 -0
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +2 -2
- package/src/components/or-input-v3/OrInput.docs.mdx +4 -0
- package/src/components/or-input-v3/OrInput.vue +21 -19
- package/src/components/or-label-v3/OrLabel.docs.mdx +4 -0
- package/src/components/or-link-v3/OrLink.docs.mdx +4 -0
- package/src/components/or-loader-v3/OrLoader.docs.mdx +4 -0
- package/src/components/or-menu-item-v3/OrMenuItem.docs.mdx +4 -0
- package/src/components/or-menu-v3/OrMenu.docs.mdx +4 -0
- package/src/components/or-modal-v3/OrModal.docs.mdx +4 -0
- package/src/components/or-notification-v3/OrNotification.docs.mdx +4 -0
- package/src/components/or-overlay-v3/OrOverlay.docs.mdx +4 -0
- package/src/components/or-popover-v3/OrPopover.docs.mdx +4 -0
- package/src/components/or-progress-v3/OrProgress.docs.mdx +4 -0
- package/src/components/or-radio-v3/OrRadio.docs.mdx +4 -0
- package/src/components/or-radio-v3/OrRadio.stories3.ts +1 -1
- package/src/components/or-search-v3/OrSearch.docs.mdx +4 -0
- package/src/components/or-segmented-control-v3/OrSegmentedControl.docs.mdx +7 -0
- package/src/components/or-segmented-control-v3/OrSegmentedControl.stories3.ts +106 -0
- package/src/components/or-segmented-control-v3/OrSegmentedControl.vue +107 -0
- package/src/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue +64 -0
- package/src/components/or-segmented-control-v3/components/or-segmented-control-item/styles.ts +50 -0
- package/src/components/or-segmented-control-v3/index.ts +3 -0
- package/src/components/or-segmented-control-v3/props.ts +4 -0
- package/src/components/or-segmented-control-v3/styles.ts +24 -0
- package/src/components/or-segmented-control-v3/types.ts +4 -0
- package/src/components/or-select-v3/OrSelect.docs.mdx +4 -0
- package/src/components/or-select-v3/OrSelect.vue +9 -6
- package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +4 -0
- package/src/components/or-skeleton-v3/OrSkeleton.docs.mdx +8 -0
- package/src/components/or-switch-v3/OrSwitch.docs.mdx +4 -0
- package/src/components/or-switch-v3/OrSwitch.stories3.ts +1 -1
- package/src/components/or-tab-v3/OrTab.docs.mdx +4 -0
- package/src/components/or-tabs-v3/OrTabs.docs.mdx +4 -0
- package/src/components/or-tabs-v3/OrTabs.stories3.ts +9 -4
- package/src/components/or-tabs-v3/OrTabs.vue +1 -1
- package/src/components/or-tag-v3/OrTag.docs.mdx +4 -0
- package/src/components/or-teleport-v3/OrTeleport.docs.mdx +4 -0
- package/src/components/or-text-v3/OrText.docs.mdx +4 -0
- package/src/components/or-textarea-v3/OrTextarea.docs.mdx +4 -0
- package/src/components/or-tooltip-v3/OrTooltip.docs.mdx +3 -0
- package/src/components/or-tooltip-v3/OrTooltip.vue +3 -2
- package/src/components/or-tooltip-v3/styles.ts +55 -0
- package/src/directives/index.ts +2 -0
- package/src/hooks/useClassAttribute.ts +1 -1
- package/src/index.ts +1 -0
- package/dist/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -111
- package/dist/v2/components/or-rich-text-editor-v3/index.d.ts +0 -1
- package/dist/v2/components/or-rich-text-editor-v3/styles.d.ts +0 -7
- package/dist/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -111
- package/dist/v3/components/or-rich-text-editor-v3/index.d.ts +0 -1
- package/dist/v3/components/or-rich-text-editor-v3/styles.d.ts +0 -7
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +0 -16
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +0 -57
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +0 -295
- package/src/components/or-rich-text-editor-v3/index.ts +0 -1
- package/src/components/or-rich-text-editor-v3/styles.ts +0 -71
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { SegmentedControlSize } from './props';
|
|
3
|
+
import { SegmentedControlOption } from './types';
|
|
4
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
7
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
8
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
9
|
+
options: {
|
|
10
|
+
type: PropType<SegmentedControlOption[]>;
|
|
11
|
+
default: SegmentedControlOption[];
|
|
12
|
+
};
|
|
13
|
+
modelValue: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
value: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: PropType<SegmentedControlSize>;
|
|
23
|
+
default: SegmentedControlSize;
|
|
24
|
+
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
30
|
+
options: {
|
|
31
|
+
type: PropType<SegmentedControlOption[]>;
|
|
32
|
+
default: SegmentedControlOption[];
|
|
33
|
+
};
|
|
34
|
+
modelValue: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
value: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: undefined;
|
|
41
|
+
};
|
|
42
|
+
size: {
|
|
43
|
+
type: PropType<SegmentedControlSize>;
|
|
44
|
+
default: SegmentedControlSize;
|
|
45
|
+
};
|
|
46
|
+
disabled: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
51
|
+
options: SegmentedControlOption[];
|
|
52
|
+
modelValue: string;
|
|
53
|
+
value: string;
|
|
54
|
+
size: SegmentedControlSize;
|
|
55
|
+
disabled: boolean;
|
|
56
|
+
} & {} & {
|
|
57
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
58
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
59
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
60
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
61
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
62
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
63
|
+
options: SegmentedControlOption[];
|
|
64
|
+
modelValue: string;
|
|
65
|
+
value: string;
|
|
66
|
+
size: SegmentedControlSize;
|
|
67
|
+
disabled: boolean;
|
|
68
|
+
} & {} & {
|
|
69
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
70
|
+
}, {
|
|
71
|
+
options: SegmentedControlOption[];
|
|
72
|
+
modelValue: string;
|
|
73
|
+
value: string;
|
|
74
|
+
size: SegmentedControlSize;
|
|
75
|
+
disabled: boolean;
|
|
76
|
+
}, true>);
|
|
77
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { SegmentedControlSize } from '../../props';
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
6
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
7
|
+
size: {
|
|
8
|
+
type: PropType<SegmentedControlSize>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
selected: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
disabled: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
20
|
+
size: {
|
|
21
|
+
type: PropType<SegmentedControlSize>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
selected: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
disabled: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
33
|
+
size: SegmentedControlSize;
|
|
34
|
+
selected: boolean;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
37
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
38
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
39
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
40
|
+
size: SegmentedControlSize;
|
|
41
|
+
selected: boolean;
|
|
42
|
+
disabled: boolean;
|
|
43
|
+
} & {}, {
|
|
44
|
+
selected: boolean;
|
|
45
|
+
disabled: boolean;
|
|
46
|
+
}, true>);
|
|
47
|
+
export default _default;
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
34
34
|
}[]>;
|
|
35
35
|
resolvedSearchOptions: import("@vue/composition-api").ComputedRef<SelectOption[]>;
|
|
36
36
|
groupedOptions: import("@vue/composition-api").ComputedRef<Record<string, SelectOption[]>>;
|
|
37
|
-
|
|
37
|
+
toggle: () => void;
|
|
38
38
|
close: () => void;
|
|
39
39
|
deselect: (option: SelectOption) => void;
|
|
40
40
|
innerItems: import("@vue/composition-api").Ref<HTMLElement[]>;
|
|
@@ -221,7 +221,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
221
221
|
}[]>;
|
|
222
222
|
resolvedSearchOptions: import("@vue/composition-api").ComputedRef<SelectOption[]>;
|
|
223
223
|
groupedOptions: import("@vue/composition-api").ComputedRef<Record<string, SelectOption[]>>;
|
|
224
|
-
|
|
224
|
+
toggle: () => void;
|
|
225
225
|
close: () => void;
|
|
226
226
|
deselect: (option: SelectOption) => void;
|
|
227
227
|
innerItems: import("@vue/composition-api").Ref<HTMLElement[]>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { isVue3 } from 'vue-demi';
|
|
2
|
+
|
|
3
|
+
const created$1 = (element, binding) => {
|
|
4
|
+
element.addEventListener('keydown', event => {
|
|
5
|
+
event.preventDefault();
|
|
6
|
+
if (['Escape'].includes(event.key)) {
|
|
7
|
+
binding.value(event);
|
|
8
|
+
}
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
const DropdownClose = {
|
|
12
|
+
[isVue3 ? 'created' : 'bind']: created$1
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const created = (element, binding) => {
|
|
16
|
+
element.addEventListener('keydown', event => {
|
|
17
|
+
event.preventDefault();
|
|
18
|
+
if (['Enter', ' '].includes(event.key)) {
|
|
19
|
+
binding.value(event);
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
element.addEventListener('click', binding.value);
|
|
23
|
+
};
|
|
24
|
+
const DropdownOpen = {
|
|
25
|
+
[isVue3 ? 'created' : 'bind']: created
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { DropdownClose as D, DropdownOpen as a };
|
package/dist/v2/index.d.ts
CHANGED
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-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-24e2a1a2.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-9d592185.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-44356417.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-
|
|
32
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-2088a37f.js';
|
|
33
33
|
export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-124f3bad.js';
|
|
34
34
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-6a15ea2b.js';
|
|
35
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
35
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-f00cba5e.js';
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
37
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-75de33d0.js';
|
|
38
38
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-24028f23.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
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-3a28db7b.js';
|
|
|
51
51
|
export { _ as OrMenuV3 } from './OrMenu-bb81644d.js';
|
|
52
52
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-9080fc00.js';
|
|
53
53
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
54
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-a1452b11.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-
|
|
56
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-ac420f39.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-4838a9b0.js';
|
|
@@ -62,9 +62,10 @@ 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-4ba56887.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-978a3a6e.js';
|
|
66
|
+
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-17df63b8.js';
|
|
66
67
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
68
|
+
export { _ as OrSelectV3 } from './OrSelect-c6d0a69e.js';
|
|
68
69
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
70
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
|
|
70
71
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
@@ -77,9 +78,9 @@ export { _ as OrTab } from './OrTab-8dfdeca0.js';
|
|
|
77
78
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
|
|
78
79
|
export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
|
|
79
80
|
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
80
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
81
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-f2a60b41.js';
|
|
81
82
|
export { _ as OrTag } from './OrTag-140d4f72.js';
|
|
82
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
83
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-1ced4e58.js';
|
|
83
84
|
export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
|
|
84
85
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
85
86
|
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
@@ -87,11 +88,12 @@ export { _ as OrTextareaV3 } from './OrTextarea-8773d494.js';
|
|
|
87
88
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
88
89
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
89
90
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
90
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
91
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-89aad7fb.js';
|
|
91
92
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
92
93
|
export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
|
|
93
94
|
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
94
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
95
|
+
export { _ as OrTooltipV3 } from './OrTooltip-afe7030b.js';
|
|
96
|
+
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-0d314aa4.js';
|
|
95
97
|
export { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
96
98
|
export { u as useElevation } from './useElevation-0e973238.js';
|
|
97
99
|
export { u as useOverflow } from './useOverflow-ac506c65.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-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-24e2a1a2.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-9d592185.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-44356417.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-
|
|
32
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-2088a37f.js';
|
|
33
33
|
export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-124f3bad.js';
|
|
34
34
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-6a15ea2b.js';
|
|
35
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
35
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-f00cba5e.js';
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
37
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-75de33d0.js';
|
|
38
38
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-24028f23.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
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-3a28db7b.js';
|
|
|
51
51
|
export { _ as OrMenuV3 } from './OrMenu-bb81644d.js';
|
|
52
52
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-9080fc00.js';
|
|
53
53
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
54
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-a1452b11.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-
|
|
56
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-ac420f39.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-4838a9b0.js';
|
|
@@ -62,9 +62,10 @@ 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-4ba56887.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-978a3a6e.js';
|
|
66
|
+
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-17df63b8.js';
|
|
66
67
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
68
|
+
export { _ as OrSelectV3 } from './OrSelect-c6d0a69e.js';
|
|
68
69
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
70
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
|
|
70
71
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
@@ -77,9 +78,9 @@ export { _ as OrTab } from './OrTab-8dfdeca0.js';
|
|
|
77
78
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
|
|
78
79
|
export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
|
|
79
80
|
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
80
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
81
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-f2a60b41.js';
|
|
81
82
|
export { _ as OrTag } from './OrTag-140d4f72.js';
|
|
82
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
83
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-1ced4e58.js';
|
|
83
84
|
export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
|
|
84
85
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
85
86
|
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
@@ -87,11 +88,11 @@ export { _ as OrTextareaV3 } from './OrTextarea-8773d494.js';
|
|
|
87
88
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
88
89
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
89
90
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
90
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
91
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-89aad7fb.js';
|
|
91
92
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
92
93
|
export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
|
|
93
94
|
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
94
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
95
|
+
export { _ as OrTooltipV3 } from './OrTooltip-afe7030b.js';
|
|
95
96
|
import 'vue-demi';
|
|
96
97
|
import 'lodash';
|
|
97
98
|
import './style-inject.es-4c6f2515.js';
|
|
@@ -117,6 +118,7 @@ import 'sortablejs';
|
|
|
117
118
|
import './useElevation-0e973238.js';
|
|
118
119
|
import './useResponsive-a02e95b7.js';
|
|
119
120
|
import '@vueuse/integrations/useFocusTrap';
|
|
121
|
+
import './dropdown-open-0d314aa4.js';
|
|
120
122
|
import './useOverflow-ac506c65.js';
|
|
121
123
|
import 'vue';
|
|
122
124
|
import 'portal-vue';
|
package/dist/v2/index20.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-24e2a1a2.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './OrButton-eb895669.js';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -9,12 +9,12 @@ 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-
|
|
12
|
+
import './OrInput-24028f23.js';
|
|
13
13
|
import './OrError-be656098.js';
|
|
14
14
|
import './OrHint-44356417.js';
|
|
15
|
-
import './OrIconButton-
|
|
15
|
+
import './OrIconButton-2088a37f.js';
|
|
16
16
|
import './OrIcon-124f3bad.js';
|
|
17
|
-
import './OrTooltip-
|
|
17
|
+
import './OrTooltip-afe7030b.js';
|
|
18
18
|
import './OrPopover-9080fc00.js';
|
|
19
19
|
import '@floating-ui/dom';
|
|
20
20
|
import './useResponsive-a02e95b7.js';
|
package/dist/v2/index31.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-2088a37f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './OrIcon-124f3bad.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
|
-
import './OrTooltip-
|
|
7
|
+
import './OrTooltip-afe7030b.js';
|
|
8
8
|
import './OrPopover-9080fc00.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import './useElevation-0e973238.js';
|
package/dist/v2/index34.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-f00cba5e.js';
|
|
2
2
|
export { I as InlineInputSize } from './OrInlineInputBox-6a15ea2b.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -6,9 +6,9 @@ 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-
|
|
9
|
+
import './OrIconButton-2088a37f.js';
|
|
10
10
|
import './OrIcon-124f3bad.js';
|
|
11
|
-
import './OrTooltip-
|
|
11
|
+
import './OrTooltip-afe7030b.js';
|
|
12
12
|
import './OrPopover-9080fc00.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import './useElevation-0e973238.js';
|
package/dist/v2/index36.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-75de33d0.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-
|
|
8
|
+
import './OrIconButton-2088a37f.js';
|
|
9
9
|
import './OrIcon-124f3bad.js';
|
|
10
|
-
import './OrTooltip-
|
|
10
|
+
import './OrTooltip-afe7030b.js';
|
|
11
11
|
import './OrPopover-9080fc00.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import './useElevation-0e973238.js';
|
package/dist/v2/index38.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-24028f23.js';
|
|
2
2
|
export { a as InputSize } from './OrInputBox-208dceac.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -6,9 +6,9 @@ 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-
|
|
9
|
+
import './OrIconButton-2088a37f.js';
|
|
10
10
|
import './OrIcon-124f3bad.js';
|
|
11
|
-
import './OrTooltip-
|
|
11
|
+
import './OrTooltip-afe7030b.js';
|
|
12
12
|
import './OrPopover-9080fc00.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import './useElevation-0e973238.js';
|
package/dist/v2/index50.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-a1452b11.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import './OrIconButton-
|
|
5
|
+
import './OrIconButton-2088a37f.js';
|
|
6
6
|
import './OrIcon-124f3bad.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrTooltip-
|
|
8
|
+
import './OrTooltip-afe7030b.js';
|
|
9
9
|
import './OrPopover-9080fc00.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
11
|
import './useElevation-0e973238.js';
|
package/dist/v2/index52.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-ac420f39.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import './OrIconButton-
|
|
5
|
+
import './OrIconButton-2088a37f.js';
|
|
6
6
|
import './OrIcon-124f3bad.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrTooltip-
|
|
8
|
+
import './OrTooltip-afe7030b.js';
|
|
9
9
|
import './OrPopover-9080fc00.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
11
|
import './useElevation-0e973238.js';
|