@gravity-ui/blog-constructor 5.7.2 → 5.7.3
Sign up to get free protection for your applications and to get access to all the features.
- package/build/cjs/blocks/Author/schema.d.ts +3 -0
- package/build/cjs/blocks/Banner/schema.d.ts +6 -0
- package/build/cjs/blocks/CTA/schema.d.ts +6 -0
- package/build/cjs/blocks/ColoredText/schema.d.ts +6 -0
- package/build/cjs/blocks/Feed/schema.d.ts +6 -0
- package/build/cjs/blocks/Header/schema.d.ts +3 -0
- package/build/cjs/blocks/Layout/schema.d.ts +3 -0
- package/build/cjs/blocks/Media/schema.d.ts +3 -0
- package/build/cjs/blocks/Meta/schema.d.ts +3 -0
- package/build/cjs/blocks/Suggest/schema.d.ts +3 -0
- package/build/cjs/blocks/YFM/schema.d.ts +3 -0
- package/build/cjs/schema/index.d.ts +45 -0
- package/build/esm/blocks/Author/schema.d.ts +3 -0
- package/build/esm/blocks/Banner/schema.d.ts +6 -0
- package/build/esm/blocks/CTA/schema.d.ts +6 -0
- package/build/esm/blocks/ColoredText/schema.d.ts +6 -0
- package/build/esm/blocks/Feed/schema.d.ts +6 -0
- package/build/esm/blocks/Header/schema.d.ts +3 -0
- package/build/esm/blocks/Layout/schema.d.ts +3 -0
- package/build/esm/blocks/Media/schema.d.ts +3 -0
- package/build/esm/blocks/Meta/schema.d.ts +3 -0
- package/build/esm/blocks/Suggest/schema.d.ts +3 -0
- package/build/esm/blocks/YFM/schema.d.ts +3 -0
- package/build/esm/schema/index.d.ts +45 -0
- package/package.json +2 -3
@@ -36,6 +36,9 @@ export declare const Banner: {
|
|
36
36
|
url: {
|
37
37
|
type: string;
|
38
38
|
};
|
39
|
+
urlTitle: {
|
40
|
+
type: string;
|
41
|
+
};
|
39
42
|
resetMargin: {
|
40
43
|
type: string;
|
41
44
|
};
|
@@ -123,6 +126,9 @@ export declare const Banner: {
|
|
123
126
|
url: {
|
124
127
|
type: string;
|
125
128
|
};
|
129
|
+
urlTitle: {
|
130
|
+
type: string;
|
131
|
+
};
|
126
132
|
};
|
127
133
|
};
|
128
134
|
visible: {
|
@@ -33,6 +33,9 @@ export declare const CTA: {
|
|
33
33
|
url: {
|
34
34
|
type: string;
|
35
35
|
};
|
36
|
+
urlTitle: {
|
37
|
+
type: string;
|
38
|
+
};
|
36
39
|
resetMargin: {
|
37
40
|
type: string;
|
38
41
|
};
|
@@ -123,6 +126,9 @@ export declare const CTA: {
|
|
123
126
|
url: {
|
124
127
|
type: string;
|
125
128
|
};
|
129
|
+
urlTitle: {
|
130
|
+
type: string;
|
131
|
+
};
|
126
132
|
};
|
127
133
|
};
|
128
134
|
visible: {
|
@@ -53,6 +53,9 @@ export declare const ColoredText: {
|
|
53
53
|
url: {
|
54
54
|
type: string;
|
55
55
|
};
|
56
|
+
urlTitle: {
|
57
|
+
type: string;
|
58
|
+
};
|
56
59
|
resetMargin: {
|
57
60
|
type: string;
|
58
61
|
};
|
@@ -140,6 +143,9 @@ export declare const ColoredText: {
|
|
140
143
|
url: {
|
141
144
|
type: string;
|
142
145
|
};
|
146
|
+
urlTitle: {
|
147
|
+
type: string;
|
148
|
+
};
|
143
149
|
};
|
144
150
|
};
|
145
151
|
visible: {
|
@@ -19,6 +19,9 @@ export declare const Feed: {
|
|
19
19
|
url: {
|
20
20
|
type: string;
|
21
21
|
};
|
22
|
+
urlTitle: {
|
23
|
+
type: string;
|
24
|
+
};
|
22
25
|
resetMargin: {
|
23
26
|
type: string;
|
24
27
|
};
|
@@ -47,6 +50,9 @@ export declare const Feed: {
|
|
47
50
|
url: {
|
48
51
|
type: string;
|
49
52
|
};
|
53
|
+
urlTitle: {
|
54
|
+
type: string;
|
55
|
+
};
|
50
56
|
};
|
51
57
|
};
|
52
58
|
visible: {
|
@@ -519,6 +519,9 @@ export declare const schemasForCustom: {
|
|
519
519
|
url: {
|
520
520
|
type: string;
|
521
521
|
};
|
522
|
+
urlTitle: {
|
523
|
+
type: string;
|
524
|
+
};
|
522
525
|
};
|
523
526
|
};
|
524
527
|
visible: {
|
@@ -579,6 +582,9 @@ export declare const schemasForCustom: {
|
|
579
582
|
url: {
|
580
583
|
type: string;
|
581
584
|
};
|
585
|
+
urlTitle: {
|
586
|
+
type: string;
|
587
|
+
};
|
582
588
|
};
|
583
589
|
};
|
584
590
|
visible: {
|
@@ -636,6 +642,9 @@ export declare const schemasForCustom: {
|
|
636
642
|
url: {
|
637
643
|
type: string;
|
638
644
|
};
|
645
|
+
urlTitle: {
|
646
|
+
type: string;
|
647
|
+
};
|
639
648
|
resetMargin: {
|
640
649
|
type: string;
|
641
650
|
};
|
@@ -723,6 +732,9 @@ export declare const schemasForCustom: {
|
|
723
732
|
url: {
|
724
733
|
type: string;
|
725
734
|
};
|
735
|
+
urlTitle: {
|
736
|
+
type: string;
|
737
|
+
};
|
726
738
|
};
|
727
739
|
};
|
728
740
|
visible: {
|
@@ -797,6 +809,9 @@ export declare const schemasForCustom: {
|
|
797
809
|
url: {
|
798
810
|
type: string;
|
799
811
|
};
|
812
|
+
urlTitle: {
|
813
|
+
type: string;
|
814
|
+
};
|
800
815
|
resetMargin: {
|
801
816
|
type: string;
|
802
817
|
};
|
@@ -884,6 +899,9 @@ export declare const schemasForCustom: {
|
|
884
899
|
url: {
|
885
900
|
type: string;
|
886
901
|
};
|
902
|
+
urlTitle: {
|
903
|
+
type: string;
|
904
|
+
};
|
887
905
|
};
|
888
906
|
};
|
889
907
|
visible: {
|
@@ -938,6 +956,9 @@ export declare const schemasForCustom: {
|
|
938
956
|
url: {
|
939
957
|
type: string;
|
940
958
|
};
|
959
|
+
urlTitle: {
|
960
|
+
type: string;
|
961
|
+
};
|
941
962
|
resetMargin: {
|
942
963
|
type: string;
|
943
964
|
};
|
@@ -1028,6 +1049,9 @@ export declare const schemasForCustom: {
|
|
1028
1049
|
url: {
|
1029
1050
|
type: string;
|
1030
1051
|
};
|
1052
|
+
urlTitle: {
|
1053
|
+
type: string;
|
1054
|
+
};
|
1031
1055
|
};
|
1032
1056
|
};
|
1033
1057
|
visible: {
|
@@ -1068,6 +1092,9 @@ export declare const schemasForCustom: {
|
|
1068
1092
|
url: {
|
1069
1093
|
type: string;
|
1070
1094
|
};
|
1095
|
+
urlTitle: {
|
1096
|
+
type: string;
|
1097
|
+
};
|
1071
1098
|
resetMargin: {
|
1072
1099
|
type: string;
|
1073
1100
|
};
|
@@ -1096,6 +1123,9 @@ export declare const schemasForCustom: {
|
|
1096
1123
|
url: {
|
1097
1124
|
type: string;
|
1098
1125
|
};
|
1126
|
+
urlTitle: {
|
1127
|
+
type: string;
|
1128
|
+
};
|
1099
1129
|
};
|
1100
1130
|
};
|
1101
1131
|
visible: {
|
@@ -1161,6 +1191,9 @@ export declare const schemasForCustom: {
|
|
1161
1191
|
url: {
|
1162
1192
|
type: string;
|
1163
1193
|
};
|
1194
|
+
urlTitle: {
|
1195
|
+
type: string;
|
1196
|
+
};
|
1164
1197
|
};
|
1165
1198
|
};
|
1166
1199
|
visible: {
|
@@ -1461,6 +1494,9 @@ export declare const schemasForCustom: {
|
|
1461
1494
|
url: {
|
1462
1495
|
type: string;
|
1463
1496
|
};
|
1497
|
+
urlTitle: {
|
1498
|
+
type: string;
|
1499
|
+
};
|
1464
1500
|
};
|
1465
1501
|
};
|
1466
1502
|
visible: {
|
@@ -1515,6 +1551,9 @@ export declare const schemasForCustom: {
|
|
1515
1551
|
url: {
|
1516
1552
|
type: string;
|
1517
1553
|
};
|
1554
|
+
urlTitle: {
|
1555
|
+
type: string;
|
1556
|
+
};
|
1518
1557
|
};
|
1519
1558
|
};
|
1520
1559
|
visible: {
|
@@ -1569,6 +1608,9 @@ export declare const schemasForCustom: {
|
|
1569
1608
|
url: {
|
1570
1609
|
type: string;
|
1571
1610
|
};
|
1611
|
+
urlTitle: {
|
1612
|
+
type: string;
|
1613
|
+
};
|
1572
1614
|
};
|
1573
1615
|
};
|
1574
1616
|
visible: {
|
@@ -1628,6 +1670,9 @@ export declare const schemasForCustom: {
|
|
1628
1670
|
url: {
|
1629
1671
|
type: string;
|
1630
1672
|
};
|
1673
|
+
urlTitle: {
|
1674
|
+
type: string;
|
1675
|
+
};
|
1631
1676
|
};
|
1632
1677
|
};
|
1633
1678
|
visible: {
|
@@ -36,6 +36,9 @@ export declare const Banner: {
|
|
36
36
|
url: {
|
37
37
|
type: string;
|
38
38
|
};
|
39
|
+
urlTitle: {
|
40
|
+
type: string;
|
41
|
+
};
|
39
42
|
resetMargin: {
|
40
43
|
type: string;
|
41
44
|
};
|
@@ -123,6 +126,9 @@ export declare const Banner: {
|
|
123
126
|
url: {
|
124
127
|
type: string;
|
125
128
|
};
|
129
|
+
urlTitle: {
|
130
|
+
type: string;
|
131
|
+
};
|
126
132
|
};
|
127
133
|
};
|
128
134
|
visible: {
|
@@ -33,6 +33,9 @@ export declare const CTA: {
|
|
33
33
|
url: {
|
34
34
|
type: string;
|
35
35
|
};
|
36
|
+
urlTitle: {
|
37
|
+
type: string;
|
38
|
+
};
|
36
39
|
resetMargin: {
|
37
40
|
type: string;
|
38
41
|
};
|
@@ -123,6 +126,9 @@ export declare const CTA: {
|
|
123
126
|
url: {
|
124
127
|
type: string;
|
125
128
|
};
|
129
|
+
urlTitle: {
|
130
|
+
type: string;
|
131
|
+
};
|
126
132
|
};
|
127
133
|
};
|
128
134
|
visible: {
|
@@ -53,6 +53,9 @@ export declare const ColoredText: {
|
|
53
53
|
url: {
|
54
54
|
type: string;
|
55
55
|
};
|
56
|
+
urlTitle: {
|
57
|
+
type: string;
|
58
|
+
};
|
56
59
|
resetMargin: {
|
57
60
|
type: string;
|
58
61
|
};
|
@@ -140,6 +143,9 @@ export declare const ColoredText: {
|
|
140
143
|
url: {
|
141
144
|
type: string;
|
142
145
|
};
|
146
|
+
urlTitle: {
|
147
|
+
type: string;
|
148
|
+
};
|
143
149
|
};
|
144
150
|
};
|
145
151
|
visible: {
|
@@ -19,6 +19,9 @@ export declare const Feed: {
|
|
19
19
|
url: {
|
20
20
|
type: string;
|
21
21
|
};
|
22
|
+
urlTitle: {
|
23
|
+
type: string;
|
24
|
+
};
|
22
25
|
resetMargin: {
|
23
26
|
type: string;
|
24
27
|
};
|
@@ -47,6 +50,9 @@ export declare const Feed: {
|
|
47
50
|
url: {
|
48
51
|
type: string;
|
49
52
|
};
|
53
|
+
urlTitle: {
|
54
|
+
type: string;
|
55
|
+
};
|
50
56
|
};
|
51
57
|
};
|
52
58
|
visible: {
|
@@ -519,6 +519,9 @@ export declare const schemasForCustom: {
|
|
519
519
|
url: {
|
520
520
|
type: string;
|
521
521
|
};
|
522
|
+
urlTitle: {
|
523
|
+
type: string;
|
524
|
+
};
|
522
525
|
};
|
523
526
|
};
|
524
527
|
visible: {
|
@@ -579,6 +582,9 @@ export declare const schemasForCustom: {
|
|
579
582
|
url: {
|
580
583
|
type: string;
|
581
584
|
};
|
585
|
+
urlTitle: {
|
586
|
+
type: string;
|
587
|
+
};
|
582
588
|
};
|
583
589
|
};
|
584
590
|
visible: {
|
@@ -636,6 +642,9 @@ export declare const schemasForCustom: {
|
|
636
642
|
url: {
|
637
643
|
type: string;
|
638
644
|
};
|
645
|
+
urlTitle: {
|
646
|
+
type: string;
|
647
|
+
};
|
639
648
|
resetMargin: {
|
640
649
|
type: string;
|
641
650
|
};
|
@@ -723,6 +732,9 @@ export declare const schemasForCustom: {
|
|
723
732
|
url: {
|
724
733
|
type: string;
|
725
734
|
};
|
735
|
+
urlTitle: {
|
736
|
+
type: string;
|
737
|
+
};
|
726
738
|
};
|
727
739
|
};
|
728
740
|
visible: {
|
@@ -797,6 +809,9 @@ export declare const schemasForCustom: {
|
|
797
809
|
url: {
|
798
810
|
type: string;
|
799
811
|
};
|
812
|
+
urlTitle: {
|
813
|
+
type: string;
|
814
|
+
};
|
800
815
|
resetMargin: {
|
801
816
|
type: string;
|
802
817
|
};
|
@@ -884,6 +899,9 @@ export declare const schemasForCustom: {
|
|
884
899
|
url: {
|
885
900
|
type: string;
|
886
901
|
};
|
902
|
+
urlTitle: {
|
903
|
+
type: string;
|
904
|
+
};
|
887
905
|
};
|
888
906
|
};
|
889
907
|
visible: {
|
@@ -938,6 +956,9 @@ export declare const schemasForCustom: {
|
|
938
956
|
url: {
|
939
957
|
type: string;
|
940
958
|
};
|
959
|
+
urlTitle: {
|
960
|
+
type: string;
|
961
|
+
};
|
941
962
|
resetMargin: {
|
942
963
|
type: string;
|
943
964
|
};
|
@@ -1028,6 +1049,9 @@ export declare const schemasForCustom: {
|
|
1028
1049
|
url: {
|
1029
1050
|
type: string;
|
1030
1051
|
};
|
1052
|
+
urlTitle: {
|
1053
|
+
type: string;
|
1054
|
+
};
|
1031
1055
|
};
|
1032
1056
|
};
|
1033
1057
|
visible: {
|
@@ -1068,6 +1092,9 @@ export declare const schemasForCustom: {
|
|
1068
1092
|
url: {
|
1069
1093
|
type: string;
|
1070
1094
|
};
|
1095
|
+
urlTitle: {
|
1096
|
+
type: string;
|
1097
|
+
};
|
1071
1098
|
resetMargin: {
|
1072
1099
|
type: string;
|
1073
1100
|
};
|
@@ -1096,6 +1123,9 @@ export declare const schemasForCustom: {
|
|
1096
1123
|
url: {
|
1097
1124
|
type: string;
|
1098
1125
|
};
|
1126
|
+
urlTitle: {
|
1127
|
+
type: string;
|
1128
|
+
};
|
1099
1129
|
};
|
1100
1130
|
};
|
1101
1131
|
visible: {
|
@@ -1161,6 +1191,9 @@ export declare const schemasForCustom: {
|
|
1161
1191
|
url: {
|
1162
1192
|
type: string;
|
1163
1193
|
};
|
1194
|
+
urlTitle: {
|
1195
|
+
type: string;
|
1196
|
+
};
|
1164
1197
|
};
|
1165
1198
|
};
|
1166
1199
|
visible: {
|
@@ -1461,6 +1494,9 @@ export declare const schemasForCustom: {
|
|
1461
1494
|
url: {
|
1462
1495
|
type: string;
|
1463
1496
|
};
|
1497
|
+
urlTitle: {
|
1498
|
+
type: string;
|
1499
|
+
};
|
1464
1500
|
};
|
1465
1501
|
};
|
1466
1502
|
visible: {
|
@@ -1515,6 +1551,9 @@ export declare const schemasForCustom: {
|
|
1515
1551
|
url: {
|
1516
1552
|
type: string;
|
1517
1553
|
};
|
1554
|
+
urlTitle: {
|
1555
|
+
type: string;
|
1556
|
+
};
|
1518
1557
|
};
|
1519
1558
|
};
|
1520
1559
|
visible: {
|
@@ -1569,6 +1608,9 @@ export declare const schemasForCustom: {
|
|
1569
1608
|
url: {
|
1570
1609
|
type: string;
|
1571
1610
|
};
|
1611
|
+
urlTitle: {
|
1612
|
+
type: string;
|
1613
|
+
};
|
1572
1614
|
};
|
1573
1615
|
};
|
1574
1616
|
visible: {
|
@@ -1628,6 +1670,9 @@ export declare const schemasForCustom: {
|
|
1628
1670
|
url: {
|
1629
1671
|
type: string;
|
1630
1672
|
};
|
1673
|
+
urlTitle: {
|
1674
|
+
type: string;
|
1675
|
+
};
|
1631
1676
|
};
|
1632
1677
|
};
|
1633
1678
|
visible: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gravity-ui/blog-constructor",
|
3
|
-
"version": "5.7.
|
3
|
+
"version": "5.7.3",
|
4
4
|
"description": "Gravity UI Blog Constructor",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -66,7 +66,6 @@
|
|
66
66
|
"react-helmet": "^6.1.0",
|
67
67
|
"react-player": "^2.9.0",
|
68
68
|
"react-slick": "^0.29.0",
|
69
|
-
"react-spring": "^9.7.2",
|
70
69
|
"react-transition-group": "^4.4.2",
|
71
70
|
"react-waypoint": "^10.1.0",
|
72
71
|
"sanitize-html": "^2.6.1",
|
@@ -90,7 +89,7 @@
|
|
90
89
|
"@commitlint/config-conventional": "^17.4.3",
|
91
90
|
"@doc-tools/transform": "^3.11.0",
|
92
91
|
"@gravity-ui/eslint-config": "^3.1.1",
|
93
|
-
"@gravity-ui/page-constructor": "^4.
|
92
|
+
"@gravity-ui/page-constructor": "^4.31.0",
|
94
93
|
"@gravity-ui/prettier-config": "^1.1.0",
|
95
94
|
"@gravity-ui/stylelint-config": "^4.0.1",
|
96
95
|
"@gravity-ui/tsconfig": "^1.0.0",
|