@onereach/ui-components 4.6.3 → 4.6.4-beta.2803.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/bundled/v2/hooks/index.d.ts +1 -0
- package/dist/bundled/v2/hooks/index.js +3 -0
- package/dist/bundled/v2/hooks/useOverflow.d.ts +2 -2
- package/dist/bundled/v2/hooks/useTheme.d.ts +2 -0
- package/dist/bundled/v2/hooks/useTheme.js +10128 -0
- package/dist/bundled/v2/index.js +3 -0
- package/dist/bundled/v3/hooks/index.d.ts +1 -0
- package/dist/bundled/v3/hooks/index.js +3 -0
- package/dist/bundled/v3/hooks/useOverflow.d.ts +2 -2
- package/dist/bundled/v3/hooks/useTheme.d.ts +2 -0
- package/dist/bundled/v3/hooks/useTheme.js +10128 -0
- package/dist/bundled/v3/index.js +3 -0
- package/dist/esm/v2/{OrBottomSheet-ffa029ca.js → OrBottomSheet-75a3b3c0.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-02970752.js → OrCardCollection-94e0d4b3.js} +4 -4
- package/dist/esm/v2/{OrCheckbox-3a8c93ad.js → OrCheckbox-41f2822d.js} +2 -0
- package/dist/esm/v2/{OrCheckboxGroup-b0d95dd6.js → OrCheckboxGroup-97cfcbda.js} +1 -1
- package/dist/esm/v2/{OrCheckboxTree-54b0fdc1.js → OrCheckboxTree-a7dc126c.js} +1 -1
- package/dist/esm/v2/{OrConfirm-308e93bc.js → OrConfirm-93176f0d.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-a79b777e.js → OrDatePicker-1f49baf1.js} +3 -3
- package/dist/esm/v2/{OrDateTimePicker-6fe4969d.js → OrDateTimePicker-3609de6e.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-355ea67d.js → OrDateTimePickerMonthSelect-94af0df9.js} +3 -3
- package/dist/esm/v2/{OrIconButton-ee747c71.js → OrIconButton-1ee067fd.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-a131caf4.js → OrInlineInput-737e8fff.js} +3 -1
- package/dist/esm/v2/{OrInlineTextarea-7cc45396.js → OrInlineTextarea-8bc79191.js} +3 -1
- package/dist/esm/v2/{OrInput-3eeca714.js → OrInput-00cba216.js} +3 -1
- package/dist/esm/v2/{OrMenu-8b902c22.js → OrMenu-1c14379f.js} +1 -1
- package/dist/esm/v2/{OrModal-1f80d87f.js → OrModal-3dca06f9.js} +2 -2
- package/dist/esm/v2/{OrNotification-16e6d4ff.js → OrNotification-b2dd7471.js} +1 -1
- package/dist/esm/v2/{OrOverlay-4c8c11e2.js → OrOverlay-cdaf5b7a.js} +2 -0
- package/dist/esm/v2/{OrPagination-36583054.js → OrPagination-06a860c7.js} +4 -2
- package/dist/esm/v2/{OrPassword-1de0dc6c.js → OrPassword-681f8c53.js} +2 -0
- package/dist/esm/v2/{OrPopover-80459663.js → OrPopover-7096d459.js} +3 -1
- package/dist/esm/v2/{OrProgress-102e3b5d.js → OrProgress-e079e857.js} +2 -0
- package/dist/esm/v2/{OrRadio-a812088f.js → OrRadio-23810acd.js} +2 -0
- package/dist/esm/v2/{OrRadioGroup-0de37d76.js → OrRadioGroup-0e1bf22c.js} +1 -1
- package/dist/esm/v2/{OrSearch-fa824e87.js → OrSearch-408fb293.js} +1 -1
- package/dist/esm/v2/{OrSelect-d5fecc34.js → OrSelect-1d437402.js} +6 -4
- package/dist/esm/v2/{OrSidebar-638b1d60.js → OrSidebar-c106e59c.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-2c81d465.js → OrSidebarCollapseButton-db2b96c5.js} +1 -1
- package/dist/esm/v2/{OrSwitch-9fae0bae.js → OrSwitch-cb97f4d3.js} +2 -0
- package/dist/esm/v2/{OrTabs-653258a2.js → OrTabs-52acc3f2.js} +2 -2
- package/dist/esm/v2/{OrTag-6256623c.js → OrTag-dc2a1452.js} +1 -1
- package/dist/esm/v2/{OrTags-db2608dc.js → OrTags-33e9a167.js} +4 -2
- package/dist/esm/v2/{OrTextarea-e5c66426.js → OrTextarea-01df0715.js} +2 -0
- package/dist/esm/v2/{OrTextbox-c85d7fe6.js → OrTextbox-a937432f.js} +2 -0
- package/dist/esm/v2/{OrTimePicker-5470d7a0.js → OrTimePicker-13359d63.js} +2 -2
- package/dist/esm/v2/{OrTooltip-5a6e0f64.js → OrTooltip-0649a0cd.js} +1 -1
- package/dist/esm/v2/components/index.js +38 -36
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +4 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -9
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +5 -3
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +4 -2
- package/dist/esm/v2/components/or-checkbox-v3/index.js +3 -1
- package/dist/esm/v2/components/or-confirm-v3/index.js +9 -7
- package/dist/esm/v2/components/or-date-picker-v3/index.js +10 -8
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +10 -8
- package/dist/esm/v2/components/or-icon-button-v3/index.js +7 -5
- package/dist/esm/v2/components/or-inline-input-v3/index.js +8 -6
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +8 -6
- package/dist/esm/v2/components/or-input-v3/index.js +8 -6
- package/dist/esm/v2/components/or-menu-v3/index.js +6 -4
- package/dist/esm/v2/components/or-modal-v3/index.js +8 -6
- package/dist/esm/v2/components/or-notification-v3/index.js +8 -6
- package/dist/esm/v2/components/or-overlay-v3/index.js +3 -1
- package/dist/esm/v2/components/or-pagination-v3/index.js +7 -5
- package/dist/esm/v2/components/or-password/index.js +3 -1
- package/dist/esm/v2/components/or-popover-v3/index.js +5 -3
- package/dist/esm/v2/components/or-progress-v3/index.js +3 -1
- package/dist/esm/v2/components/or-radio-group-v3/index.js +4 -2
- package/dist/esm/v2/components/or-radio-v3/index.js +3 -1
- package/dist/esm/v2/components/or-search-v3/index.js +9 -7
- package/dist/esm/v2/components/or-select-v3/index.js +11 -9
- package/dist/esm/v2/components/or-sidebar-v3/index.js +9 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +8 -6
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -6
- package/dist/esm/v2/components/or-switch-v3/index.js +3 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +7 -5
- package/dist/esm/v2/components/or-tag-v3/index.js +8 -6
- package/dist/esm/v2/components/or-tags-v3/index.js +9 -7
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -1
- package/dist/esm/v2/components/or-textbox/index.js +3 -1
- package/dist/esm/v2/components/or-time-picker-v3/index.js +8 -6
- package/dist/esm/v2/components/or-toast-v3/index.js +8 -6
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +8 -6
- package/dist/esm/v2/components/or-tooltip-v3/index.js +6 -4
- package/dist/esm/v2/hooks/index.d.ts +1 -0
- package/dist/esm/v2/hooks/index.js +3 -0
- package/dist/esm/v2/hooks/useOverflow.d.ts +2 -2
- package/dist/esm/v2/hooks/useTheme.d.ts +2 -0
- package/dist/esm/v2/index.js +39 -36
- package/dist/esm/v2/{types-4a7d24f3.js → types-a8cdee2b.js} +3 -1
- package/dist/esm/v2/useTheme-e23d13c8.js +9 -0
- package/dist/esm/v3/{OrBottomSheet-5969a217.js → OrBottomSheet-77311b39.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-4401de57.js → OrCardCollection-bb83c68d.js} +4 -4
- package/dist/esm/v3/{OrCheckbox-7093e9c2.js → OrCheckbox-2194e473.js} +2 -0
- package/dist/esm/v3/{OrCheckboxGroup-f755d216.js → OrCheckboxGroup-6c36527f.js} +1 -1
- package/dist/esm/v3/{OrCheckboxTree-99f6eaec.js → OrCheckboxTree-1873a941.js} +1 -1
- package/dist/esm/v3/{OrConfirm-671148e8.js → OrConfirm-db0bc902.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-7cb1da75.js → OrDatePicker-afede6ed.js} +3 -3
- package/dist/esm/v3/{OrDateTimePicker-3cf882f6.js → OrDateTimePicker-c74ee133.js} +3 -3
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-bd26a294.js → OrDateTimePickerMonthSelect-37ab67a7.js} +3 -3
- package/dist/esm/v3/{OrIconButton-b7217ea5.js → OrIconButton-22ed57ad.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-dcb28ea2.js → OrInlineInput-180b24c4.js} +3 -1
- package/dist/esm/v3/{OrInlineTextarea-88eac437.js → OrInlineTextarea-0ac83ef3.js} +3 -1
- package/dist/esm/v3/{OrInput-238fd1c0.js → OrInput-ae5c1b2f.js} +3 -1
- package/dist/esm/v3/{OrMenu-8a53ccf9.js → OrMenu-659eb389.js} +1 -1
- package/dist/esm/v3/{OrModal-1366926a.js → OrModal-2db2eb9f.js} +2 -2
- package/dist/esm/v3/{OrNotification-09216b8b.js → OrNotification-bcae9dec.js} +1 -1
- package/dist/esm/v3/{OrOverlay-bf72f582.js → OrOverlay-5db47cfe.js} +2 -0
- package/dist/esm/v3/{OrPagination-c6046af4.js → OrPagination-9e2ee086.js} +4 -2
- package/dist/esm/v3/{OrPassword-9192b9ea.js → OrPassword-cd8a3c46.js} +2 -0
- package/dist/esm/v3/{OrPopover-15c2968f.js → OrPopover-e2208d1c.js} +3 -1
- package/dist/esm/v3/{OrProgress-efa51d7b.js → OrProgress-a54a42c0.js} +2 -0
- package/dist/esm/v3/{OrRadio-a6c88f29.js → OrRadio-4f0026c9.js} +2 -0
- package/dist/esm/v3/{OrRadioGroup-5d1fe6fd.js → OrRadioGroup-d215409c.js} +1 -1
- package/dist/esm/v3/{OrSearch-cd0f6a88.js → OrSearch-5c1384ce.js} +1 -1
- package/dist/esm/v3/{OrSelect-ce7f58cf.js → OrSelect-f32d7727.js} +6 -4
- package/dist/esm/v3/{OrSidebar-1579ad80.js → OrSidebar-47bea81a.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-2668946c.js → OrSidebarCollapseButton-ece05a32.js} +1 -1
- package/dist/esm/v3/{OrSwitch-594f5a63.js → OrSwitch-ed9868db.js} +2 -0
- package/dist/esm/v3/{OrTabs-a2d87627.js → OrTabs-b9de0432.js} +2 -2
- package/dist/esm/v3/{OrTag-8605e9e6.js → OrTag-c6f35b07.js} +1 -1
- package/dist/esm/v3/{OrTags-3724ff59.js → OrTags-5990db43.js} +4 -2
- package/dist/esm/v3/{OrTextarea-93cf7da7.js → OrTextarea-0f9a2a27.js} +2 -0
- package/dist/esm/v3/{OrTextbox-56714f51.js → OrTextbox-8d2903db.js} +2 -0
- package/dist/esm/v3/{OrTimePicker-a5921c6f.js → OrTimePicker-81437237.js} +2 -2
- package/dist/esm/v3/{OrTooltip-3d5fcaf9.js → OrTooltip-7e0473b9.js} +1 -1
- package/dist/esm/v3/components/index.js +38 -36
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +4 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -9
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +5 -3
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +4 -2
- package/dist/esm/v3/components/or-checkbox-v3/index.js +3 -1
- package/dist/esm/v3/components/or-confirm-v3/index.js +9 -7
- package/dist/esm/v3/components/or-date-picker-v3/index.js +10 -8
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +10 -8
- package/dist/esm/v3/components/or-icon-button-v3/index.js +7 -5
- package/dist/esm/v3/components/or-inline-input-v3/index.js +8 -6
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +8 -6
- package/dist/esm/v3/components/or-input-v3/index.js +8 -6
- package/dist/esm/v3/components/or-menu-v3/index.js +6 -4
- package/dist/esm/v3/components/or-modal-v3/index.js +8 -6
- package/dist/esm/v3/components/or-notification-v3/index.js +8 -6
- package/dist/esm/v3/components/or-overlay-v3/index.js +3 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +7 -5
- package/dist/esm/v3/components/or-password/index.js +3 -1
- package/dist/esm/v3/components/or-popover-v3/index.js +5 -3
- package/dist/esm/v3/components/or-progress-v3/index.js +3 -1
- package/dist/esm/v3/components/or-radio-group-v3/index.js +4 -2
- package/dist/esm/v3/components/or-radio-v3/index.js +3 -1
- package/dist/esm/v3/components/or-search-v3/index.js +9 -7
- package/dist/esm/v3/components/or-select-v3/index.js +11 -9
- package/dist/esm/v3/components/or-sidebar-v3/index.js +9 -7
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +8 -6
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -6
- package/dist/esm/v3/components/or-switch-v3/index.js +3 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +7 -5
- package/dist/esm/v3/components/or-tag-v3/index.js +8 -6
- package/dist/esm/v3/components/or-tags-v3/index.js +9 -7
- package/dist/esm/v3/components/or-textarea-v3/index.js +3 -1
- package/dist/esm/v3/components/or-textbox/index.js +3 -1
- package/dist/esm/v3/components/or-time-picker-v3/index.js +8 -6
- package/dist/esm/v3/components/or-toast-v3/index.js +8 -6
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +8 -6
- package/dist/esm/v3/components/or-tooltip-v3/index.js +6 -4
- package/dist/esm/v3/hooks/index.d.ts +1 -0
- package/dist/esm/v3/hooks/index.js +3 -0
- package/dist/esm/v3/hooks/useOverflow.d.ts +2 -2
- package/dist/esm/v3/hooks/useTheme.d.ts +2 -0
- package/dist/esm/v3/index.js +39 -36
- package/dist/esm/v3/{types-9e1555eb.js → types-637a5626.js} +3 -1
- package/dist/esm/v3/useTheme-e23d13c8.js +9 -0
- package/package.json +4 -4
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useElevation.ts +1 -4
- package/src/hooks/useOverflow.ts +3 -5
- package/src/hooks/useTheme.ts +7 -0
- package/src/shims-mdx.d.ts +4 -0
- package/src/shims-png.d.ts +2 -2
- package/src/shims-vue.d.ts +3 -2
- package/src/shims.d.ts +5 -3
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-db2b96c5.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../../../OrIconButton-
|
|
3
|
+
import '../../../../OrIconButton-1ee067fd.js';
|
|
4
4
|
import '../../../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../../../OrTooltip-
|
|
6
|
+
import '../../../../OrTooltip-0649a0cd.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../../../OrPopover-
|
|
8
|
+
import '../../../../OrPopover-7096d459.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import '../../../../useElevation-b5a49746.js';
|
|
11
11
|
import '../../../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
12
|
+
import '@onereach/styles/tailwind.config';
|
|
13
|
+
import 'tailwindcss/resolveConfig';
|
|
14
|
+
import '../../../../OrBottomSheet-75a3b3c0.js';
|
|
15
|
+
import '../../../../OrOverlay-cdaf5b7a.js';
|
|
14
16
|
import '../../../../OrTeleport.vue2-424c7f33.js';
|
|
15
17
|
import 'portal-vue';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
export { _ as OrSwitchV3 } from '../../OrSwitch-
|
|
1
|
+
export { _ as OrSwitchV3 } from '../../OrSwitch-cb97f4d3.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useIdAttribute-859439f0.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import '@onereach/styles/tailwind.config';
|
|
6
|
+
import 'tailwindcss/resolveConfig';
|
|
5
7
|
import '../../OrLabel-63380256.js';
|
|
6
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
9
|
import '../../OrLoader-b0c381f9.js';
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-52acc3f2.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
7
|
-
import '../../OrMenu-
|
|
8
|
-
import '../../OrPopover-
|
|
7
|
+
import '../../OrMenu-1c14379f.js';
|
|
8
|
+
import '../../OrPopover-7096d459.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import '../../useElevation-b5a49746.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
12
|
+
import '@onereach/styles/tailwind.config';
|
|
13
|
+
import 'tailwindcss/resolveConfig';
|
|
14
|
+
import '../../OrBottomSheet-75a3b3c0.js';
|
|
15
|
+
import '../../OrOverlay-cdaf5b7a.js';
|
|
14
16
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
15
17
|
import 'portal-vue';
|
|
16
18
|
import '../../OrTab-5b198746.js';
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-dc2a1452.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-1ee067fd.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-0649a0cd.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-7096d459.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import '../../useElevation-b5a49746.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
12
|
+
import '@onereach/styles/tailwind.config';
|
|
13
|
+
import 'tailwindcss/resolveConfig';
|
|
14
|
+
import '../../OrBottomSheet-75a3b3c0.js';
|
|
15
|
+
import '../../OrOverlay-cdaf5b7a.js';
|
|
14
16
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
15
17
|
import 'portal-vue';
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
export { _ as OrTagsV3 } from '../../OrTags-
|
|
1
|
+
export { _ as OrTagsV3 } from '../../OrTags-33e9a167.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useOverflow-c856b7b7.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import '@onereach/styles/tailwind.config';
|
|
6
|
+
import 'tailwindcss/resolveConfig';
|
|
5
7
|
import '../../OrButton-9622e713.js';
|
|
6
8
|
import '../../OrLoader-b0c381f9.js';
|
|
7
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrPopover-7096d459.js';
|
|
9
11
|
import '@floating-ui/dom';
|
|
10
12
|
import '../../useElevation-b5a49746.js';
|
|
11
13
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-75a3b3c0.js';
|
|
15
|
+
import '../../OrOverlay-cdaf5b7a.js';
|
|
14
16
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
15
17
|
import 'portal-vue';
|
|
16
|
-
import '../../OrTag-
|
|
17
|
-
import '../../OrIconButton-
|
|
18
|
+
import '../../OrTag-dc2a1452.js';
|
|
19
|
+
import '../../OrIconButton-1ee067fd.js';
|
|
18
20
|
import '../../OrIcon-d35a84d8.js';
|
|
19
|
-
import '../../OrTooltip-
|
|
21
|
+
import '../../OrTooltip-0649a0cd.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Ellipsis can be placed in the end or in the middle of the text. Convenient for displaying long labels,
|
|
4
4
|
* that have same beginning and differ in the ending part.
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: import("
|
|
6
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
7
7
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
8
8
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
9
|
mainTextStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
48
48
|
type: NumberConstructor;
|
|
49
49
|
default: number;
|
|
50
50
|
};
|
|
51
|
-
}>> & Omit<import("
|
|
51
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
52
52
|
text: string;
|
|
53
53
|
sliceIndex: number;
|
|
54
54
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
export { _ as OrTextareaV3 } from '../../OrTextarea-
|
|
1
|
+
export { _ as OrTextareaV3 } from '../../OrTextarea-01df0715.js';
|
|
2
2
|
export { I as TextareaSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
+
import '@onereach/styles/tailwind.config';
|
|
7
|
+
import 'tailwindcss/resolveConfig';
|
|
6
8
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
7
9
|
import '../../OrError-4ffc1c39.js';
|
|
8
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
export { _ as OrTextbox, T as TextboxTypes } from '../../OrTextbox-
|
|
1
|
+
export { _ as OrTextbox, T as TextboxTypes } from '../../OrTextbox-a937432f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
+
import '@onereach/styles/tailwind.config';
|
|
5
|
+
import 'tailwindcss/resolveConfig';
|
|
4
6
|
import '../../useToggle-c04fc920.js';
|
|
5
7
|
import '../../px-to-rem-0b26b83e.js';
|
|
6
8
|
import '../../dom-f1d55b67.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-13359d63.js';
|
|
2
2
|
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -11,15 +11,17 @@ import '@vueuse/core';
|
|
|
11
11
|
import '../../OrDateTimePickerTimeSelect-eecdd8ab.js';
|
|
12
12
|
import '../../OrError-4ffc1c39.js';
|
|
13
13
|
import '../../OrHint-aa221198.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-1ee067fd.js';
|
|
15
15
|
import '../../OrIcon-d35a84d8.js';
|
|
16
|
-
import '../../OrTooltip-
|
|
17
|
-
import '../../OrPopover-
|
|
16
|
+
import '../../OrTooltip-0649a0cd.js';
|
|
17
|
+
import '../../OrPopover-7096d459.js';
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
19
|
import '../../useElevation-b5a49746.js';
|
|
20
20
|
import '../../useResponsive-a02e95b7.js';
|
|
21
|
-
import '
|
|
22
|
-
import '
|
|
21
|
+
import '@onereach/styles/tailwind.config';
|
|
22
|
+
import 'tailwindcss/resolveConfig';
|
|
23
|
+
import '../../OrBottomSheet-75a3b3c0.js';
|
|
24
|
+
import '../../OrOverlay-cdaf5b7a.js';
|
|
23
25
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
24
26
|
import 'portal-vue';
|
|
25
27
|
import '../../OrInputBox-7f3c0ee9.js';
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-a8cdee2b.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../useElevation-b5a49746.js';
|
|
6
|
+
import '@onereach/styles/tailwind.config';
|
|
7
|
+
import 'tailwindcss/resolveConfig';
|
|
6
8
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
7
9
|
import 'portal-vue';
|
|
8
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-1ee067fd.js';
|
|
10
12
|
import '../../OrIcon-d35a84d8.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrTooltip-0649a0cd.js';
|
|
14
|
+
import '../../OrPopover-7096d459.js';
|
|
13
15
|
import '@floating-ui/dom';
|
|
14
16
|
import '../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../OrBottomSheet-
|
|
16
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../OrBottomSheet-75a3b3c0.js';
|
|
18
|
+
import '../../OrOverlay-cdaf5b7a.js';
|
|
17
19
|
import '../../OrLoader-b0c381f9.js';
|
|
18
20
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-a8cdee2b.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../../useElevation-b5a49746.js';
|
|
6
|
+
import '@onereach/styles/tailwind.config';
|
|
7
|
+
import 'tailwindcss/resolveConfig';
|
|
6
8
|
import '../../../OrTeleport.vue2-424c7f33.js';
|
|
7
9
|
import 'portal-vue';
|
|
8
10
|
import '../../../normalize-component-6e8e3d80.js';
|
|
9
|
-
import '../../../OrIconButton-
|
|
11
|
+
import '../../../OrIconButton-1ee067fd.js';
|
|
10
12
|
import '../../../OrIcon-d35a84d8.js';
|
|
11
|
-
import '../../../OrTooltip-
|
|
12
|
-
import '../../../OrPopover-
|
|
13
|
+
import '../../../OrTooltip-0649a0cd.js';
|
|
14
|
+
import '../../../OrPopover-7096d459.js';
|
|
13
15
|
import '@floating-ui/dom';
|
|
14
16
|
import '../../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../../OrBottomSheet-
|
|
16
|
-
import '../../../OrOverlay-
|
|
17
|
+
import '../../../OrBottomSheet-75a3b3c0.js';
|
|
18
|
+
import '../../../OrOverlay-cdaf5b7a.js';
|
|
17
19
|
import '../../../OrLoader-b0c381f9.js';
|
|
18
20
|
import '../../../style-inject.es-4c6f2515.js';
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
export { _ as OrTooltipV3 } from '../../OrTooltip-
|
|
2
|
-
export { P as TooltipPlacement } from '../../OrPopover-
|
|
1
|
+
export { _ as OrTooltipV3 } from '../../OrTooltip-0649a0cd.js';
|
|
2
|
+
export { P as TooltipPlacement } from '../../OrPopover-7096d459.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '@floating-ui/dom';
|
|
7
7
|
import '../../useElevation-b5a49746.js';
|
|
8
8
|
import '../../useResponsive-a02e95b7.js';
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
9
|
+
import '@onereach/styles/tailwind.config';
|
|
10
|
+
import 'tailwindcss/resolveConfig';
|
|
11
|
+
import '../../OrBottomSheet-75a3b3c0.js';
|
|
12
|
+
import '../../OrOverlay-cdaf5b7a.js';
|
|
11
13
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
12
14
|
import 'portal-vue';
|
|
@@ -3,5 +3,6 @@ export { useElevation } from './useElevation';
|
|
|
3
3
|
export { useIdAttribute } from './useIdAttribute';
|
|
4
4
|
export { useOverflow } from './useOverflow';
|
|
5
5
|
export { useResponsive } from './useResponsive';
|
|
6
|
+
export { useTheme } from './useTheme';
|
|
6
7
|
export { default as useToggle } from './useToggle';
|
|
7
8
|
export { useValidationAttributes } from './useValidationAttributes';
|
|
@@ -2,7 +2,10 @@ export { u as useControlAttributes, a as useIdAttribute } from '../useIdAttribut
|
|
|
2
2
|
export { u as useElevation } from '../useElevation-b5a49746.js';
|
|
3
3
|
export { u as useOverflow } from '../useOverflow-c856b7b7.js';
|
|
4
4
|
export { u as useResponsive } from '../useResponsive-a02e95b7.js';
|
|
5
|
+
export { u as useTheme } from '../useTheme-e23d13c8.js';
|
|
5
6
|
export { u as useToggle } from '../useToggle-c04fc920.js';
|
|
6
7
|
export { u as useValidationAttributes } from '../useValidationAttributes-d1abbe34.js';
|
|
7
8
|
import 'vue-demi';
|
|
8
9
|
import '@vueuse/core';
|
|
10
|
+
import '@onereach/styles/tailwind.config';
|
|
11
|
+
import 'tailwindcss/resolveConfig';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MaybeElementRef } from '@vueuse/core';
|
|
2
2
|
import { Ref } from 'vue-demi';
|
|
3
|
-
export interface
|
|
3
|
+
export interface Overflow {
|
|
4
4
|
innerItems: Ref<HTMLElement[]>;
|
|
5
5
|
outerItems: Ref<HTMLElement[]>;
|
|
6
6
|
}
|
|
7
|
-
export declare function useOverflow(container: MaybeElementRef<HTMLElement | undefined>):
|
|
7
|
+
export declare function useOverflow(container: MaybeElementRef<HTMLElement | undefined>): Overflow;
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from './OrAvatar-2b00cd61.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from './OrAvatar-3df48865.js';
|
|
3
|
-
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-
|
|
3
|
+
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-75a3b3c0.js';
|
|
4
4
|
export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-bafb6cad.js';
|
|
5
5
|
export { _ as OrButtonV2 } from './OrButton-b60290c4.js';
|
|
6
6
|
export { _ as OrIconButton, _ as OrIconButtonV2 } from './OrIconButton-544ee642.js';
|
|
@@ -8,14 +8,14 @@ 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-4eb5c533.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-94e0d4b3.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
|
|
13
13
|
export { _ as OrCarousel } from './OrCarousel-b220cf82.js';
|
|
14
14
|
export { _ as OrCarouselItem } from './OrCarouselItem-c614bab9.js';
|
|
15
15
|
export { _ as OrCheckbox } from './OrCheckbox-91788c22.js';
|
|
16
|
-
export { _ as OrCheckboxV3 } from './OrCheckbox-
|
|
17
|
-
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-
|
|
18
|
-
export { _ as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-
|
|
16
|
+
export { _ as OrCheckboxV3 } from './OrCheckbox-41f2822d.js';
|
|
17
|
+
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-97cfcbda.js';
|
|
18
|
+
export { _ as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-a7dc126c.js';
|
|
19
19
|
export { _ as OrChip } from './OrChip-a614bbb9.js';
|
|
20
20
|
export { _ as OrChips } from './OrChips-bdf51639.js';
|
|
21
21
|
export { _ as OrCode, O as OrCodeLanguages } from './OrCode-cbd05828.js';
|
|
@@ -25,10 +25,10 @@ export { _ as OrCombinedInputV3 } from './OrCombinedInput-9c2b15fe.js';
|
|
|
25
25
|
export { _ as OrInputBoxV3 } from './OrInputBox-7f3c0ee9.js';
|
|
26
26
|
export { I as CombinedInputSize, 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-906b3ef8.js';
|
|
27
27
|
export { _ as OrConfirm } from './OrConfirm-f4eec5b2.js';
|
|
28
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
29
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
28
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-93176f0d.js';
|
|
29
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-1f49baf1.js';
|
|
30
30
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-fb410167.js';
|
|
31
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
31
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-3609de6e.js';
|
|
32
32
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
33
33
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
34
34
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
|
|
@@ -40,14 +40,14 @@ export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-29a51
|
|
|
40
40
|
export { _ as OrHint } from './OrHint-7eadc91e.js';
|
|
41
41
|
export { _ as OrHintV3 } from './OrHint-aa221198.js';
|
|
42
42
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-fa826b6b.js';
|
|
43
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
43
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-1ee067fd.js';
|
|
44
44
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
|
|
45
45
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
|
|
46
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
46
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-737e8fff.js';
|
|
47
47
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-f52267aa.js';
|
|
48
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
48
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-8bc79191.js';
|
|
49
49
|
export { _ as OrInput } from './OrInput-014d2e47.js';
|
|
50
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
50
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-00cba216.js';
|
|
51
51
|
export { _ as OrLabel } from './OrLabel-fcceec1b.js';
|
|
52
52
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
|
|
53
53
|
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-3679a61f.js';
|
|
@@ -56,32 +56,32 @@ export { _ as OrListOfInputs } from './OrListOfInputs-9b7522fa.js';
|
|
|
56
56
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-0cc7c73e.js';
|
|
57
57
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b0c381f9.js';
|
|
58
58
|
export { _ as OrMenuItemV3 } from './OrMenuItem-6f9b8a93.js';
|
|
59
|
-
export { _ as OrMenuV3 } from './OrMenu-
|
|
60
|
-
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
59
|
+
export { _ as OrMenuV3 } from './OrMenu-1c14379f.js';
|
|
60
|
+
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-7096d459.js';
|
|
61
61
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-206611f2.js';
|
|
62
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
62
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-3dca06f9.js';
|
|
63
63
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-44bc1f50.js';
|
|
64
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
64
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-b2dd7471.js';
|
|
65
65
|
export { _ as OrNumberInput } from './OrNumberInput-fcbcf229.js';
|
|
66
66
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-e3ae75a3.js';
|
|
67
67
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
68
|
-
export { _ as OrOverlayV3 } from './OrOverlay-
|
|
69
|
-
export { _ as OrPaginationV3 } from './OrPagination-
|
|
70
|
-
export { _ as OrPassword } from './OrPassword-
|
|
68
|
+
export { _ as OrOverlayV3 } from './OrOverlay-cdaf5b7a.js';
|
|
69
|
+
export { _ as OrPaginationV3 } from './OrPagination-06a860c7.js';
|
|
70
|
+
export { _ as OrPassword } from './OrPassword-681f8c53.js';
|
|
71
71
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-65968c24.js';
|
|
72
|
-
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-
|
|
72
|
+
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-e079e857.js';
|
|
73
73
|
export { _ as OrRadio } from './OrRadio-811ad5a4.js';
|
|
74
74
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
75
|
-
export { _ as OrRadioGroupV3 } from './OrRadioGroup-
|
|
76
|
-
export { _ as OrRadioV3 } from './OrRadio-
|
|
75
|
+
export { _ as OrRadioGroupV3 } from './OrRadioGroup-0e1bf22c.js';
|
|
76
|
+
export { _ as OrRadioV3 } from './OrRadio-23810acd.js';
|
|
77
77
|
export { _ as OrSearch } from './OrSearch-e2941d35.js';
|
|
78
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
78
|
+
export { _ as OrSearchV3 } from './OrSearch-408fb293.js';
|
|
79
79
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-a1ea5b72.js';
|
|
80
80
|
export { _ as OrSelect } from './OrSelect-49239b74.js';
|
|
81
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
81
|
+
export { _ as OrSelectV3 } from './OrSelect-1d437402.js';
|
|
82
82
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
|
|
83
|
-
export { _ as OrSidebarV3 } from './OrSidebar-
|
|
84
|
-
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
83
|
+
export { _ as OrSidebarV3 } from './OrSidebar-c106e59c.js';
|
|
84
|
+
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-db2b96c5.js';
|
|
85
85
|
export { _ as OrSkeletonCircle } from './OrSkeletonCircle-c4bf0e34.js';
|
|
86
86
|
export { _ as OrSkeletonRect } from './OrSkeletonRect-79162a84.js';
|
|
87
87
|
export { _ as OrSkeletonText } from './OrSkeletonText-bd5d97bb.js';
|
|
@@ -93,34 +93,35 @@ export { _ as OrSlider } from './OrSlider-529730ed.js';
|
|
|
93
93
|
export { _ as OrSortHeaderV3 } from './OrSortHeader-8596b958.js';
|
|
94
94
|
export { _ as OrStepper } from './OrStepper-3707ec50.js';
|
|
95
95
|
export { _ as OrSwitch } from './OrSwitch-75458852.js';
|
|
96
|
-
export { _ as OrSwitchV3 } from './OrSwitch-
|
|
96
|
+
export { _ as OrSwitchV3 } from './OrSwitch-cb97f4d3.js';
|
|
97
97
|
export { _ as OrTab } from './OrTab-58821c9b.js';
|
|
98
98
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-424f2986.js';
|
|
99
99
|
export { _ as OrTabV3 } from './OrTab-5b198746.js';
|
|
100
100
|
export { _ as OrTabs } from './OrTabs-62e7e478.js';
|
|
101
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
101
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-52acc3f2.js';
|
|
102
102
|
export { _ as OrTag } from './OrTag-54778d09.js';
|
|
103
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
104
|
-
export { _ as OrTagsV3 } from './OrTags-
|
|
103
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-dc2a1452.js';
|
|
104
|
+
export { _ as OrTagsV3 } from './OrTags-33e9a167.js';
|
|
105
105
|
export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
106
106
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
|
|
107
107
|
export { _ as OrTextV3 } from './OrText-44449e7b.js';
|
|
108
108
|
export { _ as OrTextarea } from './OrTextarea-d36f4ec6.js';
|
|
109
|
-
export { _ as OrTextareaV3 } from './OrTextarea-
|
|
110
|
-
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-
|
|
111
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
109
|
+
export { _ as OrTextareaV3 } from './OrTextarea-01df0715.js';
|
|
110
|
+
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-a937432f.js';
|
|
111
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-13359d63.js';
|
|
112
112
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-7017d12b.js';
|
|
113
113
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
114
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
114
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-a8cdee2b.js';
|
|
115
115
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332cc2.js';
|
|
116
116
|
export { _ as OrTooltip } from './OrTooltip-0bbf1ed5.js';
|
|
117
117
|
export { _ as OrTooltipContent } from './OrTooltipContent-57a25502.js';
|
|
118
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
118
|
+
export { _ as OrTooltipV3 } from './OrTooltip-0649a0cd.js';
|
|
119
119
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
120
120
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
121
121
|
export { u as useElevation } from './useElevation-b5a49746.js';
|
|
122
122
|
export { u as useOverflow } from './useOverflow-c856b7b7.js';
|
|
123
123
|
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
124
|
+
export { u as useTheme } from './useTheme-e23d13c8.js';
|
|
124
125
|
export { u as useToggle } from './useToggle-c04fc920.js';
|
|
125
126
|
export { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
126
127
|
import { R as RX_ABBREVIATION_FROM_STRING } from './color-40b7fe6b.js';
|
|
@@ -131,6 +132,8 @@ import '@vueuse/core';
|
|
|
131
132
|
import './OrButton.vue_rollup-plugin-vue_styles.0-3b064042.js';
|
|
132
133
|
import '@splidejs/splide';
|
|
133
134
|
import '@splidejs/splide/dist/css/splide.min.css';
|
|
135
|
+
import '@onereach/styles/tailwind.config';
|
|
136
|
+
import 'tailwindcss/resolveConfig';
|
|
134
137
|
import './OrChips.vue_rollup-plugin-vue_styles.0-af9f8d87.js';
|
|
135
138
|
import '@codemirror/state';
|
|
136
139
|
import '@codemirror/view';
|
|
@@ -149,7 +152,7 @@ import 'lodash/isElement';
|
|
|
149
152
|
import 'lodash/get';
|
|
150
153
|
import '@vueuse/math';
|
|
151
154
|
import './OrDateTimePickerPopoverHeader-a84af34e.js';
|
|
152
|
-
import './OrDateTimePickerMonthSelect-
|
|
155
|
+
import './OrDateTimePickerMonthSelect-94af0df9.js';
|
|
153
156
|
import 'lodash/padStart';
|
|
154
157
|
import './OrDateTimePickerTimeSelect-eecdd8ab.js';
|
|
155
158
|
import '@floating-ui/dom';
|
|
@@ -1,9 +1,11 @@
|
|
|
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-b5a49746.js';
|
|
4
|
+
import '@onereach/styles/tailwind.config';
|
|
5
|
+
import 'tailwindcss/resolveConfig';
|
|
4
6
|
import { _ as __vue_component__$4 } from './OrTeleport.vue2-424c7f33.js';
|
|
5
7
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-a1332cc2.js';
|
|
6
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
8
|
+
import { _ as __vue_component__$2 } from './OrIconButton-1ee067fd.js';
|
|
7
9
|
import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
|
|
8
10
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import defaultConfig from '@onereach/styles/tailwind.config';
|
|
2
|
+
import resolveConfig from 'tailwindcss/resolveConfig';
|
|
3
|
+
|
|
4
|
+
function useTheme() {
|
|
5
|
+
let config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : defaultConfig;
|
|
6
|
+
return resolveConfig(config).theme;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export { useTheme as u };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch, unref } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrOverlay-
|
|
3
|
+
import { s as script$1 } from './OrOverlay-5db47cfe.js';
|
|
4
4
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, createElementBlock, normalizeClass, createCommentVNode, renderSlot } from 'vue';
|
|
5
5
|
|
|
6
6
|
var BottomSheetVariant;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
2
|
import { s as script$3 } from './OrButton-c2b6aa9e.js';
|
|
3
|
-
import { s as script$2 } from './OrIconButton-
|
|
3
|
+
import { s as script$2 } from './OrIconButton-22ed57ad.js';
|
|
4
4
|
import { s as script$6 } from './OrIcon-62793572.js';
|
|
5
5
|
import { s as script$5 } from './OrMenuItem-dbee450f.js';
|
|
6
|
-
import { s as script$4 } from './OrMenu-
|
|
7
|
-
import './OrPopover-
|
|
8
|
-
import { s as script$7 } from './OrSearch-
|
|
6
|
+
import { s as script$4 } from './OrMenu-659eb389.js';
|
|
7
|
+
import './OrPopover-e2208d1c.js';
|
|
8
|
+
import { s as script$7 } from './OrSearch-5c1384ce.js';
|
|
9
9
|
import './OrInputBox-32814878.js';
|
|
10
10
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createVNode, withCtx, createBlock, createCommentVNode, normalizeProps, guardReactiveProps } from 'vue';
|
|
11
11
|
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue-demi';
|
|
2
2
|
import { useVModel } from '@vueuse/core';
|
|
3
3
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
|
|
4
|
+
import '@onereach/styles/tailwind.config';
|
|
5
|
+
import 'tailwindcss/resolveConfig';
|
|
4
6
|
import { s as script$1, L as LabelVariant } from './OrLabel-4da56db0.js';
|
|
5
7
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
6
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
2
|
import { useVModel } from '@vueuse/core';
|
|
3
3
|
import { s as script$2, F as FormGroupDirection } from './OrFormGroup-9f581536.js';
|
|
4
|
-
import { s as script$1 } from './OrCheckboxTree-
|
|
4
|
+
import { s as script$1 } from './OrCheckboxTree-1873a941.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useVModel, useToggle } from '@vueuse/core';
|
|
3
|
-
import { s as script$2 } from './OrCheckbox-
|
|
3
|
+
import { s as script$2 } from './OrCheckbox-2194e473.js';
|
|
4
4
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
5
5
|
import { s as script$3 } from './OrButton-c2b6aa9e.js';
|
|
6
6
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, Fragment, createElementVNode, createBlock, withCtx, createVNode, createCommentVNode, renderList } from 'vue';
|
|
@@ -2,8 +2,8 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
|
2
2
|
import { logicAnd } from '@vueuse/math';
|
|
3
3
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
4
4
|
import { s as script$2, a as ButtonColor } from './OrButton-c2b6aa9e.js';
|
|
5
|
-
import { s as script$3 } from './OrInput-
|
|
6
|
-
import { s as script$1 } from './OrOverlay-
|
|
5
|
+
import { s as script$3 } from './OrInput-ae5c1b2f.js';
|
|
6
|
+
import { s as script$1 } from './OrOverlay-5db47cfe.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
8
8
|
|
|
9
9
|
var ConfirmType;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
3
3
|
import { s as script$3, a as script$5, b as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-3ae517f8.js';
|
|
4
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
4
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-37ab67a7.js';
|
|
5
5
|
import { s as script$7 } from './OrError-c01d0c29.js';
|
|
6
6
|
import { s as script$8 } from './OrHint-06ab89d7.js';
|
|
7
|
-
import { s as script$a } from './OrIconButton-
|
|
7
|
+
import { s as script$a } from './OrIconButton-22ed57ad.js';
|
|
8
8
|
import { s as script$9 } from './OrIcon-62793572.js';
|
|
9
9
|
import { s as script$b, I as InputBoxSize } from './OrInputBox-32814878.js';
|
|
10
10
|
import { s as script$c } from './OrLabel-4da56db0.js';
|
|
11
|
-
import { s as script$d } from './OrPopover-
|
|
11
|
+
import { s as script$d } from './OrPopover-e2208d1c.js';
|
|
12
12
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
13
13
|
|
|
14
14
|
const DatePicker = [
|
|
@@ -2,13 +2,13 @@ import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
3
3
|
import { s as script$9 } from './OrError-c01d0c29.js';
|
|
4
4
|
import { s as script$a } from './OrHint-06ab89d7.js';
|
|
5
|
-
import { s as script$c } from './OrIconButton-
|
|
5
|
+
import { s as script$c } from './OrIconButton-22ed57ad.js';
|
|
6
6
|
import { s as script$b } from './OrIcon-62793572.js';
|
|
7
7
|
import { s as script$d, I as InputBoxSize } from './OrInputBox-32814878.js';
|
|
8
8
|
import { s as script$e } from './OrLabel-4da56db0.js';
|
|
9
|
-
import { s as script$f } from './OrPopover-
|
|
9
|
+
import { s as script$f } from './OrPopover-e2208d1c.js';
|
|
10
10
|
import { s as script$3, a as script$5, b as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-3ae517f8.js';
|
|
11
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
11
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-37ab67a7.js';
|
|
12
12
|
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-14503fde.js';
|
|
13
13
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
14
14
|
|