@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 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
 
@@ -47,7 +47,9 @@ export declare const Author: {
47
47
  type: string;
48
48
  };
49
49
  type: {};
50
- when: {};
50
+ when: {
51
+ type: string;
52
+ };
51
53
  };
52
54
  };
53
55
  };
@@ -122,7 +122,9 @@ export declare const Banner: {
122
122
  type: string;
123
123
  };
124
124
  type: {};
125
- when: {};
125
+ when: {
126
+ type: string;
127
+ };
126
128
  };
127
129
  };
128
130
  };
@@ -122,7 +122,9 @@ export declare const CTA: {
122
122
  type: string;
123
123
  };
124
124
  type: {};
125
- when: {};
125
+ when: {
126
+ type: string;
127
+ };
126
128
  };
127
129
  };
128
130
  };
@@ -139,7 +139,9 @@ export declare const ColoredText: {
139
139
  type: string;
140
140
  };
141
141
  type: {};
142
- when: {};
142
+ when: {
143
+ type: string;
144
+ };
143
145
  };
144
146
  };
145
147
  };
@@ -60,7 +60,9 @@ export declare const Feed: {
60
60
  type: string;
61
61
  };
62
62
  type: {};
63
- when: {};
63
+ when: {
64
+ type: string;
65
+ };
64
66
  };
65
67
  };
66
68
  };
@@ -474,7 +474,9 @@ export declare const Header: {
474
474
  type: string;
475
475
  };
476
476
  type: {};
477
- when: {};
477
+ when: {
478
+ type: string;
479
+ };
478
480
  };
479
481
  };
480
482
  };
@@ -54,7 +54,9 @@ export declare const Layout: {
54
54
  type: string;
55
55
  };
56
56
  type: {};
57
- when: {};
57
+ when: {
58
+ type: string;
59
+ };
58
60
  };
59
61
  };
60
62
  };
@@ -266,7 +266,9 @@ export declare const Media: {
266
266
  type: string;
267
267
  };
268
268
  type: {};
269
- when: {};
269
+ when: {
270
+ type: string;
271
+ };
270
272
  };
271
273
  };
272
274
  };
@@ -43,7 +43,9 @@ export declare const Meta: {
43
43
  type: string;
44
44
  };
45
45
  type: {};
46
- when: {};
46
+ when: {
47
+ type: string;
48
+ };
47
49
  };
48
50
  };
49
51
  };
@@ -43,7 +43,9 @@ export declare const Suggest: {
43
43
  type: string;
44
44
  };
45
45
  type: {};
46
- when: {};
46
+ when: {
47
+ type: string;
48
+ };
47
49
  };
48
50
  };
49
51
  };
@@ -48,7 +48,9 @@ export declare const YFM: {
48
48
  type: string;
49
49
  };
50
50
  type: {};
51
- when: {};
51
+ when: {
52
+ type: string;
53
+ };
52
54
  };
53
55
  };
54
56
  };
@@ -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
  };
@@ -47,7 +47,9 @@ export declare const Author: {
47
47
  type: string;
48
48
  };
49
49
  type: {};
50
- when: {};
50
+ when: {
51
+ type: string;
52
+ };
51
53
  };
52
54
  };
53
55
  };
@@ -122,7 +122,9 @@ export declare const Banner: {
122
122
  type: string;
123
123
  };
124
124
  type: {};
125
- when: {};
125
+ when: {
126
+ type: string;
127
+ };
126
128
  };
127
129
  };
128
130
  };
@@ -122,7 +122,9 @@ export declare const CTA: {
122
122
  type: string;
123
123
  };
124
124
  type: {};
125
- when: {};
125
+ when: {
126
+ type: string;
127
+ };
126
128
  };
127
129
  };
128
130
  };
@@ -139,7 +139,9 @@ export declare const ColoredText: {
139
139
  type: string;
140
140
  };
141
141
  type: {};
142
- when: {};
142
+ when: {
143
+ type: string;
144
+ };
143
145
  };
144
146
  };
145
147
  };
@@ -60,7 +60,9 @@ export declare const Feed: {
60
60
  type: string;
61
61
  };
62
62
  type: {};
63
- when: {};
63
+ when: {
64
+ type: string;
65
+ };
64
66
  };
65
67
  };
66
68
  };
@@ -474,7 +474,9 @@ export declare const Header: {
474
474
  type: string;
475
475
  };
476
476
  type: {};
477
- when: {};
477
+ when: {
478
+ type: string;
479
+ };
478
480
  };
479
481
  };
480
482
  };
@@ -54,7 +54,9 @@ export declare const Layout: {
54
54
  type: string;
55
55
  };
56
56
  type: {};
57
- when: {};
57
+ when: {
58
+ type: string;
59
+ };
58
60
  };
59
61
  };
60
62
  };
@@ -266,7 +266,9 @@ export declare const Media: {
266
266
  type: string;
267
267
  };
268
268
  type: {};
269
- when: {};
269
+ when: {
270
+ type: string;
271
+ };
270
272
  };
271
273
  };
272
274
  };
@@ -43,7 +43,9 @@ export declare const Meta: {
43
43
  type: string;
44
44
  };
45
45
  type: {};
46
- when: {};
46
+ when: {
47
+ type: string;
48
+ };
47
49
  };
48
50
  };
49
51
  };
@@ -43,7 +43,9 @@ export declare const Suggest: {
43
43
  type: string;
44
44
  };
45
45
  type: {};
46
- when: {};
46
+ when: {
47
+ type: string;
48
+ };
47
49
  };
48
50
  };
49
51
  };
@@ -48,7 +48,9 @@ export declare const YFM: {
48
48
  type: string;
49
49
  };
50
50
  type: {};
51
- when: {};
51
+ when: {
52
+ type: string;
53
+ };
52
54
  };
53
55
  };
54
56
  };
@@ -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.1.2",
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.8.1",
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",