magneto365.ui 2.74.0 → 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 (91) hide show
  1. package/dist/assets/3c9ef5949d25901a.svg +11 -0
  2. package/dist/assets/3f84ef2fa90fc06b.svg +17 -0
  3. package/dist/assets/a9f25ebc43dd2922.svg +9 -0
  4. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  5. package/dist/cjs/index.js +1498 -1162
  6. package/dist/cjs/index.js.map +1 -1
  7. package/dist/cjs/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
  8. package/dist/cjs/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
  9. package/dist/cjs/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
  10. package/dist/cjs/types/components/UI/atoms/Popover/Popover.interface.d.ts +2 -0
  11. package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
  12. package/dist/cjs/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
  13. package/dist/cjs/types/components/UI/molecules/Input/Input.interface.d.ts +4 -0
  14. package/dist/cjs/types/components/UI/molecules/MegaMenuEmpty/MegaMenuEmpty.interface.d.ts +15 -1
  15. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +4 -0
  16. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +62 -0
  17. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +4 -0
  18. package/dist/cjs/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +4 -0
  19. package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
  20. package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
  21. package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
  22. package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
  23. package/dist/cjs/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
  24. package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
  25. package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
  26. package/dist/cjs/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
  27. package/dist/cjs/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
  28. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +1 -1
  29. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +19 -2
  30. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardText/SimilarCardText.component.d.ts +3 -0
  31. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
  32. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
  33. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
  34. package/dist/cjs/types/components/UI/molecules/TabItem/index.d.ts +2 -0
  35. package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
  36. package/dist/cjs/types/components/UI/molecules/index.d.ts +3 -0
  37. package/dist/cjs/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +12 -0
  38. package/dist/cjs/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
  39. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +5 -1
  40. package/dist/cjs/types/constants/icons.constants.d.ts +3 -0
  41. package/dist/cjs/types/constants/stories/InlineDetails.contants.d.ts +2 -0
  42. package/dist/cjs/types/constants/stories/analyst.constants.d.ts +0 -2
  43. package/dist/cjs/types/constants/stories/headers.constants.d.ts +4 -3
  44. package/dist/cjs/types/constants/stories/select2.constants.d.ts +17 -0
  45. package/dist/cjs/types/constants/stories/sideFilter.constants.d.ts +0 -123
  46. package/dist/cjs/types/utils/string/normalizeString.util.d.ts +1 -0
  47. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  48. package/dist/esm/index.js +1495 -1163
  49. package/dist/esm/index.js.map +1 -1
  50. package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
  51. package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
  52. package/dist/esm/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
  53. package/dist/esm/types/components/UI/atoms/Popover/Popover.interface.d.ts +2 -0
  54. package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
  55. package/dist/esm/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
  56. package/dist/esm/types/components/UI/molecules/Input/Input.interface.d.ts +4 -0
  57. package/dist/esm/types/components/UI/molecules/MegaMenuEmpty/MegaMenuEmpty.interface.d.ts +15 -1
  58. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +4 -0
  59. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +62 -0
  60. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +4 -0
  61. package/dist/esm/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +4 -0
  62. package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
  63. package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
  64. package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
  65. package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
  66. package/dist/esm/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
  67. package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
  68. package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
  69. package/dist/esm/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
  70. package/dist/esm/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
  71. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +1 -1
  72. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +19 -2
  73. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardText/SimilarCardText.component.d.ts +3 -0
  74. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
  75. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
  76. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
  77. package/dist/esm/types/components/UI/molecules/TabItem/index.d.ts +2 -0
  78. package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
  79. package/dist/esm/types/components/UI/molecules/index.d.ts +3 -0
  80. package/dist/esm/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +12 -0
  81. package/dist/esm/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
  82. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +5 -1
  83. package/dist/esm/types/constants/icons.constants.d.ts +3 -0
  84. package/dist/esm/types/constants/stories/InlineDetails.contants.d.ts +2 -0
  85. package/dist/esm/types/constants/stories/analyst.constants.d.ts +0 -2
  86. package/dist/esm/types/constants/stories/headers.constants.d.ts +4 -3
  87. package/dist/esm/types/constants/stories/select2.constants.d.ts +17 -0
  88. package/dist/esm/types/constants/stories/sideFilter.constants.d.ts +0 -123
  89. package/dist/esm/types/utils/string/normalizeString.util.d.ts +1 -0
  90. package/dist/index.d.ts +181 -8
  91. package/package.json +1 -1
@@ -33,10 +33,7 @@ export declare const storiesFilters: ({
33
33
  fieldsAlias: {
34
34
  id: string;
35
35
  label: string;
36
- parentId?: undefined;
37
36
  };
38
- fieldFullSearch?: undefined;
39
- sourceName?: undefined;
40
37
  };
41
38
  values: {
42
39
  id: number;
@@ -46,90 +43,6 @@ export declare const storiesFilters: ({
46
43
  isApplied: boolean;
47
44
  }[];
48
45
  searchPlaceholder: string;
49
- renderChild?: undefined;
50
- child?: undefined;
51
- filtersApplied?: undefined;
52
- } | {
53
- label: string;
54
- field: string;
55
- type: string;
56
- renderType: string;
57
- renderChild: string;
58
- dataType: string;
59
- multiple: boolean;
60
- repository: {
61
- type: string;
62
- defaultFilter: {
63
- active?: undefined;
64
- };
65
- defaultOrder: {
66
- name?: undefined;
67
- };
68
- defaultOperator: number;
69
- source: string;
70
- fieldFullSearch: string;
71
- sourceName: string;
72
- fieldsAlias: {
73
- id: string;
74
- label: string;
75
- parentId: null;
76
- };
77
- };
78
- child: {
79
- label: string;
80
- field: string;
81
- type: string;
82
- renderType: string;
83
- renderChild: string;
84
- dataType: string;
85
- multiple: boolean;
86
- repository: {
87
- type: string;
88
- defaultFilter: {};
89
- defaultOrder: {};
90
- defaultOperator: number;
91
- source: string;
92
- fieldFullSearch: string;
93
- sourceName: string;
94
- fieldsAlias: {
95
- id: string;
96
- label: string;
97
- parentId: string;
98
- };
99
- };
100
- child: {
101
- label: string;
102
- field: string;
103
- type: string;
104
- renderType: string;
105
- dataType: string;
106
- multiple: boolean;
107
- repository: {
108
- type: string;
109
- defaultFilter: {};
110
- defaultOrder: {};
111
- defaultOperator: number;
112
- source: string;
113
- fieldFullSearch: string;
114
- sourceName: string;
115
- fieldsAlias: {
116
- id: string;
117
- label: string;
118
- parentId: string;
119
- };
120
- };
121
- values: never[];
122
- filtersApplied: string[];
123
- searchPlaceholder: string;
124
- };
125
- values: never[];
126
- filtersApplied: string[];
127
- searchPlaceholder: string;
128
- };
129
- values: never[];
130
- filtersApplied: number[];
131
- searchPlaceholder: string;
132
- placeholder?: undefined;
133
46
  } | {
134
47
  label: string;
135
48
  field: string;
@@ -150,10 +63,7 @@ export declare const storiesFilters: ({
150
63
  fieldsAlias: {
151
64
  id?: undefined;
152
65
  label?: undefined;
153
- parentId?: undefined;
154
66
  };
155
- fieldFullSearch?: undefined;
156
- sourceName?: undefined;
157
67
  };
158
68
  values: ({
159
69
  operator: number;
@@ -176,9 +86,6 @@ export declare const storiesFilters: ({
176
86
  })[];
177
87
  searchPlaceholder: string;
178
88
  placeholder?: undefined;
179
- renderChild?: undefined;
180
- child?: undefined;
181
- filtersApplied?: undefined;
182
89
  } | {
183
90
  label: string;
184
91
  field: string;
@@ -197,8 +104,6 @@ export declare const storiesFilters: ({
197
104
  defaultOperator: number;
198
105
  source: null;
199
106
  fieldsAlias: null;
200
- fieldFullSearch?: undefined;
201
- sourceName?: undefined;
202
107
  };
203
108
  values: ({
204
109
  operator: number;
@@ -230,9 +135,6 @@ export declare const storiesFilters: ({
230
135
  })[];
231
136
  searchPlaceholder: string;
232
137
  placeholder?: undefined;
233
- renderChild?: undefined;
234
- child?: undefined;
235
- filtersApplied?: undefined;
236
138
  } | {
237
139
  label: string;
238
140
  field: string;
@@ -251,8 +153,6 @@ export declare const storiesFilters: ({
251
153
  defaultOperator: number;
252
154
  source: string;
253
155
  fieldsAlias: null;
254
- fieldFullSearch?: undefined;
255
- sourceName?: undefined;
256
156
  };
257
157
  values: {
258
158
  id: string;
@@ -265,9 +165,6 @@ export declare const storiesFilters: ({
265
165
  }[];
266
166
  searchPlaceholder: string;
267
167
  placeholder?: undefined;
268
- renderChild?: undefined;
269
- child?: undefined;
270
- filtersApplied?: undefined;
271
168
  } | {
272
169
  label: string;
273
170
  field: string;
@@ -286,8 +183,6 @@ export declare const storiesFilters: ({
286
183
  defaultOperator: number;
287
184
  source: string;
288
185
  fieldsAlias: null;
289
- fieldFullSearch?: undefined;
290
- sourceName?: undefined;
291
186
  };
292
187
  values: {
293
188
  id: number;
@@ -298,9 +193,6 @@ export declare const storiesFilters: ({
298
193
  }[];
299
194
  searchPlaceholder: string;
300
195
  placeholder?: undefined;
301
- renderChild?: undefined;
302
- child?: undefined;
303
- filtersApplied?: undefined;
304
196
  } | {
305
197
  label: string;
306
198
  field: string;
@@ -319,8 +211,6 @@ export declare const storiesFilters: ({
319
211
  defaultOperator: number;
320
212
  source: null;
321
213
  fieldsAlias: null;
322
- fieldFullSearch?: undefined;
323
- sourceName?: undefined;
324
214
  };
325
215
  values: {
326
216
  operator: number;
@@ -331,9 +221,6 @@ export declare const storiesFilters: ({
331
221
  }[];
332
222
  searchPlaceholder: string;
333
223
  placeholder?: undefined;
334
- renderChild?: undefined;
335
- child?: undefined;
336
- filtersApplied?: undefined;
337
224
  } | {
338
225
  label: string;
339
226
  field: string;
@@ -352,8 +239,6 @@ export declare const storiesFilters: ({
352
239
  defaultOperator: number;
353
240
  source: null;
354
241
  fieldsAlias: null;
355
- fieldFullSearch?: undefined;
356
- sourceName?: undefined;
357
242
  };
358
243
  values: {
359
244
  operator: number;
@@ -364,9 +249,6 @@ export declare const storiesFilters: ({
364
249
  }[];
365
250
  searchPlaceholder: string;
366
251
  placeholder?: undefined;
367
- renderChild?: undefined;
368
- child?: undefined;
369
- filtersApplied?: undefined;
370
252
  } | {
371
253
  label: string;
372
254
  field: string;
@@ -385,8 +267,6 @@ export declare const storiesFilters: ({
385
267
  defaultOperator: number;
386
268
  source: null;
387
269
  fieldsAlias: null;
388
- fieldFullSearch?: undefined;
389
- sourceName?: undefined;
390
270
  };
391
271
  values: {
392
272
  operator: number;
@@ -398,9 +278,6 @@ export declare const storiesFilters: ({
398
278
  }[];
399
279
  searchPlaceholder: string;
400
280
  placeholder?: undefined;
401
- renderChild?: undefined;
402
- child?: undefined;
403
- filtersApplied?: undefined;
404
281
  })[];
405
282
  export declare const sideFilterProps: {
406
283
  title: string;
@@ -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';
@@ -40,6 +40,8 @@ import { IRightsReservedText as IRightsReservedText$1 } from '@components/UI/mol
40
40
  import { IFooterMenuLinks as IFooterMenuLinks$1 } from '@components/UI/organism/FooterMenuLinks/FooterMenuLinks.interface';
41
41
  import { IMegaMenuTab as IMegaMenuTab$1 } from '@components/UI/atoms/MegaMenuTab/MegaMenuTab.interface';
42
42
  import { IPopoverRef as IPopoverRef$1 } from '@components/UI/molecules/MegaMenuPopover/MegaMenuPopover.interface';
43
+ import { ISelectOptions as ISelectOptions$1 } from '@components/UI/organism/Select2/Select2.interface';
44
+ import { IMegaMenuSearchBar } from '@components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface';
43
45
  import { ERenderType } from '@constants/stories';
44
46
  import { IAlphabetFilter as IAlphabetFilter$1 } from '@components/UI/organism/AlphabetFilter/AlphabetFilter.interface';
45
47
 
@@ -954,6 +956,7 @@ interface IPopover {
954
956
  */
955
957
  staticContent?: boolean;
956
958
  className?: string;
959
+ style?: React__default.CSSProperties;
957
960
  }
958
961
 
959
962
  /**
@@ -1401,6 +1404,22 @@ interface IUserMenuButtonAnalystProps {
1401
1404
  */
1402
1405
  declare const UserMenuButtonAnalyst: React__default.FC<IUserMenuButtonAnalystProps>;
1403
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
+
1404
1423
  declare const ShareIcons: {
1405
1424
  Facebook: {
1406
1425
  icon: any;
@@ -2088,6 +2107,11 @@ interface IDrawer {
2088
2107
  * this property sets custom styles into background drawer
2089
2108
  */
2090
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'];
2091
2115
  }
2092
2116
  /**
2093
2117
  * This interface represents a Portal for the Drawer component.
@@ -2098,6 +2122,11 @@ interface IDrawerPortal {
2098
2122
  * It can be a single JSX element, an array of JSX elements, or `false` to indicate no content.
2099
2123
  */
2100
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;
2101
2130
  }
2102
2131
 
2103
2132
  /**
@@ -2594,6 +2623,10 @@ interface IInput extends React.InputHTMLAttributes<HTMLInputElement> {
2594
2623
  * this property sets the max counter value
2595
2624
  */
2596
2625
  maxCounterValue?: number;
2626
+ /**
2627
+ * Main Styles
2628
+ */
2629
+ mainClassName?: string;
2597
2630
  }
2598
2631
 
2599
2632
  declare const Input: React__default.FC<IInput>;
@@ -3296,7 +3329,20 @@ interface IMegaMenuEmpty {
3296
3329
  /**
3297
3330
  * Image Data
3298
3331
  */
3299
- 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
+ };
3300
3346
  }
3301
3347
 
3302
3348
  declare const MegaMenuEmpty: React__default.FC<IMegaMenuEmpty>;
@@ -3482,6 +3528,10 @@ interface IMobileSearchbar {
3482
3528
  * Sets the value for the input in the searchbar
3483
3529
  */
3484
3530
  termValue?: any;
3531
+ /**
3532
+ * placeholder
3533
+ */
3534
+ placeholder?: string;
3485
3535
  }
3486
3536
 
3487
3537
  /**
@@ -3933,11 +3983,29 @@ declare namespace ISimilarCard {
3933
3983
  /**
3934
3984
  * If the text must show more than one line, use customText instead text
3935
3985
  * */
3936
- customText?: ICustomText$1[];
3986
+ customText?: CustomText[];
3937
3987
  /**
3938
3988
  * this property sets custom styles
3939
3989
  */
3940
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;
3941
4009
  }
3942
4010
  interface Icon {
3943
4011
  /**
@@ -3960,7 +4028,7 @@ declare namespace ISimilarCard {
3960
4028
  }
3961
4029
 
3962
4030
  declare const SimilarCard: React__default.FC<ISimilarCard> & {
3963
- Text: React__default.FC<IText>;
4031
+ Text: React__default.FC<ISimilarCard.Text>;
3964
4032
  Logo: React__default.FC<ISimilarCard.Logo>;
3965
4033
  Icon: React__default.FC<ISimilarCard.Icon>;
3966
4034
  };
@@ -4444,6 +4512,18 @@ interface IFilterCard extends IFilter$1, ISearchRenderTypeProps$1 {
4444
4512
  * This is the switch title and indicate if has switch
4445
4513
  */
4446
4514
  switchText?: string;
4515
+ /**
4516
+ * Identification Key for each filter card
4517
+ */
4518
+ index: number;
4519
+ /**
4520
+ *Function to bnotify an open filter
4521
+ */
4522
+ setCurrentOpenFilter: (index: number) => void;
4523
+ /**
4524
+ * key to know if a filter has changed
4525
+ */
4526
+ showFilters: boolean;
4447
4527
  }
4448
4528
 
4449
4529
  declare const FilterCard: FC<IFilterCard>;
@@ -4517,9 +4597,9 @@ interface IHeaderAnalyst {
4517
4597
  */
4518
4598
  userMenuProps: IUserMenuWrapperAnalystProps$1;
4519
4599
  /**
4520
- * User notification link props
4600
+ * Component to display a custom notification bell
4521
4601
  */
4522
- userNotificationProps?: ILinkProps$1;
4602
+ notificationBell?: React__default.ReactNode;
4523
4603
  }
4524
4604
  interface ILogoAnalyst extends ILogoComponent$1 {
4525
4605
  /**
@@ -6120,6 +6200,97 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
6120
6200
  */
6121
6201
  declare const UserMenuWrapperAnalyst: React__default.FC<IUserMenuWrapperAnalystProps>;
6122
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
+
6123
6294
  interface ICardImage {
6124
6295
  /**
6125
6296
  * Path to the image to be displayed.
@@ -6641,7 +6812,9 @@ interface IMegaMenuMainHeader {
6641
6812
  signUpText: string;
6642
6813
  onClickSignUp: (event: Event) => Promise<void>;
6643
6814
  };
6644
- searchBarProps?: ISearchbar$1;
6815
+ selectCountry?: ISelectOptions$1<unknown>;
6816
+ searchBarProps?: IMegaMenuSearchBar;
6817
+ mobileSearchBarProps: ISearchbar$1;
6645
6818
  homeUrl?: string;
6646
6819
  homeText?: string;
6647
6820
  }
@@ -7069,4 +7242,4 @@ declare type MagnetoUIText = 'sm-2' | 'md' | 'md-2' | 'lg' | 'xl' | '2xl' | '3xl
7069
7242
  */
7070
7243
  declare type MagnetoUIWeight = 'normal' | 'bold' | 'black';
7071
7244
 
7072
- export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarChart, BarLoader, BarsChart, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$3 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, CandidateNav, CandidateProfile, CandidateProfileTemplate, Carousel, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, Collapse, CompanyCard, CompanyCardWithDescription, CompanyCardWithoutDescription, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, ETypographyFontWeight, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, HorizontalMenu, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICandidateNavButton, ICandidateNavContext, ICandidateProfileAvatar, ICandidateProfileTemplate, ICandidateProfileTemplateProfile, ICandidateProvider, ICandidateScreen, ICandidateTemplateContext, ICardsRef, ICarousel, ICategoryField, ICategoryGrid, ICategoryMenuCard, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICollapseContext, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalyst, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IHorizontalMenu, IHorizontalMenuOption, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalyst, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, IMegaMenuEmpty, IMegaMenuSideCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, INotification, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IQualification, IQualificationStar, IRadioCommonProps, IRadioProps, IRatingBadge, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, ITypographyBase, ITypographyEllipsis, ITypographyLink, ITypographyText, ITypographyTitle, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IVacantPositions, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, ImageCard, Input, InputFile, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, MagnetoUIBorder, MagnetoUIColor, MagnetoUIGap, MagnetoUIMargin, MagnetoUIOpacity, MagnetoUIPadding, ContextAppProvider as MagnetoUIProvider, MagnetoUIRadius, MagnetoUIScale, MagnetoUIScreen, MagnetoUIShadow, MagnetoUIText, MagnetoUIWeight, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuDrawerItem, MegaMenuEmpty, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$2 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Qualification, Radio, RatingBadge, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default$1 as SortMenu, SuggestedJobsPage, Switch, TCandidateNav, TCandidateNavOption, TCandidateNavOptions, TCandidateNavStep, TCandidateProfile, TCandidateProfileBody, TCandidateProfileHeader, TCandidateProfileTemplateMainNav, TCandidateProfileTemplateNav, TCandidateProfileToggler, TCollapse, TCollapseBody, TCollapseHeader, TCollapseToggler, TExpandableInfoSize, TExpandableInfoVariant, TInputFile, TMessageType, TToggleButtonList, TTypographyFontWeight, TTypographyParagraph, TVacantOption, TVacantOptionType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, TimeLineItemStatus, Timeline, TimelineEvent, TimelineEventProps, ToggleButton, ToggleButtonList, Tooltip, Typography, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, VacantPositions, useMediaQuery, withClickOut, withMegaMenuSideCards };
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.0",
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",