@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 +7 -0
- package/build/cjs/blocks/Header/schema.d.ts +6 -0
- package/build/cjs/blocks/Media/schema.d.ts +6 -0
- package/build/cjs/schema/index.d.ts +12 -0
- package/build/esm/blocks/Header/schema.d.ts +6 -0
- package/build/esm/blocks/Media/schema.d.ts +6 -0
- package/build/esm/schema/index.d.ts +12 -0
- package/package.json +2 -2
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
|
|
|
@@ -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[];
|
|
@@ -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.
|
|
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.
|
|
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",
|