@gravity-ui/page-constructor 8.11.0 → 8.12.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.
@@ -56,7 +56,7 @@ unpredictable css rules order in build */
56
56
  text-align: left;
57
57
  }
58
58
  .pc-content_size_s .pc-content__text {
59
- margin-top: 8px;
59
+ margin-top: var(--pc-content-text-margin-top, 8px);
60
60
  }
61
61
  .pc-content_size_s .pc-content__text_without-title {
62
62
  margin-top: 0;
@@ -67,14 +67,14 @@ unpredictable css rules order in build */
67
67
  margin-top: 16px;
68
68
  }
69
69
  .pc-content_size_s .pc-content__buttons {
70
- margin-top: 20px;
70
+ margin-top: var(--pc-content-buttons-margin-top, 20px);
71
71
  }
72
72
  .pc-content_size_s .pc-content__notice .yfm {
73
73
  font-size: var(--g-text-body-1-font-size);
74
74
  line-height: var(--g-text-body-1-line-height);
75
75
  }
76
76
  .pc-content_size_m .pc-content__text {
77
- margin-top: 12px;
77
+ margin-top: var(--pc-content-text-margin-top, 12px);
78
78
  }
79
79
  .pc-content_size_m .pc-content__text_without-title {
80
80
  margin-top: 0;
@@ -98,10 +98,10 @@ unpredictable css rules order in build */
98
98
  margin-top: 20px;
99
99
  }
100
100
  .pc-content_size_m .pc-content__buttons {
101
- margin-top: 24px;
101
+ margin-top: var(--pc-content-buttons-margin-top, 24px);
102
102
  }
103
103
  .pc-content_size_l .pc-content__text {
104
- margin-top: 12px;
104
+ margin-top: var(--pc-content-text-margin-top, 12px);
105
105
  }
106
106
  .pc-content_size_l .pc-content__text_without-title {
107
107
  margin-top: 0;
@@ -125,10 +125,10 @@ unpredictable css rules order in build */
125
125
  margin-top: 20px;
126
126
  }
127
127
  .pc-content_size_l .pc-content__buttons {
128
- margin-top: 24px;
128
+ margin-top: var(--pc-content-buttons-margin-top, 24px);
129
129
  }
130
130
  .pc-content_size_xl .pc-content__text {
131
- margin-top: 16px;
131
+ margin-top: var(--pc-content-text-margin-top, 16px);
132
132
  }
133
133
  .pc-content_size_xl .pc-content__text_without-title {
134
134
  margin-top: 0;
@@ -152,7 +152,7 @@ unpredictable css rules order in build */
152
152
  margin-top: 20px;
153
153
  }
154
154
  .pc-content_size_xl .pc-content__buttons {
155
- margin-top: 32px;
155
+ margin-top: var(--pc-content-buttons-margin-top, 32px);
156
156
  }
157
157
  .pc-content_theme_dark.pc-content_theme_dark {
158
158
  --g-color-line-focus: var(--pc-color-line-focus-dark);
@@ -56,7 +56,7 @@ unpredictable css rules order in build */
56
56
  text-align: left;
57
57
  }
58
58
  .pc-content_size_s .pc-content__text {
59
- margin-top: 8px;
59
+ margin-top: var(--pc-content-text-margin-top, 8px);
60
60
  }
61
61
  .pc-content_size_s .pc-content__text_without-title {
62
62
  margin-top: 0;
@@ -67,14 +67,14 @@ unpredictable css rules order in build */
67
67
  margin-top: 16px;
68
68
  }
69
69
  .pc-content_size_s .pc-content__buttons {
70
- margin-top: 20px;
70
+ margin-top: var(--pc-content-buttons-margin-top, 20px);
71
71
  }
72
72
  .pc-content_size_s .pc-content__notice .yfm {
73
73
  font-size: var(--g-text-body-1-font-size);
74
74
  line-height: var(--g-text-body-1-line-height);
75
75
  }
76
76
  .pc-content_size_m .pc-content__text {
77
- margin-top: 12px;
77
+ margin-top: var(--pc-content-text-margin-top, 12px);
78
78
  }
79
79
  .pc-content_size_m .pc-content__text_without-title {
80
80
  margin-top: 0;
@@ -98,10 +98,10 @@ unpredictable css rules order in build */
98
98
  margin-top: 20px;
99
99
  }
100
100
  .pc-content_size_m .pc-content__buttons {
101
- margin-top: 24px;
101
+ margin-top: var(--pc-content-buttons-margin-top, 24px);
102
102
  }
103
103
  .pc-content_size_l .pc-content__text {
104
- margin-top: 12px;
104
+ margin-top: var(--pc-content-text-margin-top, 12px);
105
105
  }
106
106
  .pc-content_size_l .pc-content__text_without-title {
107
107
  margin-top: 0;
@@ -125,10 +125,10 @@ unpredictable css rules order in build */
125
125
  margin-top: 20px;
126
126
  }
127
127
  .pc-content_size_l .pc-content__buttons {
128
- margin-top: 24px;
128
+ margin-top: var(--pc-content-buttons-margin-top, 24px);
129
129
  }
130
130
  .pc-content_size_xl .pc-content__text {
131
- margin-top: 16px;
131
+ margin-top: var(--pc-content-text-margin-top, 16px);
132
132
  }
133
133
  .pc-content_size_xl .pc-content__text_without-title {
134
134
  margin-top: 0;
@@ -152,7 +152,7 @@ unpredictable css rules order in build */
152
152
  margin-top: 20px;
153
153
  }
154
154
  .pc-content_size_xl .pc-content__buttons {
155
- margin-top: 32px;
155
+ margin-top: var(--pc-content-buttons-margin-top, 32px);
156
156
  }
157
157
  .pc-content_theme_dark.pc-content_theme_dark {
158
158
  --g-color-line-focus: var(--pc-color-line-focus-dark);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "8.11.0",
3
+ "version": "8.12.0",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",