hrm_ui_lib 1.6.37 → 1.6.39

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 (117) hide show
  1. package/{Alert-8a18c132.js → Alert-fd6d6af9.js} +1 -1
  2. package/components/Alert/Alert.js +1 -1
  3. package/components/Alert/index.js +1 -1
  4. package/components/Avatar/Avatar.js +1 -1
  5. package/components/Avatar/AvatarGroup.js +1 -1
  6. package/components/Avatar/index.js +1 -1
  7. package/components/Button/Button.js +1 -1
  8. package/components/Button/index.js +1 -1
  9. package/components/CardBody/CardBody.js +1 -1
  10. package/components/CardBody/index.js +1 -1
  11. package/components/CardSelect/CardSelect.js +1 -1
  12. package/components/CardSelect/CardSelectGroup.js +1 -1
  13. package/components/CardSelect/components/CardInput.js +1 -1
  14. package/components/CardSelect/components/index.js +1 -1
  15. package/components/CardSelect/index.js +1 -1
  16. package/components/Checkbox/Checkbox.js +1 -1
  17. package/components/Checkbox/index.js +1 -1
  18. package/components/Copy/Copy.js +1 -1
  19. package/components/Copy/index.js +1 -1
  20. package/components/Counter/Counter.js +1 -1
  21. package/components/Counter/index.js +1 -1
  22. package/components/DatePicker/CustomHeader/CustomHeader.js +1 -1
  23. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +1 -1
  24. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +1 -1
  25. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +1 -1
  26. package/components/DatePicker/RangeDatePicker/index.js +1 -1
  27. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +1 -1
  28. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +1 -1
  29. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +1 -1
  30. package/components/DatePicker/SimpleDatePicker/index.js +1 -1
  31. package/components/DatePicker/TimePicker/MobileModalContent.js +1 -1
  32. package/components/DatePicker/TimePicker/TimePicker.js +1 -1
  33. package/components/DatePicker/TimePicker/TimePickerDesktop.js +1 -1
  34. package/components/DatePicker/TimePicker/TimePickerMobile.js +1 -1
  35. package/components/DatePicker/TimePicker/index.js +1 -1
  36. package/components/DatePicker/index.js +1 -1
  37. package/components/Empty/Empty.js +1 -1
  38. package/components/Empty/index.js +1 -1
  39. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +1 -1
  40. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -1
  41. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +1 -1
  42. package/components/FileUpload/DropzoneFileUpload/helpers.js +1 -1
  43. package/components/FileUpload/DropzoneFileUpload/index.js +1 -1
  44. package/components/FileUpload/FileUpload.js +1 -1
  45. package/components/FileUpload/UploadItems.js +1 -1
  46. package/components/FileUpload/index.js +1 -1
  47. package/components/FormContainer/FormContainer.js +1 -1
  48. package/components/FormContainer/index.js +1 -1
  49. package/components/FormField/FormField.js +1 -1
  50. package/components/FormField/index.js +1 -1
  51. package/components/Input/Input.js +1 -1
  52. package/components/Input/index.js +1 -1
  53. package/components/ItemSelect/ItemSelect.js +1 -1
  54. package/components/ItemSelect/ItemSelectGroup.js +1 -1
  55. package/components/ItemSelect/index.js +1 -1
  56. package/components/Link/Link.js +2 -2
  57. package/components/Menu/Menu.js +1 -1
  58. package/components/Menu/NestedMenu.js +1 -1
  59. package/components/Menu/index.js +1 -1
  60. package/components/Modal/Modal.js +1 -1
  61. package/components/Modal/ModalConfirmation.js +1 -1
  62. package/components/Modal/ModalContent.js +1 -1
  63. package/components/Modal/index.js +1 -1
  64. package/components/More/More.js +1 -1
  65. package/components/More/index.js +1 -1
  66. package/components/Popover/Popover.js +1 -1
  67. package/components/Popover/PopoverDesktop.js +4 -3
  68. package/components/Popover/PopoverMobile.js +1 -1
  69. package/components/Popover/index.js +1 -1
  70. package/components/Radio/RadioGroup.js +1 -1
  71. package/components/Radio/index.js +1 -1
  72. package/components/Select/ButtonSelect/ButtonSelect.js +1 -1
  73. package/components/Select/FilterSelect/FilterDropdown.js +1 -1
  74. package/components/Select/FilterSelect/FilterGroupDropdown.js +1 -1
  75. package/components/Select/FilterSelect/FilterSelect.js +1 -1
  76. package/components/Select/MultiSelect/MobileWrapper.js +1 -1
  77. package/components/Select/MultiSelect/MultiBase/MultiBase.js +1 -1
  78. package/components/Select/MultiSelect/MultiSelect.js +1 -1
  79. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +1 -1
  80. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +1 -1
  81. package/components/Select/MultiSelect/OptionsWrapper.js +1 -1
  82. package/components/Select/NestedSelect/NestedSelect.js +1 -1
  83. package/components/Select/Select/Select.js +1 -1
  84. package/components/Select/Select/SelectDesktop/index.js +1 -1
  85. package/components/Select/Select/SelectMobile/MobileTopContent.js +1 -1
  86. package/components/Select/Select/SelectMobile/index.js +1 -1
  87. package/components/Select/SharedComponents/Actions.js +1 -1
  88. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +1 -1
  89. package/components/Select/SharedComponents/ContentTop.js +1 -1
  90. package/components/Select/SharedComponents/Footer.js +1 -1
  91. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +1 -1
  92. package/components/Select/SharedComponents/index.js +1 -1
  93. package/components/Select/index.js +1 -1
  94. package/components/SideSheet/Footer/Footer.js +1 -1
  95. package/components/SideSheet/SideSheet.js +1 -1
  96. package/components/SideSheet/index.js +1 -1
  97. package/components/Snackbar/Snackbar.js +1 -1
  98. package/components/Snackbar/index.js +1 -1
  99. package/components/Switcher/Switcher.js +1 -1
  100. package/components/Switcher/index.js +1 -1
  101. package/components/Table/Header.js +1 -1
  102. package/components/Table/IndeterminateCheckbox.js +1 -1
  103. package/components/Table/Row.js +1 -1
  104. package/components/Table/Table.js +1 -1
  105. package/components/Table/index.js +1 -1
  106. package/components/Table/utils.js +1 -1
  107. package/components/Textarea/Textarea.js +1 -1
  108. package/components/Textarea/index.js +1 -1
  109. package/helperComponents/GoToWebPage/GoToWebPage.js +1 -1
  110. package/helperComponents/OptionItem/OptionItem.js +1 -1
  111. package/helperComponents/OptionItem/index.js +1 -1
  112. package/helperComponents/index.js +1 -1
  113. package/helpers/check-authorization.js +1 -1
  114. package/helpers/format-date.js +2 -2
  115. package/helpers/index.js +1 -1
  116. package/index.js +1 -1
  117. package/package.json +1 -1
@@ -480,7 +480,7 @@ var PopoverMobile = function PopoverMobile(props) {
480
480
  target: linkAddons.target,
481
481
  className: 'popover__link'
482
482
  }, text) : /*#__PURE__*/React.createElement(Text, {
483
- dataId: "".concat(dataId, "-text"),
483
+ dataId: dataId ? "".concat(dataId, "-popover-text") : '',
484
484
  type: "primary",
485
485
  weight: "regular",
486
486
  lineHeight: "medium",
@@ -3,7 +3,7 @@ import 'react';
3
3
  import './consts.js';
4
4
  import 'classnames';
5
5
  import '../Text/Text.js';
6
- export { A as Alert } from '../../Alert-8a18c132.js';
6
+ export { A as Alert } from '../../Alert-fd6d6af9.js';
7
7
  import '../SVGIcons/IconDismissFilled.js';
8
8
  import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
9
9
  import 'dayjs';
@@ -1,4 +1,4 @@
1
- export { A as Alert } from '../../Alert-8a18c132.js';
1
+ export { A as Alert } from '../../Alert-fd6d6af9.js';
2
2
  import '../../extends-3e40af1f.js';
3
3
  import 'react';
4
4
  import './consts.js';
@@ -2,7 +2,7 @@ import { _ as _slicedToArray } from '../../slicedToArray-2d190e96.js';
2
2
  import React, { useState, useEffect } from 'react';
3
3
  import classNames from 'classnames';
4
4
  import { FileUpload } from '../FileUpload/FileUpload.js';
5
- import '../../Alert-8a18c132.js';
5
+ import '../../Alert-fd6d6af9.js';
6
6
  import { FileUploadMode } from '../FileUpload/types.js';
7
7
  import '../../toConsumableArray-f6050ff2.js';
8
8
  import '../../helperComponents/Label/Label.js';
@@ -22,7 +22,7 @@ import '../../type/file-upload.js';
22
22
  import '../FileUpload/FileUpload.js';
23
23
  import '../../toConsumableArray-f6050ff2.js';
24
24
  import '../FileUpload/types.js';
25
- import '../../Alert-8a18c132.js';
25
+ import '../../Alert-fd6d6af9.js';
26
26
  import '../../extends-3e40af1f.js';
27
27
  import '../Alert/consts.js';
28
28
  import '../../objectWithoutProperties-0edf05e5.js';
@@ -6,7 +6,7 @@ import 'classnames';
6
6
  import '../FileUpload/FileUpload.js';
7
7
  import '../../toConsumableArray-f6050ff2.js';
8
8
  import '../FileUpload/types.js';
9
- import '../../Alert-8a18c132.js';
9
+ import '../../Alert-fd6d6af9.js';
10
10
  import '../../extends-3e40af1f.js';
11
11
  import '../Alert/consts.js';
12
12
  import '../Text/Text.js';
@@ -5,7 +5,7 @@ import 'react';
5
5
  import 'classnames';
6
6
  import 'dayjs';
7
7
  import '../../helperComponents/Loader/Loader.js';
8
- export { B as Button } from '../../Alert-8a18c132.js';
8
+ export { B as Button } from '../../Alert-fd6d6af9.js';
9
9
  import '../../consts/index.js';
10
10
  import '../../hooks/useScreenSize.js';
11
11
  import 'react-hook-form';
@@ -1,4 +1,4 @@
1
- export { B as Button } from '../../Alert-8a18c132.js';
1
+ export { B as Button } from '../../Alert-fd6d6af9.js';
2
2
  import '../../extends-3e40af1f.js';
3
3
  import 'react';
4
4
  import '../Alert/consts.js';
@@ -2,7 +2,7 @@ import { _ as _extends } from '../../extends-3e40af1f.js';
2
2
  import React from 'react';
3
3
  import { Text } from '../Text/Text.js';
4
4
  import { Image } from '../Image/Image.js';
5
- import { B as Button } from '../../Alert-8a18c132.js';
5
+ import { B as Button } from '../../Alert-fd6d6af9.js';
6
6
  import classNames from 'classnames';
7
7
  import '../../utils/helpers.js';
8
8
  import 'dayjs';
@@ -6,7 +6,7 @@ import 'classnames';
6
6
  import '../../utils/helpers.js';
7
7
  import 'dayjs';
8
8
  import '../Image/Image.js';
9
- import '../../Alert-8a18c132.js';
9
+ import '../../Alert-fd6d6af9.js';
10
10
  import '../Alert/consts.js';
11
11
  import '../../defineProperty-2ff83f38.js';
12
12
  import '../../typeof-de618fd6.js';
@@ -30,7 +30,7 @@ import '../../hooks/useScreenSize.js';
30
30
  import '../../slicedToArray-2d190e96.js';
31
31
  import '../../type/file-upload.js';
32
32
  import 'react-hook-form';
33
- import '../../Alert-8a18c132.js';
33
+ import '../../Alert-fd6d6af9.js';
34
34
  import '../Alert/consts.js';
35
35
  import '../../helperComponents/Loader/Loader.js';
36
36
  import '../../toConsumableArray-f6050ff2.js';
@@ -26,7 +26,7 @@ import '../../type/file-upload.js';
26
26
  import '../../hooks/useScreenSize.js';
27
27
  import '../../slicedToArray-2d190e96.js';
28
28
  import 'react-hook-form';
29
- import '../../Alert-8a18c132.js';
29
+ import '../../Alert-fd6d6af9.js';
30
30
  import '../Alert/consts.js';
31
31
  import '../../helperComponents/Loader/Loader.js';
32
32
  import '../../toConsumableArray-f6050ff2.js';
@@ -19,7 +19,7 @@ import '../../../type/file-upload.js';
19
19
  import '../../../hooks/useScreenSize.js';
20
20
  import '../../../slicedToArray-2d190e96.js';
21
21
  import 'react-hook-form';
22
- import '../../../Alert-8a18c132.js';
22
+ import '../../../Alert-fd6d6af9.js';
23
23
  import '../../Alert/consts.js';
24
24
  import '../../../helperComponents/Loader/Loader.js';
25
25
  import '../../../toConsumableArray-f6050ff2.js';
@@ -27,7 +27,7 @@ import '../../../type/file-upload.js';
27
27
  import '../../../hooks/useScreenSize.js';
28
28
  import '../../../slicedToArray-2d190e96.js';
29
29
  import 'react-hook-form';
30
- import '../../../Alert-8a18c132.js';
30
+ import '../../../Alert-fd6d6af9.js';
31
31
  import '../../Alert/consts.js';
32
32
  import '../../../helperComponents/Loader/Loader.js';
33
33
  import '../../../toConsumableArray-f6050ff2.js';
@@ -27,7 +27,7 @@ import '../../type/file-upload.js';
27
27
  import '../../hooks/useScreenSize.js';
28
28
  import '../../slicedToArray-2d190e96.js';
29
29
  import 'react-hook-form';
30
- import '../../Alert-8a18c132.js';
30
+ import '../../Alert-fd6d6af9.js';
31
31
  import '../Alert/consts.js';
32
32
  import '../../helperComponents/Loader/Loader.js';
33
33
  import '../../toConsumableArray-f6050ff2.js';
@@ -2,7 +2,7 @@ import '../../defineProperty-2ff83f38.js';
2
2
  import '../../extends-3e40af1f.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
- export { C as Checkbox } from '../../Alert-8a18c132.js';
5
+ export { C as Checkbox } from '../../Alert-fd6d6af9.js';
6
6
  import '../Link/Link.js';
7
7
  import '../Text/Text.js';
8
8
  import '../SVGIcons/IconInfo.js';
@@ -1,4 +1,4 @@
1
- export { C as Checkbox } from '../../Alert-8a18c132.js';
1
+ export { C as Checkbox } from '../../Alert-fd6d6af9.js';
2
2
  import '../../extends-3e40af1f.js';
3
3
  import 'react';
4
4
  import '../Alert/consts.js';
@@ -1,6 +1,6 @@
1
1
  import { _ as _slicedToArray } from '../../slicedToArray-2d190e96.js';
2
2
  import React, { useState, useRef } from 'react';
3
- import { B as Button, P as Popover } from '../../Alert-8a18c132.js';
3
+ import { B as Button, P as Popover } from '../../Alert-fd6d6af9.js';
4
4
  import { IconCopy } from '../SVGIcons/IconCopy.js';
5
5
  import '../../extends-3e40af1f.js';
6
6
  import '../Alert/consts.js';
@@ -1,7 +1,7 @@
1
1
  export { Copy } from './Copy.js';
2
2
  import '../../slicedToArray-2d190e96.js';
3
3
  import 'react';
4
- import '../../Alert-8a18c132.js';
4
+ import '../../Alert-fd6d6af9.js';
5
5
  import '../../extends-3e40af1f.js';
6
6
  import '../Alert/consts.js';
7
7
  import 'classnames';
@@ -21,7 +21,7 @@ import '../../type/file-upload.js';
21
21
  import '../../hooks/useScreenSize.js';
22
22
  import '../../slicedToArray-2d190e96.js';
23
23
  import 'react-hook-form';
24
- import '../../Alert-8a18c132.js';
24
+ import '../../Alert-fd6d6af9.js';
25
25
  import '../Alert/consts.js';
26
26
  import '../../helperComponents/Loader/Loader.js';
27
27
  import '../../toConsumableArray-f6050ff2.js';
@@ -20,7 +20,7 @@ import '../../type/file-upload.js';
20
20
  import '../../hooks/useScreenSize.js';
21
21
  import '../../slicedToArray-2d190e96.js';
22
22
  import 'react-hook-form';
23
- import '../../Alert-8a18c132.js';
23
+ import '../../Alert-fd6d6af9.js';
24
24
  import '../Alert/consts.js';
25
25
  import '../../helperComponents/Loader/Loader.js';
26
26
  import '../../toConsumableArray-f6050ff2.js';
@@ -7,7 +7,7 @@ import { noop, getYearOptions } from '../../../utils/helpers.js';
7
7
  import '../../../consts/index.js';
8
8
  import '../../../hooks/useScreenSize.js';
9
9
  import 'react-hook-form';
10
- import '../../../Alert-8a18c132.js';
10
+ import '../../../Alert-fd6d6af9.js';
11
11
  import 'react-syntax-highlighter';
12
12
  import { ButtonSelect } from '../../Select/ButtonSelect/ButtonSelect.js';
13
13
  import { IconChevronLeft } from '../../SVGIcons/IconChevronLeft.js';
@@ -23,7 +23,7 @@ import '../../../consts/index.js';
23
23
  import '../../../type/file-upload.js';
24
24
  import '../../../hooks/useScreenSize.js';
25
25
  import 'react-hook-form';
26
- import '../../../Alert-8a18c132.js';
26
+ import '../../../Alert-fd6d6af9.js';
27
27
  import '../../Alert/consts.js';
28
28
  import '../../../helperComponents/Loader/Loader.js';
29
29
  import '../../../toConsumableArray-f6050ff2.js';
@@ -13,7 +13,7 @@ import 'classnames';
13
13
  import '../../../consts/index.js';
14
14
  import '../../../hooks/useScreenSize.js';
15
15
  import 'react-hook-form';
16
- import '../../../Alert-8a18c132.js';
16
+ import '../../../Alert-fd6d6af9.js';
17
17
  import 'react-syntax-highlighter';
18
18
  import { IconCalendarRight } from '../../SVGIcons/IconCalendarRight.js';
19
19
  import '../../../defineProperty-2ff83f38.js';
@@ -8,7 +8,7 @@ import { DateFormat } from '../types.js';
8
8
  import { useImportFilesDynamically } from '../hooks.js';
9
9
  import { isSameDay } from '../../../utils/helpers.js';
10
10
  import { IconCalendarRight } from '../../SVGIcons/IconCalendarRight.js';
11
- import { M as Modal } from '../../../Alert-8a18c132.js';
11
+ import { M as Modal } from '../../../Alert-fd6d6af9.js';
12
12
  import 'classnames';
13
13
  import 'framer-motion';
14
14
  import '../../../consts/index.js';
@@ -22,7 +22,7 @@ import '../../../consts/index.js';
22
22
  import '../../../type/file-upload.js';
23
23
  import '../../../hooks/useScreenSize.js';
24
24
  import 'react-hook-form';
25
- import '../../../Alert-8a18c132.js';
25
+ import '../../../Alert-fd6d6af9.js';
26
26
  import '../../Alert/consts.js';
27
27
  import '../../../helperComponents/Loader/Loader.js';
28
28
  import '../../../toConsumableArray-f6050ff2.js';
@@ -23,7 +23,7 @@ import '../../../type/file-upload.js';
23
23
  import '../../../hooks/useScreenSize.js';
24
24
  import '../../../slicedToArray-2d190e96.js';
25
25
  import 'react-hook-form';
26
- import '../../../Alert-8a18c132.js';
26
+ import '../../../Alert-fd6d6af9.js';
27
27
  import '../../Alert/consts.js';
28
28
  import '../../../helperComponents/Loader/Loader.js';
29
29
  import '../../../toConsumableArray-f6050ff2.js';
@@ -9,7 +9,7 @@ import 'classnames';
9
9
  import '../../../consts/index.js';
10
10
  import '../../../hooks/useScreenSize.js';
11
11
  import 'react-hook-form';
12
- import '../../../Alert-8a18c132.js';
12
+ import '../../../Alert-fd6d6af9.js';
13
13
  import 'react-syntax-highlighter';
14
14
  import { CustomHeader } from '../CustomHeader/CustomHeader.js';
15
15
  import { useImportFilesDynamically } from '../hooks.js';
@@ -6,7 +6,7 @@ import { Input } from '../../Input/Input.js';
6
6
  import { IconCalendarRight } from '../../SVGIcons/IconCalendarRight.js';
7
7
  import dayjs from 'dayjs';
8
8
  import { useImportFilesDynamically } from '../hooks.js';
9
- import { M as Modal } from '../../../Alert-8a18c132.js';
9
+ import { M as Modal } from '../../../Alert-fd6d6af9.js';
10
10
  import 'classnames';
11
11
  import 'framer-motion';
12
12
  import '../../../consts/index.js';
@@ -22,7 +22,7 @@ import '../../../type/file-upload.js';
22
22
  import '../../../hooks/useScreenSize.js';
23
23
  import '../../../slicedToArray-2d190e96.js';
24
24
  import 'react-hook-form';
25
- import '../../../Alert-8a18c132.js';
25
+ import '../../../Alert-fd6d6af9.js';
26
26
  import '../../Alert/consts.js';
27
27
  import '../../../helperComponents/Loader/Loader.js';
28
28
  import '../../../toConsumableArray-f6050ff2.js';
@@ -3,7 +3,7 @@ import React, { useState } from 'react';
3
3
  import { Text } from '../../Text/Text.js';
4
4
  import { IconChevronDown } from '../../SVGIcons/IconChevronDown.js';
5
5
  import { IconChevronUp } from '../../SVGIcons/IconChevronUp.js';
6
- import { M as Modal } from '../../../Alert-8a18c132.js';
6
+ import { M as Modal } from '../../../Alert-fd6d6af9.js';
7
7
  import 'classnames';
8
8
  import 'framer-motion';
9
9
  import '../../../consts/index.js';
@@ -14,7 +14,7 @@ import '../../../utils/helpers.js';
14
14
  import 'dayjs';
15
15
  import '../../../hooks/useScreenSize.js';
16
16
  import 'react-hook-form';
17
- import '../../../Alert-8a18c132.js';
17
+ import '../../../Alert-fd6d6af9.js';
18
18
  import '../../../extends-3e40af1f.js';
19
19
  import '../../Alert/consts.js';
20
20
  import '../../../objectWithoutProperties-0edf05e5.js';
@@ -9,7 +9,7 @@ import 'classnames';
9
9
  import '../../../consts/index.js';
10
10
  import '../../../hooks/useScreenSize.js';
11
11
  import 'react-hook-form';
12
- import '../../../Alert-8a18c132.js';
12
+ import '../../../Alert-fd6d6af9.js';
13
13
  import 'react-syntax-highlighter';
14
14
  import { useImportFilesDynamically } from '../hooks.js';
15
15
  import { IconClock } from '../../SVGIcons/IconClock.js';
@@ -6,7 +6,7 @@ import dayjs from 'dayjs';
6
6
  import '../../../consts/index.js';
7
7
  import '../../../hooks/useScreenSize.js';
8
8
  import 'react-hook-form';
9
- import '../../../Alert-8a18c132.js';
9
+ import '../../../Alert-fd6d6af9.js';
10
10
  import 'react-syntax-highlighter';
11
11
  import { Input } from '../../Input/Input.js';
12
12
  import { IconCalendarRight } from '../../SVGIcons/IconCalendarRight.js';
@@ -14,7 +14,7 @@ import '../../../utils/helpers.js';
14
14
  import 'dayjs';
15
15
  import '../../../hooks/useScreenSize.js';
16
16
  import 'react-hook-form';
17
- import '../../../Alert-8a18c132.js';
17
+ import '../../../Alert-fd6d6af9.js';
18
18
  import '../../../extends-3e40af1f.js';
19
19
  import '../../Alert/consts.js';
20
20
  import '../../../objectWithoutProperties-0edf05e5.js';
@@ -16,7 +16,7 @@ import '../../utils/helpers.js';
16
16
  import 'dayjs';
17
17
  import '../../hooks/useScreenSize.js';
18
18
  import 'react-hook-form';
19
- import '../../Alert-8a18c132.js';
19
+ import '../../Alert-fd6d6af9.js';
20
20
  import '../../extends-3e40af1f.js';
21
21
  import '../Alert/consts.js';
22
22
  import '../../objectWithoutProperties-0edf05e5.js';
@@ -2,7 +2,7 @@ import { _ as _extends } from '../../extends-3e40af1f.js';
2
2
  import React from 'react';
3
3
  import { Text } from '../Text/Text.js';
4
4
  import { Image } from '../Image/Image.js';
5
- import { B as Button } from '../../Alert-8a18c132.js';
5
+ import { B as Button } from '../../Alert-fd6d6af9.js';
6
6
  import classNames from 'classnames';
7
7
  import '../../utils/helpers.js';
8
8
  import 'dayjs';
@@ -6,7 +6,7 @@ import 'classnames';
6
6
  import '../../utils/helpers.js';
7
7
  import 'dayjs';
8
8
  import '../Image/Image.js';
9
- import '../../Alert-8a18c132.js';
9
+ import '../../Alert-fd6d6af9.js';
10
10
  import '../Alert/consts.js';
11
11
  import '../../defineProperty-2ff83f38.js';
12
12
  import '../../typeof-de618fd6.js';
@@ -8,7 +8,7 @@ import '../../Text/Text.js';
8
8
  import 'classnames';
9
9
  import '../../../type/file-upload.js';
10
10
  import '../types.js';
11
- export { D as DropzoneFileUpload } from '../../../Alert-8a18c132.js';
11
+ export { D as DropzoneFileUpload } from '../../../Alert-fd6d6af9.js';
12
12
  import '../../../utils/helpers.js';
13
13
  import '../../../defineProperty-2ff83f38.js';
14
14
  import '../../../typeof-de618fd6.js';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import 'react-dropzone';
3
- export { E as ErrorItem } from '../../../Alert-8a18c132.js';
3
+ export { E as ErrorItem } from '../../../Alert-fd6d6af9.js';
4
4
  import '../../../extends-3e40af1f.js';
5
5
  import '../../Alert/consts.js';
6
6
  import 'classnames';
@@ -1,5 +1,5 @@
1
1
  import '../../Text/Text.js';
2
- export { c as PreviewItem } from '../../../Alert-8a18c132.js';
2
+ export { c as PreviewItem } from '../../../Alert-fd6d6af9.js';
3
3
  import '../../SVGIcons/IconDelete.js';
4
4
  import 'react';
5
5
  import '../types.js';
@@ -7,7 +7,7 @@ import 'classnames';
7
7
  import 'dayjs';
8
8
  import '../../../hooks/useScreenSize.js';
9
9
  import 'react-hook-form';
10
- export { f as formatFileSize, g as generateAreaContent, b as getDropzoneLocale, s as shortenFileName } from '../../../Alert-8a18c132.js';
10
+ export { f as formatFileSize, g as generateAreaContent, b as getDropzoneLocale, s as shortenFileName } from '../../../Alert-fd6d6af9.js';
11
11
  import 'react-syntax-highlighter';
12
12
  import '../../../defineProperty-2ff83f38.js';
13
13
  import '../../../typeof-de618fd6.js';
@@ -1,4 +1,4 @@
1
- export { D as DropzoneFileUpload } from '../../../Alert-8a18c132.js';
1
+ export { D as DropzoneFileUpload } from '../../../Alert-fd6d6af9.js';
2
2
  import '../../../extends-3e40af1f.js';
3
3
  import 'react';
4
4
  import '../../Alert/consts.js';
@@ -2,7 +2,7 @@ import { _ as _toConsumableArray } from '../../toConsumableArray-f6050ff2.js';
2
2
  import { _ as _slicedToArray } from '../../slicedToArray-2d190e96.js';
3
3
  import React, { useRef, useState, useCallback } from 'react';
4
4
  import { FileUploadMode } from './types.js';
5
- import { B as Button } from '../../Alert-8a18c132.js';
5
+ import { B as Button } from '../../Alert-fd6d6af9.js';
6
6
  import { Label } from '../../helperComponents/Label/Label.js';
7
7
  import 'classnames';
8
8
  import { uniqueFiles, checkIsAllowedFileSize, checkIsAllowedTypes, getFormattedValues } from '../../utils/helpers.js';
@@ -7,7 +7,7 @@ import '../../hooks/useScreenSize.js';
7
7
  import 'react-hook-form';
8
8
  import { ErrorMessage } from '../../helperComponents/ErrorMessage/ErrorMessage.js';
9
9
  import 'classnames';
10
- import { B as Button } from '../../Alert-8a18c132.js';
10
+ import { B as Button } from '../../Alert-fd6d6af9.js';
11
11
  import 'react-syntax-highlighter';
12
12
  import { IconDelete } from '../SVGIcons/IconDelete.js';
13
13
  import 'dayjs';
@@ -1,5 +1,5 @@
1
1
  export { FileUpload } from './FileUpload.js';
2
- export { D as DropzoneFileUpload } from '../../Alert-8a18c132.js';
2
+ export { D as DropzoneFileUpload } from '../../Alert-fd6d6af9.js';
3
3
  export { FileUploadMode } from './types.js';
4
4
  import '../../toConsumableArray-f6050ff2.js';
5
5
  import '../../slicedToArray-2d190e96.js';
@@ -4,7 +4,7 @@ import { appendErrors, useForm } from 'react-hook-form';
4
4
  import { validateFieldsNatively, toNestError } from '@hookform/resolvers';
5
5
  import classNames from 'classnames';
6
6
  import { FormContext } from '../../context/types.js';
7
- import { B as Button } from '../../Alert-8a18c132.js';
7
+ import { B as Button } from '../../Alert-fd6d6af9.js';
8
8
  import '../../utils/helpers.js';
9
9
  import 'dayjs';
10
10
  import '../Alert/consts.js';
@@ -7,7 +7,7 @@ import 'classnames';
7
7
  import '../../context/types.js';
8
8
  import '../../utils/helpers.js';
9
9
  import 'dayjs';
10
- import '../../Alert-8a18c132.js';
10
+ import '../../Alert-fd6d6af9.js';
11
11
  import '../Alert/consts.js';
12
12
  import '../Text/Text.js';
13
13
  import '../../defineProperty-2ff83f38.js';
@@ -8,7 +8,7 @@ import '../../consts/index.js';
8
8
  import { FormContext } from '../../context/types.js';
9
9
  import '../../hooks/useScreenSize.js';
10
10
  import { Controller } from 'react-hook-form';
11
- import '../../Alert-8a18c132.js';
11
+ import '../../Alert-fd6d6af9.js';
12
12
  import 'react-syntax-highlighter';
13
13
  import '../../typeof-de618fd6.js';
14
14
  import '../Text/Text.js';
@@ -16,7 +16,7 @@ import '../../context/types.js';
16
16
  import '../../hooks/useScreenSize.js';
17
17
  import '../../slicedToArray-2d190e96.js';
18
18
  import 'react-hook-form';
19
- import '../../Alert-8a18c132.js';
19
+ import '../../Alert-fd6d6af9.js';
20
20
  import '../../extends-3e40af1f.js';
21
21
  import '../Alert/consts.js';
22
22
  import '../../objectWithoutProperties-0edf05e5.js';
@@ -12,7 +12,7 @@ import '../../consts/index.js';
12
12
  import 'dayjs';
13
13
  import '../../hooks/useScreenSize.js';
14
14
  import 'react-hook-form';
15
- import '../../Alert-8a18c132.js';
15
+ import '../../Alert-fd6d6af9.js';
16
16
  import 'react-syntax-highlighter';
17
17
  import { IconCheckmarkCircleFilled } from '../SVGIcons/IconCheckmarkCircleFilled.js';
18
18
  import '../../typeof-de618fd6.js';
@@ -19,7 +19,7 @@ import '../../type/file-upload.js';
19
19
  import '../../hooks/useScreenSize.js';
20
20
  import '../../slicedToArray-2d190e96.js';
21
21
  import 'react-hook-form';
22
- import '../../Alert-8a18c132.js';
22
+ import '../../Alert-fd6d6af9.js';
23
23
  import '../Alert/consts.js';
24
24
  import '../../helperComponents/Loader/Loader.js';
25
25
  import '../../toConsumableArray-f6050ff2.js';
@@ -14,7 +14,7 @@ import '../../type/file-upload.js';
14
14
  import '../../hooks/useScreenSize.js';
15
15
  import '../../slicedToArray-2d190e96.js';
16
16
  import 'react-hook-form';
17
- import '../../Alert-8a18c132.js';
17
+ import '../../Alert-fd6d6af9.js';
18
18
  import '../../extends-3e40af1f.js';
19
19
  import '../Alert/consts.js';
20
20
  import '../../objectWithoutProperties-0edf05e5.js';
@@ -15,7 +15,7 @@ import '../../type/file-upload.js';
15
15
  import '../../hooks/useScreenSize.js';
16
16
  import '../../slicedToArray-2d190e96.js';
17
17
  import 'react-hook-form';
18
- import '../../Alert-8a18c132.js';
18
+ import '../../Alert-fd6d6af9.js';
19
19
  import '../../extends-3e40af1f.js';
20
20
  import '../Alert/consts.js';
21
21
  import '../../objectWithoutProperties-0edf05e5.js';
@@ -16,7 +16,7 @@ import '../../type/file-upload.js';
16
16
  import '../../hooks/useScreenSize.js';
17
17
  import '../../slicedToArray-2d190e96.js';
18
18
  import 'react-hook-form';
19
- import '../../Alert-8a18c132.js';
19
+ import '../../Alert-fd6d6af9.js';
20
20
  import '../../extends-3e40af1f.js';
21
21
  import '../Alert/consts.js';
22
22
  import '../../objectWithoutProperties-0edf05e5.js';
@@ -23,7 +23,7 @@ var Link = function Link(props) {
23
23
  },
24
24
  href: url,
25
25
  className: 'link',
26
- "data-id": "".concat(dataId, "-link"),
26
+ "data-id": dataId ? "".concat(dataId, "-link") : '',
27
27
  target: target
28
28
  }, children), afterLink) : /*#__PURE__*/React.createElement("a", {
29
29
  onClick: function onClick(e) {
@@ -34,7 +34,7 @@ var Link = function Link(props) {
34
34
  },
35
35
  href: url,
36
36
  className: classNames("link ".concat(className)),
37
- "data-id": "".concat(dataId, "-link"),
37
+ "data-id": dataId ? "".concat(dataId, "-link") : '',
38
38
  target: target
39
39
  }, children);
40
40
  };
@@ -21,7 +21,7 @@ import '../Avatar/Avatar.js';
21
21
  import '../FileUpload/FileUpload.js';
22
22
  import '../../toConsumableArray-f6050ff2.js';
23
23
  import '../FileUpload/types.js';
24
- import '../../Alert-8a18c132.js';
24
+ import '../../Alert-fd6d6af9.js';
25
25
  import '../Alert/consts.js';
26
26
  import '../Text/Text.js';
27
27
  import '../../utils/helpers.js';
@@ -30,7 +30,7 @@ import '../SVGIcons/IconChevronDown.js';
30
30
  import '../Avatar/Avatar.js';
31
31
  import '../FileUpload/FileUpload.js';
32
32
  import '../FileUpload/types.js';
33
- import '../../Alert-8a18c132.js';
33
+ import '../../Alert-fd6d6af9.js';
34
34
  import '../Alert/consts.js';
35
35
  import '../../objectWithoutProperties-0edf05e5.js';
36
36
  import '../../helperComponents/Loader/Loader.js';
@@ -22,7 +22,7 @@ import '../Avatar/Avatar.js';
22
22
  import '../FileUpload/FileUpload.js';
23
23
  import '../../toConsumableArray-f6050ff2.js';
24
24
  import '../FileUpload/types.js';
25
- import '../../Alert-8a18c132.js';
25
+ import '../../Alert-fd6d6af9.js';
26
26
  import '../Alert/consts.js';
27
27
  import '../Text/Text.js';
28
28
  import '../../utils/helpers.js';
@@ -11,7 +11,7 @@ import '../../hooks/useOnOutsideClick.js';
11
11
  import '../../hooks/useScreenSize.js';
12
12
  import '../../hooks/useHideBodyScroll.js';
13
13
  import 'react-hook-form';
14
- export { a as MOBILE_ANIMATION, M as Modal } from '../../Alert-8a18c132.js';
14
+ export { a as MOBILE_ANIMATION, M as Modal } from '../../Alert-fd6d6af9.js';
15
15
  import '../../hooks/useGetIsMobile.js';
16
16
  import '../../defineProperty-2ff83f38.js';
17
17
  import '../../typeof-de618fd6.js';