magneto365.ui 2.46.0 → 2.48.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.
Files changed (82) hide show
  1. package/dist/assets/216605c9a4ba8eeb.svg +3 -0
  2. package/dist/assets/360b8d098be3a53b.svg +7 -0
  3. package/dist/assets/53122d74f38b05ed.svg +3 -0
  4. package/dist/assets/8949e8e4bfb2ef16.svg +3 -0
  5. package/dist/assets/b7c5dd6900f044db.svg +3 -0
  6. package/dist/assets/bdaa69e0d22124aa.svg +6 -0
  7. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  8. package/dist/cjs/index.js +829 -485
  9. package/dist/cjs/index.js.map +1 -1
  10. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.component.d.ts +6 -0
  11. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.interface.d.ts +54 -0
  12. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.component.d.ts +6 -0
  13. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.constants.d.ts +3 -0
  14. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.interface.d.ts +38 -0
  15. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/index.d.ts +2 -0
  16. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.component.d.ts +6 -0
  17. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.interface.d.ts +32 -0
  18. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/index.d.ts +2 -0
  19. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.component.d.ts +6 -0
  20. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.constants.d.ts +3 -0
  21. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.interface.d.ts +16 -0
  22. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/index.d.ts +2 -0
  23. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.component.d.ts +6 -0
  24. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.interface.d.ts +11 -0
  25. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/index.d.ts +2 -0
  26. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.component.d.ts +6 -0
  27. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.interface.d.ts +20 -0
  28. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/index.d.ts +2 -0
  29. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.component.d.ts +6 -0
  30. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.constants.d.ts +3 -0
  31. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.interface.d.ts +16 -0
  32. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/index.d.ts +2 -0
  33. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/index.d.ts +6 -0
  34. package/dist/cjs/types/components/UI/molecules/ExpandableInfo/index.d.ts +2 -0
  35. package/dist/cjs/types/components/UI/molecules/Message/Message.component.d.ts +7 -4
  36. package/dist/cjs/types/components/UI/molecules/Message/Message.interface.d.ts +27 -5
  37. package/dist/cjs/types/components/UI/molecules/Message/constants/message.constant.d.ts +3 -2
  38. package/dist/cjs/types/components/UI/molecules/Message/index.d.ts +1 -1
  39. package/dist/cjs/types/components/UI/molecules/index.d.ts +1 -0
  40. package/dist/cjs/types/constants/icons.constants.d.ts +19 -13
  41. package/dist/cjs/types/constants/stories/expandableInfo.constants.d.ts +5 -0
  42. package/dist/cjs/types/constants/stories/index.d.ts +1 -0
  43. package/dist/cjs/types/utils/classNameManager/classNameManager.util.d.ts +1 -1
  44. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  45. package/dist/esm/index.js +829 -485
  46. package/dist/esm/index.js.map +1 -1
  47. package/dist/esm/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.component.d.ts +6 -0
  48. package/dist/esm/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.interface.d.ts +54 -0
  49. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.component.d.ts +6 -0
  50. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.constants.d.ts +3 -0
  51. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.interface.d.ts +38 -0
  52. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/index.d.ts +2 -0
  53. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.component.d.ts +6 -0
  54. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.interface.d.ts +32 -0
  55. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/index.d.ts +2 -0
  56. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.component.d.ts +6 -0
  57. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.constants.d.ts +3 -0
  58. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.interface.d.ts +16 -0
  59. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/index.d.ts +2 -0
  60. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.component.d.ts +6 -0
  61. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.interface.d.ts +11 -0
  62. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/index.d.ts +2 -0
  63. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.component.d.ts +6 -0
  64. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.interface.d.ts +20 -0
  65. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/index.d.ts +2 -0
  66. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.component.d.ts +6 -0
  67. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.constants.d.ts +3 -0
  68. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.interface.d.ts +16 -0
  69. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/index.d.ts +2 -0
  70. package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/index.d.ts +6 -0
  71. package/dist/esm/types/components/UI/molecules/ExpandableInfo/index.d.ts +2 -0
  72. package/dist/esm/types/components/UI/molecules/Message/Message.component.d.ts +7 -4
  73. package/dist/esm/types/components/UI/molecules/Message/Message.interface.d.ts +27 -5
  74. package/dist/esm/types/components/UI/molecules/Message/constants/message.constant.d.ts +3 -2
  75. package/dist/esm/types/components/UI/molecules/Message/index.d.ts +1 -1
  76. package/dist/esm/types/components/UI/molecules/index.d.ts +1 -0
  77. package/dist/esm/types/constants/icons.constants.d.ts +19 -13
  78. package/dist/esm/types/constants/stories/expandableInfo.constants.d.ts +5 -0
  79. package/dist/esm/types/constants/stories/index.d.ts +1 -0
  80. package/dist/esm/types/utils/classNameManager/classNameManager.util.d.ts +1 -1
  81. package/dist/index.d.ts +174 -8
  82. package/package.json +1 -1
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
@@ -2299,7 +2442,27 @@ interface IMenuSearch {
2299
2442
 
2300
2443
  declare const MenuSearch: FC<IMenuSearch>;
2301
2444
 
2302
- interface IMessage {
2445
+ interface IMessageProps {
2446
+ /**
2447
+ * Optional class name
2448
+ */
2449
+ className?: string;
2450
+ /**
2451
+ * Optional description of the message
2452
+ */
2453
+ description?: string;
2454
+ /**
2455
+ * This is the optional duration in milliseconds
2456
+ * */
2457
+ duration?: number;
2458
+ /**
2459
+ * Optional props for the icon
2460
+ */
2461
+ iconProps?: IconProps$1;
2462
+ /**
2463
+ * This is the function to be called when the message is hidden
2464
+ */
2465
+ onHide?: (visible: boolean) => void;
2303
2466
  /**
2304
2467
  * This is the main text in the message
2305
2468
  * */
@@ -2307,15 +2470,18 @@ interface IMessage {
2307
2470
  /**
2308
2471
  * This is the type of message
2309
2472
  * */
2310
- type?: 'info' | 'success' | 'warning' | 'error';
2473
+ type?: TMessageType;
2311
2474
  /**
2312
- * This is the optional duration in milliseconds
2313
- * */
2314
- duration?: number;
2475
+ * Handles visibility of the message
2476
+ */
2477
+ visible?: boolean;
2315
2478
  }
2479
+ declare type TMessageType = 'info' | 'success' | 'warning' | 'error';
2316
2480
 
2317
- declare const Message: FC<IMessage>;
2318
- declare const message: (props: IMessage) => void;
2481
+ /**
2482
+ * Molecule UI component for Message
2483
+ */
2484
+ declare const Message: React$1.FC<IMessageProps>;
2319
2485
 
2320
2486
  interface IMoblieDrawer {
2321
2487
  className?: string;
@@ -4544,4 +4710,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
4544
4710
  wrapperProps: T;
4545
4711
  }>;
4546
4712
 
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 };
4713
+ 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, IMessageProps, 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, TMessageType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, useMediaQuery, withClickOut, withMegaMenuContainer };
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.46.0",
7
+ "version": "2.48.0",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",