mimir-ui-kit 1.43.11 → 1.43.13

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 (158) hide show
  1. package/dist/Input-BU_6U1CW.js +227 -0
  2. package/dist/assets/Accordion.css +1 -1
  3. package/dist/assets/AccordionItem.css +1 -1
  4. package/dist/assets/Avatar.css +1 -1
  5. package/dist/assets/Button.css +1 -1
  6. package/dist/assets/CheckboxMimir.css +1 -1
  7. package/dist/assets/Chip.css +1 -1
  8. package/dist/assets/ClearButton.css +1 -0
  9. package/dist/assets/Drawer.css +1 -1
  10. package/dist/assets/GosZnak.css +1 -1
  11. package/dist/assets/Input.css +1 -1
  12. package/dist/assets/InputPassword.css +1 -1
  13. package/dist/assets/InputRangeSlider.css +1 -1
  14. package/dist/assets/Link.css +1 -1
  15. package/dist/assets/ListFiles.css +1 -1
  16. package/dist/assets/ListPhotos.css +1 -1
  17. package/dist/assets/MessageShortReply.css +1 -1
  18. package/dist/assets/MultiSelectSearch.css +1 -1
  19. package/dist/assets/NotificationBadge.css +1 -1
  20. package/dist/assets/OtpInput.css +1 -1
  21. package/dist/assets/Pagination.css +1 -1
  22. package/dist/assets/SelectSearch.css +1 -1
  23. package/dist/assets/hooks.css +1 -1
  24. package/dist/assets/index.css +1 -1
  25. package/dist/assets/styles.css +1 -1
  26. package/dist/components/Accordion/Accordion.d.ts +3 -10
  27. package/dist/components/Accordion/Accordion.js +212 -286
  28. package/dist/components/Accordion/AccordionItem/AccordionItem.js +3 -3
  29. package/dist/components/Accordion/constants.d.ts +4 -0
  30. package/dist/components/Accordion/constants.js +5 -4
  31. package/dist/components/AnchorLink/Link.js +20 -21
  32. package/dist/components/Avatar/Avatar.js +26 -26
  33. package/dist/components/Button/Button.js +87 -110
  34. package/dist/components/Button/constants.d.ts +2 -8
  35. package/dist/components/Button/constants.js +5 -6
  36. package/dist/components/CheckboxMimir/CheckboxMimir.d.ts +0 -2
  37. package/dist/components/CheckboxMimir/CheckboxMimir.js +35 -37
  38. package/dist/components/Chip/Chip.js +17 -17
  39. package/dist/components/DatePicker/DatePicker.d.ts +0 -8
  40. package/dist/components/DatePicker/DatePicker.js +169 -182
  41. package/dist/components/DatePicker/DatePickerModal.js +98 -134
  42. package/dist/components/DatePicker/MonthPickerModal.js +95 -115
  43. package/dist/components/DatePicker/YearPickerModal.js +89 -109
  44. package/dist/components/DatePicker/constants.d.ts +1 -1
  45. package/dist/components/DatePicker/constants.js +7 -6
  46. package/dist/components/DatePicker/hooks.d.ts +1 -2
  47. package/dist/components/DatePicker/hooks.js +13 -13
  48. package/dist/components/Drawer/Drawer.js +138 -172
  49. package/dist/components/Dropdown/Dropdown.js +1 -1
  50. package/dist/components/Dropdown/hooks.js +1 -1
  51. package/dist/components/GosZnak/GosZnak.js +38 -47
  52. package/dist/components/Input/Input.d.ts +0 -4
  53. package/dist/components/Input/Input.js +2 -2
  54. package/dist/components/Input/index.js +1 -1
  55. package/dist/components/{MiniButton/MiniButton.d.ts → InputClearButton/ClearButton.d.ts} +8 -17
  56. package/dist/components/InputClearButton/ClearButton.js +41 -0
  57. package/dist/components/InputClearButton/constants.d.ts +8 -0
  58. package/dist/components/InputClearButton/constants.js +5 -0
  59. package/dist/components/InputClearButton/index.d.ts +4 -0
  60. package/dist/components/InputClearButton/index.js +6 -0
  61. package/dist/components/InputPassword/InputPassword.js +42 -38
  62. package/dist/components/InputPhoneNumber/InputPhoneNumber.js +1 -1
  63. package/dist/components/InputRangeSlider/InputRangeSlider.js +139 -159
  64. package/dist/components/InputRangeSlider/constants.d.ts +0 -5
  65. package/dist/components/InputRangeSlider/constants.js +6 -11
  66. package/dist/components/ListFiles/ListFiles.js +39 -41
  67. package/dist/components/ListPhotos/ListPhotos.js +18 -17
  68. package/dist/components/MessageShortReply/MessageShortReply.js +34 -34
  69. package/dist/components/MultiSelectSearch/MultiSelectSearch.js +152 -153
  70. package/dist/components/MultiSelectSearch/constants.d.ts +0 -1
  71. package/dist/components/MultiSelectSearch/constants.js +7 -7
  72. package/dist/components/MultiSelectSearch/utils.d.ts +1 -1
  73. package/dist/components/MultiSelectSearch/utils.js +16 -18
  74. package/dist/components/NotificationBadge/NotificationBadge.js +33 -49
  75. package/dist/components/NotificationBadge/constants.d.ts +2 -9
  76. package/dist/components/NotificationBadge/constants.js +2 -3
  77. package/dist/components/NotificationBadge/types.d.ts +1 -11
  78. package/dist/components/OtpInput/OtpInput.js +40 -44
  79. package/dist/components/OtpInput/constants.d.ts +0 -4
  80. package/dist/components/OtpInput/constants.js +4 -6
  81. package/dist/components/OtpInput/index.d.ts +0 -1
  82. package/dist/components/OtpInput/index.js +0 -2
  83. package/dist/components/Pagination/Pagination.js +23 -23
  84. package/dist/components/SelectSearch/SelectSearch.js +241 -241
  85. package/dist/components/SelectSearch/utils.d.ts +1 -1
  86. package/dist/components/SelectSearch/utils.js +1 -1
  87. package/dist/components/Slider/Slider.d.ts +5 -1
  88. package/dist/components/Slider/Slider.js +36 -34
  89. package/dist/components/TextArea/TextArea.js +1 -1
  90. package/dist/components/index.d.ts +1 -3
  91. package/dist/components/index.js +51 -55
  92. package/dist/hooks-HgN6Yauq.js +117 -0
  93. package/dist/icons/Icon.js +1 -1
  94. package/dist/icons/components/64px/AdvancePaymentDiscount64px.js +59 -0
  95. package/dist/icons/components/64px/AtsVendors64px.js +37 -0
  96. package/dist/icons/components/64px/ButtonOn64px.js +31 -0
  97. package/dist/icons/components/64px/BuyoutAuto64px.js +45 -0
  98. package/dist/icons/components/64px/CarAssistance64px.js +44 -0
  99. package/dist/icons/components/64px/CarDelivery64px.js +37 -0
  100. package/dist/icons/components/64px/CarSearchReturn64px.js +45 -0
  101. package/dist/icons/components/64px/CarService64px.js +37 -0
  102. package/dist/icons/components/64px/Case64px.js +33 -0
  103. package/dist/icons/components/64px/CoatOfArms64px.js +149 -0
  104. package/dist/icons/components/64px/CoffeeCup64px.js +44 -0
  105. package/dist/icons/components/64px/Cup64px.js +38 -0
  106. package/dist/icons/components/64px/ExpertAdvice64px.js +40 -0
  107. package/dist/icons/components/64px/Fines64px.js +88 -0
  108. package/dist/icons/components/64px/Fuel64px.js +38 -0
  109. package/dist/icons/components/64px/GazprombankIcon24px.js +21 -0
  110. package/dist/icons/components/64px/Kasko64px.js +44 -0
  111. package/dist/icons/components/64px/LegalSupport64px.js +58 -0
  112. package/dist/icons/components/64px/Microphone64px.js +37 -0
  113. package/dist/icons/components/64px/Money64px.js +60 -0
  114. package/dist/icons/components/64px/PaymentSchedule64px.js +39 -0
  115. package/dist/icons/components/64px/PersonalManager64px.js +100 -0
  116. package/dist/icons/components/64px/PreApproval64px.js +44 -0
  117. package/dist/icons/components/64px/Questions64px.js +37 -0
  118. package/dist/icons/components/64px/SupportGeography64px.js +51 -0
  119. package/dist/icons/components/64px/Timer64px.js +45 -0
  120. package/dist/icons/components/64px/Twogis64px.js +51 -0
  121. package/dist/icons/components/64px/Vehicles64px.js +45 -0
  122. package/dist/icons/components/64px/Workplace64px.js +38 -0
  123. package/dist/icons/components/index.js +591 -564
  124. package/dist/{index-DrVFMaBi.js → index-C2dQUuc9.js} +1346 -1184
  125. package/dist/index.js +69 -73
  126. package/dist/styles.module-Cuqm31CO.js +28 -0
  127. package/package.json +1 -1
  128. package/dist/Input-CGZoshMl.js +0 -224
  129. package/dist/assets/CarBodyButton.css +0 -1
  130. package/dist/assets/MiniButton.css +0 -1
  131. package/dist/assets/RoundButton.css +0 -1
  132. package/dist/assets/ScrollWrapper.css +0 -1
  133. package/dist/components/CarBodyButton/CarBodyButton.d.ts +0 -26
  134. package/dist/components/CarBodyButton/CarBodyButton.js +0 -40
  135. package/dist/components/CarBodyButton/index.d.ts +0 -1
  136. package/dist/components/CarBodyButton/index.js +0 -4
  137. package/dist/components/Drawer/ScrollWrapper/ScrollWrapper.d.ts +0 -11
  138. package/dist/components/Drawer/ScrollWrapper/ScrollWrapper.js +0 -27
  139. package/dist/components/GosZnak/utils.d.ts +0 -6
  140. package/dist/components/GosZnak/utils.js +0 -15
  141. package/dist/components/MiniButton/MiniButton.js +0 -44
  142. package/dist/components/MiniButton/constants.d.ts +0 -9
  143. package/dist/components/MiniButton/constants.js +0 -5
  144. package/dist/components/MiniButton/index.d.ts +0 -4
  145. package/dist/components/MiniButton/index.js +0 -6
  146. package/dist/components/NotificationBadge/utils.d.ts +0 -8
  147. package/dist/components/NotificationBadge/utils.js +0 -4
  148. package/dist/components/RoundButton/RoundButton.d.ts +0 -82
  149. package/dist/components/RoundButton/RoundButton.js +0 -69
  150. package/dist/components/RoundButton/constants.d.ts +0 -11
  151. package/dist/components/RoundButton/constants.js +0 -5
  152. package/dist/components/RoundButton/index.d.ts +0 -2
  153. package/dist/components/RoundButton/index.js +0 -7
  154. package/dist/components/RoundButton/types.d.ts +0 -20
  155. package/dist/hooks-Cd4Ez6_j.js +0 -117
  156. package/dist/icons/components/16px/DropdownArrowDown16px.js +0 -23
  157. package/dist/icons/components/24px/EyeClosed24px.js +0 -65
  158. package/dist/styles.module-BfkM1-KJ.js +0 -32
@@ -3,5 +3,5 @@ import { TSelectOption } from './types';
3
3
  import { EInputSize } from '../Input';
4
4
 
5
5
  export declare const mapSizeToInputSize: (size: ESelectSearchSize) => EInputSize;
6
- export declare const getDropdownArrowIcon: (isOpen: boolean, size: ESelectSearchSize) => "DropdownArrowBottom16px" | "DropdownArrowUp24px" | "DropdownArrowUp16px" | "DropdownArrowDown24px";
6
+ export declare const getDropdownArrowIcon: (isOpen: boolean, size: ESelectSearchSize) => "DropdownArrowBottom16px" | "DropdownArrowUp16px" | "DropdownArrowUp24px" | "DropdownArrowDown24px";
7
7
  export declare const prepareGroupedItems: (items: TSelectOption[], groupBy: string, getGroupTitle: (value: string) => string) => TSelectOption[];
@@ -1,5 +1,5 @@
1
1
  import { ESelectSearchSize as t } from "./constants.js";
2
- import "../../Input-CGZoshMl.js";
2
+ import "../../Input-BU_6U1CW.js";
3
3
  import { EInputSize as n } from "../Input/constants.js";
4
4
  const w = (r) => {
5
5
  switch (r) {
@@ -27,6 +27,10 @@ type TProps = SwiperProps & {
27
27
  * Показывать стрелки навигации и количество слайдов.
28
28
  */
29
29
  needNavigation?: boolean;
30
+ /**
31
+ * Приостанавливать автопрокрутку при наведении на слайдер.
32
+ */
33
+ pauseOnMouseEnter?: boolean;
30
34
  /**
31
35
  * Функция, которая будет вызвана при клике на слайд.
32
36
  */
@@ -88,5 +92,5 @@ type TProps = SwiperProps & {
88
92
  */
89
93
  images?: TSlideImage[];
90
94
  };
91
- export default function Slider({ images, children, gap, onSlideClick, swiperClassName, slideClassName, imageClassName, navigationClassName, navigationContent, sliderBottomPanelClassName, descriptionsClassName, navigationContentClassName, buttonsVariant, progressBarPosition, isFullPaginationWidth, needNavigation, leftDescription, rightDescription, delay, ...props }: TProps): import("react/jsx-runtime").JSX.Element;
95
+ export default function Slider({ images, children, gap, onSlideClick, swiperClassName, slideClassName, imageClassName, navigationClassName, navigationContent, sliderBottomPanelClassName, descriptionsClassName, navigationContentClassName, buttonsVariant, progressBarPosition, isFullPaginationWidth, needNavigation, leftDescription, rightDescription, delay, pauseOnMouseEnter, ...props }: TProps): import("react/jsx-runtime").JSX.Element;
92
96
  export {};
@@ -1,35 +1,35 @@
1
1
  import { jsx as s, jsxs as o, Fragment as N } from "react/jsx-runtime";
2
2
  import { c as a } from "../../index-DIxK0V-G.js";
3
- import { memo as F, useCallback as u, useMemo as X, forwardRef as Z, useRef as B, useState as V, Children as I } from "react";
4
- import { u as W, S as ee, A as se, a as T } from "../../swiper-react-BvAw14a4.js";
3
+ import { memo as F, useCallback as u, useMemo as Z, forwardRef as V, useRef as B, useState as W, Children as I } from "react";
4
+ import { u as ee, S as se, A as re, a as T } from "../../swiper-react-BvAw14a4.js";
5
5
  import { EProgressBarPosition as S } from "./constants.js";
6
6
  import { formatSlideNumber as O } from "./utils.js";
7
7
  import { AppImage as P } from "../Image/Image.js";
8
- import { MergedButton as re } from "../MergedButton/MergedButton.js";
9
- import '../../assets/Slider.css';const te = "_swiper_zqjj3_2", ne = "_slide_zqjj3_8", ae = "_link_zqjj3_15", oe = "_image_zqjj3_21", ie = "_navigation_zqjj3_28", le = "_pagination_zqjj3_46", ce = "_slides_zqjj3_65", de = "_separator_zqjj3_71", pe = "_progress_zqjj3_78", ue = "_descriptions_zqjj3_95", e = {
10
- swiper: te,
11
- slide: ne,
12
- link: ae,
13
- image: oe,
14
- navigation: ie,
8
+ import { MergedButton as te } from "../MergedButton/MergedButton.js";
9
+ import '../../assets/Slider.css';const ne = "_swiper_zqjj3_2", ae = "_slide_zqjj3_8", oe = "_link_zqjj3_15", ie = "_image_zqjj3_21", le = "_navigation_zqjj3_28", ce = "_pagination_zqjj3_46", de = "_slides_zqjj3_65", pe = "_separator_zqjj3_71", ue = "_progress_zqjj3_78", me = "_descriptions_zqjj3_95", e = {
10
+ swiper: ne,
11
+ slide: ae,
12
+ link: oe,
13
+ image: ie,
14
+ navigation: le,
15
15
  "navigation-content": "_navigation-content_zqjj3_37",
16
- pagination: le,
16
+ pagination: ce,
17
17
  "is-full": "_is-full_zqjj3_60",
18
- slides: ce,
19
- separator: de,
20
- progress: pe,
18
+ slides: de,
19
+ separator: pe,
20
+ progress: ue,
21
21
  "progress-bar-bottom": "_progress-bar-bottom_zqjj3_85",
22
22
  "progress-bar": "_progress-bar_zqjj3_85",
23
- descriptions: ue
24
- }, me = 15e3, E = F(
23
+ descriptions: me
24
+ }, _e = 15e3, E = F(
25
25
  ({
26
26
  variant: t = "white"
27
27
  }) => {
28
- const n = W(), p = u(() => {
28
+ const n = ee(), p = u(() => {
29
29
  n.slideNext();
30
30
  }, [n]), c = u(() => {
31
31
  n.slidePrev();
32
- }, [n]), m = X(
32
+ }, [n]), m = Z(
33
33
  () => [
34
34
  {
35
35
  isIconButton: !0,
@@ -46,10 +46,10 @@ import '../../assets/Slider.css';const te = "_swiper_zqjj3_2", ne = "_slide_zqjj
46
46
  ],
47
47
  [c, t, p]
48
48
  );
49
- return /* @__PURE__ */ s(re, { buttons: m });
49
+ return /* @__PURE__ */ s(te, { buttons: m });
50
50
  }
51
51
  ), b = F(
52
- Z((t, n) => /* @__PURE__ */ s(
52
+ V((t, n) => /* @__PURE__ */ s(
53
53
  "div",
54
54
  {
55
55
  "data-testid": "progress-bar-wrapper",
@@ -65,7 +65,7 @@ import '../../assets/Slider.css';const te = "_swiper_zqjj3_2", ne = "_slide_zqjj
65
65
  }
66
66
  ))
67
67
  );
68
- function qe({
68
+ function ze({
69
69
  images: t,
70
70
  children: n,
71
71
  gap: p,
@@ -84,17 +84,18 @@ function qe({
84
84
  needNavigation: i = !0,
85
85
  leftDescription: C,
86
86
  rightDescription: y,
87
- delay: D = me,
88
- ...U
87
+ delay: D = _e,
88
+ pauseOnMouseEnter: U = !1,
89
+ ...Y
89
90
  }) {
90
- const d = B(null), h = B(null), [Y, G] = V(1), j = !(typeof n == "function") && !!n, H = j ? I.count(n) : 0, J = (t == null ? void 0 : t.length) ?? 0, A = O(Y), x = O(
91
- j ? H : J
92
- ), K = u(() => {
91
+ const d = B(null), h = B(null), [G, H] = W(1), j = !(typeof n == "function") && !!n, J = j ? I.count(n) : 0, K = (t == null ? void 0 : t.length) ?? 0, A = O(G), x = O(
92
+ j ? J : K
93
+ ), Q = u(() => {
93
94
  if (h.current && i) {
94
95
  const r = h.current.swiper;
95
- G(r.realIndex + 1);
96
+ H(r.realIndex + 1);
96
97
  }
97
- }, [i]), Q = u(
98
+ }, [i]), X = u(
98
99
  (r, l) => {
99
100
  if (d.current && i) {
100
101
  const g = r.params.autoplay.delay, w = l / g * 100;
@@ -104,23 +105,24 @@ function qe({
104
105
  [i]
105
106
  );
106
107
  return /* @__PURE__ */ o(
107
- ee,
108
+ se,
108
109
  {
109
- ...U,
110
+ ...Y,
110
111
  ref: h,
111
112
  className: a(e.swiper, m),
112
113
  loop: !0,
113
114
  spaceBetween: p,
114
115
  autoplay: {
115
116
  delay: D,
116
- disableOnInteraction: !1
117
+ disableOnInteraction: !1,
118
+ pauseOnMouseEnter: U
117
119
  },
118
120
  fadeEffect: {
119
121
  crossFade: !0
120
122
  },
121
- modules: [se],
122
- onAutoplayTimeLeft: Q,
123
- onSlideChange: K,
123
+ modules: [re],
124
+ onAutoplayTimeLeft: X,
125
+ onSlideChange: Q,
124
126
  children: [
125
127
  /* @__PURE__ */ s(
126
128
  "div",
@@ -246,5 +248,5 @@ function qe({
246
248
  );
247
249
  }
248
250
  export {
249
- qe as default
251
+ ze as default
250
252
  };
@@ -5,7 +5,7 @@ import { useAutoResizeTextArea as Z } from "./hooks.js";
5
5
  import { useMergeRefs as $ } from "../../hooks/useMergeRefs/useMergeRefs.js";
6
6
  import { Icon as ee } from "../../icons/Icon.js";
7
7
  import { Button as te } from "../Button/Button.js";
8
- import { c as e } from "../../Input-CGZoshMl.js";
8
+ import { c as e } from "../../Input-BU_6U1CW.js";
9
9
  import { EInputVariant as ae } from "../Input/constants.js";
10
10
  import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_rk5xe_11", le = "_label_rk5xe_26", ne = "_s_rk5xe_71", oe = "_m_rk5xe_84", ce = "_l_rk5xe_26", t = {
11
11
  "textarea-wrapper": "_textarea-wrapper_rk5xe_2",
@@ -73,6 +73,4 @@ export { Table } from './Table';
73
73
  export { ESortDirection, ETableVariant, ETableDisplayMode, ETableScrollButtonVariant, ETableScrollIconName } from './Table';
74
74
  export { PromoSlider } from './PromoSlider';
75
75
  export { CardTrail } from './CardTrail';
76
- export { MiniButton } from './MiniButton';
77
- export { CarBodyButton } from './CarBodyButton';
78
- export { RoundButton } from './RoundButton';
76
+ export { ClearButton } from './InputClearButton';
@@ -1,17 +1,17 @@
1
1
  import { Button as e } from "./Button/Button.js";
2
2
  import { EButtonForm as p, EButtonSize as a, EButtonVariantBorderless as i, EButtonVariantDefault as m, EButtonVariantOutline as n, EButtonVariantRound as f } from "./Button/constants.js";
3
- import { I as l } from "../Input-CGZoshMl.js";
4
- import { EInputSize as S, EInputStatus as d, EInputVariant as s } from "./Input/constants.js";
3
+ import { I as l } from "../Input-BU_6U1CW.js";
4
+ import { EInputSize as S, EInputStatus as s, EInputVariant as d } from "./Input/constants.js";
5
5
  import { TextArea as c } from "./TextArea/TextArea.js";
6
6
  import { ETextAreaInputSize as g } from "./TextArea/constants.js";
7
- import { InputPassword as B } from "./InputPassword/InputPassword.js";
8
- import { InputPhoneNumber as V } from "./InputPhoneNumber/InputPhoneNumber.js";
7
+ import { InputPassword as P } from "./InputPassword/InputPassword.js";
8
+ import { InputPhoneNumber as z } from "./InputPhoneNumber/InputPhoneNumber.js";
9
9
  import { getMaskedInputPhoneValue as h, getUnmaskedInputValue as k } from "./InputPhoneNumber/utils.js";
10
10
  import { OtpInput as b } from "./OtpInput/OtpInput.js";
11
- import { RadioGroup as w } from "./RadioGroup/RadioGroup.js";
12
- import { DatePicker as D } from "./DatePicker/DatePicker.js";
13
- import { MergedButton as y } from "./MergedButton/MergedButton.js";
14
- import { EMergedButtonVariantRound as U } from "./MergedButton/constants.js";
11
+ import { RadioGroup as A } from "./RadioGroup/RadioGroup.js";
12
+ import { DatePicker as M } from "./DatePicker/DatePicker.js";
13
+ import { MergedButton as R } from "./MergedButton/MergedButton.js";
14
+ import { EMergedButtonVariantRound as y } from "./MergedButton/constants.js";
15
15
  import { AppImage as v } from "./Image/Image.js";
16
16
  import { Loader as N } from "./Loader/Loader.js";
17
17
  import { ELoaderSize as O } from "./Loader/constants.js";
@@ -28,14 +28,14 @@ import { SelectSearch as xo } from "./SelectSearch/SelectSearch.js";
28
28
  import { ELoadingIndicatorPlacement as Eo, ESelectSearchSize as So } from "./SelectSearch/constants.js";
29
29
  import { CheckboxMimir as uo } from "./CheckboxMimir/CheckboxMimir.js";
30
30
  import { Tag as To } from "./Tag/Tag.js";
31
- import { ETagSize as Io, ETagType as Bo } from "./Tag/constants.js";
32
- import { Timer as Vo } from "./Timer/Timer.js";
31
+ import { ETagSize as Io, ETagType as Po } from "./Tag/constants.js";
32
+ import { Timer as zo } from "./Timer/Timer.js";
33
33
  import { Accordion as ho } from "./Accordion/Accordion.js";
34
34
  import { EAccordionSize as Lo } from "./Accordion/constants.js";
35
- import { AccordionItem as Mo } from "./Accordion/AccordionItem/AccordionItem.js";
36
- import { TabTrail as Ao } from "./TabTrail/TabTrail.js";
37
- import { ETabTrailSize as Ro } from "./TabTrail/constants.js";
38
- import { Pagination as Co } from "./Pagination/Pagination.js";
35
+ import { AccordionItem as wo } from "./Accordion/AccordionItem/AccordionItem.js";
36
+ import { TabTrail as Do } from "./TabTrail/TabTrail.js";
37
+ import { ETabTrailSize as Co } from "./TabTrail/constants.js";
38
+ import { Pagination as Uo } from "./Pagination/Pagination.js";
39
39
  import { ToastProvider as Fo } from "./Toasts/ToastsProvider.js";
40
40
  import { useToast as Go } from "./Toasts/hooks.js";
41
41
  import { EToastPosition as Zo, EToastVariant as Oo } from "./Toasts/constants.js";
@@ -50,17 +50,17 @@ import { ENotificationBadgeSize as ar } from "./NotificationBadge/constants.js";
50
50
  import { Chip as mr } from "./Chip/Chip.js";
51
51
  import { EChipSize as fr, EChipVariant as xr } from "./Chip/constants.js";
52
52
  import { UniversalUploader as Er } from "./UniversalUploader/UniversalUploader.js";
53
- import { EUploaderType as dr } from "./UniversalUploader/constants.js";
53
+ import { EUploaderType as sr } from "./UniversalUploader/constants.js";
54
54
  import { InputRangeSlider as ur } from "./InputRangeSlider/InputRangeSlider.js";
55
55
  import { EInputRangeSliderBorderState as Tr, EInputRangeSliderPositions as gr } from "./InputRangeSlider/constants.js";
56
- import { GosZnak as Br } from "./GosZnak/GosZnak.js";
57
- import { EGosZnakSize as Vr, EGosZnakType as zr } from "./GosZnak/constants.js";
56
+ import { GosZnak as Pr } from "./GosZnak/GosZnak.js";
57
+ import { EGosZnakSize as zr, EGosZnakType as Br } from "./GosZnak/constants.js";
58
58
  import { Switcher as kr } from "./Switcher/Switcher.js";
59
59
  import { ELabelPositions as br } from "./Switcher/constants.js";
60
- import { TwinSwitcher as wr } from "./TwinSwitcher/TwinSwitcher.js";
61
- import { SkeletonBrick as Dr } from "./Skeleton/SkeletonBrick/SkeletonBrick.js";
62
- import { SkeletonText as yr } from "./Skeleton/SkeletonText/SkeletonText.js";
63
- import { SkeletonCircle as Ur } from "./Skeleton/SkeletonCircle/SkeletonCircle.js";
60
+ import { TwinSwitcher as Ar } from "./TwinSwitcher/TwinSwitcher.js";
61
+ import { SkeletonBrick as Mr } from "./Skeleton/SkeletonBrick/SkeletonBrick.js";
62
+ import { SkeletonText as Rr } from "./Skeleton/SkeletonText/SkeletonText.js";
63
+ import { SkeletonCircle as yr } from "./Skeleton/SkeletonCircle/SkeletonCircle.js";
64
64
  import { ESkeletonVariant as vr } from "./Skeleton/constants.js";
65
65
  import { Avatar as Nr } from "./Avatar/Avatar.js";
66
66
  import { EAvatarSize as Or } from "./Avatar/constants.js";
@@ -74,22 +74,20 @@ import { EMessageShortReplyVariant as te } from "./MessageShortReply/constants.j
74
74
  import { Table as ae } from "./Table/Table.js";
75
75
  import { ESortDirection as me, ETableDisplayMode as ne, ETableScrollButtonVariant as fe, ETableScrollIconName as xe, ETableVariant as le } from "./Table/constants.js";
76
76
  import { PromoSlider as Se } from "./PromoSlider/PromoSlider.js";
77
- import { CardTrail as se } from "./CardTrail/CardTrail.js";
78
- import { MiniButton as ce } from "./MiniButton/MiniButton.js";
79
- import { CarBodyButton as ge } from "./CarBodyButton/CarBodyButton.js";
80
- import { RoundButton as Be } from "./RoundButton/RoundButton.js";
81
- import { default as Ve } from "./Slider/Slider.js";
82
- import { EProgressBarPosition as he } from "./Slider/constants.js";
77
+ import { CardTrail as de } from "./CardTrail/CardTrail.js";
78
+ import { ClearButton as ce } from "./InputClearButton/ClearButton.js";
79
+ import { default as ge } from "./Slider/Slider.js";
80
+ import { EProgressBarPosition as Pe } from "./Slider/constants.js";
83
81
  export {
84
82
  ho as Accordion,
85
- Mo as AccordionItem,
83
+ wo as AccordionItem,
86
84
  Nr as Avatar,
87
85
  e as Button,
88
- ge as CarBodyButton,
89
- se as CardTrail,
86
+ de as CardTrail,
90
87
  uo as CheckboxMimir,
91
88
  mr as Chip,
92
- D as DatePicker,
89
+ ce as ClearButton,
90
+ M as DatePicker,
93
91
  J as Drawer,
94
92
  X as Dropdown,
95
93
  Lo as EAccordionSize,
@@ -106,77 +104,75 @@ export {
106
104
  _ as EDropdownAlign,
107
105
  $ as EDropdownPlacement,
108
106
  Yr as EFileItemVariant,
109
- Vr as EGosZnakSize,
110
- zr as EGosZnakType,
107
+ zr as EGosZnakSize,
108
+ Br as EGosZnakType,
111
109
  Tr as EInputRangeSliderBorderState,
112
110
  gr as EInputRangeSliderPositions,
113
111
  S as EInputSize,
114
- d as EInputStatus,
115
- s as EInputVariant,
112
+ s as EInputStatus,
113
+ d as EInputVariant,
116
114
  br as ELabelPositions,
117
115
  or as ELinkSize,
118
116
  rr as ELinkVariant,
119
117
  O as ELoaderSize,
120
118
  Jr as ELoadingIndicatorPlacement,
121
- U as EMergedButtonVariantRound,
119
+ y as EMergedButtonVariantRound,
122
120
  te as EMessageShortReplyVariant,
123
121
  Kr as EMultiSelectSearchSize,
124
122
  ar as ENotificationBadgeSize,
125
- he as EProgressBarPosition,
123
+ Pe as EProgressBarPosition,
126
124
  Eo as ESSLoadingPlacement,
127
125
  So as ESelectSearchSize,
128
126
  vr as ESkeletonVariant,
129
127
  me as ESortDirection,
130
128
  to as EStepColor,
131
129
  po as EStepsSize,
132
- Ro as ETabTrailSize,
130
+ Co as ETabTrailSize,
133
131
  ne as ETableDisplayMode,
134
132
  fe as ETableScrollButtonVariant,
135
133
  xe as ETableScrollIconName,
136
134
  le as ETableVariant,
137
135
  Io as ETagSize,
138
- Bo as ETagType,
136
+ Po as ETagType,
139
137
  g as ETextAreaInputSize,
140
138
  Zo as EToastPosition,
141
139
  Oo as EToastVariant,
142
140
  Qo as EUploaderFilesVariant,
143
- dr as EUploaderType,
141
+ sr as EUploaderType,
144
142
  no as EVoteSize,
145
- Br as GosZnak,
143
+ Pr as GosZnak,
146
144
  v as Image,
147
145
  l as Input,
148
- B as InputPassword,
149
- V as InputPhoneNumber,
146
+ P as InputPassword,
147
+ z as InputPhoneNumber,
150
148
  ur as InputRangeSlider,
151
149
  _o as Link,
152
150
  Wr as ListFiles,
153
151
  $r as ListPhotos,
154
152
  N as Loader,
155
- y as MergedButton,
153
+ R as MergedButton,
156
154
  re as MessageShortReply,
157
- ce as MiniButton,
158
155
  qr as MultiSelectSearch,
159
156
  tr as NotificationBadge,
160
157
  b as OtpInput,
161
- Co as Pagination,
158
+ Uo as Pagination,
162
159
  Se as PromoSlider,
163
- w as RadioGroup,
164
- Be as RoundButton,
160
+ A as RadioGroup,
165
161
  xo as SelectSearch,
166
- Dr as SkeletonBrick,
167
- Ur as SkeletonCircle,
168
- yr as SkeletonText,
169
- Ve as Slider,
162
+ Mr as SkeletonBrick,
163
+ yr as SkeletonCircle,
164
+ Rr as SkeletonText,
165
+ ge as Slider,
170
166
  q as SliderLazy,
171
167
  ro as Steps,
172
168
  kr as Switcher,
173
- Ao as TabTrail,
169
+ Do as TabTrail,
174
170
  ae as Table,
175
171
  To as Tag,
176
172
  c as TextArea,
177
- Vo as Timer,
173
+ zo as Timer,
178
174
  Fo as ToastProvider,
179
- wr as TwinSwitcher,
175
+ Ar as TwinSwitcher,
180
176
  Er as UniversalUploader,
181
177
  Xo as Uploader,
182
178
  Jo as UploaderFiles,
@@ -0,0 +1,117 @@
1
+ import { c as N } from "./index-DIxK0V-G.js";
2
+ import { useState as C, useRef as O, useCallback as p, useEffect as P } from "react";
3
+ import { EDropdownPlacement as e, EDropdownAlign as i } from "./components/Dropdown/constants.js";
4
+ import './assets/hooks.css';const S = "_menu_179ng_2", $ = "_arrow_179ng_53", k = "_enter_179ng_200", M = "_leave_179ng_214", g = {
5
+ menu: S,
6
+ "menu-button": "_menu-button_179ng_5",
7
+ "menu-items": "_menu-items_179ng_10",
8
+ "menu-items--black": "_menu-items--black_179ng_20",
9
+ "menu-items-with-arrow": "_menu-items-with-arrow_179ng_24",
10
+ "position-bottom": "_position-bottom_179ng_29",
11
+ "position-bottom-start": "_position-bottom-start_179ng_30",
12
+ "position-bottom-end": "_position-bottom-end_179ng_31",
13
+ "position-top": "_position-top_179ng_35",
14
+ "position-top-start": "_position-top-start_179ng_36",
15
+ "position-top-end": "_position-top-end_179ng_37",
16
+ "position-left": "_position-left_179ng_41",
17
+ "position-left-start": "_position-left-start_179ng_42",
18
+ "position-left-end": "_position-left-end_179ng_43",
19
+ "position-right": "_position-right_179ng_47",
20
+ "position-right-start": "_position-right-start_179ng_48",
21
+ "position-right-end": "_position-right-end_179ng_49",
22
+ "arrow-position-bottom": "_arrow-position-bottom_179ng_53",
23
+ "arrow-position-bottom-start": "_arrow-position-bottom-start_179ng_54",
24
+ "arrow-position-bottom-end": "_arrow-position-bottom-end_179ng_55",
25
+ "arrow-position-top": "_arrow-position-top_179ng_59",
26
+ "arrow-position-top-start": "_arrow-position-top-start_179ng_60",
27
+ "arrow-position-top-end": "_arrow-position-top-end_179ng_61",
28
+ "arrow-position-left": "_arrow-position-left_179ng_65",
29
+ "arrow-position-left-start": "_arrow-position-left-start_179ng_66",
30
+ "arrow-position-left-end": "_arrow-position-left-end_179ng_67",
31
+ "arrow-position-right": "_arrow-position-right_179ng_71",
32
+ "arrow-position-right-start": "_arrow-position-right-start_179ng_72",
33
+ "arrow-position-right-end": "_arrow-position-right-end_179ng_73",
34
+ arrow: $,
35
+ "arrow-bottom": "_arrow-bottom_179ng_83",
36
+ "arrow-bottom-start": "_arrow-bottom-start_179ng_91",
37
+ "arrow-bottom-end": "_arrow-bottom-end_179ng_98",
38
+ "arrow-top": "_arrow-top_179ng_106",
39
+ "arrow-top-start": "_arrow-top-start_179ng_114",
40
+ "arrow-top-end": "_arrow-top-end_179ng_121",
41
+ "arrow-left": "_arrow-left_179ng_129",
42
+ "arrow-left-start": "_arrow-left-start_179ng_137",
43
+ "arrow-left-end": "_arrow-left-end_179ng_144",
44
+ "arrow-right": "_arrow-right_179ng_152",
45
+ "arrow-right-start": "_arrow-right-start_179ng_160",
46
+ "arrow-right-end": "_arrow-right-end_179ng_167",
47
+ "arrow-black": "_arrow-black_179ng_175",
48
+ "menu-items-container": "_menu-items-container_179ng_188",
49
+ "close-button": "_close-button_179ng_194",
50
+ enter: k,
51
+ "enter-from": "_enter-from_179ng_204",
52
+ "enter-to": "_enter-to_179ng_209",
53
+ leave: M,
54
+ "leave-from": "_leave-from_179ng_218",
55
+ "leave-to": "_leave-to_179ng_223"
56
+ }, R = 300, u = 5, d = 10, y = 10, x = ({
57
+ buttonRef: l,
58
+ panelRef: a,
59
+ initialPosition: h,
60
+ isOpen: A,
61
+ arrow: c = !1,
62
+ variant: T = "default"
63
+ }) => {
64
+ const [r, D] = C(
65
+ typeof h == "string" ? h : `${e.BOTTOM} ${i.END}`
66
+ ), w = O(null), m = p(() => {
67
+ w.current && (clearTimeout(w.current), w.current = null);
68
+ }, []), E = p(() => {
69
+ if (!a.current || !l.current) return null;
70
+ const t = l.current.getBoundingClientRect(), o = a.current.getBoundingClientRect();
71
+ let n = null;
72
+ if (o.bottom <= t.top + u ? n = e.TOP : o.top >= t.bottom - u ? n = e.BOTTOM : o.right <= t.left + u ? n = e.LEFT : o.left >= t.right - u && (n = e.RIGHT), !n) return null;
73
+ let _;
74
+ if (n === e.LEFT || n === e.RIGHT) {
75
+ const f = Math.abs(o.top - t.top) < d, b = Math.abs(o.bottom - t.bottom) < d;
76
+ _ = f ? i.START : b ? i.END : i.CENTER;
77
+ } else {
78
+ const f = Math.abs(o.left - t.left) < d, b = Math.abs(o.right - t.right) < d;
79
+ _ = f ? i.START : b ? i.END : i.CENTER;
80
+ }
81
+ return _ ? `${n} ${_}`.trim() : n;
82
+ }, [l, a]), s = p(() => {
83
+ m(), w.current = setTimeout(() => {
84
+ const t = E();
85
+ t && t !== r && D(t);
86
+ }, y);
87
+ }, [E, r, m]);
88
+ P(() => {
89
+ if (!a.current || !l.current || window.getComputedStyle(a.current).display === "none") return;
90
+ const o = setTimeout(s, R);
91
+ return window.addEventListener("scroll", s, !0), window.addEventListener("resize", s), () => {
92
+ clearTimeout(o), m(), window.removeEventListener("scroll", s, !0), window.removeEventListener("resize", s);
93
+ };
94
+ }, [A, s, m]);
95
+ const v = p(() => {
96
+ if (!c) return "";
97
+ const t = typeof r == "string" ? r : "", [o, n] = t.split(" "), _ = n ? g[`arrow-${o}-${n}`] : g[`arrow-${o}`];
98
+ return N(g.arrow, _, {
99
+ [g["arrow-black"]]: T === "black"
100
+ });
101
+ }, [c, r, T]), L = p(() => {
102
+ const t = typeof r == "string" ? r : "";
103
+ return t ? g[`${c ? "arrow-position-" : "position-"}${t.replace(" ", "-")}`] : "";
104
+ }, [r, c]);
105
+ return {
106
+ getArrowClasses: v,
107
+ getPositionClass: L
108
+ };
109
+ };
110
+ export {
111
+ R as A,
112
+ y as D,
113
+ u as P,
114
+ d as a,
115
+ g as c,
116
+ x as u
117
+ };
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { Suspense as s } from "react";
3
- import { i as e } from "../index-DrVFMaBi.js";
3
+ import { i as e } from "../index-C2dQUuc9.js";
4
4
  const p = ({ iconName: o, ...n }) => {
5
5
  const r = e[o];
6
6
  return r ? /* @__PURE__ */ t(s, { fallback: null, children: /* @__PURE__ */ t(r, { ...n, "data-testid": o }) }) : null;
@@ -0,0 +1,59 @@
1
+ import { jsxs as d, jsx as l } from "react/jsx-runtime";
2
+ const c = (e) => /* @__PURE__ */ d(
3
+ "svg",
4
+ {
5
+ ...e,
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 64,
8
+ height: 64,
9
+ fill: "none",
10
+ children: [
11
+ /* @__PURE__ */ l(
12
+ "path",
13
+ {
14
+ fill: "#FF7900",
15
+ d: "M35.555 41.474a.702.702 0 1 0 0-1.404.702.702 0 0 0 0 1.404"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ l(
19
+ "path",
20
+ {
21
+ fill: "#FF7900",
22
+ fillRule: "evenodd",
23
+ d: "M38.152 14.098a3.373 3.373 0 1 0 0 6.746 3.373 3.373 0 0 0 0-6.746m-4.348 3.373a4.348 4.348 0 1 1 8.696 0 4.348 4.348 0 0 1-8.696 0M29.66 10.666c.27 0 .488.218.488.488v7.299a.488.488 0 1 1-.975 0v-7.3c0-.269.219-.487.488-.487M25.661 10.666c.27 0 .488.218.488.488v4.351a.488.488 0 1 1-.975 0v-4.351c0-.27.218-.488.487-.488",
24
+ clipRule: "evenodd"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ l(
28
+ "path",
29
+ {
30
+ fill: "#4D4D4D",
31
+ fillRule: "evenodd",
32
+ d: "M18.009 29.33a2.807 2.807 0 0 0-2.812 2.812v17.406a2.807 2.807 0 0 0 2.812 2.811h28.215a2.807 2.807 0 0 0 2.81-2.81V32.141a2.807 2.807 0 0 0-2.81-2.811zm-3.787 2.812a3.78 3.78 0 0 1 3.787-3.787h28.215a3.78 3.78 0 0 1 3.786 3.787v17.406a3.78 3.78 0 0 1-3.786 3.786H18.009a3.78 3.78 0 0 1-3.787-3.786z",
33
+ clipRule: "evenodd"
34
+ }
35
+ ),
36
+ /* @__PURE__ */ l(
37
+ "path",
38
+ {
39
+ fill: "#4D4D4D",
40
+ fillRule: "evenodd",
41
+ d: "M17.87 29.33c-1.416 0-2.601 1.186-2.601 2.601V49.76c0 1.415 1.185 2.6 2.6 2.6h24.566c1.408 0 2.6-1.178 2.6-2.67V31.93c0-1.415-1.185-2.6-2.6-2.6zm-3.576 2.601c0-1.954 1.622-3.576 3.575-3.576h24.566c1.953 0 3.575 1.622 3.575 3.576v17.757c0 2.017-1.614 3.646-3.575 3.646H17.869c-1.953 0-3.575-1.622-3.575-3.575z",
42
+ clipRule: "evenodd"
43
+ }
44
+ ),
45
+ /* @__PURE__ */ l(
46
+ "path",
47
+ {
48
+ fill: "#4D4D4D",
49
+ fillRule: "evenodd",
50
+ d: "M35.556 37.753c-1.633 0-3.022 1.332-3.022 3.021 0 1.632 1.332 3.022 3.022 3.022h13.479v-6.044zm-3.997 3.021c0-2.24 1.838-3.997 3.997-3.997H50.01v7.994H35.556c-2.241 0-3.997-1.839-3.997-3.997M25.517 21.399a3.373 3.373 0 1 0 0 6.745 3.373 3.373 0 0 0 0-6.745m-4.348 3.373a4.348 4.348 0 1 1 8.696 0 4.348 4.348 0 0 1-8.696 0",
51
+ clipRule: "evenodd"
52
+ }
53
+ )
54
+ ]
55
+ }
56
+ );
57
+ export {
58
+ c as default
59
+ };
@@ -0,0 +1,37 @@
1
+ import { jsxs as h, jsx as l } from "react/jsx-runtime";
2
+ const t = (a) => /* @__PURE__ */ h(
3
+ "svg",
4
+ {
5
+ ...a,
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 64,
8
+ height: 64,
9
+ fill: "none",
10
+ children: [
11
+ /* @__PURE__ */ l(
12
+ "path",
13
+ {
14
+ fill: "#4D4D4D",
15
+ d: "M62 42.873h-8.214v-.945h7.26l-.092-8.34-1.69-8.733c-.359-1.865-2.484-3.78-3.738-3.789h-11.97l.067 12.79-40.678.033.025 7.989 2.209.041-.017.946-3.137-.059L2 32.944l40.67-.033-.068-12.79h12.924c1.84.017 4.24 2.35 4.667 4.55L61.9 33.53l.1 9.335z"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ l(
19
+ "path",
20
+ {
21
+ fill: "#4D4D4D",
22
+ d: "M61.422 34.014H54.28a2.635 2.635 0 0 1-2.635-2.635v-4.232a2.635 2.635 0 0 1 2.635-2.635h5.478v.945H54.28a1.69 1.69 0 0 0-1.69 1.69v4.232c0 .937.761 1.69 1.69 1.69h7.143zM42.77 41.92H25.959v.945H42.77zM48.61 45.458a4.091 4.091 0 1 1 .002-8.182 4.091 4.091 0 0 1-.001 8.182m0-7.235a3.15 3.15 0 0 0-3.145 3.145 3.15 3.15 0 0 0 3.146 3.145 3.15 3.15 0 0 0 3.145-3.145 3.15 3.15 0 0 0-3.145-3.145M20.228 45.458a4.091 4.091 0 1 1 .001-8.182 4.091 4.091 0 0 1-.001 8.182m0-7.235a3.15 3.15 0 0 0-3.145 3.145 3.15 3.15 0 0 0 3.145 3.145 3.15 3.15 0 0 0 3.145-3.145 3.15 3.15 0 0 0-3.145-3.145M10.76 45.458a4.091 4.091 0 1 1 0-8.182 4.091 4.091 0 0 1 0 8.182m0-7.235a3.15 3.15 0 0 0-3.146 3.145 3.15 3.15 0 0 0 3.145 3.145 3.15 3.15 0 0 0 3.145-3.145 3.15 3.15 0 0 0-3.145-3.145M26.658 30.878h-11.05v-.945h11.05zm9.126-.092-.05-.945.635-.034c.41-.016.72-.15.92-.393.268-.31.377-.82.31-1.439-.218-2.024-1.221-2.442-3.296-2.877-1.02-.21-1.823-.343-2.51-.46-2.25-.377-3.278-.552-5.905-2.384-1.94-1.355-3.471-2.309-5.52-2.309h-4.626c-2.384 0-3.756 1.104-5.839 2.769l-.284.226c-.318.26-.678.552-1.196.619l-4.283.577a.907.907 0 0 0-.795.912v3.546c0 .61.11.661.87.77l2.292.318-.134.937-2.292-.318c-.71-.1-1.69-.234-1.69-1.707v-3.546c0-.945.678-1.723 1.615-1.849l4.283-.577c.25-.034.46-.2.728-.418l.284-.226C11.451 20.246 13.007 19 15.725 19h4.626c2.317 0 4.048 1.079 6.056 2.484 2.46 1.715 3.287 1.857 5.52 2.234.695.117 1.514.25 2.543.468 2.117.435 3.756.987 4.049 3.697.092.887-.084 1.631-.527 2.15-.377.435-.928.686-1.59.72l-.635.033z"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ l(
26
+ "path",
27
+ {
28
+ fill: "#FF7900",
29
+ d: "M31.264 32.878a3.266 3.266 0 0 1-3.262-3.262 3.266 3.266 0 0 1 3.262-3.262 3.266 3.266 0 0 1 3.262 3.262 3.266 3.266 0 0 1-3.262 3.262m0-5.57a2.317 2.317 0 1 0 0 4.633 2.317 2.317 0 0 0 0-4.634M10.947 32.878a3.266 3.266 0 0 1-3.262-3.262 3.266 3.266 0 0 1 3.262-3.262 3.266 3.266 0 0 1 3.262 3.262 3.266 3.266 0 0 1-3.262 3.262m0-5.57a2.317 2.317 0 1 0 0 4.633 2.317 2.317 0 0 0 0-4.634"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ t as default
37
+ };
@@ -0,0 +1,31 @@
1
+ import { jsxs as s, jsx as l } from "react/jsx-runtime";
2
+ const c = (t) => /* @__PURE__ */ s(
3
+ "svg",
4
+ {
5
+ ...t,
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 65,
8
+ height: 64,
9
+ fill: "none",
10
+ children: [
11
+ /* @__PURE__ */ l("path", { fill: "#FF7900", d: "M33.135 20.16h-.944v11.974h.944z" }),
12
+ /* @__PURE__ */ l(
13
+ "path",
14
+ {
15
+ fill: "#FF7900",
16
+ d: "M32.667 42.913c-6.017 0-10.922-4.896-10.922-10.913 0-5.164 3.669-9.66 8.716-10.696l.192.928c-4.613.944-7.963 5.055-7.963 9.768 0 5.498 4.47 9.977 9.968 9.977s9.97-4.47 9.97-9.977c0-4.738-3.368-8.85-8.006-9.777l.184-.927c5.08 1.02 8.766 5.515 8.766 10.704 0 6.017-4.897 10.913-10.922 10.913z"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ l(
20
+ "path",
21
+ {
22
+ fill: "#4D4D4D",
23
+ d: "M32.667 53.333C20.9 53.333 11.333 43.766 11.333 32s9.568-21.333 21.334-21.333S54 20.235 54 32c0 11.766-9.568 21.333-21.333 21.333m0-41.722c-11.24 0-20.39 9.15-20.39 20.389s9.142 20.389 20.39 20.389c11.247 0 20.389-9.15 20.389-20.389 0-11.24-9.15-20.39-20.39-20.39"
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
29
+ export {
30
+ c as default
31
+ };