@onereach/ui-components 2.58.1 → 2.59.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/OrSkeletonText-950be6a2.js +304 -0
- package/dist/v2/components/index.d.ts +1 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeleton.stories3.d.ts +35 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonCircle.stories3.d.ts +22 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonCircle.vue.d.ts +51 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonRect.stories3.d.ts +32 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonRect.vue.d.ts +60 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonText.stories3.d.ts +32 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonText.vue.d.ts +96 -0
- package/dist/v2/components/or-skeleton-v3/index.d.ts +3 -0
- package/dist/v2/components/or-skeleton-v3/styles.d.ts +6 -0
- package/dist/v2/index.js +1 -0
- package/dist/v2/index2.js +1 -0
- package/dist/v2/index68.js +3 -10
- package/dist/v2/index69.js +3 -6
- package/dist/v2/index70.js +13 -2
- package/dist/v2/index71.js +4 -6
- package/dist/v2/index72.js +6 -4
- package/dist/v2/index73.js +2 -1
- package/dist/v2/index74.js +3 -3
- package/dist/v2/index75.js +3 -4
- package/dist/v2/index76.js +4 -15
- package/dist/v2/index77.js +14 -11
- package/dist/v2/index78.js +11 -13
- package/dist/v2/index79.js +14 -2
- package/dist/v2/index80.js +2 -2
- package/dist/v2/index81.js +2 -3
- package/dist/v2/index82.js +1 -6
- package/dist/v2/index83.js +7 -20
- package/dist/v2/index84.js +12 -9
- package/dist/v2/index85.js +18 -1
- package/dist/v2/index86.js +2 -18
- package/dist/v2/index87.js +18 -2
- package/dist/v2/index88.js +2 -10
- package/dist/v2/index89.js +9 -11
- package/dist/v2/index90.js +12 -6
- package/dist/v2/index91.js +5 -1
- package/dist/v2/index92.js +3 -0
- package/dist/v3/OrSkeletonText-3965ff71.js +235 -0
- package/dist/v3/components/index.d.ts +1 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeleton.stories3.d.ts +35 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonCircle.stories3.d.ts +22 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonCircle.vue.d.ts +51 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonRect.stories3.d.ts +32 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonRect.vue.d.ts +60 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonText.stories3.d.ts +32 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonText.vue.d.ts +96 -0
- package/dist/v3/components/or-skeleton-v3/index.d.ts +3 -0
- package/dist/v3/components/or-skeleton-v3/styles.d.ts +6 -0
- package/dist/v3/index.js +1 -0
- package/dist/v3/index2.js +1 -0
- package/dist/v3/index68.js +3 -9
- package/dist/v3/index69.js +3 -4
- package/dist/v3/index70.js +10 -2
- package/dist/v3/index71.js +3 -5
- package/dist/v3/index72.js +5 -3
- package/dist/v3/index73.js +2 -1
- package/dist/v3/index74.js +3 -3
- package/dist/v3/index75.js +3 -4
- package/dist/v3/index76.js +4 -14
- package/dist/v3/index77.js +13 -10
- package/dist/v3/index78.js +10 -12
- package/dist/v3/index79.js +13 -1
- package/dist/v3/index80.js +1 -1
- package/dist/v3/index81.js +1 -3
- package/dist/v3/index82.js +1 -6
- package/dist/v3/index83.js +6 -16
- package/dist/v3/index84.js +12 -9
- package/dist/v3/index85.js +15 -1
- package/dist/v3/index86.js +2 -17
- package/dist/v3/index87.js +17 -2
- package/dist/v3/index88.js +2 -8
- package/dist/v3/index89.js +6 -9
- package/dist/v3/index90.js +11 -6
- package/dist/v3/index91.js +5 -1
- package/dist/v3/index92.js +3 -0
- package/package.json +3 -3
- package/src/components/index.ts +1 -0
- package/src/components/or-skeleton-v3/OrSkeleton.docs.mdx +6 -0
- package/src/components/or-skeleton-v3/OrSkeleton.stories3.ts +144 -0
- package/src/components/or-skeleton-v3/OrSkeletonCircle.docs.mdx +7 -0
- package/src/components/or-skeleton-v3/OrSkeletonCircle.stories3.ts +59 -0
- package/src/components/or-skeleton-v3/OrSkeletonCircle.vue +74 -0
- package/src/components/or-skeleton-v3/OrSkeletonRect.docs.mdx +6 -0
- package/src/components/or-skeleton-v3/OrSkeletonRect.stories3.ts +80 -0
- package/src/components/or-skeleton-v3/OrSkeletonRect.vue +77 -0
- package/src/components/or-skeleton-v3/OrSkeletonText.docs.mdx +7 -0
- package/src/components/or-skeleton-v3/OrSkeletonText.stories3.ts +88 -0
- package/src/components/or-skeleton-v3/OrSkeletonText.vue +114 -0
- package/src/components/or-skeleton-v3/index.ts +3 -0
- package/src/components/or-skeleton-v3/styles.ts +53 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const SkeletonRoot: string[];
|
|
2
|
+
export declare const SkeletonTextContainerRoot: string[];
|
|
3
|
+
export declare const SkeletonCircle: string[];
|
|
4
|
+
export declare const SkeletonRect: string[];
|
|
5
|
+
export declare const SkeletonText: string[];
|
|
6
|
+
export declare const SkeletonAnimated: string[];
|
package/dist/v2/index.js
CHANGED
|
@@ -68,6 +68,7 @@ export { _ as OrSelectV3 } from './OrSelect-f19c530e.js';
|
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-2522cce0.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
71
|
+
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from './OrSkeletonText-950be6a2.js';
|
|
71
72
|
export { _ as OrSlider } from './OrSlider-021736ec.js';
|
|
72
73
|
export { _ as OrStepper } from './OrStepper-a0b4da52.js';
|
|
73
74
|
export { _ as OrSwitch } from './OrSwitch-cd24ee40.js';
|
package/dist/v2/index2.js
CHANGED
|
@@ -68,6 +68,7 @@ export { _ as OrSelectV3 } from './OrSelect-f19c530e.js';
|
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-2522cce0.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
71
|
+
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from './OrSkeletonText-950be6a2.js';
|
|
71
72
|
export { _ as OrSlider } from './OrSlider-021736ec.js';
|
|
72
73
|
export { _ as OrStepper } from './OrStepper-a0b4da52.js';
|
|
73
74
|
export { _ as OrSwitch } from './OrSwitch-cd24ee40.js';
|
package/dist/v2/index68.js
CHANGED
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
import './OrIcon-7cd10497.js';
|
|
1
|
+
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from './OrSkeletonText-950be6a2.js';
|
|
3
2
|
import 'vue-demi';
|
|
4
3
|
import 'lodash';
|
|
5
|
-
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
6
|
-
import './style-inject.es-4c6f2515.js';
|
|
7
|
-
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrFloating-b15309d1.js';
|
|
9
|
-
import '@floating-ui/dom';
|
|
10
|
-
import './OrTeleportVue2-fce4676d.js';
|
|
11
|
-
import 'vue';
|
|
12
|
-
import './dom-7a41831b.js';
|
|
13
4
|
import './px-to-rem-0b26b83e.js';
|
|
5
|
+
import './useClassAttribute-47fdb016.js';
|
|
14
6
|
import '@vueuse/core';
|
|
7
|
+
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index69.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
import 'vue-demi';
|
|
3
|
-
import './OrButton-56baef5e.js';
|
|
4
|
-
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
1
|
+
export { _ as OrSlider } from './OrSlider-021736ec.js';
|
|
5
2
|
import './OrIcon-7cd10497.js';
|
|
3
|
+
import 'vue-demi';
|
|
6
4
|
import 'lodash';
|
|
7
5
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
8
6
|
import './style-inject.es-4c6f2515.js';
|
|
@@ -13,5 +11,4 @@ import './OrTeleportVue2-fce4676d.js';
|
|
|
13
11
|
import 'vue';
|
|
14
12
|
import './dom-7a41831b.js';
|
|
15
13
|
import './px-to-rem-0b26b83e.js';
|
|
16
|
-
import '
|
|
17
|
-
import './OrTooltip-b31bd78d.js';
|
|
14
|
+
import '@vueuse/core';
|
package/dist/v2/index70.js
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrStepper } from './OrStepper-a0b4da52.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
+
import './OrButton-56baef5e.js';
|
|
4
|
+
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
5
|
+
import './OrIcon-7cd10497.js';
|
|
3
6
|
import 'lodash';
|
|
4
|
-
import './
|
|
7
|
+
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
5
8
|
import './style-inject.es-4c6f2515.js';
|
|
6
9
|
import './normalize-component-6e8e3d80.js';
|
|
10
|
+
import './OrFloating-b15309d1.js';
|
|
11
|
+
import '@floating-ui/dom';
|
|
12
|
+
import './OrTeleportVue2-fce4676d.js';
|
|
13
|
+
import 'vue';
|
|
14
|
+
import './dom-7a41831b.js';
|
|
15
|
+
import './px-to-rem-0b26b83e.js';
|
|
16
|
+
import './OrLoader-212ef381.js';
|
|
17
|
+
import './OrTooltip-b31bd78d.js';
|
package/dist/v2/index71.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrSwitch } from './OrSwitch-cd24ee40.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import './OrLabel-9a259894.js';
|
|
6
|
-
import './normalize-component-6e8e3d80.js';
|
|
7
|
-
import './OrLoader-bd088836.js';
|
|
3
|
+
import 'lodash';
|
|
4
|
+
import './OrLoader-212ef381.js';
|
|
8
5
|
import './style-inject.es-4c6f2515.js';
|
|
6
|
+
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index72.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrSwitchV3 } from './OrSwitch-44983f55.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import './
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import './OrLabel-9a259894.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
|
+
import './OrLoader-bd088836.js';
|
|
8
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index73.js
CHANGED
package/dist/v2/index74.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
3
|
+
import 'lodash';
|
|
4
|
+
import './style-inject.es-4c6f2515.js';
|
|
5
5
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index75.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
5
|
-
import './style-inject.es-4c6f2515.js';
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
6
5
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index76.js
CHANGED
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
import '@vueuse/core';
|
|
1
|
+
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
3
2
|
import 'vue-demi';
|
|
4
|
-
import './
|
|
5
|
-
import '
|
|
3
|
+
import './OrTabHeaderItem-6a08756e.js';
|
|
4
|
+
import 'lodash';
|
|
5
|
+
import './style-inject.es-4c6f2515.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
|
-
import './OrMenuItem-d82ba657.js';
|
|
8
|
-
import './OrMenu-f78fd382.js';
|
|
9
|
-
import './OrPopover-edd82c5d.js';
|
|
10
|
-
import '@floating-ui/dom';
|
|
11
|
-
import './useElevation-0e973238.js';
|
|
12
|
-
import './useResponsive-a02e95b7.js';
|
|
13
|
-
import './OrBottomSheet-3ce1529c.js';
|
|
14
|
-
import './OrOverlay-4838a9b0.js';
|
|
15
|
-
import './OrTeleport.vue2-fb92f29f.js';
|
|
16
|
-
import 'portal-vue';
|
|
17
|
-
import './OrTab-4e6ff742.js';
|
package/dist/v2/index77.js
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-94e45ed2.js';
|
|
2
|
+
import '@vueuse/core';
|
|
2
3
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
5
|
-
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
6
|
-
import './style-inject.es-4c6f2515.js';
|
|
4
|
+
import './useClassAttribute-47fdb016.js';
|
|
5
|
+
import './OrIcon-124f3bad.js';
|
|
7
6
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './
|
|
7
|
+
import './OrMenuItem-d82ba657.js';
|
|
8
|
+
import './OrMenu-f78fd382.js';
|
|
9
|
+
import './OrPopover-edd82c5d.js';
|
|
9
10
|
import '@floating-ui/dom';
|
|
10
|
-
import './
|
|
11
|
-
import '
|
|
12
|
-
import './
|
|
13
|
-
import './
|
|
14
|
-
import './
|
|
11
|
+
import './useElevation-0e973238.js';
|
|
12
|
+
import './useResponsive-a02e95b7.js';
|
|
13
|
+
import './OrBottomSheet-3ce1529c.js';
|
|
14
|
+
import './OrOverlay-4838a9b0.js';
|
|
15
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
16
|
+
import 'portal-vue';
|
|
17
|
+
import './OrTab-4e6ff742.js';
|
package/dist/v2/index78.js
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTag } from './OrTag-140d4f72.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
5
|
-
import './
|
|
6
|
-
import './
|
|
3
|
+
import './OrIcon-7cd10497.js';
|
|
4
|
+
import 'lodash';
|
|
5
|
+
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
6
|
+
import './style-inject.es-4c6f2515.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './
|
|
9
|
-
import './OrPopover-edd82c5d.js';
|
|
8
|
+
import './OrFloating-b15309d1.js';
|
|
10
9
|
import '@floating-ui/dom';
|
|
11
|
-
import './
|
|
12
|
-
import '
|
|
13
|
-
import './
|
|
14
|
-
import './
|
|
15
|
-
import './
|
|
16
|
-
import 'portal-vue';
|
|
10
|
+
import './OrTeleportVue2-fce4676d.js';
|
|
11
|
+
import 'vue';
|
|
12
|
+
import './dom-7a41831b.js';
|
|
13
|
+
import './px-to-rem-0b26b83e.js';
|
|
14
|
+
import './color-1f348774.js';
|
package/dist/v2/index79.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-23de8510.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import './OrIconButton-a5bd8ce5.js';
|
|
6
|
+
import './OrIcon-124f3bad.js';
|
|
4
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
+
import './OrTooltip-c004189d.js';
|
|
9
|
+
import './OrPopover-edd82c5d.js';
|
|
10
|
+
import '@floating-ui/dom';
|
|
11
|
+
import './useElevation-0e973238.js';
|
|
12
|
+
import './useResponsive-a02e95b7.js';
|
|
13
|
+
import './OrBottomSheet-3ce1529c.js';
|
|
14
|
+
import './OrOverlay-4838a9b0.js';
|
|
15
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
16
|
+
import 'portal-vue';
|
package/dist/v2/index80.js
CHANGED
package/dist/v2/index81.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
2
|
+
import 'portal-vue';
|
|
2
3
|
import 'vue-demi';
|
|
3
|
-
import './useClassAttribute-47fdb016.js';
|
|
4
|
-
import '@vueuse/core';
|
|
5
4
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index82.js
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
export { a as TextareaSize } from './OrInputBox-f4b747ab.js';
|
|
1
|
+
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
3
2
|
import 'vue-demi';
|
|
4
3
|
import './useClassAttribute-47fdb016.js';
|
|
5
4
|
import '@vueuse/core';
|
|
6
|
-
import './OrError-be656098.js';
|
|
7
5
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrHint-44356417.js';
|
|
9
|
-
import './OrLabel-9a259894.js';
|
|
10
|
-
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index83.js
CHANGED
|
@@ -1,23 +1,10 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTextareaV3 } from './OrTextarea-ac11ea5a.js';
|
|
2
|
+
export { a as TextareaSize } from './OrInputBox-f4b747ab.js';
|
|
2
3
|
import 'vue-demi';
|
|
4
|
+
import './useClassAttribute-47fdb016.js';
|
|
3
5
|
import '@vueuse/core';
|
|
4
|
-
import './
|
|
5
|
-
import './px-to-rem-0b26b83e.js';
|
|
6
|
-
import './dom-7a41831b.js';
|
|
7
|
-
import 'lodash';
|
|
8
|
-
import './OrLabel-931394a5.js';
|
|
9
|
-
import './style-inject.es-4c6f2515.js';
|
|
6
|
+
import './OrError-be656098.js';
|
|
10
7
|
import './normalize-component-6e8e3d80.js';
|
|
11
|
-
import './
|
|
12
|
-
import './
|
|
13
|
-
import './
|
|
14
|
-
import './OrFloating-b15309d1.js';
|
|
15
|
-
import '@floating-ui/dom';
|
|
16
|
-
import './OrTeleportVue2-fce4676d.js';
|
|
17
|
-
import 'vue';
|
|
18
|
-
import './OrLoader-212ef381.js';
|
|
19
|
-
import './OrTooltip-b31bd78d.js';
|
|
20
|
-
import './OrIconButton-cab39659.js';
|
|
21
|
-
import './OrHint-fe65fbe6.js';
|
|
22
|
-
import './OrError-efc74907.js';
|
|
23
|
-
import './OrCollapse-50e3914c.js';
|
|
8
|
+
import './OrHint-44356417.js';
|
|
9
|
+
import './OrLabel-9a259894.js';
|
|
10
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index84.js
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
3
|
-
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
1
|
+
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
4
2
|
import 'vue-demi';
|
|
5
|
-
import '
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import './useToggle-29e4d7c7.js';
|
|
5
|
+
import './px-to-rem-0b26b83e.js';
|
|
6
|
+
import './dom-7a41831b.js';
|
|
6
7
|
import 'lodash';
|
|
7
|
-
import './
|
|
8
|
+
import './OrLabel-931394a5.js';
|
|
8
9
|
import './style-inject.es-4c6f2515.js';
|
|
9
10
|
import './normalize-component-6e8e3d80.js';
|
|
11
|
+
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
12
|
+
import './OrIcon-7cd10497.js';
|
|
13
|
+
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
10
14
|
import './OrFloating-b15309d1.js';
|
|
11
15
|
import '@floating-ui/dom';
|
|
12
16
|
import './OrTeleportVue2-fce4676d.js';
|
|
13
17
|
import 'vue';
|
|
14
|
-
import './dom-7a41831b.js';
|
|
15
|
-
import './px-to-rem-0b26b83e.js';
|
|
16
18
|
import './OrLoader-212ef381.js';
|
|
17
19
|
import './OrTooltip-b31bd78d.js';
|
|
18
20
|
import './OrIconButton-cab39659.js';
|
|
19
|
-
import './
|
|
20
|
-
import '
|
|
21
|
+
import './OrHint-fe65fbe6.js';
|
|
22
|
+
import './OrError-efc74907.js';
|
|
23
|
+
import './OrCollapse-50e3914c.js';
|
package/dist/v2/index85.js
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
2
|
+
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
3
|
+
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
2
4
|
import 'vue-demi';
|
|
5
|
+
import './OrIcon-7cd10497.js';
|
|
6
|
+
import 'lodash';
|
|
7
|
+
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
8
|
+
import './style-inject.es-4c6f2515.js';
|
|
9
|
+
import './normalize-component-6e8e3d80.js';
|
|
10
|
+
import './OrFloating-b15309d1.js';
|
|
11
|
+
import '@floating-ui/dom';
|
|
12
|
+
import './OrTeleportVue2-fce4676d.js';
|
|
13
|
+
import 'vue';
|
|
14
|
+
import './dom-7a41831b.js';
|
|
15
|
+
import './px-to-rem-0b26b83e.js';
|
|
16
|
+
import './OrLoader-212ef381.js';
|
|
17
|
+
import './OrTooltip-b31bd78d.js';
|
|
18
|
+
import './OrIconButton-cab39659.js';
|
|
19
|
+
import './OrProgress-e6f20dc1.js';
|
|
3
20
|
import '@vueuse/core';
|
package/dist/v2/index86.js
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
export { a as
|
|
2
|
-
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
3
|
-
import '@vueuse/core';
|
|
1
|
+
export { a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
4
2
|
import 'vue-demi';
|
|
5
|
-
import '
|
|
6
|
-
import 'portal-vue';
|
|
7
|
-
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrIconButton-a5bd8ce5.js';
|
|
9
|
-
import './useClassAttribute-47fdb016.js';
|
|
10
|
-
import './OrIcon-124f3bad.js';
|
|
11
|
-
import './OrTooltip-c004189d.js';
|
|
12
|
-
import './OrPopover-edd82c5d.js';
|
|
13
|
-
import '@floating-ui/dom';
|
|
14
|
-
import './useElevation-0e973238.js';
|
|
15
|
-
import './useResponsive-a02e95b7.js';
|
|
16
|
-
import './OrBottomSheet-3ce1529c.js';
|
|
17
|
-
import './OrOverlay-4838a9b0.js';
|
|
18
|
-
import './OrLoader-bd088836.js';
|
|
19
|
-
import './style-inject.es-4c6f2515.js';
|
|
3
|
+
import '@vueuse/core';
|
package/dist/v2/index87.js
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
-
export { a as
|
|
2
|
-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-868fd994.js';
|
|
2
|
+
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
+
import 'vue-demi';
|
|
5
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
6
|
+
import 'portal-vue';
|
|
7
|
+
import './normalize-component-6e8e3d80.js';
|
|
8
|
+
import './OrIconButton-a5bd8ce5.js';
|
|
9
|
+
import './useClassAttribute-47fdb016.js';
|
|
10
|
+
import './OrIcon-124f3bad.js';
|
|
11
|
+
import './OrTooltip-c004189d.js';
|
|
12
|
+
import './OrPopover-edd82c5d.js';
|
|
13
|
+
import '@floating-ui/dom';
|
|
14
|
+
import './useElevation-0e973238.js';
|
|
15
|
+
import './useResponsive-a02e95b7.js';
|
|
16
|
+
import './OrBottomSheet-3ce1529c.js';
|
|
17
|
+
import './OrOverlay-4838a9b0.js';
|
|
18
|
+
import './OrLoader-bd088836.js';
|
|
19
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index88.js
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
3
|
-
import './normalize-component-6e8e3d80.js';
|
|
1
|
+
export { a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
4
2
|
import 'vue-demi';
|
|
5
|
-
import '
|
|
6
|
-
import './style-inject.es-4c6f2515.js';
|
|
7
|
-
import './OrFloating-b15309d1.js';
|
|
8
|
-
import '@floating-ui/dom';
|
|
9
|
-
import './OrTeleportVue2-fce4676d.js';
|
|
10
|
-
import 'vue';
|
|
11
|
-
import './dom-7a41831b.js';
|
|
3
|
+
import '@vueuse/core';
|
package/dist/v2/index89.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
export {
|
|
3
|
-
import '@vueuse/core';
|
|
4
|
-
import 'vue-demi';
|
|
5
|
-
import './useClassAttribute-47fdb016.js';
|
|
1
|
+
export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
|
|
2
|
+
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
6
3
|
import './normalize-component-6e8e3d80.js';
|
|
4
|
+
import 'vue-demi';
|
|
5
|
+
import 'lodash';
|
|
6
|
+
import './style-inject.es-4c6f2515.js';
|
|
7
|
+
import './OrFloating-b15309d1.js';
|
|
7
8
|
import '@floating-ui/dom';
|
|
8
|
-
import './
|
|
9
|
-
import '
|
|
10
|
-
import './
|
|
11
|
-
import './OrOverlay-4838a9b0.js';
|
|
12
|
-
import './OrTeleport.vue2-fb92f29f.js';
|
|
13
|
-
import 'portal-vue';
|
|
9
|
+
import './OrTeleportVue2-fce4676d.js';
|
|
10
|
+
import 'vue';
|
|
11
|
+
import './dom-7a41831b.js';
|
package/dist/v2/index90.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export { u as useOverflow } from './useOverflow-ac506c65.js';
|
|
4
|
-
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
5
|
-
export { u as useToggle } from './useToggle-29e4d7c7.js';
|
|
6
|
-
import 'vue-demi';
|
|
1
|
+
export { _ as OrTooltipV3 } from './OrTooltip-c004189d.js';
|
|
2
|
+
export { P as TooltipPlacement } from './OrPopover-edd82c5d.js';
|
|
7
3
|
import '@vueuse/core';
|
|
4
|
+
import 'vue-demi';
|
|
5
|
+
import './useClassAttribute-47fdb016.js';
|
|
6
|
+
import './normalize-component-6e8e3d80.js';
|
|
7
|
+
import '@floating-ui/dom';
|
|
8
|
+
import './useElevation-0e973238.js';
|
|
9
|
+
import './useResponsive-a02e95b7.js';
|
|
10
|
+
import './OrBottomSheet-3ce1529c.js';
|
|
11
|
+
import './OrOverlay-4838a9b0.js';
|
|
12
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
13
|
+
import 'portal-vue';
|
package/dist/v2/index91.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
2
|
+
export { u as useElevation } from './useElevation-0e973238.js';
|
|
3
|
+
export { u as useOverflow } from './useOverflow-ac506c65.js';
|
|
1
4
|
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
2
|
-
|
|
5
|
+
export { u as useToggle } from './useToggle-29e4d7c7.js';
|
|
3
6
|
import 'vue-demi';
|
|
7
|
+
import '@vueuse/core';
|