@gravity-ui/page-constructor 4.20.0 → 4.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -409,7 +409,4 @@ unpredictable css rules order in build */
409
409
  .pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-slide {
410
410
  padding: 0 8px;
411
411
  }
412
- .pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-slide:last-child {
413
- padding: 0 24px 0 8px;
414
- }
415
412
  }
@@ -409,7 +409,4 @@ unpredictable css rules order in build */
409
409
  .pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-slide {
410
410
  padding: 0 8px;
411
411
  }
412
- .pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-slide:last-child {
413
- padding: 0 24px 0 8px;
414
- }
415
412
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "4.20.0",
3
+ "version": "4.20.1",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {