@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
package/dist/v3/index69.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
export { s as
|
|
2
|
-
import 'vue-demi';
|
|
3
|
-
import './OrIconButton-f72cb8d9.js';
|
|
1
|
+
export { s as OrSlider } from './OrSlider-af80bac9.js';
|
|
4
2
|
import './OrIcon-e23028f8.js';
|
|
3
|
+
import 'vue-demi';
|
|
5
4
|
import 'lodash';
|
|
6
5
|
import './OrTooltip-121eae2b.js';
|
|
7
6
|
import 'vue';
|
|
@@ -11,4 +10,4 @@ import '@floating-ui/dom';
|
|
|
11
10
|
import './OrTeleportVue3-ad639f12.js';
|
|
12
11
|
import './dom-7a41831b.js';
|
|
13
12
|
import './px-to-rem-0b26b83e.js';
|
|
14
|
-
import '
|
|
13
|
+
import '@vueuse/core';
|
package/dist/v3/index70.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrStepper } from './OrStepper-f355b7b7.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
+
import './OrIconButton-f72cb8d9.js';
|
|
4
|
+
import './OrIcon-e23028f8.js';
|
|
3
5
|
import 'lodash';
|
|
4
|
-
import './
|
|
6
|
+
import './OrTooltip-121eae2b.js';
|
|
5
7
|
import 'vue';
|
|
6
8
|
import './style-inject.es-4c6f2515.js';
|
|
9
|
+
import './OrFloating-3da814a2.js';
|
|
10
|
+
import '@floating-ui/dom';
|
|
11
|
+
import './OrTeleportVue3-ad639f12.js';
|
|
12
|
+
import './dom-7a41831b.js';
|
|
13
|
+
import './px-to-rem-0b26b83e.js';
|
|
14
|
+
import './OrLoader-15174477.js';
|
package/dist/v3/index71.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrSwitch } from './OrSwitch-c333ee32.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import './OrLabel-8cada750.js';
|
|
3
|
+
import 'lodash';
|
|
4
|
+
import './OrLoader-15174477.js';
|
|
6
5
|
import 'vue';
|
|
7
|
-
import './OrLoader-60943812.js';
|
|
8
6
|
import './style-inject.es-4c6f2515.js';
|
package/dist/v3/index72.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrSwitchV3 } from './OrSwitch-23608182.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import './OrLabel-8cada750.js';
|
|
5
6
|
import 'vue';
|
|
7
|
+
import './OrLoader-60943812.js';
|
|
6
8
|
import './style-inject.es-4c6f2515.js';
|
package/dist/v3/index73.js
CHANGED
package/dist/v3/index74.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrTabHeaderItem } from './OrTabHeaderItem-d668cc59.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '@vueuse/core';
|
|
3
|
+
import 'lodash';
|
|
5
4
|
import 'vue';
|
|
5
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v3/index75.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrTabV3 } from './OrTab-97044946.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import './style-inject.es-4c6f2515.js';
|
package/dist/v3/index76.js
CHANGED
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
export { s as
|
|
2
|
-
import '@vueuse/core';
|
|
1
|
+
export { s as OrTabs } from './OrTabs-d3812c11.js';
|
|
3
2
|
import 'vue-demi';
|
|
4
|
-
import './
|
|
5
|
-
import '
|
|
3
|
+
import './OrTabHeaderItem-d668cc59.js';
|
|
4
|
+
import 'lodash';
|
|
6
5
|
import 'vue';
|
|
7
|
-
import './
|
|
8
|
-
import './OrMenu-2c15e173.js';
|
|
9
|
-
import './OrPopover-5b07072d.js';
|
|
10
|
-
import '@floating-ui/dom';
|
|
11
|
-
import './useElevation-0e973238.js';
|
|
12
|
-
import './useResponsive-a02e95b7.js';
|
|
13
|
-
import './OrBottomSheet-20a6e3ee.js';
|
|
14
|
-
import './OrOverlay-27050c19.js';
|
|
15
|
-
import './OrTeleport.vue3-8099178c.js';
|
|
16
|
-
import './OrTab-97044946.js';
|
|
6
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v3/index77.js
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-ff70020b.js';
|
|
2
|
+
import '@vueuse/core';
|
|
2
3
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
5
|
-
import './OrTooltip-121eae2b.js';
|
|
4
|
+
import './useClassAttribute-47fdb016.js';
|
|
5
|
+
import './OrIcon-b3906e35.js';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import './
|
|
8
|
-
import './
|
|
7
|
+
import './OrMenuItem-f7d575ba.js';
|
|
8
|
+
import './OrMenu-2c15e173.js';
|
|
9
|
+
import './OrPopover-5b07072d.js';
|
|
9
10
|
import '@floating-ui/dom';
|
|
10
|
-
import './
|
|
11
|
-
import './
|
|
12
|
-
import './
|
|
13
|
-
import './
|
|
11
|
+
import './useElevation-0e973238.js';
|
|
12
|
+
import './useResponsive-a02e95b7.js';
|
|
13
|
+
import './OrBottomSheet-20a6e3ee.js';
|
|
14
|
+
import './OrOverlay-27050c19.js';
|
|
15
|
+
import './OrTeleport.vue3-8099178c.js';
|
|
16
|
+
import './OrTab-97044946.js';
|
package/dist/v3/index78.js
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrTag } from './OrTag-7e24fdbc.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
5
|
-
import './
|
|
6
|
-
import './OrIcon-b3906e35.js';
|
|
3
|
+
import './OrIcon-e23028f8.js';
|
|
4
|
+
import 'lodash';
|
|
5
|
+
import './OrTooltip-121eae2b.js';
|
|
7
6
|
import 'vue';
|
|
8
|
-
import './
|
|
9
|
-
import './
|
|
7
|
+
import './style-inject.es-4c6f2515.js';
|
|
8
|
+
import './OrFloating-3da814a2.js';
|
|
10
9
|
import '@floating-ui/dom';
|
|
11
|
-
import './
|
|
12
|
-
import './
|
|
13
|
-
import './
|
|
14
|
-
import './
|
|
15
|
-
import './OrTeleport.vue3-8099178c.js';
|
|
10
|
+
import './OrTeleportVue3-ad639f12.js';
|
|
11
|
+
import './dom-7a41831b.js';
|
|
12
|
+
import './px-to-rem-0b26b83e.js';
|
|
13
|
+
import './color-1f348774.js';
|
package/dist/v3/index79.js
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-09cc3f1f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import './OrIconButton-e914edc4.js';
|
|
6
|
+
import './OrIcon-b3906e35.js';
|
|
3
7
|
import 'vue';
|
|
8
|
+
import './OrTooltip-b814fa5e.js';
|
|
9
|
+
import './OrPopover-5b07072d.js';
|
|
10
|
+
import '@floating-ui/dom';
|
|
11
|
+
import './useElevation-0e973238.js';
|
|
12
|
+
import './useResponsive-a02e95b7.js';
|
|
13
|
+
import './OrBottomSheet-20a6e3ee.js';
|
|
14
|
+
import './OrOverlay-27050c19.js';
|
|
15
|
+
import './OrTeleport.vue3-8099178c.js';
|
package/dist/v3/index80.js
CHANGED
package/dist/v3/index81.js
CHANGED
package/dist/v3/index82.js
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
export { s as
|
|
2
|
-
export { a as TextareaSize } from './OrInputBox-f44f1f5f.js';
|
|
1
|
+
export { s as OrTextV3 } from './OrText-ecb46923.js';
|
|
3
2
|
import 'vue-demi';
|
|
4
3
|
import './useClassAttribute-47fdb016.js';
|
|
5
4
|
import '@vueuse/core';
|
|
6
|
-
import './OrError-19a62a18.js';
|
|
7
5
|
import 'vue';
|
|
8
|
-
import './OrHint-73835593.js';
|
|
9
|
-
import './OrLabel-8cada750.js';
|
|
10
|
-
import './style-inject.es-4c6f2515.js';
|
package/dist/v3/index83.js
CHANGED
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
export { s as
|
|
1
|
+
export { s as OrTextareaV3 } from './OrTextarea-fcfa253a.js';
|
|
2
|
+
export { a as TextareaSize } from './OrInputBox-f44f1f5f.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-876f8729.js';
|
|
6
|
+
import './OrError-19a62a18.js';
|
|
9
7
|
import 'vue';
|
|
8
|
+
import './OrHint-73835593.js';
|
|
9
|
+
import './OrLabel-8cada750.js';
|
|
10
10
|
import './style-inject.es-4c6f2515.js';
|
|
11
|
-
import './OrIconButton-f72cb8d9.js';
|
|
12
|
-
import './OrIcon-e23028f8.js';
|
|
13
|
-
import './OrTooltip-121eae2b.js';
|
|
14
|
-
import './OrFloating-3da814a2.js';
|
|
15
|
-
import '@floating-ui/dom';
|
|
16
|
-
import './OrTeleportVue3-ad639f12.js';
|
|
17
|
-
import './OrLoader-15174477.js';
|
|
18
|
-
import './OrHint-1414c530.js';
|
|
19
|
-
import './OrError-f90296db.js';
|
|
20
|
-
import './OrCollapse-37a52e8f.js';
|
package/dist/v3/index84.js
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
export { s 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-f72cb8d9.js';
|
|
1
|
+
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.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-876f8729.js';
|
|
8
9
|
import 'vue';
|
|
9
10
|
import './style-inject.es-4c6f2515.js';
|
|
11
|
+
import './OrIconButton-f72cb8d9.js';
|
|
12
|
+
import './OrIcon-e23028f8.js';
|
|
13
|
+
import './OrTooltip-121eae2b.js';
|
|
10
14
|
import './OrFloating-3da814a2.js';
|
|
11
15
|
import '@floating-ui/dom';
|
|
12
16
|
import './OrTeleportVue3-ad639f12.js';
|
|
13
|
-
import './dom-7a41831b.js';
|
|
14
|
-
import './px-to-rem-0b26b83e.js';
|
|
15
17
|
import './OrLoader-15174477.js';
|
|
16
|
-
import './
|
|
17
|
-
import '
|
|
18
|
+
import './OrHint-1414c530.js';
|
|
19
|
+
import './OrError-f90296db.js';
|
|
20
|
+
import './OrCollapse-37a52e8f.js';
|
package/dist/v3/index85.js
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.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-f72cb8d9.js';
|
|
2
4
|
import 'vue-demi';
|
|
5
|
+
import './OrIcon-e23028f8.js';
|
|
6
|
+
import 'lodash';
|
|
7
|
+
import './OrTooltip-121eae2b.js';
|
|
8
|
+
import 'vue';
|
|
9
|
+
import './style-inject.es-4c6f2515.js';
|
|
10
|
+
import './OrFloating-3da814a2.js';
|
|
11
|
+
import '@floating-ui/dom';
|
|
12
|
+
import './OrTeleportVue3-ad639f12.js';
|
|
13
|
+
import './dom-7a41831b.js';
|
|
14
|
+
import './px-to-rem-0b26b83e.js';
|
|
15
|
+
import './OrLoader-15174477.js';
|
|
16
|
+
import './OrProgress-d0d52c86.js';
|
|
3
17
|
import '@vueuse/core';
|
package/dist/v3/index86.js
CHANGED
|
@@ -1,18 +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 'vue';
|
|
7
|
-
import './OrIconButton-e914edc4.js';
|
|
8
|
-
import './useClassAttribute-47fdb016.js';
|
|
9
|
-
import './OrIcon-b3906e35.js';
|
|
10
|
-
import './OrTooltip-b814fa5e.js';
|
|
11
|
-
import './OrPopover-5b07072d.js';
|
|
12
|
-
import '@floating-ui/dom';
|
|
13
|
-
import './useElevation-0e973238.js';
|
|
14
|
-
import './useResponsive-a02e95b7.js';
|
|
15
|
-
import './OrBottomSheet-20a6e3ee.js';
|
|
16
|
-
import './OrOverlay-27050c19.js';
|
|
17
|
-
import './OrLoader-60943812.js';
|
|
18
|
-
import './style-inject.es-4c6f2515.js';
|
|
3
|
+
import '@vueuse/core';
|
package/dist/v3/index87.js
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
-
export { a as
|
|
2
|
-
|
|
1
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-eafe769d.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.vue3-8099178c.js';
|
|
6
|
+
import 'vue';
|
|
7
|
+
import './OrIconButton-e914edc4.js';
|
|
8
|
+
import './useClassAttribute-47fdb016.js';
|
|
9
|
+
import './OrIcon-b3906e35.js';
|
|
10
|
+
import './OrTooltip-b814fa5e.js';
|
|
11
|
+
import './OrPopover-5b07072d.js';
|
|
12
|
+
import '@floating-ui/dom';
|
|
13
|
+
import './useElevation-0e973238.js';
|
|
14
|
+
import './useResponsive-a02e95b7.js';
|
|
15
|
+
import './OrBottomSheet-20a6e3ee.js';
|
|
16
|
+
import './OrOverlay-27050c19.js';
|
|
17
|
+
import './OrLoader-60943812.js';
|
|
18
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v3/index88.js
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import 'vue';
|
|
5
|
-
import './style-inject.es-4c6f2515.js';
|
|
6
|
-
import './OrFloating-3da814a2.js';
|
|
7
|
-
import '@floating-ui/dom';
|
|
8
|
-
import './OrTeleportVue3-ad639f12.js';
|
|
9
|
-
import './dom-7a41831b.js';
|
|
3
|
+
import '@vueuse/core';
|
package/dist/v3/index89.js
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
export { s as
|
|
2
|
-
export { P as TooltipPlacement } from './OrPopover-5b07072d.js';
|
|
3
|
-
import '@vueuse/core';
|
|
1
|
+
export { s as OrTooltip, a as OrTooltipContent } from './OrTooltip-121eae2b.js';
|
|
4
2
|
import 'vue-demi';
|
|
5
|
-
import '
|
|
3
|
+
import 'lodash';
|
|
6
4
|
import 'vue';
|
|
5
|
+
import './style-inject.es-4c6f2515.js';
|
|
6
|
+
import './OrFloating-3da814a2.js';
|
|
7
7
|
import '@floating-ui/dom';
|
|
8
|
-
import './
|
|
9
|
-
import './
|
|
10
|
-
import './OrBottomSheet-20a6e3ee.js';
|
|
11
|
-
import './OrOverlay-27050c19.js';
|
|
12
|
-
import './OrTeleport.vue3-8099178c.js';
|
|
8
|
+
import './OrTeleportVue3-ad639f12.js';
|
|
9
|
+
import './dom-7a41831b.js';
|
package/dist/v3/index90.js
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
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 { s as OrTooltipV3 } from './OrTooltip-b814fa5e.js';
|
|
2
|
+
export { P as TooltipPlacement } from './OrPopover-5b07072d.js';
|
|
7
3
|
import '@vueuse/core';
|
|
4
|
+
import 'vue-demi';
|
|
5
|
+
import './useClassAttribute-47fdb016.js';
|
|
6
|
+
import 'vue';
|
|
7
|
+
import '@floating-ui/dom';
|
|
8
|
+
import './useElevation-0e973238.js';
|
|
9
|
+
import './useResponsive-a02e95b7.js';
|
|
10
|
+
import './OrBottomSheet-20a6e3ee.js';
|
|
11
|
+
import './OrOverlay-27050c19.js';
|
|
12
|
+
import './OrTeleport.vue3-8099178c.js';
|
package/dist/v3/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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.59.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@codemirror/lang-json": "6.0.0",
|
|
30
30
|
"@codemirror/lang-markdown": "6.0.1",
|
|
31
31
|
"@floating-ui/dom": "0.3.1",
|
|
32
|
-
"@onereach/styles": "^2.
|
|
32
|
+
"@onereach/styles": "^2.28.0",
|
|
33
33
|
"@splidejs/splide": "4.0.6",
|
|
34
34
|
"@types/lodash": "4.14.173",
|
|
35
35
|
"@types/sortablejs": "1.10.7",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"optional": true
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "f26c95307f37c032baff5940783a306a4c0039b8"
|
|
80
80
|
}
|
package/src/components/index.ts
CHANGED
|
@@ -63,6 +63,7 @@ export * from './or-select-v3';
|
|
|
63
63
|
export * from './or-sidebar';
|
|
64
64
|
export * from './or-sidebar-v3';
|
|
65
65
|
export * from './or-skeleton';
|
|
66
|
+
export * from './or-skeleton-v3';
|
|
66
67
|
export * from './or-slider';
|
|
67
68
|
export * from './or-stepper';
|
|
68
69
|
export * from './or-switch';
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import { Story } from '@storybook/vue';
|
|
2
|
+
import OrSkeletonDocs from './OrSkeleton.docs.mdx';
|
|
3
|
+
import OrSkeletonCircle from './OrSkeletonCircle.vue';
|
|
4
|
+
import OrSkeletonRect from './OrSkeletonRect.vue';
|
|
5
|
+
import OrSkeletonText from './OrSkeletonText.vue';
|
|
6
|
+
import { OrSwitchV3 as OrSwitch } from '../or-switch-v3';
|
|
7
|
+
import { OrModalV3 as OrModal } from '../or-modal-v3';
|
|
8
|
+
import { OrButtonV3 as OrButton } from '../or-button-v3';
|
|
9
|
+
import { ref } from 'vue-demi';
|
|
10
|
+
|
|
11
|
+
export default {
|
|
12
|
+
title: 'Components/Skeleton',
|
|
13
|
+
components: {
|
|
14
|
+
OrSkeletonCircle,
|
|
15
|
+
OrSkeletonRect,
|
|
16
|
+
OrSkeletonText,
|
|
17
|
+
},
|
|
18
|
+
|
|
19
|
+
parameters: {
|
|
20
|
+
layout: 'centered',
|
|
21
|
+
|
|
22
|
+
docs: {
|
|
23
|
+
page: OrSkeletonDocs,
|
|
24
|
+
},
|
|
25
|
+
|
|
26
|
+
design: {
|
|
27
|
+
type: 'figma',
|
|
28
|
+
url: 'https://www.figma.com/file/o7DdkaznUW2PtX4wiSuhhQ/Core?node-id=586%3A2974',
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const Template1: Story = (_args, { argTypes }) => ({
|
|
34
|
+
props: Object.keys(argTypes),
|
|
35
|
+
components: {
|
|
36
|
+
OrSkeletonCircle,
|
|
37
|
+
OrSkeletonRect,
|
|
38
|
+
OrSkeletonText,
|
|
39
|
+
OrSwitch,
|
|
40
|
+
},
|
|
41
|
+
data() {
|
|
42
|
+
return {
|
|
43
|
+
animated: true,
|
|
44
|
+
};
|
|
45
|
+
},
|
|
46
|
+
template: `
|
|
47
|
+
<div style="display: flex; flex-direction: column; gap: 8px; min-width: 480px">
|
|
48
|
+
<or-switch v-model="animated" label="Is animated" style="margin-bottom: 16px"/>
|
|
49
|
+
<div style="display: flex; flex-direction: row; align-items: center; gap: 8px">
|
|
50
|
+
<or-skeleton-circle :size="40" :animated="animated"/>
|
|
51
|
+
<or-skeleton-text :font-size="24" :line-height="28.64" :animated="animated" style="flex: 1"/>
|
|
52
|
+
</div>
|
|
53
|
+
<or-skeleton-text :font-size="16" :line-height="24" :lines-count="3" :animated="animated"/>
|
|
54
|
+
<div style="display: flex; flex-direction: row; gap: 8px; justify-content: end">
|
|
55
|
+
<or-skeleton-rect :width="128" :animated="animated"/>
|
|
56
|
+
<or-skeleton-rect :width="128" :animated="animated"/>
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
59
|
+
`,
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
const Template2: Story = (_args, { argTypes }) => ({
|
|
63
|
+
props: Object.keys(argTypes),
|
|
64
|
+
components: {
|
|
65
|
+
OrSkeletonCircle,
|
|
66
|
+
OrSkeletonRect,
|
|
67
|
+
OrSkeletonText,
|
|
68
|
+
OrSwitch,
|
|
69
|
+
},
|
|
70
|
+
data() {
|
|
71
|
+
return {
|
|
72
|
+
animated: true,
|
|
73
|
+
};
|
|
74
|
+
},
|
|
75
|
+
template: `
|
|
76
|
+
<div style="display: flex; flex-direction: column; gap: 8px; min-width: 480px">
|
|
77
|
+
<or-switch v-model="animated" label="Is animated" style="margin-bottom: 16px"/>
|
|
78
|
+
<div style="display: flex; flex-direction: row; gap: 16px">
|
|
79
|
+
<or-skeleton-rect :width="128" :height="128" :animated="animated"/>
|
|
80
|
+
<div style="display: flex; flex-direction: column; flex: 1">
|
|
81
|
+
<or-skeleton-text :font-size="16" :line-height="24" :lines-count="4" :animated="animated"/>
|
|
82
|
+
<or-skeleton-text :font-size="16" :line-height="24" width="75%" :animated="animated"/>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
`,
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
const Template3: Story = (_args, { argTypes }) => ({
|
|
90
|
+
props: Object.keys(argTypes),
|
|
91
|
+
components: {
|
|
92
|
+
OrSkeletonCircle,
|
|
93
|
+
OrSkeletonRect,
|
|
94
|
+
OrSkeletonText,
|
|
95
|
+
OrSwitch,
|
|
96
|
+
OrModal,
|
|
97
|
+
OrButton,
|
|
98
|
+
},
|
|
99
|
+
data() {
|
|
100
|
+
return {
|
|
101
|
+
animated: true,
|
|
102
|
+
};
|
|
103
|
+
},
|
|
104
|
+
setup() {
|
|
105
|
+
const modal = ref<InstanceType<typeof OrModal>>();
|
|
106
|
+
|
|
107
|
+
return {
|
|
108
|
+
modal,
|
|
109
|
+
};
|
|
110
|
+
},
|
|
111
|
+
template: `
|
|
112
|
+
<div>
|
|
113
|
+
<or-button @click="modal.open()">Open modal with skeletons</or-button>
|
|
114
|
+
<or-modal ref="modal" is-open style="position: absolute;">
|
|
115
|
+
<template #header>
|
|
116
|
+
<or-switch v-model="animated" label="Is animated"/>
|
|
117
|
+
</template>
|
|
118
|
+
<div style="display: flex; flex-direction: column; gap: 16px">
|
|
119
|
+
<div style="display: flex; flex-direction: row; gap: 16px; align-items: center">
|
|
120
|
+
<or-skeleton-circle :size="80" :animated="animated"/>
|
|
121
|
+
<or-skeleton-text :font-size="24" :line-height="28.64" :width="200" :animated="animated"/>
|
|
122
|
+
</div>
|
|
123
|
+
<div style="display: flex; flex-direction: column; gap: 16px; border-bottom: 1px solid #dfdfdf">
|
|
124
|
+
<or-skeleton-text :font-size="16" :line-height="24" width="75%" :animated="animated"/>
|
|
125
|
+
<or-skeleton-text :font-size="14" :line-height="21" :animated="animated" style="margin-bottom: 16px"/>
|
|
126
|
+
</div>
|
|
127
|
+
<div style="display: flex; flex-direction: column; gap: 16px">
|
|
128
|
+
<or-skeleton-text :font-size="16" :line-height="24" width="75%" :animated="animated"/>
|
|
129
|
+
<or-skeleton-text :font-size="14" :line-height="21" :lines-count="3" :animated="animated"/>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
</or-modal>
|
|
133
|
+
</div>
|
|
134
|
+
`,
|
|
135
|
+
});
|
|
136
|
+
|
|
137
|
+
export const Example1 = Template1.bind({});
|
|
138
|
+
Example1.args = {};
|
|
139
|
+
|
|
140
|
+
export const Example2 = Template2.bind({});
|
|
141
|
+
Example2.args = {};
|
|
142
|
+
|
|
143
|
+
export const Example3 = Template3.bind({});
|
|
144
|
+
Example3.args = {};
|