magneto365.ui 2.64.0 → 2.65.2

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.
Files changed (80) hide show
  1. package/dist/assets/6ef46f12bd41b7e9.svg +6 -0
  2. package/dist/assets/programatic/04389e99195ff6a4.svg +7 -0
  3. package/dist/assets/programatic/11e4df382bedbd55.svg +7 -0
  4. package/dist/assets/programatic/2f05a86c12b92705.svg +7 -0
  5. package/dist/assets/programatic/3caf016bc47ea119.svg +11 -0
  6. package/dist/assets/programatic/407623cd48f5ef6d.svg +4 -0
  7. package/dist/assets/programatic/473c87f0d70beec7.svg +6 -0
  8. package/dist/assets/programatic/53f2d2ba789f35cf.svg +5 -0
  9. package/dist/assets/programatic/7521dac35a6a264e.svg +5 -0
  10. package/dist/assets/programatic/7941570f4d62edfa.svg +4 -0
  11. package/dist/assets/programatic/91c6d65a7c15755a.svg +6 -0
  12. package/dist/assets/programatic/9928a6077f96fd22.svg +9 -0
  13. package/dist/assets/programatic/a473aefda12b4b6d.svg +6 -0
  14. package/dist/assets/programatic/bef414204e4cdfb6.svg +5 -0
  15. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  16. package/dist/cjs/index.js +1513 -1268
  17. package/dist/cjs/index.js.map +1 -1
  18. package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.component.d.ts +3 -0
  19. package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +22 -0
  20. package/dist/cjs/types/components/UI/atoms/BarChart/enums.d.ts +5 -0
  21. package/dist/cjs/types/components/UI/atoms/BarChart/index.d.ts +1 -0
  22. package/dist/cjs/types/components/UI/atoms/BarChart/interfaces.d.ts +1 -0
  23. package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
  24. package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +3 -0
  25. package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +33 -0
  26. package/dist/cjs/types/components/UI/molecules/BarsChart/index.d.ts +1 -0
  27. package/dist/cjs/types/components/UI/molecules/index.d.ts +1 -0
  28. package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +3 -0
  29. package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +15 -0
  30. package/dist/cjs/types/components/UI/organism/CategoryGrid/index.d.ts +2 -0
  31. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +4 -0
  32. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +53 -0
  33. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +3 -0
  34. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +23 -0
  35. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +2 -0
  36. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/index.d.ts +2 -0
  37. package/dist/cjs/types/components/UI/organism/index.d.ts +2 -0
  38. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +4 -0
  39. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +33 -0
  40. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/index.d.ts +2 -0
  41. package/dist/cjs/types/components/UI/template/index.d.ts +1 -0
  42. package/dist/cjs/types/constants/icons.constants.d.ts +15 -1
  43. package/dist/cjs/types/constants/stories/index.d.ts +1 -0
  44. package/dist/cjs/types/constants/stories/vacantPositionsCategory.constants.d.ts +25 -0
  45. package/dist/cjs/types/utils/currency/currency.util.d.ts +1 -0
  46. package/dist/cjs/types/utils/icons/getIcons.util.d.ts +1 -1
  47. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  48. package/dist/esm/index.js +1509 -1269
  49. package/dist/esm/index.js.map +1 -1
  50. package/dist/esm/types/components/UI/atoms/BarChart/BarChart.component.d.ts +3 -0
  51. package/dist/esm/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +22 -0
  52. package/dist/esm/types/components/UI/atoms/BarChart/enums.d.ts +5 -0
  53. package/dist/esm/types/components/UI/atoms/BarChart/index.d.ts +1 -0
  54. package/dist/esm/types/components/UI/atoms/BarChart/interfaces.d.ts +1 -0
  55. package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
  56. package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +3 -0
  57. package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +33 -0
  58. package/dist/esm/types/components/UI/molecules/BarsChart/index.d.ts +1 -0
  59. package/dist/esm/types/components/UI/molecules/index.d.ts +1 -0
  60. package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +3 -0
  61. package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +15 -0
  62. package/dist/esm/types/components/UI/organism/CategoryGrid/index.d.ts +2 -0
  63. package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +4 -0
  64. package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +53 -0
  65. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +3 -0
  66. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +23 -0
  67. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +2 -0
  68. package/dist/esm/types/components/UI/organism/CategoryMenuCard/index.d.ts +2 -0
  69. package/dist/esm/types/components/UI/organism/index.d.ts +2 -0
  70. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +4 -0
  71. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +33 -0
  72. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/index.d.ts +2 -0
  73. package/dist/esm/types/components/UI/template/index.d.ts +1 -0
  74. package/dist/esm/types/constants/icons.constants.d.ts +15 -1
  75. package/dist/esm/types/constants/stories/index.d.ts +1 -0
  76. package/dist/esm/types/constants/stories/vacantPositionsCategory.constants.d.ts +25 -0
  77. package/dist/esm/types/utils/currency/currency.util.d.ts +1 -0
  78. package/dist/esm/types/utils/icons/getIcons.util.d.ts +1 -1
  79. package/dist/index.d.ts +172 -5
  80. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React$1, { ChangeEvent, FC, ReactNode, Ref, SetStateAction } from 'react';
3
- import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IAvatar as IAvatar$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1 } from '@components/UI/atoms';
3
+ import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IAvatar as IAvatar$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1, IButtonLink as IButtonLink$1 } from '@components/UI/atoms';
4
4
  import { IconProps as IconProps$2 } from '@components/UI/atoms/Icon';
5
5
  import { ISaveButton as ISaveButton$1 } from '@components/UI/atoms/SaveButton';
6
6
  import { ICustomText as ICustomText$1 } from '@components/UI/atoms/Text/Text.interface';
@@ -11,6 +11,7 @@ import * as _components_UI_molecules from '@components/UI/molecules';
11
11
  import { IMegaMenuCard as IMegaMenuCard$1, IFiltersRef as IFiltersRef$1, IDatePicker as IDatePicker$1, IBreadcrumbs as IBreadcrumbs$1, IUserMenuWrapperAnalystProps as IUserMenuWrapperAnalystProps$1, IJobCompanyHeader as IJobCompanyHeader$2, IJobDetailCard as IJobDetailCard$1, IJobSkillsCard as IJobSkillsCard$1, IJobApplyCard as IJobApplyCard$1, IJobFooterCard as IJobFooterCard$1, ICityDetail as ICityDetail$1, IAlertJobStatus as IAlertJobStatus$1, TimelineEventStatus as TimelineEventStatus$1, IUserMenuAnalystProps as IUserMenuAnalystProps$1, IFrequentSearch as IFrequentSearch$1, IPaginationProps as IPaginationProps$1, IEmptyResults as IEmptyResults$2, IJobCard as IJobCard$2, ISearchbar as ISearchbar$1, IMegaMenuSideCards as IMegaMenuSideCards$1 } from '@components/UI/molecules';
12
12
  import { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
13
13
  import { IToggleButton as IToggleButton$1, IToggleButtonOnchangeValues as IToggleButtonOnchangeValues$1 } from '@components/UI/atoms/ToggleButton/ToggleButton.interface';
14
+ import { IBarChart as IBarChart$1 } from '@components/UI/atoms/BarChart/BarChart.interface';
14
15
  import * as _components_UI_organism from '@components/UI/organism';
15
16
  import { IMobileDatePicker as IMobileDatePicker$1, IDatePickerComponent as IDatePickerComponent$1, IJobDetailsDrawer as IJobDetailsDrawer$1, IMobileJobDetailsDrawer as IMobileJobDetailsDrawer$1, IHeaderAnalyst as IHeaderAnalyst$1, IModalAnalyst as IModalAnalyst$1, INavMenuAnalystRegion as INavMenuAnalystRegion$1, IlistMenuUserProps as IlistMenuUserProps$1 } from '@components/UI/organism';
16
17
  import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
@@ -36,6 +37,7 @@ import { IFooterMenuLinks as IFooterMenuLinks$1 } from '@components/UI/organism/
36
37
  import { ERenderType } from '@constants/stories';
37
38
  import { IMegaMenuTab as IMegaMenuTab$1 } from '@components/UI/atoms/MegaMenuTab/MegaMenuTab.interface';
38
39
  import { IPopoverRef as IPopoverRef$1 } from '@components/UI/molecules/MegaMenuPopover/MegaMenuPopover.interface';
40
+ import { IAlphabetFilter as IAlphabetFilter$1 } from '@components/UI/organism/AlphabetFilter/AlphabetFilter.interface';
39
41
 
40
42
  interface IContextAppProvider {
41
43
  children: React.ReactNode;
@@ -1204,6 +1206,31 @@ interface IUserMenuButtonAnalystProps {
1204
1206
  */
1205
1207
  declare const UserMenuButtonAnalyst: React$1.FC<IUserMenuButtonAnalystProps>;
1206
1208
 
1209
+ interface IBarChart {
1210
+ /**
1211
+ * Sets the range of the bar
1212
+ */
1213
+ bin: number[];
1214
+ /**
1215
+ * Sets the percentage of the bar
1216
+ */
1217
+ heightPercentage: number;
1218
+ /**
1219
+ * Sets the description text of the bar
1220
+ */
1221
+ jobText: string;
1222
+ /**
1223
+ * Sets the maximum percentage of the bar
1224
+ */
1225
+ maxPercentage?: number;
1226
+ /**
1227
+ * Sets the maximum height of the bar
1228
+ */
1229
+ maxHeight?: number;
1230
+ }
1231
+
1232
+ declare const BarChart: React$1.FC<IBarChart>;
1233
+
1207
1234
  declare const ShareIcons: {
1208
1235
  Facebook: {
1209
1236
  icon: any;
@@ -1418,7 +1445,7 @@ interface IBrandMenu {
1418
1445
 
1419
1446
  declare const BrandsMenuMobile: React$1.FC<IBrandMenu>;
1420
1447
 
1421
- declare const _default$2: React$1.FC<IBrandMenu>;
1448
+ declare const _default$3: React$1.FC<IBrandMenu>;
1422
1449
 
1423
1450
  interface IBreadcrumbs {
1424
1451
  homeUrl: string;
@@ -2892,7 +2919,7 @@ interface IModal {
2892
2919
  declare type IModalTitle = React.HTMLAttributes<HTMLHeadingElement>;
2893
2920
  declare type IModalDescription = React.HTMLAttributes<HTMLParagraphElement>;
2894
2921
 
2895
- declare const _default$1: React$1.FC<IModal> & {
2922
+ declare const _default$2: React$1.FC<IModal> & {
2896
2923
  Title: React$1.FC<IModalTitle>;
2897
2924
  Description: React$1.FC<IModalDescription>;
2898
2925
  };
@@ -3178,7 +3205,7 @@ interface ISortMenu {
3178
3205
  loading: boolean;
3179
3206
  }
3180
3207
 
3181
- declare const _default: React$1.FC<ISortMenu>;
3208
+ declare const _default$1: React$1.FC<ISortMenu>;
3182
3209
 
3183
3210
  interface ITab {
3184
3211
  children: React.ReactNode;
@@ -4903,6 +4930,78 @@ declare const AlertsPanel: React$1.FC<IAlertsPanel> & {
4903
4930
  Item: React$1.FC<IAlertsPanel.Item>;
4904
4931
  };
4905
4932
 
4933
+ interface ICategoryMenuCard {
4934
+ /**
4935
+ * This is the category name
4936
+ * */
4937
+ name: string;
4938
+ /**
4939
+ * You can switch between logo and icon
4940
+ * */
4941
+ icon?: string;
4942
+ /**
4943
+ * Onclick callback
4944
+ * */
4945
+ onClick?: () => void;
4946
+ /**
4947
+ * not setting this property is specific to the component
4948
+ * */
4949
+ clickOut?: boolean;
4950
+ /**
4951
+ * not setting this property is specific to the component
4952
+ * */
4953
+ setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
4954
+ /**
4955
+ * This is the item list to render
4956
+ * */
4957
+ list: ICategoryField[];
4958
+ /**
4959
+ * Url to redirect
4960
+ * */
4961
+ href: string;
4962
+ /**
4963
+ * See more button text
4964
+ * */
4965
+ seeAllText: string;
4966
+ }
4967
+ interface ICategoryField {
4968
+ /**
4969
+ * This is the field id
4970
+ * */
4971
+ id: string | number;
4972
+ /**
4973
+ * This is the field name
4974
+ * */
4975
+ name: string;
4976
+ /**
4977
+ * Url to redirect
4978
+ * */
4979
+ href: string;
4980
+ /**
4981
+ * Onclick callback
4982
+ * */
4983
+ onClick?: () => void;
4984
+ }
4985
+
4986
+ declare const _default: React$1.FC<ICategoryMenuCard>;
4987
+
4988
+ interface ICategoryGrid<T> {
4989
+ /**
4990
+ * This is the elements list to render
4991
+ * */
4992
+ elements: T[];
4993
+ /**
4994
+ * This is the component to render dynamically
4995
+ * */
4996
+ render: React.FC<T>;
4997
+ /**
4998
+ * Number of columns to render
4999
+ * */
5000
+ columnsNumber?: number;
5001
+ }
5002
+
5003
+ declare const CategoryGrid: <T>({ elements, render: Component, columnsNumber }: ICategoryGrid<T>) => JSX.Element;
5004
+
4906
5005
  interface IMenuUser {
4907
5006
  /**
4908
5007
  * menu items props
@@ -5471,6 +5570,41 @@ declare const AlertJobModal: React$1.FC<IAlertJobModal> & {
5471
5570
  Button: React$1.FC<IAlertJobModal.Button>;
5472
5571
  };
5473
5572
 
5573
+ interface IBarsChart {
5574
+ /**
5575
+ * Array of bar chart data objects
5576
+ */
5577
+ data: IBarChart$1[];
5578
+ /**
5579
+ * Represents the mean value to be displayed
5580
+ */
5581
+ mean: number;
5582
+ /**
5583
+ * Sets the maximum height of the bar
5584
+ */
5585
+ maxHeight?: number;
5586
+ /**
5587
+ * Text labels used in the chart
5588
+ */
5589
+ texts: IBarsChartText;
5590
+ }
5591
+ interface IBarsChartText {
5592
+ /**
5593
+ * Label for jobs description
5594
+ */
5595
+ jobs: string;
5596
+ /**
5597
+ * Label for mean value
5598
+ */
5599
+ mean: string;
5600
+ /**
5601
+ * Label for month value
5602
+ */
5603
+ month: string;
5604
+ }
5605
+
5606
+ declare const BarsChart: React$1.FC<IBarsChart>;
5607
+
5474
5608
  interface IJobsPage {
5475
5609
  /**
5476
5610
  * Props for the filter bottom header section.
@@ -6036,6 +6170,39 @@ declare const MegaMenu: React$1.FC<IMegaMenuContext & IMegaMenu> & {
6036
6170
  }>;
6037
6171
  };
6038
6172
 
6173
+ interface IVacantPositions {
6174
+ /**
6175
+ * This is the title H1
6176
+ * */
6177
+ title?: string;
6178
+ /**
6179
+ * This is the title H2
6180
+ * */
6181
+ subtitle?: string;
6182
+ /**
6183
+ * Banner to render dynamically
6184
+ * */
6185
+ banner?: React.ReactNode;
6186
+ /**
6187
+ * Props used by the AlphabetFilter component
6188
+ * */
6189
+ filterProps?: IAlphabetFilter$1;
6190
+ /**
6191
+ * Props used by the back button
6192
+ * */
6193
+ backButtonProps?: IButtonLink$1;
6194
+ /**
6195
+ * Props used by the view more button
6196
+ * */
6197
+ viewMoreProps?: IButtonLink$1;
6198
+ /**
6199
+ * component that can be received dynamically as a children
6200
+ * */
6201
+ children?: React.ReactNode;
6202
+ }
6203
+
6204
+ declare const VacantPositions: React$1.FC<IVacantPositions>;
6205
+
6039
6206
  declare const withClickOut: <T>(WrappedComponent: React$1.FC<T>) => React$1.FC<T>;
6040
6207
 
6041
6208
  declare const withMegaMenuSideCards: <T>(WrappedComponent: React$1.FC<T>) => React$1.FC<{
@@ -6045,4 +6212,4 @@ declare const withMegaMenuSideCards: <T>(WrappedComponent: React$1.FC<T>) => Rea
6045
6212
  showContent?: boolean | undefined;
6046
6213
  }>;
6047
6214
 
6048
- export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICardsRef, ICheckbox, ICitiesDetailDrawer, ICityDetail, 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, 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, IRadioCommonProps, IRadioProps, 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, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, 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, 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, ContextAppProvider as MagnetoUIProvider, 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$1 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, TVacantOption, TVacantOptionType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuSideCards };
6215
+ 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, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICardsRef, ICategoryField, ICategoryGrid, ICategoryMenuCard, ICheckbox, ICitiesDetailDrawer, ICityDetail, 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, 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, IRadioCommonProps, IRadioProps, 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, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IVacantPositions, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, 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, ContextAppProvider as MagnetoUIProvider, 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, Radio, 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, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, TVacantOption, TVacantOptionType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, VacantPositions, useMediaQuery, withClickOut, withMegaMenuSideCards };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.64.0",
7
+ "version": "2.65.2",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",