@gravity-ui/blog-constructor 3.4.1 → 3.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.5.0](https://github.com/gravity-ui/blog-constructor/compare/v3.4.1...v3.5.0) (2023-06-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * update page-constructor in second major ([#63](https://github.com/gravity-ui/blog-constructor/issues/63)) ([95d2fb8](https://github.com/gravity-ui/blog-constructor/commit/95d2fb88a13e4371bc4d6e603a3835790f1ffb4f))
9
+
3
10
  ## [3.4.1](https://github.com/gravity-ui/blog-constructor/compare/v3.4.0...v3.4.1) (2023-05-30)
4
11
 
5
12
 
@@ -287,6 +287,12 @@ export declare const Header: {
287
287
  type: string;
288
288
  })[];
289
289
  };
290
+ fullScreen: {
291
+ type: string;
292
+ };
293
+ fullscreen: {
294
+ type: string;
295
+ };
290
296
  };
291
297
  } | {
292
298
  type: string;
@@ -135,6 +135,12 @@ export declare const Media: {
135
135
  type: string;
136
136
  })[];
137
137
  };
138
+ fullScreen: {
139
+ type: string;
140
+ };
141
+ fullscreen: {
142
+ type: string;
143
+ };
138
144
  paddingTop: {
139
145
  type: string;
140
146
  enum: string[];
@@ -295,6 +295,12 @@ export declare const schemasForCustom: {
295
295
  type: string;
296
296
  })[];
297
297
  };
298
+ fullScreen: {
299
+ type: string;
300
+ };
301
+ fullscreen: {
302
+ type: string;
303
+ };
298
304
  };
299
305
  } | {
300
306
  type: string;
@@ -1088,6 +1094,12 @@ export declare const schemasForCustom: {
1088
1094
  type: string;
1089
1095
  })[];
1090
1096
  };
1097
+ fullScreen: {
1098
+ type: string;
1099
+ };
1100
+ fullscreen: {
1101
+ type: string;
1102
+ };
1091
1103
  paddingTop: {
1092
1104
  type: string;
1093
1105
  enum: string[];
@@ -287,6 +287,12 @@ export declare const Header: {
287
287
  type: string;
288
288
  })[];
289
289
  };
290
+ fullScreen: {
291
+ type: string;
292
+ };
293
+ fullscreen: {
294
+ type: string;
295
+ };
290
296
  };
291
297
  } | {
292
298
  type: string;
@@ -135,6 +135,12 @@ export declare const Media: {
135
135
  type: string;
136
136
  })[];
137
137
  };
138
+ fullScreen: {
139
+ type: string;
140
+ };
141
+ fullscreen: {
142
+ type: string;
143
+ };
138
144
  paddingTop: {
139
145
  type: string;
140
146
  enum: string[];
@@ -295,6 +295,12 @@ export declare const schemasForCustom: {
295
295
  type: string;
296
296
  })[];
297
297
  };
298
+ fullScreen: {
299
+ type: string;
300
+ };
301
+ fullscreen: {
302
+ type: string;
303
+ };
298
304
  };
299
305
  } | {
300
306
  type: string;
@@ -1088,6 +1094,12 @@ export declare const schemasForCustom: {
1088
1094
  type: string;
1089
1095
  })[];
1090
1096
  };
1097
+ fullScreen: {
1098
+ type: string;
1099
+ };
1100
+ fullscreen: {
1101
+ type: string;
1102
+ };
1091
1103
  paddingTop: {
1092
1104
  type: string;
1093
1105
  enum: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "3.4.1",
3
+ "version": "3.5.0",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -73,7 +73,7 @@
73
73
  "@commitlint/config-conventional": "^17.4.3",
74
74
  "@doc-tools/transform": "^2.9.0",
75
75
  "@gravity-ui/eslint-config": "^2.0.0",
76
- "@gravity-ui/page-constructor": "^2.13.0",
76
+ "@gravity-ui/page-constructor": "^2.22.3",
77
77
  "@gravity-ui/prettier-config": "^1.0.1",
78
78
  "@gravity-ui/stylelint-config": "^1.0.0",
79
79
  "@gravity-ui/tsconfig": "^1.0.0",