stone-kit 0.0.1026 → 0.0.1028

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 (173) hide show
  1. package/dist/App.js +1 -1
  2. package/dist/{Menu-DKuZheFD.js → Menu-CdJTzN7T.js} +157 -176
  3. package/dist/{Option-DU8cvBnA.js → Option-rFBMQAPk.js} +1 -1
  4. package/dist/Router.js +1 -1
  5. package/dist/components/Button/ui/Button.d.ts +0 -1
  6. package/dist/components/Button/ui/Button.js +1 -1
  7. package/dist/components/Button/ui/Button.types.d.ts +0 -1
  8. package/dist/components/CheckBox/CheckBox.d.ts +0 -1
  9. package/dist/components/CheckBox/CheckBox.js +1 -1
  10. package/dist/components/CheckBox/CheckBox.types.d.ts +0 -2
  11. package/dist/components/CheckBoxNew/CheckBox.types.d.ts +0 -1
  12. package/dist/components/CheckBoxNew/CheckBoxNew.d.ts +0 -1
  13. package/dist/components/CheckBoxNew/CheckBoxNew.js +17 -17
  14. package/dist/components/CheckboxSelect/ui/CheckboxSelect.d.ts +0 -1
  15. package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +34 -34
  16. package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +0 -1
  17. package/dist/components/CommercialLotCard/CommercialLotCard.js +50 -7
  18. package/dist/components/CommercialLotCard/components/Price/Price.d.ts +0 -1
  19. package/dist/components/CommercialLotCard/components/Price/Price.js +25 -26
  20. package/dist/components/CommercialLotCard/components/Snippets/Snippets.d.ts +0 -1
  21. package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +98 -27
  22. package/dist/components/CommercialLotCard/components/Tags/Tags.d.ts +0 -1
  23. package/dist/components/CommercialLotCard/components/Tags/Tags.js +17 -17
  24. package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +0 -1
  25. package/dist/components/CommercialLotCard/types/LotCard.d.ts +0 -1
  26. package/dist/components/CommercialLotCard/utils/formatPrice.js +1 -2
  27. package/dist/components/CommercialLotCard/utils/getTagsFeatures.d.ts +1 -2
  28. package/dist/components/DestinationTab/ui/DestinationTab.d.ts +0 -1
  29. package/dist/components/DestinationTab/ui/DestinationTab.js +41 -41
  30. package/dist/components/DestinationTab/ui/DestinationTab.types.d.ts +0 -1
  31. package/dist/components/FieldInput/ui/FieldInput.d.ts +0 -1
  32. package/dist/components/FieldInput/ui/FieldInput.types.d.ts +0 -1
  33. package/dist/components/FilterWithSave/hooks/useFilterWithSave.d.ts +0 -1
  34. package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +54 -26
  35. package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +0 -1
  36. package/dist/components/FilterWithSave/ui/FilterWithSave.js +328 -7
  37. package/dist/components/Flex/ui/Flex.d.ts +0 -1
  38. package/dist/components/Flex/ui/Flex.js +1 -1
  39. package/dist/components/Flex/ui/Flex.types.d.ts +0 -1
  40. package/dist/components/FormModal/ui/ModalForm.js +1430 -28
  41. package/dist/components/GroupedInput/ui/GroupedInputs.d.ts +0 -1
  42. package/dist/components/GroupedInput/ui/GroupedInputs.js +1 -1
  43. package/dist/components/GroupedInput/ui/GroupedInputs.types.d.ts +0 -1
  44. package/dist/components/Input/ui/Input.d.ts +1 -2
  45. package/dist/components/Input/ui/Input.js +234 -304
  46. package/dist/components/Logo/ui/Logo.d.ts +0 -1
  47. package/dist/components/Logo/ui/Logo.js +6 -6
  48. package/dist/components/LotCard/hooks/useLotCard.d.ts +0 -1
  49. package/dist/components/LotCard/hooks/useLotCard.js +6 -24
  50. package/dist/components/LotCard/index.js +2 -2
  51. package/dist/components/LotCard/ui/LotCard.d.ts +0 -1
  52. package/dist/components/LotCard/ui/LotCard.js +213 -10
  53. package/dist/components/LotCard/ui/LotCard.types.d.ts +0 -1
  54. package/dist/components/LotCard/utils/formatPrice.js +1 -2
  55. package/dist/components/LotCard/utils/getTagsFeatures.d.ts +1 -2
  56. package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +1 -1
  57. package/dist/components/MetroLabel/ui/MetroLabel.d.ts +0 -1
  58. package/dist/components/MetroLabel/ui/MetroLabel.js +16 -16
  59. package/dist/components/MetroLabel/ui/MetroLabel.types.d.ts +0 -1
  60. package/dist/components/MetroTag/ui/MetroTag.d.ts +0 -1
  61. package/dist/components/MetroTag/ui/MetroTag.js +74 -74
  62. package/dist/components/MetroTag/ui/MetroTag.types.d.ts +0 -1
  63. package/dist/components/Modal/ui/Modal.d.ts +0 -1
  64. package/dist/components/Modal/ui/Modal.js +34 -37
  65. package/dist/components/Modal/ui/Modal.types.d.ts +0 -1
  66. package/dist/components/ModalSuccess/ModalSuccess.d.ts +0 -1
  67. package/dist/components/ModalSuccess/ModalSuccess.js +18 -19
  68. package/dist/components/ModalSuccess/ModalSuccess.types.d.ts +0 -1
  69. package/dist/components/NewIcon/icons/PinTrans.d.ts +0 -1
  70. package/dist/components/NewIcon/icons/SmallFilter.d.ts +0 -1
  71. package/dist/components/NewIcon/ui/NewIcon.d.ts +0 -1
  72. package/dist/components/NewIcon/ui/NewIcon.js +43 -33
  73. package/dist/components/NewIcon/ui/NewIcon.types.d.ts +0 -1
  74. package/dist/components/NewIcon/ui/iconTypes.d.ts +0 -1
  75. package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +9 -11
  76. package/dist/components/RoundButton/ui/RoundButton.d.ts +0 -1
  77. package/dist/components/RoundButton/ui/RoundButton.js +2 -2
  78. package/dist/components/RoundButton/ui/RoundButton.types.d.ts +0 -1
  79. package/dist/components/Select/model/selectMode.d.ts +0 -1
  80. package/dist/components/Select/model/selectMode.js +30 -30
  81. package/dist/components/Select/ui/Category.d.ts +0 -1
  82. package/dist/components/Select/ui/Category.js +3 -3
  83. package/dist/components/Select/ui/Option.d.ts +0 -1
  84. package/dist/components/Select/ui/Option.js +2 -2
  85. package/dist/components/Select/ui/Select.d.ts +0 -1
  86. package/dist/components/Select/ui/Select.js +115 -115
  87. package/dist/components/SliderNavigation/index.d.ts +0 -1
  88. package/dist/components/SliderNavigation/ui/SliderNavigation.d.ts +0 -1
  89. package/dist/components/SliderNavigation/ui/SliderNavigation.js +6 -6
  90. package/dist/components/SortSelect/hooks/useSortSelect.d.ts +0 -1
  91. package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
  92. package/dist/components/SortSelect/index.js +1 -1
  93. package/dist/components/SortSelect/ui/SortSelect.d.ts +0 -1
  94. package/dist/components/SortSelect/ui/SortSelect.js +108 -26
  95. package/dist/components/SortSelect/ui/SortSelect.types.d.ts +0 -1
  96. package/dist/components/SummarySelect/ui/SummarySelect.d.ts +1 -1
  97. package/dist/components/SummarySelect/ui/SummarySelect.js +56 -61
  98. package/dist/components/Switcher/ui/Switcher.d.ts +0 -1
  99. package/dist/components/Switcher/ui/Switcher.js +1 -1
  100. package/dist/components/Switcher/ui/Switcher.types.d.ts +0 -1
  101. package/dist/components/TabSelect/ui/TabSelect.d.ts +0 -1
  102. package/dist/components/TabSelect/ui/TabSelect.js +5 -5
  103. package/dist/components/TabSwitcher/index.js +2 -2
  104. package/dist/components/TabSwitcher/ui/TabSwitcher.d.ts +0 -1
  105. package/dist/components/TabSwitcher/ui/TabSwitcher.js +118 -26
  106. package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +0 -1
  107. package/dist/components/Tag/ui/Tag.d.ts +0 -1
  108. package/dist/components/Tag/ui/Tag.js +91 -91
  109. package/dist/components/Tag/ui/Tag.types.d.ts +0 -1
  110. package/dist/components/Text/ui/Text.d.ts +0 -1
  111. package/dist/components/Text/ui/Text.js +1 -1
  112. package/dist/components/Text/ui/Text.types.d.ts +0 -1
  113. package/dist/components/TextArea/TextArea.js +1 -1
  114. package/dist/components/TextArea/TextArea.types.d.ts +0 -1
  115. package/dist/components/ZoomControls/ui/ZoomControls.d.ts +0 -1
  116. package/dist/components/ZoomControls/ui/ZoomControls.types.d.ts +0 -1
  117. package/dist/components/mobileButton/ui/MobileButton.d.ts +0 -1
  118. package/dist/components/mobileButton/ui/MobileButton.js +1 -1
  119. package/dist/components/mobileButton/ui/MobileButton.types.d.ts +0 -1
  120. package/dist/{index-DvCs2JPX.js → index-3E04UaC2.js} +9529 -9629
  121. package/dist/index-B2JRaoNz.js +48 -0
  122. package/dist/{index-DmANy9jd.js → index-CBdtKu-u.js} +272 -271
  123. package/dist/layout/Layout.d.ts +0 -1
  124. package/dist/layout/components/Header/Header.js +48 -71
  125. package/dist/layout/components/Menu.js +2 -24
  126. package/dist/main.js +70 -65
  127. package/dist/pages/ButtonsPage/ButtonState/ButtonState.d.ts +0 -1
  128. package/dist/pages/ButtonsPage/Buttons.js +21 -38
  129. package/dist/pages/FormsPage/FormsPage.js +26 -50
  130. package/dist/pages/IconsPage/IconsPage.js +9 -31
  131. package/dist/pages/InputPage/InputPage.js +10 -32
  132. package/dist/pages/LogoPage/LogoPage.js +13 -35
  133. package/dist/pages/LotsPage/LotsPage.js +18 -17
  134. package/dist/pages/LotsPage/const.d.ts +0 -1
  135. package/dist/pages/ModalsPage/ModalPage.js +46 -66
  136. package/dist/pages/SelectPage/SelectPage.js +58 -58
  137. package/dist/pages/TabsPage/TabsPage.js +19 -20
  138. package/dist/pages/TagsPage/TagsPage.js +23 -44
  139. package/dist/shared/checkLargeOffice.d.ts +0 -1
  140. package/dist/shared/checkLargeOffice.js +1 -1
  141. package/dist/shared/mlnRound.js +1 -2
  142. package/dist/stone-kit.css +1 -0
  143. package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +2 -2
  144. package/dist/stories/shared/ui/Button/Button.stories.js +5 -5
  145. package/dist/stories/shared/ui/CheckBox/CheckBox.stories.js +1 -1
  146. package/dist/stories/shared/ui/CheckBox/CheckBoxNew.stories.js +1 -1
  147. package/dist/stories/shared/ui/CheckboxSelect/CheckboxSelect.stories.js +1 -1
  148. package/dist/stories/shared/ui/DestinationTab/DestinationTab.stories.js +1 -1
  149. package/dist/stories/shared/ui/FieldInput/FieldInput.stories.js +1 -1
  150. package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +2 -2
  151. package/dist/stories/shared/ui/FormModal/FormModal.stories.js +8 -8
  152. package/dist/stories/shared/ui/GroupedInput/GroupedInput.stories.js +1 -1
  153. package/dist/stories/shared/ui/Logo/Logo.stories.js +1 -1
  154. package/dist/stories/shared/ui/MobileButton/MobileButton.stories.js +1 -1
  155. package/dist/stories/shared/ui/Modal/Modal.stories.js +1 -1
  156. package/dist/stories/shared/ui/ModalSuccess/ModalSuccess.stories.js +1 -1
  157. package/dist/stories/shared/ui/RoundButton/RoundButton.stories.js +1 -1
  158. package/dist/stories/shared/ui/Select/Select.stories.js +1 -1
  159. package/dist/stories/shared/ui/SliderNavigation/SliderNavigation.stories.js +1 -1
  160. package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +2 -2
  161. package/dist/stories/shared/ui/SummarySelect/SummarySelect.stories.js +1 -1
  162. package/dist/stories/shared/ui/Switcher/Switcher.stories.js +1 -1
  163. package/dist/stories/shared/ui/TabSelect/TabSelect.stories.js +1 -1
  164. package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +2 -2
  165. package/dist/stories/shared/ui/Tag/Tag.stories.js +4 -4
  166. package/dist/stories/shared/ui/ZoomControls/ZoomControls.stories.js +1 -1
  167. package/dist/useLotCard-DG9doKCX.js +186 -0
  168. package/dist/useSortSelect-C72ddcYI.js +80 -0
  169. package/package.json +1 -1
  170. package/dist/FilterWithSave-DkVYQ7W8.js +0 -2473
  171. package/dist/index-rKuIKazb.js +0 -45
  172. package/dist/style.css +0 -1
  173. package/dist/useSortSelect-CjZXLFOG.js +0 -80
@@ -3,16 +3,16 @@ import * as e from "react";
3
3
  import { forwardRef as o } from "react";
4
4
  import { F as m } from "../../../PinTrans-D6OZq76b.js";
5
5
  import { F as h } from "../../../SmallFilter-C-VKnbkP.js";
6
- import { c as d } from "../../../index-rKuIKazb.js";
6
+ import { c as d } from "../../../index-B2JRaoNz.js";
7
7
  const C = ({
8
8
  title: t,
9
9
  titleId: l,
10
10
  ...r
11
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M11.9999 2V6.44444M19.071 4.92893L15.9283 8.07163M22 12.0002H17.5555M19.071 19.071L15.9283 15.9283M11.9999 17.5556V22M8.07154 15.9284L4.92883 19.0711M6.44446 12.0002H2", stroke: "currentColor", strokeLinecap: "round" })), v = o(C), f = ({
11
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M11.9999 2V6.44444M19.071 4.92893L15.9283 8.07163M22 12.0002H17.5555M19.071 19.071L15.9283 15.9283M11.9999 17.5556V22M8.07154 15.9284L4.92883 19.0711M6.44446 12.0002H2", stroke: "currentColor", strokeLinecap: "round" })), v = o(C), g = ({
12
12
  title: t,
13
13
  titleId: l,
14
14
  ...r
15
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_116_47)" }, /* @__PURE__ */ e.createElement("rect", { x: 10.5078, y: 3.5, width: 5, height: 5, rx: 2.5, transform: "rotate(90 10.5078 3.5)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M3.00015 6H5.00015", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M10.5335 6L21 6", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("rect", { x: 13.4922, y: 14.5, width: 5, height: 5, rx: 2.5, transform: "rotate(-90 13.4922 14.5)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M21.0001 12L19.0001 12", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M13.4665 12L3 12", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("rect", { x: 10.5078, y: 15.5001, width: 5, height: 5, rx: 2.5, transform: "rotate(90 10.5078 15.5001)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M3.00013 18H5.00013", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M10.5335 18.0001L21 18.0001", stroke: "currentColor", strokeLinecap: "square" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_116_47" }, /* @__PURE__ */ e.createElement("rect", { width: 24, height: 24, fill: "none" })))), g = o(f), E = ({
15
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_116_47)" }, /* @__PURE__ */ e.createElement("rect", { x: 10.5078, y: 3.5, width: 5, height: 5, rx: 2.5, transform: "rotate(90 10.5078 3.5)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M3.00015 6H5.00015", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M10.5335 6L21 6", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("rect", { x: 13.4922, y: 14.5, width: 5, height: 5, rx: 2.5, transform: "rotate(-90 13.4922 14.5)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M21.0001 12L19.0001 12", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M13.4665 12L3 12", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("rect", { x: 10.5078, y: 15.5001, width: 5, height: 5, rx: 2.5, transform: "rotate(90 10.5078 15.5001)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M3.00013 18H5.00013", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M10.5335 18.0001L21 18.0001", stroke: "currentColor", strokeLinecap: "square" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_116_47" }, /* @__PURE__ */ e.createElement("rect", { width: 24, height: 24, fill: "none" })))), f = o(g), E = ({
16
16
  title: t,
17
17
  titleId: l,
18
18
  ...r
@@ -40,19 +40,19 @@ const C = ({
40
40
  title: t,
41
41
  titleId: l,
42
42
  ...r
43
- }, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", d: "M19 7 9.667 17 5 12" })), z = o(B), H = ({
43
+ }, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", d: "M19 7 9.667 17 5 12" })), H = o(B), z = ({
44
44
  title: t,
45
45
  titleId: l,
46
46
  ...r
47
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5.99997 6L18 18.0001", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M18.0001 6L6.00003 18.0001", stroke: "currentColor" })), $ = o(H), V = ({
47
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5.99997 6L18 18.0001", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M18.0001 6L6.00003 18.0001", stroke: "currentColor" })), $ = o(z), V = ({
48
48
  title: t,
49
49
  titleId: l,
50
50
  ...r
51
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { x: 0.5, y: 0.5, width: 79, height: 79, rx: 39.5, stroke: "currentColor" })), P = o(V), A = ({
51
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { x: 0.5, y: 0.5, width: 79, height: 79, rx: 39.5, stroke: "currentColor" })), P = o(V), Z = ({
52
52
  title: t,
53
53
  titleId: l,
54
54
  ...r
55
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m16.25 10.366-4.06 2.043a.424.424 0 0 1-.38 0l-4.06-2.043m8.5 0 3.493-1.758a.427.427 0 0 0 0-.762l-7.552-3.8a.424.424 0 0 0-.382 0l-7.552 3.8a.427.427 0 0 0 0 .762l3.493 1.758m8.5 0 3.507 1.766a.41.41 0 0 1 0 .747l-3.507 1.766m-8.5-4.279-3.507 1.766a.41.41 0 0 0 0 .747l3.507 1.766m0 0L4.243 16.41a.41.41 0 0 0 0 .747l7.528 3.79a.516.516 0 0 0 .458 0l7.528-3.79a.41.41 0 0 0 0-.747l-3.507-1.765m-8.5 0 4.02 2.023a.515.515 0 0 0 .46 0l4.02-2.023", stroke: "currentColor" })), Z = o(A), D = ({
55
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m16.25 10.366-4.06 2.043a.424.424 0 0 1-.38 0l-4.06-2.043m8.5 0 3.493-1.758a.427.427 0 0 0 0-.762l-7.552-3.8a.424.424 0 0 0-.382 0l-7.552 3.8a.427.427 0 0 0 0 .762l3.493 1.758m8.5 0 3.507 1.766a.41.41 0 0 1 0 .747l-3.507 1.766m-8.5-4.279-3.507 1.766a.41.41 0 0 0 0 .747l3.507 1.766m0 0L4.243 16.41a.41.41 0 0 0 0 .747l7.528 3.79a.516.516 0 0 0 .458 0l7.528-3.79a.41.41 0 0 0 0-.747l-3.507-1.765m-8.5 0 4.02 2.023a.515.515 0 0 0 .46 0l4.02-2.023", stroke: "currentColor" })), A = o(Z), D = ({
56
56
  title: t,
57
57
  titleId: l,
58
58
  ...r
@@ -60,11 +60,11 @@ const C = ({
60
60
  title: t,
61
61
  titleId: l,
62
62
  ...r
63
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 12H19", stroke: "currentColor" })), _ = o(U), j = ({
63
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 12H19", stroke: "currentColor" })), _ = o(U), W = ({
64
64
  title: t,
65
65
  titleId: l,
66
66
  ...r
67
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M20.0271 17.7683C19.4144 17.8984 18.7788 17.9669 18.1273 17.9669C13.1019 17.9669 9.02797 13.893 9.02797 8.86758C9.02797 6.63171 9.83439 4.58419 11.1722 3C7.05879 3.87373 3.97278 7.52682 3.97278 11.9007C3.97278 16.9261 8.04668 21 13.0721 21C15.8616 21 18.358 19.7447 20.0271 17.7683Z", stroke: "currentColor", fill: "currentColor", strokeLinejoin: "round" })), W = o(j), T = ({
67
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M20.0271 17.7683C19.4144 17.8984 18.7788 17.9669 18.1273 17.9669C13.1019 17.9669 9.02797 13.893 9.02797 8.86758C9.02797 6.63171 9.83439 4.58419 11.1722 3C7.05879 3.87373 3.97278 7.52682 3.97278 11.9007C3.97278 16.9261 8.04668 21 13.0721 21C15.8616 21 18.358 19.7447 20.0271 17.7683Z", stroke: "currentColor", fill: "currentColor", strokeLinejoin: "round" })), j = o(W), T = ({
68
68
  title: t,
69
69
  titleId: l,
70
70
  ...r
@@ -116,11 +116,11 @@ const C = ({
116
116
  title: t,
117
117
  titleId: l,
118
118
  ...r
119
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "m17.407 18.123-1.31 1.31s-3.403 1.458-8.264-3.403c-4.86-4.861-3.402-8.264-3.402-8.264l1.31-1.31a1.375 1.375 0 0 1 2.071.147l1.25 1.667c.41.548.356 1.314-.127 1.797L7.833 11.17s0 .972 1.945 2.916c1.944 1.945 2.916 1.945 2.916 1.945l1.102-1.102a1.375 1.375 0 0 1 1.797-.127l1.667 1.25c.669.502.738 1.48.147 2.072z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.643 5.22a.75.75 0 0 1 0 1.06L14.923 10h2.635a.75.75 0 0 1 0 1.5h-4.195a1 1 0 0 1-1-1V6.306a.75.75 0 0 1 1.5 0v2.633l3.72-3.72a.75.75 0 0 1 1.06 0z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 9, y1: 24, x2: 15.5, y2: 0, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#141416" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#4E556F" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), v1 = o(C1), f1 = ({
119
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "m17.407 18.123-1.31 1.31s-3.403 1.458-8.264-3.403c-4.86-4.861-3.402-8.264-3.402-8.264l1.31-1.31a1.375 1.375 0 0 1 2.071.147l1.25 1.667c.41.548.356 1.314-.127 1.797L7.833 11.17s0 .972 1.945 2.916c1.944 1.945 2.916 1.945 2.916 1.945l1.102-1.102a1.375 1.375 0 0 1 1.797-.127l1.667 1.25c.669.502.738 1.48.147 2.072z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.643 5.22a.75.75 0 0 1 0 1.06L14.923 10h2.635a.75.75 0 0 1 0 1.5h-4.195a1 1 0 0 1-1-1V6.306a.75.75 0 0 1 1.5 0v2.633l3.72-3.72a.75.75 0 0 1 1.06 0z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 9, y1: 24, x2: 15.5, y2: 0, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#141416" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#4E556F" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), v1 = o(C1), g1 = ({
120
120
  title: t,
121
121
  titleId: l,
122
122
  ...r
123
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "M7.688 13.578 4.3 12.418s-.404-.173-.274-.564c.027-.08.08-.15.243-.267.75-.55 13.893-5.513 13.893-5.513s.37-.131.59-.044c.054.018.103.05.14.094a.342.342 0 0 1 .078.156c.023.103.033.208.03.314-.002.091-.012.176-.02.309-.08 1.357-2.476 11.484-2.476 11.484s-.143.592-.657.613a.9.9 0 0 1-.37-.067.938.938 0 0 1-.315-.212c-1.008-.91-4.49-3.37-5.26-3.91a.152.152 0 0 1-.063-.11c-.01-.057.048-.128.048-.128s6.064-5.663 6.226-6.257c.012-.046-.035-.07-.098-.049-.403.156-7.385 4.788-8.156 5.3a.354.354 0 0 1-.171.01z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 12, y1: 24, x2: 12, y2: 0, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#1D93D2" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#38B0E3" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), g1 = o(f1), E1 = ({
123
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "M7.688 13.578 4.3 12.418s-.404-.173-.274-.564c.027-.08.08-.15.243-.267.75-.55 13.893-5.513 13.893-5.513s.37-.131.59-.044c.054.018.103.05.14.094a.342.342 0 0 1 .078.156c.023.103.033.208.03.314-.002.091-.012.176-.02.309-.08 1.357-2.476 11.484-2.476 11.484s-.143.592-.657.613a.9.9 0 0 1-.37-.067.938.938 0 0 1-.315-.212c-1.008-.91-4.49-3.37-5.26-3.91a.152.152 0 0 1-.063-.11c-.01-.057.048-.128.048-.128s6.064-5.663 6.226-6.257c.012-.046-.035-.07-.098-.049-.403.156-7.385 4.788-8.156 5.3a.354.354 0 0 1-.171.01z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 12, y1: 24, x2: 12, y2: 0, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#1D93D2" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#38B0E3" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), f1 = o(g1), E1 = ({
124
124
  title: t,
125
125
  titleId: l,
126
126
  ...r
@@ -148,19 +148,19 @@ const C = ({
148
148
  title: t,
149
149
  titleId: l,
150
150
  ...r
151
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M14.25 13.124a2.628 2.628 0 0 0-2.625-2.625h-6A2.628 2.628 0 0 0 3 13.124c0 1.044.616 1.94 1.5 2.362v1.763h-.75a.75.75 0 1 0 0 1.5h.75v1.5a.75.75 0 1 0 1.5 0v-1.5h5.25v1.5a.75.75 0 1 0 1.5 0v-1.5h.75a.75.75 0 1 0 0-1.5h-.75v-1.763a2.622 2.622 0 0 0 1.5-2.362zM6 17.25v-1.5h5.25v1.5H6zm14.657-6.629c.366.72.435 1.475.223 2.225-.392 1.386-1.757 2.287-3.24 2.138-.181-.018-.258.024-.3.06a.293.293 0 0 0-.09.227v4.98a.75.75 0 1 1-1.5 0v-7.126a4.108 4.108 0 0 0-3.173-4.014.751.751 0 0 1-.573-.816c.07-.615.5-1.203 1.277-1.745.204-.142.22-.39.22-.492a3.029 3.029 0 0 1 .229-1.207 2.958 2.958 0 0 1 1.977-1.748 3.122 3.122 0 0 1 1.608.006c.878.235 1.61.888 1.957 1.745.16.398.237.806.227 1.215-.002.12.023.344.22.483A2.988 2.988 0 0 1 21 9.001c0 .44-.104.882-.308 1.31-.078.164-.072.231-.072.231.003.012.024.052.038.079z", fill: "currentColor" })), z1 = o(B1), H1 = ({
151
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M14.25 13.124a2.628 2.628 0 0 0-2.625-2.625h-6A2.628 2.628 0 0 0 3 13.124c0 1.044.616 1.94 1.5 2.362v1.763h-.75a.75.75 0 1 0 0 1.5h.75v1.5a.75.75 0 1 0 1.5 0v-1.5h5.25v1.5a.75.75 0 1 0 1.5 0v-1.5h.75a.75.75 0 1 0 0-1.5h-.75v-1.763a2.622 2.622 0 0 0 1.5-2.362zM6 17.25v-1.5h5.25v1.5H6zm14.657-6.629c.366.72.435 1.475.223 2.225-.392 1.386-1.757 2.287-3.24 2.138-.181-.018-.258.024-.3.06a.293.293 0 0 0-.09.227v4.98a.75.75 0 1 1-1.5 0v-7.126a4.108 4.108 0 0 0-3.173-4.014.751.751 0 0 1-.573-.816c.07-.615.5-1.203 1.277-1.745.204-.142.22-.39.22-.492a3.029 3.029 0 0 1 .229-1.207 2.958 2.958 0 0 1 1.977-1.748 3.122 3.122 0 0 1 1.608.006c.878.235 1.61.888 1.957 1.745.16.398.237.806.227 1.215-.002.12.023.344.22.483A2.988 2.988 0 0 1 21 9.001c0 .44-.104.882-.308 1.31-.078.164-.072.231-.072.231.003.012.024.052.038.079z", fill: "currentColor" })), H1 = o(B1), z1 = ({
152
152
  title: t,
153
153
  titleId: l,
154
154
  ...r
155
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.446 6.052h-.151l-3.218 6.097L8.744 6 4.179 17.108H3V18h6.462v-.892H8.18l1.282-3.472L12.077 18l2.513-4.364 1.282 3.472H14.59V18H21v-.892h-1.11L15.446 6.052z", fill: "#EC5353" })), $1 = o(H1), V1 = ({
155
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.446 6.052h-.151l-3.218 6.097L8.744 6 4.179 17.108H3V18h6.462v-.892H8.18l1.282-3.472L12.077 18l2.513-4.364 1.282 3.472H14.59V18H21v-.892h-1.11L15.446 6.052z", fill: "#EC5353" })), $1 = o(z1), V1 = ({
156
156
  title: t,
157
157
  titleId: l,
158
158
  ...r
159
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M19.819 18.875a.668.668 0 0 1-.972.915l-3.655-3.895c-.691.022-3.872.117-2.875-1.387a.656.656 0 0 1 .654-.17 5.368 5.368 0 0 0 2.305.194.837.837 0 0 1 .727.267l3.816 4.076zm-5.82-5.545a3.323 3.323 0 0 0 2.358-.975l3.447-3.45a.668.668 0 0 0-.942-.945l-3.448 3.45a2 2 0 0 1-2.27.384l4.66-4.663a.668.668 0 1 0-.942-.943L12.2 10.851a2.002 2.002 0 0 1 .384-2.272l3.449-3.449a.667.667 0 0 0-.943-.943l-3.447 3.45a3.342 3.342 0 0 0-.424 4.197L4.195 18.86a.667.667 0 0 0 .943.944l7.024-7.028c.545.36 1.184.553 1.838.553zm-6.364-.69c.552.52 1.062-.171 1.434-.541a1.334 1.334 0 0 0 .359-1.201c-.411-1.149.594-2.49-.238-3.413L6.22 4.374a1.308 1.308 0 0 0-2.22.92C4.158 8.37 5.29 9.94 7.635 12.64z", fill: "currentColor" })), P1 = o(V1), A1 = ({
159
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M19.819 18.875a.668.668 0 0 1-.972.915l-3.655-3.895c-.691.022-3.872.117-2.875-1.387a.656.656 0 0 1 .654-.17 5.368 5.368 0 0 0 2.305.194.837.837 0 0 1 .727.267l3.816 4.076zm-5.82-5.545a3.323 3.323 0 0 0 2.358-.975l3.447-3.45a.668.668 0 0 0-.942-.945l-3.448 3.45a2 2 0 0 1-2.27.384l4.66-4.663a.668.668 0 1 0-.942-.943L12.2 10.851a2.002 2.002 0 0 1 .384-2.272l3.449-3.449a.667.667 0 0 0-.943-.943l-3.447 3.45a3.342 3.342 0 0 0-.424 4.197L4.195 18.86a.667.667 0 0 0 .943.944l7.024-7.028c.545.36 1.184.553 1.838.553zm-6.364-.69c.552.52 1.062-.171 1.434-.541a1.334 1.334 0 0 0 .359-1.201c-.411-1.149.594-2.49-.238-3.413L6.22 4.374a1.308 1.308 0 0 0-2.22.92C4.158 8.37 5.29 9.94 7.635 12.64z", fill: "currentColor" })), P1 = o(V1), Z1 = ({
160
160
  title: t,
161
161
  titleId: l,
162
162
  ...r
163
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M10 4H7.333A3.333 3.333 0 0 0 4 7.333v9.334A3.333 3.333 0 0 0 7.333 20h6V7.333A3.334 3.334 0 0 0 10 4zM7.333 16.667h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334zm0-2.667h-.666a.666.666 0 1 1 0-1.333h.666a.667.667 0 1 1 0 1.333zm0-2.667h-.666a.667.667 0 1 1 0-1.333h.666a.666.666 0 1 1 0 1.333zm0-2.666h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334zm3.334 8H10a.667.667 0 0 1 0-1.334h.667a.667.667 0 0 1 0 1.334zm0-2.667H10a.666.666 0 1 1 0-1.333h.667a.667.667 0 0 1 0 1.333zm0-2.667H10A.667.667 0 1 1 10 10h.667a.667.667 0 1 1 0 1.333zm0-2.666H10a.667.667 0 1 1 0-1.334h.667a.667.667 0 0 1 0 1.334zm6-1.334h-2V20h2A3.337 3.337 0 0 0 20 16.667v-6a3.338 3.338 0 0 0-3.333-3.334zm.666 9.334a.666.666 0 1 1 0-1.333.666.666 0 0 1 0 1.333zm0-2.667a.666.666 0 1 1 0-1.332.666.666 0 0 1 0 1.332zm0-2.667a.667.667 0 1 1 0-1.333.667.667 0 0 1 0 1.333z", fill: "currentColor" })), Z1 = o(A1), D1 = ({
163
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M10 4H7.333A3.333 3.333 0 0 0 4 7.333v9.334A3.333 3.333 0 0 0 7.333 20h6V7.333A3.334 3.334 0 0 0 10 4zM7.333 16.667h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334zm0-2.667h-.666a.666.666 0 1 1 0-1.333h.666a.667.667 0 1 1 0 1.333zm0-2.667h-.666a.667.667 0 1 1 0-1.333h.666a.666.666 0 1 1 0 1.333zm0-2.666h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334zm3.334 8H10a.667.667 0 0 1 0-1.334h.667a.667.667 0 0 1 0 1.334zm0-2.667H10a.666.666 0 1 1 0-1.333h.667a.667.667 0 0 1 0 1.333zm0-2.667H10A.667.667 0 1 1 10 10h.667a.667.667 0 1 1 0 1.333zm0-2.666H10a.667.667 0 1 1 0-1.334h.667a.667.667 0 0 1 0 1.334zm6-1.334h-2V20h2A3.337 3.337 0 0 0 20 16.667v-6a3.338 3.338 0 0 0-3.333-3.334zm.666 9.334a.666.666 0 1 1 0-1.333.666.666 0 0 1 0 1.333zm0-2.667a.666.666 0 1 1 0-1.332.666.666 0 0 1 0 1.332zm0-2.667a.667.667 0 1 1 0-1.333.667.667 0 0 1 0 1.333z", fill: "currentColor" })), A1 = o(Z1), D1 = ({
164
164
  title: t,
165
165
  titleId: l,
166
166
  ...r
@@ -168,11 +168,11 @@ const C = ({
168
168
  title: t,
169
169
  titleId: l,
170
170
  ...r
171
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.398 10.25h7.2v3.548h-7.2V10.25zM20.954 9.285h-.5v5.233h.5c.578 0 1.046-.469 1.046-1.046V10.33c0-.577-.469-1.045-1.046-1.045zM18.5 7.072h-1.984v9.905H18.5c.578-.001 1.046-.469 1.046-1.046V8.117c0-.577-.468-1.045-1.046-1.045zM4.46 8.117v7.814c0 .577.468 1.045 1.045 1.046h1.984V7.072H5.505c-.577 0-1.045.468-1.046 1.045zM1.998 10.33v3.142c0 .577.468 1.045 1.046 1.046h.5V9.285h-.5c-.578 0-1.046.468-1.046 1.045z", fill: "currentColor" })), _1 = o(U1), j1 = ({
171
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.398 10.25h7.2v3.548h-7.2V10.25zM20.954 9.285h-.5v5.233h.5c.578 0 1.046-.469 1.046-1.046V10.33c0-.577-.469-1.045-1.046-1.045zM18.5 7.072h-1.984v9.905H18.5c.578-.001 1.046-.469 1.046-1.046V8.117c0-.577-.468-1.045-1.046-1.045zM4.46 8.117v7.814c0 .577.468 1.045 1.045 1.046h1.984V7.072H5.505c-.577 0-1.045.468-1.046 1.045zM1.998 10.33v3.142c0 .577.468 1.045 1.046 1.046h.5V9.285h-.5c-.578 0-1.046.468-1.046 1.045z", fill: "currentColor" })), _1 = o(U1), W1 = ({
172
172
  title: t,
173
173
  titleId: l,
174
174
  ...r
175
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16.987 5c-.63 0-1.234.301-1.618.814l-2.354 3.35c-.25.335-.798.374-1.094.078l-.661-.661a1.353 1.353 0 0 0-.963-.4h-.09c-.364 0-.706.143-.963.4l-.967.967a.318.318 0 0 0 0 .45l5.728 5.728a.317.317 0 0 0 .45 0l.966-.968c.258-.257.4-.599.4-.963v-.09c0-.363-.142-.705-.4-.963l-.66-.66a.725.725 0 0 1 .07-1.088l3.365-2.367c.505-.378.806-.98.806-1.612A2.017 2.017 0 0 0 16.988 5Zm.106 2.545a.637.637 0 1 1 .002-1.274.637.637 0 0 1-.002 1.274ZM8.105 10.728a.318.318 0 0 0-.45 0L5.373 13.01c-.24.24-.373.56-.373.9 0 .34.132.66.373.9l.489.489c.1.1.255.122.38.053l1.12-.623-.622 1.122a.318.318 0 0 0 .053.379l2.398 2.398c.24.24.56.373.9.373.34 0 .66-.133.9-.373l2.282-2.282a.318.318 0 0 0 0-.45l-5.168-5.168Z", fill: "#B1B5C4" }), /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m4.222 4.222 15.556 15.556M1 12c0 6.075 4.925 11 11 11s11-4.925 11-11S18.075 1 12 1 1 5.925 1 12Z", stroke: "#777E91", strokeLinecap: "round" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), W1 = o(j1), T1 = ({
175
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16.987 5c-.63 0-1.234.301-1.618.814l-2.354 3.35c-.25.335-.798.374-1.094.078l-.661-.661a1.353 1.353 0 0 0-.963-.4h-.09c-.364 0-.706.143-.963.4l-.967.967a.318.318 0 0 0 0 .45l5.728 5.728a.317.317 0 0 0 .45 0l.966-.968c.258-.257.4-.599.4-.963v-.09c0-.363-.142-.705-.4-.963l-.66-.66a.725.725 0 0 1 .07-1.088l3.365-2.367c.505-.378.806-.98.806-1.612A2.017 2.017 0 0 0 16.988 5Zm.106 2.545a.637.637 0 1 1 .002-1.274.637.637 0 0 1-.002 1.274ZM8.105 10.728a.318.318 0 0 0-.45 0L5.373 13.01c-.24.24-.373.56-.373.9 0 .34.132.66.373.9l.489.489c.1.1.255.122.38.053l1.12-.623-.622 1.122a.318.318 0 0 0 .053.379l2.398 2.398c.24.24.56.373.9.373.34 0 .66-.133.9-.373l2.282-2.282a.318.318 0 0 0 0-.45l-5.168-5.168Z", fill: "#B1B5C4" }), /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m4.222 4.222 15.556 15.556M1 12c0 6.075 4.925 11 11 11s11-4.925 11-11S18.075 1 12 1 1 5.925 1 12Z", stroke: "#777E91", strokeLinecap: "round" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), j1 = o(W1), T1 = ({
176
176
  title: t,
177
177
  titleId: l,
178
178
  ...r
@@ -224,14 +224,22 @@ const C = ({
224
224
  title: t,
225
225
  titleId: l,
226
226
  ...r
227
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_726_89778)" }, /* @__PURE__ */ e.createElement("rect", { x: 3, y: 5, width: 18, height: 14, fill: "white" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.68707 1.68707C0 3.37414 0 6.08942 0 11.52V12.48C0 17.9106 0 20.6259 1.68707 22.3129C3.37414 24 6.08942 24 11.52 24H12.48C17.9106 24 20.6259 24 22.3129 22.3129C24 20.6259 24 17.9106 24 12.48V11.52C24 6.08942 24 3.37414 22.3129 1.68707C20.6259 0 17.9106 0 12.48 0H11.52C6.08942 0 3.37414 0 1.68707 1.68707Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.68794 13.5775L4.30035 12.4179C4.30035 12.4179 3.8955 12.2453 4.02586 11.854C4.0527 11.7733 4.10683 11.7046 4.26878 11.5866C5.01937 11.0369 18.1617 6.07398 18.1617 6.07398C18.1617 6.07398 18.5328 5.94261 18.7517 6.02999C18.8058 6.0476 18.8545 6.08 18.8928 6.12388C18.9311 6.16776 18.9577 6.22155 18.9697 6.27973C18.9933 6.38251 19.0032 6.48825 18.9991 6.59389C18.998 6.68528 18.9875 6.76999 18.9795 6.90282C18.8995 8.25971 16.5041 18.3866 16.5041 18.3866C16.5041 18.3866 16.3608 18.9792 15.8474 18.9995C15.7212 19.0038 15.5955 18.9813 15.4777 18.9335C15.36 18.8856 15.2526 18.8133 15.162 18.7209C14.1544 17.8103 10.6717 15.3513 9.90214 14.8104C9.88478 14.798 9.87016 14.7818 9.85926 14.763C9.84837 14.7441 9.84145 14.723 9.83898 14.7011C9.82822 14.6441 9.88722 14.5735 9.88722 14.5735C9.88722 14.5735 15.9515 8.91014 16.1128 8.31561C16.1253 8.26955 16.0781 8.24683 16.0147 8.267C15.612 8.42268 8.62974 13.0553 7.85913 13.5666C7.80366 13.5842 7.74503 13.588 7.68794 13.5775Z", fill: "white" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_726_89778" }, /* @__PURE__ */ e.createElement("rect", { width: 24, height: 24, fill: "none" })))), v0 = o(C0), f0 = ({
227
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_726_89778)" }, /* @__PURE__ */ e.createElement("rect", { x: 3, y: 5, width: 18, height: 14, fill: "white" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.68707 1.68707C0 3.37414 0 6.08942 0 11.52V12.48C0 17.9106 0 20.6259 1.68707 22.3129C3.37414 24 6.08942 24 11.52 24H12.48C17.9106 24 20.6259 24 22.3129 22.3129C24 20.6259 24 17.9106 24 12.48V11.52C24 6.08942 24 3.37414 22.3129 1.68707C20.6259 0 17.9106 0 12.48 0H11.52C6.08942 0 3.37414 0 1.68707 1.68707Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.68794 13.5775L4.30035 12.4179C4.30035 12.4179 3.8955 12.2453 4.02586 11.854C4.0527 11.7733 4.10683 11.7046 4.26878 11.5866C5.01937 11.0369 18.1617 6.07398 18.1617 6.07398C18.1617 6.07398 18.5328 5.94261 18.7517 6.02999C18.8058 6.0476 18.8545 6.08 18.8928 6.12388C18.9311 6.16776 18.9577 6.22155 18.9697 6.27973C18.9933 6.38251 19.0032 6.48825 18.9991 6.59389C18.998 6.68528 18.9875 6.76999 18.9795 6.90282C18.8995 8.25971 16.5041 18.3866 16.5041 18.3866C16.5041 18.3866 16.3608 18.9792 15.8474 18.9995C15.7212 19.0038 15.5955 18.9813 15.4777 18.9335C15.36 18.8856 15.2526 18.8133 15.162 18.7209C14.1544 17.8103 10.6717 15.3513 9.90214 14.8104C9.88478 14.798 9.87016 14.7818 9.85926 14.763C9.84837 14.7441 9.84145 14.723 9.83898 14.7011C9.82822 14.6441 9.88722 14.5735 9.88722 14.5735C9.88722 14.5735 15.9515 8.91014 16.1128 8.31561C16.1253 8.26955 16.0781 8.24683 16.0147 8.267C15.612 8.42268 8.62974 13.0553 7.85913 13.5666C7.80366 13.5842 7.74503 13.588 7.68794 13.5775Z", fill: "white" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_726_89778" }, /* @__PURE__ */ e.createElement("rect", { width: 24, height: 24, fill: "none" })))), v0 = o(C0), g0 = ({
228
228
  title: t,
229
229
  titleId: l,
230
230
  ...r
231
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { opacity: 0.6, clipPath: "url(#clip0_26270_59166)" }, /* @__PURE__ */ e.createElement("path", { d: "M4.85483 0.615298C3.91855 0.814466 3.05044 1.25448 2.33628 1.89186C1.62212 2.52924 1.08663 3.34193 0.782705 4.24963C0.478785 5.15733 0.416959 6.12861 0.603337 7.06752C0.789715 8.00643 1.21785 8.88046 1.84543 9.60324C1.92018 9.69313 1.96438 9.80448 1.97162 9.92116C1.97887 10.0378 1.94878 10.1538 1.88571 10.2522L1.6329 10.6596C1.58122 10.7429 1.55273 10.8385 1.55039 10.9364C1.54805 11.0344 1.57195 11.1313 1.6196 11.2169C1.66725 11.3026 1.73693 11.374 1.82143 11.4237C1.90592 11.4734 2.00216 11.4996 2.10019 11.4996H5.8425C7.26424 11.5149 8.63867 10.9893 9.68742 10.0293C10.7362 9.0692 11.3808 7.74642 11.4908 6.32886C11.5411 5.48298 11.3954 4.63691 11.0652 3.85653C10.735 3.07615 10.2291 2.38251 9.58697 1.82962C8.94482 1.27673 8.18373 0.879516 7.36295 0.668894C6.54217 0.458273 5.68386 0.439931 4.85483 0.615298ZM6.00046 2.49957C6.15259 2.49958 6.30131 2.54471 6.4278 2.62924C6.55429 2.71377 6.65287 2.83391 6.71109 2.97447C6.7693 3.11503 6.78452 3.26969 6.75484 3.4189C6.72515 3.56811 6.65188 3.70517 6.5443 3.81274C6.43672 3.92032 6.29966 3.99357 6.15044 4.02325C6.00123 4.05292 5.84657 4.03769 5.70601 3.97946C5.56546 3.92124 5.44533 3.82265 5.36081 3.69615C5.27629 3.56965 5.23117 3.42093 5.23117 3.2688C5.23119 3.06478 5.31225 2.86913 5.45651 2.72487C5.60078 2.58062 5.79644 2.49957 6.00046 2.49957ZM6.61569 8.99957H6.00046C5.93479 8.99959 5.86977 8.98667 5.8091 8.96155C5.74843 8.93643 5.6933 8.8996 5.64687 8.85316C5.60043 8.80673 5.5636 8.75161 5.53848 8.69094C5.51336 8.63026 5.50044 8.56524 5.50046 8.49957V5.92267H5.38522C5.25261 5.92267 5.12544 5.86999 5.03167 5.77622C4.9379 5.68245 4.88522 5.55528 4.88522 5.42267C4.88522 5.29006 4.9379 5.16288 5.03167 5.06911C5.12544 4.97535 5.25261 4.92267 5.38522 4.92267H6.00046C6.06612 4.92265 6.13115 4.93557 6.19182 4.96069C6.25249 4.98582 6.30762 5.02264 6.35405 5.06908C6.40048 5.11551 6.43731 5.17064 6.46243 5.23131C6.48755 5.29198 6.50048 5.357 6.50046 5.42267V7.99957H6.61569C6.7483 7.99957 6.87548 8.05225 6.96925 8.14602C7.06301 8.23979 7.11569 8.36696 7.11569 8.49957C7.11569 8.63218 7.06301 8.75936 6.96925 8.85313C6.87548 8.94689 6.7483 8.99957 6.61569 8.99957Z", fill: "currentColor" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_26270_59166" }, /* @__PURE__ */ e.createElement("rect", { width: 12, height: 12, fill: "white" })))), g0 = o(f0), i = {}, E0 = {
231
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { opacity: 0.6, clipPath: "url(#clip0_26270_59166)" }, /* @__PURE__ */ e.createElement("path", { d: "M4.85483 0.615298C3.91855 0.814466 3.05044 1.25448 2.33628 1.89186C1.62212 2.52924 1.08663 3.34193 0.782705 4.24963C0.478785 5.15733 0.416959 6.12861 0.603337 7.06752C0.789715 8.00643 1.21785 8.88046 1.84543 9.60324C1.92018 9.69313 1.96438 9.80448 1.97162 9.92116C1.97887 10.0378 1.94878 10.1538 1.88571 10.2522L1.6329 10.6596C1.58122 10.7429 1.55273 10.8385 1.55039 10.9364C1.54805 11.0344 1.57195 11.1313 1.6196 11.2169C1.66725 11.3026 1.73693 11.374 1.82143 11.4237C1.90592 11.4734 2.00216 11.4996 2.10019 11.4996H5.8425C7.26424 11.5149 8.63867 10.9893 9.68742 10.0293C10.7362 9.0692 11.3808 7.74642 11.4908 6.32886C11.5411 5.48298 11.3954 4.63691 11.0652 3.85653C10.735 3.07615 10.2291 2.38251 9.58697 1.82962C8.94482 1.27673 8.18373 0.879516 7.36295 0.668894C6.54217 0.458273 5.68386 0.439931 4.85483 0.615298ZM6.00046 2.49957C6.15259 2.49958 6.30131 2.54471 6.4278 2.62924C6.55429 2.71377 6.65287 2.83391 6.71109 2.97447C6.7693 3.11503 6.78452 3.26969 6.75484 3.4189C6.72515 3.56811 6.65188 3.70517 6.5443 3.81274C6.43672 3.92032 6.29966 3.99357 6.15044 4.02325C6.00123 4.05292 5.84657 4.03769 5.70601 3.97946C5.56546 3.92124 5.44533 3.82265 5.36081 3.69615C5.27629 3.56965 5.23117 3.42093 5.23117 3.2688C5.23119 3.06478 5.31225 2.86913 5.45651 2.72487C5.60078 2.58062 5.79644 2.49957 6.00046 2.49957ZM6.61569 8.99957H6.00046C5.93479 8.99959 5.86977 8.98667 5.8091 8.96155C5.74843 8.93643 5.6933 8.8996 5.64687 8.85316C5.60043 8.80673 5.5636 8.75161 5.53848 8.69094C5.51336 8.63026 5.50044 8.56524 5.50046 8.49957V5.92267H5.38522C5.25261 5.92267 5.12544 5.86999 5.03167 5.77622C4.9379 5.68245 4.88522 5.55528 4.88522 5.42267C4.88522 5.29006 4.9379 5.16288 5.03167 5.06911C5.12544 4.97535 5.25261 4.92267 5.38522 4.92267H6.00046C6.06612 4.92265 6.13115 4.93557 6.19182 4.96069C6.25249 4.98582 6.30762 5.02264 6.35405 5.06908C6.40048 5.11551 6.43731 5.17064 6.46243 5.23131C6.48755 5.29198 6.50048 5.357 6.50046 5.42267V7.99957H6.61569C6.7483 7.99957 6.87548 8.05225 6.96925 8.14602C7.06301 8.23979 7.11569 8.36696 7.11569 8.49957C7.11569 8.63218 7.06301 8.75936 6.96925 8.85313C6.87548 8.94689 6.7483 8.99957 6.61569 8.99957Z", fill: "currentColor" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_26270_59166" }, /* @__PURE__ */ e.createElement("rect", { width: 12, height: 12, fill: "white" })))), f0 = o(g0), E0 = ({
232
+ title: t,
233
+ titleId: l,
234
+ ...r
235
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.74919 7.75061H8.24919M7.74919 8.25061H8.24919M3.08252 7.75061H3.58252M3.08252 8.25061H3.58252M12.4159 7.75061H12.9159M12.4159 8.25061H12.9159M8.66602 8.00065C8.66602 8.36884 8.36754 8.66732 7.99935 8.66732C7.63116 8.66732 7.33268 8.36884 7.33268 8.00065C7.33268 7.63246 7.63116 7.33398 7.99935 7.33398C8.36754 7.33398 8.66602 7.63246 8.66602 8.00065ZM3.99935 8.00065C3.99935 8.36884 3.70087 8.66732 3.33268 8.66732C2.96449 8.66732 2.66602 8.36884 2.66602 8.00065C2.66602 7.63246 2.96449 7.33398 3.33268 7.33398C3.70087 7.33398 3.99935 7.63246 3.99935 8.00065ZM13.3327 8.00065C13.3327 8.36884 13.0342 8.66732 12.666 8.66732C12.2978 8.66732 11.9993 8.36884 11.9993 8.00065C11.9993 7.63246 12.2978 7.33398 12.666 7.33398C13.0342 7.33398 13.3327 7.63246 13.3327 8.00065Z", stroke: "white", strokeLinecap: "round" })), p0 = o(E0), u0 = ({
236
+ title: t,
237
+ titleId: l,
238
+ ...r
239
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.33203 5L13.332 10L8.33203 15", stroke: "#141416", strokeWidth: 1.5 })), x0 = o(u0), i = {}, M0 = {
232
240
  arrowRight: () => /* @__PURE__ */ n(r0, {}),
233
241
  loader: () => /* @__PURE__ */ n(v, {}),
234
- filter: () => /* @__PURE__ */ n(g, {}),
242
+ filter: () => /* @__PURE__ */ n(f, {}),
235
243
  lock: () => /* @__PURE__ */ n(l1, {}),
236
244
  fullscreen: () => /* @__PURE__ */ n(p, {}),
237
245
  twoArrows: () => /* @__PURE__ */ n(x, {}),
@@ -240,13 +248,13 @@ const C = ({
240
248
  user: () => /* @__PURE__ */ n(R, {}),
241
249
  pause: () => /* @__PURE__ */ n(d0, {}),
242
250
  squareMeter: () => /* @__PURE__ */ n(S, {}),
243
- check: () => /* @__PURE__ */ n(z, {}),
251
+ check: () => /* @__PURE__ */ n(H, {}),
244
252
  minusCheck: () => /* @__PURE__ */ n(l0, {}),
245
253
  close: () => /* @__PURE__ */ n($, {}),
246
- layers: () => /* @__PURE__ */ n(Z, {}),
254
+ layers: () => /* @__PURE__ */ n(A, {}),
247
255
  layersFilled: () => /* @__PURE__ */ n(q, {}),
248
256
  minus: () => /* @__PURE__ */ n(_, {}),
249
- moon: () => /* @__PURE__ */ n(W, {}),
257
+ moon: () => /* @__PURE__ */ n(j, {}),
250
258
  play: () => /* @__PURE__ */ n(G, {}),
251
259
  plus: () => /* @__PURE__ */ n(N, {}),
252
260
  ruble: () => /* @__PURE__ */ n(K, {}),
@@ -259,21 +267,21 @@ const C = ({
259
267
  phoneFilled: () => /* @__PURE__ */ n(m1, {}),
260
268
  call: () => /* @__PURE__ */ n(d1, {}),
261
269
  callback: () => /* @__PURE__ */ n(v1, {}),
262
- telegram: () => /* @__PURE__ */ n(g1, {}),
270
+ telegram: () => /* @__PURE__ */ n(f1, {}),
263
271
  whatsapp: () => /* @__PURE__ */ n(p1, {}),
264
272
  directionDown: () => /* @__PURE__ */ n(x1, {}),
265
273
  burgerClose: () => /* @__PURE__ */ n(k1, {}),
266
274
  arrowLong: () => /* @__PURE__ */ n(b1, {}),
267
275
  auto: () => /* @__PURE__ */ n(R1, {}),
268
276
  pedestrian: () => /* @__PURE__ */ n(S1, {}),
269
- park: () => /* @__PURE__ */ n(z1, {}),
277
+ park: () => /* @__PURE__ */ n(H1, {}),
270
278
  metro: () => /* @__PURE__ */ n($1, {}),
271
279
  food: () => /* @__PURE__ */ n(P1, {}),
272
280
  mail: () => /* @__PURE__ */ n(m0, {}),
273
- building: () => /* @__PURE__ */ n(Z1, {}),
281
+ building: () => /* @__PURE__ */ n(A1, {}),
274
282
  case: () => /* @__PURE__ */ n(q1, {}),
275
283
  sport: () => /* @__PURE__ */ n(_1, {}),
276
- withoutDecor: () => /* @__PURE__ */ n(W1, {}),
284
+ withoutDecor: () => /* @__PURE__ */ n(j1, {}),
277
285
  play2: () => /* @__PURE__ */ n(G1, {}),
278
286
  selectChecked: () => /* @__PURE__ */ n(N1, {}),
279
287
  selectUnchecked: () => /* @__PURE__ */ n(K1, {}),
@@ -286,8 +294,10 @@ const C = ({
286
294
  pinTrans: () => /* @__PURE__ */ n(m, {}),
287
295
  smallFilter: () => /* @__PURE__ */ n(h, {}),
288
296
  socialMedia: () => /* @__PURE__ */ n(v0, {}),
289
- info: () => /* @__PURE__ */ n(g0, {})
290
- }, p0 = d.bind(i), k0 = ({
297
+ info: () => /* @__PURE__ */ n(f0, {}),
298
+ threeDots: () => /* @__PURE__ */ n(p0, {}),
299
+ arrowBold: () => /* @__PURE__ */ n(x0, {})
300
+ }, b0 = d.bind(i), S0 = ({
291
301
  name: t,
292
302
  size: l = "24",
293
303
  color: r,
@@ -295,7 +305,7 @@ const C = ({
295
305
  additionalClass: w,
296
306
  deg: c
297
307
  }) => {
298
- const s = E0[t];
308
+ const s = M0[t];
299
309
  return s ? /* @__PURE__ */ n(
300
310
  "div",
301
311
  {
@@ -309,7 +319,7 @@ const C = ({
309
319
  display: "flex",
310
320
  strokeWidth: a
311
321
  },
312
- className: p0(i.root, w),
322
+ className: b0(i.root, w),
313
323
  children: /* @__PURE__ */ n(
314
324
  s,
315
325
  {
@@ -324,6 +334,6 @@ const C = ({
324
334
  ) : (console.error(`Icon "${t}" not found in iconTypes`), null);
325
335
  };
326
336
  export {
327
- k0 as NewIcon,
328
- E0 as iconTypes
337
+ S0 as NewIcon,
338
+ M0 as iconTypes
329
339
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type ReactSVGComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement> & {
3
2
  title?: string;
4
3
  }>;
@@ -1,4 +1,3 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  declare const iconTypes: Record<string, React.LazyExoticComponent<React.FC<React.SVGProps<SVGSVGElement>>>>;
4
3
  export default iconTypes;
@@ -1,17 +1,15 @@
1
1
  import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
- import { LotCardSkeleton as c } from "../../LotCardSkeleton/ui/LotCardSkeleton.js";
3
- const a = "_root_eu55e_12", s = "_projectHeader_eu55e_20", i = "_projectTitleWrapper_eu55e_28", l = "_projectBtn_eu55e_33", n = "_pulsing_eu55e_1", _ = "_projectTitle_eu55e_28", j = "_projectYearMobile_eu55e_49", d = "_metroWrapper_eu55e_58", m = "_filterBtnWrapper_eu55e_71", u = "_projectYearDesktop_eu55e_113", e = {
2
+ import { LotCardSkeleton as p } from "../../LotCardSkeleton/ui/LotCardSkeleton.js";
3
+ const a = "_root_eu55e_12", s = "_projectHeader_eu55e_20", i = "_projectTitleWrapper_eu55e_28", l = "_projectBtn_eu55e_33", j = "_projectTitle_eu55e_28", n = "_projectYearMobile_eu55e_49", _ = "_metroWrapper_eu55e_58", d = "_projectYearDesktop_eu55e_113", e = {
4
4
  root: a,
5
5
  projectHeader: s,
6
6
  projectTitleWrapper: i,
7
7
  projectBtn: l,
8
- pulsing: n,
9
- projectTitle: _,
10
- projectYearMobile: j,
11
- metroWrapper: d,
12
- filterBtnWrapper: m,
13
- projectYearDesktop: u
14
- }, N = () => {
8
+ projectTitle: j,
9
+ projectYearMobile: n,
10
+ metroWrapper: _,
11
+ projectYearDesktop: d
12
+ }, v = () => {
15
13
  const o = [1, 2, 3, 4, 5];
16
14
  return /* @__PURE__ */ t("div", { className: e.root, children: [
17
15
  /* @__PURE__ */ t("div", { className: e.projectHeader, children: [
@@ -26,9 +24,9 @@ const a = "_root_eu55e_12", s = "_projectHeader_eu55e_20", i = "_projectTitleWra
26
24
  ] }),
27
25
  /* @__PURE__ */ r("div", { className: e.projectYearMobile })
28
26
  ] }),
29
- o.map((p) => /* @__PURE__ */ r(c, {}, p))
27
+ o.map((c) => /* @__PURE__ */ r(p, {}, c))
30
28
  ] });
31
29
  };
32
30
  export {
33
- N as ProjectCardSkeleton
31
+ v as ProjectCardSkeleton
34
32
  };
@@ -1,4 +1,3 @@
1
1
  import { default as React } from 'react';
2
2
  import { ComponentProps } from './RoundButton.types';
3
-
4
3
  export declare const RoundButton: ({ size, size_m, size_l, children, iconName, variant, additionalClass, additionalClassIcon, deg, ...props }: React.PropsWithChildren<ComponentProps>) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,8 @@
1
1
  import { jsx as n, Fragment as k } from "react/jsx-runtime";
2
2
  import { useState as f, useEffect as S } from "react";
3
- import { c as y } from "../../../index-rKuIKazb.js";
4
- import { NewIcon as p } from "../../NewIcon/ui/NewIcon.js";
3
+ import { c as y } from "../../../index-B2JRaoNz.js";
5
4
  import { sizeMap as i } from "./RoundButton.types.js";
5
+ import { NewIcon as p } from "../../NewIcon/ui/NewIcon.js";
6
6
  const g = "_btnRound_z7oq7_1", F = "_whiteStroke_z7oq7_43", R = "_whiteFilled_z7oq7_48", $ = "_whiteTransparent_z7oq7_53", v = "_blackFill_z7oq7_58", x = "_blackStroke_z7oq7_63", E = "_fullGray_z7oq7_71", G = "_blue_z7oq7_79", e = {
7
7
  btnRound: g,
8
8
  "tiny-size": "_tiny-size_z7oq7_20",
@@ -1,5 +1,4 @@
1
1
  import { ReactNode } from 'react';
2
-
3
2
  export declare const ROUND_BUTTON_VARIANTS: {
4
3
  whiteStroke: string;
5
4
  blackFill: string;
@@ -1,6 +1,5 @@
1
1
  import { TCategory, TModeSelect, TOption } from '../ui/Select.types.ts';
2
2
  import { SetStateAction } from 'react';
3
-
4
3
  export type TClickOptionProps = {
5
4
  option: TOption | TOption[];
6
5
  disabledOptions: TOption[];
@@ -1,49 +1,49 @@
1
- const m = ({
1
+ const v = ({
2
2
  option: e,
3
- setSelectedOptions: s,
4
- selectedOptions: u,
5
- disabledOptions: y,
6
- onChange: f,
7
- mode: S,
3
+ setSelectedOptions: c,
4
+ selectedOptions: i,
5
+ disabledOptions: n,
6
+ onChange: s,
7
+ mode: t,
8
8
  optionsParentArr: r
9
9
  }) => {
10
10
  if (!Array.isArray(e)) {
11
- if (y.includes(e))
11
+ if (n.includes(e))
12
12
  return;
13
- let i = u.some((l) => l.value === e.value) ? e.value === "selectAll" && r ? [] : u.some((l) => l.value === "selectAll") ? u.filter((l) => l.value !== e.value && l.value !== "selectAll") : u.filter((l) => l.value !== e.value) : e.value === "selectAll" && r ? [...r] : [...u, e];
14
- if (S === "single") {
13
+ let u = i.some((l) => l.value === e.value) ? e.value === "selectAll" && r ? [] : i.some((l) => l.value === "selectAll") ? i.filter((l) => l.value !== e.value && l.value !== "selectAll") : i.filter((l) => l.value !== e.value) : e.value === "selectAll" && r ? [...r] : [...i, e];
14
+ if (t === "single") {
15
15
  const l = [e];
16
- s(l), f && f(l);
16
+ c(l), s && s(l);
17
17
  return;
18
18
  }
19
- if (S === "double") {
20
- "options" in e && (u.map((v) => JSON.stringify(v)).includes(JSON.stringify(e)) ? i = i.filter(
21
- (v) => !e.options.map((a) => JSON.stringify(a)).includes(JSON.stringify(v))
22
- ) : Array.isArray(e.options) && (i = [...i, ...e.options]));
23
- const l = r == null ? void 0 : r.filter((t) => "options" in t && t.options.includes(e))[0];
24
- !(l && u.map((t) => JSON.stringify(t)).includes(JSON.stringify(l))) && l && i.push(l);
19
+ if (t === "double") {
20
+ "options" in e && (i.map((y) => JSON.stringify(y)).includes(JSON.stringify(e)) ? u = u.filter(
21
+ (y) => !e.options.map((S) => JSON.stringify(S)).includes(JSON.stringify(y))
22
+ ) : Array.isArray(e.options) && (u = [...u, ...e.options]));
23
+ const l = r?.filter((a) => "options" in a && a.options.includes(e))[0];
24
+ !(l && i.map((a) => JSON.stringify(a)).includes(JSON.stringify(l))) && l && u.push(l);
25
25
  }
26
- s(i), f && f(i);
26
+ c(u), s && s(u);
27
27
  }
28
- }, w = ({
28
+ }, A = ({
29
29
  option: e,
30
- setSelectedOptions: s,
31
- selectedOptions: u,
32
- disabledOptions: y,
33
- onChange: f
30
+ setSelectedOptions: c,
31
+ selectedOptions: i,
32
+ disabledOptions: n,
33
+ onChange: s
34
34
  }) => {
35
35
  if (Array.isArray(e)) {
36
- const S = e.filter((r) => !(y != null && y.includes(r)));
37
- if (S.every((r) => u.map((c) => c).includes(r))) {
38
- const r = u.filter((c) => !e.includes(c));
39
- s(r), f && f(r);
36
+ const t = e.filter((r) => !n?.includes(r));
37
+ if (t.every((r) => i.map((f) => f).includes(r))) {
38
+ const r = i.filter((f) => !e.includes(f));
39
+ c(r), s && s(r);
40
40
  } else {
41
- const r = S.filter((i) => !u.includes(i)), c = [...u, ...r];
42
- s(c), f && f(c);
41
+ const r = t.filter((u) => !i.includes(u)), f = [...i, ...r];
42
+ c(f), s && s(f);
43
43
  }
44
44
  }
45
45
  };
46
46
  export {
47
- w as handleClickModeCategory,
48
- m as handleClickModeOption
47
+ A as handleClickModeCategory,
48
+ v as handleClickModeOption
49
49
  };
@@ -1,5 +1,4 @@
1
1
  import { TCategory, TModeSelect, TOption } from './Select.types.ts';
2
-
3
2
  export interface IOption {
4
3
  category: TCategory;
5
4
  selectedValues?: TOption[];
@@ -1,8 +1,8 @@
1
1
  import { jsxs as u, Fragment as I, jsx as o } from "react/jsx-runtime";
2
- import { s as n, O as J } from "../../../Option-DU8cvBnA.js";
3
- import { NewIcon as N } from "../../NewIcon/ui/NewIcon.js";
4
- import { c as O } from "../../../index-rKuIKazb.js";
2
+ import { s as n, O as J } from "../../../Option-rFBMQAPk.js";
3
+ import { c as O } from "../../../index-B2JRaoNz.js";
5
4
  import { useState as U } from "react";
5
+ import { NewIcon as N } from "../../NewIcon/ui/NewIcon.js";
6
6
  const j = O.bind(n), z = ({
7
7
  category: t,
8
8
  selectedOptions: r,
@@ -1,5 +1,4 @@
1
1
  import { TOption } from './Select.types.ts';
2
-
3
2
  export interface IOption {
4
3
  option: TOption;
5
4
  isOptionCategory?: boolean;
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
- import { O as m } from "../../../Option-DU8cvBnA.js";
2
+ import { O as m } from "../../../Option-rFBMQAPk.js";
3
+ import "../../../index-B2JRaoNz.js";
3
4
  import "../../NewIcon/ui/NewIcon.js";
4
- import "../../../index-rKuIKazb.js";
5
5
  export {
6
6
  m as Option
7
7
  };
@@ -1,3 +1,2 @@
1
1
  import { MultiSelectProps } from './Select.types';
2
-
3
2
  export declare const Select: ({ options, customPlaceholder, placeholder, error, disabled, disabledOptions, additionalClass, additionalClassOption, additionalClassBtn, onChange, onBlur, selectedValues, isBtn, btnName, clickableOptions, isListRight, sizeIcon, mode, onClickItem, onCLickSelect, size_s, size_m, size_l, isDisabledNotClickable, isLast, selectAll, }: MultiSelectProps) => import("react/jsx-runtime").JSX.Element;