@gravity-ui/blog-constructor 4.1.2 → 4.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/build/cjs/blocks/Author/schema.d.ts +3 -1
- package/build/cjs/blocks/Banner/schema.d.ts +3 -1
- package/build/cjs/blocks/CTA/schema.d.ts +3 -1
- package/build/cjs/blocks/ColoredText/schema.d.ts +3 -1
- package/build/cjs/blocks/Feed/schema.d.ts +3 -1
- package/build/cjs/blocks/Header/schema.d.ts +3 -1
- package/build/cjs/blocks/Layout/schema.d.ts +3 -1
- package/build/cjs/blocks/Media/schema.d.ts +3 -1
- package/build/cjs/blocks/Meta/schema.d.ts +3 -1
- package/build/cjs/blocks/Suggest/schema.d.ts +3 -1
- package/build/cjs/blocks/YFM/schema.d.ts +3 -1
- package/build/cjs/schema/index.d.ts +33 -11
- package/build/esm/blocks/Author/schema.d.ts +3 -1
- package/build/esm/blocks/Banner/schema.d.ts +3 -1
- package/build/esm/blocks/CTA/schema.d.ts +3 -1
- package/build/esm/blocks/ColoredText/schema.d.ts +3 -1
- package/build/esm/blocks/Feed/schema.d.ts +3 -1
- package/build/esm/blocks/Header/schema.d.ts +3 -1
- package/build/esm/blocks/Layout/schema.d.ts +3 -1
- package/build/esm/blocks/Media/schema.d.ts +3 -1
- package/build/esm/blocks/Meta/schema.d.ts +3 -1
- package/build/esm/blocks/Suggest/schema.d.ts +3 -1
- package/build/esm/blocks/YFM/schema.d.ts +3 -1
- package/build/esm/schema/index.d.ts +33 -11
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [4.2.0](https://github.com/gravity-ui/blog-constructor/compare/v4.1.2...v4.2.0) (2023-06-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* update page constructor version ([#73](https://github.com/gravity-ui/blog-constructor/issues/73)) ([2d46b27](https://github.com/gravity-ui/blog-constructor/commit/2d46b27c1e2550ebaa9da4c2eb7a873cdda66ca6))
|
9
|
+
|
3
10
|
## [4.1.2](https://github.com/gravity-ui/blog-constructor/compare/v4.1.1...v4.1.2) (2023-06-23)
|
4
11
|
|
5
12
|
|
@@ -482,7 +482,9 @@ export declare const schemasForCustom: {
|
|
482
482
|
type: string;
|
483
483
|
};
|
484
484
|
type: {};
|
485
|
-
when: {
|
485
|
+
when: {
|
486
|
+
type: string;
|
487
|
+
};
|
486
488
|
};
|
487
489
|
};
|
488
490
|
};
|
@@ -537,7 +539,9 @@ export declare const schemasForCustom: {
|
|
537
539
|
type: string;
|
538
540
|
};
|
539
541
|
type: {};
|
540
|
-
when: {
|
542
|
+
when: {
|
543
|
+
type: string;
|
544
|
+
};
|
541
545
|
};
|
542
546
|
};
|
543
547
|
};
|
@@ -665,7 +669,9 @@ export declare const schemasForCustom: {
|
|
665
669
|
type: string;
|
666
670
|
};
|
667
671
|
type: {};
|
668
|
-
when: {
|
672
|
+
when: {
|
673
|
+
type: string;
|
674
|
+
};
|
669
675
|
};
|
670
676
|
};
|
671
677
|
};
|
@@ -810,7 +816,9 @@ export declare const schemasForCustom: {
|
|
810
816
|
type: string;
|
811
817
|
};
|
812
818
|
type: {};
|
813
|
-
when: {
|
819
|
+
when: {
|
820
|
+
type: string;
|
821
|
+
};
|
814
822
|
};
|
815
823
|
};
|
816
824
|
};
|
@@ -938,7 +946,9 @@ export declare const schemasForCustom: {
|
|
938
946
|
type: string;
|
939
947
|
};
|
940
948
|
type: {};
|
941
|
-
when: {
|
949
|
+
when: {
|
950
|
+
type: string;
|
951
|
+
};
|
942
952
|
};
|
943
953
|
};
|
944
954
|
};
|
@@ -1004,7 +1014,9 @@ export declare const schemasForCustom: {
|
|
1004
1014
|
type: string;
|
1005
1015
|
};
|
1006
1016
|
type: {};
|
1007
|
-
when: {
|
1017
|
+
when: {
|
1018
|
+
type: string;
|
1019
|
+
};
|
1008
1020
|
};
|
1009
1021
|
};
|
1010
1022
|
};
|
@@ -1064,7 +1076,9 @@ export declare const schemasForCustom: {
|
|
1064
1076
|
type: string;
|
1065
1077
|
};
|
1066
1078
|
type: {};
|
1067
|
-
when: {
|
1079
|
+
when: {
|
1080
|
+
type: string;
|
1081
|
+
};
|
1068
1082
|
};
|
1069
1083
|
};
|
1070
1084
|
};
|
@@ -1336,7 +1350,9 @@ export declare const schemasForCustom: {
|
|
1336
1350
|
type: string;
|
1337
1351
|
};
|
1338
1352
|
type: {};
|
1339
|
-
when: {
|
1353
|
+
when: {
|
1354
|
+
type: string;
|
1355
|
+
};
|
1340
1356
|
};
|
1341
1357
|
};
|
1342
1358
|
};
|
@@ -1385,7 +1401,9 @@ export declare const schemasForCustom: {
|
|
1385
1401
|
type: string;
|
1386
1402
|
};
|
1387
1403
|
type: {};
|
1388
|
-
when: {
|
1404
|
+
when: {
|
1405
|
+
type: string;
|
1406
|
+
};
|
1389
1407
|
};
|
1390
1408
|
};
|
1391
1409
|
};
|
@@ -1434,7 +1452,9 @@ export declare const schemasForCustom: {
|
|
1434
1452
|
type: string;
|
1435
1453
|
};
|
1436
1454
|
type: {};
|
1437
|
-
when: {
|
1455
|
+
when: {
|
1456
|
+
type: string;
|
1457
|
+
};
|
1438
1458
|
};
|
1439
1459
|
};
|
1440
1460
|
};
|
@@ -1488,7 +1508,9 @@ export declare const schemasForCustom: {
|
|
1488
1508
|
type: string;
|
1489
1509
|
};
|
1490
1510
|
type: {};
|
1491
|
-
when: {
|
1511
|
+
when: {
|
1512
|
+
type: string;
|
1513
|
+
};
|
1492
1514
|
};
|
1493
1515
|
};
|
1494
1516
|
};
|
@@ -482,7 +482,9 @@ export declare const schemasForCustom: {
|
|
482
482
|
type: string;
|
483
483
|
};
|
484
484
|
type: {};
|
485
|
-
when: {
|
485
|
+
when: {
|
486
|
+
type: string;
|
487
|
+
};
|
486
488
|
};
|
487
489
|
};
|
488
490
|
};
|
@@ -537,7 +539,9 @@ export declare const schemasForCustom: {
|
|
537
539
|
type: string;
|
538
540
|
};
|
539
541
|
type: {};
|
540
|
-
when: {
|
542
|
+
when: {
|
543
|
+
type: string;
|
544
|
+
};
|
541
545
|
};
|
542
546
|
};
|
543
547
|
};
|
@@ -665,7 +669,9 @@ export declare const schemasForCustom: {
|
|
665
669
|
type: string;
|
666
670
|
};
|
667
671
|
type: {};
|
668
|
-
when: {
|
672
|
+
when: {
|
673
|
+
type: string;
|
674
|
+
};
|
669
675
|
};
|
670
676
|
};
|
671
677
|
};
|
@@ -810,7 +816,9 @@ export declare const schemasForCustom: {
|
|
810
816
|
type: string;
|
811
817
|
};
|
812
818
|
type: {};
|
813
|
-
when: {
|
819
|
+
when: {
|
820
|
+
type: string;
|
821
|
+
};
|
814
822
|
};
|
815
823
|
};
|
816
824
|
};
|
@@ -938,7 +946,9 @@ export declare const schemasForCustom: {
|
|
938
946
|
type: string;
|
939
947
|
};
|
940
948
|
type: {};
|
941
|
-
when: {
|
949
|
+
when: {
|
950
|
+
type: string;
|
951
|
+
};
|
942
952
|
};
|
943
953
|
};
|
944
954
|
};
|
@@ -1004,7 +1014,9 @@ export declare const schemasForCustom: {
|
|
1004
1014
|
type: string;
|
1005
1015
|
};
|
1006
1016
|
type: {};
|
1007
|
-
when: {
|
1017
|
+
when: {
|
1018
|
+
type: string;
|
1019
|
+
};
|
1008
1020
|
};
|
1009
1021
|
};
|
1010
1022
|
};
|
@@ -1064,7 +1076,9 @@ export declare const schemasForCustom: {
|
|
1064
1076
|
type: string;
|
1065
1077
|
};
|
1066
1078
|
type: {};
|
1067
|
-
when: {
|
1079
|
+
when: {
|
1080
|
+
type: string;
|
1081
|
+
};
|
1068
1082
|
};
|
1069
1083
|
};
|
1070
1084
|
};
|
@@ -1336,7 +1350,9 @@ export declare const schemasForCustom: {
|
|
1336
1350
|
type: string;
|
1337
1351
|
};
|
1338
1352
|
type: {};
|
1339
|
-
when: {
|
1353
|
+
when: {
|
1354
|
+
type: string;
|
1355
|
+
};
|
1340
1356
|
};
|
1341
1357
|
};
|
1342
1358
|
};
|
@@ -1385,7 +1401,9 @@ export declare const schemasForCustom: {
|
|
1385
1401
|
type: string;
|
1386
1402
|
};
|
1387
1403
|
type: {};
|
1388
|
-
when: {
|
1404
|
+
when: {
|
1405
|
+
type: string;
|
1406
|
+
};
|
1389
1407
|
};
|
1390
1408
|
};
|
1391
1409
|
};
|
@@ -1434,7 +1452,9 @@ export declare const schemasForCustom: {
|
|
1434
1452
|
type: string;
|
1435
1453
|
};
|
1436
1454
|
type: {};
|
1437
|
-
when: {
|
1455
|
+
when: {
|
1456
|
+
type: string;
|
1457
|
+
};
|
1438
1458
|
};
|
1439
1459
|
};
|
1440
1460
|
};
|
@@ -1488,7 +1508,9 @@ export declare const schemasForCustom: {
|
|
1488
1508
|
type: string;
|
1489
1509
|
};
|
1490
1510
|
type: {};
|
1491
|
-
when: {
|
1511
|
+
when: {
|
1512
|
+
type: string;
|
1513
|
+
};
|
1492
1514
|
};
|
1493
1515
|
};
|
1494
1516
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gravity-ui/blog-constructor",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.2.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": "^3.
|
76
|
+
"@gravity-ui/page-constructor": "^3.9.2",
|
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",
|