magneto365.ui 2.46.0 → 2.47.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/assets/360b8d098be3a53b.svg +7 -0
- package/dist/assets/bdaa69e0d22124aa.svg +6 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +714 -406
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.interface.d.ts +54 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.constants.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.interface.d.ts +38 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.interface.d.ts +32 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.constants.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.interface.d.ts +16 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.interface.d.ts +11 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.interface.d.ts +20 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.constants.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.interface.d.ts +16 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/index.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/index.d.ts +1 -0
- package/dist/cjs/types/constants/icons.constants.d.ts +15 -13
- package/dist/cjs/types/constants/stories/expandableInfo.constants.d.ts +5 -0
- package/dist/cjs/types/constants/stories/index.d.ts +1 -0
- package/dist/cjs/types/utils/classNameManager/classNameManager.util.d.ts +1 -1
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +714 -407
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.interface.d.ts +54 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.constants.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.interface.d.ts +38 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.interface.d.ts +32 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.constants.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.interface.d.ts +16 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.interface.d.ts +11 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.interface.d.ts +20 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.constants.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.interface.d.ts +16 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/index.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/index.d.ts +1 -0
- package/dist/esm/types/constants/icons.constants.d.ts +15 -13
- package/dist/esm/types/constants/stories/expandableInfo.constants.d.ts +5 -0
- package/dist/esm/types/constants/stories/index.d.ts +1 -0
- package/dist/esm/types/utils/classNameManager/classNameManager.util.d.ts +1 -1
- package/dist/index.d.ts +144 -1
- package/package.json +1 -1
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { IExpandableInfoActionProps, IExpandableInfoDetailsProps, IExpandableInfoMessageProps } from './children';
|
|
2
|
+
import { IconProps } from '@components/UI/atoms';
|
|
3
|
+
export interface IExpandableInfoProps {
|
|
4
|
+
/**
|
|
5
|
+
* Main action
|
|
6
|
+
*/
|
|
7
|
+
actions?: IExpandableInfoActionProps[];
|
|
8
|
+
/**
|
|
9
|
+
* Details list
|
|
10
|
+
*/
|
|
11
|
+
details?: IExpandableInfoDetailsProps;
|
|
12
|
+
/**
|
|
13
|
+
* Floating component or not
|
|
14
|
+
*/
|
|
15
|
+
floating?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Footer message
|
|
18
|
+
*/
|
|
19
|
+
message?: IExpandableInfoMessageProps;
|
|
20
|
+
/**
|
|
21
|
+
* Left icon of the dropdown
|
|
22
|
+
*/
|
|
23
|
+
prefixIcon?: IconProps;
|
|
24
|
+
/**
|
|
25
|
+
* Size of component
|
|
26
|
+
*/
|
|
27
|
+
size?: TExpandableInfoSize;
|
|
28
|
+
/**
|
|
29
|
+
* Right icon of the dropdown
|
|
30
|
+
*/
|
|
31
|
+
suffixIcon?: IconProps;
|
|
32
|
+
/**
|
|
33
|
+
* Main summary
|
|
34
|
+
*/
|
|
35
|
+
summary?: string | number;
|
|
36
|
+
/**
|
|
37
|
+
* Main title
|
|
38
|
+
*/
|
|
39
|
+
title?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Type of component theme
|
|
42
|
+
*/
|
|
43
|
+
variant?: TExpandableInfoVariant;
|
|
44
|
+
}
|
|
45
|
+
export declare type TExpandableInfoVariant = `${EExpandableInfoVariant}`;
|
|
46
|
+
export declare enum EExpandableInfoVariant {
|
|
47
|
+
BLUE = "blue",
|
|
48
|
+
WHITE = "white"
|
|
49
|
+
}
|
|
50
|
+
export declare type TExpandableInfoSize = `${EExpandableInfoSize}`;
|
|
51
|
+
export declare enum EExpandableInfoSize {
|
|
52
|
+
SMALL = "small",
|
|
53
|
+
LARGE = "large"
|
|
54
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IconProps } from '@components/UI/atoms';
|
|
2
|
+
export interface IExpandableInfoActionProps {
|
|
3
|
+
/**
|
|
4
|
+
* Custom class name
|
|
5
|
+
*/
|
|
6
|
+
className?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Loading state
|
|
9
|
+
*/
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Function or URL
|
|
13
|
+
*/
|
|
14
|
+
onAction?: (() => void) | string;
|
|
15
|
+
/**
|
|
16
|
+
* Left icon of the action
|
|
17
|
+
*/
|
|
18
|
+
prefixIcon?: IconProps;
|
|
19
|
+
/**
|
|
20
|
+
* Right icon of the action
|
|
21
|
+
*/
|
|
22
|
+
suffixIcon?: IconProps;
|
|
23
|
+
/**
|
|
24
|
+
* Action title
|
|
25
|
+
*/
|
|
26
|
+
title?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Action variant
|
|
29
|
+
*/
|
|
30
|
+
variant?: TExpandableInfoActionVariant;
|
|
31
|
+
}
|
|
32
|
+
export declare type TExpandableInfoActionVariant = `${EExpandableInfoActionVariant}`;
|
|
33
|
+
export declare enum EExpandableInfoActionVariant {
|
|
34
|
+
DARK_BLUE = "dark-blue",
|
|
35
|
+
LIGHT_BLUE = "light-blue",
|
|
36
|
+
WHITE = "white",
|
|
37
|
+
GREEN = "green"
|
|
38
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IExpandableInfoActionProps } from '../ExpandableInfoAction';
|
|
2
|
+
export interface IExpandableInfoDetailsProps {
|
|
3
|
+
/**
|
|
4
|
+
* Details sections
|
|
5
|
+
*/
|
|
6
|
+
sections?: IExpandableInfoDetailsSection[];
|
|
7
|
+
/**
|
|
8
|
+
* Details footer action
|
|
9
|
+
*/
|
|
10
|
+
footer?: TExpandableInfoDetailsFooter;
|
|
11
|
+
}
|
|
12
|
+
export declare type TExpandableInfoDetailsFooter = Pick<IExpandableInfoActionProps, 'title' | 'onAction'>;
|
|
13
|
+
export interface IExpandableInfoDetailsSection {
|
|
14
|
+
/**
|
|
15
|
+
* Section children
|
|
16
|
+
*/
|
|
17
|
+
children: IExpandableInfoDetailsContent[];
|
|
18
|
+
}
|
|
19
|
+
export interface IExpandableInfoDetailsContent {
|
|
20
|
+
/**
|
|
21
|
+
* Section title
|
|
22
|
+
*/
|
|
23
|
+
title: string;
|
|
24
|
+
/**
|
|
25
|
+
* Section summary
|
|
26
|
+
*/
|
|
27
|
+
summary: string;
|
|
28
|
+
/**
|
|
29
|
+
* Section sub content
|
|
30
|
+
*/
|
|
31
|
+
content?: IExpandableInfoDetailsContent[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IconProps } from '@components/UI/atoms';
|
|
2
|
+
import { IExpandableInfoProps } from '../../ExpandableInfo.interface';
|
|
3
|
+
export interface IExpandableInfoMessageProps extends Pick<IExpandableInfoProps, 'variant'> {
|
|
4
|
+
/**
|
|
5
|
+
* Class name
|
|
6
|
+
*/
|
|
7
|
+
className?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Message title
|
|
10
|
+
*/
|
|
11
|
+
title?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Left icon of the dropdown
|
|
14
|
+
*/
|
|
15
|
+
prefixIcon?: IconProps;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IExpandableInfoDetailsProps, IExpandableInfoTogglerProps } from '../index';
|
|
2
|
+
export interface IExpandableInfoModalProps {
|
|
3
|
+
/**
|
|
4
|
+
* Details props
|
|
5
|
+
*/
|
|
6
|
+
details?: IExpandableInfoDetailsProps;
|
|
7
|
+
/**
|
|
8
|
+
* Toggler props
|
|
9
|
+
*/
|
|
10
|
+
toggler: Omit<IExpandableInfoTogglerProps, 'onToggle'>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IExpandableInfoTogglerProps, IExpandableInfoDetailsProps } from '../index';
|
|
3
|
+
export interface IExpandableInfoPopoverProps {
|
|
4
|
+
/**
|
|
5
|
+
* Details props
|
|
6
|
+
*/
|
|
7
|
+
details?: IExpandableInfoDetailsProps;
|
|
8
|
+
/**
|
|
9
|
+
* Toggler props
|
|
10
|
+
*/
|
|
11
|
+
toggler: Omit<IExpandableInfoTogglerProps, 'onToggle'>;
|
|
12
|
+
/**
|
|
13
|
+
* Click out
|
|
14
|
+
*/
|
|
15
|
+
clickOut?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Set click out
|
|
18
|
+
*/
|
|
19
|
+
setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IExpandableInfoProps } from '../../ExpandableInfo.interface';
|
|
2
|
+
import { IconProps } from '@components/UI/atoms';
|
|
3
|
+
export interface IExpandableInfoTogglerProps extends Omit<IExpandableInfoProps, 'actionButton' | 'message' | 'clickOut' | 'setClickOut' | 'floating'> {
|
|
4
|
+
/**
|
|
5
|
+
* Function to be called when the toggler is clicked
|
|
6
|
+
*/
|
|
7
|
+
onToggle: (value?: boolean) => void;
|
|
8
|
+
/**
|
|
9
|
+
* Left icon of the dropdown
|
|
10
|
+
*/
|
|
11
|
+
prefixIcon?: IconProps;
|
|
12
|
+
/**
|
|
13
|
+
* Right icon of the dropdown
|
|
14
|
+
*/
|
|
15
|
+
suffixIcon?: IconProps;
|
|
16
|
+
}
|
|
@@ -8,6 +8,7 @@ export * from './CitiesDetailDrawer';
|
|
|
8
8
|
export * from './DatePicker';
|
|
9
9
|
export * from './Drawer';
|
|
10
10
|
export * from './EmptyResults';
|
|
11
|
+
export * from './ExpandableInfo';
|
|
11
12
|
export * from './FilterContainerMenu';
|
|
12
13
|
export * from './FilterMenuItem';
|
|
13
14
|
export * from './FilterSearchItem';
|
|
@@ -2,6 +2,10 @@ export { default as Add } from '../assets/Add.svg';
|
|
|
2
2
|
export { default as Add2 } from '../assets/Add2.svg';
|
|
3
3
|
export { default as AddSquareBlackOutline } from '../assets/addSquareBlackOutline.svg';
|
|
4
4
|
export { default as AllJobs } from '../assets/all-jobs.svg';
|
|
5
|
+
export { default as AnimatedSpinnerBlack } from '../assets/gif/spinnerBlack.gif';
|
|
6
|
+
export { default as AnimatedSpinnerBlue } from '../assets/gif/spinnerBlue.gif';
|
|
7
|
+
export { default as AnimatedSpinnerGreen } from '../assets/gif/spinnerGreen.gif';
|
|
8
|
+
export { default as AnimatedSpinnerWhite } from '../assets/gif/spinnerWhite.gif';
|
|
5
9
|
export { default as AppGallery } from '../assets/app-galery.svg';
|
|
6
10
|
export { default as AppStore } from '../assets/app-store.svg';
|
|
7
11
|
export { default as ArchiveAdd } from '../assets/ArchiveAdd.svg';
|
|
@@ -13,6 +17,7 @@ export { default as ArrowDownBlue } from '../assets/arrowDownBlue.svg';
|
|
|
13
17
|
export { default as ArrowDownWhite } from '../assets/arrowDownWhite.svg';
|
|
14
18
|
export { default as ArrowLeft2 } from '../assets/ArrowLeft2.svg';
|
|
15
19
|
export { default as ArrowRight2 } from '../assets/ArrowRight2.svg';
|
|
20
|
+
export { default as ArrowRightWhite } from '../assets/ArrowRightWhite.svg';
|
|
16
21
|
export { default as ArrowSwapVertical } from '../assets/ArrowSwapVertical.svg';
|
|
17
22
|
export { default as BookBlueBold } from '../assets/bookBlueBold.svg';
|
|
18
23
|
export { default as BookWhiteOutline } from '../assets/bookWhiteOutline.svg';
|
|
@@ -29,6 +34,9 @@ export { default as Checked } from '../assets/Checked.svg';
|
|
|
29
34
|
export { default as ClipboardClose } from '../assets/ClipboardClose.svg';
|
|
30
35
|
export { default as Clock } from '../assets/Clock.svg';
|
|
31
36
|
export { default as Close } from '../assets/Close.svg';
|
|
37
|
+
export { default as CloseCircle } from '../assets/closeCircle.svg';
|
|
38
|
+
export { default as CoinBlackOutline } from '../assets/coinBlackOutline.svg';
|
|
39
|
+
export { default as Danger } from '../assets/danger.svg';
|
|
32
40
|
export { default as DocTextBlueBold } from '../assets/docTextBlueBold.svg';
|
|
33
41
|
export { default as DocTextWhiteOutline } from '../assets/docTextWhiteOutline.svg';
|
|
34
42
|
export { default as DocumentText } from '../assets/DocumentText.svg';
|
|
@@ -39,11 +47,12 @@ export { default as DollarCircleWhiteOutline } from '../assets/dollarCircleWhite
|
|
|
39
47
|
export { default as Ellipsis } from '../assets/Ellipsis-h.svg';
|
|
40
48
|
export { default as Email } from '../assets/Email.svg';
|
|
41
49
|
export { default as Error } from '../assets/error.svg';
|
|
42
|
-
export { default as EyeSlash } from '../assets/eye-slash.svg';
|
|
43
50
|
export { default as Export3 } from '../assets/Export3.svg';
|
|
51
|
+
export { default as EyeSlash } from '../assets/eye-slash.svg';
|
|
44
52
|
export { default as Facebook } from '../assets/Facebook.svg';
|
|
45
53
|
export { default as FacebookBlue } from '../assets/Facebook2.svg';
|
|
46
54
|
export { default as FacebookDark } from '../assets/Facebook1.svg';
|
|
55
|
+
export { default as FacebookSolid } from '../assets/FacebookSolid.svg';
|
|
47
56
|
export { default as GooglePlay } from '../assets/google-play.svg';
|
|
48
57
|
export { default as GridBlueBold } from '../assets/gridBlueBold.svg';
|
|
49
58
|
export { default as GridWhiteOutline } from '../assets/gridWhiteOutline.svg';
|
|
@@ -58,6 +67,7 @@ export { default as ImageBlueBold } from '../assets/imageBlueBold.svg';
|
|
|
58
67
|
export { default as ImageWhiteOutline } from '../assets/imageWhiteOutline.svg';
|
|
59
68
|
export { default as Info } from '../assets/info.svg';
|
|
60
69
|
export { default as Instagram } from '../assets/Instagram.svg';
|
|
70
|
+
export { default as InstagramSolid } from '../assets/InstagramSolid.svg';
|
|
61
71
|
export { default as IsoLogoMagneto } from '../assets/favicon-m.svg';
|
|
62
72
|
export { default as IsoLogoMagnetoDark } from '../assets/logoMagnetoDarkMobile.svg';
|
|
63
73
|
export { default as Link } from '../assets/Link.svg';
|
|
@@ -66,6 +76,7 @@ export { default as LinkDark } from '../assets/Link21.svg';
|
|
|
66
76
|
export { default as Linkedin } from '../assets/Linkedin.svg';
|
|
67
77
|
export { default as LinkedInBlue } from '../assets/Linkedin2.svg';
|
|
68
78
|
export { default as LinkedInDark } from '../assets/Linkedin1.svg';
|
|
79
|
+
export { default as LinkedinSolid } from '../assets/LinkedinSolid.svg';
|
|
69
80
|
export { default as Location } from '../assets/Location.svg';
|
|
70
81
|
export { default as Lock } from '../assets/Lock.svg';
|
|
71
82
|
export { default as Login } from '../assets/Login.svg';
|
|
@@ -89,6 +100,7 @@ export { default as People } from '../assets/People.svg';
|
|
|
89
100
|
export { default as PeopleBlueBold } from '../assets/peopleBlueBold.svg';
|
|
90
101
|
export { default as PeopleWhiteOutline } from '../assets/peopleWhiteOutline.svg';
|
|
91
102
|
export { default as ProfileAdd } from '../assets/ProfileAdd.svg';
|
|
103
|
+
export { default as QuestionCircle } from '../assets/question-cirlce.svg';
|
|
92
104
|
export { default as RedoDarkBlue } from '../assets/redoDarkBlue.svg';
|
|
93
105
|
export { default as Refresh } from '../assets/Refresh.svg';
|
|
94
106
|
export { default as SearchIcon } from '../assets/SearchNormal1Gray.svg';
|
|
@@ -99,6 +111,7 @@ export { default as SettingBlueBold } from '../assets/settingBlueBold.svg';
|
|
|
99
111
|
export { default as SettingWhiteOutline } from '../assets/settingWhiteOutline.svg';
|
|
100
112
|
export { default as Share } from '../assets/Share.svg';
|
|
101
113
|
export { default as ShareBlue } from '../assets/Share1.svg';
|
|
114
|
+
export { default as ShoppingCartBlueOutline } from '../assets/shoppingCartBlueOutline.svg';
|
|
102
115
|
export { default as SmallClose } from '../assets/SmallClose.svg';
|
|
103
116
|
export { default as SMSBlue } from '../assets/SMS.svg';
|
|
104
117
|
export { default as SpinnerWhite } from '../assets/SpinnerWhite.svg';
|
|
@@ -109,6 +122,7 @@ export { default as TaskBlueBold } from '../assets/taskBlueBold.svg';
|
|
|
109
122
|
export { default as TaskSquare } from '../assets/TaskSquare.svg';
|
|
110
123
|
export { default as TaskWhiteOutline } from '../assets/taskWhiteOutline.svg';
|
|
111
124
|
export { default as Tiktok } from '../assets/Tiktok.svg';
|
|
125
|
+
export { default as TiktokSolid } from '../assets/TiktokSolid.svg';
|
|
112
126
|
export { default as Trash } from '../assets/trash.svg';
|
|
113
127
|
export { default as TwitterBlue } from '../assets/Twitter2.svg';
|
|
114
128
|
export { default as TwitterDark } from '../assets/Twitter1.svg';
|
|
@@ -123,16 +137,4 @@ export { default as WhatsAppColor } from '../assets/Whatsapp1.svg';
|
|
|
123
137
|
export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
|
|
124
138
|
export { default as X } from '../assets/X.svg';
|
|
125
139
|
export { default as Youtube } from '../assets/Youtube.svg';
|
|
126
|
-
export { default as AnimatedSpinnerWhite } from '../assets/gif/spinnerWhite.gif';
|
|
127
|
-
export { default as AnimatedSpinnerBlack } from '../assets/gif/spinnerBlack.gif';
|
|
128
|
-
export { default as AnimatedSpinnerBlue } from '../assets/gif/spinnerBlue.gif';
|
|
129
|
-
export { default as AnimatedSpinnerGreen } from '../assets/gif/spinnerGreen.gif';
|
|
130
|
-
export { default as CloseCircle } from '../assets/closeCircle.svg';
|
|
131
|
-
export { default as Danger } from '../assets/danger.svg';
|
|
132
|
-
export { default as InstagramSolid } from '../assets/InstagramSolid.svg';
|
|
133
|
-
export { default as FacebookSolid } from '../assets/FacebookSolid.svg';
|
|
134
|
-
export { default as LinkedinSolid } from '../assets/LinkedinSolid.svg';
|
|
135
|
-
export { default as TiktokSolid } from '../assets/TiktokSolid.svg';
|
|
136
140
|
export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
|
|
137
|
-
export { default as QuestionCircle } from '../assets/question-cirlce.svg';
|
|
138
|
-
export { default as ArrowRightWhite } from '../assets/ArrowRightWhite.svg';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IExpandableInfoProps } from '@components/UI/molecules/ExpandableInfo';
|
|
2
|
+
export declare const expandableInfoProps: IExpandableInfoProps;
|
|
3
|
+
export declare const expandableInfoPropsVariantBlue: Pick<IExpandableInfoProps, 'variant' | 'actions'>;
|
|
4
|
+
export declare const expandableInfoPropsWithMessage: Pick<IExpandableInfoProps, 'variant' | 'actions' | 'message'>;
|
|
5
|
+
export declare const expandableInfoPropsSizeSmall: Pick<IExpandableInfoProps, 'size' | 'prefixIcon'>;
|
|
@@ -5,6 +5,7 @@ export * from './citiesDrawer.constant';
|
|
|
5
5
|
export * from './common.constants';
|
|
6
6
|
export * from './drawer.constants';
|
|
7
7
|
export * from './emptyResults.constants';
|
|
8
|
+
export * from './expandableInfo.constants';
|
|
8
9
|
export * from './filter.constants';
|
|
9
10
|
export * from './footer.constants';
|
|
10
11
|
export * from './headers.constants';
|
package/dist/index.d.ts
CHANGED
|
@@ -1395,6 +1395,149 @@ interface IEmptyResults {
|
|
|
1395
1395
|
|
|
1396
1396
|
declare const EmptyResult: React$1.FC<IEmptyResults>;
|
|
1397
1397
|
|
|
1398
|
+
interface IExpandableInfoActionProps {
|
|
1399
|
+
/**
|
|
1400
|
+
* Custom class name
|
|
1401
|
+
*/
|
|
1402
|
+
className?: string;
|
|
1403
|
+
/**
|
|
1404
|
+
* Loading state
|
|
1405
|
+
*/
|
|
1406
|
+
loading?: boolean;
|
|
1407
|
+
/**
|
|
1408
|
+
* Function or URL
|
|
1409
|
+
*/
|
|
1410
|
+
onAction?: (() => void) | string;
|
|
1411
|
+
/**
|
|
1412
|
+
* Left icon of the action
|
|
1413
|
+
*/
|
|
1414
|
+
prefixIcon?: IconProps$1;
|
|
1415
|
+
/**
|
|
1416
|
+
* Right icon of the action
|
|
1417
|
+
*/
|
|
1418
|
+
suffixIcon?: IconProps$1;
|
|
1419
|
+
/**
|
|
1420
|
+
* Action title
|
|
1421
|
+
*/
|
|
1422
|
+
title?: string;
|
|
1423
|
+
/**
|
|
1424
|
+
* Action variant
|
|
1425
|
+
*/
|
|
1426
|
+
variant?: TExpandableInfoActionVariant;
|
|
1427
|
+
}
|
|
1428
|
+
declare type TExpandableInfoActionVariant = `${EExpandableInfoActionVariant}`;
|
|
1429
|
+
declare enum EExpandableInfoActionVariant {
|
|
1430
|
+
DARK_BLUE = "dark-blue",
|
|
1431
|
+
LIGHT_BLUE = "light-blue",
|
|
1432
|
+
WHITE = "white",
|
|
1433
|
+
GREEN = "green"
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
interface IExpandableInfoDetailsProps {
|
|
1437
|
+
/**
|
|
1438
|
+
* Details sections
|
|
1439
|
+
*/
|
|
1440
|
+
sections?: IExpandableInfoDetailsSection[];
|
|
1441
|
+
/**
|
|
1442
|
+
* Details footer action
|
|
1443
|
+
*/
|
|
1444
|
+
footer?: TExpandableInfoDetailsFooter;
|
|
1445
|
+
}
|
|
1446
|
+
declare type TExpandableInfoDetailsFooter = Pick<IExpandableInfoActionProps, 'title' | 'onAction'>;
|
|
1447
|
+
interface IExpandableInfoDetailsSection {
|
|
1448
|
+
/**
|
|
1449
|
+
* Section children
|
|
1450
|
+
*/
|
|
1451
|
+
children: IExpandableInfoDetailsContent[];
|
|
1452
|
+
}
|
|
1453
|
+
interface IExpandableInfoDetailsContent {
|
|
1454
|
+
/**
|
|
1455
|
+
* Section title
|
|
1456
|
+
*/
|
|
1457
|
+
title: string;
|
|
1458
|
+
/**
|
|
1459
|
+
* Section summary
|
|
1460
|
+
*/
|
|
1461
|
+
summary: string;
|
|
1462
|
+
/**
|
|
1463
|
+
* Section sub content
|
|
1464
|
+
*/
|
|
1465
|
+
content?: IExpandableInfoDetailsContent[];
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
interface IExpandableInfoMessageProps extends Pick<IExpandableInfoProps, 'variant'> {
|
|
1469
|
+
/**
|
|
1470
|
+
* Class name
|
|
1471
|
+
*/
|
|
1472
|
+
className?: string;
|
|
1473
|
+
/**
|
|
1474
|
+
* Message title
|
|
1475
|
+
*/
|
|
1476
|
+
title?: string;
|
|
1477
|
+
/**
|
|
1478
|
+
* Left icon of the dropdown
|
|
1479
|
+
*/
|
|
1480
|
+
prefixIcon?: IconProps$1;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
interface IExpandableInfoProps {
|
|
1484
|
+
/**
|
|
1485
|
+
* Main action
|
|
1486
|
+
*/
|
|
1487
|
+
actions?: IExpandableInfoActionProps[];
|
|
1488
|
+
/**
|
|
1489
|
+
* Details list
|
|
1490
|
+
*/
|
|
1491
|
+
details?: IExpandableInfoDetailsProps;
|
|
1492
|
+
/**
|
|
1493
|
+
* Floating component or not
|
|
1494
|
+
*/
|
|
1495
|
+
floating?: boolean;
|
|
1496
|
+
/**
|
|
1497
|
+
* Footer message
|
|
1498
|
+
*/
|
|
1499
|
+
message?: IExpandableInfoMessageProps;
|
|
1500
|
+
/**
|
|
1501
|
+
* Left icon of the dropdown
|
|
1502
|
+
*/
|
|
1503
|
+
prefixIcon?: IconProps$1;
|
|
1504
|
+
/**
|
|
1505
|
+
* Size of component
|
|
1506
|
+
*/
|
|
1507
|
+
size?: TExpandableInfoSize;
|
|
1508
|
+
/**
|
|
1509
|
+
* Right icon of the dropdown
|
|
1510
|
+
*/
|
|
1511
|
+
suffixIcon?: IconProps$1;
|
|
1512
|
+
/**
|
|
1513
|
+
* Main summary
|
|
1514
|
+
*/
|
|
1515
|
+
summary?: string | number;
|
|
1516
|
+
/**
|
|
1517
|
+
* Main title
|
|
1518
|
+
*/
|
|
1519
|
+
title?: string;
|
|
1520
|
+
/**
|
|
1521
|
+
* Type of component theme
|
|
1522
|
+
*/
|
|
1523
|
+
variant?: TExpandableInfoVariant;
|
|
1524
|
+
}
|
|
1525
|
+
declare type TExpandableInfoVariant = `${EExpandableInfoVariant}`;
|
|
1526
|
+
declare enum EExpandableInfoVariant {
|
|
1527
|
+
BLUE = "blue",
|
|
1528
|
+
WHITE = "white"
|
|
1529
|
+
}
|
|
1530
|
+
declare type TExpandableInfoSize = `${EExpandableInfoSize}`;
|
|
1531
|
+
declare enum EExpandableInfoSize {
|
|
1532
|
+
SMALL = "small",
|
|
1533
|
+
LARGE = "large"
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
/**
|
|
1537
|
+
* Molecule UI component for expandable info
|
|
1538
|
+
*/
|
|
1539
|
+
declare const ExpandableInfo: React$1.FC<IExpandableInfoProps>;
|
|
1540
|
+
|
|
1398
1541
|
interface IFilterContainerMenu {
|
|
1399
1542
|
/**
|
|
1400
1543
|
* you must add jsx elements
|
|
@@ -4544,4 +4687,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
|
|
|
4544
4687
|
wrapperProps: T;
|
|
4545
4688
|
}>;
|
|
4546
4689
|
|
|
4547
|
-
export { Actions, Alert, AnalystTemplate, Avatar, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, ERadioType, EmptyResult as EmptyResults, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IFieldsAlias, IFilter, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessage, IMobileDatePicker, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IMoblieDrawer, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, message, useMediaQuery, withClickOut, withMegaMenuContainer };
|
|
4690
|
+
export { Actions, Alert, AnalystTemplate, Avatar, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessage, IMobileDatePicker, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IMoblieDrawer, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, message, useMediaQuery, withClickOut, withMegaMenuContainer };
|
package/package.json
CHANGED