@gravity-ui/page-constructor 8.12.0 → 8.13.0

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.
@@ -59,7 +59,7 @@ unpredictable css rules order in build */
59
59
  margin-top: var(--pc-content-text-margin-top, 8px);
60
60
  }
61
61
  .pc-content_size_s .pc-content__text_without-title {
62
- margin-top: 0;
62
+ margin-top: var(--pc-content-text-margin-top, 0);
63
63
  }
64
64
  .pc-content_size_s .pc-content__list,
65
65
  .pc-content_size_s .pc-content__links,
@@ -77,7 +77,7 @@ unpredictable css rules order in build */
77
77
  margin-top: var(--pc-content-text-margin-top, 12px);
78
78
  }
79
79
  .pc-content_size_m .pc-content__text_without-title {
80
- margin-top: 0;
80
+ margin-top: var(--pc-content-text-margin-top, 0);
81
81
  }
82
82
  .pc-content_size_m .pc-content__text .yfm,
83
83
  .pc-content_size_m .pc-content__notice .yfm {
@@ -104,7 +104,7 @@ unpredictable css rules order in build */
104
104
  margin-top: var(--pc-content-text-margin-top, 12px);
105
105
  }
106
106
  .pc-content_size_l .pc-content__text_without-title {
107
- margin-top: 0;
107
+ margin-top: var(--pc-content-text-margin-top, 0);
108
108
  }
109
109
  .pc-content_size_l .pc-content__text .yfm,
110
110
  .pc-content_size_l .pc-content__notice .yfm {
@@ -131,7 +131,7 @@ unpredictable css rules order in build */
131
131
  margin-top: var(--pc-content-text-margin-top, 16px);
132
132
  }
133
133
  .pc-content_size_xl .pc-content__text_without-title {
134
- margin-top: 0;
134
+ margin-top: var(--pc-content-text-margin-top, 0);
135
135
  }
136
136
  .pc-content_size_xl .pc-content__text .yfm,
137
137
  .pc-content_size_xl .pc-content__notice .yfm {
@@ -59,7 +59,7 @@ unpredictable css rules order in build */
59
59
  margin-top: var(--pc-content-text-margin-top, 8px);
60
60
  }
61
61
  .pc-content_size_s .pc-content__text_without-title {
62
- margin-top: 0;
62
+ margin-top: var(--pc-content-text-margin-top, 0);
63
63
  }
64
64
  .pc-content_size_s .pc-content__list,
65
65
  .pc-content_size_s .pc-content__links,
@@ -77,7 +77,7 @@ unpredictable css rules order in build */
77
77
  margin-top: var(--pc-content-text-margin-top, 12px);
78
78
  }
79
79
  .pc-content_size_m .pc-content__text_without-title {
80
- margin-top: 0;
80
+ margin-top: var(--pc-content-text-margin-top, 0);
81
81
  }
82
82
  .pc-content_size_m .pc-content__text .yfm,
83
83
  .pc-content_size_m .pc-content__notice .yfm {
@@ -104,7 +104,7 @@ unpredictable css rules order in build */
104
104
  margin-top: var(--pc-content-text-margin-top, 12px);
105
105
  }
106
106
  .pc-content_size_l .pc-content__text_without-title {
107
- margin-top: 0;
107
+ margin-top: var(--pc-content-text-margin-top, 0);
108
108
  }
109
109
  .pc-content_size_l .pc-content__text .yfm,
110
110
  .pc-content_size_l .pc-content__notice .yfm {
@@ -131,7 +131,7 @@ unpredictable css rules order in build */
131
131
  margin-top: var(--pc-content-text-margin-top, 16px);
132
132
  }
133
133
  .pc-content_size_xl .pc-content__text_without-title {
134
- margin-top: 0;
134
+ margin-top: var(--pc-content-text-margin-top, 0);
135
135
  }
136
136
  .pc-content_size_xl .pc-content__text .yfm,
137
137
  .pc-content_size_xl .pc-content__notice .yfm {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "8.12.0",
3
+ "version": "8.13.0",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",