magneto365.ui 2.74.1-beta → 2.75.1

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 (89) hide show
  1. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  2. package/dist/cjs/index.js +1346 -1302
  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/Popover/Popover.interface.d.ts +0 -2
  8. package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
  9. package/dist/cjs/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
  10. package/dist/cjs/types/components/UI/molecules/Input/Input.interface.d.ts +0 -4
  11. package/dist/cjs/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +0 -4
  12. package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
  13. package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
  14. package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
  15. package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
  16. package/dist/cjs/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
  17. package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
  18. package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
  19. package/dist/cjs/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
  20. package/dist/cjs/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
  21. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +1 -1
  22. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +19 -2
  23. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardText/SimilarCardText.component.d.ts +3 -0
  24. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
  25. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
  26. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
  27. package/dist/cjs/types/components/UI/molecules/TabItem/index.d.ts +2 -0
  28. package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
  29. package/dist/cjs/types/components/UI/molecules/index.d.ts +3 -0
  30. package/dist/cjs/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +0 -12
  31. package/dist/cjs/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
  32. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -5
  33. package/dist/cjs/types/constants/icons.constants.d.ts +0 -3
  34. package/dist/cjs/types/constants/stories/InlineDetails.contants.d.ts +2 -0
  35. package/dist/cjs/types/constants/stories/analyst.constants.d.ts +0 -2
  36. package/dist/cjs/types/constants/stories/headers.constants.d.ts +3 -4
  37. package/dist/cjs/types/constants/stories/select2.constants.d.ts +17 -0
  38. package/dist/cjs/types/constants/stories/sideFilter.constants.d.ts +123 -0
  39. package/dist/cjs/types/utils/string/normalizeString.util.d.ts +1 -0
  40. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  41. package/dist/esm/index.js +1343 -1303
  42. package/dist/esm/index.js.map +1 -1
  43. package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
  44. package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
  45. package/dist/esm/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
  46. package/dist/esm/types/components/UI/atoms/Popover/Popover.interface.d.ts +0 -2
  47. package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
  48. package/dist/esm/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
  49. package/dist/esm/types/components/UI/molecules/Input/Input.interface.d.ts +0 -4
  50. package/dist/esm/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +0 -4
  51. package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
  52. package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
  53. package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
  54. package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
  55. package/dist/esm/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
  56. package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
  57. package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
  58. package/dist/esm/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
  59. package/dist/esm/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
  60. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +1 -1
  61. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +19 -2
  62. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardText/SimilarCardText.component.d.ts +3 -0
  63. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
  64. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
  65. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
  66. package/dist/esm/types/components/UI/molecules/TabItem/index.d.ts +2 -0
  67. package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
  68. package/dist/esm/types/components/UI/molecules/index.d.ts +3 -0
  69. package/dist/esm/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +0 -12
  70. package/dist/esm/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
  71. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -5
  72. package/dist/esm/types/constants/icons.constants.d.ts +0 -3
  73. package/dist/esm/types/constants/stories/InlineDetails.contants.d.ts +2 -0
  74. package/dist/esm/types/constants/stories/analyst.constants.d.ts +0 -2
  75. package/dist/esm/types/constants/stories/headers.constants.d.ts +3 -4
  76. package/dist/esm/types/constants/stories/select2.constants.d.ts +17 -0
  77. package/dist/esm/types/constants/stories/sideFilter.constants.d.ts +123 -0
  78. package/dist/esm/types/utils/string/normalizeString.util.d.ts +1 -0
  79. package/dist/index.d.ts +142 -32
  80. package/package.json +1 -1
  81. package/dist/assets/3c9ef5949d25901a.svg +0 -11
  82. package/dist/assets/3f84ef2fa90fc06b.svg +0 -17
  83. package/dist/assets/a9f25ebc43dd2922.svg +0 -9
  84. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +0 -4
  85. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +0 -55
  86. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +0 -4
  87. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +0 -4
  88. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +0 -55
  89. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +0 -4
@@ -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,8 +40,6 @@ 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';
45
43
  import { ERenderType } from '@constants/stories';
46
44
  import { IAlphabetFilter as IAlphabetFilter$1 } from '@components/UI/organism/AlphabetFilter/AlphabetFilter.interface';
47
45
 
@@ -956,7 +954,6 @@ interface IPopover {
956
954
  */
957
955
  staticContent?: boolean;
958
956
  className?: string;
959
- style?: React__default.CSSProperties;
960
957
  }
961
958
 
962
959
  /**
@@ -1404,6 +1401,22 @@ interface IUserMenuButtonAnalystProps {
1404
1401
  */
1405
1402
  declare const UserMenuButtonAnalyst: React__default.FC<IUserMenuButtonAnalystProps>;
1406
1403
 
1404
+ /**
1405
+ * Interface for the InLineDetails component
1406
+ */
1407
+ interface IInlineDetails {
1408
+ /**
1409
+ * Array of strings that will be displayed in a single line, separated by " | "
1410
+ */
1411
+ details: string[];
1412
+ /**
1413
+ * Optional className to apply custom styles to the wrapper element
1414
+ */
1415
+ className?: string;
1416
+ }
1417
+
1418
+ declare function InlineDetails({ details, className }: Readonly<IInlineDetails>): JSX.Element;
1419
+
1407
1420
  declare const ShareIcons: {
1408
1421
  Facebook: {
1409
1422
  icon: any;
@@ -2091,6 +2104,11 @@ interface IDrawer {
2091
2104
  * this property sets custom styles into background drawer
2092
2105
  */
2093
2106
  backGroundClassName?: string;
2107
+ /**
2108
+ * An optional custom container where the Drawer Portal will be rendered.
2109
+ * If not provided, it will use the body.
2110
+ */
2111
+ customContainer?: IDrawerPortal['customContainer'];
2094
2112
  }
2095
2113
  /**
2096
2114
  * This interface represents a Portal for the Drawer component.
@@ -2101,6 +2119,11 @@ interface IDrawerPortal {
2101
2119
  * It can be a single JSX element, an array of JSX elements, or `false` to indicate no content.
2102
2120
  */
2103
2121
  children: false | JSX.Element | JSX.Element[];
2122
+ /**
2123
+ * An optional custom container where the Drawer Portal will be rendered.
2124
+ * If not provided, it will use the body.
2125
+ */
2126
+ customContainer?: HTMLElement | ShadowRoot;
2104
2127
  }
2105
2128
 
2106
2129
  /**
@@ -2597,10 +2620,6 @@ interface IInput extends React.InputHTMLAttributes<HTMLInputElement> {
2597
2620
  * this property sets the max counter value
2598
2621
  */
2599
2622
  maxCounterValue?: number;
2600
- /**
2601
- * Main Styles
2602
- */
2603
- mainClassName?: string;
2604
2623
  }
2605
2624
 
2606
2625
  declare const Input: React__default.FC<IInput>;
@@ -3489,10 +3508,6 @@ interface IMobileSearchbar {
3489
3508
  * Sets the value for the input in the searchbar
3490
3509
  */
3491
3510
  termValue?: any;
3492
- /**
3493
- * placeholder
3494
- */
3495
- placeholder?: string;
3496
3511
  }
3497
3512
 
3498
3513
  /**
@@ -3944,11 +3959,29 @@ declare namespace ISimilarCard {
3944
3959
  /**
3945
3960
  * If the text must show more than one line, use customText instead text
3946
3961
  * */
3947
- customText?: ICustomText$1[];
3962
+ customText?: CustomText[];
3948
3963
  /**
3949
3964
  * this property sets custom styles
3950
3965
  */
3951
3966
  className?: string;
3967
+ /**
3968
+ * This property allows you to set the tag for the first text.
3969
+ */
3970
+ headingType?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
3971
+ }
3972
+ interface CustomText {
3973
+ /**
3974
+ * This is the value to the custom text
3975
+ * */
3976
+ value: string | React.ReactNode;
3977
+ /**
3978
+ * This is the custom font weight to text
3979
+ * */
3980
+ fontWeight: 'normal' | 'bold' | 'lighter';
3981
+ /**
3982
+ * This is the custom line break to text
3983
+ * */
3984
+ lineBreak?: boolean;
3952
3985
  }
3953
3986
  interface Icon {
3954
3987
  /**
@@ -3971,7 +4004,7 @@ declare namespace ISimilarCard {
3971
4004
  }
3972
4005
 
3973
4006
  declare const SimilarCard: React__default.FC<ISimilarCard> & {
3974
- Text: React__default.FC<IText>;
4007
+ Text: React__default.FC<ISimilarCard.Text>;
3975
4008
  Logo: React__default.FC<ISimilarCard.Logo>;
3976
4009
  Icon: React__default.FC<ISimilarCard.Icon>;
3977
4010
  };
@@ -4455,18 +4488,6 @@ interface IFilterCard extends IFilter$1, ISearchRenderTypeProps$1 {
4455
4488
  * This is the switch title and indicate if has switch
4456
4489
  */
4457
4490
  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;
4470
4491
  }
4471
4492
 
4472
4493
  declare const FilterCard: FC<IFilterCard>;
@@ -4540,9 +4561,9 @@ interface IHeaderAnalyst {
4540
4561
  */
4541
4562
  userMenuProps: IUserMenuWrapperAnalystProps$1;
4542
4563
  /**
4543
- * User notification link props
4564
+ * Component to display a custom notification bell
4544
4565
  */
4545
- userNotificationProps?: ILinkProps$1;
4566
+ notificationBell?: React__default.ReactNode;
4546
4567
  }
4547
4568
  interface ILogoAnalyst extends ILogoComponent$1 {
4548
4569
  /**
@@ -6143,6 +6164,97 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
6143
6164
  */
6144
6165
  declare const UserMenuWrapperAnalyst: React__default.FC<IUserMenuWrapperAnalystProps>;
6145
6166
 
6167
+ interface IScrollableTab {
6168
+ children: React.ReactNode | React.ReactNode[];
6169
+ /**
6170
+ * Optional prop to set the scroll amount when clicking the arrows
6171
+ * @default 100
6172
+ */
6173
+ scrollAmount?: number;
6174
+ /**
6175
+ * Optional prop to add custom className
6176
+ */
6177
+ className?: string;
6178
+ }
6179
+
6180
+ /**
6181
+ * Molecule UI for ScrollableTab
6182
+ */
6183
+ declare const ScrollableTab: React__default.FC<IScrollableTab>;
6184
+
6185
+ interface ITabItem {
6186
+ /**
6187
+ * Tab item text
6188
+ */
6189
+ text: string;
6190
+ /**
6191
+ * Tab item action
6192
+ */
6193
+ onClick?: () => void;
6194
+ /**
6195
+ * Tab item styles
6196
+ */
6197
+ className?: string;
6198
+ /**
6199
+ * Tab item disabled state
6200
+ * @default false
6201
+ */
6202
+ isDisabled?: boolean;
6203
+ /**
6204
+ * Tab item selected state
6205
+ * @default false
6206
+ */
6207
+ isSelected?: boolean;
6208
+ }
6209
+
6210
+ declare const TabItem: React__default.FC<ITabItem>;
6211
+
6212
+ interface IPortalTooltipProps {
6213
+ /**
6214
+ * this property set the tooltip title
6215
+ */
6216
+ title: string;
6217
+ /**
6218
+ * this property set the tooltip position
6219
+ * @default 'bottom'
6220
+ */
6221
+ position?: TPosition;
6222
+ /**
6223
+ * the tooltip component must wrap a component. This needs to be able to hold a ref
6224
+ */
6225
+ children: React.ReactElement;
6226
+ /**
6227
+ * this property set the tooltip visibility
6228
+ * @default true
6229
+ */
6230
+ visible?: boolean;
6231
+ /**
6232
+ * this property set the tooltip width
6233
+ * @default 'fit-content'
6234
+ */
6235
+ width?: string;
6236
+ /**
6237
+ * this property sets delay in milliseconds before the tooltip appears
6238
+ */
6239
+ enterDelay?: number;
6240
+ /**
6241
+ * this property sets delay in milliseconds before the tooltip disappears
6242
+ */
6243
+ leaveDelay?: number;
6244
+ /**
6245
+ * this property sets the offset in pixels for the tooltip position relative to the target element
6246
+ * @default 8
6247
+ */
6248
+ offset?: number;
6249
+ /**
6250
+ * this property set the tooltip arrow visibility
6251
+ * @default true
6252
+ */
6253
+ hasArrow?: boolean;
6254
+ }
6255
+
6256
+ declare const PortalTooltip: React__default.FC<IPortalTooltipProps>;
6257
+
6146
6258
  interface ICardImage {
6147
6259
  /**
6148
6260
  * Path to the image to be displayed.
@@ -6664,9 +6776,7 @@ interface IMegaMenuMainHeader {
6664
6776
  signUpText: string;
6665
6777
  onClickSignUp: (event: Event) => Promise<void>;
6666
6778
  };
6667
- selectCountry?: ISelectOptions$1<unknown>;
6668
- searchBarProps?: IMegaMenuSearchBar;
6669
- mobileSearchBarProps: ISearchbar$1;
6779
+ searchBarProps?: ISearchbar$1;
6670
6780
  homeUrl?: string;
6671
6781
  homeText?: string;
6672
6782
  }
@@ -7094,4 +7204,4 @@ declare type MagnetoUIText = 'sm-2' | 'md' | 'md-2' | 'lg' | 'xl' | '2xl' | '3xl
7094
7204
  */
7095
7205
  declare type MagnetoUIWeight = 'normal' | 'bold' | 'black';
7096
7206
 
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 };
7207
+ 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.75.1",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "generate:tokens": "node ./.scripts/generateTokens.js",
@@ -1,11 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="sort descending">
3
- <g id="Vector">
4
- <path d="M8.66667 3.46619L8.77474 3.47791C9.01745 3.52788 9.20052 3.74253 9.20052 4.00004C9.20052 4.25755 9.01745 4.4722 8.77474 4.52218L8.66667 4.53389H2.66667C2.37211 4.53389 2.13281 4.29459 2.13281 4.00004C2.13281 3.70549 2.37211 3.46619 2.66667 3.46619H8.66667Z" fill="#292F37"/>
5
- <path d="M7.33333 7.46619L7.44141 7.4779C7.68412 7.52788 7.86719 7.74253 7.86719 8.00004C7.86719 8.25755 7.68412 8.4722 7.44141 8.52218L7.33333 8.53389H2.66667C2.37211 8.53389 2.13281 8.29459 2.13281 8.00004C2.13281 7.70549 2.37211 7.46619 2.66667 7.46619H7.33333Z" fill="#292F37"/>
6
- <path d="M7.33333 11.4662L7.44141 11.4779C7.68412 11.5279 7.86719 11.7425 7.86719 12C7.86719 12.2575 7.68412 12.4722 7.44141 12.5222L7.33333 12.5339H2.66667C2.37211 12.5339 2.13281 12.2946 2.13281 12C2.13281 11.7055 2.37211 11.4662 2.66667 11.4662H7.33333Z" fill="#292F37"/>
7
- <path d="M13.6224 9.62244C13.8307 9.41416 14.1693 9.41416 14.3776 9.62244C14.5859 9.83072 14.5859 10.1694 14.3776 10.3776L12.3776 12.3776C12.1954 12.5598 11.914 12.5818 11.707 12.4454L11.6224 12.3776L9.6224 10.3776L9.55469 10.293C9.4182 10.086 9.44023 9.8046 9.6224 9.62244C9.80456 9.44027 10.086 9.41824 10.293 9.55473L10.3776 9.62244L12 11.2448L13.6224 9.62244Z" fill="#292F37"/>
8
- <path d="M11.4661 12V4.00004C11.4661 3.70549 11.7054 3.46619 12 3.46619C12.2946 3.46619 12.5339 3.70549 12.5339 4.00004V12C12.5339 12.2946 12.2946 12.5339 12 12.5339C11.7054 12.5339 11.4661 12.2946 11.4661 12Z" fill="#292F37"/>
9
- </g>
10
- </g>
11
- </svg>
@@ -1,17 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="current-location" clip-path="url(#clip0_9516_59520)">
3
- <g id="Vector">
4
- <path d="M9.46647 7.99996C9.46647 7.61098 9.31184 7.23855 9.03678 6.9635C8.76173 6.68845 8.38931 6.53381 8.00033 6.53381C7.61134 6.53381 7.23892 6.68845 6.96387 6.9635C6.68881 7.23855 6.53418 7.61098 6.53418 7.99996C6.53418 8.38894 6.68881 8.76136 6.96387 9.03642C7.23892 9.31147 7.61134 9.46611 8.00033 9.46611C8.38931 9.46611 8.76173 9.31147 9.03678 9.03642C9.31184 8.76136 9.46647 8.38894 9.46647 7.99996ZM10.5342 7.99996C10.5342 8.67184 10.2671 9.31653 9.79199 9.79163C9.3169 10.2667 8.67221 10.5338 8.00033 10.5338C7.32844 10.5338 6.68375 10.2667 6.20866 9.79163C5.73357 9.31653 5.46647 8.67184 5.46647 7.99996C5.46647 7.32808 5.73357 6.68339 6.20866 6.20829C6.68375 5.7332 7.32844 5.46611 8.00033 5.46611C8.67221 5.46611 9.3169 5.7332 9.79199 6.20829C10.2671 6.68339 10.5342 7.32808 10.5342 7.99996Z" fill="#667688"/>
5
- <path d="M12.7946 7.76168C12.7357 6.57539 12.2387 5.44928 11.3949 4.60543C10.4947 3.70525 9.27337 3.20048 8.00033 3.20048C6.72729 3.20048 5.50597 3.70525 4.60579 4.60543C3.70562 5.5056 3.20085 6.72692 3.20085 7.99996L3.20605 8.23824C3.26497 9.42453 3.76194 10.5506 4.60579 11.3945C5.50597 12.2947 6.72729 12.7994 8.00033 12.7994L8.23861 12.7942C9.42489 12.7353 10.551 12.2383 11.3949 11.3945C12.295 10.4943 12.7998 9.273 12.7998 7.99996L12.7946 7.76168ZM13.8597 8.29032C13.7879 9.74054 13.1803 11.1168 12.1488 12.1484C11.1172 13.18 9.74091 13.7875 8.29069 13.8593L8.00033 13.8671C6.44439 13.8671 4.9521 13.2486 3.85189 12.1484C2.82031 11.1168 2.21276 9.74054 2.14095 8.29032L2.13314 7.99996C2.13314 6.44402 2.75167 4.95174 3.85189 3.85152C4.9521 2.75131 6.44439 2.13277 8.00033 2.13277L8.29069 2.14058C9.74091 2.21239 11.1172 2.81994 12.1488 3.85152C13.249 4.95174 13.8675 6.44402 13.8675 7.99996L13.8597 8.29032Z" fill="#667688"/>
6
- <path d="M7.46647 2.66663V1.33329C7.46647 1.03874 7.70577 0.799438 8.00033 0.799438C8.29488 0.799438 8.53418 1.03874 8.53418 1.33329V2.66663C8.53418 2.96118 8.29488 3.20048 8.00033 3.20048C7.70577 3.20048 7.46647 2.96118 7.46647 2.66663Z" fill="#667688"/>
7
- <path d="M7.46647 14.6666V13.3333C7.46647 13.0387 7.70577 12.7994 8.00033 12.7994C8.29488 12.7994 8.53418 13.0387 8.53418 13.3333V14.6666C8.53418 14.9612 8.29488 15.2005 8.00033 15.2005C7.70577 15.2005 7.46647 14.9612 7.46647 14.6666Z" fill="#667688"/>
8
- <path d="M14.667 7.46611L14.7751 7.47782C15.0178 7.5278 15.2008 7.74245 15.2008 7.99996C15.2008 8.25747 15.0178 8.47212 14.7751 8.52209L14.667 8.53381H13.3337C13.0391 8.53381 12.7998 8.29451 12.7998 7.99996C12.7998 7.70541 13.0391 7.46611 13.3337 7.46611H14.667Z" fill="#667688"/>
9
- <path d="M2.66699 7.46611L2.77507 7.47782C3.01778 7.5278 3.20085 7.74245 3.20085 7.99996C3.20085 8.25747 3.01778 8.47212 2.77507 8.52209L2.66699 8.53381H1.33366C1.03911 8.53381 0.799805 8.29451 0.799805 7.99996C0.799805 7.70541 1.03911 7.46611 1.33366 7.46611H2.66699Z" fill="#667688"/>
10
- </g>
11
- </g>
12
- <defs>
13
- <clipPath id="clip0_9516_59520">
14
- <rect width="16" height="16" fill="white"/>
15
- </clipPath>
16
- </defs>
17
- </svg>
@@ -1,9 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="filter-search">
3
- <g id="Vector">
4
- <path d="M7.28736 15.6667C6.96736 15.6667 6.64738 15.5867 6.35404 15.4267C5.76071 15.0933 5.40735 14.5 5.40735 13.8267V10.26C5.40735 9.92 5.18734 9.42 4.98067 9.16L2.44735 6.50002C2.02735 6.08002 1.70068 5.34668 1.70068 4.80668V3.26003C1.70068 2.1867 2.51403 1.34668 3.54736 1.34668H12.4407C13.4607 1.34668 14.2874 2.17336 14.2874 3.19336V4.67336C14.2874 5.37336 13.8674 6.18001 13.4674 6.57335C13.274 6.76668 12.954 6.76668 12.7607 6.57335C12.5674 6.38001 12.5674 6.06001 12.7607 5.86668C13.0074 5.62001 13.2874 5.06669 13.2874 4.67336V3.19336C13.2874 2.72669 12.9074 2.34668 12.4407 2.34668H3.54736C3.07403 2.34668 2.70068 2.7467 2.70068 3.26003V4.80668C2.70068 5.05335 2.90068 5.54003 3.16068 5.80003L5.72738 8.5C6.06738 8.92 6.40068 9.62667 6.40068 10.26V13.8267C6.40068 14.2667 6.7007 14.48 6.83403 14.5533C7.1207 14.7133 7.4607 14.7067 7.72736 14.5467L8.6607 13.9467C8.85403 13.8333 9.0407 13.4667 9.0407 13.22C9.0407 12.9467 9.26736 12.72 9.5407 12.72C9.81403 12.72 10.0407 12.9467 10.0407 13.22C10.0407 13.82 9.66736 14.5067 9.19403 14.7933L8.26736 15.3933C7.96736 15.5733 7.62736 15.6667 7.28736 15.6667Z" fill="#0A0C0E"/>
5
- <path d="M10.7142 12.0134C9.2609 12.0134 8.0809 10.8334 8.0809 9.38007C8.0809 7.92673 9.2609 6.74675 10.7142 6.74675C12.1676 6.74675 13.3476 7.92673 13.3476 9.38007C13.3476 10.8334 12.1676 12.0134 10.7142 12.0134ZM10.7142 7.74673C9.81423 7.74673 9.0809 8.48007 9.0809 9.38007C9.0809 10.2801 9.81423 11.0134 10.7142 11.0134C11.6142 11.0134 12.3476 10.2801 12.3476 9.38007C12.3476 8.48007 11.6142 7.74673 10.7142 7.74673Z" fill="#0A0C0E"/>
6
- <path d="M13.2472 12.4134C13.1205 12.4134 12.9938 12.3667 12.8938 12.2667L12.2272 11.6001C12.0338 11.4067 12.0338 11.0867 12.2272 10.8934C12.4205 10.7001 12.7405 10.7001 12.9338 10.8934L13.6005 11.5601C13.7938 11.7534 13.7938 12.0734 13.6005 12.2667C13.5072 12.3601 13.3738 12.4134 13.2472 12.4134Z" fill="#0A0C0E"/>
7
- </g>
8
- </g>
9
- </svg>
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IMegaMenuSearchBar } from './MegaMenuSearchBar.interface';
3
- declare const MegaMenuSearchBar: React.FC<IMegaMenuSearchBar>;
4
- export default MegaMenuSearchBar;
@@ -1,55 +0,0 @@
1
- /// <reference types="react" />
2
- export interface IMegaMenuSearchBar {
3
- location: ISearchBar;
4
- occupation: ISearchBar;
5
- }
6
- export interface ISearchBar {
7
- /**
8
- * Sets the value for the input in the searchbar
9
- */
10
- termValue: any;
11
- /**
12
- * Placeholder text for the searchbar
13
- */
14
- placeholder: string;
15
- /**
16
- * Handler for the input value
17
- */
18
- onSearch: (searchValue: string) => void;
19
- /**
20
- * Icon in search input
21
- */
22
- icon?: string;
23
- /**
24
- * Action Icon
25
- */
26
- actionIcon?: string;
27
- /**
28
- * options
29
- */
30
- options: ISearchOptions[];
31
- /**
32
- * sectionTitle
33
- */
34
- sectionTitle?: ISectionTitle;
35
- /**
36
- * class name
37
- */
38
- className?: string;
39
- /**
40
- *
41
- */
42
- onSelectOption?: (option: ISearchOptions) => void;
43
- }
44
- export interface ISectionTitle {
45
- title: string;
46
- url: string;
47
- onClick: (event: React.MouseEvent) => void;
48
- icon?: string;
49
- }
50
- export interface ISearchOptions {
51
- title: string;
52
- subtitle?: string;
53
- url: string;
54
- field?: string;
55
- }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { ISearchBar } from './MegaMenuSearchBar.interface';
3
- declare const SearchBar: React.FC<ISearchBar>;
4
- export default SearchBar;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IMegaMenuSearchBar } from './MegaMenuSearchBar.interface';
3
- declare const MegaMenuSearchBar: React.FC<IMegaMenuSearchBar>;
4
- export default MegaMenuSearchBar;
@@ -1,55 +0,0 @@
1
- /// <reference types="react" />
2
- export interface IMegaMenuSearchBar {
3
- location: ISearchBar;
4
- occupation: ISearchBar;
5
- }
6
- export interface ISearchBar {
7
- /**
8
- * Sets the value for the input in the searchbar
9
- */
10
- termValue: any;
11
- /**
12
- * Placeholder text for the searchbar
13
- */
14
- placeholder: string;
15
- /**
16
- * Handler for the input value
17
- */
18
- onSearch: (searchValue: string) => void;
19
- /**
20
- * Icon in search input
21
- */
22
- icon?: string;
23
- /**
24
- * Action Icon
25
- */
26
- actionIcon?: string;
27
- /**
28
- * options
29
- */
30
- options: ISearchOptions[];
31
- /**
32
- * sectionTitle
33
- */
34
- sectionTitle?: ISectionTitle;
35
- /**
36
- * class name
37
- */
38
- className?: string;
39
- /**
40
- *
41
- */
42
- onSelectOption?: (option: ISearchOptions) => void;
43
- }
44
- export interface ISectionTitle {
45
- title: string;
46
- url: string;
47
- onClick: (event: React.MouseEvent) => void;
48
- icon?: string;
49
- }
50
- export interface ISearchOptions {
51
- title: string;
52
- subtitle?: string;
53
- url: string;
54
- field?: string;
55
- }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { ISearchBar } from './MegaMenuSearchBar.interface';
3
- declare const SearchBar: React.FC<ISearchBar>;
4
- export default SearchBar;