magneto365.ui 2.74.1-beta → 2.74.1-beta.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 (68) hide show
  1. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  2. package/dist/cjs/index.js +1026 -835
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
  5. package/dist/cjs/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
  6. package/dist/cjs/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
  7. package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
  8. package/dist/cjs/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
  9. package/dist/cjs/types/components/UI/molecules/MegaMenuEmpty/MegaMenuEmpty.interface.d.ts +15 -1
  10. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +7 -0
  11. package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
  12. package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
  13. package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
  14. package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
  15. package/dist/cjs/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
  16. package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
  17. package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
  18. package/dist/cjs/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
  19. package/dist/cjs/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
  20. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +1 -1
  21. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +19 -2
  22. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardText/SimilarCardText.component.d.ts +3 -0
  23. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
  24. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
  25. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
  26. package/dist/cjs/types/components/UI/molecules/TabItem/index.d.ts +2 -0
  27. package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
  28. package/dist/cjs/types/components/UI/molecules/index.d.ts +3 -0
  29. package/dist/cjs/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
  30. package/dist/cjs/types/constants/stories/InlineDetails.contants.d.ts +2 -0
  31. package/dist/cjs/types/constants/stories/analyst.constants.d.ts +0 -2
  32. package/dist/cjs/types/constants/stories/select2.constants.d.ts +17 -0
  33. package/dist/cjs/types/utils/string/normalizeString.util.d.ts +1 -0
  34. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  35. package/dist/esm/index.js +1023 -836
  36. package/dist/esm/index.js.map +1 -1
  37. package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
  38. package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
  39. package/dist/esm/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
  40. package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
  41. package/dist/esm/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
  42. package/dist/esm/types/components/UI/molecules/MegaMenuEmpty/MegaMenuEmpty.interface.d.ts +15 -1
  43. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +7 -0
  44. package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
  45. package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
  46. package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
  47. package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
  48. package/dist/esm/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
  49. package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
  50. package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
  51. package/dist/esm/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
  52. package/dist/esm/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
  53. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +1 -1
  54. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +19 -2
  55. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardText/SimilarCardText.component.d.ts +3 -0
  56. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
  57. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
  58. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
  59. package/dist/esm/types/components/UI/molecules/TabItem/index.d.ts +2 -0
  60. package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
  61. package/dist/esm/types/components/UI/molecules/index.d.ts +3 -0
  62. package/dist/esm/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
  63. package/dist/esm/types/constants/stories/InlineDetails.contants.d.ts +2 -0
  64. package/dist/esm/types/constants/stories/analyst.constants.d.ts +0 -2
  65. package/dist/esm/types/constants/stories/select2.constants.d.ts +17 -0
  66. package/dist/esm/types/utils/string/normalizeString.util.d.ts +1 -0
  67. package/dist/index.d.ts +155 -7
  68. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import { IInlineDetails } from './InlineDetails.interface';
2
+ export declare function InlineDetails({ details, className }: Readonly<IInlineDetails>): JSX.Element;
3
+ export default InlineDetails;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Interface for the InLineDetails component
3
+ */
4
+ export interface IInlineDetails {
5
+ /**
6
+ * Array of strings that will be displayed in a single line, separated by " | "
7
+ */
8
+ details: string[];
9
+ /**
10
+ * Optional className to apply custom styles to the wrapper element
11
+ */
12
+ className?: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ export * from './InlineDetails.interface';
2
+ export { default as InlineDetails } from './InlineDetails.component';
@@ -42,3 +42,4 @@ export * from './Text';
42
42
  export * from './ToggleButton';
43
43
  export * from './Typography';
44
44
  export * from './UserMenuButtonAnalyst';
45
+ export * from './InlineDetails';
@@ -46,6 +46,11 @@ export interface IDrawer {
46
46
  * this property sets custom styles into background drawer
47
47
  */
48
48
  backGroundClassName?: string;
49
+ /**
50
+ * An optional custom container where the Drawer Portal will be rendered.
51
+ * If not provided, it will use the body.
52
+ */
53
+ customContainer?: IDrawerPortal['customContainer'];
49
54
  }
50
55
  /**
51
56
  * This interface represents a Portal for the Drawer component.
@@ -56,4 +61,9 @@ export interface IDrawerPortal {
56
61
  * It can be a single JSX element, an array of JSX elements, or `false` to indicate no content.
57
62
  */
58
63
  children: false | JSX.Element | JSX.Element[];
64
+ /**
65
+ * An optional custom container where the Drawer Portal will be rendered.
66
+ * If not provided, it will use the body.
67
+ */
68
+ customContainer?: HTMLElement | ShadowRoot;
59
69
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface IMegaMenuEmpty {
2
3
  /**
3
4
  * Empty Title
@@ -10,5 +11,18 @@ export interface IMegaMenuEmpty {
10
11
  /**
11
12
  * Image Data
12
13
  */
13
- imageData: string;
14
+ imageData?: string;
15
+ /**
16
+ * Image heigth
17
+ */
18
+ imageHeight?: number;
19
+ /**
20
+ * CustomStyles
21
+ */
22
+ customStyle?: {
23
+ content?: React.CSSProperties;
24
+ title?: React.CSSProperties;
25
+ subtitle?: React.CSSProperties;
26
+ image?: React.CSSProperties;
27
+ };
14
28
  }
@@ -40,6 +40,13 @@ export interface ISearchBar {
40
40
  *
41
41
  */
42
42
  onSelectOption?: (option: ISearchOptions) => void;
43
+ /**
44
+ *
45
+ */
46
+ noContent?: {
47
+ title: string;
48
+ subtitle: string;
49
+ };
43
50
  }
44
51
  export interface ISectionTitle {
45
52
  title: string;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IPortalTooltipProps } from './PortalTooltip.interface';
3
+ export declare const PortalTooltip: React.FC<IPortalTooltipProps>;
@@ -0,0 +1,45 @@
1
+ /// <reference types="react" />
2
+ import { TPosition } from '../Tooltip/Tooltip.interface';
3
+ export interface IPortalTooltipProps {
4
+ /**
5
+ * this property set the tooltip title
6
+ */
7
+ title: string;
8
+ /**
9
+ * this property set the tooltip position
10
+ * @default 'bottom'
11
+ */
12
+ position?: TPosition;
13
+ /**
14
+ * the tooltip component must wrap a component. This needs to be able to hold a ref
15
+ */
16
+ children: React.ReactElement;
17
+ /**
18
+ * this property set the tooltip visibility
19
+ * @default true
20
+ */
21
+ visible?: boolean;
22
+ /**
23
+ * this property set the tooltip width
24
+ * @default 'fit-content'
25
+ */
26
+ width?: string;
27
+ /**
28
+ * this property sets delay in milliseconds before the tooltip appears
29
+ */
30
+ enterDelay?: number;
31
+ /**
32
+ * this property sets delay in milliseconds before the tooltip disappears
33
+ */
34
+ leaveDelay?: number;
35
+ /**
36
+ * this property sets the offset in pixels for the tooltip position relative to the target element
37
+ * @default 8
38
+ */
39
+ offset?: number;
40
+ /**
41
+ * this property set the tooltip arrow visibility
42
+ * @default true
43
+ */
44
+ hasArrow?: boolean;
45
+ }
@@ -0,0 +1,7 @@
1
+ declare const usePortalTooltip: (visible: boolean, enterDelay?: number | undefined, leaveDelay?: number | undefined) => {
2
+ open: boolean;
3
+ tooltipContainer: HTMLElement | ShadowRoot;
4
+ showTooltip: () => void;
5
+ hideTooltip: () => void;
6
+ };
7
+ export default usePortalTooltip;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ declare const usePortalTooltipPosition: (open: boolean, offset: number, position: string) => {
3
+ coords: {
4
+ top: number;
5
+ left: number;
6
+ };
7
+ triggerRef: import("react").RefObject<HTMLDivElement>;
8
+ tooltipRef: import("react").RefObject<HTMLDivElement>;
9
+ };
10
+ export default usePortalTooltipPosition;
@@ -0,0 +1,2 @@
1
+ export * from './PortalTooltip.interface';
2
+ export { PortalTooltip } from './PortalTooltip.component';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IScrollableTab } from './ScrollableTab.interface';
3
+ /**
4
+ * Molecule UI for ScrollableTab
5
+ */
6
+ export declare const ScrollableTab: React.FC<IScrollableTab>;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ export interface IScrollableTab {
3
+ children: React.ReactNode | React.ReactNode[];
4
+ /**
5
+ * Optional prop to set the scroll amount when clicking the arrows
6
+ * @default 100
7
+ */
8
+ scrollAmount?: number;
9
+ /**
10
+ * Optional prop to add custom className
11
+ */
12
+ className?: string;
13
+ }
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const useScrollableTab: () => {
3
+ showLeftArrow: boolean;
4
+ showRightArrow: boolean;
5
+ containerRef: React.RefObject<HTMLDivElement>;
6
+ handleScrollByAmount: (amount: number) => void | undefined;
7
+ };
8
+ export default useScrollableTab;
@@ -0,0 +1,2 @@
1
+ export * from './ScrollableTab.interface';
2
+ export { ScrollableTab } from './ScrollableTab.component';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ISimilarCard } from './SimilarCard.interface';
3
3
  export declare const SimilarCard: React.FC<ISimilarCard> & {
4
- Text: React.FC<import("../../atoms/Text/Text.interface").IText>;
4
+ Text: React.FC<ISimilarCard.Text>;
5
5
  Logo: React.FC<ISimilarCard.Logo>;
6
6
  Icon: React.FC<ISimilarCard.Icon>;
7
7
  };
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
3
2
  export interface ISimilarCard {
4
3
  /**
5
4
  * this property sets the url title
@@ -101,11 +100,29 @@ export declare namespace ISimilarCard {
101
100
  /**
102
101
  * If the text must show more than one line, use customText instead text
103
102
  * */
104
- customText?: ICustomText[];
103
+ customText?: CustomText[];
105
104
  /**
106
105
  * this property sets custom styles
107
106
  */
108
107
  className?: string;
108
+ /**
109
+ * This property allows you to set the tag for the first text.
110
+ */
111
+ headingType?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
112
+ }
113
+ interface CustomText {
114
+ /**
115
+ * This is the value to the custom text
116
+ * */
117
+ value: string | React.ReactNode;
118
+ /**
119
+ * This is the custom font weight to text
120
+ * */
121
+ fontWeight: 'normal' | 'bold' | 'lighter';
122
+ /**
123
+ * This is the custom line break to text
124
+ * */
125
+ lineBreak?: boolean;
109
126
  }
110
127
  interface Icon {
111
128
  /**
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ISimilarCard } from '../../SimilarCard.interface';
3
+ export declare const SimilarCardText: React.FC<ISimilarCard.Text>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ITabItem } from './TabItem.interface';
3
+ export declare const TabItem: React.FC<ITabItem>;
@@ -0,0 +1,24 @@
1
+ export interface ITabItem {
2
+ /**
3
+ * Tab item text
4
+ */
5
+ text: string;
6
+ /**
7
+ * Tab item action
8
+ */
9
+ onClick?: () => void;
10
+ /**
11
+ * Tab item styles
12
+ */
13
+ className?: string;
14
+ /**
15
+ * Tab item disabled state
16
+ * @default false
17
+ */
18
+ isDisabled?: boolean;
19
+ /**
20
+ * Tab item selected state
21
+ * @default false
22
+ */
23
+ isSelected?: boolean;
24
+ }
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { TabItem } from './TabItem.component';
3
+ declare const meta: Meta<typeof TabItem>;
4
+ declare type Story = StoryObj<typeof TabItem>;
5
+ export declare const Default: Story;
6
+ export declare const Disabled: Story;
7
+ export declare const Selected: Story;
8
+ export default meta;
@@ -0,0 +1,2 @@
1
+ export * from './TabItem.interface';
2
+ export { TabItem } from './TabItem.component';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type TPosition = 'top' | 'bottom' | 'left' | 'right';
2
+ export declare type TPosition = 'top' | 'bottom' | 'left' | 'right';
3
3
  export interface ITooltipProps {
4
4
  /**
5
5
  * this property set the tooltip title
@@ -22,4 +22,3 @@ export interface ITooltipProps {
22
22
  */
23
23
  visible?: boolean;
24
24
  }
25
- export {};
@@ -81,5 +81,8 @@ export * from './Tooltip';
81
81
  export * from './UserMenu';
82
82
  export * from './UserMenuAnalyst';
83
83
  export * from './UserMenuWrapperAnalyst';
84
+ export * from './ScrollableTab';
85
+ export * from './TabItem';
86
+ export * from './PortalTooltip';
84
87
  export * from './ImageCard';
85
88
  export * from './CompanyCard';
@@ -1,5 +1,6 @@
1
1
  import { IBreadcrumbs, IUserMenuWrapperAnalystProps } from '@components/UI/molecules';
2
- import { ILogoComponent, ILinkProps } from '@components/UI/atoms';
2
+ import { ILogoComponent } from '@components/UI/atoms';
3
+ import React from 'react';
3
4
  export interface IHeaderAnalyst {
4
5
  /**
5
6
  * Breadcrumbs props
@@ -30,9 +31,9 @@ export interface IHeaderAnalyst {
30
31
  */
31
32
  userMenuProps: IUserMenuWrapperAnalystProps;
32
33
  /**
33
- * User notification link props
34
+ * Component to display a custom notification bell
34
35
  */
35
- userNotificationProps?: ILinkProps;
36
+ notificationBell?: React.ReactNode;
36
37
  }
37
38
  export interface ILogoAnalyst extends ILogoComponent {
38
39
  /**
@@ -0,0 +1,2 @@
1
+ import { IInlineDetails } from '@components/UI/atoms/InlineDetails';
2
+ export declare const inlineDetailsProps: IInlineDetails;
@@ -1,10 +1,8 @@
1
1
  import { IBreadcrumbs, IUserAnalyst, IUserMenuWrapperAnalystProps } from '@components/UI/molecules';
2
2
  import { IHeaderAnalyst, INavMenuAnalystProps, IModalAnalystProps } from '@components/UI/organism';
3
- import { ILinkProps } from '@components/UI/atoms';
4
3
  import { IAnalystTemplateProps } from '@components/UI/template';
5
4
  export declare const BreadCrumbAnalystProps: IBreadcrumbs;
6
5
  export declare const UserAnalystProps: IUserAnalyst;
7
- export declare const UserNotificationProps: ILinkProps;
8
6
  export declare const UserMenuAnalystProps: IUserMenuWrapperAnalystProps;
9
7
  export declare const HeaderAnalystProps: IHeaderAnalyst;
10
8
  export declare const NavMenuAnalystProps: INavMenuAnalystProps;
@@ -0,0 +1,17 @@
1
+ export declare const SELECT2_PROPS: {
2
+ className: string;
3
+ onChange: (value: string) => void;
4
+ placeholder: string;
5
+ isMultiple: boolean;
6
+ haveTags: boolean;
7
+ limitSelections: number;
8
+ currentFields: {
9
+ id: string;
10
+ name: string;
11
+ }[];
12
+ icon: any;
13
+ selectList: {
14
+ id: string;
15
+ name: string;
16
+ }[];
17
+ };
@@ -0,0 +1 @@
1
+ export declare const normalizeString: (str: string) => string;
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  import * as React$1 from 'react';
3
3
  import React__default, { ChangeEvent, FC, ReactNode, Ref, SetStateAction } from 'react';
4
4
  import * as _components_UI_atoms from '@components/UI/atoms';
5
- import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ICollapseContext as ICollapseContext$1, IAvatar as IAvatar$1, IRatingBadge as IRatingBadge$1, TCollapseBody as TCollapseBody$1, TCollapseHeader as TCollapseHeader$1, TCollapseToggler as TCollapseToggler$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1, IButtonLink as IButtonLink$1 } from '@components/UI/atoms';
5
+ import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ICollapseContext as ICollapseContext$1, IAvatar as IAvatar$1, IRatingBadge as IRatingBadge$1, TCollapseBody as TCollapseBody$1, TCollapseHeader as TCollapseHeader$1, TCollapseToggler as TCollapseToggler$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IMainButton as IMainButton$1, ILogoComponent as ILogoComponent$1, IButtonLink as IButtonLink$1 } from '@components/UI/atoms';
6
6
  import { TInputFile as TInputFile$1 } from '@components/UI/atoms/InputFile/inputFile.interface';
7
7
  import { IconProps as IconProps$2 } from '@components/UI/atoms/Icon';
8
8
  import { MagnetoUIColor as MagnetoUIColor$1, MagnetoUIText as MagnetoUIText$1 } from 'magneto-ui';
@@ -1404,6 +1404,22 @@ interface IUserMenuButtonAnalystProps {
1404
1404
  */
1405
1405
  declare const UserMenuButtonAnalyst: React__default.FC<IUserMenuButtonAnalystProps>;
1406
1406
 
1407
+ /**
1408
+ * Interface for the InLineDetails component
1409
+ */
1410
+ interface IInlineDetails {
1411
+ /**
1412
+ * Array of strings that will be displayed in a single line, separated by " | "
1413
+ */
1414
+ details: string[];
1415
+ /**
1416
+ * Optional className to apply custom styles to the wrapper element
1417
+ */
1418
+ className?: string;
1419
+ }
1420
+
1421
+ declare function InlineDetails({ details, className }: Readonly<IInlineDetails>): JSX.Element;
1422
+
1407
1423
  declare const ShareIcons: {
1408
1424
  Facebook: {
1409
1425
  icon: any;
@@ -2091,6 +2107,11 @@ interface IDrawer {
2091
2107
  * this property sets custom styles into background drawer
2092
2108
  */
2093
2109
  backGroundClassName?: string;
2110
+ /**
2111
+ * An optional custom container where the Drawer Portal will be rendered.
2112
+ * If not provided, it will use the body.
2113
+ */
2114
+ customContainer?: IDrawerPortal['customContainer'];
2094
2115
  }
2095
2116
  /**
2096
2117
  * This interface represents a Portal for the Drawer component.
@@ -2101,6 +2122,11 @@ interface IDrawerPortal {
2101
2122
  * It can be a single JSX element, an array of JSX elements, or `false` to indicate no content.
2102
2123
  */
2103
2124
  children: false | JSX.Element | JSX.Element[];
2125
+ /**
2126
+ * An optional custom container where the Drawer Portal will be rendered.
2127
+ * If not provided, it will use the body.
2128
+ */
2129
+ customContainer?: HTMLElement | ShadowRoot;
2104
2130
  }
2105
2131
 
2106
2132
  /**
@@ -3303,7 +3329,20 @@ interface IMegaMenuEmpty {
3303
3329
  /**
3304
3330
  * Image Data
3305
3331
  */
3306
- imageData: string;
3332
+ imageData?: string;
3333
+ /**
3334
+ * Image heigth
3335
+ */
3336
+ imageHeight?: number;
3337
+ /**
3338
+ * CustomStyles
3339
+ */
3340
+ customStyle?: {
3341
+ content?: React.CSSProperties;
3342
+ title?: React.CSSProperties;
3343
+ subtitle?: React.CSSProperties;
3344
+ image?: React.CSSProperties;
3345
+ };
3307
3346
  }
3308
3347
 
3309
3348
  declare const MegaMenuEmpty: React__default.FC<IMegaMenuEmpty>;
@@ -3944,11 +3983,29 @@ declare namespace ISimilarCard {
3944
3983
  /**
3945
3984
  * If the text must show more than one line, use customText instead text
3946
3985
  * */
3947
- customText?: ICustomText$1[];
3986
+ customText?: CustomText[];
3948
3987
  /**
3949
3988
  * this property sets custom styles
3950
3989
  */
3951
3990
  className?: string;
3991
+ /**
3992
+ * This property allows you to set the tag for the first text.
3993
+ */
3994
+ headingType?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
3995
+ }
3996
+ interface CustomText {
3997
+ /**
3998
+ * This is the value to the custom text
3999
+ * */
4000
+ value: string | React.ReactNode;
4001
+ /**
4002
+ * This is the custom font weight to text
4003
+ * */
4004
+ fontWeight: 'normal' | 'bold' | 'lighter';
4005
+ /**
4006
+ * This is the custom line break to text
4007
+ * */
4008
+ lineBreak?: boolean;
3952
4009
  }
3953
4010
  interface Icon {
3954
4011
  /**
@@ -3971,7 +4028,7 @@ declare namespace ISimilarCard {
3971
4028
  }
3972
4029
 
3973
4030
  declare const SimilarCard: React__default.FC<ISimilarCard> & {
3974
- Text: React__default.FC<IText>;
4031
+ Text: React__default.FC<ISimilarCard.Text>;
3975
4032
  Logo: React__default.FC<ISimilarCard.Logo>;
3976
4033
  Icon: React__default.FC<ISimilarCard.Icon>;
3977
4034
  };
@@ -4540,9 +4597,9 @@ interface IHeaderAnalyst {
4540
4597
  */
4541
4598
  userMenuProps: IUserMenuWrapperAnalystProps$1;
4542
4599
  /**
4543
- * User notification link props
4600
+ * Component to display a custom notification bell
4544
4601
  */
4545
- userNotificationProps?: ILinkProps$1;
4602
+ notificationBell?: React__default.ReactNode;
4546
4603
  }
4547
4604
  interface ILogoAnalyst extends ILogoComponent$1 {
4548
4605
  /**
@@ -6143,6 +6200,97 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
6143
6200
  */
6144
6201
  declare const UserMenuWrapperAnalyst: React__default.FC<IUserMenuWrapperAnalystProps>;
6145
6202
 
6203
+ interface IScrollableTab {
6204
+ children: React.ReactNode | React.ReactNode[];
6205
+ /**
6206
+ * Optional prop to set the scroll amount when clicking the arrows
6207
+ * @default 100
6208
+ */
6209
+ scrollAmount?: number;
6210
+ /**
6211
+ * Optional prop to add custom className
6212
+ */
6213
+ className?: string;
6214
+ }
6215
+
6216
+ /**
6217
+ * Molecule UI for ScrollableTab
6218
+ */
6219
+ declare const ScrollableTab: React__default.FC<IScrollableTab>;
6220
+
6221
+ interface ITabItem {
6222
+ /**
6223
+ * Tab item text
6224
+ */
6225
+ text: string;
6226
+ /**
6227
+ * Tab item action
6228
+ */
6229
+ onClick?: () => void;
6230
+ /**
6231
+ * Tab item styles
6232
+ */
6233
+ className?: string;
6234
+ /**
6235
+ * Tab item disabled state
6236
+ * @default false
6237
+ */
6238
+ isDisabled?: boolean;
6239
+ /**
6240
+ * Tab item selected state
6241
+ * @default false
6242
+ */
6243
+ isSelected?: boolean;
6244
+ }
6245
+
6246
+ declare const TabItem: React__default.FC<ITabItem>;
6247
+
6248
+ interface IPortalTooltipProps {
6249
+ /**
6250
+ * this property set the tooltip title
6251
+ */
6252
+ title: string;
6253
+ /**
6254
+ * this property set the tooltip position
6255
+ * @default 'bottom'
6256
+ */
6257
+ position?: TPosition;
6258
+ /**
6259
+ * the tooltip component must wrap a component. This needs to be able to hold a ref
6260
+ */
6261
+ children: React.ReactElement;
6262
+ /**
6263
+ * this property set the tooltip visibility
6264
+ * @default true
6265
+ */
6266
+ visible?: boolean;
6267
+ /**
6268
+ * this property set the tooltip width
6269
+ * @default 'fit-content'
6270
+ */
6271
+ width?: string;
6272
+ /**
6273
+ * this property sets delay in milliseconds before the tooltip appears
6274
+ */
6275
+ enterDelay?: number;
6276
+ /**
6277
+ * this property sets delay in milliseconds before the tooltip disappears
6278
+ */
6279
+ leaveDelay?: number;
6280
+ /**
6281
+ * this property sets the offset in pixels for the tooltip position relative to the target element
6282
+ * @default 8
6283
+ */
6284
+ offset?: number;
6285
+ /**
6286
+ * this property set the tooltip arrow visibility
6287
+ * @default true
6288
+ */
6289
+ hasArrow?: boolean;
6290
+ }
6291
+
6292
+ declare const PortalTooltip: React__default.FC<IPortalTooltipProps>;
6293
+
6146
6294
  interface ICardImage {
6147
6295
  /**
6148
6296
  * Path to the image to be displayed.
@@ -7094,4 +7242,4 @@ declare type MagnetoUIText = 'sm-2' | 'md' | 'md-2' | 'lg' | 'xl' | '2xl' | '3xl
7094
7242
  */
7095
7243
  declare type MagnetoUIWeight = 'normal' | 'bold' | 'black';
7096
7244
 
7097
- 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 };
7245
+ 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, IInlineDetails, 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, IPortalTooltipProps, IQualification, IQualificationStar, IRadioCommonProps, IRadioProps, IRatingBadge, ISaveButton, IScrollableTab, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, ITabItem, 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, InlineDetails, 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, PortalTooltip, ProcessesCard, Qualification, Radio, RatingBadge, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, ScrollableTab, 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, TabItem, 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
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.74.1-beta",
7
+ "version": "2.74.1-beta.2",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "generate:tokens": "node ./.scripts/generateTokens.js",