@megafon/ui-core 9.4.1-old-ui-images → 9.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/es/components/Accordion/Accordion.js +1 -3
  2. package/dist/es/components/Badges/CounterBadge/CounterBadge.js +1 -1
  3. package/dist/es/components/Badges/InfoBadge/InfoBadge.js +28 -16
  4. package/dist/es/components/Badges/PriceBadge/PriceBadge.js +28 -16
  5. package/dist/es/components/Badges/PromoBadge/PromoBadge.js +1 -0
  6. package/dist/es/components/Badges/StatusBadge/StatusBadge.js +13 -9
  7. package/dist/es/components/Badges/TimerBadge/TimerBadge.js +3 -1
  8. package/dist/es/components/Buttons/Button/Button.js +1 -1
  9. package/dist/es/components/Buttons/ButtonClose/ButtonClose.js +1 -2
  10. package/dist/es/components/Calendar/components/_Month/Month.js +2 -6
  11. package/dist/es/components/Carousel/Carousel.d.ts +3 -1
  12. package/dist/es/components/Carousel/Carousel.js +8 -4
  13. package/dist/es/components/Checkbox/Checkbox.js +1 -1
  14. package/dist/es/components/Chips/Chips/Chip.js +2 -6
  15. package/dist/es/components/ContentView/ContentView.css +1 -1
  16. package/dist/es/components/ContentView/ContentView.d.ts +1 -1
  17. package/dist/es/components/ContentView/img/alarm.png +0 -0
  18. package/dist/es/components/ContentView/img/empty.png +0 -0
  19. package/dist/es/components/ContentView/img/error.png +0 -0
  20. package/dist/es/components/ContentView/img/fail.png +0 -0
  21. package/dist/es/components/ContentView/img/info.png +0 -0
  22. package/dist/es/components/ContentView/img/searchNoResult.png +0 -0
  23. package/dist/es/components/ContentView/img/submit.png +0 -0
  24. package/dist/es/components/ContentView/img/success.png +0 -0
  25. package/dist/es/components/ContentView/img/waiting.png +0 -0
  26. package/dist/es/components/Counter/Counter.js +2 -2
  27. package/dist/es/components/ErrorLoad/ErrorLoad.js +1 -3
  28. package/dist/es/components/ListData/ListData.js +9 -13
  29. package/dist/es/components/ListData/components/ListDataSortable.js +1 -3
  30. package/dist/es/components/Modal/_ModalContent/ModalContent.js +2 -3
  31. package/dist/es/components/MultipleSelect/MultipleSelect.js +2 -5
  32. package/dist/es/components/NavArrow/NavArrow.js +4 -4
  33. package/dist/es/components/Notification/Notification.js +13 -9
  34. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +2 -4
  35. package/dist/es/components/Parameter/Parameter.js +3 -1
  36. package/dist/es/components/Row/Row.js +1 -1
  37. package/dist/es/components/Search/Search.js +3 -3
  38. package/dist/es/components/SectionAccordionGroup/SectionAccordionGroup.js +1 -3
  39. package/dist/es/components/Sliders/SliderRatio/SliderRatio.css +1 -1
  40. package/dist/es/components/Sliders/SliderRatio/SliderRatio.d.ts +3 -0
  41. package/dist/es/components/Sliders/SliderRatio/SliderRatio.js +20 -4
  42. package/dist/es/components/Sliders/SliderRatio/helpers.d.ts +1 -1
  43. package/dist/es/components/Sliders/SliderRatio/helpers.js +3 -0
  44. package/dist/es/components/Sliders/SliderRatio/types.d.ts +1 -1
  45. package/dist/es/components/Snackbar/Snackbar.js +10 -6
  46. package/dist/es/components/Stepper/Stepper.js +1 -1
  47. package/dist/es/components/Switcher/Switcher.js +3 -1
  48. package/dist/es/components/Tabs/Tabs.js +1 -1
  49. package/dist/es/components/TextField/TextField.js +13 -7
  50. package/dist/es/components/Tooltip/Tooltip.js +5 -3
  51. package/dist/es/components/UploadForm/UploadField/components/_UploadFieldDropArea/UploadFieldDropArea.js +5 -1
  52. package/dist/es/components/UploadForm/UploadFileItem/UploadFileItem.js +3 -4
  53. package/dist/es/components/UploadForm/UploadFileItem/components/_UploadFileItemIcon/UploadFileItemIcon.js +6 -0
  54. package/dist/lib/components/Accordion/Accordion.js +1 -3
  55. package/dist/lib/components/Badges/CounterBadge/CounterBadge.js +1 -1
  56. package/dist/lib/components/Badges/InfoBadge/InfoBadge.js +28 -16
  57. package/dist/lib/components/Badges/PriceBadge/PriceBadge.js +28 -16
  58. package/dist/lib/components/Badges/PromoBadge/PromoBadge.js +1 -0
  59. package/dist/lib/components/Badges/StatusBadge/StatusBadge.js +13 -9
  60. package/dist/lib/components/Badges/TimerBadge/TimerBadge.js +3 -1
  61. package/dist/lib/components/Buttons/Button/Button.js +1 -1
  62. package/dist/lib/components/Buttons/ButtonClose/ButtonClose.js +1 -2
  63. package/dist/lib/components/Calendar/components/_Month/Month.js +2 -6
  64. package/dist/lib/components/Carousel/Carousel.d.ts +3 -1
  65. package/dist/lib/components/Carousel/Carousel.js +8 -4
  66. package/dist/lib/components/Checkbox/Checkbox.js +1 -1
  67. package/dist/lib/components/Chips/Chips/Chip.js +2 -6
  68. package/dist/lib/components/ContentView/ContentView.css +1 -1
  69. package/dist/lib/components/ContentView/ContentView.d.ts +1 -1
  70. package/dist/lib/components/ContentView/img/alarm.png +0 -0
  71. package/dist/lib/components/ContentView/img/empty.png +0 -0
  72. package/dist/lib/components/ContentView/img/error.png +0 -0
  73. package/dist/lib/components/ContentView/img/fail.png +0 -0
  74. package/dist/lib/components/ContentView/img/info.png +0 -0
  75. package/dist/lib/components/ContentView/img/searchNoResult.png +0 -0
  76. package/dist/lib/components/ContentView/img/submit.png +0 -0
  77. package/dist/lib/components/ContentView/img/success.png +0 -0
  78. package/dist/lib/components/ContentView/img/waiting.png +0 -0
  79. package/dist/lib/components/Counter/Counter.js +2 -2
  80. package/dist/lib/components/ErrorLoad/ErrorLoad.js +1 -3
  81. package/dist/lib/components/ListData/ListData.js +9 -13
  82. package/dist/lib/components/ListData/components/ListDataSortable.js +1 -3
  83. package/dist/lib/components/Modal/_ModalContent/ModalContent.js +2 -3
  84. package/dist/lib/components/MultipleSelect/MultipleSelect.js +2 -5
  85. package/dist/lib/components/NavArrow/NavArrow.js +4 -4
  86. package/dist/lib/components/Notification/Notification.js +13 -9
  87. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +2 -4
  88. package/dist/lib/components/Parameter/Parameter.js +3 -1
  89. package/dist/lib/components/Row/Row.js +1 -1
  90. package/dist/lib/components/Search/Search.js +3 -3
  91. package/dist/lib/components/SectionAccordionGroup/SectionAccordionGroup.js +1 -3
  92. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.css +1 -1
  93. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.d.ts +3 -0
  94. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.js +20 -4
  95. package/dist/lib/components/Sliders/SliderRatio/helpers.d.ts +1 -1
  96. package/dist/lib/components/Sliders/SliderRatio/helpers.js +3 -0
  97. package/dist/lib/components/Sliders/SliderRatio/types.d.ts +1 -1
  98. package/dist/lib/components/Snackbar/Snackbar.js +10 -6
  99. package/dist/lib/components/Stepper/Stepper.js +1 -1
  100. package/dist/lib/components/Switcher/Switcher.js +3 -1
  101. package/dist/lib/components/Tabs/Tabs.js +1 -1
  102. package/dist/lib/components/TextField/TextField.js +13 -7
  103. package/dist/lib/components/Tooltip/Tooltip.js +5 -3
  104. package/dist/lib/components/UploadForm/UploadField/components/_UploadFieldDropArea/UploadFieldDropArea.js +5 -1
  105. package/dist/lib/components/UploadForm/UploadFileItem/UploadFileItem.js +3 -4
  106. package/dist/lib/components/UploadForm/UploadFileItem/components/_UploadFileItemIcon/UploadFileItemIcon.js +6 -0
  107. package/package.json +4 -3
  108. package/dist/es/components/ContentView/img/update.png +0 -0
  109. package/dist/lib/components/ContentView/img/update.png +0 -0
@@ -9,9 +9,7 @@ var ArrowDown = function ArrowDown(props) {
9
9
  return /*#__PURE__*/React.createElement("svg", _extends({
10
10
  viewBox: "0 0 32 32"
11
11
  }, props), /*#__PURE__*/React.createElement("path", {
12
- d: "M11 14h10l-5 6z",
13
- fillRule: "evenodd",
14
- clipRule: "evenodd"
12
+ d: "M16.774 18.697a1.092 1.092 0 01-1.51 0l-3.953-3.82c-.682-.66-.165-1.877.794-1.877h7.798c.96 0 1.465 1.217.783 1.876l-3.912 3.82z"
15
13
  }));
16
14
  };
17
15
  var cn = cnCreate('mfui-9-accordion');
@@ -6,7 +6,7 @@ var DefaultIcon = function DefaultIcon(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  viewBox: "0 0 20 20"
8
8
  }, props), /*#__PURE__*/React.createElement("path", {
9
- d: "M11.27 9.5l-.48-.12.48.62zm4.23 0h.5V9h-.5zm-8.5 8l-.49-.12-.15.62H7zm1.73-7l.48.12-.48-.62zm-4.23 0H4v.5h.5zm7.5-8V2h-.2l-.14.13zm1 0l.49.12.15-.62H13zm-5 15v.5h.2l.14-.13zm-3.5-8l-.34-.37-.16.15v.22zm11 1l.34.37.16-.15v-.22zm-4.23-.5h4.23V9h-4.23zm-3.78 7.62l1.72-7-1-.24-1.73 7zM8.73 10H4.5v1h4.23zM12 3h1V2h-1zm.51-.62l-1.72 7 1 .24 1.73-7zM8 17H7v1h1zm-3-6.5v-1H4v1zm-.16-.63l7.5-7-.68-.74-7.5 7zM15 9.5v1h1v-1zm.16.63l-7.5 7 .68.74 7.5-7z"
9
+ d: "M9.478 2.094c.935-1.224 2.885-.413 2.678 1.112l-.587 4.33h2.947l.115.004c1.168.085 1.806 1.45 1.077 2.405l-6.07 7.961c-.93 1.22-2.875.423-2.681-1.098l.543-4.245H4.52c-1.242 0-1.945-1.423-1.192-2.41l6.15-8.06z"
10
10
  }));
11
11
  };
12
12
  export var CounterBadgeColorTheme = {
@@ -6,32 +6,34 @@ var ProfileIcon = function ProfileIcon(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
7
  viewBox: "0 0 20 20"
8
8
  }, props), /*#__PURE__*/React.createElement("path", {
9
- d: "M5.22 18h9.55L16 13.47A8.28 8.28 0 0010 11a8.302 8.302 0 00-6 2.5L5.22 18zM14 6a4 4 0 10-8 0 4 4 0 008 0z"
9
+ d: "M15.034 9c.552 0 1.004.45.963 1-.334 4.5-2.892 8-5.997 8-3.106 0-5.664-3.5-5.997-8-.041-.55.41-1 .962-1h10.069zM10 2a3.008 3.008 0 013.017 3c0 1.657-1.35 3-3.017 3a3.008 3.008 0 01-3.017-3c0-1.657 1.35-3 3.017-3z"
10
10
  }));
11
11
  };
12
12
  var ProfileIconBig = function ProfileIconBig(props) {
13
13
  return /*#__PURE__*/React.createElement("svg", _extends({
14
14
  viewBox: "0 0 32 32"
15
15
  }, props), /*#__PURE__*/React.createElement("path", {
16
- d: "M23 28l2-7.43-.32-.31A12.67 12.67 0 0016 17a12.68 12.68 0 00-8.68 3.27l-.32.3L9 28h14zM10 9a6 6 0 1012 0 6 6 0 00-12 0z"
16
+ d: "M22.1 15c1.104 0 2.011.9 1.887 1.997C23.345 22.674 20.013 27 15.999 27S8.652 22.674 8.01 16.997C7.886 15.9 8.794 15 9.9 15h12.2zM15.973 5c2.244 0 4.063 1.79 4.063 4s-1.82 4-4.063 4c-2.244 0-4.063-1.791-4.063-4s1.819-4 4.063-4z"
17
17
  }));
18
18
  };
19
19
  var AttentionIcon = function AttentionIcon(props) {
20
20
  return /*#__PURE__*/React.createElement("svg", _extends({
21
21
  viewBox: "0 0 20 20"
22
22
  }, props), /*#__PURE__*/React.createElement("path", {
23
- d: "M10 2c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm0 13c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7s-.1-.5-.3-.7c-.2-.2-.5-.3-.7-.3s-.5.1-.7.3c-.2.2-.3.4-.3.7s.1.5.3.7.5.3.7.3zM9 5v6h2V5H9z"
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M8.249 3.014a1.96 1.96 0 013.45-.006l6.045 10.973c.739 1.342-.213 2.999-1.724 2.999H3.979c-1.508 0-2.46-1.651-1.727-2.993L8.25 3.014zM9.999 13a1 1 0 100 2 1 1 0 000-2zm0-7a1 1 0 00-1 1v4a1 1 0 002 0V7a1 1 0 00-1-1z"
24
26
  }));
25
27
  };
26
28
  var BanIcon = function BanIcon(props) {
27
29
  return /*#__PURE__*/React.createElement("svg", _extends({
28
30
  viewBox: "0 0 20 20"
29
31
  }, props), /*#__PURE__*/React.createElement("path", {
30
- d: "M12.172 13.056a3.75 3.75 0 01-5.229-5.228l5.229 5.228zM10 6.25a3.75 3.75 0 013.056 5.922L7.827 6.943A3.733 3.733 0 0110 6.25z"
32
+ d: "M12.031 13.445a4 4 0 01-5.477-5.478l5.477 5.478zM10 6a4 4 0 013.445 6.031L7.968 6.554A3.982 3.982 0 0110 6z"
31
33
  }), /*#__PURE__*/React.createElement("path", {
32
34
  fillRule: "evenodd",
33
35
  clipRule: "evenodd",
34
- d: "M10 2a8 8 0 110 16 8 8 0 010-16zm0 3a5 5 0 100 10 5 5 0 000-10z"
36
+ d: "M10 2a8 8 0 110 16 8 8 0 010-16zm0 2a6 6 0 100 12 6 6 0 000-12z"
35
37
  }));
36
38
  };
37
39
  var CheckIcon = function CheckIcon(props) {
@@ -40,14 +42,16 @@ var CheckIcon = function CheckIcon(props) {
40
42
  }, props), /*#__PURE__*/React.createElement("path", {
41
43
  fillRule: "evenodd",
42
44
  clipRule: "evenodd",
43
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zM7.295 9.467l1.77 1.77 3.66-5.22 1.31.918-4.745 6.79-3.126-3.127 1.131-1.13z"
45
+ d: "M10 1.5a8.5 8.5 0 110 17 8.5 8.5 0 010-17zm4.312 5.688a.625.625 0 00-.9.005l-4.079 4.23-2.247-2.304a.626.626 0 00-.9 0 .664.664 0 000 .922l2.7 2.769a.628.628 0 00.902-.003l4.528-4.696a.665.665 0 00-.005-.923z"
44
46
  }));
45
47
  };
46
48
  var InfoIcon = function InfoIcon(props) {
47
49
  return /*#__PURE__*/React.createElement("svg", _extends({
48
50
  viewBox: "0 0 20 20"
49
51
  }, props), /*#__PURE__*/React.createElement("path", {
50
- d: "M10 2c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm0 5c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1zm1 8V9H9v6h2z"
52
+ fillRule: "evenodd",
53
+ clipRule: "evenodd",
54
+ d: "M10 1.5a8.5 8.5 0 110 17 8.5 8.5 0 010-17zm0 6.553a1 1 0 00-1 1v5a1 1 0 002 0v-5a1 1 0 00-1-1zM9.898 4.88a1 1 0 100 2 1 1 0 000-2z"
51
55
  }));
52
56
  };
53
57
  var PriceIcon = function PriceIcon(props) {
@@ -56,7 +60,7 @@ var PriceIcon = function PriceIcon(props) {
56
60
  }, props), /*#__PURE__*/React.createElement("path", {
57
61
  fillRule: "evenodd",
58
62
  clipRule: "evenodd",
59
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zM7.75 5.75H11a2.75 2.75 0 010 5.5H9.25V12h3v1.5h-3v1.75h-1.5V13.5h-1V12h1v-.75h-1v-1.5h1v-4zM11 7.25H9.25v2.5H11a1.25 1.25 0 000-2.5z"
63
+ d: "M9.873 1.498l5.685.58a1.97 1.97 0 011.759 1.76l.582 5.686a1.97 1.97 0 01-.567 1.593l-6.793 6.793a1.97 1.97 0 01-2.786 0l-6.267-6.267a1.97 1.97 0 010-2.786l6.793-6.793a1.971 1.971 0 011.594-.566zm-4 9.61a.5.5 0 00-.706.707l2.828 2.828a.5.5 0 00.707-.707l-2.828-2.828zm8.734-6.058a1 1 0 10-1.414 1.415 1 1 0 001.414-1.415z"
60
64
  }));
61
65
  };
62
66
  var TimerIcon = function TimerIcon(props) {
@@ -65,25 +69,29 @@ var TimerIcon = function TimerIcon(props) {
65
69
  }, props), /*#__PURE__*/React.createElement("path", {
66
70
  fillRule: "evenodd",
67
71
  clipRule: "evenodd",
68
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zm1-8.414V5H9v5.414l3 3L13.414 12 11 9.586z"
72
+ d: "M10.006 3.998c3.857 0 7 3.127 7 6.985 0 3.857-3.143 6.984-7 6.984s-7-3.127-7.001-6.984c0-3.858 3.143-6.985 7-6.985zM10 7.004a.5.5 0 00-.5.5v3.501H7a.5.5 0 000 1h3a.5.5 0 00.5-.5v-4a.5.5 0 00-.5-.5z"
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ d: "M14.594 3.124a.514.514 0 01.715 0l2.15 2.105a.487.487 0 010 .7.515.515 0 01-.714 0l-2.15-2.105a.487.487 0 010-.7zM4.92 3.109a.515.515 0 01.716.005.487.487 0 01-.005.698l-2.165 2.09a.514.514 0 01-.715-.004.487.487 0 01.005-.7l2.164-2.09z"
69
75
  }));
70
76
  };
71
77
  var AttentionIconBig = function AttentionIconBig(props) {
72
78
  return /*#__PURE__*/React.createElement("svg", _extends({
73
79
  viewBox: "0 0 32 32"
74
80
  }, props), /*#__PURE__*/React.createElement("path", {
75
- d: "M16 4C9.4 4 4 9.4 4 16s5.4 12 12 12 12-5.4 12-12S22.6 4 16 4zm1 18h-2v-2h2v2zm0-4h-2v-8h2v8z"
81
+ fillRule: "evenodd",
82
+ clipRule: "evenodd",
83
+ d: "M13.373 6.516c1.128-2.018 4.041-2.023 5.176-.008l9.067 16.094C28.725 24.571 27.296 27 25.03 27H6.97c-2.263 0-3.691-2.42-2.591-4.389l8.994-16.095zM16 21.163c-.829 0-1.5.657-1.5 1.467s.671 1.466 1.5 1.466c.828 0 1.5-.656 1.5-1.466 0-.81-.672-1.467-1.5-1.467zm0-10.3a1.5 1.5 0 00-1.5 1.5v5.867a1.5 1.5 0 003 0v-5.867a1.5 1.5 0 00-1.5-1.5z"
76
84
  }));
77
85
  };
78
86
  var BanIconBig = function BanIconBig(props) {
79
87
  return /*#__PURE__*/React.createElement("svg", _extends({
80
88
  viewBox: "0 0 32 32"
81
89
  }, props), /*#__PURE__*/React.createElement("path", {
82
- d: "M19.475 20.89a6 6 0 01-8.365-8.365l8.365 8.365zM16 10a6 6 0 014.89 9.475l-8.366-8.366A5.972 5.972 0 0116 10z"
90
+ d: "M20.903 22.317A7.962 7.962 0 0116 24a8 8 0 01-6.318-12.904l11.221 11.221zM16 8a8 8 0 018 8c0 1.849-.63 3.549-1.683 4.903L11.096 9.682A7.963 7.963 0 0116 8z"
83
91
  }), /*#__PURE__*/React.createElement("path", {
84
92
  fillRule: "evenodd",
85
93
  clipRule: "evenodd",
86
- d: "M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm0 4a8 8 0 100 16 8 8 0 000-16z"
94
+ d: "M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3zm0 3C10.477 6 6 10.477 6 16s4.477 10 10 10 10-4.477 10-10S21.523 6 16 6z"
87
95
  }));
88
96
  };
89
97
  var CheckIconBig = function CheckIconBig(props) {
@@ -92,14 +100,16 @@ var CheckIconBig = function CheckIconBig(props) {
92
100
  }, props), /*#__PURE__*/React.createElement("path", {
93
101
  fillRule: "evenodd",
94
102
  clipRule: "evenodd",
95
- d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12zm-1.306-10.016l6.32-7.672 1.486 1.37s-7.538 9.186-7.7 9.193c-.136 0-4.488-4.484-4.488-4.484l1.438-1.425 2.944 3.018z"
103
+ d: "M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm5.734 8.251a.92.92 0 00-1.27.007l-5.758 5.64-3.173-3.073a.92.92 0 00-1.27.001.85.85 0 000 1.23l3.811 3.69a.915.915 0 001.274-.003l6.392-6.262a.852.852 0 00-.006-1.23z"
96
104
  }));
97
105
  };
98
106
  var InfoIconBig = function InfoIconBig(props) {
99
107
  return /*#__PURE__*/React.createElement("svg", _extends({
100
108
  viewBox: "0 0 32 32"
101
109
  }, props), /*#__PURE__*/React.createElement("path", {
102
- d: "M16 4C9.4 4 4 9.4 4 16s5.4 12 12 12 12-5.4 12-12S22.6 4 16 4zm1 18h-2v-8h2v8zm0-10h-2v-2h2v2z"
110
+ fillRule: "evenodd",
111
+ clipRule: "evenodd",
112
+ d: "M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm0 9.25c-.78 0-1.412.633-1.412 1.412v7.059a1.412 1.412 0 102.824 0v-7.059c0-.78-.632-1.412-1.412-1.412zm-.144-4.477a1.412 1.412 0 100 2.824 1.412 1.412 0 000-2.824z"
103
113
  }));
104
114
  };
105
115
  var PriceIconBig = function PriceIconBig(props) {
@@ -108,7 +118,7 @@ var PriceIconBig = function PriceIconBig(props) {
108
118
  }, props), /*#__PURE__*/React.createElement("path", {
109
119
  fillRule: "evenodd",
110
120
  clipRule: "evenodd",
111
- d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12zm-5-7v-2h2v-2h-2v-2h2V9h4a4 4 0 110 8h-2v2h4v2h-4v2h-2v-2h-2zm7.414-9.414A2 2 0 0017 11h-2v4h2a2 2 0 001.414-3.414z"
121
+ d: "M15.206 4.815a2.781 2.781 0 012.249-.8l8.027.821a2.781 2.781 0 012.484 2.484l.82 8.027a2.782 2.782 0 01-.8 2.249l-9.59 9.59a2.781 2.781 0 01-3.933 0l-8.848-8.848a2.781 2.781 0 010-3.933l9.59-9.59zM11.81 17.583a.707.707 0 00-.999 1l3.994 3.992a.707.707 0 00.999-.999l-3.994-3.993zm12.33-8.552a1.413 1.413 0 10-1.998 1.998 1.413 1.413 0 001.998-1.998z"
112
122
  }));
113
123
  };
114
124
  var TimerIconBig = function TimerIconBig(props) {
@@ -117,7 +127,9 @@ var TimerIconBig = function TimerIconBig(props) {
117
127
  }, props), /*#__PURE__*/React.createElement("path", {
118
128
  fillRule: "evenodd",
119
129
  clipRule: "evenodd",
120
- d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12zm1-12.414V9h-2v7.414l4 4L20.414 19 17 15.586z"
130
+ d: "M16.009 6.396c6.171 0 11.2 5.004 11.2 11.175 0 6.172-5.028 11.176-11.2 11.176s-11.2-5.004-11.2-11.176c0-6.171 5.028-11.175 11.2-11.175zM16 11.206a.8.8 0 00-.8.8v5.601h-4a.801.801 0 000 1.601H16a.8.8 0 00.8-.8v-6.402a.8.8 0 00-.8-.8z"
131
+ }), /*#__PURE__*/React.createElement("path", {
132
+ d: "M23.348 4.999a.822.822 0 011.144 0l3.441 3.366a.778.778 0 010 1.118.821.821 0 01-1.143 0l-3.442-3.365a.78.78 0 010-1.119zM7.872 4.973a.822.822 0 011.144.008.78.78 0 01-.007 1.118L5.545 9.443A.822.822 0 014.4 9.436a.78.78 0 01.007-1.119l3.464-3.344z"
121
133
  }));
122
134
  };
123
135
  export var InfoBadgeTheme = {
@@ -7,32 +7,34 @@ var ProfileIcon = function ProfileIcon(props) {
7
7
  return /*#__PURE__*/React.createElement("svg", _extends({
8
8
  viewBox: "0 0 20 20"
9
9
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M5.22 18h9.55L16 13.47A8.28 8.28 0 0010 11a8.302 8.302 0 00-6 2.5L5.22 18zM14 6a4 4 0 10-8 0 4 4 0 008 0z"
10
+ d: "M15.034 9c.552 0 1.004.45.963 1-.334 4.5-2.892 8-5.997 8-3.106 0-5.664-3.5-5.997-8-.041-.55.41-1 .962-1h10.069zM10 2a3.008 3.008 0 013.017 3c0 1.657-1.35 3-3.017 3a3.008 3.008 0 01-3.017-3c0-1.657 1.35-3 3.017-3z"
11
11
  }));
12
12
  };
13
13
  var ProfileIconBig = function ProfileIconBig(props) {
14
14
  return /*#__PURE__*/React.createElement("svg", _extends({
15
15
  viewBox: "0 0 32 32"
16
16
  }, props), /*#__PURE__*/React.createElement("path", {
17
- d: "M23 28l2-7.43-.32-.31A12.67 12.67 0 0016 17a12.68 12.68 0 00-8.68 3.27l-.32.3L9 28h14zM10 9a6 6 0 1012 0 6 6 0 00-12 0z"
17
+ d: "M22.1 15c1.104 0 2.011.9 1.887 1.997C23.345 22.674 20.013 27 15.999 27S8.652 22.674 8.01 16.997C7.886 15.9 8.794 15 9.9 15h12.2zM15.973 5c2.244 0 4.063 1.79 4.063 4s-1.82 4-4.063 4c-2.244 0-4.063-1.791-4.063-4s1.819-4 4.063-4z"
18
18
  }));
19
19
  };
20
20
  var AttentionIcon = function AttentionIcon(props) {
21
21
  return /*#__PURE__*/React.createElement("svg", _extends({
22
22
  viewBox: "0 0 20 20"
23
23
  }, props), /*#__PURE__*/React.createElement("path", {
24
- d: "M10 2c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm0 13c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7s-.1-.5-.3-.7c-.2-.2-.5-.3-.7-.3s-.5.1-.7.3c-.2.2-.3.4-.3.7s.1.5.3.7.5.3.7.3zM9 5v6h2V5H9z"
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M8.249 3.014a1.96 1.96 0 013.45-.006l6.045 10.973c.739 1.342-.213 2.999-1.724 2.999H3.979c-1.508 0-2.46-1.651-1.727-2.993L8.25 3.014zM9.999 13a1 1 0 100 2 1 1 0 000-2zm0-7a1 1 0 00-1 1v4a1 1 0 002 0V7a1 1 0 00-1-1z"
25
27
  }));
26
28
  };
27
29
  var BanIcon = function BanIcon(props) {
28
30
  return /*#__PURE__*/React.createElement("svg", _extends({
29
31
  viewBox: "0 0 20 20"
30
32
  }, props), /*#__PURE__*/React.createElement("path", {
31
- d: "M12.172 13.056a3.75 3.75 0 01-5.229-5.228l5.229 5.228zM10 6.25a3.75 3.75 0 013.056 5.922L7.827 6.943A3.733 3.733 0 0110 6.25z"
33
+ d: "M12.031 13.445a4 4 0 01-5.477-5.478l5.477 5.478zM10 6a4 4 0 013.445 6.031L7.968 6.554A3.982 3.982 0 0110 6z"
32
34
  }), /*#__PURE__*/React.createElement("path", {
33
35
  fillRule: "evenodd",
34
36
  clipRule: "evenodd",
35
- d: "M10 2a8 8 0 110 16 8 8 0 010-16zm0 3a5 5 0 100 10 5 5 0 000-10z"
37
+ d: "M10 2a8 8 0 110 16 8 8 0 010-16zm0 2a6 6 0 100 12 6 6 0 000-12z"
36
38
  }));
37
39
  };
38
40
  var CheckIcon = function CheckIcon(props) {
@@ -41,14 +43,16 @@ var CheckIcon = function CheckIcon(props) {
41
43
  }, props), /*#__PURE__*/React.createElement("path", {
42
44
  fillRule: "evenodd",
43
45
  clipRule: "evenodd",
44
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zM7.295 9.467l1.77 1.77 3.66-5.22 1.31.918-4.745 6.79-3.126-3.127 1.131-1.13z"
46
+ d: "M10 1.5a8.5 8.5 0 110 17 8.5 8.5 0 010-17zm4.312 5.688a.625.625 0 00-.9.005l-4.079 4.23-2.247-2.304a.626.626 0 00-.9 0 .664.664 0 000 .922l2.7 2.769a.628.628 0 00.902-.003l4.528-4.696a.665.665 0 00-.005-.923z"
45
47
  }));
46
48
  };
47
49
  var InfoIcon = function InfoIcon(props) {
48
50
  return /*#__PURE__*/React.createElement("svg", _extends({
49
51
  viewBox: "0 0 20 20"
50
52
  }, props), /*#__PURE__*/React.createElement("path", {
51
- d: "M10 2c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm0 5c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1zm1 8V9H9v6h2z"
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M10 1.5a8.5 8.5 0 110 17 8.5 8.5 0 010-17zm0 6.553a1 1 0 00-1 1v5a1 1 0 002 0v-5a1 1 0 00-1-1zM9.898 4.88a1 1 0 100 2 1 1 0 000-2z"
52
56
  }));
53
57
  };
54
58
  var PriceIcon = function PriceIcon(props) {
@@ -57,7 +61,7 @@ var PriceIcon = function PriceIcon(props) {
57
61
  }, props), /*#__PURE__*/React.createElement("path", {
58
62
  fillRule: "evenodd",
59
63
  clipRule: "evenodd",
60
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zM7.75 5.75H11a2.75 2.75 0 010 5.5H9.25V12h3v1.5h-3v1.75h-1.5V13.5h-1V12h1v-.75h-1v-1.5h1v-4zM11 7.25H9.25v2.5H11a1.25 1.25 0 000-2.5z"
64
+ d: "M9.873 1.498l5.685.58a1.97 1.97 0 011.759 1.76l.582 5.686a1.97 1.97 0 01-.567 1.593l-6.793 6.793a1.97 1.97 0 01-2.786 0l-6.267-6.267a1.97 1.97 0 010-2.786l6.793-6.793a1.971 1.971 0 011.594-.566zm-4 9.61a.5.5 0 00-.706.707l2.828 2.828a.5.5 0 00.707-.707l-2.828-2.828zm8.734-6.058a1 1 0 10-1.414 1.415 1 1 0 001.414-1.415z"
61
65
  }));
62
66
  };
63
67
  var TimerIcon = function TimerIcon(props) {
@@ -66,25 +70,29 @@ var TimerIcon = function TimerIcon(props) {
66
70
  }, props), /*#__PURE__*/React.createElement("path", {
67
71
  fillRule: "evenodd",
68
72
  clipRule: "evenodd",
69
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zm1-8.414V5H9v5.414l3 3L13.414 12 11 9.586z"
73
+ d: "M10.006 3.998c3.857 0 7 3.127 7 6.985 0 3.857-3.143 6.984-7 6.984s-7-3.127-7.001-6.984c0-3.858 3.143-6.985 7-6.985zM10 7.004a.5.5 0 00-.5.5v3.501H7a.5.5 0 000 1h3a.5.5 0 00.5-.5v-4a.5.5 0 00-.5-.5z"
74
+ }), /*#__PURE__*/React.createElement("path", {
75
+ d: "M14.594 3.124a.514.514 0 01.715 0l2.15 2.105a.487.487 0 010 .7.515.515 0 01-.714 0l-2.15-2.105a.487.487 0 010-.7zM4.92 3.109a.515.515 0 01.716.005.487.487 0 01-.005.698l-2.165 2.09a.514.514 0 01-.715-.004.487.487 0 01.005-.7l2.164-2.09z"
70
76
  }));
71
77
  };
72
78
  var AttentionIconBig = function AttentionIconBig(props) {
73
79
  return /*#__PURE__*/React.createElement("svg", _extends({
74
80
  viewBox: "0 0 32 32"
75
81
  }, props), /*#__PURE__*/React.createElement("path", {
76
- d: "M16 4C9.4 4 4 9.4 4 16s5.4 12 12 12 12-5.4 12-12S22.6 4 16 4zm1 18h-2v-2h2v2zm0-4h-2v-8h2v8z"
82
+ fillRule: "evenodd",
83
+ clipRule: "evenodd",
84
+ d: "M13.373 6.516c1.128-2.018 4.041-2.023 5.176-.008l9.067 16.094C28.725 24.571 27.296 27 25.03 27H6.97c-2.263 0-3.691-2.42-2.591-4.389l8.994-16.095zM16 21.163c-.829 0-1.5.657-1.5 1.467s.671 1.466 1.5 1.466c.828 0 1.5-.656 1.5-1.466 0-.81-.672-1.467-1.5-1.467zm0-10.3a1.5 1.5 0 00-1.5 1.5v5.867a1.5 1.5 0 003 0v-5.867a1.5 1.5 0 00-1.5-1.5z"
77
85
  }));
78
86
  };
79
87
  var BanIconBig = function BanIconBig(props) {
80
88
  return /*#__PURE__*/React.createElement("svg", _extends({
81
89
  viewBox: "0 0 32 32"
82
90
  }, props), /*#__PURE__*/React.createElement("path", {
83
- d: "M19.475 20.89a6 6 0 01-8.365-8.365l8.365 8.365zM16 10a6 6 0 014.89 9.475l-8.366-8.366A5.972 5.972 0 0116 10z"
91
+ d: "M20.903 22.317A7.962 7.962 0 0116 24a8 8 0 01-6.318-12.904l11.221 11.221zM16 8a8 8 0 018 8c0 1.849-.63 3.549-1.683 4.903L11.096 9.682A7.963 7.963 0 0116 8z"
84
92
  }), /*#__PURE__*/React.createElement("path", {
85
93
  fillRule: "evenodd",
86
94
  clipRule: "evenodd",
87
- d: "M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm0 4a8 8 0 100 16 8 8 0 000-16z"
95
+ d: "M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3zm0 3C10.477 6 6 10.477 6 16s4.477 10 10 10 10-4.477 10-10S21.523 6 16 6z"
88
96
  }));
89
97
  };
90
98
  var CheckIconBig = function CheckIconBig(props) {
@@ -93,14 +101,16 @@ var CheckIconBig = function CheckIconBig(props) {
93
101
  }, props), /*#__PURE__*/React.createElement("path", {
94
102
  fillRule: "evenodd",
95
103
  clipRule: "evenodd",
96
- d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12zm-1.306-10.016l6.32-7.672 1.486 1.37s-7.538 9.186-7.7 9.193c-.136 0-4.488-4.484-4.488-4.484l1.438-1.425 2.944 3.018z"
104
+ d: "M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm5.734 8.251a.92.92 0 00-1.27.007l-5.758 5.64-3.173-3.073a.92.92 0 00-1.27.001.85.85 0 000 1.23l3.811 3.69a.915.915 0 001.274-.003l6.392-6.262a.852.852 0 00-.006-1.23z"
97
105
  }));
98
106
  };
99
107
  var InfoIconBig = function InfoIconBig(props) {
100
108
  return /*#__PURE__*/React.createElement("svg", _extends({
101
109
  viewBox: "0 0 32 32"
102
110
  }, props), /*#__PURE__*/React.createElement("path", {
103
- d: "M16 4C9.4 4 4 9.4 4 16s5.4 12 12 12 12-5.4 12-12S22.6 4 16 4zm1 18h-2v-8h2v8zm0-10h-2v-2h2v2z"
111
+ fillRule: "evenodd",
112
+ clipRule: "evenodd",
113
+ d: "M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm0 9.25c-.78 0-1.412.633-1.412 1.412v7.059a1.412 1.412 0 102.824 0v-7.059c0-.78-.632-1.412-1.412-1.412zm-.144-4.477a1.412 1.412 0 100 2.824 1.412 1.412 0 000-2.824z"
104
114
  }));
105
115
  };
106
116
  var PriceIconBig = function PriceIconBig(props) {
@@ -109,7 +119,7 @@ var PriceIconBig = function PriceIconBig(props) {
109
119
  }, props), /*#__PURE__*/React.createElement("path", {
110
120
  fillRule: "evenodd",
111
121
  clipRule: "evenodd",
112
- d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12zm-5-7v-2h2v-2h-2v-2h2V9h4a4 4 0 110 8h-2v2h4v2h-4v2h-2v-2h-2zm7.414-9.414A2 2 0 0017 11h-2v4h2a2 2 0 001.414-3.414z"
122
+ d: "M15.206 4.815a2.781 2.781 0 012.249-.8l8.027.821a2.781 2.781 0 012.484 2.484l.82 8.027a2.782 2.782 0 01-.8 2.249l-9.59 9.59a2.781 2.781 0 01-3.933 0l-8.848-8.848a2.781 2.781 0 010-3.933l9.59-9.59zM11.81 17.583a.707.707 0 00-.999 1l3.994 3.992a.707.707 0 00.999-.999l-3.994-3.993zm12.33-8.552a1.413 1.413 0 10-1.998 1.998 1.413 1.413 0 001.998-1.998z"
113
123
  }));
114
124
  };
115
125
  var TimerIconBig = function TimerIconBig(props) {
@@ -118,7 +128,9 @@ var TimerIconBig = function TimerIconBig(props) {
118
128
  }, props), /*#__PURE__*/React.createElement("path", {
119
129
  fillRule: "evenodd",
120
130
  clipRule: "evenodd",
121
- d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12zm1-12.414V9h-2v7.414l4 4L20.414 19 17 15.586z"
131
+ d: "M16.009 6.396c6.171 0 11.2 5.004 11.2 11.175 0 6.172-5.028 11.176-11.2 11.176s-11.2-5.004-11.2-11.176c0-6.171 5.028-11.175 11.2-11.175zM16 11.206a.8.8 0 00-.8.8v5.601h-4a.801.801 0 000 1.601H16a.8.8 0 00.8-.8v-6.402a.8.8 0 00-.8-.8z"
132
+ }), /*#__PURE__*/React.createElement("path", {
133
+ d: "M23.348 4.999a.822.822 0 011.144 0l3.441 3.366a.778.778 0 010 1.118.821.821 0 01-1.143 0l-3.442-3.365a.78.78 0 010-1.119zM7.872 4.973a.822.822 0 011.144.008.78.78 0 01-.007 1.118L5.545 9.443A.822.822 0 014.4 9.436a.78.78 0 01.007-1.119l3.464-3.344z"
122
134
  }));
123
135
  };
124
136
  export var PriceBadgeTheme = {
@@ -7,6 +7,7 @@ var PersonalIcon = function PersonalIcon(props) {
7
7
  return /*#__PURE__*/React.createElement("svg", _extends({
8
8
  width: 14,
9
9
  height: 14,
10
+ viewBox: "0 0 14 14",
10
11
  fill: "none"
11
12
  }, props), /*#__PURE__*/React.createElement("path", {
12
13
  fillRule: "evenodd",
@@ -8,23 +8,23 @@ var ProfileFullIcon = function ProfileFullIcon(props) {
8
8
  return /*#__PURE__*/React.createElement("svg", _extends({
9
9
  viewBox: "0 0 20 20"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- d: "M5.22 18h9.55L16 13.47A8.28 8.28 0 0010 11a8.302 8.302 0 00-6 2.5L5.22 18zM14 6a4 4 0 10-8 0 4 4 0 008 0z"
11
+ d: "M15.034 9c.552 0 1.004.45.963 1-.334 4.5-2.892 8-5.997 8-3.106 0-5.664-3.5-5.997-8-.041-.55.41-1 .962-1h10.069zM10 2a3.008 3.008 0 013.017 3c0 1.657-1.35 3-3.017 3a3.008 3.008 0 01-3.017-3c0-1.657 1.35-3 3.017-3z"
12
12
  }));
13
13
  };
14
14
  var ArrowIcon = function ArrowIcon(props) {
15
15
  return /*#__PURE__*/React.createElement("svg", _extends({
16
16
  viewBox: "0 0 20 20"
17
17
  }, props), /*#__PURE__*/React.createElement("path", {
18
- d: "M6 8h8l-4 5z",
19
- fillRule: "evenodd",
20
- clipRule: "evenodd"
18
+ d: "M10.465 11.798a.609.609 0 01-.907 0L7.187 9.25c-.41-.44-.1-1.25.476-1.25h4.679c.575 0 .879.811.47 1.25l-2.347 2.548z"
21
19
  }));
22
20
  };
23
21
  var AttentionIcon = function AttentionIcon(props) {
24
22
  return /*#__PURE__*/React.createElement("svg", _extends({
25
23
  viewBox: "0 0 20 20"
26
24
  }, props), /*#__PURE__*/React.createElement("path", {
27
- d: "M10 2c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm0 13c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7s-.1-.5-.3-.7c-.2-.2-.5-.3-.7-.3s-.5.1-.7.3c-.2.2-.3.4-.3.7s.1.5.3.7.5.3.7.3zM9 5v6h2V5H9z"
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M8.249 3.014a1.96 1.96 0 013.45-.006l6.045 10.973c.739 1.342-.213 2.999-1.724 2.999H3.979c-1.508 0-2.46-1.651-1.727-2.993L8.25 3.014zM9.999 13a1 1 0 100 2 1 1 0 000-2zm0-7a1 1 0 00-1 1v4a1 1 0 002 0V7a1 1 0 00-1-1z"
28
28
  }));
29
29
  };
30
30
  var CheckInvertIcon = function CheckInvertIcon(props) {
@@ -33,14 +33,16 @@ var CheckInvertIcon = function CheckInvertIcon(props) {
33
33
  }, props), /*#__PURE__*/React.createElement("path", {
34
34
  fillRule: "evenodd",
35
35
  clipRule: "evenodd",
36
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zM7.295 9.467l1.77 1.77 3.66-5.22 1.31.918-4.745 6.79-3.126-3.127 1.131-1.13z"
36
+ d: "M10 1.5a8.5 8.5 0 110 17 8.5 8.5 0 010-17zm4.312 5.688a.625.625 0 00-.9.005l-4.079 4.23-2.247-2.304a.626.626 0 00-.9 0 .664.664 0 000 .922l2.7 2.769a.628.628 0 00.902-.003l4.528-4.696a.665.665 0 00-.005-.923z"
37
37
  }));
38
38
  };
39
39
  var InfoIcon = function InfoIcon(props) {
40
40
  return /*#__PURE__*/React.createElement("svg", _extends({
41
41
  viewBox: "0 0 20 20"
42
42
  }, props), /*#__PURE__*/React.createElement("path", {
43
- d: "M10 2c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm0 5c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1zm1 8V9H9v6h2z"
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M10 1.5a8.5 8.5 0 110 17 8.5 8.5 0 010-17zm0 6.553a1 1 0 00-1 1v5a1 1 0 002 0v-5a1 1 0 00-1-1zM9.898 4.88a1 1 0 100 2 1 1 0 000-2z"
44
46
  }));
45
47
  };
46
48
  var PriceIcon = function PriceIcon(props) {
@@ -49,7 +51,7 @@ var PriceIcon = function PriceIcon(props) {
49
51
  }, props), /*#__PURE__*/React.createElement("path", {
50
52
  fillRule: "evenodd",
51
53
  clipRule: "evenodd",
52
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zM7.75 5.75H11a2.75 2.75 0 010 5.5H9.25V12h3v1.5h-3v1.75h-1.5V13.5h-1V12h1v-.75h-1v-1.5h1v-4zM11 7.25H9.25v2.5H11a1.25 1.25 0 000-2.5z"
54
+ d: "M9.873 1.498l5.685.58a1.97 1.97 0 011.759 1.76l.582 5.686a1.97 1.97 0 01-.567 1.593l-6.793 6.793a1.97 1.97 0 01-2.786 0l-6.267-6.267a1.97 1.97 0 010-2.786l6.793-6.793a1.971 1.971 0 011.594-.566zm-4 9.61a.5.5 0 00-.706.707l2.828 2.828a.5.5 0 00.707-.707l-2.828-2.828zm8.734-6.058a1 1 0 10-1.414 1.415 1 1 0 001.414-1.415z"
53
55
  }));
54
56
  };
55
57
  var TimerIcon = function TimerIcon(props) {
@@ -58,7 +60,9 @@ var TimerIcon = function TimerIcon(props) {
58
60
  }, props), /*#__PURE__*/React.createElement("path", {
59
61
  fillRule: "evenodd",
60
62
  clipRule: "evenodd",
61
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zm1-8.414V5H9v5.414l3 3L13.414 12 11 9.586z"
63
+ d: "M10.006 3.998c3.857 0 7 3.127 7 6.985 0 3.857-3.143 6.984-7 6.984s-7-3.127-7.001-6.984c0-3.858 3.143-6.985 7-6.985zM10 7.004a.5.5 0 00-.5.5v3.501H7a.5.5 0 000 1h3a.5.5 0 00.5-.5v-4a.5.5 0 00-.5-.5z"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M14.594 3.124a.514.514 0 01.715 0l2.15 2.105a.487.487 0 010 .7.515.515 0 01-.714 0l-2.15-2.105a.487.487 0 010-.7zM4.92 3.109a.515.515 0 01.716.005.487.487 0 01-.005.698l-2.165 2.09a.514.514 0 01-.715-.004.487.487 0 01.005-.7l2.164-2.09z"
62
66
  }));
63
67
  };
64
68
  var statusIconsMap = {
@@ -12,7 +12,9 @@ var TimerIcon = function TimerIcon(props) {
12
12
  }, props), /*#__PURE__*/React.createElement("path", {
13
13
  fillRule: "evenodd",
14
14
  clipRule: "evenodd",
15
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zm1-8.414V5H9v5.414l3 3L13.414 12 11 9.586z"
15
+ d: "M10.006 3.998c3.857 0 7 3.127 7 6.985 0 3.857-3.143 6.984-7 6.984s-7-3.127-7.001-6.984c0-3.858 3.143-6.985 7-6.985zM10 7.004a.5.5 0 00-.5.5v3.501H7a.5.5 0 000 1h3a.5.5 0 00.5-.5v-4a.5.5 0 00-.5-.5z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M14.594 3.124a.514.514 0 01.715 0l2.15 2.105a.487.487 0 010 .7.515.515 0 01-.714 0l-2.15-2.105a.487.487 0 010-.7zM4.92 3.109a.515.515 0 01.716.005.487.487 0 01-.005.698l-2.165 2.09a.514.514 0 01-.715-.004.487.487 0 01.005-.7l2.164-2.09z"
16
18
  }));
17
19
  };
18
20
  var SECONDS_IN_HOUR = 3600;
@@ -23,7 +23,7 @@ var Arrow = function Arrow(props) {
23
23
  return /*#__PURE__*/React.createElement("svg", _extends({
24
24
  viewBox: "0 0 40 40"
25
25
  }, props), /*#__PURE__*/React.createElement("path", {
26
- d: "M16 26l6-6-6-6 2-2 8 8-8 8z"
26
+ d: "M19.996 10.594a1.972 1.972 0 012.79-.032l7.633 7.465a2.759 2.759 0 010 3.946l-7.634 7.465a1.972 1.972 0 11-2.756-2.822l4.732-4.628H10.223a1.973 1.973 0 010-3.947H24.79l-4.761-4.657a1.974 1.974 0 01-.033-2.79z"
27
27
  }));
28
28
  };
29
29
  export var ButtonTypes = {
@@ -16,8 +16,7 @@ var CancelIcon = function CancelIcon(props) {
16
16
  return /*#__PURE__*/React.createElement("svg", _extends({
17
17
  viewBox: "0 0 32 32"
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
- className: "CancelIcon__st0",
20
- d: "M16 14.5L11.5 10 10 11.5l4.5 4.5-4.5 4.5 1.5 1.5 4.5-4.5 4.5 4.5 1.5-1.5-4.5-4.5 4.5-4.5-1.5-1.5-4.5 4.5z"
19
+ d: "M9.405 9.402a1.558 1.558 0 012.201 0l4.348 4.344 4.337-4.333a1.555 1.555 0 112.201 2.2l-4.338 4.331 4.339 4.335a1.555 1.555 0 11-2.201 2.2l-4.34-4.336-4.348 4.346a1.554 1.554 0 11-2.2-2.2l4.348-4.344L9.405 11.6a1.554 1.554 0 010-2.2z"
21
20
  }));
22
21
  };
23
22
  export var ButtonCloseThemes = {
@@ -11,18 +11,14 @@ var ArrowLeft = function ArrowLeft(props) {
11
11
  return /*#__PURE__*/React.createElement("svg", _extends({
12
12
  viewBox: "0 0 20 20"
13
13
  }, props), /*#__PURE__*/React.createElement("path", {
14
- d: "M12 6v8l-5-4z",
15
- fillRule: "evenodd",
16
- clipRule: "evenodd"
14
+ d: "M8.202 10.465a.609.609 0 010-.907l2.547-2.371c.44-.41 1.251-.1 1.251.476v4.679c0 .575-.811.879-1.25.47l-2.548-2.347z"
17
15
  }));
18
16
  };
19
17
  var ArrowRight = function ArrowRight(props) {
20
18
  return /*#__PURE__*/React.createElement("svg", _extends({
21
19
  viewBox: "0 0 20 20"
22
20
  }, props), /*#__PURE__*/React.createElement("path", {
23
- d: "M8 14V6l5 4z",
24
- fillRule: "evenodd",
25
- clipRule: "evenodd"
21
+ d: "M11.798 9.535a.61.61 0 010 .907L9.25 12.813c-.44.41-1.251.1-1.251-.476V7.658c0-.576.811-.879 1.25-.47l2.548 2.347z"
26
22
  }));
27
23
  };
28
24
  var formatDate = function formatDate(date, pattern) {
@@ -85,8 +85,10 @@ export interface ICarouselProps {
85
85
  navTheme?: NavThemeType;
86
86
  /** Эффект анимации */
87
87
  effectTheme?: EffectThemeType;
88
- /** Отключение стрелок */
88
+ /** Скрывает стрелки */
89
89
  disableArrows?: boolean;
90
+ /** Дизейблит кнопки на краях, а не скрывает */
91
+ inactiveArrowsOnEdges?: boolean;
90
92
  /** Тема стрелок */
91
93
  arrowTheme?: ArrowThemeType;
92
94
  /** Позиционирование стрелок */
@@ -129,6 +129,8 @@ var Carousel = function Carousel(_ref) {
129
129
  effectTheme = _ref$effectTheme === void 0 ? 'slide' : _ref$effectTheme,
130
130
  _ref$disableArrows = _ref.disableArrows,
131
131
  disableArrows = _ref$disableArrows === void 0 ? false : _ref$disableArrows,
132
+ _ref$inactiveArrowsOn = _ref.inactiveArrowsOnEdges,
133
+ inactiveArrowsOnEdges = _ref$inactiveArrowsOn === void 0 ? false : _ref$inactiveArrowsOn,
132
134
  _ref$arrowTheme = _ref.arrowTheme,
133
135
  arrowTheme = _ref$arrowTheme === void 0 ? ArrowTheme.PURPLE : _ref$arrowTheme,
134
136
  arrowPosition = _ref.arrowPosition,
@@ -203,7 +205,7 @@ var Carousel = function Carousel(_ref) {
203
205
  setLocked(swiper.isBeginning && swiper.isEnd);
204
206
  getSwiper === null || getSwiper === void 0 ? void 0 : getSwiper(swiper);
205
207
  }, [getSwiper]);
206
- var handleReachBeginnig = React.useCallback(function () {
208
+ var handleReachBeginning = React.useCallback(function () {
207
209
  setBeginning(true);
208
210
  }, []);
209
211
  var handleReachEnd = React.useCallback(function (_ref3) {
@@ -353,7 +355,7 @@ var Carousel = function Carousel(_ref) {
353
355
  touchMoveStopPropagation: true,
354
356
  noSwipingSelector: noSwipingSelector ? ".swiper-pagination, ".concat(noSwipingSelector) : '.swiper-pagination',
355
357
  onSwiper: handleSwiper,
356
- onReachBeginning: handleReachBeginnig,
358
+ onReachBeginning: handleReachBeginning,
357
359
  onReachEnd: handleReachEnd,
358
360
  onFromEdge: handleFromEdge,
359
361
  onSlideChange: handleSlideChange,
@@ -373,9 +375,10 @@ var Carousel = function Carousel(_ref) {
373
375
  },
374
376
  className: cn('arrow', {
375
377
  prev: true,
376
- locked: isLocked || !loop && isBeginning || disableArrows
378
+ locked: isLocked || !inactiveArrowsOnEdges && !loop && isBeginning || disableArrows
377
379
  }, [prevClass]),
378
380
  onClick: handlePrevClick,
381
+ disabled: inactiveArrowsOnEdges && !loop && isBeginning,
379
382
  theme: arrowTheme
380
383
  }), /*#__PURE__*/React.createElement(NavArrow, {
381
384
  dataAttrs: {
@@ -383,10 +386,11 @@ var Carousel = function Carousel(_ref) {
383
386
  },
384
387
  className: cn('arrow', {
385
388
  next: true,
386
- locked: isLocked || !loop && isEnd || disableArrows
389
+ locked: isLocked || !inactiveArrowsOnEdges && !loop && isEnd || disableArrows
387
390
  }, [nextClass]),
388
391
  view: "next",
389
392
  onClick: handleNextClick,
393
+ disabled: inactiveArrowsOnEdges && !loop && isEnd,
390
394
  theme: arrowTheme
391
395
  }));
392
396
  };
@@ -8,7 +8,7 @@ var CheckedIcon = function CheckedIcon(props) {
8
8
  return /*#__PURE__*/React.createElement("svg", _extends({
9
9
  viewBox: "0 0 20 20"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- d: "M8.832 11.547L6.619 9.335l-1.414 1.413 2.462 2.462 1.445 1.446 5.932-8.486-1.638-1.148-4.574 6.525z"
11
+ d: "M6.805 9.324l2.26 2.26 4.383-4.334a.935.935 0 011.323-.01.936.936 0 01-.025 1.323L9.693 13.56a.936.936 0 01-1.319.013l-2.908-2.909a.935.935 0 01.017-1.322.935.935 0 011.322-.017z"
12
12
  }));
13
13
  };
14
14
  var CHANGE_KEY = 'change';
@@ -13,18 +13,14 @@ var ArrowDown = function ArrowDown(props) {
13
13
  return /*#__PURE__*/React.createElement("svg", _extends({
14
14
  viewBox: "0 0 20 20"
15
15
  }, props), /*#__PURE__*/React.createElement("path", {
16
- d: "M6 8h8l-4 5z",
17
- fillRule: "evenodd",
18
- clipRule: "evenodd"
16
+ d: "M10.465 11.798a.609.609 0 01-.907 0L7.187 9.25c-.41-.44-.1-1.25.476-1.25h4.679c.575 0 .879.811.47 1.25l-2.347 2.548z"
19
17
  }));
20
18
  };
21
19
  var ArrowUp = function ArrowUp(props) {
22
20
  return /*#__PURE__*/React.createElement("svg", _extends({
23
21
  viewBox: "0 0 20 20"
24
22
  }, props), /*#__PURE__*/React.createElement("path", {
25
- d: "M14 12H6l4-5z",
26
- fillRule: "evenodd",
27
- clipRule: "evenodd"
23
+ d: "M9.535 8.202a.609.609 0 01.907 0l2.371 2.547c.41.44.1 1.251-.476 1.251H7.658c-.576 0-.879-.811-.47-1.25l2.347-2.548z"
28
24
  }));
29
25
  };
30
26
  export var ChipColors = {
@@ -1 +1 @@
1
- h1,h2,h3,h4,h5{margin:0}.mfui-9-content-view{color:var(--content);min-width:240px;padding:0 16px;text-align:center}.mfui-9-content-view__image{display:inline-block;margin-bottom:24px;max-width:144px;vertical-align:top}.mfui-9-content-view__bg-image{background-repeat:no-repeat;background-size:100%;display:inline-block;height:144px;margin-bottom:24px;vertical-align:top;width:144px}.mfui-9-content-view__bg-image_type_waiting{background-image:url(img/waiting.png)}.mfui-9-content-view__bg-image_type_error{background-image:url(img/error.png)}.mfui-9-content-view__bg-image_type_submit{background-image:url(img/submit.png)}.mfui-9-content-view__bg-image_type_success{background-image:url(img/success.png)}.mfui-9-content-view__bg-image_type_fail{background-image:url(img/fail.png)}.mfui-9-content-view__bg-image_type_update{background-image:url(img/update.png)}.mfui-9-content-view__bg-image_type_alarm{background-image:url(img/alarm.png)}.mfui-9-content-view__bg-image_type_empty{background-image:url(img/empty.png)}.mfui-9-content-view__bg-image_type_searchNoResult{background-image:url(img/searchNoResult.png)}.mfui-9-content-view__title{font-size:18px;font-weight:500;line-height:24px}@media screen and (min-width:768px){.mfui-9-content-view__title{font-size:20px;letter-spacing:.5px;line-height:28px}}.mfui-9-content-view__text{font-size:15px;font-weight:400;line-height:24px;margin-top:4px}.mfui-9-content-view__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:32px}@media screen and (min-width:768px){.mfui-9-content-view__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.mfui-9-content-view__buttons_fullwidth{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.mfui-9-content-view__link_indent{margin-left:16px}}.mfui-9-content-view_fullscreen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100%}.mfui-9-content-view_fullscreen .mfui-9-content-view__content{margin-top:auto}.mfui-9-content-view_fullscreen .mfui-9-content-view__buttons{margin-top:auto;padding-bottom:24px}
1
+ h1,h2,h3,h4,h5{margin:0}.mfui-9-content-view{color:var(--content);min-width:240px;padding:0 16px;text-align:center}.mfui-9-content-view__image{display:inline-block;margin-bottom:24px;max-width:144px;vertical-align:top}.mfui-9-content-view__bg-image{background-repeat:no-repeat;background-size:100%;display:inline-block;height:144px;margin-bottom:24px;vertical-align:top;width:144px}.mfui-9-content-view__bg-image_type_waiting{background-image:url(img/waiting.png)}.mfui-9-content-view__bg-image_type_error{background-image:url(img/error.png)}.mfui-9-content-view__bg-image_type_submit{background-image:url(img/submit.png)}.mfui-9-content-view__bg-image_type_success{background-image:url(img/success.png)}.mfui-9-content-view__bg-image_type_fail{background-image:url(img/fail.png)}.mfui-9-content-view__bg-image_type_info{background-image:url(img/info.png)}.mfui-9-content-view__bg-image_type_alarm{background-image:url(img/alarm.png)}.mfui-9-content-view__bg-image_type_empty{background-image:url(img/empty.png)}.mfui-9-content-view__bg-image_type_searchNoResult{background-image:url(img/searchNoResult.png)}.mfui-9-content-view__title{font-size:18px;font-weight:500;line-height:24px}@media screen and (min-width:768px){.mfui-9-content-view__title{font-size:20px;letter-spacing:.5px;line-height:28px}}.mfui-9-content-view__text{font-size:15px;font-weight:400;line-height:24px;margin-top:4px}.mfui-9-content-view__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:32px}@media screen and (min-width:768px){.mfui-9-content-view__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.mfui-9-content-view__buttons_fullwidth{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.mfui-9-content-view__link_indent{margin-left:16px}}.mfui-9-content-view_fullscreen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100%}.mfui-9-content-view_fullscreen .mfui-9-content-view__content{margin-top:auto}.mfui-9-content-view_fullscreen .mfui-9-content-view__buttons{margin-top:auto;padding-bottom:24px}
@@ -34,7 +34,7 @@ export interface IContentViewProps {
34
34
  /** Заголовок */
35
35
  title: string;
36
36
  /** Тип встроенного изображения */
37
- type?: 'waiting' | 'error' | 'submit' | 'success' | 'fail' | 'update' | 'alarm' | 'empty' | 'searchNoResult';
37
+ type?: 'waiting' | 'error' | 'submit' | 'success' | 'fail' | 'info' | 'alarm' | 'empty' | 'searchNoResult';
38
38
  /** Значение тега alt для изображения */
39
39
  alt?: string;
40
40
  /** Ссылка на изображение */