ecomlab-components-next 0.1.294 → 0.1.295

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.
@@ -229,7 +229,9 @@ var MainContainerTest = exports.MainContainerTest = function MainContainerTest()
229
229
  }), /*#__PURE__*/_react["default"].createElement(_PointsListV["default"], {
230
230
  list: point_list,
231
231
  title: 'Возможности нашего сервиса',
232
- className: 'max-items-3'
232
+ columns: 5,
233
+ align: 'center',
234
+ violet: true
233
235
  }), /*#__PURE__*/_react["default"].createElement(_LogosStrip["default"], null), /*#__PURE__*/_react["default"].createElement(_VideoBlockV["default"], {
234
236
  src: "https://dl.ecomru.ru:9001/redactor-videos/ecomru_1.mp4"
235
237
  }));
@@ -17,7 +17,8 @@ var PointsListV2 = function PointsListV2(_ref) {
17
17
  className = _ref$className === void 0 ? '' : _ref$className,
18
18
  _ref$columns = _ref.columns,
19
19
  columns = _ref$columns === void 0 ? 3 : _ref$columns,
20
- align = _ref.align;
20
+ align = _ref.align,
21
+ violet = _ref.violet;
21
22
  (0, _useReveal["default"])();
22
23
 
23
24
  // Создаем CSS-переменную для количества колонок
@@ -44,6 +45,9 @@ var PointsListV2 = function PointsListV2(_ref) {
44
45
  '--index': index
45
46
  }
46
47
  }, icon && /*#__PURE__*/_react["default"].createElement("div", {
48
+ style: {
49
+ background: violet ? '#efe8fd' : ''
50
+ },
47
51
  className: "points-list-v2__item-icon"
48
52
  }, /*#__PURE__*/_react["default"].createElement(_image["default"], {
49
53
  src: icon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.294",
3
+ "version": "0.1.295",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [