magneto365.ui 2.73.0 → 2.74.1-beta

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 (97) 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/assets/img/2dfcd507fbc46c48.png +0 -0
  5. package/dist/assets/img/7ac49a1d11655962.png +0 -0
  6. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  7. package/dist/cjs/index.js +1700 -1319
  8. package/dist/cjs/index.js.map +1 -1
  9. package/dist/cjs/types/components/UI/atoms/Popover/Popover.interface.d.ts +2 -0
  10. package/dist/cjs/types/components/UI/molecules/CompanyCard/CompanyCard.component.d.ts +5 -0
  11. package/dist/cjs/types/components/UI/molecules/CompanyCard/CompanyCard.interface.d.ts +91 -0
  12. package/dist/cjs/types/components/UI/molecules/CompanyCard/index.d.ts +1 -0
  13. package/dist/cjs/types/components/UI/molecules/HorizontalMenu/HorizontalMenu.interface.d.ts +1 -5
  14. package/dist/cjs/types/components/UI/molecules/ImageCard/ImageCard.component.d.ts +3 -0
  15. package/dist/cjs/types/components/UI/molecules/ImageCard/ImageCard.interface.d.ts +44 -0
  16. package/dist/cjs/types/components/UI/molecules/ImageCard/index.d.ts +1 -0
  17. package/dist/cjs/types/components/UI/molecules/Input/Input.interface.d.ts +4 -0
  18. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +4 -0
  19. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +55 -0
  20. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +4 -0
  21. package/dist/cjs/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +4 -0
  22. package/dist/cjs/types/components/UI/molecules/index.d.ts +2 -0
  23. package/dist/cjs/types/components/UI/organism/Carousel/Carousel.component.d.ts +8 -0
  24. package/dist/cjs/types/components/UI/organism/Carousel/Carousel.interface.d.ts +135 -0
  25. package/dist/cjs/types/components/UI/organism/Carousel/children/CarouselButtons/CarouselButtons.component.d.ts +3 -0
  26. package/dist/cjs/types/components/UI/organism/Carousel/children/CarouselFooter/CarouselFooter.component.d.ts +3 -0
  27. package/dist/cjs/types/components/UI/organism/Carousel/children/CarouselHeader/CarouselHeader.component.d.ts +3 -0
  28. package/dist/cjs/types/components/UI/organism/Carousel/children/CarouselItems/CarouselItems.component.d.ts +3 -0
  29. package/dist/cjs/types/components/UI/organism/Carousel/index.d.ts +2 -0
  30. package/dist/cjs/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +12 -0
  31. package/dist/cjs/types/components/UI/organism/index.d.ts +1 -0
  32. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.component.d.ts +2 -1
  33. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.interface.d.ts +8 -0
  34. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.component.d.ts +1 -1
  35. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/index.d.ts +0 -1
  36. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/CandidateProfileTemplateMainNav.component.d.ts +5 -0
  37. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/CandidateProfileTemplateMainNav.interface.d.ts +2 -0
  38. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/index.d.ts +2 -0
  39. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/index.d.ts +1 -0
  40. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/index.d.ts +1 -1
  41. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +5 -1
  42. package/dist/cjs/types/components/hooks/useCarouselScroll/index.d.ts +11 -0
  43. package/dist/cjs/types/constants/icons.constants.d.ts +3 -0
  44. package/dist/cjs/types/constants/img.constants.d.ts +2 -0
  45. package/dist/cjs/types/constants/stories/carousel.constants.d.ts +42 -0
  46. package/dist/cjs/types/constants/stories/headers.constants.d.ts +4 -3
  47. package/dist/cjs/types/constants/stories/index.d.ts +1 -0
  48. package/dist/cjs/types/constants/stories/sideFilter.constants.d.ts +0 -123
  49. package/dist/cjs/types/utils/domNode/nodeCount.util.d.ts +3 -0
  50. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  51. package/dist/esm/index.js +1696 -1320
  52. package/dist/esm/index.js.map +1 -1
  53. package/dist/esm/types/components/UI/atoms/Popover/Popover.interface.d.ts +2 -0
  54. package/dist/esm/types/components/UI/molecules/CompanyCard/CompanyCard.component.d.ts +5 -0
  55. package/dist/esm/types/components/UI/molecules/CompanyCard/CompanyCard.interface.d.ts +91 -0
  56. package/dist/esm/types/components/UI/molecules/CompanyCard/index.d.ts +1 -0
  57. package/dist/esm/types/components/UI/molecules/HorizontalMenu/HorizontalMenu.interface.d.ts +1 -5
  58. package/dist/esm/types/components/UI/molecules/ImageCard/ImageCard.component.d.ts +3 -0
  59. package/dist/esm/types/components/UI/molecules/ImageCard/ImageCard.interface.d.ts +44 -0
  60. package/dist/esm/types/components/UI/molecules/ImageCard/index.d.ts +1 -0
  61. package/dist/esm/types/components/UI/molecules/Input/Input.interface.d.ts +4 -0
  62. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +4 -0
  63. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +55 -0
  64. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +4 -0
  65. package/dist/esm/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +4 -0
  66. package/dist/esm/types/components/UI/molecules/index.d.ts +2 -0
  67. package/dist/esm/types/components/UI/organism/Carousel/Carousel.component.d.ts +8 -0
  68. package/dist/esm/types/components/UI/organism/Carousel/Carousel.interface.d.ts +135 -0
  69. package/dist/esm/types/components/UI/organism/Carousel/children/CarouselButtons/CarouselButtons.component.d.ts +3 -0
  70. package/dist/esm/types/components/UI/organism/Carousel/children/CarouselFooter/CarouselFooter.component.d.ts +3 -0
  71. package/dist/esm/types/components/UI/organism/Carousel/children/CarouselHeader/CarouselHeader.component.d.ts +3 -0
  72. package/dist/esm/types/components/UI/organism/Carousel/children/CarouselItems/CarouselItems.component.d.ts +3 -0
  73. package/dist/esm/types/components/UI/organism/Carousel/index.d.ts +2 -0
  74. package/dist/esm/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +12 -0
  75. package/dist/esm/types/components/UI/organism/index.d.ts +1 -0
  76. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.component.d.ts +2 -1
  77. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.interface.d.ts +8 -0
  78. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.component.d.ts +1 -1
  79. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/index.d.ts +0 -1
  80. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/CandidateProfileTemplateMainNav.component.d.ts +5 -0
  81. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/CandidateProfileTemplateMainNav.interface.d.ts +2 -0
  82. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateMainNav/index.d.ts +2 -0
  83. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/index.d.ts +1 -0
  84. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/index.d.ts +1 -1
  85. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +5 -1
  86. package/dist/esm/types/components/hooks/useCarouselScroll/index.d.ts +11 -0
  87. package/dist/esm/types/constants/icons.constants.d.ts +3 -0
  88. package/dist/esm/types/constants/img.constants.d.ts +2 -0
  89. package/dist/esm/types/constants/stories/carousel.constants.d.ts +42 -0
  90. package/dist/esm/types/constants/stories/headers.constants.d.ts +4 -3
  91. package/dist/esm/types/constants/stories/index.d.ts +1 -0
  92. package/dist/esm/types/constants/stories/sideFilter.constants.d.ts +0 -123
  93. package/dist/esm/types/utils/domNode/nodeCount.util.d.ts +3 -0
  94. package/dist/index.d.ts +282 -9
  95. package/package.json +1 -1
  96. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.interface.d.ts +0 -2
  97. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.interface.d.ts +0 -2
@@ -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,3 @@
1
+ import React from 'react';
2
+ export declare const getChildrenByType: (children: React.ReactNode, type: React.ElementType) => (React.ReactChild | React.ReactFragment | React.ReactPortal)[];
3
+ export declare const getAllItems: (children: React.ReactNode, type: React.ElementType) => React.ReactNode[];
package/dist/index.d.ts CHANGED
@@ -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
  /**
@@ -2514,15 +2517,11 @@ interface IHorizontalMenu {
2514
2517
  /**
2515
2518
  * options of horizontal menu
2516
2519
  */
2517
- options: IHorizontalMenuOption[];
2520
+ options?: IHorizontalMenuOption[];
2518
2521
  /**
2519
2522
  * onChange of horizontal menu
2520
2523
  */
2521
2524
  onChange?: (selectedItem: number) => void;
2522
- /**
2523
- * onClick of horizontal menu
2524
- */
2525
- onClick?: () => void;
2526
2525
  }
2527
2526
  interface IHorizontalMenuOption {
2528
2527
  /**
@@ -2598,6 +2597,10 @@ interface IInput extends React.InputHTMLAttributes<HTMLInputElement> {
2598
2597
  * this property sets the max counter value
2599
2598
  */
2600
2599
  maxCounterValue?: number;
2600
+ /**
2601
+ * Main Styles
2602
+ */
2603
+ mainClassName?: string;
2601
2604
  }
2602
2605
 
2603
2606
  declare const Input: React__default.FC<IInput>;
@@ -3486,6 +3489,10 @@ interface IMobileSearchbar {
3486
3489
  * Sets the value for the input in the searchbar
3487
3490
  */
3488
3491
  termValue?: any;
3492
+ /**
3493
+ * placeholder
3494
+ */
3495
+ placeholder?: string;
3489
3496
  }
3490
3497
 
3491
3498
  /**
@@ -4448,6 +4455,18 @@ interface IFilterCard extends IFilter$1, ISearchRenderTypeProps$1 {
4448
4455
  * This is the switch title and indicate if has switch
4449
4456
  */
4450
4457
  switchText?: string;
4458
+ /**
4459
+ * Identification Key for each filter card
4460
+ */
4461
+ index: number;
4462
+ /**
4463
+ *Function to bnotify an open filter
4464
+ */
4465
+ setCurrentOpenFilter: (index: number) => void;
4466
+ /**
4467
+ * key to know if a filter has changed
4468
+ */
4469
+ showFilters: boolean;
4451
4470
  }
4452
4471
 
4453
4472
  declare const FilterCard: FC<IFilterCard>;
@@ -5771,6 +5790,148 @@ declare const UserTermTitle: React__default.FC<IUserTerm.Title>;
5771
5790
 
5772
5791
  declare const UserTermUList: React__default.FC<IUserTerm.UlList>;
5773
5792
 
5793
+ interface ICarousel {
5794
+ /**
5795
+ * Render the component children
5796
+ */
5797
+ children: React.ReactNode;
5798
+ /**
5799
+ * Class names for the components
5800
+ */
5801
+ classNamesObject?: {
5802
+ /**
5803
+ * Base class name for the carousel
5804
+ */
5805
+ base?: string;
5806
+ /**
5807
+ * Class names for the header component
5808
+ */
5809
+ headerContainer?: string;
5810
+ /**
5811
+ * Class names for the header items container
5812
+ */
5813
+ headerItem?: string;
5814
+ /**
5815
+ * Class names for the buttons for the component
5816
+ */
5817
+ buttons?: string;
5818
+ /**
5819
+ * Class names for the items container
5820
+ */
5821
+ items?: string;
5822
+ /**
5823
+ * Class names for the item component
5824
+ */
5825
+ item?: string;
5826
+ };
5827
+ /**
5828
+ * Enable auto scroll for the carousel
5829
+ */
5830
+ autoScroll?: boolean;
5831
+ /**
5832
+ * Interval for auto scroll
5833
+ */
5834
+ scrollInterval?: number;
5835
+ /**
5836
+ * Enable mobile scrollable for the carousel
5837
+ */
5838
+ mobileScrollable?: boolean;
5839
+ /**
5840
+ * Size of the buttons
5841
+ */
5842
+ sizeButtons?: number;
5843
+ /**
5844
+ * Number of items per section
5845
+ */
5846
+ itemsPerSection?: number;
5847
+ /**
5848
+ * Gap between items
5849
+ */
5850
+ gap?: number;
5851
+ /**
5852
+ * Maximum width of the container
5853
+ */
5854
+ maxContainerWidth?: string;
5855
+ /**
5856
+ * Current index of the carousel, for controlled mode
5857
+ */
5858
+ currentIndex?: number;
5859
+ /**
5860
+ * Callback function to change the slide
5861
+ */
5862
+ onChangeSlide?: (newIndex: number) => void;
5863
+ }
5864
+ declare namespace ICarousel {
5865
+ interface Header {
5866
+ /**
5867
+ * React children to be rendered inside the container.
5868
+ */
5869
+ children?: React.ReactNode;
5870
+ /**
5871
+ * Additional class names for custom styling.
5872
+ */
5873
+ className?: string;
5874
+ }
5875
+ interface Items {
5876
+ /**
5877
+ * React children to be rendered inside the container.
5878
+ */
5879
+ children?: React.ReactNode;
5880
+ /**
5881
+ * Additional class names for custom styling.
5882
+ */
5883
+ className?: string;
5884
+ }
5885
+ interface Footer {
5886
+ /**
5887
+ * React children to be rendered inside the container.
5888
+ */
5889
+ children?: React.ReactNode;
5890
+ /**
5891
+ * Additional class names for custom styling.
5892
+ */
5893
+ className?: string;
5894
+ }
5895
+ interface Buttons {
5896
+ /**
5897
+ * Buttons to navigate to the previous slide in the carousel
5898
+ */
5899
+ onPrevSlide: () => void;
5900
+ /**
5901
+ * Buttons to navigate to the next slide in the carousel
5902
+ */
5903
+ onNextSlide: () => void;
5904
+ /**
5905
+ * Additional class names for custom styling.
5906
+ */
5907
+ className?: string;
5908
+ /**
5909
+ * Size of the buttons
5910
+ */
5911
+ size?: number;
5912
+ /**
5913
+ * Icons for the buttons
5914
+ */
5915
+ icons?: {
5916
+ /**
5917
+ * Icon for the previous button
5918
+ */
5919
+ left: string;
5920
+ /**
5921
+ * Icon for the next button
5922
+ */
5923
+ right: string;
5924
+ };
5925
+ }
5926
+ }
5927
+
5928
+ declare const Carousel: React__default.FC<ICarousel> & {
5929
+ Items: React__default.FC<ICarousel.Items>;
5930
+ Header: React__default.FC<ICarousel.Header>;
5931
+ Footer: React__default.FC<ICarousel.Footer>;
5932
+ Button: React__default.FC<ICarousel.Buttons>;
5933
+ };
5934
+
5774
5935
  interface IMenuUser {
5775
5936
  /**
5776
5937
  * menu items props
@@ -5982,6 +6143,107 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
5982
6143
  */
5983
6144
  declare const UserMenuWrapperAnalyst: React__default.FC<IUserMenuWrapperAnalystProps>;
5984
6145
 
6146
+ interface ICardImage {
6147
+ /**
6148
+ * Path to the image to be displayed.
6149
+ */
6150
+ imagePath: string;
6151
+ /**
6152
+ * Title of the image card.
6153
+ */
6154
+ title: string;
6155
+ /**
6156
+ * Additional class names for custom styling.
6157
+ */
6158
+ className?: string;
6159
+ /**
6160
+ * Description of the image card.
6161
+ */
6162
+ description?: string;
6163
+ /**
6164
+ * Alt text for the image.
6165
+ */
6166
+ alt?: string;
6167
+ /**
6168
+ * Custom direct dimensions for the image card.
6169
+ */
6170
+ dimensions?: ICardImageStyles;
6171
+ /**
6172
+ * Icon props to be displayed on the image card.
6173
+ */
6174
+ icon?: IconProps$1 & {
6175
+ showIcon?: boolean;
6176
+ };
6177
+ }
6178
+ interface ICardImageStyles {
6179
+ /**
6180
+ * Height of the image card.
6181
+ */
6182
+ height?: string;
6183
+ /**
6184
+ * Width of the image card.
6185
+ */
6186
+ width?: string;
6187
+ }
6188
+
6189
+ declare const ImageCard: React__default.FC<ICardImage>;
6190
+
6191
+ interface IBaseCompanyComponentProps {
6192
+ /**
6193
+ * Logo of the company
6194
+ */
6195
+ logo: string;
6196
+ /**
6197
+ * Name of the company
6198
+ */
6199
+ companyName: string;
6200
+ /**
6201
+ * Link to the company page
6202
+ */
6203
+ buttonLink: string;
6204
+ /**
6205
+ * Class name for the component
6206
+ */
6207
+ className?: string;
6208
+ /**
6209
+ * Type of the company card
6210
+ */
6211
+ companyCardType?: 'withDescription' | 'withoutDescription';
6212
+ /**
6213
+ * Background color of the card
6214
+ */
6215
+ backgroundColor?: 'gray' | 'white' | 'transparent';
6216
+ }
6217
+ interface IWithDescriptionProps extends IBaseCompanyComponentProps {
6218
+ /**
6219
+ * Number of job openings
6220
+ */
6221
+ jobCount: string;
6222
+ /**
6223
+ * Description of the company
6224
+ */
6225
+ description: string;
6226
+ /**
6227
+ * Text for the button
6228
+ */
6229
+ buttonText: string;
6230
+ }
6231
+ interface IWithoutDescriptionProps extends IBaseCompanyComponentProps {
6232
+ /**
6233
+ * Title of the job opening
6234
+ */
6235
+ vacantTitle: string;
6236
+ /**
6237
+ * Salary for the job opening
6238
+ */
6239
+ salary: string;
6240
+ }
6241
+ declare type ICompanyCardProps = IWithDescriptionProps | IWithoutDescriptionProps;
6242
+
6243
+ declare const CompanyCardWithDescription: React__default.FC<IWithDescriptionProps>;
6244
+ declare const CompanyCardWithoutDescription: React__default.FC<IWithoutDescriptionProps>;
6245
+ declare const CompanyCard: React__default.FC<ICompanyCardProps>;
6246
+
5985
6247
  interface IJobsPage {
5986
6248
  /**
5987
6249
  * Props for the filter bottom header section.
@@ -6200,7 +6462,7 @@ interface IModalProps {
6200
6462
  */
6201
6463
  declare const AnalystTemplate: React__default.FC<IAnalystTemplateProps>;
6202
6464
 
6203
- declare type TCandidateProfileTemplateHeader = IHorizontalMenu$1;
6465
+ declare type TCandidateProfileTemplateMainNav = IHorizontalMenu$1;
6204
6466
 
6205
6467
  declare type TCandidateProfileTemplateNav = React.HTMLAttributes<HTMLDivElement>;
6206
6468
 
@@ -6272,6 +6534,14 @@ interface ICandidateTemplateContext {
6272
6534
  * Function to set the height of bottom navigation
6273
6535
  */
6274
6536
  setNavHeight: (height: number) => void;
6537
+ /**
6538
+ * Height of header
6539
+ */
6540
+ headerHeight: number;
6541
+ /**
6542
+ * Function to set the height of header
6543
+ */
6544
+ setHeaderHeight: (height: number) => void;
6275
6545
  }
6276
6546
  interface ICandidateProvider {
6277
6547
  /**
@@ -6290,7 +6560,8 @@ interface ICandidateProvider {
6290
6560
  declare const CandidateProfileTemplate: React__default.FC<ICandidateProfileTemplate> & {
6291
6561
  Provider: React__default.FC<ICandidateProvider>;
6292
6562
  useCandidateProfile: () => ICandidateTemplateContext;
6293
- Header: React__default.FC<IHorizontalMenu>;
6563
+ Header: React__default.FC<{}>;
6564
+ MainNav: React__default.FC<IHorizontalMenu>;
6294
6565
  Nav: React__default.FC<TCandidateProfileTemplateNav>;
6295
6566
  Profile: React__default.FC<ICandidateProfileTemplateProfile>;
6296
6567
  Screen: React__default.FC<any>;
@@ -6393,7 +6664,9 @@ interface IMegaMenuMainHeader {
6393
6664
  signUpText: string;
6394
6665
  onClickSignUp: (event: Event) => Promise<void>;
6395
6666
  };
6396
- searchBarProps?: ISearchbar$1;
6667
+ selectCountry?: ISelectOptions$1<unknown>;
6668
+ searchBarProps?: IMegaMenuSearchBar;
6669
+ mobileSearchBarProps: ISearchbar$1;
6397
6670
  homeUrl?: string;
6398
6671
  homeText?: string;
6399
6672
  }
@@ -6821,4 +7094,4 @@ declare type MagnetoUIText = 'sm-2' | 'md' | 'md-2' | 'lg' | 'xl' | '2xl' | '3xl
6821
7094
  */
6822
7095
  declare type MagnetoUIWeight = 'normal' | 'bold' | 'black';
6823
7096
 
6824
- export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarChart, BarLoader, BarsChart, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$3 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, CandidateNav, CandidateProfile, CandidateProfileTemplate, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, Collapse, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, ETypographyFontWeight, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, HorizontalMenu, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICandidateNavButton, ICandidateNavContext, ICandidateProfileAvatar, ICandidateProfileTemplate, ICandidateProfileTemplateProfile, ICandidateProvider, ICandidateScreen, ICandidateTemplateContext, ICardsRef, ICategoryField, ICategoryGrid, ICategoryMenuCard, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICollapseContext, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalyst, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IHorizontalMenu, IHorizontalMenuOption, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalyst, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, IMegaMenuEmpty, IMegaMenuSideCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, INotification, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IQualification, IQualificationStar, IRadioCommonProps, IRadioProps, IRatingBadge, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, ITypographyBase, ITypographyEllipsis, ITypographyLink, ITypographyText, ITypographyTitle, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IVacantPositions, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputFile, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, MagnetoUIBorder, MagnetoUIColor, MagnetoUIGap, MagnetoUIMargin, MagnetoUIOpacity, MagnetoUIPadding, ContextAppProvider as MagnetoUIProvider, MagnetoUIRadius, MagnetoUIScale, MagnetoUIScreen, MagnetoUIShadow, MagnetoUIText, MagnetoUIWeight, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuDrawerItem, MegaMenuEmpty, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$2 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Qualification, Radio, RatingBadge, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default$1 as SortMenu, SuggestedJobsPage, Switch, TCandidateNav, TCandidateNavOption, TCandidateNavOptions, TCandidateNavStep, TCandidateProfile, TCandidateProfileBody, TCandidateProfileHeader, TCandidateProfileTemplateHeader, 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 };
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 };
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.73.0",
7
+ "version": "2.74.1-beta",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "generate:tokens": "node ./.scripts/generateTokens.js",
@@ -1,2 +0,0 @@
1
- import { IHorizontalMenu } from '@components/UI/molecules';
2
- export declare type TCandidateProfileTemplateHeader = IHorizontalMenu;
@@ -1,2 +0,0 @@
1
- import { IHorizontalMenu } from '@components/UI/molecules';
2
- export declare type TCandidateProfileTemplateHeader = IHorizontalMenu;