@moda/om 20.0.0 → 20.1.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/index.cjs.js +436 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +425 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/src/components/LoadingItemsLavenderBlue/LoadingItems.d.ts +2 -0
- package/dist/src/components/LoadingItemsLavenderBlue/LoadingItems.stories.d.ts +6 -0
- package/dist/src/components/LoadingItemsLavenderBlue/LoadingItems1.d.ts +3 -0
- package/dist/src/components/LoadingItemsLavenderBlue/LoadingItems2.d.ts +3 -0
- package/dist/src/components/LoadingItemsLavenderBlue/LoadingItems3.d.ts +3 -0
- package/dist/src/components/LoadingItemsLavenderBlue/LoadingItems4.d.ts +3 -0
- package/dist/src/components/LoadingItemsLavenderBlue/LoadingItems5.d.ts +3 -0
- package/dist/src/components/LoadingItemsLavenderBlue/index.d.ts +5 -0
- package/dist/src/components/LoadingItemsPinkGreen/LoadingItems.d.ts +2 -0
- package/dist/src/components/LoadingItemsPinkGreen/LoadingItems.stories.d.ts +6 -0
- package/dist/src/components/LoadingItemsPinkGreen/LoadingItems1.d.ts +3 -0
- package/dist/src/components/LoadingItemsPinkGreen/LoadingItems2.d.ts +3 -0
- package/dist/src/components/LoadingItemsPinkGreen/LoadingItems3.d.ts +3 -0
- package/dist/src/components/LoadingItemsPinkGreen/LoadingItems4.d.ts +3 -0
- package/dist/src/components/LoadingItemsPinkGreen/LoadingItems5.d.ts +3 -0
- package/dist/src/components/LoadingItemsPinkGreen/index.d.ts +5 -0
- package/dist/src/components/LoadingShapesLavenderBlue/LoadingShapesLavenderBlue.d.ts +3 -0
- package/dist/src/components/LoadingShapesLavenderBlue/LoadingShapesLavenderBlue.stories.d.ts +6 -0
- package/dist/src/components/LoadingShapesLavenderBlue/index.d.ts +1 -0
- package/dist/src/components/LoadingShapesPinkGreen/LoadingShapesPinkGreen.d.ts +3 -0
- package/dist/src/components/LoadingShapesPinkGreen/LoadingShapesPinkGreen.stories.d.ts +6 -0
- package/dist/src/components/LoadingShapesPinkGreen/index.d.ts +1 -0
- package/dist/src/components/index.d.ts +4 -0
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/LoadingItemsLavenderBlue/LoadingItems.stories.tsx +15 -0
- package/src/components/LoadingItemsLavenderBlue/LoadingItems.tsx +3 -0
- package/src/components/LoadingItemsLavenderBlue/LoadingItems1.tsx +28 -0
- package/src/components/LoadingItemsLavenderBlue/LoadingItems2.tsx +28 -0
- package/src/components/LoadingItemsLavenderBlue/LoadingItems3.tsx +28 -0
- package/src/components/LoadingItemsLavenderBlue/LoadingItems4.tsx +28 -0
- package/src/components/LoadingItemsLavenderBlue/LoadingItems5.tsx +28 -0
- package/src/components/LoadingItemsLavenderBlue/index.ts +5 -0
- package/src/components/LoadingItemsPinkGreen/LoadingItems.stories.tsx +15 -0
- package/src/components/LoadingItemsPinkGreen/LoadingItems.tsx +3 -0
- package/src/components/LoadingItemsPinkGreen/LoadingItems1.tsx +28 -0
- package/src/components/LoadingItemsPinkGreen/LoadingItems2.tsx +28 -0
- package/src/components/LoadingItemsPinkGreen/LoadingItems3.tsx +28 -0
- package/src/components/LoadingItemsPinkGreen/LoadingItems4.tsx +28 -0
- package/src/components/LoadingItemsPinkGreen/LoadingItems5.tsx +28 -0
- package/src/components/LoadingItemsPinkGreen/index.ts +5 -0
- package/src/components/LoadingShapesLavenderBlue/LoadingShapesLavenderBlue.scss +9 -0
- package/src/components/LoadingShapesLavenderBlue/LoadingShapesLavenderBlue.stories.tsx +11 -0
- package/src/components/LoadingShapesLavenderBlue/LoadingShapesLavenderBlue.tsx +48 -0
- package/src/components/LoadingShapesLavenderBlue/index.ts +1 -0
- package/src/components/LoadingShapesPinkGreen/LoadingShapesPinkGreen.scss +9 -0
- package/src/components/LoadingShapesPinkGreen/LoadingShapesPinkGreen.stories.tsx +11 -0
- package/src/components/LoadingShapesPinkGreen/LoadingShapesPinkGreen.tsx +42 -0
- package/src/components/LoadingShapesPinkGreen/index.ts +1 -0
- package/src/components/index.ts +4 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { LoadingItemsProps } from './LoadingItems';
|
|
3
|
+
|
|
4
|
+
export const LoadingItems4: React.FC<LoadingItemsProps> = () => (
|
|
5
|
+
<svg width='211' height='21' viewBox='0 0 211 21' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
6
|
+
<path
|
|
7
|
+
fillRule='evenodd'
|
|
8
|
+
clipRule='evenodd'
|
|
9
|
+
d='M85.9155 10.414C85.9155 16.1661 81.2537 20.828 75.5015 20.828C69.7494 20.828 65.0875 16.1661 65.0875 10.414C65.0875 4.66186 69.7494 0 75.5015 0C81.2537 0 85.9155 4.66186 85.9155 10.414Z'
|
|
10
|
+
fill='#006F62'
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fillRule='evenodd'
|
|
14
|
+
clipRule='evenodd'
|
|
15
|
+
d='M145.023 20.828V10.0906V7.66566V7.65423C145.017 3.44429 141.874 0 138.032 0C134.192 0 131.047 3.44429 131.043 7.65423V7.66566V10.0906V20.828H145.023Z'
|
|
16
|
+
fill='#006F62'
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
fillRule='evenodd'
|
|
20
|
+
clipRule='evenodd'
|
|
21
|
+
d='M200.468 0L190.056 20.828H210.884L200.468 0Z'
|
|
22
|
+
fill='#F04E98'
|
|
23
|
+
/>
|
|
24
|
+
<path d='M12.5109 4.9286L22.0054 0.696629L21.9727 9.23312L12.5109 4.9286Z' fill='#006F62' />
|
|
25
|
+
<path d='M12.6203 4.95946L3.19629 9.27653L3.15215 0.740086L12.6203 4.95946Z' fill='#006F62' />
|
|
26
|
+
<rect x='3.18619' y='4.93651' width='18.8016' height='16.0635' fill='#006F62' />
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { LoadingItemsProps } from './LoadingItems';
|
|
3
|
+
|
|
4
|
+
export const LoadingItems5: React.FC<LoadingItemsProps> = () => (
|
|
5
|
+
<svg width='211' height='21' viewBox='0 0 211 21' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
6
|
+
<path
|
|
7
|
+
fillRule='evenodd'
|
|
8
|
+
clipRule='evenodd'
|
|
9
|
+
d='M85.9155 10.414C85.9155 16.1661 81.2537 20.828 75.5015 20.828C69.7494 20.828 65.0875 16.1661 65.0875 10.414C65.0875 4.66186 69.7494 0 75.5015 0C81.2537 0 85.9155 4.66186 85.9155 10.414Z'
|
|
10
|
+
fill='#006F62'
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fillRule='evenodd'
|
|
14
|
+
clipRule='evenodd'
|
|
15
|
+
d='M145.023 20.828V10.0906V7.66566V7.65423C145.017 3.44429 141.874 0 138.032 0C134.192 0 131.047 3.44429 131.043 7.65423V7.66566V10.0906V20.828H145.023Z'
|
|
16
|
+
fill='#006F62'
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
fillRule='evenodd'
|
|
20
|
+
clipRule='evenodd'
|
|
21
|
+
d='M200.468 0L190.056 20.828H210.884L200.468 0Z'
|
|
22
|
+
fill='#006F62'
|
|
23
|
+
/>
|
|
24
|
+
<path d='M12.5109 4.9286L22.0054 0.696629L21.9727 9.23312L12.5109 4.9286Z' fill='#006F62' />
|
|
25
|
+
<path d='M12.6203 4.95946L3.19629 9.27653L3.15215 0.740086L12.6203 4.95946Z' fill='#006F62' />
|
|
26
|
+
<rect x='3.18616' y='4.93651' width='18.8016' height='16.0635' fill='#006F62' />
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { States } from 'storybook-states';
|
|
3
|
+
import { LoadingShapesLavenderBlue } from './LoadingShapesLavenderBlue';
|
|
4
|
+
|
|
5
|
+
export default { title: 'Components/LoadingShapesLavenderBlue' };
|
|
6
|
+
|
|
7
|
+
export const Default = () => (
|
|
8
|
+
<States>
|
|
9
|
+
<LoadingShapesLavenderBlue />
|
|
10
|
+
</States>
|
|
11
|
+
);
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import classNames from 'classnames';
|
|
2
|
+
import React, { useEffect } from 'react';
|
|
3
|
+
import { useCursor } from 'use-cursor';
|
|
4
|
+
import {
|
|
5
|
+
LoadingItemsLavenderBlue1,
|
|
6
|
+
LoadingItemsLavenderBlue2,
|
|
7
|
+
LoadingItemsLavenderBlue3,
|
|
8
|
+
LoadingItemsLavenderBlue4,
|
|
9
|
+
LoadingItemsLavenderBlue5
|
|
10
|
+
} from '../LoadingItemsLavenderBlue';
|
|
11
|
+
|
|
12
|
+
import './LoadingShapesLavenderBlue.scss';
|
|
13
|
+
|
|
14
|
+
const INTERVAL_MS = 250;
|
|
15
|
+
|
|
16
|
+
export const LoadingShapesLavenderBlue = () => {
|
|
17
|
+
const items = [
|
|
18
|
+
LoadingItemsLavenderBlue1,
|
|
19
|
+
LoadingItemsLavenderBlue2,
|
|
20
|
+
LoadingItemsLavenderBlue3,
|
|
21
|
+
LoadingItemsLavenderBlue4,
|
|
22
|
+
LoadingItemsLavenderBlue5
|
|
23
|
+
];
|
|
24
|
+
const { index, handleNext } = useCursor({ max: items.length });
|
|
25
|
+
|
|
26
|
+
useEffect(() => {
|
|
27
|
+
const interval = setInterval(() => {
|
|
28
|
+
handleNext();
|
|
29
|
+
}, INTERVAL_MS);
|
|
30
|
+
|
|
31
|
+
return () => clearInterval(interval);
|
|
32
|
+
}, [handleNext]);
|
|
33
|
+
|
|
34
|
+
return (
|
|
35
|
+
<div>
|
|
36
|
+
{items.map((Item, itemIndex) => (
|
|
37
|
+
<div
|
|
38
|
+
className={classNames('LoadingShapesLavenderBlue__item', {
|
|
39
|
+
'LoadingShapesLavenderBlue__item--current': itemIndex !== index
|
|
40
|
+
})}
|
|
41
|
+
key={itemIndex}
|
|
42
|
+
>
|
|
43
|
+
<Item />
|
|
44
|
+
</div>
|
|
45
|
+
))}
|
|
46
|
+
</div>
|
|
47
|
+
);
|
|
48
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './LoadingShapesLavenderBlue';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { States } from 'storybook-states';
|
|
3
|
+
import { LoadingShapesPinkGreen } from './LoadingShapesPinkGreen';
|
|
4
|
+
|
|
5
|
+
export default { title: 'Components/LoadingShapesPinkGreen' };
|
|
6
|
+
|
|
7
|
+
export const Default = () => (
|
|
8
|
+
<States>
|
|
9
|
+
<LoadingShapesPinkGreen />
|
|
10
|
+
</States>
|
|
11
|
+
);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import classNames from 'classnames';
|
|
2
|
+
import React, { useEffect } from 'react';
|
|
3
|
+
import { useCursor } from 'use-cursor';
|
|
4
|
+
import {
|
|
5
|
+
LoadingItems1,
|
|
6
|
+
LoadingItems2,
|
|
7
|
+
LoadingItems3,
|
|
8
|
+
LoadingItems4,
|
|
9
|
+
LoadingItems5
|
|
10
|
+
} from '../LoadingItemsPinkGreen';
|
|
11
|
+
|
|
12
|
+
import './LoadingShapesPinkGreen.scss';
|
|
13
|
+
|
|
14
|
+
const INTERVAL_MS = 250;
|
|
15
|
+
|
|
16
|
+
export const LoadingShapesPinkGreen = () => {
|
|
17
|
+
const items = [LoadingItems1, LoadingItems2, LoadingItems3, LoadingItems4, LoadingItems5];
|
|
18
|
+
const { index, handleNext } = useCursor({ max: items.length });
|
|
19
|
+
|
|
20
|
+
useEffect(() => {
|
|
21
|
+
const interval = setInterval(() => {
|
|
22
|
+
handleNext();
|
|
23
|
+
}, INTERVAL_MS);
|
|
24
|
+
|
|
25
|
+
return () => clearInterval(interval);
|
|
26
|
+
}, [handleNext]);
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<div>
|
|
30
|
+
{items.map((Item, itemIndex) => (
|
|
31
|
+
<div
|
|
32
|
+
className={classNames('LoadingShapesPinkGreen__item', {
|
|
33
|
+
'LoadingShapesPinkGreen__item--current': itemIndex !== index
|
|
34
|
+
})}
|
|
35
|
+
key={itemIndex}
|
|
36
|
+
>
|
|
37
|
+
<Item />
|
|
38
|
+
</div>
|
|
39
|
+
))}
|
|
40
|
+
</div>
|
|
41
|
+
);
|
|
42
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './LoadingShapesPinkGreen';
|
package/src/components/index.ts
CHANGED
|
@@ -19,6 +19,10 @@ export * from './Label';
|
|
|
19
19
|
export * from './Loading';
|
|
20
20
|
export * from './LoadingBalls';
|
|
21
21
|
export * from './LoadingShapes';
|
|
22
|
+
export * from './LoadingShapesPinkGreen';
|
|
23
|
+
export * from './LoadingItemsPinkGreen';
|
|
24
|
+
export * from './LoadingShapesLavenderBlue';
|
|
25
|
+
export * from './LoadingItemsLavenderBlue';
|
|
22
26
|
export * from './Modal';
|
|
23
27
|
export * from './ModalOverlay';
|
|
24
28
|
export * from './NavigationPreventer';
|