magneto365.ui 2.63.10-alpha → 2.64.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.
Files changed (134) hide show
  1. package/dist/assets/40ead0ba61f8ecca.svg +7 -0
  2. package/dist/assets/5724480fa00284be.svg +8 -0
  3. package/dist/assets/d56b874c91887b05.svg +7 -0
  4. package/dist/assets/e12cf8464a04c04d.svg +1 -0
  5. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  6. package/dist/cjs/index.js +4616 -4781
  7. package/dist/cjs/index.js.map +1 -1
  8. package/dist/cjs/types/components/UI/atoms/Icon/Icon.interface.d.ts +4 -0
  9. package/dist/cjs/types/components/UI/atoms/index.d.ts +0 -1
  10. package/dist/cjs/types/components/UI/molecules/JobCard/JobCard.interface.d.ts +9 -0
  11. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.component.d.ts +4 -0
  12. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.interface.d.ts +7 -0
  13. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/index.d.ts +1 -0
  14. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.component.d.ts +3 -0
  15. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.interface.d.ts +19 -0
  16. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/index.d.ts +1 -0
  17. package/dist/cjs/types/components/UI/molecules/JobCardDesktop/JobCardDesktop.interface.d.ts +5 -1
  18. package/dist/cjs/types/components/UI/molecules/VacantOption/VacantOption.component.d.ts +4 -0
  19. package/dist/cjs/types/components/UI/molecules/VacantOption/VacantOption.interface.d.ts +5 -0
  20. package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.component.d.ts +4 -0
  21. package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.interface.d.ts +6 -0
  22. package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/index.d.ts +1 -0
  23. package/dist/cjs/types/components/UI/molecules/VacantOption/index.d.ts +1 -0
  24. package/dist/cjs/types/components/UI/molecules/index.d.ts +0 -1
  25. package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +8 -0
  26. package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +5 -0
  27. package/dist/cjs/types/components/UI/organism/index.d.ts +0 -2
  28. package/dist/cjs/types/components/UI/page/JobsPage/JobsPage.interface.d.ts +25 -0
  29. package/dist/cjs/types/components/UI/template/index.d.ts +0 -1
  30. package/dist/cjs/types/components/hooks/useWithElement/index.d.ts +2 -0
  31. package/dist/cjs/types/constants/icons.constants.d.ts +8 -18
  32. package/dist/cjs/types/constants/stories/analyst.constants.d.ts +1 -2
  33. package/dist/cjs/types/constants/stories/common.constants.d.ts +1 -0
  34. package/dist/cjs/types/constants/stories/index.d.ts +0 -2
  35. package/dist/cjs/types/constants/stories/jobsPage.constants.d.ts +1 -1
  36. package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +1 -0
  37. package/dist/cjs/types/constants/vacancies.constants.d.ts +18 -0
  38. package/dist/cjs/types/utils/date/dateInput.util.d.ts +2 -2
  39. package/dist/cjs/types/utils/icons/getIcons.util.d.ts +1 -1
  40. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  41. package/dist/esm/index.js +4618 -4778
  42. package/dist/esm/index.js.map +1 -1
  43. package/dist/esm/types/components/UI/atoms/Icon/Icon.interface.d.ts +4 -0
  44. package/dist/esm/types/components/UI/atoms/index.d.ts +0 -1
  45. package/dist/esm/types/components/UI/molecules/JobCard/JobCard.interface.d.ts +9 -0
  46. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.component.d.ts +4 -0
  47. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.interface.d.ts +7 -0
  48. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/index.d.ts +1 -0
  49. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.component.d.ts +3 -0
  50. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.interface.d.ts +19 -0
  51. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/index.d.ts +1 -0
  52. package/dist/esm/types/components/UI/molecules/JobCardDesktop/JobCardDesktop.interface.d.ts +5 -1
  53. package/dist/esm/types/components/UI/molecules/VacantOption/VacantOption.component.d.ts +4 -0
  54. package/dist/esm/types/components/UI/molecules/VacantOption/VacantOption.interface.d.ts +5 -0
  55. package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.component.d.ts +4 -0
  56. package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.interface.d.ts +6 -0
  57. package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/index.d.ts +1 -0
  58. package/dist/esm/types/components/UI/molecules/VacantOption/index.d.ts +1 -0
  59. package/dist/esm/types/components/UI/molecules/index.d.ts +0 -1
  60. package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +8 -0
  61. package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +5 -0
  62. package/dist/esm/types/components/UI/organism/index.d.ts +0 -2
  63. package/dist/esm/types/components/UI/page/JobsPage/JobsPage.interface.d.ts +25 -0
  64. package/dist/esm/types/components/UI/template/index.d.ts +0 -1
  65. package/dist/esm/types/components/hooks/useWithElement/index.d.ts +2 -0
  66. package/dist/esm/types/constants/icons.constants.d.ts +8 -18
  67. package/dist/esm/types/constants/stories/analyst.constants.d.ts +1 -2
  68. package/dist/esm/types/constants/stories/common.constants.d.ts +1 -0
  69. package/dist/esm/types/constants/stories/index.d.ts +0 -2
  70. package/dist/esm/types/constants/stories/jobsPage.constants.d.ts +1 -1
  71. package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +1 -0
  72. package/dist/esm/types/constants/vacancies.constants.d.ts +18 -0
  73. package/dist/esm/types/utils/date/dateInput.util.d.ts +2 -2
  74. package/dist/esm/types/utils/icons/getIcons.util.d.ts +1 -1
  75. package/dist/index.d.ts +77 -169
  76. package/package.json +1 -1
  77. package/dist/assets/6ef46f12bd41b7e9.svg +0 -6
  78. package/dist/assets/programatic/04389e99195ff6a4.svg +0 -7
  79. package/dist/assets/programatic/11e4df382bedbd55.svg +0 -7
  80. package/dist/assets/programatic/2f05a86c12b92705.svg +0 -7
  81. package/dist/assets/programatic/3caf016bc47ea119.svg +0 -11
  82. package/dist/assets/programatic/407623cd48f5ef6d.svg +0 -4
  83. package/dist/assets/programatic/473c87f0d70beec7.svg +0 -6
  84. package/dist/assets/programatic/53f2d2ba789f35cf.svg +0 -5
  85. package/dist/assets/programatic/7521dac35a6a264e.svg +0 -5
  86. package/dist/assets/programatic/7941570f4d62edfa.svg +0 -4
  87. package/dist/assets/programatic/91c6d65a7c15755a.svg +0 -6
  88. package/dist/assets/programatic/9928a6077f96fd22.svg +0 -9
  89. package/dist/assets/programatic/a473aefda12b4b6d.svg +0 -6
  90. package/dist/assets/programatic/bef414204e4cdfb6.svg +0 -5
  91. package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.component.d.ts +0 -3
  92. package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +0 -22
  93. package/dist/cjs/types/components/UI/atoms/BarChart/enums.d.ts +0 -5
  94. package/dist/cjs/types/components/UI/atoms/BarChart/index.d.ts +0 -1
  95. package/dist/cjs/types/components/UI/atoms/BarChart/interfaces.d.ts +0 -1
  96. package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +0 -3
  97. package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +0 -29
  98. package/dist/cjs/types/components/UI/molecules/BarsChart/index.d.ts +0 -1
  99. package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +0 -3
  100. package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +0 -15
  101. package/dist/cjs/types/components/UI/organism/CategoryGrid/index.d.ts +0 -2
  102. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +0 -4
  103. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +0 -53
  104. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +0 -3
  105. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +0 -23
  106. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +0 -2
  107. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/index.d.ts +0 -2
  108. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +0 -4
  109. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +0 -33
  110. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/index.d.ts +0 -2
  111. package/dist/cjs/types/constants/stories/vacantPositionsCategory.constants.d.ts +0 -25
  112. package/dist/cjs/types/utils/currency/currency.util.d.ts +0 -1
  113. package/dist/esm/types/components/UI/atoms/BarChart/BarChart.component.d.ts +0 -3
  114. package/dist/esm/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +0 -22
  115. package/dist/esm/types/components/UI/atoms/BarChart/enums.d.ts +0 -5
  116. package/dist/esm/types/components/UI/atoms/BarChart/index.d.ts +0 -1
  117. package/dist/esm/types/components/UI/atoms/BarChart/interfaces.d.ts +0 -1
  118. package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +0 -3
  119. package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +0 -29
  120. package/dist/esm/types/components/UI/molecules/BarsChart/index.d.ts +0 -1
  121. package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +0 -3
  122. package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +0 -15
  123. package/dist/esm/types/components/UI/organism/CategoryGrid/index.d.ts +0 -2
  124. package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +0 -4
  125. package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +0 -53
  126. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +0 -3
  127. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +0 -23
  128. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +0 -2
  129. package/dist/esm/types/components/UI/organism/CategoryMenuCard/index.d.ts +0 -2
  130. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +0 -4
  131. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +0 -33
  132. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/index.d.ts +0 -2
  133. package/dist/esm/types/constants/stories/vacantPositionsCategory.constants.d.ts +0 -25
  134. package/dist/esm/types/utils/currency/currency.util.d.ts +0 -1
package/dist/index.d.ts CHANGED
@@ -1,16 +1,16 @@
1
1
  /// <reference types="react" />
2
2
  import React$1, { ChangeEvent, FC, ReactNode, Ref, SetStateAction } from 'react';
3
- import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IAvatar as IAvatar$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1, IButtonLink as IButtonLink$1 } from '@components/UI/atoms';
3
+ import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IAvatar as IAvatar$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1 } from '@components/UI/atoms';
4
4
  import { IconProps as IconProps$2 } from '@components/UI/atoms/Icon';
5
5
  import { ISaveButton as ISaveButton$1 } from '@components/UI/atoms/SaveButton';
6
6
  import { ICustomText as ICustomText$1 } from '@components/UI/atoms/Text/Text.interface';
7
7
  import { IFilterValue as IFilterValue$1, ISetIsApplied as ISetIsApplied$1, IFilter as IFilter$1, ISearchRenderTypeProps as ISearchRenderTypeProps$1 } from '@components/UI/template/SideFilter';
8
+ import { TVacantOption as TVacantOption$1 } from '@components/UI/page';
8
9
  import { IJobsActions as IJobsActions$1 } from '@components/UI/molecules/JobActions';
9
10
  import * as _components_UI_molecules from '@components/UI/molecules';
10
11
  import { IMegaMenuCard as IMegaMenuCard$1, IFiltersRef as IFiltersRef$1, IDatePicker as IDatePicker$1, IBreadcrumbs as IBreadcrumbs$1, IUserMenuWrapperAnalystProps as IUserMenuWrapperAnalystProps$1, IJobCompanyHeader as IJobCompanyHeader$2, IJobDetailCard as IJobDetailCard$1, IJobSkillsCard as IJobSkillsCard$1, IJobApplyCard as IJobApplyCard$1, IJobFooterCard as IJobFooterCard$1, ICityDetail as ICityDetail$1, IAlertJobStatus as IAlertJobStatus$1, TimelineEventStatus as TimelineEventStatus$1, IUserMenuAnalystProps as IUserMenuAnalystProps$1, IFrequentSearch as IFrequentSearch$1, IPaginationProps as IPaginationProps$1, IEmptyResults as IEmptyResults$2, IJobCard as IJobCard$2, ISearchbar as ISearchbar$1, IMegaMenuSideCards as IMegaMenuSideCards$1 } from '@components/UI/molecules';
11
12
  import { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
12
13
  import { IToggleButton as IToggleButton$1, IToggleButtonOnchangeValues as IToggleButtonOnchangeValues$1 } from '@components/UI/atoms/ToggleButton/ToggleButton.interface';
13
- import { IBarChart as IBarChart$1 } from '@components/UI/atoms/BarChart/BarChart.interface';
14
14
  import * as _components_UI_organism from '@components/UI/organism';
15
15
  import { IMobileDatePicker as IMobileDatePicker$1, IDatePickerComponent as IDatePickerComponent$1, IJobDetailsDrawer as IJobDetailsDrawer$1, IMobileJobDetailsDrawer as IMobileJobDetailsDrawer$1, IHeaderAnalyst as IHeaderAnalyst$1, IModalAnalyst as IModalAnalyst$1, INavMenuAnalystRegion as INavMenuAnalystRegion$1, IlistMenuUserProps as IlistMenuUserProps$1 } from '@components/UI/organism';
16
16
  import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
@@ -36,7 +36,6 @@ import { IFooterMenuLinks as IFooterMenuLinks$1 } from '@components/UI/organism/
36
36
  import { ERenderType } from '@constants/stories';
37
37
  import { IMegaMenuTab as IMegaMenuTab$1 } from '@components/UI/atoms/MegaMenuTab/MegaMenuTab.interface';
38
38
  import { IPopoverRef as IPopoverRef$1 } from '@components/UI/molecules/MegaMenuPopover/MegaMenuPopover.interface';
39
- import { IAlphabetFilter as IAlphabetFilter$1 } from '@components/UI/organism/AlphabetFilter/AlphabetFilter.interface';
40
39
 
41
40
  interface IContextAppProvider {
42
41
  children: React.ReactNode;
@@ -441,6 +440,10 @@ interface IconProps {
441
440
  * Text alt in the img element
442
441
  */
443
442
  alt?: string | null;
443
+ /**
444
+ * Rotate image 180 deg
445
+ */
446
+ isRotate?: boolean;
444
447
  }
445
448
 
446
449
  /**
@@ -1201,31 +1204,6 @@ interface IUserMenuButtonAnalystProps {
1201
1204
  */
1202
1205
  declare const UserMenuButtonAnalyst: React$1.FC<IUserMenuButtonAnalystProps>;
1203
1206
 
1204
- interface IBarChart {
1205
- /**
1206
- * Sets the range of the bar
1207
- */
1208
- bin: number[];
1209
- /**
1210
- * Sets the percentage of the bar
1211
- */
1212
- heightPercentage: number;
1213
- /**
1214
- * Sets the description text of the bar
1215
- */
1216
- jobText: string;
1217
- /**
1218
- * Sets the maximum percentage of the bar
1219
- */
1220
- maxPercentage?: number;
1221
- /**
1222
- * Sets the maximum height of the bar
1223
- */
1224
- maxHeight?: number;
1225
- }
1226
-
1227
- declare const BarChart: React$1.FC<IBarChart>;
1228
-
1229
1207
  declare const ShareIcons: {
1230
1208
  Facebook: {
1231
1209
  icon: any;
@@ -1242,6 +1220,24 @@ declare const ShareIcons: {
1242
1220
  Sms: {
1243
1221
  icon: any;
1244
1222
  };
1223
+ Share: {
1224
+ icon: any;
1225
+ };
1226
+ ShareBold: {
1227
+ icon: any;
1228
+ };
1229
+ ArchiveAdd: {
1230
+ icon: any;
1231
+ };
1232
+ ArchiveRemove: {
1233
+ icon: any;
1234
+ };
1235
+ Export: {
1236
+ icon: any;
1237
+ };
1238
+ Building: {
1239
+ icon: any;
1240
+ };
1245
1241
  };
1246
1242
 
1247
1243
  interface IShareLink {
@@ -1422,7 +1418,7 @@ interface IBrandMenu {
1422
1418
 
1423
1419
  declare const BrandsMenuMobile: React$1.FC<IBrandMenu>;
1424
1420
 
1425
- declare const _default$3: React$1.FC<IBrandMenu>;
1421
+ declare const _default$2: React$1.FC<IBrandMenu>;
1426
1422
 
1427
1423
  interface IBreadcrumbs {
1428
1424
  homeUrl: string;
@@ -2224,16 +2220,27 @@ interface IJobCard {
2224
2220
  * This is the string for urgent jobs
2225
2221
  */
2226
2222
  urgent?: string;
2223
+ /**
2224
+ * This property display menu options in vacant card.
2225
+ */
2226
+ menu?: TVacantOption$1[];
2227
+ /**
2228
+ * This property show back action in mobile job card options.
2229
+ */
2230
+ backText?: string;
2227
2231
  }
2228
2232
 
2229
2233
  declare const JobCard: React$1.FC<IJobCard>;
2230
2234
 
2231
2235
  interface ICardJobDesktop extends IJobCard {
2232
- workSeen?: string;
2233
2236
  /**
2234
2237
  * this property can change style in the texts when the job is open
2235
2238
  */
2236
2239
  jobOpen?: string;
2240
+ /**
2241
+ *
2242
+ */
2243
+ renderRight?: () => React$1.ReactNode;
2237
2244
  }
2238
2245
 
2239
2246
  declare const JobCardDesktop: React$1.FC<ICardJobDesktop>;
@@ -2885,7 +2892,7 @@ interface IModal {
2885
2892
  declare type IModalTitle = React.HTMLAttributes<HTMLHeadingElement>;
2886
2893
  declare type IModalDescription = React.HTMLAttributes<HTMLParagraphElement>;
2887
2894
 
2888
- declare const _default$2: React$1.FC<IModal> & {
2895
+ declare const _default$1: React$1.FC<IModal> & {
2889
2896
  Title: React$1.FC<IModalTitle>;
2890
2897
  Description: React$1.FC<IModalDescription>;
2891
2898
  };
@@ -3171,7 +3178,7 @@ interface ISortMenu {
3171
3178
  loading: boolean;
3172
3179
  }
3173
3180
 
3174
- declare const _default$1: React$1.FC<ISortMenu>;
3181
+ declare const _default: React$1.FC<ISortMenu>;
3175
3182
 
3176
3183
  interface ITab {
3177
3184
  children: React.ReactNode;
@@ -3651,6 +3658,10 @@ interface ISimilarJobs {
3651
3658
  similarJobsCard: ISimilarJobsCard$1[];
3652
3659
  }
3653
3660
 
3661
+ interface ICanApply {
3662
+ message: string;
3663
+ isApplicable: boolean;
3664
+ }
3654
3665
  interface IJobDetailsDrawer {
3655
3666
  /**
3656
3667
  * Props for the job company logo and header section.
@@ -3728,6 +3739,10 @@ interface IJobDetailsDrawer {
3728
3739
  * Props for show alert when apply
3729
3740
  */
3730
3741
  alertJobStatusProps?: IAlertJobStatus;
3742
+ /**
3743
+ * Props for show alert when user can´t apply
3744
+ */
3745
+ canApply?: ICanApply;
3731
3746
  }
3732
3747
 
3733
3748
  /**
@@ -3999,6 +4014,10 @@ interface IMobileJobDetailsDrawer {
3999
4014
  * Props for show alert when apply
4000
4015
  */
4001
4016
  alertJobStatusProps?: IAlertJobStatus$1;
4017
+ /**
4018
+ * Props for show alert when user can´t apply
4019
+ */
4020
+ canApply?: ICanApply;
4002
4021
  }
4003
4022
 
4004
4023
  /**
@@ -4884,78 +4903,6 @@ declare const AlertsPanel: React$1.FC<IAlertsPanel> & {
4884
4903
  Item: React$1.FC<IAlertsPanel.Item>;
4885
4904
  };
4886
4905
 
4887
- interface ICategoryMenuCard {
4888
- /**
4889
- * This is the category name
4890
- * */
4891
- name: string;
4892
- /**
4893
- * You can switch between logo and icon
4894
- * */
4895
- icon?: string;
4896
- /**
4897
- * Onclick callback
4898
- * */
4899
- onClick?: () => void;
4900
- /**
4901
- * not setting this property is specific to the component
4902
- * */
4903
- clickOut?: boolean;
4904
- /**
4905
- * not setting this property is specific to the component
4906
- * */
4907
- setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
4908
- /**
4909
- * This is the item list to render
4910
- * */
4911
- list: ICategoryField[];
4912
- /**
4913
- * Url to redirect
4914
- * */
4915
- href: string;
4916
- /**
4917
- * See more button text
4918
- * */
4919
- seeAllText: string;
4920
- }
4921
- interface ICategoryField {
4922
- /**
4923
- * This is the field id
4924
- * */
4925
- id: string | number;
4926
- /**
4927
- * This is the field name
4928
- * */
4929
- name: string;
4930
- /**
4931
- * Url to redirect
4932
- * */
4933
- href: string;
4934
- /**
4935
- * Onclick callback
4936
- * */
4937
- onClick?: () => void;
4938
- }
4939
-
4940
- declare const _default: React$1.FC<ICategoryMenuCard>;
4941
-
4942
- interface ICategoryGrid<T> {
4943
- /**
4944
- * This is the elements list to render
4945
- * */
4946
- elements: T[];
4947
- /**
4948
- * This is the component to render dynamically
4949
- * */
4950
- render: React.FC<T>;
4951
- /**
4952
- * Number of columns to render
4953
- * */
4954
- columnsNumber?: number;
4955
- }
4956
-
4957
- declare const CategoryGrid: <T>({ elements, render: Component, columnsNumber }: ICategoryGrid<T>) => JSX.Element;
4958
-
4959
4906
  interface IMenuUser {
4960
4907
  /**
4961
4908
  * menu items props
@@ -5524,37 +5471,6 @@ declare const AlertJobModal: React$1.FC<IAlertJobModal> & {
5524
5471
  Button: React$1.FC<IAlertJobModal.Button>;
5525
5472
  };
5526
5473
 
5527
- interface IBarsChart {
5528
- /**
5529
- * Array of bar chart data objects
5530
- */
5531
- data: IBarChart$1[];
5532
- /**
5533
- * Represents the mean value to be displayed
5534
- */
5535
- mean: number;
5536
- /**
5537
- * Text labels used in the chart
5538
- */
5539
- texts: IBarsChartText;
5540
- }
5541
- interface IBarsChartText {
5542
- /**
5543
- * Label for jobs description
5544
- */
5545
- jobs: string;
5546
- /**
5547
- * Label for mean value
5548
- */
5549
- mean: string;
5550
- /**
5551
- * Label for month value
5552
- */
5553
- month: string;
5554
- }
5555
-
5556
- declare const BarsChart: React$1.FC<IBarsChart>;
5557
-
5558
5474
  interface IJobsPage {
5559
5475
  /**
5560
5476
  * Props for the filter bottom header section.
@@ -5637,6 +5553,31 @@ interface IDynamicUrl {
5637
5553
  fullUrl: string;
5638
5554
  fullJobsUrl: string;
5639
5555
  }
5556
+ /**
5557
+ * Different kinds of option. links for anchor tag, button for button tag and menu for dropdown component.
5558
+ */
5559
+ declare type TVacantOptionType = {
5560
+ type: 'link';
5561
+ href: string;
5562
+ } | {
5563
+ type: 'menu';
5564
+ children: TVacantOption[];
5565
+ } | {
5566
+ type: 'button';
5567
+ onClick?: VoidFunction;
5568
+ };
5569
+ declare type TVacantOption = {
5570
+ className?: string;
5571
+ /**
5572
+ * Label to display in the option ui.
5573
+ */
5574
+ label: string;
5575
+ /**
5576
+ * icon to display in the option ui.
5577
+ * @example values in ShareIcons constant like Facebook, X, Sms, Export or custom value as a link.
5578
+ */
5579
+ icon?: string;
5580
+ } & TVacantOptionType;
5640
5581
 
5641
5582
  declare const JobsPage: React$1.FC<IJobsPage>;
5642
5583
 
@@ -6095,39 +6036,6 @@ declare const MegaMenu: React$1.FC<IMegaMenuContext & IMegaMenu> & {
6095
6036
  }>;
6096
6037
  };
6097
6038
 
6098
- interface IVacantPositions {
6099
- /**
6100
- * This is the title H1
6101
- * */
6102
- title?: string;
6103
- /**
6104
- * This is the title H2
6105
- * */
6106
- subtitle?: string;
6107
- /**
6108
- * Banner to render dynamically
6109
- * */
6110
- banner?: React.ReactNode;
6111
- /**
6112
- * Props used by the AlphabetFilter component
6113
- * */
6114
- filterProps?: IAlphabetFilter$1;
6115
- /**
6116
- * Props used by the back button
6117
- * */
6118
- backButtonProps?: IButtonLink$1;
6119
- /**
6120
- * Props used by the view more button
6121
- * */
6122
- viewMoreProps?: IButtonLink$1;
6123
- /**
6124
- * component that can be received dynamically as a children
6125
- * */
6126
- children?: React.ReactNode;
6127
- }
6128
-
6129
- declare const VacantPositions: React$1.FC<IVacantPositions>;
6130
-
6131
6039
  declare const withClickOut: <T>(WrappedComponent: React$1.FC<T>) => React$1.FC<T>;
6132
6040
 
6133
6041
  declare const withMegaMenuSideCards: <T>(WrappedComponent: React$1.FC<T>) => React$1.FC<{
@@ -6137,4 +6045,4 @@ declare const withMegaMenuSideCards: <T>(WrappedComponent: React$1.FC<T>) => Rea
6137
6045
  showContent?: boolean | undefined;
6138
6046
  }>;
6139
6047
 
6140
- 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, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICardsRef, ICategoryField, ICategoryGrid, ICategoryMenuCard, ICheckbox, ICitiesDetailDrawer, ICityDetail, 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, 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, IRadioCommonProps, IRadioProps, 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, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IVacantPositions, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, 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, ContextAppProvider as MagnetoUIProvider, 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, Radio, 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, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, VacantPositions, useMediaQuery, withClickOut, withMegaMenuSideCards };
6048
+ export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICardsRef, ICheckbox, ICitiesDetailDrawer, ICityDetail, 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, 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, IRadioCommonProps, IRadioProps, 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, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, 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, ContextAppProvider as MagnetoUIProvider, 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$1 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, TVacantOption, TVacantOptionType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, 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.63.10-alpha",
7
+ "version": "2.64.0",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",
@@ -1,6 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8 15.2201C7.79999 15.2201 7.59999 15.1734 7.43333 15.0801C6.18666 14.4001 3.99333 13.6801 2.61999 13.5001L2.42666 13.4734C1.55333 13.3667 0.833328 12.5467 0.833328 11.6601V3.60675C0.833328 3.08009 1.03999 2.60009 1.42 2.25342C1.8 1.90675 2.29333 1.74009 2.81333 1.78675C4.27999 1.90009 6.49333 2.63342 7.74666 3.42009L7.90666 3.51342C7.95333 3.54009 8.05333 3.54009 8.09333 3.52009L8.2 3.45342C9.45333 2.66675 11.6667 1.92009 13.14 1.79342C13.1533 1.79342 13.2067 1.79342 13.22 1.79342C13.7067 1.74675 14.2067 1.92009 14.58 2.26675C14.96 2.61342 15.1667 3.09342 15.1667 3.62009V11.6667C15.1667 12.5601 14.4467 13.3734 13.5667 13.4801L13.3467 13.5067C11.9733 13.6867 9.77333 14.4134 8.55333 15.0867C8.39333 15.1801 8.2 15.2201 8 15.2201ZM2.65333 2.78009C2.43999 2.78009 2.24666 2.85342 2.09333 2.99342C1.92666 3.14675 1.83333 3.36675 1.83333 3.60675V11.6601C1.83333 12.0534 2.17333 12.4334 2.55333 12.4867L2.75333 12.5134C4.25333 12.7134 6.55333 13.4667 7.88666 14.1934C7.94666 14.2201 8.03333 14.2267 8.06666 14.2134C9.4 13.4734 11.7133 12.7134 13.22 12.5134L13.4467 12.4867C13.8267 12.4401 14.1667 12.0534 14.1667 11.6601V3.61342C14.1667 3.36675 14.0733 3.15342 13.9067 2.99342C13.7333 2.84009 13.5133 2.76675 13.2667 2.78009C13.2533 2.78009 13.2 2.78009 13.1867 2.78009C11.9133 2.89342 9.85999 3.58009 8.74 4.28009L8.63333 4.35342C8.26666 4.58009 7.74666 4.58009 7.39333 4.36009L7.23333 4.26675C6.09333 3.56675 4.03999 2.88675 2.73333 2.78009C2.70666 2.78009 2.67999 2.78009 2.65333 2.78009Z" fill="#292F37"/>
3
- <path d="M8 14.6599C7.72667 14.6599 7.5 14.4333 7.5 14.1599V4.15991C7.5 3.88658 7.72667 3.65991 8 3.65991C8.27333 3.65991 8.5 3.88658 8.5 4.15991V14.1599C8.5 14.4399 8.27333 14.6599 8 14.6599Z" fill="#292F37"/>
4
- <path d="M5.16667 6.65991H3.66667C3.39334 6.65991 3.16667 6.43325 3.16667 6.15991C3.16667 5.88658 3.39334 5.65991 3.66667 5.65991H5.16667C5.44001 5.65991 5.66667 5.88658 5.66667 6.15991C5.66667 6.43325 5.44001 6.65991 5.16667 6.65991Z" fill="#292F37"/>
5
- <path d="M5.66667 8.65991H3.66667C3.39334 8.65991 3.16667 8.43325 3.16667 8.15991C3.16667 7.88658 3.39334 7.65991 3.66667 7.65991H5.66667C5.94 7.65991 6.16667 7.88658 6.16667 8.15991C6.16667 8.43325 5.94 8.65991 5.66667 8.65991Z" fill="#292F37"/>
6
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.3333 9.00008C12.06 9.00008 11.8333 8.77341 11.8333 8.50008C11.8333 6.38675 10.1133 4.66675 8 4.66675C5.88667 4.66675 4.16667 6.38675 4.16667 8.50008C4.16667 8.77341 3.94001 9.00008 3.66667 9.00008C3.39334 9.00008 3.16667 8.77341 3.16667 8.50008C3.16667 5.83341 5.33334 3.66675 8 3.66675C10.6667 3.66675 12.8333 5.83341 12.8333 8.50008C12.8333 8.77341 12.6067 9.00008 12.3333 9.00008Z" fill="#292F37"/>
3
- <path d="M14.6667 9.16675H14.6133C14.2467 9.16675 13.9467 8.86675 13.9467 8.50008C13.9467 8.13341 14.2467 7.83342 14.6133 7.83342C14.98 7.83342 15.3067 8.13341 15.3067 8.50008C15.3067 8.86675 15.0333 9.16675 14.6667 9.16675ZM1.38669 9.16675H1.33334C0.966672 9.16675 0.666672 8.86675 0.666672 8.50008C0.666672 8.13341 0.966672 7.83342 1.33334 7.83342C1.70001 7.83342 2.02666 8.13341 2.02666 8.50008C2.02666 8.86675 1.75335 9.16675 1.38669 9.16675ZM12.6733 4.49341C12.5 4.49341 12.3333 4.42675 12.2 4.30009C11.94 4.04009 11.94 3.62009 12.2 3.36009L12.2867 3.27341C12.5467 3.01341 12.9667 3.01341 13.2267 3.27341C13.4867 3.53341 13.4867 3.95342 13.2267 4.21342L13.14 4.30009C13.0133 4.42675 12.8467 4.49341 12.6733 4.49341ZM3.32667 4.49341C3.15333 4.49341 2.98669 4.42675 2.85336 4.30009L2.76669 4.21342C2.50669 3.95342 2.50669 3.53341 2.76669 3.27341C3.02669 3.01341 3.44667 3.01341 3.70667 3.27341L3.79334 3.36009C4.05334 3.62009 4.05334 4.04009 3.79334 4.30009C3.66667 4.42675 3.49333 4.49341 3.32667 4.49341ZM8.00001 2.52675C7.63334 2.52675 7.33334 2.25341 7.33334 1.88674V1.83341C7.33334 1.46675 7.63334 1.16675 8.00001 1.16675C8.36667 1.16675 8.66667 1.46675 8.66667 1.83341C8.66667 2.20008 8.36667 2.52675 8.00001 2.52675Z" fill="#292F37"/>
4
- <path d="M13.3333 11H2.66667C2.39334 11 2.16667 10.7733 2.16667 10.5C2.16667 10.2267 2.39334 10 2.66667 10H13.3333C13.6067 10 13.8333 10.2267 13.8333 10.5C13.8333 10.7733 13.6067 11 13.3333 11Z" fill="#292F37"/>
5
- <path d="M12 13H4C3.72667 13 3.5 12.7733 3.5 12.5C3.5 12.2267 3.72667 12 4 12H12C12.2733 12 12.5 12.2267 12.5 12.5C12.5 12.7733 12.2733 13 12 13Z" fill="#292F37"/>
6
- <path d="M10 15H6C5.72667 15 5.5 14.7733 5.5 14.5C5.5 14.2267 5.72667 14 6 14H10C10.2733 14 10.5 14.2267 10.5 14.5C10.5 14.7733 10.2733 15 10 15Z" fill="#292F37"/>
7
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.6667 15.6667H1.33334C1.06001 15.6667 0.833344 15.4401 0.833344 15.1667C0.833344 14.8934 1.06001 14.6667 1.33334 14.6667H14.6667C14.94 14.6667 15.1667 14.8934 15.1667 15.1667C15.1667 15.4401 14.94 15.6667 14.6667 15.6667Z" fill="#292F37"/>
3
- <path d="M14 15.6666H2C1.72667 15.6666 1.5 15.4399 1.5 15.1666V4.49992C1.5 2.48659 2.65333 1.33325 4.66667 1.33325H11.3333C13.3467 1.33325 14.5 2.48659 14.5 4.49992V15.1666C14.5 15.4399 14.2733 15.6666 14 15.6666ZM2.5 14.6666H13.5V4.49992C13.5 3.01992 12.8133 2.33325 11.3333 2.33325H4.66667C3.18667 2.33325 2.5 3.01992 2.5 4.49992V14.6666Z" fill="#292F37"/>
4
- <path d="M10 15.6667H6C5.72667 15.6667 5.5 15.44 5.5 15.1667V11.1267C5.5 10.5067 6.00667 10 6.62667 10H9.38C10 10 10.5067 10.5067 10.5067 11.1267V15.1667C10.5 15.44 10.2733 15.6667 10 15.6667ZM6.5 14.6667H9.5V11.1267C9.5 11.06 9.44667 11 9.37333 11H6.61999C6.55333 11 6.49334 11.0533 6.49334 11.1267V14.6667H6.5Z" fill="#292F37"/>
5
- <path d="M8 8.33333C7.72667 8.33333 7.5 8.10667 7.5 7.83333V4.5C7.5 4.22667 7.72667 4 8 4C8.27333 4 8.5 4.22667 8.5 4.5V7.83333C8.5 8.10667 8.27333 8.33333 8 8.33333Z" fill="#292F37"/>
6
- <path d="M9.66668 6.66675H6.33334C6.06001 6.66675 5.83334 6.44008 5.83334 6.16675C5.83334 5.89341 6.06001 5.66675 6.33334 5.66675H9.66668C9.94001 5.66675 10.1667 5.89341 10.1667 6.16675C10.1667 6.44008 9.94001 6.66675 9.66668 6.66675Z" fill="#292F37"/>
7
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.98048 15.6666H5.98048C2.36048 15.6666 0.813812 14.1199 0.813812 10.4999V6.49992C0.813812 2.87992 2.36048 1.33325 5.98048 1.33325H9.98048C13.6005 1.33325 15.1471 2.87992 15.1471 6.49992V10.4999C15.1471 14.1199 13.6071 15.6666 9.98048 15.6666ZM5.98048 2.33325C2.90715 2.33325 1.81381 3.42659 1.81381 6.49992V10.4999C1.81381 13.5733 2.90715 14.6666 5.98048 14.6666H9.98048C13.0538 14.6666 14.1471 13.5733 14.1471 10.4999V6.49992C14.1471 3.42659 13.0538 2.33325 9.98048 2.33325H5.98048Z" fill="#292F37"/>
3
- <path d="M2.18061 14.1332C2.05395 14.1332 1.92728 14.0865 1.82728 13.9865C1.63395 13.7932 1.63395 13.4732 1.82728 13.2799L12.7939 2.31321C12.9873 2.11988 13.3073 2.11988 13.5006 2.31321C13.6939 2.50655 13.6939 2.82655 13.5006 3.01988L2.53395 13.9865C2.44061 14.0865 2.31395 14.1332 2.18061 14.1332Z" fill="#292F37"/>
4
- <path d="M10.707 13.0001C10.4337 13.0001 10.207 12.7734 10.207 12.5001V9.16675C10.207 8.89341 10.4337 8.66675 10.707 8.66675C10.9803 8.66675 11.207 8.89341 11.207 9.16675V12.5001C11.207 12.7734 10.9803 13.0001 10.707 13.0001Z" fill="#292F37"/>
5
- <path d="M12.3333 11.3333H9C8.72667 11.3333 8.5 11.1066 8.5 10.8333C8.5 10.5599 8.72667 10.3333 9 10.3333H12.3333C12.6067 10.3333 12.8333 10.5599 12.8333 10.8333C12.8333 11.1066 12.6067 11.3333 12.3333 11.3333Z" fill="#292F37"/>
6
- <path d="M6.99999 6H3.66666C3.39332 6 3.16666 5.77333 3.16666 5.5C3.16666 5.22667 3.39332 5 3.66666 5H6.99999C7.27332 5 7.49999 5.22667 7.49999 5.5C7.49999 5.77333 7.27332 6 6.99999 6Z" fill="#292F37"/>
7
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.3397 9.48667C10.673 9.48667 10.1263 8.94 10.1263 8.27333C10.1263 7.60667 10.673 7.06006 11.3397 7.06006C12.0063 7.06006 12.5529 7.60667 12.5529 8.27333C12.5529 8.94 12.0063 9.48667 11.3397 9.48667ZM11.3397 8.06007C11.2197 8.06007 11.1263 8.15333 11.1263 8.27333C11.1263 8.39333 11.2197 8.48667 11.3397 8.48667C11.4597 8.48667 11.5529 8.39333 11.5529 8.27333C11.5529 8.15333 11.4597 8.06007 11.3397 8.06007Z" fill="#292F37"/>
3
- <path d="M8.01334 11.4666H4.00001C1.60001 11.4666 0.833344 10.6999 0.833344 8.29992V4.49992C0.833344 2.09992 1.60001 1.33325 4.00001 1.33325H10.6667C13.0667 1.33325 13.8333 2.09992 13.8333 4.49992V5.69324C13.8333 5.83324 13.7733 5.97324 13.6667 6.06657C13.56 6.15991 13.42 6.20661 13.2733 6.18661C13.1267 6.16661 12.9533 6.15991 12.7667 6.15991H9.91334C8.76001 6.15991 8.51334 6.40661 8.51334 7.55992V10.9666C8.51334 11.2399 8.28668 11.4666 8.01334 11.4666ZM4.00001 2.33325C2.14001 2.33325 1.83334 2.63992 1.83334 4.49992V8.29992C1.83334 10.1599 2.14001 10.4666 4.00001 10.4666H7.51334V7.55992C7.51334 5.85327 8.20668 5.15991 9.91334 5.15991H12.7667C12.7867 5.15991 12.8133 5.15991 12.8333 5.15991V4.49992C12.8333 2.63992 12.5267 2.33325 10.6667 2.33325H4.00001Z" fill="#292F37"/>
4
- <path d="M6 14.3332C5.72667 14.3332 5.5 14.1065 5.5 13.8332V10.9666C5.5 10.6932 5.72667 10.4666 6 10.4666C6.27333 10.4666 6.5 10.6932 6.5 10.9666V13.8332C6.5 14.1065 6.27333 14.3332 6 14.3332Z" fill="#292F37"/>
5
- <path d="M8.00001 8.93335H1.33334C1.06001 8.93335 0.833344 8.70668 0.833344 8.43335C0.833344 8.16002 1.06001 7.93335 1.33334 7.93335H8.00001C8.27334 7.93335 8.50001 8.16002 8.50001 8.43335C8.50001 8.70668 8.27334 8.93335 8.00001 8.93335Z" fill="#292F37"/>
6
- <path d="M8.00013 14.3333H3.9668C3.69346 14.3333 3.4668 14.1066 3.4668 13.8333C3.4668 13.5599 3.69346 13.3333 3.9668 13.3333H8.00013C8.27346 13.3333 8.50013 13.5599 8.50013 13.8333C8.50013 14.1066 8.27346 14.3333 8.00013 14.3333Z" fill="#292F37"/>
7
- <path d="M11.3397 9.48667C10.673 9.48667 10.1263 8.94 10.1263 8.27333C10.1263 7.60667 10.673 7.06006 11.3397 7.06006C12.0063 7.06006 12.5529 7.60667 12.5529 8.27333C12.5529 8.94 12.0063 9.48667 11.3397 9.48667ZM11.3397 8.06007C11.2197 8.06007 11.1263 8.15333 11.1263 8.27333C11.1263 8.39333 11.2197 8.48667 11.3397 8.48667C11.4597 8.48667 11.5529 8.39333 11.5529 8.27333C11.5529 8.15333 11.4597 8.06007 11.3397 8.06007Z" fill="#292F37"/>
8
- <path d="M13.333 5.69324C13.1663 5.67324 12.973 5.65991 12.7663 5.65991H9.913C8.48633 5.65991 8.013 6.13327 8.013 7.55992V13.2666C8.013 14.6933 8.48633 15.1666 9.913 15.1666H12.7663C14.193 15.1666 14.6663 14.6933 14.6663 13.2666V7.55992C14.6663 6.33994 14.3197 5.81991 13.333 5.69324ZM11.3397 7.55992C11.7331 7.55992 12.053 7.87992 12.053 8.27325C12.053 8.66659 11.7331 8.98659 11.3397 8.98659C10.9464 8.98659 10.6263 8.66659 10.6263 8.27325C10.6263 7.87992 10.9464 7.55992 11.3397 7.55992ZM11.3397 13.2666C10.5531 13.2666 9.913 12.6266 9.913 11.8399C9.913 11.5133 10.0263 11.2066 10.213 10.9666C10.473 10.6333 10.8797 10.4133 11.3397 10.4133C11.6997 10.4133 12.0263 10.5466 12.273 10.7599C12.573 11.0266 12.7663 11.4133 12.7663 11.8399C12.7663 12.6266 12.1264 13.2666 11.3397 13.2666Z" stroke="#292F37" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M11.3401 13.7667C10.2801 13.7667 9.41339 12.9 9.41339 11.84C9.41339 11.4133 9.56006 10.9933 9.82006 10.66C10.1867 10.1867 10.7467 9.91333 11.3401 9.91333C11.8001 9.91333 12.2534 10.08 12.6001 10.38C13.0267 10.76 13.2667 11.2867 13.2667 11.84C13.2667 12.9 12.4001 13.7667 11.3401 13.7667ZM11.3401 10.9133C11.0534 10.9133 10.7867 11.0467 10.6067 11.2733C10.4801 11.4333 10.4134 11.6333 10.4134 11.84C10.4134 12.3533 10.8267 12.7667 11.3401 12.7667C11.8534 12.7667 12.2667 12.3533 12.2667 11.84C12.2667 11.5733 12.1467 11.32 11.9401 11.1333C11.7801 10.9933 11.5601 10.9133 11.3401 10.9133Z" fill="#292F37"/>
10
- <path d="M11.3397 9.48667C10.673 9.48667 10.1263 8.94 10.1263 8.27333C10.1263 7.60667 10.673 7.06006 11.3397 7.06006C12.0063 7.06006 12.5529 7.60667 12.5529 8.27333C12.5529 8.94 12.0063 9.48667 11.3397 9.48667ZM11.3397 8.06007C11.2197 8.06007 11.1263 8.15333 11.1263 8.27333C11.1263 8.39333 11.2197 8.48667 11.3397 8.48667C11.4597 8.48667 11.5529 8.39333 11.5529 8.27333C11.5529 8.15333 11.4597 8.06007 11.3397 8.06007Z" fill="#292F37"/>
11
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.5595 15.6666H5.4395C3.65284 15.6666 2.8395 14.9999 2.4795 14.4466C1.95284 13.6333 1.97284 12.5199 2.5395 11.2266L5.09284 5.42659C4.7395 5.33325 4.41284 5.14659 4.15284 4.88659C3.77284 4.49992 3.54617 3.96659 3.54617 3.41325C3.54617 2.26659 4.4795 1.33325 5.62617 1.33325H10.3662C10.9195 1.33325 11.4462 1.55325 11.8395 1.94659C12.3595 2.46659 12.5662 3.20659 12.3929 3.91992C12.2195 4.63325 11.6329 5.19992 10.9129 5.40659L13.4595 11.2333C14.0195 12.5199 14.0395 13.6333 13.5062 14.4466C13.1462 14.9999 12.3329 15.6666 10.5595 15.6666ZM5.62617 2.33325C5.03284 2.33325 4.54617 2.81992 4.54617 3.41325C4.54617 3.69992 4.66617 3.97992 4.8595 4.17992C5.0595 4.37992 5.3395 4.49325 5.62617 4.49325H5.82617C5.99284 4.49325 6.15284 4.57992 6.24617 4.71992C6.3395 4.85992 6.35284 5.03992 6.28617 5.19325L3.45284 11.6266C3.03284 12.5866 2.9795 13.3933 3.31284 13.8999C3.72617 14.5333 4.69284 14.6666 5.43284 14.6666H10.5529C11.2862 14.6666 12.2462 14.5333 12.6662 13.8999C12.9995 13.3866 12.9529 12.5866 12.5395 11.6333L9.73286 5.19325C9.6662 5.03992 9.67953 4.85992 9.77286 4.71992C9.8662 4.57992 10.0195 4.49325 10.1929 4.49325H10.2995C10.8329 4.49325 11.3129 4.15325 11.4262 3.67992C11.5195 3.29992 11.4129 2.92659 11.1395 2.65325C10.9329 2.44659 10.6595 2.33325 10.3729 2.33325H5.62617Z" fill="#292F37"/>
3
- <path d="M9.22707 10.5267C8.78707 10.5267 8.31373 10.4667 7.8404 10.3067C5.94703 9.6734 3.9937 9.74007 3.9737 9.74007C3.70703 9.78007 3.46703 9.5334 3.4537 9.26007C3.44037 8.98674 3.66037 8.7534 3.9337 8.74007C4.02037 8.7334 6.0937 8.66674 8.15373 9.3534C9.88707 9.9334 11.5871 8.8334 11.6071 8.82007C11.8337 8.66674 12.1471 8.7334 12.3004 8.96007C12.4537 9.18674 12.3937 9.50007 12.1604 9.6534C12.1004 9.70007 10.8337 10.5267 9.22707 10.5267Z" fill="#292F37"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.77999 15.6666H1.33333C1.05999 15.6666 0.833328 15.4399 0.833328 15.1666V11.1666C0.833328 10.1533 1.65333 9.33325 2.66666 9.33325H5.77999C6.05333 9.33325 6.27999 9.55992 6.27999 9.83325V15.1666C6.27999 15.4399 6.05333 15.6666 5.77999 15.6666ZM1.83333 14.6666H5.27999V10.3333H2.66666C2.20666 10.3333 1.83333 10.7066 1.83333 11.1666V14.6666Z" fill="#292F37"/>
3
- <path d="M10.2201 15.6667H5.77344C5.5001 15.6667 5.27344 15.4401 5.27344 15.1667V8.50008C5.27344 7.48675 6.09344 6.66675 7.1068 6.66675H8.8868C9.90013 6.66675 10.7201 7.48675 10.7201 8.50008V15.1667C10.7201 15.4401 10.5001 15.6667 10.2201 15.6667ZM6.2801 14.6667H9.7268V8.50008C9.7268 8.04008 9.35347 7.66675 8.89346 7.66675H7.11346C6.65343 7.66675 6.2801 8.04008 6.2801 8.50008V14.6667Z" fill="#292F37"/>
4
- <path d="M14.6667 15.6666H10.2201C9.94673 15.6666 9.72006 15.4399 9.72006 15.1666V11.8333C9.72006 11.5599 9.94673 11.3333 10.2201 11.3333H13.3334C14.3467 11.3333 15.1667 12.1533 15.1667 13.1666V15.1666C15.1667 15.4399 14.9401 15.6666 14.6667 15.6666ZM10.7201 14.6666H14.1667V13.1666C14.1667 12.7066 13.7934 12.3333 13.3334 12.3333H10.7201V14.6666Z" fill="#292F37"/>
5
- <path d="M9.13259 6.06674C8.97259 6.06674 8.77259 6.02006 8.54593 5.88673L7.99926 5.56007L7.45926 5.88007C6.91259 6.20674 6.55261 6.0134 6.41927 5.92007C6.28594 5.82674 5.99927 5.5334 6.13927 4.92007L6.26594 4.36673L5.81261 3.91339C5.53261 3.63339 5.4326 3.30006 5.5326 2.99339C5.6326 2.68673 5.90593 2.47339 6.2926 2.40672L6.87259 2.30673L7.19926 1.65341C7.55926 0.940075 8.43259 0.940075 8.78593 1.65341L9.11259 2.30673L9.69259 2.40672C10.0793 2.47339 10.3593 2.68673 10.4526 2.99339C10.5526 3.30006 10.4459 3.63339 10.1726 3.91339L9.71926 4.36673L9.84593 4.92007C9.98593 5.54007 9.69926 5.82674 9.56593 5.92674C9.50593 5.98007 9.35259 6.06674 9.13259 6.06674ZM7.99926 4.55339C8.15926 4.55339 8.31926 4.59341 8.45259 4.67341L8.82593 4.8934L8.74593 4.53339C8.67926 4.25339 8.77926 3.9134 8.98593 3.70673L9.32593 3.36673L8.90593 3.2934C8.63926 3.24673 8.37926 3.0534 8.25926 2.8134L7.99926 2.3134L7.74593 2.8134C7.62593 3.0534 7.36593 3.24673 7.09926 3.2934L6.67926 3.36007L7.01926 3.70006C7.22593 3.90673 7.31926 4.24674 7.25926 4.52674L7.17926 4.88673L7.55259 4.66673C7.67926 4.58673 7.83926 4.55339 7.99926 4.55339Z" fill="#292F37"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.58668 14.4068H4.54001C2.17334 14.4068 1.33334 12.7468 1.33334 11.2001V5.80017C1.33334 3.49351 2.23334 2.59351 4.54001 2.59351H8.58668C10.8933 2.59351 11.7933 3.49351 11.7933 5.80017V11.2001C11.7933 13.5068 10.8933 14.4068 8.58668 14.4068ZM4.54001 3.60684C2.80001 3.60684 2.34668 4.06017 2.34668 5.80017V11.2001C2.34668 12.0201 2.63334 13.3935 4.54001 13.3935H8.58668C10.3267 13.3935 10.78 12.9401 10.78 11.2001V5.80017C10.78 4.06017 10.3267 3.60684 8.58668 3.60684H4.54001Z" fill="#292F37"/>
3
- <path d="M13.8531 12.5734C13.5665 12.5734 13.1998 12.4801 12.7798 12.1868L10.9998 10.9401C10.8665 10.8468 10.7865 10.6934 10.7865 10.5268V6.47341C10.7865 6.30674 10.8665 6.15342 10.9998 6.06008L12.7798 4.81341C13.5731 4.26008 14.1531 4.42008 14.4265 4.56008C14.6998 4.70674 15.1665 5.08674 15.1665 6.05341V10.9401C15.1665 11.9068 14.6998 12.2934 14.4265 12.4334C14.2998 12.5068 14.0998 12.5734 13.8531 12.5734ZM11.7931 10.2601L13.3598 11.3534C13.6598 11.5601 13.8731 11.5801 13.9598 11.5334C14.0531 11.4868 14.1531 11.3001 14.1531 10.9401V6.06008C14.1531 5.69341 14.0465 5.51341 13.9598 5.46674C13.8731 5.42008 13.6598 5.44008 13.3598 5.64674L11.7931 6.74008V10.2601Z" fill="#292F37"/>
4
- <path d="M7.66666 8.33325C6.83999 8.33325 6.16666 7.65992 6.16666 6.83325C6.16666 6.00659 6.83999 5.33325 7.66666 5.33325C8.49332 5.33325 9.16666 6.00659 9.16666 6.83325C9.16666 7.65992 8.49332 8.33325 7.66666 8.33325ZM7.66666 6.33325C7.39332 6.33325 7.16666 6.55992 7.16666 6.83325C7.16666 7.10659 7.39332 7.33325 7.66666 7.33325C7.93999 7.33325 8.16666 7.10659 8.16666 6.83325C8.16666 6.55992 7.93999 6.33325 7.66666 6.33325Z" fill="#292F37"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.00593 15.6667C7.58593 15.6667 7.16593 15.5267 6.83926 15.2467L5.78593 14.3401C5.67926 14.2467 5.4126 14.1534 5.2726 14.1534H4.11926C3.1326 14.1534 2.3326 13.3534 2.3326 12.3667V11.2267C2.3326 11.0867 2.23927 10.8267 2.14594 10.7201L1.24594 9.66008C0.699271 9.01341 0.699271 7.99342 1.24594 7.34675L2.14594 6.28678C2.23927 6.18011 2.3326 5.92011 2.3326 5.78011V4.64005C2.3326 3.65339 3.1326 2.85343 4.11926 2.85343H5.2726C5.4126 2.85343 5.67926 2.75341 5.78593 2.66675L6.83926 1.76009C7.4926 1.20009 8.5126 1.20009 9.16593 1.76009L10.2193 2.66675C10.3259 2.76008 10.5926 2.85343 10.7326 2.85343H11.8659C12.8526 2.85343 13.6526 3.65339 13.6526 4.64005V5.77343C13.6526 5.91343 13.7526 6.18011 13.8459 6.28678L14.7459 7.34008C15.3059 7.99341 15.3059 9.01341 14.7459 9.66675L13.8459 10.7201C13.7526 10.8267 13.6593 11.0934 13.6593 11.2334V12.3667C13.6593 13.3534 12.8593 14.1534 11.8726 14.1534H10.7393C10.5993 14.1534 10.3326 14.2534 10.2259 14.3401L9.1726 15.2467C8.83926 15.5267 8.41926 15.6667 8.00593 15.6667ZM4.11926 3.84675C3.68593 3.84675 3.3326 4.20005 3.3326 4.63338V5.77343C3.3326 6.15343 3.1526 6.64009 2.9126 6.92675L2.0126 7.98675C1.77926 8.26008 1.77926 8.73342 2.0126 9.00675L2.9126 10.0667C3.15927 10.3601 3.33928 10.8467 3.33928 11.2201V12.3601C3.33928 12.7934 3.6926 13.1467 4.12594 13.1467H5.27928C5.66594 13.1467 6.15261 13.3267 6.44594 13.5801L7.49926 14.4867C7.7726 14.7201 8.2526 14.7201 8.52593 14.4867L9.57926 13.5801C9.8726 13.3334 10.3593 13.1467 10.7459 13.1467H11.8793C12.3126 13.1467 12.6659 12.7934 12.6659 12.3601V11.2267C12.6659 10.8401 12.8459 10.3534 13.0993 10.0601L13.9993 9.00675C14.2326 8.73342 14.2326 8.25342 13.9993 7.98008L13.0993 6.92675C12.8526 6.63342 12.6659 6.14675 12.6659 5.76009V4.62671C12.6659 4.19337 12.3126 3.84008 11.8793 3.84008H10.7459C10.3659 3.84008 9.8726 3.66007 9.57926 3.40673L8.52593 2.50008C8.2526 2.26675 7.7726 2.26675 7.49926 2.50008L6.44594 3.40673C6.15261 3.6534 5.66594 3.84008 5.27928 3.84008H4.11926V3.84675Z" fill="#292F37"/>
3
- <path d="M9.33321 11.8133H8.14654C7.86654 11.8133 7.44647 11.7266 7.19981 11.4799L6.27985 10.7733L6.89321 9.97995L7.85987 10.7266C7.92654 10.7733 8.04654 10.8066 8.14654 10.8066H9.33321C9.49321 10.8066 9.68647 10.6667 9.71981 10.5267L10.4799 8.21328C10.4999 8.15328 10.4998 8.11335 10.4931 8.10001C10.4798 8.08001 10.4331 8.05995 10.3665 8.05995H9.11981C8.87981 8.05995 8.65987 7.96001 8.49987 7.78001C8.34654 7.60001 8.27314 7.36001 8.30647 7.11335L8.46654 6.10667C8.47987 6.05334 8.43987 5.98663 8.39987 5.97329C8.35987 5.96663 8.29987 5.97999 8.27987 5.99999L7.00654 7.89328L6.17319 7.33335L7.45314 5.43333C7.71981 5.03333 8.27987 4.86001 8.73321 5.02668C9.23987 5.19335 9.56647 5.76669 9.45314 6.28669L9.33321 7.04661H10.3665C10.7598 7.04661 11.1065 7.21335 11.3132 7.50668C11.5132 7.79335 11.5598 8.16668 11.4331 8.52001L10.6865 10.7867C10.5465 11.36 9.95321 11.8133 9.33321 11.8133Z" fill="#292F37"/>
4
- <path d="M5.93351 11.4734H5.62017C4.64017 11.4734 4.4935 10.7867 4.4935 10.3801V7.32673C4.4935 6.92007 4.64017 6.2334 5.62017 6.2334H5.93351C6.91348 6.2334 7.06015 6.92007 7.06015 7.32673V10.3801C7.06015 10.7867 6.91348 11.4734 5.93351 11.4734ZM5.50685 10.4667C5.53351 10.4734 5.57351 10.4734 5.62685 10.4734H5.94018C5.99351 10.4734 6.03351 10.4734 6.06017 10.4667C6.06017 10.4467 6.06685 10.4201 6.06685 10.3801V7.32673C6.06685 7.28673 6.06684 7.26007 6.06017 7.24007C6.03351 7.2334 5.99351 7.2334 5.94018 7.2334H5.62685C5.57351 7.2334 5.53351 7.2334 5.50685 7.24007C5.50685 7.26007 5.50017 7.28673 5.50017 7.32673V10.3801C5.50017 10.4201 5.50018 10.4467 5.50685 10.4667Z" fill="#292F37"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.00013 15.5865C7.55346 15.5865 7.10013 15.4865 6.7468 15.2799L3.08015 13.1665C1.58682 12.1599 1.49348 12.0065 1.49348 10.4265V6.5732C1.49348 4.9932 1.58015 4.83987 3.04682 3.84654L6.74013 1.7132C7.44013 1.30654 8.54013 1.30654 9.24013 1.7132L12.9201 3.8332C14.4135 4.83987 14.5068 4.9932 14.5068 6.5732V10.4199C14.5068 11.9999 14.4201 12.1532 12.9535 13.1465L9.26013 15.2799C8.90013 15.4865 8.4468 15.5865 8.00013 15.5865ZM8.00013 2.4132C7.72013 2.4132 7.4468 2.46654 7.25347 2.57987L3.58682 4.69987C2.50015 5.4332 2.50015 5.4332 2.50015 6.5732V10.4199C2.50015 11.5599 2.50015 11.5599 3.61348 12.3132L7.25347 14.4132C7.6468 14.6399 8.36013 14.6399 8.75347 14.4132L12.4201 12.2932C13.5001 11.5599 13.5001 11.5599 13.5001 10.4199V6.5732C13.5001 5.4332 13.5001 5.4332 12.3868 4.67987L8.7468 2.57987C8.55346 2.46654 8.28013 2.4132 8.00013 2.4132Z" fill="#292F37"/>
3
- <path d="M8 11C6.62 11 5.5 9.88 5.5 8.5C5.5 7.12 6.62 6 8 6C9.38 6 10.5 7.12 10.5 8.5C10.5 9.88 9.38 11 8 11ZM8 7C7.17333 7 6.5 7.67333 6.5 8.5C6.5 9.32667 7.17333 10 8 10C8.82667 10 9.5 9.32667 9.5 8.5C9.5 7.67333 8.82667 7 8 7Z" fill="#292F37"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.99961 9.36668C7.91295 9.36668 7.82628 9.34668 7.74628 9.30002L1.85959 5.89335C1.61959 5.75335 1.53957 5.44666 1.67957 5.20666C1.81957 4.96666 2.11957 4.88665 2.36624 5.02665L7.99961 8.28668L13.5995 5.04667C13.8395 4.90667 14.1462 4.99335 14.2862 5.22668C14.4262 5.46668 14.3396 5.77333 14.1063 5.91333L8.25961 9.30002C8.17295 9.34002 8.08628 9.36668 7.99961 9.36668Z" fill="#292F37"/>
3
- <path d="M8 15.4068C7.72667 15.4068 7.5 15.1801 7.5 14.9068V8.86011C7.5 8.58677 7.72667 8.36011 8 8.36011C8.27333 8.36011 8.5 8.58677 8.5 8.86011V14.9068C8.5 15.1801 8.27333 15.4068 8 15.4068Z" fill="#292F37"/>
4
- <path d="M8.0004 15.6666C7.41374 15.6666 6.83374 15.5399 6.37374 15.2866L2.81374 13.3066C1.84708 12.7733 1.09375 11.4866 1.09375 10.3799V6.61324C1.09375 5.50657 1.84708 4.2266 2.81374 3.6866L6.37374 1.71325C7.28707 1.20659 8.71374 1.20659 9.62707 1.71325L13.1871 3.69323C14.1537 4.22657 14.9071 5.51325 14.9071 6.61991V10.3866C14.9071 11.4933 14.1537 12.7733 13.1871 13.3133L9.62707 15.2866C9.16707 15.5399 8.58707 15.6666 8.0004 15.6666ZM8.0004 2.33325C7.5804 2.33325 7.16707 2.41992 6.8604 2.58659L3.30042 4.56657C2.66042 4.92657 2.09375 5.87991 2.09375 6.61991V10.3866C2.09375 11.1199 2.66042 12.0799 3.30042 12.4399L6.8604 14.4199C7.46707 14.7599 8.53374 14.7599 9.1404 14.4199L12.7004 12.4399C13.3404 12.0799 13.9071 11.1266 13.9071 10.3866V6.61991C13.9071 5.88658 13.3404 4.92657 12.7004 4.56657L9.1404 2.58659C8.83374 2.41992 8.4204 2.33325 8.0004 2.33325Z" fill="#292F37"/>
5
- <path d="M11.3341 9.82658C11.0608 9.82658 10.8341 9.59992 10.8341 9.32658V7.17998L4.75412 3.6733C4.51412 3.5333 4.4341 3.22662 4.5741 2.99328C4.7141 2.75328 5.01412 2.67327 5.25412 2.81327L11.5808 6.46663C11.7341 6.5533 11.8341 6.71994 11.8341 6.89994V9.33998C11.8341 9.59998 11.6075 9.82658 11.3341 9.82658Z" fill="#292F37"/>
6
- </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
- <path d="M10.3333 13.2667H4.33334C2.10668 13.2667 0.833344 11.9934 0.833344 9.76675V6.16675C0.833344 3.94008 2.10668 2.66675 4.33334 2.66675H6.13334C6.29334 2.66675 6.44668 2.74679 6.54001 2.87345C6.63334 3.00012 6.66001 3.17341 6.60668 3.32674C6.53334 3.53341 6.50001 3.76008 6.50001 4.00008V6.60009C6.50001 7.10676 6.65334 7.52675 6.94668 7.82008C7.24001 8.11341 7.66001 8.26675 8.16668 8.26675C8.44001 8.26675 8.66668 8.49341 8.66668 8.76675V9.56675L10.4867 8.34675C10.5667 8.29341 10.6667 8.26008 10.7667 8.26008H12.5C12.74 8.26008 12.9667 8.22675 13.1733 8.15341C13.3267 8.10008 13.4933 8.12675 13.6267 8.22008C13.76 8.31341 13.8333 8.46668 13.8333 8.62668V9.76008C13.8333 11.9934 12.56 13.2667 10.3333 13.2667ZM4.33334 3.66675C2.65334 3.66675 1.83334 4.48675 1.83334 6.16675V9.76675C1.83334 11.4467 2.65334 12.2667 4.33334 12.2667H10.3333C12.0133 12.2667 12.8333 11.4467 12.8333 9.76675V9.24675C12.7267 9.26008 12.6133 9.26675 12.5 9.26675H10.92L9.12001 10.4667C8.82668 10.6534 8.46001 10.6734 8.16001 10.5067C7.86001 10.3467 7.67334 10.0334 7.67334 9.69341V9.22675C7.11334 9.14008 6.62001 8.89341 6.24668 8.52675C5.77334 8.05341 5.50668 7.36675 5.50668 6.60009V4.00008C5.50668 3.88675 5.51334 3.77341 5.52001 3.66675H4.33334Z" fill="#292F37"/>
3
- <path d="M8.6 10.62C8.44667 10.62 8.29333 10.5799 8.15333 10.5066C7.85333 10.3466 7.66667 10.0333 7.66667 9.69325V9.22659C7.10667 9.13992 6.61333 8.89325 6.24 8.52659C5.76667 8.05325 5.5 7.36659 5.5 6.59993V3.99992C5.5 3.64659 5.55333 3.31326 5.66 3.00659C6.03333 1.95993 6.96667 1.33325 8.16667 1.33325H12.5C14.0667 1.33325 15.1667 2.42659 15.1667 3.99992V6.59993C15.1667 7.79992 14.5467 8.73325 13.5 9.10659C13.18 9.21325 12.8467 9.26659 12.5 9.26659H10.92L9.12 10.4666C8.96 10.5733 8.78 10.62 8.6 10.62ZM8.16667 2.33325C7.4 2.33325 6.83333 2.69992 6.60667 3.33325C6.54 3.53325 6.5 3.75992 6.5 3.99992V6.59993C6.5 7.1066 6.65333 7.52659 6.94667 7.81992C7.24 8.11325 7.66 8.26659 8.16667 8.26659C8.44 8.26659 8.66667 8.49325 8.66667 8.76659V9.56659L10.4867 8.34659C10.5667 8.29325 10.6667 8.25992 10.7667 8.25992H12.5C12.74 8.25992 12.9667 8.22659 13.1733 8.15325C13.8067 7.92659 14.1667 7.35992 14.1667 6.59326V3.99325C14.1667 2.96658 13.5267 2.32658 12.5 2.32658H8.16667V2.33325Z" fill="#292F37"/>
4
- <path d="M9.7336 15.6667H4.93359C4.66026 15.6667 4.43359 15.4401 4.43359 15.1667C4.43359 14.8934 4.66026 14.6667 4.93359 14.6667H9.7336C10.0069 14.6667 10.2336 14.8934 10.2336 15.1667C10.2336 15.4401 10.0069 15.6667 9.7336 15.6667Z" fill="#292F37"/>
5
- <path d="M7.33334 15.6666C7.06001 15.6666 6.83334 15.4399 6.83334 15.1666V12.7666C6.83334 12.4933 7.06001 12.2666 7.33334 12.2666C7.60668 12.2666 7.83334 12.4933 7.83334 12.7666V15.1666C7.83334 15.4399 7.60668 15.6666 7.33334 15.6666Z" fill="#292F37"/>
6
- <path d="M10.293 5.83325C10.013 5.83325 9.793 5.60659 9.793 5.33325C9.793 5.05992 10.0197 4.83325 10.293 4.83325C10.5663 4.83325 10.793 5.05992 10.793 5.33325C10.793 5.60659 10.5663 5.83325 10.293 5.83325Z" fill="#292F37"/>
7
- <path d="M12.1667 5.83325C11.8867 5.83325 11.6667 5.60659 11.6667 5.33325C11.6667 5.05992 11.8933 4.83325 12.1667 4.83325C12.44 4.83325 12.6667 5.05992 12.6667 5.33325C12.6667 5.60659 12.44 5.83325 12.1667 5.83325Z" fill="#292F37"/>
8
- <path d="M8.41406 5.83325C8.13406 5.83325 7.91406 5.60659 7.91406 5.33325C7.91406 5.05992 8.14073 4.83325 8.41406 4.83325C8.6874 4.83325 8.91406 5.05992 8.91406 5.33325C8.91406 5.60659 8.69406 5.83325 8.41406 5.83325Z" fill="#292F37"/>
9
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.00001 15.6666C6.80667 15.6666 5.83334 14.6933 5.83334 13.4999V12.9999H3.00001C2.50667 12.9999 2.04667 12.8066 1.70001 12.4533C1.36001 12.1199 1.16667 11.6599 1.16667 11.1666C1.16667 10.2333 1.89334 9.43325 2.82667 9.33992C2.86001 9.33325 2.92667 9.33325 3.00001 9.33325H13C13.0733 9.33325 13.14 9.33325 13.2067 9.34659C13.6 9.37992 13.9933 9.56659 14.3 9.87992C14.68 10.2466 14.8733 10.7799 14.8267 11.3266C14.7467 12.2666 13.9133 12.9999 12.9267 12.9999H10.1667V13.4999C10.1667 14.6933 9.19334 15.6666 8.00001 15.6666ZM3.00001 10.3333C2.98667 10.3333 2.93334 10.3333 2.92001 10.3399C2.50001 10.3799 2.16667 10.7466 2.16667 11.1666C2.16667 11.3866 2.25334 11.5933 2.40667 11.7466C2.56667 11.9133 2.77334 11.9999 3.00001 11.9999H6.33334C6.60667 11.9999 6.83334 12.2266 6.83334 12.4999V13.4999C6.83334 14.1399 7.36001 14.6666 8.00001 14.6666C8.64001 14.6666 9.16667 14.1399 9.16667 13.4999V12.4999C9.16667 12.2266 9.39334 11.9999 9.66667 11.9999H12.9267C13.3867 11.9999 13.7933 11.6599 13.8333 11.2399C13.8533 10.9866 13.7667 10.7533 13.5933 10.5799C13.4467 10.4333 13.2733 10.3466 13.0867 10.3333L13 10.3266H3.00001V10.3333Z" fill="#292F37"/>
3
- <path d="M13.1264 10.3399C13.0997 10.3399 13.0731 10.3399 13.0464 10.3333H2.99977C2.85977 10.3599 2.6931 10.3199 2.58644 10.2266C2.4731 10.1399 2.38644 10.0066 2.37977 9.86659L2.0531 4.05992C1.98644 3.37992 2.2131 2.67992 2.68644 2.15325C3.15977 1.63325 3.8331 1.33325 4.53977 1.33325H11.4598C12.1665 1.33325 12.8397 1.63325 13.3131 2.15992C13.7797 2.67992 14.0131 3.37992 13.9464 4.07325L13.6264 9.86659C13.6197 10.0066 13.5531 10.1399 13.4397 10.2266C13.3531 10.2999 13.2397 10.3399 13.1264 10.3399ZM3.34644 9.33325H12.6531L12.9464 4.00659C12.9464 3.99992 12.9464 3.99325 12.9464 3.97992C12.9864 3.55325 12.8531 3.13992 12.5665 2.82659C12.2798 2.51325 11.8798 2.33325 11.4531 2.33325H4.53977C4.11977 2.33325 3.7131 2.51325 3.42644 2.82659C3.13977 3.14659 3.00644 3.55325 3.0531 3.97992L3.34644 9.33325Z" fill="#292F37"/>
4
- <path d="M5.32681 5.66658C5.05348 5.66658 4.82681 5.43992 4.82681 5.16658V1.83325C4.82681 1.55992 5.05348 1.33325 5.32681 1.33325C5.60015 1.33325 5.82681 1.55992 5.82681 1.83325V5.16658C5.82681 5.43992 5.60015 5.66658 5.32681 5.66658Z" fill="#292F37"/>
5
- <path d="M8 3.66659C7.72667 3.66659 7.5 3.43992 7.5 3.16659V1.83325C7.5 1.55992 7.72667 1.33325 8 1.33325C8.27333 1.33325 8.5 1.55992 8.5 1.83325V3.16659C8.5 3.43992 8.27333 3.66659 8 3.66659Z" fill="#292F37"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.7802 7.70661H5.22015C4.64681 7.70661 4.20683 7.47995 4.00683 7.09331C3.80683 6.69998 3.88681 6.21331 4.22015 5.75331L7.00013 1.85998C7.49347 1.15331 8.51347 1.15331 9.01347 1.86665L11.7935 5.75331C12.1268 6.21331 12.2068 6.69998 12.0068 7.09331C11.7935 7.47995 11.3535 7.70661 10.7802 7.70661ZM8.00013 2.29997C7.94013 2.29997 7.87347 2.35331 7.81347 2.43331L5.03349 6.33331C4.90015 6.51331 4.89349 6.61997 4.90016 6.63998C4.90683 6.65331 5.00015 6.70664 5.22682 6.70664H10.7868C11.0068 6.70664 11.1002 6.64664 11.1135 6.63331C11.1135 6.61997 11.1068 6.51331 10.9801 6.33331L8.20013 2.43998C8.1268 2.34665 8.06013 2.29997 8.00013 2.29997Z" fill="#292F37"/>
3
- <path d="M11.7265 13.0001H4.27979C3.32646 13.0001 2.94644 12.5401 2.80644 12.2668C2.66644 11.9935 2.51978 11.4201 3.07978 10.6468L5.73977 6.91345C5.8331 6.78012 5.98645 6.70679 6.14645 6.70679H9.8598C10.0198 6.70679 10.1731 6.78679 10.2665 6.91345L12.9265 10.6535C13.4865 11.4201 13.3331 11.9935 13.1931 12.2668C13.0531 12.5401 12.6798 13.0001 11.7265 13.0001ZM6.39978 7.70681L3.88644 11.2335C3.6731 11.5268 3.65312 11.7268 3.69312 11.8135C3.73978 11.9001 3.91312 12.0001 4.27312 12.0001H11.7198C12.0798 12.0001 12.2598 11.9001 12.2998 11.8135C12.3465 11.7268 12.3198 11.5268 12.1065 11.2335L9.59314 7.70015H6.39978V7.70681Z" fill="#292F37"/>
4
- <path d="M8 15.6667C7.72667 15.6667 7.5 15.44 7.5 15.1667V12.5C7.5 12.2267 7.72667 12 8 12C8.27333 12 8.5 12.2267 8.5 12.5V15.1667C8.5 15.44 8.27333 15.6667 8 15.6667Z" fill="#292F37"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IBarChart } from './BarChart.interface';
3
- export declare const BarChart: React.FC<IBarChart>;
@@ -1,22 +0,0 @@
1
- export interface IBarChart {
2
- /**
3
- * Sets the range of the bar
4
- */
5
- bin: number[];
6
- /**
7
- * Sets the percentage of the bar
8
- */
9
- heightPercentage: number;
10
- /**
11
- * Sets the description text of the bar
12
- */
13
- jobText: string;
14
- /**
15
- * Sets the maximum percentage of the bar
16
- */
17
- maxPercentage?: number;
18
- /**
19
- * Sets the maximum height of the bar
20
- */
21
- maxHeight?: number;
22
- }
@@ -1,5 +0,0 @@
1
- export declare enum EPositions {
2
- left = "left",
3
- right = "right",
4
- center = "center"
5
- }
@@ -1 +0,0 @@
1
- export * from './BarChart.component';
@@ -1 +0,0 @@
1
- export declare type TPopoverPosition = 'left' | 'right' | 'center';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IBarsChart } from './BarsChart.interface';
3
- export declare const BarsChart: React.FC<IBarsChart>;