magneto365.ui 2.73.0 → 2.74.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/img/2dfcd507fbc46c48.png +0 -0
- package/dist/assets/img/7ac49a1d11655962.png +0 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +1481 -1245
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/molecules/CompanyCard/CompanyCard.component.d.ts +5 -0
- package/dist/cjs/types/components/UI/molecules/CompanyCard/CompanyCard.interface.d.ts +91 -0
- package/dist/cjs/types/components/UI/molecules/CompanyCard/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/HorizontalMenu/HorizontalMenu.interface.d.ts +1 -5
- package/dist/cjs/types/components/UI/molecules/ImageCard/ImageCard.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ImageCard/ImageCard.interface.d.ts +44 -0
- package/dist/cjs/types/components/UI/molecules/ImageCard/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/Carousel/Carousel.component.d.ts +8 -0
- package/dist/cjs/types/components/UI/organism/Carousel/Carousel.interface.d.ts +135 -0
- package/dist/cjs/types/components/UI/organism/Carousel/children/CarouselButtons/CarouselButtons.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/Carousel/children/CarouselFooter/CarouselFooter.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/Carousel/children/CarouselHeader/CarouselHeader.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/Carousel/children/CarouselItems/CarouselItems.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/Carousel/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.component.d.ts +2 -1
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.interface.d.ts +8 -0
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.component.d.ts +1 -1
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/CandidateProfileTemplateMainNav.component.d.ts +5 -0
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/CandidateProfileTemplateMainNav.interface.d.ts +2 -0
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/index.d.ts +1 -1
- package/dist/cjs/types/components/hooks/useCarouselScroll/index.d.ts +11 -0
- package/dist/cjs/types/constants/img.constants.d.ts +2 -0
- package/dist/cjs/types/constants/stories/carousel.constants.d.ts +42 -0
- package/dist/cjs/types/constants/stories/index.d.ts +1 -0
- package/dist/cjs/types/utils/domNode/nodeCount.util.d.ts +3 -0
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +1477 -1246
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/molecules/CompanyCard/CompanyCard.component.d.ts +5 -0
- package/dist/esm/types/components/UI/molecules/CompanyCard/CompanyCard.interface.d.ts +91 -0
- package/dist/esm/types/components/UI/molecules/CompanyCard/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/HorizontalMenu/HorizontalMenu.interface.d.ts +1 -5
- package/dist/esm/types/components/UI/molecules/ImageCard/ImageCard.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ImageCard/ImageCard.interface.d.ts +44 -0
- package/dist/esm/types/components/UI/molecules/ImageCard/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/index.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/Carousel/Carousel.component.d.ts +8 -0
- package/dist/esm/types/components/UI/organism/Carousel/Carousel.interface.d.ts +135 -0
- package/dist/esm/types/components/UI/organism/Carousel/children/CarouselButtons/CarouselButtons.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/Carousel/children/CarouselFooter/CarouselFooter.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/Carousel/children/CarouselHeader/CarouselHeader.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/Carousel/children/CarouselItems/CarouselItems.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/Carousel/index.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/index.d.ts +1 -0
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.component.d.ts +2 -1
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.interface.d.ts +8 -0
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.component.d.ts +1 -1
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/index.d.ts +0 -1
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/CandidateProfileTemplateMainNav.component.d.ts +5 -0
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/CandidateProfileTemplateMainNav.interface.d.ts +2 -0
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/index.d.ts +2 -0
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/index.d.ts +1 -0
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/index.d.ts +1 -1
- package/dist/esm/types/components/hooks/useCarouselScroll/index.d.ts +11 -0
- package/dist/esm/types/constants/img.constants.d.ts +2 -0
- package/dist/esm/types/constants/stories/carousel.constants.d.ts +42 -0
- package/dist/esm/types/constants/stories/index.d.ts +1 -0
- package/dist/esm/types/utils/domNode/nodeCount.util.d.ts +3 -0
- package/dist/index.d.ts +256 -8
- package/package.json +1 -1
- package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.interface.d.ts +0 -2
- package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.interface.d.ts +0 -2
package/dist/index.d.ts
CHANGED
|
@@ -2514,15 +2514,11 @@ interface IHorizontalMenu {
|
|
|
2514
2514
|
/**
|
|
2515
2515
|
* options of horizontal menu
|
|
2516
2516
|
*/
|
|
2517
|
-
options
|
|
2517
|
+
options?: IHorizontalMenuOption[];
|
|
2518
2518
|
/**
|
|
2519
2519
|
* onChange of horizontal menu
|
|
2520
2520
|
*/
|
|
2521
2521
|
onChange?: (selectedItem: number) => void;
|
|
2522
|
-
/**
|
|
2523
|
-
* onClick of horizontal menu
|
|
2524
|
-
*/
|
|
2525
|
-
onClick?: () => void;
|
|
2526
2522
|
}
|
|
2527
2523
|
interface IHorizontalMenuOption {
|
|
2528
2524
|
/**
|
|
@@ -5771,6 +5767,148 @@ declare const UserTermTitle: React__default.FC<IUserTerm.Title>;
|
|
|
5771
5767
|
|
|
5772
5768
|
declare const UserTermUList: React__default.FC<IUserTerm.UlList>;
|
|
5773
5769
|
|
|
5770
|
+
interface ICarousel {
|
|
5771
|
+
/**
|
|
5772
|
+
* Render the component children
|
|
5773
|
+
*/
|
|
5774
|
+
children: React.ReactNode;
|
|
5775
|
+
/**
|
|
5776
|
+
* Class names for the components
|
|
5777
|
+
*/
|
|
5778
|
+
classNamesObject?: {
|
|
5779
|
+
/**
|
|
5780
|
+
* Base class name for the carousel
|
|
5781
|
+
*/
|
|
5782
|
+
base?: string;
|
|
5783
|
+
/**
|
|
5784
|
+
* Class names for the header component
|
|
5785
|
+
*/
|
|
5786
|
+
headerContainer?: string;
|
|
5787
|
+
/**
|
|
5788
|
+
* Class names for the header items container
|
|
5789
|
+
*/
|
|
5790
|
+
headerItem?: string;
|
|
5791
|
+
/**
|
|
5792
|
+
* Class names for the buttons for the component
|
|
5793
|
+
*/
|
|
5794
|
+
buttons?: string;
|
|
5795
|
+
/**
|
|
5796
|
+
* Class names for the items container
|
|
5797
|
+
*/
|
|
5798
|
+
items?: string;
|
|
5799
|
+
/**
|
|
5800
|
+
* Class names for the item component
|
|
5801
|
+
*/
|
|
5802
|
+
item?: string;
|
|
5803
|
+
};
|
|
5804
|
+
/**
|
|
5805
|
+
* Enable auto scroll for the carousel
|
|
5806
|
+
*/
|
|
5807
|
+
autoScroll?: boolean;
|
|
5808
|
+
/**
|
|
5809
|
+
* Interval for auto scroll
|
|
5810
|
+
*/
|
|
5811
|
+
scrollInterval?: number;
|
|
5812
|
+
/**
|
|
5813
|
+
* Enable mobile scrollable for the carousel
|
|
5814
|
+
*/
|
|
5815
|
+
mobileScrollable?: boolean;
|
|
5816
|
+
/**
|
|
5817
|
+
* Size of the buttons
|
|
5818
|
+
*/
|
|
5819
|
+
sizeButtons?: number;
|
|
5820
|
+
/**
|
|
5821
|
+
* Number of items per section
|
|
5822
|
+
*/
|
|
5823
|
+
itemsPerSection?: number;
|
|
5824
|
+
/**
|
|
5825
|
+
* Gap between items
|
|
5826
|
+
*/
|
|
5827
|
+
gap?: number;
|
|
5828
|
+
/**
|
|
5829
|
+
* Maximum width of the container
|
|
5830
|
+
*/
|
|
5831
|
+
maxContainerWidth?: string;
|
|
5832
|
+
/**
|
|
5833
|
+
* Current index of the carousel, for controlled mode
|
|
5834
|
+
*/
|
|
5835
|
+
currentIndex?: number;
|
|
5836
|
+
/**
|
|
5837
|
+
* Callback function to change the slide
|
|
5838
|
+
*/
|
|
5839
|
+
onChangeSlide?: (newIndex: number) => void;
|
|
5840
|
+
}
|
|
5841
|
+
declare namespace ICarousel {
|
|
5842
|
+
interface Header {
|
|
5843
|
+
/**
|
|
5844
|
+
* React children to be rendered inside the container.
|
|
5845
|
+
*/
|
|
5846
|
+
children?: React.ReactNode;
|
|
5847
|
+
/**
|
|
5848
|
+
* Additional class names for custom styling.
|
|
5849
|
+
*/
|
|
5850
|
+
className?: string;
|
|
5851
|
+
}
|
|
5852
|
+
interface Items {
|
|
5853
|
+
/**
|
|
5854
|
+
* React children to be rendered inside the container.
|
|
5855
|
+
*/
|
|
5856
|
+
children?: React.ReactNode;
|
|
5857
|
+
/**
|
|
5858
|
+
* Additional class names for custom styling.
|
|
5859
|
+
*/
|
|
5860
|
+
className?: string;
|
|
5861
|
+
}
|
|
5862
|
+
interface Footer {
|
|
5863
|
+
/**
|
|
5864
|
+
* React children to be rendered inside the container.
|
|
5865
|
+
*/
|
|
5866
|
+
children?: React.ReactNode;
|
|
5867
|
+
/**
|
|
5868
|
+
* Additional class names for custom styling.
|
|
5869
|
+
*/
|
|
5870
|
+
className?: string;
|
|
5871
|
+
}
|
|
5872
|
+
interface Buttons {
|
|
5873
|
+
/**
|
|
5874
|
+
* Buttons to navigate to the previous slide in the carousel
|
|
5875
|
+
*/
|
|
5876
|
+
onPrevSlide: () => void;
|
|
5877
|
+
/**
|
|
5878
|
+
* Buttons to navigate to the next slide in the carousel
|
|
5879
|
+
*/
|
|
5880
|
+
onNextSlide: () => void;
|
|
5881
|
+
/**
|
|
5882
|
+
* Additional class names for custom styling.
|
|
5883
|
+
*/
|
|
5884
|
+
className?: string;
|
|
5885
|
+
/**
|
|
5886
|
+
* Size of the buttons
|
|
5887
|
+
*/
|
|
5888
|
+
size?: number;
|
|
5889
|
+
/**
|
|
5890
|
+
* Icons for the buttons
|
|
5891
|
+
*/
|
|
5892
|
+
icons?: {
|
|
5893
|
+
/**
|
|
5894
|
+
* Icon for the previous button
|
|
5895
|
+
*/
|
|
5896
|
+
left: string;
|
|
5897
|
+
/**
|
|
5898
|
+
* Icon for the next button
|
|
5899
|
+
*/
|
|
5900
|
+
right: string;
|
|
5901
|
+
};
|
|
5902
|
+
}
|
|
5903
|
+
}
|
|
5904
|
+
|
|
5905
|
+
declare const Carousel: React__default.FC<ICarousel> & {
|
|
5906
|
+
Items: React__default.FC<ICarousel.Items>;
|
|
5907
|
+
Header: React__default.FC<ICarousel.Header>;
|
|
5908
|
+
Footer: React__default.FC<ICarousel.Footer>;
|
|
5909
|
+
Button: React__default.FC<ICarousel.Buttons>;
|
|
5910
|
+
};
|
|
5911
|
+
|
|
5774
5912
|
interface IMenuUser {
|
|
5775
5913
|
/**
|
|
5776
5914
|
* menu items props
|
|
@@ -5982,6 +6120,107 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
|
|
|
5982
6120
|
*/
|
|
5983
6121
|
declare const UserMenuWrapperAnalyst: React__default.FC<IUserMenuWrapperAnalystProps>;
|
|
5984
6122
|
|
|
6123
|
+
interface ICardImage {
|
|
6124
|
+
/**
|
|
6125
|
+
* Path to the image to be displayed.
|
|
6126
|
+
*/
|
|
6127
|
+
imagePath: string;
|
|
6128
|
+
/**
|
|
6129
|
+
* Title of the image card.
|
|
6130
|
+
*/
|
|
6131
|
+
title: string;
|
|
6132
|
+
/**
|
|
6133
|
+
* Additional class names for custom styling.
|
|
6134
|
+
*/
|
|
6135
|
+
className?: string;
|
|
6136
|
+
/**
|
|
6137
|
+
* Description of the image card.
|
|
6138
|
+
*/
|
|
6139
|
+
description?: string;
|
|
6140
|
+
/**
|
|
6141
|
+
* Alt text for the image.
|
|
6142
|
+
*/
|
|
6143
|
+
alt?: string;
|
|
6144
|
+
/**
|
|
6145
|
+
* Custom direct dimensions for the image card.
|
|
6146
|
+
*/
|
|
6147
|
+
dimensions?: ICardImageStyles;
|
|
6148
|
+
/**
|
|
6149
|
+
* Icon props to be displayed on the image card.
|
|
6150
|
+
*/
|
|
6151
|
+
icon?: IconProps$1 & {
|
|
6152
|
+
showIcon?: boolean;
|
|
6153
|
+
};
|
|
6154
|
+
}
|
|
6155
|
+
interface ICardImageStyles {
|
|
6156
|
+
/**
|
|
6157
|
+
* Height of the image card.
|
|
6158
|
+
*/
|
|
6159
|
+
height?: string;
|
|
6160
|
+
/**
|
|
6161
|
+
* Width of the image card.
|
|
6162
|
+
*/
|
|
6163
|
+
width?: string;
|
|
6164
|
+
}
|
|
6165
|
+
|
|
6166
|
+
declare const ImageCard: React__default.FC<ICardImage>;
|
|
6167
|
+
|
|
6168
|
+
interface IBaseCompanyComponentProps {
|
|
6169
|
+
/**
|
|
6170
|
+
* Logo of the company
|
|
6171
|
+
*/
|
|
6172
|
+
logo: string;
|
|
6173
|
+
/**
|
|
6174
|
+
* Name of the company
|
|
6175
|
+
*/
|
|
6176
|
+
companyName: string;
|
|
6177
|
+
/**
|
|
6178
|
+
* Link to the company page
|
|
6179
|
+
*/
|
|
6180
|
+
buttonLink: string;
|
|
6181
|
+
/**
|
|
6182
|
+
* Class name for the component
|
|
6183
|
+
*/
|
|
6184
|
+
className?: string;
|
|
6185
|
+
/**
|
|
6186
|
+
* Type of the company card
|
|
6187
|
+
*/
|
|
6188
|
+
companyCardType?: 'withDescription' | 'withoutDescription';
|
|
6189
|
+
/**
|
|
6190
|
+
* Background color of the card
|
|
6191
|
+
*/
|
|
6192
|
+
backgroundColor?: 'gray' | 'white' | 'transparent';
|
|
6193
|
+
}
|
|
6194
|
+
interface IWithDescriptionProps extends IBaseCompanyComponentProps {
|
|
6195
|
+
/**
|
|
6196
|
+
* Number of job openings
|
|
6197
|
+
*/
|
|
6198
|
+
jobCount: string;
|
|
6199
|
+
/**
|
|
6200
|
+
* Description of the company
|
|
6201
|
+
*/
|
|
6202
|
+
description: string;
|
|
6203
|
+
/**
|
|
6204
|
+
* Text for the button
|
|
6205
|
+
*/
|
|
6206
|
+
buttonText: string;
|
|
6207
|
+
}
|
|
6208
|
+
interface IWithoutDescriptionProps extends IBaseCompanyComponentProps {
|
|
6209
|
+
/**
|
|
6210
|
+
* Title of the job opening
|
|
6211
|
+
*/
|
|
6212
|
+
vacantTitle: string;
|
|
6213
|
+
/**
|
|
6214
|
+
* Salary for the job opening
|
|
6215
|
+
*/
|
|
6216
|
+
salary: string;
|
|
6217
|
+
}
|
|
6218
|
+
declare type ICompanyCardProps = IWithDescriptionProps | IWithoutDescriptionProps;
|
|
6219
|
+
|
|
6220
|
+
declare const CompanyCardWithDescription: React__default.FC<IWithDescriptionProps>;
|
|
6221
|
+
declare const CompanyCardWithoutDescription: React__default.FC<IWithoutDescriptionProps>;
|
|
6222
|
+
declare const CompanyCard: React__default.FC<ICompanyCardProps>;
|
|
6223
|
+
|
|
5985
6224
|
interface IJobsPage {
|
|
5986
6225
|
/**
|
|
5987
6226
|
* Props for the filter bottom header section.
|
|
@@ -6200,7 +6439,7 @@ interface IModalProps {
|
|
|
6200
6439
|
*/
|
|
6201
6440
|
declare const AnalystTemplate: React__default.FC<IAnalystTemplateProps>;
|
|
6202
6441
|
|
|
6203
|
-
declare type
|
|
6442
|
+
declare type TCandidateProfileTemplateMainNav = IHorizontalMenu$1;
|
|
6204
6443
|
|
|
6205
6444
|
declare type TCandidateProfileTemplateNav = React.HTMLAttributes<HTMLDivElement>;
|
|
6206
6445
|
|
|
@@ -6272,6 +6511,14 @@ interface ICandidateTemplateContext {
|
|
|
6272
6511
|
* Function to set the height of bottom navigation
|
|
6273
6512
|
*/
|
|
6274
6513
|
setNavHeight: (height: number) => void;
|
|
6514
|
+
/**
|
|
6515
|
+
* Height of header
|
|
6516
|
+
*/
|
|
6517
|
+
headerHeight: number;
|
|
6518
|
+
/**
|
|
6519
|
+
* Function to set the height of header
|
|
6520
|
+
*/
|
|
6521
|
+
setHeaderHeight: (height: number) => void;
|
|
6275
6522
|
}
|
|
6276
6523
|
interface ICandidateProvider {
|
|
6277
6524
|
/**
|
|
@@ -6290,7 +6537,8 @@ interface ICandidateProvider {
|
|
|
6290
6537
|
declare const CandidateProfileTemplate: React__default.FC<ICandidateProfileTemplate> & {
|
|
6291
6538
|
Provider: React__default.FC<ICandidateProvider>;
|
|
6292
6539
|
useCandidateProfile: () => ICandidateTemplateContext;
|
|
6293
|
-
Header: React__default.FC<
|
|
6540
|
+
Header: React__default.FC<{}>;
|
|
6541
|
+
MainNav: React__default.FC<IHorizontalMenu>;
|
|
6294
6542
|
Nav: React__default.FC<TCandidateProfileTemplateNav>;
|
|
6295
6543
|
Profile: React__default.FC<ICandidateProfileTemplateProfile>;
|
|
6296
6544
|
Screen: React__default.FC<any>;
|
|
@@ -6821,4 +7069,4 @@ declare type MagnetoUIText = 'sm-2' | 'md' | 'md-2' | 'lg' | 'xl' | '2xl' | '3xl
|
|
|
6821
7069
|
*/
|
|
6822
7070
|
declare type MagnetoUIWeight = 'normal' | 'bold' | 'black';
|
|
6823
7071
|
|
|
6824
|
-
export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarChart, BarLoader, BarsChart, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$3 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, CandidateNav, CandidateProfile, CandidateProfileTemplate, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, Collapse, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, ETypographyFontWeight, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, HorizontalMenu, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICandidateNavButton, ICandidateNavContext, ICandidateProfileAvatar, ICandidateProfileTemplate, ICandidateProfileTemplateProfile, ICandidateProvider, ICandidateScreen, ICandidateTemplateContext, ICardsRef, ICategoryField, ICategoryGrid, ICategoryMenuCard, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICollapseContext, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalyst, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IHorizontalMenu, IHorizontalMenuOption, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalyst, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, IMegaMenuEmpty, IMegaMenuSideCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, INotification, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IQualification, IQualificationStar, IRadioCommonProps, IRadioProps, IRatingBadge, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, ITypographyBase, ITypographyEllipsis, ITypographyLink, ITypographyText, ITypographyTitle, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IVacantPositions, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputFile, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, MagnetoUIBorder, MagnetoUIColor, MagnetoUIGap, MagnetoUIMargin, MagnetoUIOpacity, MagnetoUIPadding, ContextAppProvider as MagnetoUIProvider, MagnetoUIRadius, MagnetoUIScale, MagnetoUIScreen, MagnetoUIShadow, MagnetoUIText, MagnetoUIWeight, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuDrawerItem, MegaMenuEmpty, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$2 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Qualification, Radio, RatingBadge, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default$1 as SortMenu, SuggestedJobsPage, Switch, TCandidateNav, TCandidateNavOption, TCandidateNavOptions, TCandidateNavStep, TCandidateProfile, TCandidateProfileBody, TCandidateProfileHeader,
|
|
7072
|
+
export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarChart, BarLoader, BarsChart, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$3 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, CandidateNav, CandidateProfile, CandidateProfileTemplate, Carousel, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, Collapse, CompanyCard, CompanyCardWithDescription, CompanyCardWithoutDescription, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, ETypographyFontWeight, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, HorizontalMenu, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICandidateNavButton, ICandidateNavContext, ICandidateProfileAvatar, ICandidateProfileTemplate, ICandidateProfileTemplateProfile, ICandidateProvider, ICandidateScreen, ICandidateTemplateContext, ICardsRef, ICarousel, ICategoryField, ICategoryGrid, ICategoryMenuCard, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICollapseContext, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalyst, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IHorizontalMenu, IHorizontalMenuOption, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalyst, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, IMegaMenuEmpty, IMegaMenuSideCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, INotification, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IQualification, IQualificationStar, IRadioCommonProps, IRadioProps, IRatingBadge, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, ITypographyBase, ITypographyEllipsis, ITypographyLink, ITypographyText, ITypographyTitle, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IVacantPositions, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, ImageCard, Input, InputFile, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, MagnetoUIBorder, MagnetoUIColor, MagnetoUIGap, MagnetoUIMargin, MagnetoUIOpacity, MagnetoUIPadding, ContextAppProvider as MagnetoUIProvider, MagnetoUIRadius, MagnetoUIScale, MagnetoUIScreen, MagnetoUIShadow, MagnetoUIText, MagnetoUIWeight, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuDrawerItem, MegaMenuEmpty, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$2 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Qualification, Radio, RatingBadge, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default$1 as SortMenu, SuggestedJobsPage, Switch, TCandidateNav, TCandidateNavOption, TCandidateNavOptions, TCandidateNavStep, TCandidateProfile, TCandidateProfileBody, TCandidateProfileHeader, TCandidateProfileTemplateMainNav, TCandidateProfileTemplateNav, TCandidateProfileToggler, TCollapse, TCollapseBody, TCollapseHeader, TCollapseToggler, TExpandableInfoSize, TExpandableInfoVariant, TInputFile, TMessageType, TToggleButtonList, TTypographyFontWeight, TTypographyParagraph, TVacantOption, TVacantOptionType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, TimeLineItemStatus, Timeline, TimelineEvent, TimelineEventProps, ToggleButton, ToggleButtonList, Tooltip, Typography, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, VacantPositions, useMediaQuery, withClickOut, withMegaMenuSideCards };
|
package/package.json
CHANGED