hrm_ui_lib 2.0.0-alpha.2 → 2.0.0-alpha.21
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/{Alert-w8FkRd9I.js → Alert--0rz5XL1.js} +22 -14
- package/assets/images/under-construction.svg +9 -0
- package/assets/styles/styles.css +4459 -4533
- package/assets/styles/styles.scss +1 -3
- package/components/Alert/Alert.js +12 -10
- package/components/Alert/index.js +6 -4
- package/components/Avatar/Avatar.js +7 -5
- package/components/Avatar/AvatarGroup.js +6 -4
- package/components/Avatar/index.js +6 -4
- package/components/BadgeV2/BadgeV2.d.ts +2 -2
- package/components/BadgeV2/BadgeV2.js +20 -8
- package/components/BadgeV2/types.d.ts +5 -2
- package/components/Button/Button.js +6 -4
- package/components/Button/index.js +6 -4
- package/components/ButtonGroup/ButtonGroup.d.ts +2 -0
- package/components/ButtonGroup/ButtonGroup.js +46 -0
- package/components/ButtonGroup/ButtonGroupItem.d.ts +2 -0
- package/components/ButtonGroup/ButtonGroupItem.js +52 -0
- package/components/ButtonGroup/consts.d.ts +8 -0
- package/components/ButtonGroup/consts.js +12 -0
- package/components/ButtonGroup/index.d.ts +1 -0
- package/components/ButtonGroup/index.js +10 -0
- package/components/ButtonGroup/types.d.ts +23 -0
- package/components/ButtonGroup/types.js +1 -0
- package/components/Card/Card.d.ts +5 -2
- package/components/Card/Card.js +58 -7
- package/components/Card/CardComponent/Card.js +4 -3
- package/components/Card/CardComponent/CardBody.d.ts +1 -1
- package/components/Card/CardComponent/CardBody.js +5 -5
- package/components/Card/CardComponent/CardFooter.d.ts +4 -0
- package/components/Card/CardComponent/CardFooter.js +13 -0
- package/components/Card/CardComponent/CardHead.js +67 -5
- package/components/Card/index.js +48 -2
- package/components/Card/types.d.ts +3 -0
- package/components/CardGroup/CardGroup.d.ts +10 -0
- package/components/CardGroup/CardGroup.js +27 -0
- package/components/CardGroup/CardGroupComponent/CardBody.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardBody.js +19 -0
- package/components/CardGroup/CardGroupComponent/CardGroup.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardGroup.js +28 -0
- package/components/CardGroup/CardGroupComponent/CardHead.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardHead.js +19 -0
- package/components/CardGroup/CardGroupContext.d.ts +6 -0
- package/components/CardGroup/CardGroupContext.js +8 -0
- package/components/CardGroup/index.d.ts +1 -0
- package/components/CardGroup/index.js +11 -0
- package/components/CardGroup/types.d.ts +14 -0
- package/components/CardGroup/types.js +1 -0
- package/components/Checkbox/Checkbox.js +11 -9
- package/components/Checkbox/index.js +6 -4
- package/components/Checkbox/types.d.ts +1 -0
- package/components/Collapse/Collapse/Collapse.js +2 -2
- package/components/Collapse/CollapseGroup/CollapseGroup.js +1 -1
- package/components/Collapse/CollapseItem/CollapseItem.js +1 -1
- package/components/Collapse/index.js +1 -1
- package/components/Collapse/types.d.ts +1 -1
- package/components/Copy/Copy.js +6 -4
- package/components/Copy/index.js +6 -4
- package/components/Counter/Counter.js +6 -4
- package/components/Counter/index.js +6 -4
- package/components/DatePicker/CustomHeader/CustomHeader.js +7 -5
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +12 -4
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +12 -4
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +12 -4
- package/components/DatePicker/RangeDatePicker/index.js +12 -4
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +12 -4
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +12 -4
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +12 -4
- package/components/DatePicker/SimpleDatePicker/index.js +12 -4
- package/components/DatePicker/TimePicker/MobileModalContent.js +7 -4
- package/components/DatePicker/TimePicker/TimePicker.js +14 -5
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +13 -7
- package/components/DatePicker/TimePicker/TimePickerMobile.js +8 -5
- package/components/DatePicker/TimePicker/index.js +14 -5
- package/components/DatePicker/hooks.js +8 -2139
- package/components/DatePicker/index.js +14 -5
- package/components/Divider/Divider.js +6 -3
- package/components/Divider/types.d.ts +1 -0
- package/components/Empty/Empty.js +6 -4
- package/components/Empty/index.js +6 -4
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +6 -4
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +6 -4
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +14 -12
- package/components/FileUpload/DropzoneFileUpload/helpers.js +6 -4
- package/components/FileUpload/DropzoneFileUpload/index.js +6 -4
- package/components/FileUpload/FileUpload.js +7 -5
- package/components/FileUpload/UploadItems.js +7 -5
- package/components/FileUpload/index.js +7 -5
- package/components/FormContainer/FormContainer.js +22 -12
- package/components/FormContainer/index.js +7 -5
- package/components/FormContainer/types.d.ts +1 -0
- package/components/FormField/FormField.js +6 -4
- package/components/FormField/index.js +7 -5
- package/components/IconDynamicComponent/IconDynamicComponent.d.ts +8 -0
- package/components/IconDynamicComponent/IconDynamicComponent.js +39 -0
- package/{helperComponents → components}/IconDynamicComponent/index.js +1 -1
- package/components/Input/Input.js +6 -4
- package/components/Input/index.js +6 -4
- package/components/Menu/Menu.js +7 -5
- package/components/Menu/NestedMenu.js +7 -5
- package/components/Menu/index.js +7 -5
- package/components/Modal/Modal.js +6 -4
- package/components/Modal/ModalConfirmation.js +6 -4
- package/components/Modal/ModalContent.js +6 -4
- package/components/Modal/index.js +6 -4
- package/components/More/More.js +6 -4
- package/components/More/index.js +6 -4
- package/components/Popover/Popover.js +6 -4
- package/components/Popover/PopoverDesktop.js +1 -1
- package/components/Popover/PopoverMobile.js +6 -4
- package/components/Popover/index.js +6 -4
- package/components/Popover/types.d.ts +2 -1
- package/components/Radio/RadioGroup.js +7 -5
- package/components/Radio/index.js +7 -5
- package/components/SVGIcons/IconAirplaneTakeOff.d.ts +4 -0
- package/components/SVGIcons/IconAirplaneTakeOff.js +29 -0
- package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +4 -0
- package/components/SVGIcons/IconAirplaneTakeOffFilled.js +29 -0
- package/components/SVGIcons/IconChartPerson.d.ts +4 -0
- package/components/SVGIcons/IconChartPerson.js +29 -0
- package/components/SVGIcons/IconChartPersonFilled.d.ts +4 -0
- package/components/SVGIcons/IconChartPersonFilled.js +29 -0
- package/components/SVGIcons/IconFastAcceleration.d.ts +4 -0
- package/components/SVGIcons/IconFastAcceleration.js +29 -0
- package/components/SVGIcons/IconFastAccelerationFilled.d.ts +4 -0
- package/components/SVGIcons/IconFastAccelerationFilled.js +29 -0
- package/components/SVGIcons/IconFeed.d.ts +4 -0
- package/components/SVGIcons/IconFeed.js +29 -0
- package/components/SVGIcons/IconFeedFilled.d.ts +4 -0
- package/components/SVGIcons/IconFeedFilled.js +29 -0
- package/components/SVGIcons/IconLibrary.d.ts +4 -0
- package/components/SVGIcons/IconLibrary.js +29 -0
- package/components/SVGIcons/IconLibraryFilled.d.ts +4 -0
- package/components/SVGIcons/IconLibraryFilled.js +29 -0
- package/components/SVGIcons/IconPeopleList.d.ts +4 -0
- package/components/SVGIcons/IconPeopleList.js +29 -0
- package/components/SVGIcons/IconPeopleListFilled.d.ts +4 -0
- package/components/SVGIcons/IconPeopleListFilled.js +29 -0
- package/components/SVGIcons/IconPeopleTeam.d.ts +4 -0
- package/components/SVGIcons/IconPeopleTeam.js +29 -0
- package/components/SVGIcons/IconPeopleTeamFilled.d.ts +4 -0
- package/components/SVGIcons/IconPeopleTeamFilled.js +29 -0
- package/components/SVGIcons/IconTrophy.d.ts +4 -0
- package/components/SVGIcons/IconTrophy.js +29 -0
- package/components/SVGIcons/IconTrophyFilled.d.ts +4 -0
- package/components/SVGIcons/IconTrophyFilled.js +29 -0
- package/components/SVGIcons/IconUs.d.ts +4 -0
- package/components/SVGIcons/IconUs.js +72 -0
- package/components/SVGIcons/icon-names.d.ts +2 -0
- package/components/SVGIcons/icon-names.js +3 -0
- package/components/SVGIcons/index.d.ts +19 -2
- package/components/SVGIcons/index.js +19 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +7 -5
- package/components/Select/FilterSelect/FilterDropdown.js +7 -5
- package/components/Select/FilterSelect/FilterGroupDropdown.js +6 -4
- package/components/Select/FilterSelect/FilterSelect.js +6 -4
- package/components/Select/MultiSelect/MobileWrapper.js +6 -4
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +7 -5
- package/components/Select/MultiSelect/MultiSelect.js +6 -4
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -5
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -5
- package/components/Select/MultiSelect/OptionsWrapper.js +6 -4
- package/components/Select/NestedSelect/NestedSelect.js +7 -5
- package/components/Select/Select/Select.js +6 -4
- package/components/Select/Select/SelectDesktop/index.js +7 -5
- package/components/Select/Select/SelectMobile/MobileTopContent.js +6 -4
- package/components/Select/Select/SelectMobile/index.js +7 -5
- package/components/Select/SharedComponents/Actions.js +7 -5
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +8 -6
- package/components/Select/SharedComponents/ContentTop.js +6 -4
- package/components/Select/SharedComponents/Footer.js +6 -4
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +6 -4
- package/components/Select/SharedComponents/index.js +6 -4
- package/components/Select/index.js +6 -4
- package/components/SideSheet/Footer/Footer.js +6 -4
- package/components/SideSheet/SideSheet.js +6 -4
- package/components/SideSheet/index.js +6 -4
- package/components/Snackbar/Snackbar.js +14 -12
- package/components/Snackbar/index.js +6 -4
- package/components/Switcher/Switcher.js +27 -19
- package/components/Switcher/index.js +7 -6
- package/components/Switcher/types.d.ts +2 -0
- package/components/Tab/Tab.js +4 -2
- package/components/Table/Header.d.ts +2 -1
- package/components/Table/Header.js +19 -8
- package/components/Table/IndeterminateCheckbox.d.ts +1 -0
- package/components/Table/IndeterminateCheckbox.js +12 -6
- package/components/Table/Row.d.ts +2 -1
- package/components/Table/Row.js +24 -9
- package/components/Table/Table.d.ts +1 -1
- package/components/Table/Table.js +60 -17
- package/components/Table/index.js +8 -4
- package/components/Table/localization.d.ts +5 -0
- package/components/Table/localization.js +13 -0
- package/components/Table/types.d.ts +6 -0
- package/components/Table/utils.js +36 -8
- package/components/TableV2/AdvancedPagination.js +9 -7
- package/components/TableV2/ColumnSettings.js +8 -6
- package/components/TableV2/IndeterminateCheckbox.js +6 -4
- package/components/TableV2/Table.js +7 -4
- package/components/TableV2/hooks/useTableControl.js +20 -15
- package/components/TableV2/index.js +8 -5
- package/components/Text/types.d.ts +1 -1
- package/components/Textarea/Textarea.js +6 -4
- package/components/Textarea/index.js +6 -4
- package/components/Tooltip/types.d.ts +0 -1
- package/components/UnderConstruction/UnderConstruction.d.ts +3 -0
- package/components/UnderConstruction/UnderConstruction.js +38 -0
- package/components/UnderConstruction/index.d.ts +1 -0
- package/components/UnderConstruction/index.js +8 -0
- package/components/UnderConstruction/localization.d.ts +4 -0
- package/components/UnderConstruction/localization.js +16 -0
- package/components/UnderConstruction/types.d.ts +12 -0
- package/components/UnderConstruction/types.js +1 -0
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +1 -1
- package/helperComponents/AnimatePresenceWrapper/index.js +1 -1
- package/helperComponents/CodeBlock/CodeBlock.js +1 -154
- package/helperComponents/CodeBlock/index.js +1 -0
- package/helperComponents/ErrorMessage/ErrorMessage.js +2 -2
- package/helperComponents/ErrorMessage/index.js +2 -2
- package/helperComponents/GoToWebPage/GoToWebPage.js +6 -4
- package/helperComponents/OptionItem/OptionItem.js +7 -5
- package/helperComponents/OptionItem/index.js +6 -4
- package/helperComponents/index.d.ts +0 -1
- package/helperComponents/index.js +7 -5
- package/helpers/check-authorization.js +8 -6
- package/helpers/format-date.js +1 -22
- package/helpers/index.js +6 -4
- package/hooks/useHideOnScroll.d.ts +1 -1
- package/hooks/useHideOnScroll.js +5 -4
- package/i18n.d.ts +4 -0
- package/i18n.js +50 -0
- package/index.d.ts +3 -0
- package/index.js +46 -7
- package/package.json +6 -5
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +0 -9
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +0 -26
- package/helperComponents/IconDynamicComponent/constants.d.ts +0 -3
- package/helperComponents/IconDynamicComponent/constants.js +0 -33
- /package/{helperComponents → components}/IconDynamicComponent/index.d.ts +0 -0
package/components/More/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import '../Text/Text.js';
|
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../Alert
|
|
9
|
+
import '../../Alert--0rz5XL1.js';
|
|
10
10
|
import '../Alert/consts.js';
|
|
11
11
|
import '@babel/runtime/helpers/defineProperty';
|
|
12
12
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -20,12 +20,13 @@ import 'react-dropzone';
|
|
|
20
20
|
import '../SVGIcons/IconUpload.js';
|
|
21
21
|
import '../FileUpload/types.js';
|
|
22
22
|
import '../../helpers/format-date.js';
|
|
23
|
+
import 'dayjs/plugin/utc';
|
|
23
24
|
import '../../helpers/locale.js';
|
|
24
25
|
import '../../type/locale.js';
|
|
25
26
|
import '../../helpers/storage.js';
|
|
26
27
|
import 'react-toastify';
|
|
27
28
|
import '../../hooks/useGetIsMobile.js';
|
|
28
|
-
import '
|
|
29
|
+
import 'motion/react';
|
|
29
30
|
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
30
31
|
import '../../hooks/useOnOutsideClick.js';
|
|
31
32
|
import '../../hooks/useHideBodyScroll.js';
|
|
@@ -38,11 +39,12 @@ import '../../hooks/useGetElemPositions.js';
|
|
|
38
39
|
import '../../hooks/useGetTooltipPosition.js';
|
|
39
40
|
import '../../hooks/useHideOnScroll.js';
|
|
40
41
|
import 'react-syntax-highlighter';
|
|
42
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
41
43
|
import '../Link/Link.js';
|
|
42
44
|
import '../Popover/PopoverDesktop.js';
|
|
43
45
|
import '../SVGIcons/IconInfo.js';
|
|
44
|
-
import '
|
|
45
|
-
import '
|
|
46
|
+
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
47
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
46
48
|
import '@babel/runtime/helpers/typeof';
|
|
47
49
|
import '../SVGIcons/IconDismissFilled.js';
|
|
48
50
|
import '../SVGIcons/IconDelete.js';
|
|
@@ -3,7 +3,7 @@ import '@babel/runtime/helpers/slicedToArray';
|
|
|
3
3
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../../hooks/useGetIsMobile.js';
|
|
6
|
-
export { P as Popover } from '../../Alert
|
|
6
|
+
export { P as Popover } from '../../Alert--0rz5XL1.js';
|
|
7
7
|
import './PopoverDesktop.js';
|
|
8
8
|
import '../../consts/index.js';
|
|
9
9
|
import '@babel/runtime/helpers/defineProperty';
|
|
@@ -21,11 +21,12 @@ import 'react-dropzone';
|
|
|
21
21
|
import '../SVGIcons/IconUpload.js';
|
|
22
22
|
import '../FileUpload/types.js';
|
|
23
23
|
import '../../helpers/format-date.js';
|
|
24
|
+
import 'dayjs/plugin/utc';
|
|
24
25
|
import '../../helpers/locale.js';
|
|
25
26
|
import '../../type/locale.js';
|
|
26
27
|
import '../../helpers/storage.js';
|
|
27
28
|
import 'react-toastify';
|
|
28
|
-
import '
|
|
29
|
+
import 'motion/react';
|
|
29
30
|
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
30
31
|
import '../../hooks/useOnOutsideClick.js';
|
|
31
32
|
import '../../hooks/useHideBodyScroll.js';
|
|
@@ -38,10 +39,11 @@ import '../../hooks/useGetElemPositions.js';
|
|
|
38
39
|
import '../../hooks/useGetTooltipPosition.js';
|
|
39
40
|
import '../../hooks/useHideOnScroll.js';
|
|
40
41
|
import 'react-syntax-highlighter';
|
|
42
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
41
43
|
import '../Link/Link.js';
|
|
42
44
|
import '../SVGIcons/IconInfo.js';
|
|
43
|
-
import '
|
|
44
|
-
import '
|
|
45
|
+
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
46
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
45
47
|
import '@babel/runtime/helpers/typeof';
|
|
46
48
|
import '../SVGIcons/IconDismissFilled.js';
|
|
47
49
|
import '../SVGIcons/IconDelete.js';
|
|
@@ -42,7 +42,7 @@ var PopoverDesktop = function PopoverDesktop(props) {
|
|
|
42
42
|
}),
|
|
43
43
|
popoverPosition = _useGetTooltipStyles.tooltipPosition,
|
|
44
44
|
popoverStyles = _useGetTooltipStyles.tooltipStyles;
|
|
45
|
-
useHideOnScroll(hideMessage);
|
|
45
|
+
useHideOnScroll(hideMessage, parent);
|
|
46
46
|
useOnOutsideClick(popoverRef, hideMessage, clicked, useId());
|
|
47
47
|
return /*#__PURE__*/React.createElement(React.Fragment, null, clicked && /*#__PURE__*/React.createElement("div", {
|
|
48
48
|
"data-id": dataId ? "".concat(dataId, "-popover-content") : '',
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { e as PopoverMobile } from '../../Alert
|
|
2
|
+
export { e as PopoverMobile } from '../../Alert--0rz5XL1.js';
|
|
3
3
|
import '@babel/runtime/helpers/extends';
|
|
4
4
|
import '@babel/runtime/helpers/slicedToArray';
|
|
5
5
|
import 'classnames';
|
|
6
|
-
import '
|
|
6
|
+
import 'motion/react';
|
|
7
7
|
import '../../consts/index.js';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import '../../hooks/useScreenSize.js';
|
|
@@ -13,6 +13,7 @@ import '@babel/runtime/helpers/objectWithoutProperties';
|
|
|
13
13
|
import '../Text/Text.js';
|
|
14
14
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
16
17
|
import '../Link/Link.js';
|
|
17
18
|
import '../Alert/consts.js';
|
|
18
19
|
import '../../helperComponents/Loader/Loader.js';
|
|
@@ -21,6 +22,7 @@ import '../SVGIcons/IconUpload.js';
|
|
|
21
22
|
import '../../type/file-upload.js';
|
|
22
23
|
import '../FileUpload/types.js';
|
|
23
24
|
import '../../helpers/format-date.js';
|
|
25
|
+
import 'dayjs/plugin/utc';
|
|
24
26
|
import '../../helpers/locale.js';
|
|
25
27
|
import '../../type/locale.js';
|
|
26
28
|
import '../../helpers/storage.js';
|
|
@@ -40,8 +42,8 @@ import '../../hooks/useHideOnScroll.js';
|
|
|
40
42
|
import '../../utils/helpers.js';
|
|
41
43
|
import './PopoverDesktop.js';
|
|
42
44
|
import '../SVGIcons/IconInfo.js';
|
|
43
|
-
import '
|
|
44
|
-
import '
|
|
45
|
+
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
46
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
45
47
|
import '@babel/runtime/helpers/typeof';
|
|
46
48
|
import '../SVGIcons/IconDismissFilled.js';
|
|
47
49
|
import '../SVGIcons/IconDelete.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { P as Popover } from '../../Alert
|
|
1
|
+
export { P as Popover } from '../../Alert--0rz5XL1.js';
|
|
2
2
|
import '@babel/runtime/helpers/extends';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../Alert/consts.js';
|
|
@@ -19,12 +19,13 @@ import 'react-dropzone';
|
|
|
19
19
|
import '../SVGIcons/IconUpload.js';
|
|
20
20
|
import '../FileUpload/types.js';
|
|
21
21
|
import '../../helpers/format-date.js';
|
|
22
|
+
import 'dayjs/plugin/utc';
|
|
22
23
|
import '../../helpers/locale.js';
|
|
23
24
|
import '../../type/locale.js';
|
|
24
25
|
import '../../helpers/storage.js';
|
|
25
26
|
import 'react-toastify';
|
|
26
27
|
import '../../hooks/useGetIsMobile.js';
|
|
27
|
-
import '
|
|
28
|
+
import 'motion/react';
|
|
28
29
|
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
29
30
|
import '../../hooks/useOnOutsideClick.js';
|
|
30
31
|
import '../../hooks/useHideBodyScroll.js';
|
|
@@ -37,11 +38,12 @@ import '../../hooks/useGetElemPositions.js';
|
|
|
37
38
|
import '../../hooks/useGetTooltipPosition.js';
|
|
38
39
|
import '../../hooks/useHideOnScroll.js';
|
|
39
40
|
import 'react-syntax-highlighter';
|
|
41
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
40
42
|
import '../Link/Link.js';
|
|
41
43
|
import './PopoverDesktop.js';
|
|
42
44
|
import '../SVGIcons/IconInfo.js';
|
|
43
|
-
import '
|
|
44
|
-
import '
|
|
45
|
+
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
46
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
45
47
|
import '@babel/runtime/helpers/typeof';
|
|
46
48
|
import '../SVGIcons/IconDismissFilled.js';
|
|
47
49
|
import '../SVGIcons/IconDelete.js';
|
|
@@ -11,9 +11,10 @@ export interface TPopoverProps extends IFormCompProps {
|
|
|
11
11
|
elemRef?: HTMLElement;
|
|
12
12
|
id?: string | number;
|
|
13
13
|
mobileTitle?: string;
|
|
14
|
+
stopPropagation?: boolean;
|
|
14
15
|
}
|
|
15
16
|
export interface TPopoverDesktopProps extends TPopoverProps {
|
|
16
|
-
showMessage: () => void;
|
|
17
|
+
showMessage: (evnt: Event) => void;
|
|
17
18
|
hideMessage: () => void;
|
|
18
19
|
parent: HTMLElement | null;
|
|
19
20
|
}
|
|
@@ -3,16 +3,17 @@ import { Radio } from './Radio.js';
|
|
|
3
3
|
import { Label } from '../../helperComponents/Label/Label.js';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import 'dayjs';
|
|
6
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
6
7
|
import '@babel/runtime/helpers/extends';
|
|
7
8
|
import '@babel/runtime/helpers/slicedToArray';
|
|
8
9
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
9
10
|
import '@babel/runtime/helpers/defineProperty';
|
|
10
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
11
11
|
import '../../consts/index.js';
|
|
12
12
|
import '../../hooks/useScreenSize.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
|
-
import '../../Alert
|
|
14
|
+
import '../../Alert--0rz5XL1.js';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
16
17
|
import '../Text/Text.js';
|
|
17
18
|
import '../../utils/helpers.js';
|
|
18
19
|
import '../../type/file-upload.js';
|
|
@@ -22,12 +23,13 @@ import 'react-dropzone';
|
|
|
22
23
|
import '../SVGIcons/IconUpload.js';
|
|
23
24
|
import '../FileUpload/types.js';
|
|
24
25
|
import '../../helpers/format-date.js';
|
|
26
|
+
import 'dayjs/plugin/utc';
|
|
25
27
|
import '../../helpers/locale.js';
|
|
26
28
|
import '../../type/locale.js';
|
|
27
29
|
import '../../helpers/storage.js';
|
|
28
30
|
import 'react-toastify';
|
|
29
31
|
import '../../hooks/useGetIsMobile.js';
|
|
30
|
-
import '
|
|
32
|
+
import 'motion/react';
|
|
31
33
|
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
32
34
|
import '../../hooks/useOnOutsideClick.js';
|
|
33
35
|
import '../../hooks/useHideBodyScroll.js';
|
|
@@ -42,8 +44,8 @@ import '../../hooks/useHideOnScroll.js';
|
|
|
42
44
|
import '../Link/Link.js';
|
|
43
45
|
import '../Popover/PopoverDesktop.js';
|
|
44
46
|
import '../SVGIcons/IconInfo.js';
|
|
45
|
-
import '
|
|
46
|
-
import '
|
|
47
|
+
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
48
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
47
49
|
import '@babel/runtime/helpers/typeof';
|
|
48
50
|
import '../SVGIcons/IconDismissFilled.js';
|
|
49
51
|
import '../SVGIcons/IconDelete.js';
|
|
@@ -6,28 +6,29 @@ import 'classnames';
|
|
|
6
6
|
import '../../utils/helpers.js';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import '../../helperComponents/Label/Label.js';
|
|
9
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
9
10
|
import '@babel/runtime/helpers/extends';
|
|
10
11
|
import '@babel/runtime/helpers/slicedToArray';
|
|
11
12
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
12
13
|
import '@babel/runtime/helpers/defineProperty';
|
|
13
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
14
14
|
import '../../consts/index.js';
|
|
15
15
|
import '../../type/file-upload.js';
|
|
16
16
|
import '../../hooks/useScreenSize.js';
|
|
17
17
|
import 'react-hook-form';
|
|
18
|
-
import '../../Alert
|
|
18
|
+
import '../../Alert--0rz5XL1.js';
|
|
19
19
|
import '../Alert/consts.js';
|
|
20
20
|
import '../../helperComponents/Loader/Loader.js';
|
|
21
21
|
import 'react-dropzone';
|
|
22
22
|
import '../SVGIcons/IconUpload.js';
|
|
23
23
|
import '../FileUpload/types.js';
|
|
24
24
|
import '../../helpers/format-date.js';
|
|
25
|
+
import 'dayjs/plugin/utc';
|
|
25
26
|
import '../../helpers/locale.js';
|
|
26
27
|
import '../../type/locale.js';
|
|
27
28
|
import '../../helpers/storage.js';
|
|
28
29
|
import 'react-toastify';
|
|
29
30
|
import '../../hooks/useGetIsMobile.js';
|
|
30
|
-
import '
|
|
31
|
+
import 'motion/react';
|
|
31
32
|
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
32
33
|
import '../../hooks/useOnOutsideClick.js';
|
|
33
34
|
import '../../hooks/useHideBodyScroll.js';
|
|
@@ -40,11 +41,12 @@ import '../../hooks/useGetElemPositions.js';
|
|
|
40
41
|
import '../../hooks/useGetTooltipPosition.js';
|
|
41
42
|
import '../../hooks/useHideOnScroll.js';
|
|
42
43
|
import 'react-syntax-highlighter';
|
|
44
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
43
45
|
import '../Link/Link.js';
|
|
44
46
|
import '../Popover/PopoverDesktop.js';
|
|
45
47
|
import '../SVGIcons/IconInfo.js';
|
|
46
|
-
import '
|
|
47
|
-
import '
|
|
48
|
+
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
49
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
48
50
|
import '@babel/runtime/helpers/typeof';
|
|
49
51
|
import '../SVGIcons/IconDismissFilled.js';
|
|
50
52
|
import '../SVGIcons/IconDelete.js';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconAirplaneTakeOff = function IconAirplaneTakeOff(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M8.31551 8.40816L7.54364 7.28135C6.59057 5.89 7.58682 4 9.27329 4C9.75351 4 10.2192 4.16486 10.5924 4.46701L13.1732 6.55618C13.4827 6.22856 13.852 5.87691 14.2634 5.55966C14.9221 5.0518 15.7632 4.57418 16.6924 4.50263C18.9302 4.33032 20.6017 5.7461 21.547 6.82923C22.0357 7.38921 22.1337 8.09723 21.9247 8.71205C21.7201 9.31393 21.2312 9.80871 20.5828 10.0323L15.212 11.8842L12.0496 16.1009C11.6249 16.6672 10.9584 17.0004 10.2506 17.0004C8.83529 17.0004 7.77186 15.7086 8.04385 14.3196L8.29513 13.0364L5.7653 13.5826C4.34291 13.8897 3 12.8058 3 11.3506V7.69166C3 6.75761 3.7572 6.00041 4.69125 6.00041C5.31015 6.00041 5.87962 6.33847 6.17598 6.8818L7.14191 8.65266L8.31551 8.40816ZM8.78114 6.43365L9.90662 8.07668L11.8053 7.68112C11.8953 7.66237 11.9844 7.63316 12.0714 7.59414L9.64863 5.63288C9.54243 5.54691 9.40993 5.5 9.27329 5.5C8.79343 5.5 8.50996 6.03777 8.78114 6.43365ZM16.8076 5.9982C16.3011 6.0372 15.7399 6.31535 15.1793 6.74757C14.63 7.17109 14.1517 7.68771 13.8188 8.08877C13.3987 8.5949 12.813 9.00339 12.1113 9.14959L6.90297 10.2346C6.5794 10.3021 6.24985 10.1497 6.09158 9.85955L4.85914 7.60008C4.82563 7.53864 4.76123 7.50041 4.69125 7.50041C4.58562 7.50041 4.5 7.58604 4.5 7.69166V11.3506C4.5 11.8498 4.96073 12.2217 5.44873 12.1164L9.09172 11.3298C9.33829 11.2766 9.59511 11.3509 9.7752 11.5275C9.95528 11.7041 10.0345 11.9595 9.98602 12.207L9.51589 14.6078C9.42534 15.0703 9.7794 15.5004 10.2506 15.5004C10.4863 15.5004 10.7082 15.3895 10.8496 15.2009L14.15 10.8002C14.2399 10.6802 14.3638 10.59 14.5055 10.5411L20.0938 8.61424C20.3174 8.53712 20.4536 8.37897 20.5045 8.22935C20.5509 8.09266 20.5347 7.95059 20.4168 7.81553C19.5642 6.83853 18.3185 5.88186 16.8076 5.9982ZM3.75 19.5C3.33579 19.5 3 19.8358 3 20.25C3 20.6642 3.33579 21 3.75 21H20.25C20.6642 21 21 20.6642 21 20.25C21 19.8358 20.6642 19.5 20.25 19.5H3.75Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconAirplaneTakeOff, IconAirplaneTakeOff as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconAirplaneTakeOffFilled = function IconAirplaneTakeOffFilled(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M12.3937 5.92516L10.5225 4.41035C10.1945 4.14486 9.78533 4 9.36338 4C7.956 4 7.06844 5.51429 7.75609 6.74223L8.13761 7.42352L11.6014 6.7019C11.6567 6.69037 11.7711 6.64122 11.8952 6.49173C12.0355 6.32272 12.2028 6.1297 12.3937 5.92516ZM3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20ZM21.547 6.82934C20.6017 5.74617 18.9302 4.33032 16.6924 4.50263C15.7632 4.57418 14.9221 5.0518 14.2634 5.55966C13.5935 6.07622 13.0355 6.68399 12.6647 7.13069C12.4221 7.42283 12.1192 7.61572 11.8053 7.68112L7.14191 8.65266L6.17598 6.8818C5.87962 6.33847 5.31015 6.00041 4.69125 6.00041C3.7572 6.00041 3 6.75761 3 7.69166V11.3815C3 12.822 4.31234 13.906 5.72694 13.6339L9.02764 12.999L8.51953 14.2331C7.97639 15.5522 8.94626 17.0004 10.3728 17.0004C11.0037 17.0004 11.5978 16.7034 11.9763 16.1987L15.212 11.8842L20.5827 10.0324C21.2312 9.80882 21.7201 9.31405 21.9247 8.71216C22.1337 8.09735 22.0357 7.38933 21.547 6.82934Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconAirplaneTakeOffFilled, IconAirplaneTakeOffFilled as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconChartPerson = function IconChartPerson(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V3H5.25C3.45507 3 2 4.45507 2 6.25V15.75C2 17.5449 3.45507 19 5.25 19H7.64847L6.17333 20.7699C5.90813 21.0881 5.95109 21.561 6.26928 21.8262C6.58747 22.0914 7.0604 22.0485 7.32559 21.7303L9.60114 19H13.1089C13.2868 18.3851 13.672 17.8583 14.1837 17.5H5.25C4.2835 17.5 3.5 16.7165 3.5 15.75V6.25C3.5 5.2835 4.2835 4.5 5.25 4.5H18.75C19.7165 4.5 20.5 5.2835 20.5 6.25V11.6273C21.4067 12.2598 22 13.3106 22 14.5V6.25C22 4.45507 20.5449 3 18.75 3H12.5V2.75ZM6 7.75C6 7.33579 6.33579 7 6.75 7H10.75C11.1642 7 11.5 7.33579 11.5 7.75C11.5 8.16421 11.1642 8.5 10.75 8.5H6.75C6.33579 8.5 6 8.16421 6 7.75ZM6.75 10C6.33579 10 6 10.3358 6 10.75C6 11.1642 6.33579 11.5 6.75 11.5H13.25C13.6642 11.5 14 11.1642 14 10.75C14 10.3358 13.6642 10 13.25 10H6.75ZM6 13.75C6 13.3358 6.33579 13 6.75 13H12.25C12.6642 13 13 13.3358 13 13.75C13 14.1642 12.6642 14.5 12.25 14.5H6.75C6.33579 14.5 6 14.1642 6 13.75ZM21 14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5C16 13.1193 17.1193 12 18.5 12C19.8807 12 21 13.1193 21 14.5ZM23 19.875C23 21.4315 21.7143 23 18.5 23C15.2857 23 14 21.4374 14 19.875V19.772C14 18.7929 14.7937 18 15.7727 18H21.2273C22.2063 18 23 18.793 23 19.772V19.875Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconChartPerson, IconChartPerson as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconChartPersonFilled = function IconChartPersonFilled(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V3H5.25C3.45507 3 2 4.45507 2 6.25V15.75C2 17.5449 3.45507 19 5.25 19H7.64847L6.17333 20.7699C5.90813 21.0881 5.95109 21.561 6.26928 21.8262C6.58747 22.0914 7.0604 22.0485 7.32559 21.7303L9.60114 19H13.1089C13.4433 17.8442 14.5097 17 15.7727 17H16.0505C15.4022 16.3647 15 15.4793 15 14.5C15 12.567 16.567 11 18.5 11C20.433 11 22 12.567 22 14.5V6.25C22 4.45507 20.5449 3 18.75 3H12.5V2.75ZM6 7.75C6 7.33579 6.33579 7 6.75 7H10.75C11.1642 7 11.5 7.33579 11.5 7.75C11.5 8.16421 11.1642 8.5 10.75 8.5H6.75C6.33579 8.5 6 8.16421 6 7.75ZM6.75 10H13.25C13.6642 10 14 10.3358 14 10.75C14 11.1642 13.6642 11.5 13.25 11.5H6.75C6.33579 11.5 6 11.1642 6 10.75C6 10.3358 6.33579 10 6.75 10ZM6.75 13H12.25C12.6642 13 13 13.3358 13 13.75C13 14.1642 12.6642 14.5 12.25 14.5H6.75C6.33579 14.5 6 14.1642 6 13.75C6 13.3358 6.33579 13 6.75 13ZM21 14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5C16 13.1193 17.1193 12 18.5 12C19.8807 12 21 13.1193 21 14.5ZM23 19.875C23 21.4315 21.7143 23 18.5 23C15.2857 23 14 21.4374 14 19.875V19.772C14 18.7929 14.7937 18 15.7727 18H21.2273C22.2063 18 23 18.793 23 19.772V19.875Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconChartPersonFilled, IconChartPersonFilled as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconFastAcceleration = function IconFastAcceleration(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M13.4999 4C18.1943 4 21.9999 7.80558 21.9999 12.5C21.9999 17.1944 18.1943 21 13.4999 21C11.7092 21 10.0478 20.4463 8.67766 19.5007L1.75146 19.5C1.33725 19.5 1.00146 19.1642 1.00146 18.75C1.00146 18.3703 1.28362 18.0565 1.64969 18.0068L1.75146 18L7.01976 18.001C6.62837 17.5404 6.28521 17.0376 5.99809 16.5002L3.74693 16.5C3.33272 16.5 2.99693 16.1642 2.99693 15.75C2.99693 15.3703 3.27908 15.0565 3.64516 15.0068L3.74693 15L5.37379 15.0011C5.1307 14.2103 4.99986 13.3705 4.99986 12.5C4.99986 10.4025 5.7596 8.48241 7.01892 6.99997L2.74986 7C2.33564 7 1.99986 6.66421 1.99986 6.25C1.99986 5.8703 2.28201 5.55651 2.64809 5.50685L2.74986 5.5L8.67667 5.49999C10.047 4.554 11.7087 4 13.4999 4ZM13.4999 5.5C9.63386 5.5 6.49986 8.63401 6.49986 12.5C6.49986 16.366 9.63386 19.5 13.4999 19.5C17.3659 19.5 20.4999 16.366 20.4999 12.5C20.4999 8.63401 17.3659 5.5 13.4999 5.5ZM13.503 7.00169C16.5414 7.00169 19.0045 9.46479 19.0045 12.5032C19.0045 15.5416 16.5414 18.0047 13.503 18.0047C10.4646 18.0047 8.00155 15.5416 8.00155 12.5032C8.00155 9.46479 10.4646 7.00169 13.503 7.00169ZM14.6543 14.7161C14.309 14.8963 13.9163 14.9982 13.4999 14.9982C13.0878 14.9982 12.699 14.8984 12.3564 14.7218L11.2605 15.8177C11.9002 16.2513 12.672 16.5047 13.503 16.5047C14.3367 16.5047 15.1107 16.2497 15.7516 15.8136L14.6543 14.7161ZM9.50155 12.5032C9.50155 13.3394 9.75806 14.1157 10.1967 14.7577L11.2896 13.6665C11.1052 13.318 11.0008 12.9208 11.0008 12.4991C11.0008 12.0822 11.1028 11.6892 11.2833 11.3436L10.1926 10.2546C9.75646 10.8955 9.50155 11.6695 9.50155 12.5032ZM16.8175 10.2606L15.7226 11.3556C15.8992 11.6983 15.9989 12.087 15.9989 12.4991C15.9989 12.916 15.8969 13.309 15.7164 13.6545L16.8135 14.7517C17.2496 14.1109 17.5045 13.3368 17.5045 12.5032C17.5045 11.6722 17.2512 10.9003 16.8175 10.2606ZM13.4999 11.5C12.9481 11.5 12.5008 11.9473 12.5008 12.4991C12.5008 13.0509 12.9481 13.4982 13.4999 13.4982C14.0516 13.4982 14.4989 13.0509 14.4989 12.4991C14.4989 11.9473 14.0516 11.5 13.4999 11.5ZM13.503 8.50169C12.669 8.50169 11.8945 8.75687 11.2535 9.19342L12.3434 10.2831C12.6892 10.1023 13.0826 10 13.4999 10C13.9211 10 14.318 10.1042 14.6662 10.2883L15.7576 9.19684C15.1156 8.7582 14.3393 8.50169 13.503 8.50169Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconFastAcceleration, IconFastAcceleration as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconFastAccelerationFilled = function IconFastAccelerationFilled(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M13.4999 4C18.1943 4 21.9999 7.80558 21.9999 12.5C21.9999 17.1944 18.1943 21 13.4999 21C11.7092 21 10.0478 20.4463 8.67766 19.5007L1.75146 19.5C1.33725 19.5 1.00146 19.1642 1.00146 18.75C1.00146 18.3703 1.28362 18.0565 1.64969 18.0068L1.75146 18L7.01976 18.001C6.62837 17.5404 6.28521 17.0376 5.99809 16.5002L3.74693 16.5C3.33272 16.5 2.99693 16.1642 2.99693 15.75C2.99693 15.3703 3.27908 15.0565 3.64516 15.0068L3.74693 15L5.37379 15.0011C5.1307 14.2103 4.99986 13.3705 4.99986 12.5C4.99986 10.4025 5.7596 8.48241 7.01892 6.99997L2.74986 7C2.33564 7 1.99986 6.66421 1.99986 6.25C1.99986 5.8703 2.28201 5.55651 2.64809 5.50685L2.74986 5.5L8.67667 5.49999C10.047 4.554 11.7087 4 13.4999 4ZM14.6543 14.7161C14.309 14.8963 13.9163 14.9982 13.4999 14.9982C13.0878 14.9982 12.699 14.8984 12.3564 14.7218L11.2605 15.8177C11.9002 16.2513 12.672 16.5047 13.503 16.5047C14.3367 16.5047 15.1107 16.2497 15.7516 15.8136L14.6543 14.7161ZM9.50155 12.5032C9.50155 13.3394 9.75806 14.1157 10.1967 14.7577L11.2896 13.6665C11.1052 13.318 11.0008 12.9208 11.0008 12.4991C11.0008 12.0822 11.1028 11.6892 11.2833 11.3436L10.1926 10.2546C9.75646 10.8955 9.50155 11.6695 9.50155 12.5032ZM16.8175 10.2606L15.7226 11.3556C15.8992 11.6983 15.9989 12.087 15.9989 12.4991C15.9989 12.916 15.8969 13.309 15.7164 13.6545L16.8135 14.7517C17.2496 14.1109 17.5045 13.3368 17.5045 12.5032C17.5045 11.6722 17.2512 10.9003 16.8175 10.2606ZM13.4999 11.5C12.9481 11.5 12.5008 11.9473 12.5008 12.4991C12.5008 13.0509 12.9481 13.4982 13.4999 13.4982C14.0516 13.4982 14.4989 13.0509 14.4989 12.4991C14.4989 11.9473 14.0516 11.5 13.4999 11.5ZM13.503 8.50169C12.669 8.50169 11.8945 8.75687 11.2535 9.19342L12.3434 10.2831C12.6892 10.1023 13.0826 10 13.4999 10C13.9211 10 14.318 10.1042 14.6662 10.2883L15.7576 9.19684C15.1156 8.7582 14.3393 8.50169 13.503 8.50169Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconFastAccelerationFilled, IconFastAccelerationFilled as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconFeed = function IconFeed(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M6.52832 7.75C6.52832 8.16421 6.19253 8.5 5.77832 8.5C5.36411 8.5 5.02832 8.16421 5.02832 7.75C5.02832 7.33579 5.36411 7 5.77832 7C6.19253 7 6.52832 7.33579 6.52832 7.75ZM5.78125 15C5.36704 15 5.03125 15.3358 5.03125 15.75C5.03125 16.1642 5.36704 16.5 5.78125 16.5H10.7812C11.1955 16.5 11.5312 16.1642 11.5312 15.75C11.5312 15.3358 11.1955 15 10.7812 15H5.78125ZM5.03125 11.75C5.03125 11.3358 5.36704 11 5.78125 11H10.7812C11.1955 11 11.5312 11.3358 11.5312 11.75C11.5312 12.1642 11.1955 12.5 10.7812 12.5H5.78125C5.36704 12.5 5.03125 12.1642 5.03125 11.75ZM15 21C15.9411 20.9936 16.7494 20.3272 16.9342 19.4032L17.4149 17H20.25C21.2165 17 22 16.2165 22 15.25V9.26115C22 8.01607 20.9937 7.00603 19.75 7.00003V6.99609H14.5V5.25C14.5 4.00736 13.4926 3 12.25 3H4.25C3.00736 3 2 4.00736 2 5.25V17.75C2 19.5449 3.45507 21 5.25 21H14.9864L15 21ZM3.5 5.25C3.5 4.83579 3.83579 4.5 4.25 4.5H12.25C12.6642 4.5 13 4.83579 13 5.25V19.0136C13 19.1814 13.0208 19.3444 13.06 19.5H5.25C4.2835 19.5 3.5 18.7165 3.5 17.75V5.25ZM14.5 8.49609H17.6109C17.5737 8.5997 17.5437 8.70708 17.5216 8.8177L15.4633 19.109C15.4179 19.3363 15.2183 19.5 14.9864 19.5C14.7178 19.5 14.5 19.2822 14.5 19.0136V8.49609ZM18.9925 9.11188C19.0636 8.7561 19.376 8.5 19.7388 8.5C20.1592 8.5 20.5 8.84078 20.5 9.26115V15.25C20.5 15.3881 20.3881 15.5 20.25 15.5H17.7149L18.9925 9.11188Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconFeed, IconFeed as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconFeedFilled = function IconFeedFilled(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M15 21C15.9411 20.9936 16.7494 20.3272 16.9342 19.4032L17.4149 17H20.25C21.2165 17 22 16.2165 22 15.25V9.26115C22 8.01607 20.9937 7.00603 19.75 7.00003V6.99609H14.5V5.25C14.5 4.00736 13.4926 3 12.25 3H4.25C3.00736 3 2 4.00736 2 5.25V17.75C2 19.5449 3.45507 21 5.25 21H14.9864L15 21ZM17.5216 8.8177L15.4633 19.109C15.4179 19.3363 15.2183 19.5 14.9864 19.5C14.7178 19.5 14.5 19.2822 14.5 19.0136V8.49609H17.6109C17.5737 8.5997 17.5437 8.70708 17.5216 8.8177ZM5.77832 8.5C5.36411 8.5 5.02832 8.16421 5.02832 7.75C5.02832 7.33579 5.36411 7 5.77832 7C6.19253 7 6.52832 7.33579 6.52832 7.75C6.52832 8.16421 6.19253 8.5 5.77832 8.5ZM5.03125 15.75C5.03125 15.3358 5.36704 15 5.78125 15H10.7812C11.1955 15 11.5312 15.3358 11.5312 15.75C11.5312 16.1642 11.1955 16.5 10.7812 16.5H5.78125C5.36704 16.5 5.03125 16.1642 5.03125 15.75ZM5.78125 11H10.7812C11.1955 11 11.5312 11.3358 11.5312 11.75C11.5312 12.1642 11.1955 12.5 10.7812 12.5H5.78125C5.36704 12.5 5.03125 12.1642 5.03125 11.75C5.03125 11.3358 5.36704 11 5.78125 11Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconFeedFilled, IconFeedFilled as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
var IconLibrary = function IconLibrary(_ref) {
|
|
6
|
+
var size = _ref.size,
|
|
7
|
+
type = _ref.type,
|
|
8
|
+
_ref$className = _ref.className,
|
|
9
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
+
onClick = _ref.onClick,
|
|
11
|
+
refHandler = _ref.refHandler,
|
|
12
|
+
id = _ref.id,
|
|
13
|
+
dataId = _ref.dataId;
|
|
14
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
onClick: onClick,
|
|
20
|
+
ref: refHandler,
|
|
21
|
+
id: id,
|
|
22
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M4 3H5C6.05382 3 6.91812 3.8164 6.99451 4.85081L7 5V19C7 20.0538 6.1836 20.9181 5.14919 20.9945L5 21H4C2.94618 21 2.08188 20.1836 2.00549 19.1492L2 19V5C2 3.94618 2.8164 3.08188 3.85081 3.00549L4 3H5H4ZM10 3H11C12.0538 3 12.9181 3.8164 12.9945 4.85081L13 5V19C13 20.0538 12.1836 20.9181 11.1492 20.9945L11 21H10C8.94618 21 8.08188 20.1836 8.00549 19.1492L8 19V5C8 3.94618 8.8164 3.08188 9.85081 3.00549L10 3H11H10ZM16.9743 5.0005C17.8138 5.0005 18.5825 5.5311 18.8643 6.34636L18.9113 6.5025L21.9263 18.2485C22.1888 19.2689 21.613 20.3094 20.6295 20.6402L20.4863 20.6825L19.5173 20.9315C19.3513 20.9735 19.1833 20.9945 19.0193 20.9945C18.1807 20.9945 17.4112 20.463 17.1302 19.6476L17.0833 19.4915L14.0673 7.7465C13.8058 6.72514 14.3807 5.68555 15.3649 5.35484L15.5083 5.3125L16.4763 5.0635C16.6423 5.0205 16.8103 5.0005 16.9743 5.0005ZM5 4.5H4C3.75467 4.5 3.55042 4.67778 3.50806 4.91043L3.5 5V19C3.5 19.2444 3.67699 19.4494 3.91016 19.4919L4 19.5H5C5.24533 19.5 5.44958 19.3222 5.49194 19.0896L5.5 19V5C5.5 4.75556 5.32301 4.55062 5.08984 4.50809L5 4.5ZM11 4.5H10C9.75467 4.5 9.55042 4.67778 9.50806 4.91043L9.5 5V19C9.5 19.2444 9.67699 19.4494 9.91016 19.4919L10 19.5H11C11.2453 19.5 11.4496 19.3222 11.4919 19.0896L11.5 19V5C11.5 4.75556 11.323 4.55062 11.0898 4.50809L11 4.5ZM16.9753 6.5005L16.9119 6.50437L16.8493 6.5165L15.8813 6.7645C15.7063 6.8095 15.6143 6.9275 15.5743 6.9955C15.5431 7.0483 15.4985 7.14718 15.5049 7.27422L15.5203 7.3745L18.5363 19.1185C18.6023 19.3765 18.8333 19.4945 19.0193 19.4945L19.0818 19.4906L19.1443 19.4785L20.1133 19.2295C20.3515 19.1691 20.5052 18.9458 20.4879 18.7102L20.4733 18.6215L17.4583 6.8755C17.3913 6.6185 17.1613 6.5005 16.9753 6.5005Z",
|
|
25
|
+
fill: "#222222"
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { IconLibrary, IconLibrary as default };
|