ecomlab-components-next 0.1.237 → 0.1.239

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 (187) hide show
  1. package/dist/components/Buttons/ButtonBasicV2/ButtonBasicV2.js +85 -0
  2. package/dist/components/Buttons/ButtonBasicV2/ButtonBasicV2.scss +55 -0
  3. package/dist/components/Buttons/{SignUpButton/ButtonSignUp.stories.js → ButtonBasicV2/ButtonBasicV2stories.js} +42 -29
  4. package/dist/components/ConstructorComponents/ArticlesBlockV2/ArticlesBlockV2.js +153 -0
  5. package/dist/components/ConstructorComponents/ArticlesBlockV2/ArticlesBlockV2.module.scss +214 -0
  6. package/dist/components/ConstructorComponents/BlocksInfo/BlocksInfo.scss +0 -1
  7. package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.js +210 -0
  8. package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.scss +236 -0
  9. package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.stories.js +57 -0
  10. package/dist/components/ConstructorComponents/BlocksInfoV2/img/develop.png +0 -0
  11. package/dist/components/ConstructorComponents/CardsInfo/CardsInfo.js +15 -29
  12. package/dist/components/ConstructorComponents/CardsServicesV2/CardsServicesV2.js +164 -0
  13. package/dist/components/ConstructorComponents/CardsServicesV2/CardsServicesV2.scss +333 -0
  14. package/dist/components/ConstructorComponents/CardsV2/CardsV2.js +51 -0
  15. package/dist/components/ConstructorComponents/CardsV2/CardsV2.scss +158 -0
  16. package/dist/components/ConstructorComponents/CardsV2/CardsV2.stories.js +16 -0
  17. package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.js +83 -0
  18. package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.scss +312 -0
  19. package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.stories.js +25 -0
  20. package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.js +102 -0
  21. package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.scss +145 -0
  22. package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.stories.js +36 -0
  23. package/dist/components/ConstructorComponents/FormV2/FormV2.js +139 -0
  24. package/dist/components/ConstructorComponents/FormV2/FormV2.scss +153 -0
  25. package/dist/components/ConstructorComponents/FormV2/FormWithBtn.stories.js +16 -0
  26. package/dist/components/ConstructorComponents/Header/Header.js +1 -1
  27. package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.js +127 -0
  28. package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.scss +227 -0
  29. package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.stories.js +24 -0
  30. package/dist/components/ConstructorComponents/HeaderV2/img/Ozon.svg +20 -0
  31. package/dist/components/ConstructorComponents/HeaderV2/img/WB.svg +15 -0
  32. package/dist/components/ConstructorComponents/HeaderV2/img/Yandex Market.svg +14 -0
  33. package/dist/components/ConstructorComponents/MainContainer/MainContainer.js +4 -2
  34. package/dist/components/ConstructorComponents/MainContainer/MainContainer.scss +24 -0
  35. package/dist/components/ConstructorComponents/MainContainer/MainContainerV2.stories.js +199 -0
  36. package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.js +48 -0
  37. package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.scss +66 -0
  38. package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.stories.js +16 -0
  39. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_1.svg +4 -0
  40. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_10.svg +9 -0
  41. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_11.svg +10 -0
  42. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_12.svg +11 -0
  43. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_13.svg +9 -0
  44. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_2.svg +10 -0
  45. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_3.svg +10 -0
  46. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_4.svg +28 -0
  47. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_5.svg +9 -0
  48. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_6.svg +26 -0
  49. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_7.png +0 -0
  50. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_7.svg +17 -0
  51. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_8.svg +9 -0
  52. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_9.svg +9 -0
  53. package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.js +40 -0
  54. package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.scss +302 -0
  55. package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.stories.js +19 -0
  56. package/dist/components/ConstructorComponents/PhoneBlockV2/img/phone.png +0 -0
  57. package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.js +45 -0
  58. package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.scss +151 -0
  59. package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.stories.js +43 -0
  60. package/dist/components/ConstructorComponents/PointsListV2/img/bx-right-arrow-alt.svg +5 -0
  61. package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.js +72 -0
  62. package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.scss +179 -0
  63. package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.stories.js +57 -0
  64. package/dist/components/ConstructorComponents/QuestionsV2/img/ar_down.svg +5 -0
  65. package/dist/components/ConstructorComponents/QuestionsV2/img/ar_up.svg +5 -0
  66. package/dist/components/ConstructorComponents/ServicesSectionV2/ServicesSectionV2.js +161 -0
  67. package/dist/components/ConstructorComponents/ServicesSectionV2/ServicesSectionV2.scss +245 -0
  68. package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.js +44 -0
  69. package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.module.scss +156 -0
  70. package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.stories.js +32 -0
  71. package/dist/components/ConstructorComponents/StepsV2/StepsV2.js +86 -0
  72. package/dist/components/ConstructorComponents/StepsV2/StepsV2.module.scss +226 -0
  73. package/dist/components/ConstructorComponents/StepsV2/StepsV2.stories.js +30 -0
  74. package/dist/components/ConstructorComponents/variables.scss +50 -0
  75. package/dist/components/Slider/SliderCarousel/SliderCarousel.js +4 -6
  76. package/dist/index.js +84 -0
  77. package/dist/stories/LongTileArticleBox/LongTileArticleBox.js +1 -1
  78. package/dist/stories/ShortTileArticleBox/ShortTileArticleBox.js +1 -1
  79. package/package.json +1 -1
  80. package/dist/components/Buttons/SignUpButton/ButtonSignUp.js +0 -75
  81. package/dist/components/Buttons/SignUpButton/ButtonSignUp.module.scss +0 -92
  82. package/dist/components/Buttons/SignUpButton/calendar.svg +0 -14
  83. package/dist/components/Checkbox/Checkbox/Checkbox.js +0 -83
  84. package/dist/components/Checkbox/Checkbox/Checkbox.scss +0 -136
  85. package/dist/components/Checkbox/Checkbox/Checkbox.stories.js +0 -46
  86. package/dist/components/Checkbox/Checkbox/img/check.svg +0 -3
  87. package/dist/main.js +0 -14
  88. package/dist/stories/InputDynamicWidth/InputDynamicWidth.js +0 -85
  89. package/dist/stories/InputDynamicWidth/InputDynamicWidth.scss +0 -98
  90. package/dist/stories/InputDynamicWidth/InputDynamicWidth.stories.js +0 -32
  91. package/dist/stories/InputDynamicWidth/img/close_icon.svg +0 -3
  92. package/dist/stories/InputDynamicWidth/img/search_icon.svg +0 -6
  93. package/dist/stories/NoArticles/NoArticles.js +0 -29
  94. package/dist/stories/NoArticles/NoArticles.scss +0 -26
  95. package/dist/stories/NoArticles/NoArticles.stories.js +0 -20
  96. package/dist/stories/NoArticles/img/banner.svg +0 -266
  97. package/dist/stories/ViewSwitch/ViewSwitch.js +0 -48
  98. package/dist/stories/ViewSwitch/ViewSwitch.scss +0 -135
  99. package/dist/stories/ViewSwitch/ViewSwitch.stories.js +0 -48
  100. package/dist/stories/ViewSwitch/img/Chat.js +0 -24
  101. package/dist/stories/ViewSwitch/img/Table.js +0 -21
  102. package/dist/stories/ViewSwitch/img/Tile.js +0 -20
  103. package/dist/stories/ViewSwitch/img/TileLong.js +0 -20
  104. package/dist/storybook-static/167.1ab9d45b.iframe.bundle.js +0 -1
  105. package/dist/storybook-static/294.029a22c7.iframe.bundle.js +0 -1
  106. package/dist/storybook-static/364.41fcb7af.iframe.bundle.js +0 -1
  107. package/dist/storybook-static/54.0740a2d0.iframe.bundle.js +0 -2
  108. package/dist/storybook-static/54.0740a2d0.iframe.bundle.js.LICENSE.txt +0 -1
  109. package/dist/storybook-static/735.329871ea.iframe.bundle.js +0 -2
  110. package/dist/storybook-static/735.329871ea.iframe.bundle.js.LICENSE.txt +0 -9
  111. package/dist/storybook-static/844.4c57ff93.iframe.bundle.js +0 -94
  112. package/dist/storybook-static/844.4c57ff93.iframe.bundle.js.map +0 -1
  113. package/dist/storybook-static/869.a718104a.iframe.bundle.js +0 -1
  114. package/dist/storybook-static/908.c53199b4.iframe.bundle.js +0 -1
  115. package/dist/storybook-static/939.72503e72.iframe.bundle.js +0 -405
  116. package/dist/storybook-static/939.72503e72.iframe.bundle.js.LICENSE.txt +0 -54
  117. package/dist/storybook-static/939.72503e72.iframe.bundle.js.map +0 -1
  118. package/dist/storybook-static/components-Button-stories.6b7204e5.iframe.bundle.js +0 -1
  119. package/dist/storybook-static/favicon.svg +0 -1
  120. package/dist/storybook-static/file.svg +0 -1
  121. package/dist/storybook-static/globe.svg +0 -1
  122. package/dist/storybook-static/iframe.html +0 -511
  123. package/dist/storybook-static/index.html +0 -185
  124. package/dist/storybook-static/index.json +0 -1
  125. package/dist/storybook-static/main.456a86f5.iframe.bundle.js +0 -1
  126. package/dist/storybook-static/next.svg +0 -1
  127. package/dist/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  128. package/dist/storybook-static/nunito-sans-bold.woff2 +0 -0
  129. package/dist/storybook-static/nunito-sans-italic.woff2 +0 -0
  130. package/dist/storybook-static/nunito-sans-regular.woff2 +0 -0
  131. package/dist/storybook-static/project.json +0 -1
  132. package/dist/storybook-static/runtime~main.8e4a98c9.iframe.bundle.js +0 -1
  133. package/dist/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +0 -331
  134. package/dist/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +0 -51
  135. package/dist/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
  136. package/dist/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
  137. package/dist/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +0 -12
  138. package/dist/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js.LEGAL.txt +0 -0
  139. package/dist/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -391
  140. package/dist/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +0 -0
  141. package/dist/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +0 -230
  142. package/dist/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js.LEGAL.txt +0 -0
  143. package/dist/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +0 -3
  144. package/dist/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js.LEGAL.txt +0 -0
  145. package/dist/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +0 -3
  146. package/dist/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js.LEGAL.txt +0 -0
  147. package/dist/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +0 -3
  148. package/dist/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js.LEGAL.txt +0 -0
  149. package/dist/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +0 -3
  150. package/dist/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js.LEGAL.txt +0 -0
  151. package/dist/storybook-static/sb-addons/interactions-11/manager-bundle.js +0 -210
  152. package/dist/storybook-static/sb-addons/interactions-11/manager-bundle.js.LEGAL.txt +0 -0
  153. package/dist/storybook-static/sb-addons/onboarding-1/manager-bundle.js +0 -127
  154. package/dist/storybook-static/sb-addons/onboarding-1/manager-bundle.js.LEGAL.txt +0 -0
  155. package/dist/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
  156. package/dist/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
  157. package/dist/storybook-static/sb-common-assets/favicon.svg +0 -1
  158. package/dist/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  159. package/dist/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  160. package/dist/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  161. package/dist/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  162. package/dist/storybook-static/sb-manager/globals-module-info.js +0 -1037
  163. package/dist/storybook-static/sb-manager/globals-runtime.js +0 -41107
  164. package/dist/storybook-static/sb-manager/globals.js +0 -48
  165. package/dist/storybook-static/sb-manager/runtime.js +0 -11960
  166. package/dist/storybook-static/sb-preview/globals.js +0 -33
  167. package/dist/storybook-static/sb-preview/runtime.js +0 -7247
  168. package/dist/storybook-static/static/media/accessibility.b812909c.png +0 -0
  169. package/dist/storybook-static/static/media/addon-library.7d60eaf1.png +0 -0
  170. package/dist/storybook-static/static/media/assets.74434bfb.png +0 -0
  171. package/dist/storybook-static/static/media/context.0aaeed46.png +0 -0
  172. package/dist/storybook-static/static/media/discord.c13ab8cc.svg +0 -1
  173. package/dist/storybook-static/static/media/docs.78ff2c00.png +0 -0
  174. package/dist/storybook-static/static/media/figma-plugin.92feae99.png +0 -0
  175. package/dist/storybook-static/static/media/github.bf1215e7.svg +0 -1
  176. package/dist/storybook-static/static/media/share.b661f220.png +0 -0
  177. package/dist/storybook-static/static/media/styling.6ea0e96c.png +0 -0
  178. package/dist/storybook-static/static/media/testing.6f11ce8b.png +0 -0
  179. package/dist/storybook-static/static/media/theming.3ca117fd.png +0 -0
  180. package/dist/storybook-static/static/media/tutorials.f9b22f92.svg +0 -1
  181. package/dist/storybook-static/static/media/youtube.0220385a.svg +0 -1
  182. package/dist/storybook-static/stories-Button-stories.a157a598.iframe.bundle.js +0 -1
  183. package/dist/storybook-static/stories-Configure-mdx.ad43dce3.iframe.bundle.js +0 -1
  184. package/dist/storybook-static/stories-Header-stories.813bf6ef.iframe.bundle.js +0 -1
  185. package/dist/storybook-static/stories-Page-stories.9918ddc0.iframe.bundle.js +0 -1
  186. package/dist/storybook-static/vercel.svg +0 -1
  187. package/dist/storybook-static/window.svg +0 -1
@@ -0,0 +1,164 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ require("./CardsServicesV2.scss");
11
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
12
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
13
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
14
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
15
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
16
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
17
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
18
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
19
+ var list_default = [{
20
+ label: "\u0410\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0430",
21
+ description: "\u0410\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0443\u0439 \u043F\u0440\u043E\u0434\u0430\u0436\u0438, \u0437\u0430\u043A\u0430\u0437\u044B, \u0446\u0435\u043D\u044B, \u0440\u0435\u043A\u043B\u0430\u043C\u043D\u044B\u0435 \u043A\u0430\u043C\u043F\u0430\u043D\u0438\u0438, \u0441\u0447\u0438\u0442\u0430\u0439 \u044E\u043D\u0438\u0442-\u044D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0443 \u0438 \u0441\u043B\u0435\u0434\u0438 \u0437\u0430 \n \u0440\u0435\u043D\u0442\u0430\u0431\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C\u044E \u0441\u0432\u043E\u0438\u0445 \u043C\u0430\u0433\u0430\u0437\u0438\u043D\u043E\u0432 \u043D\u0430 \u043C\u0430\u0440\u043A\u0435\u0442\u043F\u043B\u0435\u0439\u0441\u0430\u0445 Wildberries, Ozon \u0438 \u042F\u043D\u0434\u0435\u043A\u0441 \u041C\u0430\u0440\u043A\u0435\u0442",
22
+ img: "https://dl.ecomru.ru:9001/dev-images/analitics_1.png",
23
+ link: '/analytics'
24
+ }, {
25
+ label: "\u0422\u043E\u0432\u0430\u0440\u044B",
26
+ description: "\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0439 \u0432\u0441\u0435\u043C \u0442\u043E\u0432\u0430\u0440\u043D\u044B\u043C \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u043E\u043C \u043D\u0430 \u043E\u0434\u043D\u043E\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435, \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u0438 \u043A\u0430\u0440\u0442\u043E\u0447\u043A\u0438 \u0441 \u043E\u0434\u043D\u043E\u0433\u043E \u043C\u0430\u0440\u043A\u0435\u0442\u043F\u043B\u0435\u0439\u0441\u0430 \u043D\u0430 \u0434\u0440\u0443\u0433\u043E\u0439 \u0438 \u0443\u043B\u0443\u0447\u0448\u0430\u0439\u0442\u0435 \u0438\u0445",
27
+ img: "https://dl.ecomru.ru:9001/dev-images/product.png",
28
+ link: '/products'
29
+ }, {
30
+ label: "\u0410\u043D\u0430\u043B\u0438\u0437 \u043A\u043E\u043D\u043A\u0443\u0440\u0435\u043D\u0442\u043E\u0432",
31
+ description: "\u0421\u043B\u0435\u0434\u0438 \u0437\u0430 \u0446\u0435\u043D\u0430\u043C\u0438, \u0430\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0443\u0439\u0442\u0435 \u0430\u0441\u0441\u043E\u0440\u0442\u0438\u043C\u0435\u043D\u0442 \u0438 \u043F\u0440\u043E\u0434\u0430\u0436\u0438, \u0441\u043E\u0431\u0438\u0440\u0430\u0439 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u0443 \u043A\u043E\u043D\u043A\u0443\u0440\u0435\u043D\u0442\u043E\u0432 \u0432 \u0441\u0432\u043E\u0435\u0439 \u043D\u0438\u0448\u0435",
32
+ img: "https://dl.ecomru.ru:9001/dev-images/competitors_1.png",
33
+ link: ''
34
+ }, {
35
+ label: "\u041C\u0430\u0440\u043A\u0435\u0442\u0438\u043D\u0433",
36
+ description: "\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0439 \u0440\u0435\u043A\u043B\u0430\u043C\u043E\u0439 \u0438 \u0430\u043A\u0446\u0438\u044F\u043C\u0438 \u043D\u0430 3-\u0445 \u043C\u0430\u0440\u043A\u0435\u0442\u043F\u043B\u0435\u0439\u0441\u0430\u0445 \u0432 \u043E\u0434\u043D\u043E\u043C \u043E\u043A\u043D\u0435 \u0438 \u043F\u043E\u043B\u0443\u0447\u0430\u0439 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0443 \u043F\u043E \u043A\u0430\u0436\u0434\u043E\u0439 \u043A\u0430\u043C\u043F\u0430\u043D\u0438\u0438",
37
+ img: "https://dl.ecomru.ru:9001/dev-images/marketing_1.png",
38
+ // link: '/marketing'
39
+ link: ''
40
+ }, {
41
+ label: "\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430",
42
+ description: "SEO-\u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u0443\u0439 \u043A\u0430\u0440\u0442\u043E\u0447\u043A\u0438 \u0442\u043E\u0432\u0430\u0440\u043E\u0432 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u044B\u043C\u0438 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C\u0438 \u0441\u043B\u043E\u0432\u0430\u043C\u0438 \u0438 \u043F\u043E\u0432\u044B\u0441\u044C \u0441\u0432\u043E\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u0432 \u043F\u043E\u0438\u0441\u043A\u043E\u0432\u043E\u0439 \u0432\u044B\u0434\u0430\u0447\u0435",
43
+ img: "https://dl.ecomru.ru:9001/dev-images/keyword.png",
44
+ link: '/keywords'
45
+ }, {
46
+ label: "\u041E\u0442\u0437\u044B\u0432\u044B \u0438 \u0432\u043E\u043F\u0440\u043E\u0441\u044B",
47
+ description: "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0437\u0438\u0440\u0443\u0439 \u043E\u0442\u0432\u0435\u0442\u044B \u043D\u0430 \u043E\u0442\u0437\u044B\u0432\u044B \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432 \u0438 \u043F\u043E\u043B\u0443\u0447\u0430\u0439 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0443 \u043F\u043E \u043A\u0430\u0436\u0434\u043E\u043C\u0443 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044E",
48
+ img: "https://dl.ecomru.ru:9001/dev-images/feedback.png",
49
+ link: '/auto_feedback'
50
+ }, {
51
+ label: "Social Network",
52
+ description: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u043E\u0441\u0442\u0438\u043D\u0433 \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430 \u0432 \u0412\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u0435, Telegram, Instagram \u0438 \u0414\u0437\u0435\u043D \u0441 \u043E\u0434\u043D\u043E\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u044B",
53
+ img: "https://dl.ecomru.ru:9001/dev-images/network.png",
54
+ link: '/social_network'
55
+ }, {
56
+ label: "\u0417\u0430\u0434\u0430\u0447\u0438",
57
+ description: "\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0439 \u043F\u0440\u043E\u0435\u043A\u0442\u0430\u043C\u0438 \u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u043C\u0438 \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 \u043F\u0440\u0438 \u043F\u043E\u043C\u043E\u0449\u0438 \u0443\u0434\u043E\u0431\u043D\u043E\u0433\u043E \u0442\u0430\u0441\u043A-\u043C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0430",
58
+ img: "https://dl.ecomru.ru:9001/dev-images/task.png",
59
+ link: '/tasks'
60
+ }, {
61
+ label: "\u0417\u0430\u043A\u0430\u0437\u044B",
62
+ description: "\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0439 \u0437\u0430\u043A\u0430\u0437\u0430\u043C\u0438 \u0438 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0438\u0440\u0443\u0439 \u043E\u0441\u0442\u0430\u0442\u043A\u0438 \u043D\u0430 \u0441\u043A\u043B\u0430\u0434\u0430\u0445 3-\u0445 \u043C\u0430\u0440\u043A\u0435\u0442\u043F\u043B\u0435\u0439\u0441\u043E\u0432 \u0438\u0437 \u043E\u0434\u043D\u043E\u0433\u043E \u043E\u043A\u043D\u0430",
63
+ img: "",
64
+ link: '/orders'
65
+ }, {
66
+ label: "\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",
67
+ description: "\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0439 \u0443\u0434\u043E\u0431\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u0438\u0441\u0430\u043D\u0438\u0435, \u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438, \u043D\u0430\u043F\u043E\u043C\u0438\u043D\u0430\u043D\u0438\u044F \u0438 \u0432\u0435\u0434\u0438 \u0441\u0432\u043E\u0439 \u043B\u0438\u0447\u043D\u044B\u0439 \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0438\u043A \u0432\u043D\u0443\u0442\u0440\u0438 \u0435\u0434\u0438\u043D\u043E\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u044B",
68
+ img: "https://dl.ecomru.ru:9001/dev-images/calendar.png",
69
+ link: '/calendar'
70
+ }, {
71
+ label: "CRM",
72
+ description: "\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0439 \u043F\u0440\u043E\u0434\u0430\u0436\u0430\u043C\u0438, \u0432\u043E\u0440\u043E\u043D\u043A\u0430\u043C\u0438, \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u0430\u043C\u0438 \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432 \u0438 \u043F\u043E\u043B\u0443\u0447\u0430\u0439 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0443",
73
+ img: "",
74
+ link: '/crm'
75
+ }, {
76
+ label: "Wiki",
77
+ description: "\u0421\u043E\u0437\u0434\u0430\u0439 \u0441\u0432\u043E\u044E \u0431\u0430\u0437\u0443 \u0437\u043D\u0430\u043D\u0438\u0439 \u0434\u043B\u044F \u0441\u043E\u0442\u0440\u0443\u0434\u043D\u0438\u043A\u043E\u0432 \u0438 \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432 \u0432\u043D\u0443\u0442\u0440\u0438 \u0435\u0434\u0438\u043D\u043E\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u044B",
78
+ img: "",
79
+ link: '/wiki'
80
+ }, {
81
+ label: "\u0410\u043A\u0446\u0438\u0438",
82
+ description: "\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0439 \u0430\u043A\u0446\u0438\u044F\u043C\u0438 \u043D\u0430 Wildberries, Ozon \u0438 \u042F\u043D\u0434\u0435\u043A\u0441 \u041C\u0430\u0440\u043A\u0435\u0442 \u0441 \u0435\u0434\u0438\u043D\u043E\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u044B, \u0438 \u043F\u043E\u043B\u0443\u0447\u0430\u0439 \u0434\u0435\u0442\u0430\u043B\u044C\u043D\u0443\u044E \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0443 \u043F\u043E \u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C 20 \u043C\u0435\u0442\u0440\u0438\u043A\u0430\u043C",
83
+ img: "https://dl.ecomru.ru:9001/dev-images/image_411.png",
84
+ link: '/stock'
85
+ }, {
86
+ label: "\u0427\u0430\u0442 \u0411\u043E\u0442",
87
+ description: "\u0421\u043E\u0437\u0434\u0430\u0439 \u0441\u0432\u043E\u0435\u0433\u043E \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u043E\u043C\u043E\u0449\u043D\u0438\u043A\u0430, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u0438\u043D\u0438\u043C\u0430\u0435\u0442 \u0432\u0445\u043E\u0434\u044F\u0449\u0438\u0435 \u043E\u0431\u0440\u0430\u0449\u0435\u043D\u0438\u044F, \u043E\u0442\u0432\u0435\u0447\u0430\u0435\u0442 \u043D\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0438 \u043E\u0431\u0449\u0430\u0435\u0442\u0441\u044F \u0441 \u043A\u043B\u0438\u0435\u043D\u0442\u0430\u043C\u0438",
88
+ img: "",
89
+ link: ''
90
+ }];
91
+ var CardsServicesV2 = function CardsServicesV2(_ref) {
92
+ var _ref$title = _ref.title,
93
+ title = _ref$title === void 0 ? 'Какие есть сервисы в ECOMRU' : _ref$title,
94
+ _ref$subtitle = _ref.subtitle,
95
+ subtitle = _ref$subtitle === void 0 ? 'Выберите нужные сервисы и масштабируйте бизнес' : _ref$subtitle,
96
+ service = _ref.service,
97
+ _ref$listCard = _ref.listCard,
98
+ listCard = _ref$listCard === void 0 ? [] : _ref$listCard,
99
+ _ref$list = _ref.list,
100
+ list = _ref$list === void 0 ? list_default : _ref$list;
101
+ var list_arr = (listCard === null || listCard === void 0 ? void 0 : listCard.length) > 0 ? listCard : list;
102
+ var curr_list = list_arr.filter(function (_ref2) {
103
+ var label = _ref2.label;
104
+ return label != service;
105
+ });
106
+ var _useState = (0, _react.useState)(4),
107
+ _useState2 = _slicedToArray(_useState, 2),
108
+ isShow = _useState2[0],
109
+ setIsShow = _useState2[1]; // Показываем 8 карточек (2 ряда по 4)
110
+
111
+ var getFirstLetter = function getFirstLetter(label) {
112
+ return (label === null || label === void 0 ? void 0 : label.charAt(0)) || '?';
113
+ };
114
+ var handleShowMore = function handleShowMore() {
115
+ setIsShow(curr_list.length);
116
+ };
117
+ var isShowButton = isShow < curr_list.length;
118
+ return /*#__PURE__*/_react["default"].createElement("section", {
119
+ className: "cards-services-v2"
120
+ }, /*#__PURE__*/_react["default"].createElement("div", {
121
+ className: "cards-services-v2__header"
122
+ }, /*#__PURE__*/_react["default"].createElement("h2", {
123
+ className: "cards-services-v2__title"
124
+ }, title), subtitle && /*#__PURE__*/_react["default"].createElement("p", {
125
+ className: "cards-services-v2__subtitle"
126
+ }, subtitle)), /*#__PURE__*/_react["default"].createElement("div", {
127
+ className: "cards-services-v2__grid"
128
+ }, curr_list.slice(0, isShow).map(function (_ref3, ind) {
129
+ var label = _ref3.label,
130
+ img = _ref3.img,
131
+ description = _ref3.description,
132
+ link = _ref3.link;
133
+ var firstLetter = getFirstLetter(label);
134
+ var hasImage = img && img.trim() !== '';
135
+ return /*#__PURE__*/_react["default"].createElement("a", {
136
+ key: label + ind,
137
+ href: link && link !== '' ? link : '#',
138
+ target: link && link !== '' ? '_blank' : '_self',
139
+ className: "cards-services-v2__card-link"
140
+ }, /*#__PURE__*/_react["default"].createElement("div", {
141
+ className: "cards-services-v2__card"
142
+ }, hasImage ? /*#__PURE__*/_react["default"].createElement("img", {
143
+ decoding: "async",
144
+ loading: "lazy",
145
+ alt: label,
146
+ className: "cards-services-v2__img",
147
+ src: img
148
+ }) : /*#__PURE__*/_react["default"].createElement("div", {
149
+ className: "cards-services-v2__placeholder"
150
+ }, /*#__PURE__*/_react["default"].createElement("span", {
151
+ className: "cards-services-v2__placeholder-text"
152
+ }, firstLetter)), /*#__PURE__*/_react["default"].createElement("h3", {
153
+ className: "cards-services-v2__card-title"
154
+ }, label), /*#__PURE__*/_react["default"].createElement("p", {
155
+ className: "cards-services-v2__card-description"
156
+ }, description), /*#__PURE__*/_react["default"].createElement("span", {
157
+ className: "cards-services-v2__card-link-text"
158
+ }, "\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435 \u2192")));
159
+ })), isShowButton && /*#__PURE__*/_react["default"].createElement("button", {
160
+ className: "cards-services-v2__button",
161
+ onClick: handleShowMore
162
+ }, "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0435\u0449\u0435"));
163
+ };
164
+ var _default = exports["default"] = CardsServicesV2;
@@ -0,0 +1,333 @@
1
+ @import '../variables.scss';
2
+ @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
3
+
4
+ .cards-services-v2 {
5
+ padding: 80px 48px;
6
+ background: #F7F8FC;
7
+
8
+ * {
9
+ font-family: 'Manrope', 'Golos Text', sans-serif;
10
+ }
11
+
12
+ &__header {
13
+ text-align: center;
14
+ margin-bottom: 48px;
15
+ }
16
+
17
+ &__title {
18
+ font-size: 30px;
19
+ font-weight: 800;
20
+ letter-spacing: -0.5px;
21
+ margin-bottom: 8px;
22
+ color: #1A1A2E;
23
+ }
24
+
25
+ &__subtitle {
26
+ font-size: 15px;
27
+ color: #6B7280;
28
+ line-height: 1.5;
29
+ }
30
+
31
+ &__grid {
32
+ max-width: 1280px;
33
+ margin: 0 auto;
34
+ display: grid;
35
+ grid-template-columns: repeat(4, 1fr);
36
+ gap: 20px;
37
+ }
38
+
39
+ &__card-link {
40
+ text-decoration: none;
41
+ display: block;
42
+ }
43
+
44
+ &__card {
45
+ background: #FFFFFF;
46
+ border-radius: 14px;
47
+ padding: 24px 20px 20px;
48
+ border: 1px solid #E5E7EB;
49
+ text-align: left;
50
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
51
+ cursor: pointer;
52
+ height: 100%;
53
+ display: flex;
54
+ flex-direction: column;
55
+
56
+ &:hover {
57
+ transform: translateY(-4px);
58
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
59
+ }
60
+ }
61
+
62
+ &__img {
63
+ width: 100%;
64
+ height: auto;
65
+ display: block;
66
+ border-radius: 12px;
67
+ margin-bottom: 16px;
68
+ object-fit: cover;
69
+ aspect-ratio: 1 / 0.8;
70
+ }
71
+
72
+ &__placeholder {
73
+ width: 100%;
74
+ aspect-ratio: 1 / 0.8;
75
+ background: #D1FAE5;
76
+ border-radius: 12px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ margin-bottom: 16px;
81
+ }
82
+
83
+ &__placeholder-text {
84
+ font-size: 32px;
85
+ font-weight: 600;
86
+ color: #059669;
87
+ }
88
+
89
+ &__card-title {
90
+ font-size: 16px;
91
+ font-weight: 700;
92
+ margin-bottom: 8px;
93
+ color: #1A1A2E;
94
+ }
95
+
96
+ &__card-description {
97
+ font-size: 13px;
98
+ color: #6B7280;
99
+ line-height: 1.5;
100
+ margin-bottom: 16px;
101
+ flex: 1;
102
+ }
103
+
104
+ &__card-link-text {
105
+ color: #059669;
106
+ font-size: 13px;
107
+ font-weight: 600;
108
+ display: inline-flex;
109
+ align-items: center;
110
+ gap: 4px;
111
+ transition: gap 0.2s ease;
112
+
113
+ &:hover {
114
+ gap: 6px;
115
+ }
116
+ }
117
+
118
+ &__button {
119
+ background: #059669;
120
+ color: #FFFFFF;
121
+ border: none;
122
+ border-radius: 10px;
123
+ padding: 14px 28px;
124
+ font-size: 15px;
125
+ font-weight: 700;
126
+ font-family: 'Manrope', sans-serif;
127
+ cursor: pointer;
128
+ transition: all 0.2s ease;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ gap: 8px;
133
+ margin: 48px auto 0;
134
+ max-width: 280px;
135
+ width: 100%;
136
+
137
+ &:hover {
138
+ background: #047857;
139
+ transform: translateY(-2px);
140
+ box-shadow: 0 4px 16px rgba(5, 150, 105, 0.35);
141
+ }
142
+
143
+ &:active {
144
+ transform: translateY(0);
145
+ }
146
+ }
147
+ }
148
+
149
+ // ========== МОБИЛЬНАЯ АДАПТАЦИЯ ==========
150
+
151
+ // Планшеты (3 колонки)
152
+ @media (max-width: 1024px) {
153
+ .cards-services-v2 {
154
+ padding: 60px 32px;
155
+
156
+ &__grid {
157
+ grid-template-columns: repeat(3, 1fr);
158
+ gap: 16px;
159
+ }
160
+
161
+ &__title {
162
+ font-size: 28px;
163
+ }
164
+ }
165
+ }
166
+
167
+ // Маленькие планшеты (2 колонки)
168
+ @media (max-width: 768px) {
169
+ .cards-services-v2 {
170
+ padding: 50px 24px;
171
+
172
+ &__grid {
173
+ grid-template-columns: repeat(2, 1fr);
174
+ gap: 16px;
175
+ }
176
+
177
+ &__title {
178
+ font-size: 26px;
179
+ }
180
+
181
+ &__subtitle {
182
+ font-size: 14px;
183
+ }
184
+
185
+ &__card {
186
+ padding: 20px 16px 16px;
187
+ }
188
+
189
+ &__card-title {
190
+ font-size: 15px;
191
+ }
192
+
193
+ &__card-description {
194
+ font-size: 12px;
195
+ }
196
+
197
+ &__button {
198
+ padding: 12px 24px;
199
+ font-size: 14px;
200
+ margin-top: 40px;
201
+ max-width: 240px;
202
+ }
203
+
204
+ &__placeholder-text {
205
+ font-size: 28px;
206
+ }
207
+ }
208
+ }
209
+
210
+ // Крупные телефоны
211
+ @media (max-width: 600px) {
212
+ .cards-services-v2 {
213
+ padding: 40px 20px;
214
+
215
+ &__header {
216
+ margin-bottom: 32px;
217
+ }
218
+
219
+ &__title {
220
+ font-size: 24px;
221
+ }
222
+
223
+ &__subtitle {
224
+ font-size: 13px;
225
+ }
226
+
227
+ &__grid {
228
+ gap: 14px;
229
+ }
230
+ }
231
+ }
232
+
233
+ // Телефоны (1 колонка)
234
+ @media (max-width: 480px) {
235
+ .cards-services-v2 {
236
+ padding: 32px 16px;
237
+
238
+ &__grid {
239
+ grid-template-columns: 1fr;
240
+ gap: 16px;
241
+ max-width: 100%;
242
+ }
243
+
244
+ &__title {
245
+ font-size: 22px;
246
+ }
247
+
248
+ &__subtitle {
249
+ font-size: 13px;
250
+ }
251
+
252
+ &__card {
253
+ padding: 24px 20px;
254
+ text-align: center;
255
+ align-items: center;
256
+ }
257
+
258
+ &__img {
259
+ max-width: 280px;
260
+ margin-left: auto;
261
+ margin-right: auto;
262
+ }
263
+
264
+ &__placeholder {
265
+ max-width: 280px;
266
+ margin-left: auto;
267
+ margin-right: auto;
268
+ }
269
+
270
+ &__card-title {
271
+ font-size: 16px;
272
+ text-align: center;
273
+ margin-bottom: 8px;
274
+ }
275
+
276
+ &__card-description {
277
+ font-size: 13px;
278
+ text-align: center;
279
+ margin-bottom: 20px;
280
+ }
281
+
282
+ &__card-link-text {
283
+ justify-content: center;
284
+ font-size: 14px;
285
+ }
286
+
287
+ &__button {
288
+ padding: 12px 24px;
289
+ font-size: 14px;
290
+ margin-top: 32px;
291
+ max-width: 100%;
292
+ }
293
+
294
+ &__placeholder-text {
295
+ font-size: 28px;
296
+ }
297
+ }
298
+ }
299
+
300
+ // Маленькие телефоны
301
+ @media (max-width: 375px) {
302
+ .cards-services-v2 {
303
+ padding: 28px 12px;
304
+
305
+ &__title {
306
+ font-size: 20px;
307
+ }
308
+
309
+ &__subtitle {
310
+ font-size: 12px;
311
+ }
312
+
313
+ &__card {
314
+ padding: 20px 16px;
315
+ }
316
+
317
+ &__card-title {
318
+ font-size: 15px;
319
+ }
320
+
321
+ &__card-description {
322
+ font-size: 12px;
323
+ }
324
+
325
+ &__card-link-text {
326
+ font-size: 13px;
327
+ }
328
+
329
+ &__placeholder-text {
330
+ font-size: 24px;
331
+ }
332
+ }
333
+ }
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _image = _interopRequireDefault(require("next/image"));
10
+ require("./CardsV2.scss");
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
12
+ var DEFAULT_LIST = [{
13
+ title: "99%",
14
+ description: "\u0418\u0418 \u0442\u043E\u0447\u043D\u043E \u0432\u044B\u044F\u0432\u043B\u044F\u0435\u0442 \u0442\u0435\u043C\u0430\u0442\u0438\u043A\u0443 \u043E\u0442\u0437\u044B\u0432\u043E\u0432. \u0423 \u0447\u0435\u043B\u043E\u0432\u0435\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u044D\u0442\u043E\u0442 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u043B\u044C 87%"
15
+ }, {
16
+ title: "85%",
17
+ description: "\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0443\u044F \u043E\u0442\u0432\u0435\u0442, \u043D\u0435\u0439\u0440\u043E\u0441\u0435\u0442\u044C \u0443\u0447\u0438\u0442\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 85% \u0431\u043E\u043B\u044C\u0448\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043E\u0432, \u0447\u0435\u043C \u0447\u0435\u043B\u043E\u0432\u0435\u043A."
18
+ }, {
19
+ title: "5\u0445",
20
+ description: "\u0410\u0432\u0442\u043E\u043E\u0442\u0432\u0435\u0442\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043D\u0435\u0439\u0440\u043E\u0441\u0435\u0442\u0438 \u043F\u043E\u043C\u043E\u0433\u0430\u044E\u0442 \u0432 5 \u0440\u0430\u0437 \u0431\u044B\u0441\u0442\u0440\u0435\u0435 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0442\u044C \u043E\u0442\u0437\u044B\u0432\u044B \u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u0430\u043C\u0438."
21
+ }, {
22
+ title: "GPT-4o",
23
+ description: "\u0412\u043D\u0443\u0442\u0440\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043C\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C \u043D\u0435\u0439\u0440\u043E\u0441\u0435\u0442\u044C GPT-4o. \u041E\u043D\u0430 \u043F\u0440\u043E\u0448\u043B\u0430 \u0442\u0435\u0441\u0442 \u0422\u044C\u044E\u0440\u0438\u043D\u0433\u0430 \u0438 \u0435\u0451 \u043E\u0442\u0432\u0435\u0442\u044B \u0442\u0430\u043A\u0438\u0435 \u0436\u0435, \u043A\u0430\u043A \u0443 \u0447\u0435\u043B\u043E\u0432\u0435\u043A\u0430.\xA0"
24
+ }];
25
+ var CardsV2 = function CardsV2(_ref) {
26
+ var title = _ref.title,
27
+ _ref$list = _ref.list,
28
+ list = _ref$list === void 0 ? DEFAULT_LIST : _ref$list,
29
+ child = _ref.child;
30
+ return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("section", {
31
+ className: "cards2-grey"
32
+ }, /*#__PURE__*/_react["default"].createElement("div", {
33
+ className: "cards2-grey__inner"
34
+ }, title && /*#__PURE__*/_react["default"].createElement("h2", {
35
+ className: "cards2-grey__title"
36
+ }, title), /*#__PURE__*/_react["default"].createElement("div", {
37
+ className: "cards2-grey__items"
38
+ }, list.map(function (_ref2) {
39
+ var cardTitle = _ref2.title,
40
+ description = _ref2.description;
41
+ return /*#__PURE__*/_react["default"].createElement("div", {
42
+ className: "cards2-grey__item",
43
+ key: cardTitle + description
44
+ }, /*#__PURE__*/_react["default"].createElement("p", {
45
+ className: "cards2-grey__title-card"
46
+ }, cardTitle), /*#__PURE__*/_react["default"].createElement("p", {
47
+ className: "cards2-grey__description-card"
48
+ }, description));
49
+ })), child)));
50
+ };
51
+ var _default = exports["default"] = CardsV2;