magneto365.ui 2.74.1-beta → 2.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +1239 -1214
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
- package/dist/cjs/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/atoms/Popover/Popover.interface.d.ts +0 -2
- package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
- package/dist/cjs/types/components/UI/molecules/Input/Input.interface.d.ts +0 -4
- package/dist/cjs/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +0 -4
- package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
- package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
- package/dist/cjs/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
- package/dist/cjs/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
- package/dist/cjs/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
- package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
- package/dist/cjs/types/components/UI/molecules/TabItem/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
- package/dist/cjs/types/components/UI/molecules/index.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +0 -12
- package/dist/cjs/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
- package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -5
- package/dist/cjs/types/constants/icons.constants.d.ts +0 -3
- package/dist/cjs/types/constants/stories/InlineDetails.contants.d.ts +2 -0
- package/dist/cjs/types/constants/stories/analyst.constants.d.ts +0 -2
- package/dist/cjs/types/constants/stories/headers.constants.d.ts +3 -4
- package/dist/cjs/types/constants/stories/sideFilter.constants.d.ts +123 -0
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +1236 -1215
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
- package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
- package/dist/esm/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
- package/dist/esm/types/components/UI/atoms/Popover/Popover.interface.d.ts +0 -2
- package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
- package/dist/esm/types/components/UI/molecules/Input/Input.interface.d.ts +0 -4
- package/dist/esm/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +0 -4
- package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
- package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
- package/dist/esm/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
- package/dist/esm/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
- package/dist/esm/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
- package/dist/esm/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
- package/dist/esm/types/components/UI/molecules/TabItem/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
- package/dist/esm/types/components/UI/molecules/index.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +0 -12
- package/dist/esm/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
- package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -5
- package/dist/esm/types/constants/icons.constants.d.ts +0 -3
- package/dist/esm/types/constants/stories/InlineDetails.contants.d.ts +2 -0
- package/dist/esm/types/constants/stories/analyst.constants.d.ts +0 -2
- package/dist/esm/types/constants/stories/headers.constants.d.ts +3 -4
- package/dist/esm/types/constants/stories/sideFilter.constants.d.ts +123 -0
- package/dist/index.d.ts +122 -30
- package/package.json +1 -1
- package/dist/assets/3c9ef5949d25901a.svg +0 -11
- package/dist/assets/3f84ef2fa90fc06b.svg +0 -17
- package/dist/assets/a9f25ebc43dd2922.svg +0 -9
- package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +0 -4
- package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +0 -55
- package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +0 -4
- package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +0 -4
- package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +0 -55
- package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +0 -4
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,
|
|
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
|
/**
|
|
@@ -4455,18 +4470,6 @@ interface IFilterCard extends IFilter$1, ISearchRenderTypeProps$1 {
|
|
|
4455
4470
|
* This is the switch title and indicate if has switch
|
|
4456
4471
|
*/
|
|
4457
4472
|
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
4473
|
}
|
|
4471
4474
|
|
|
4472
4475
|
declare const FilterCard: FC<IFilterCard>;
|
|
@@ -4540,9 +4543,9 @@ interface IHeaderAnalyst {
|
|
|
4540
4543
|
*/
|
|
4541
4544
|
userMenuProps: IUserMenuWrapperAnalystProps$1;
|
|
4542
4545
|
/**
|
|
4543
|
-
*
|
|
4546
|
+
* Component to display a custom notification bell
|
|
4544
4547
|
*/
|
|
4545
|
-
|
|
4548
|
+
notificationBell?: React__default.ReactNode;
|
|
4546
4549
|
}
|
|
4547
4550
|
interface ILogoAnalyst extends ILogoComponent$1 {
|
|
4548
4551
|
/**
|
|
@@ -6143,6 +6146,97 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
|
|
|
6143
6146
|
*/
|
|
6144
6147
|
declare const UserMenuWrapperAnalyst: React__default.FC<IUserMenuWrapperAnalystProps>;
|
|
6145
6148
|
|
|
6149
|
+
interface IScrollableTab {
|
|
6150
|
+
children: React.ReactNode | React.ReactNode[];
|
|
6151
|
+
/**
|
|
6152
|
+
* Optional prop to set the scroll amount when clicking the arrows
|
|
6153
|
+
* @default 100
|
|
6154
|
+
*/
|
|
6155
|
+
scrollAmount?: number;
|
|
6156
|
+
/**
|
|
6157
|
+
* Optional prop to add custom className
|
|
6158
|
+
*/
|
|
6159
|
+
className?: string;
|
|
6160
|
+
}
|
|
6161
|
+
|
|
6162
|
+
/**
|
|
6163
|
+
* Molecule UI for ScrollableTab
|
|
6164
|
+
*/
|
|
6165
|
+
declare const ScrollableTab: React__default.FC<IScrollableTab>;
|
|
6166
|
+
|
|
6167
|
+
interface ITabItem {
|
|
6168
|
+
/**
|
|
6169
|
+
* Tab item text
|
|
6170
|
+
*/
|
|
6171
|
+
text: string;
|
|
6172
|
+
/**
|
|
6173
|
+
* Tab item action
|
|
6174
|
+
*/
|
|
6175
|
+
onClick?: () => void;
|
|
6176
|
+
/**
|
|
6177
|
+
* Tab item styles
|
|
6178
|
+
*/
|
|
6179
|
+
className?: string;
|
|
6180
|
+
/**
|
|
6181
|
+
* Tab item disabled state
|
|
6182
|
+
* @default false
|
|
6183
|
+
*/
|
|
6184
|
+
isDisabled?: boolean;
|
|
6185
|
+
/**
|
|
6186
|
+
* Tab item selected state
|
|
6187
|
+
* @default false
|
|
6188
|
+
*/
|
|
6189
|
+
isSelected?: boolean;
|
|
6190
|
+
}
|
|
6191
|
+
|
|
6192
|
+
declare const TabItem: React__default.FC<ITabItem>;
|
|
6193
|
+
|
|
6194
|
+
interface IPortalTooltipProps {
|
|
6195
|
+
/**
|
|
6196
|
+
* this property set the tooltip title
|
|
6197
|
+
*/
|
|
6198
|
+
title: string;
|
|
6199
|
+
/**
|
|
6200
|
+
* this property set the tooltip position
|
|
6201
|
+
* @default 'bottom'
|
|
6202
|
+
*/
|
|
6203
|
+
position?: TPosition;
|
|
6204
|
+
/**
|
|
6205
|
+
* the tooltip component must wrap a component. This needs to be able to hold a ref
|
|
6206
|
+
*/
|
|
6207
|
+
children: React.ReactElement;
|
|
6208
|
+
/**
|
|
6209
|
+
* this property set the tooltip visibility
|
|
6210
|
+
* @default true
|
|
6211
|
+
*/
|
|
6212
|
+
visible?: boolean;
|
|
6213
|
+
/**
|
|
6214
|
+
* this property set the tooltip width
|
|
6215
|
+
* @default 'fit-content'
|
|
6216
|
+
*/
|
|
6217
|
+
width?: string;
|
|
6218
|
+
/**
|
|
6219
|
+
* this property sets delay in milliseconds before the tooltip appears
|
|
6220
|
+
*/
|
|
6221
|
+
enterDelay?: number;
|
|
6222
|
+
/**
|
|
6223
|
+
* this property sets delay in milliseconds before the tooltip disappears
|
|
6224
|
+
*/
|
|
6225
|
+
leaveDelay?: number;
|
|
6226
|
+
/**
|
|
6227
|
+
* this property sets the offset in pixels for the tooltip position relative to the target element
|
|
6228
|
+
* @default 8
|
|
6229
|
+
*/
|
|
6230
|
+
offset?: number;
|
|
6231
|
+
/**
|
|
6232
|
+
* this property set the tooltip arrow visibility
|
|
6233
|
+
* @default true
|
|
6234
|
+
*/
|
|
6235
|
+
hasArrow?: boolean;
|
|
6236
|
+
}
|
|
6237
|
+
|
|
6238
|
+
declare const PortalTooltip: React__default.FC<IPortalTooltipProps>;
|
|
6239
|
+
|
|
6146
6240
|
interface ICardImage {
|
|
6147
6241
|
/**
|
|
6148
6242
|
* Path to the image to be displayed.
|
|
@@ -6664,9 +6758,7 @@ interface IMegaMenuMainHeader {
|
|
|
6664
6758
|
signUpText: string;
|
|
6665
6759
|
onClickSignUp: (event: Event) => Promise<void>;
|
|
6666
6760
|
};
|
|
6667
|
-
|
|
6668
|
-
searchBarProps?: IMegaMenuSearchBar;
|
|
6669
|
-
mobileSearchBarProps: ISearchbar$1;
|
|
6761
|
+
searchBarProps?: ISearchbar$1;
|
|
6670
6762
|
homeUrl?: string;
|
|
6671
6763
|
homeText?: string;
|
|
6672
6764
|
}
|
|
@@ -7094,4 +7186,4 @@ declare type MagnetoUIText = 'sm-2' | 'md' | 'md-2' | 'lg' | 'xl' | '2xl' | '3xl
|
|
|
7094
7186
|
*/
|
|
7095
7187
|
declare type MagnetoUIWeight = 'normal' | 'bold' | 'black';
|
|
7096
7188
|
|
|
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 };
|
|
7189
|
+
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
|
@@ -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>
|
package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts
DELETED
|
@@ -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
|
-
}
|
package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts
DELETED
|
@@ -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
|
-
}
|