@gravity-ui/blog-constructor 5.7.0 → 5.7.2
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/build/cjs/blocks/Author/schema.d.ts +3 -0
- package/build/cjs/blocks/Banner/schema.d.ts +3 -0
- package/build/cjs/blocks/CTA/schema.d.ts +3 -0
- package/build/cjs/blocks/ColoredText/schema.d.ts +3 -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/components/PostCard/PostCard.css +1 -1
- package/build/cjs/schema/common.d.ts +3 -0
- package/build/cjs/schema/common.js +3 -0
- package/build/cjs/schema/index.d.ts +30 -0
- package/build/esm/blocks/Author/schema.d.ts +3 -0
- package/build/esm/blocks/Banner/schema.d.ts +3 -0
- package/build/esm/blocks/CTA/schema.d.ts +3 -0
- package/build/esm/blocks/ColoredText/schema.d.ts +3 -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/components/PostCard/PostCard.css +1 -1
- package/build/esm/schema/common.d.ts +3 -0
- package/build/esm/schema/common.js +3 -0
- package/build/esm/schema/index.d.ts +30 -0
- package/package.json +1 -1
@@ -504,6 +504,9 @@ export declare const schemasForCustom: {
|
|
504
504
|
type: string;
|
505
505
|
enum: string[];
|
506
506
|
};
|
507
|
+
qa: {
|
508
|
+
type: string;
|
509
|
+
};
|
507
510
|
anchor: {
|
508
511
|
type: string;
|
509
512
|
additionalProperties: boolean;
|
@@ -561,6 +564,9 @@ export declare const schemasForCustom: {
|
|
561
564
|
type: string;
|
562
565
|
enum: string[];
|
563
566
|
};
|
567
|
+
qa: {
|
568
|
+
type: string;
|
569
|
+
};
|
564
570
|
anchor: {
|
565
571
|
type: string;
|
566
572
|
additionalProperties: boolean;
|
@@ -702,6 +708,9 @@ export declare const schemasForCustom: {
|
|
702
708
|
type: string;
|
703
709
|
enum: string[];
|
704
710
|
};
|
711
|
+
qa: {
|
712
|
+
type: string;
|
713
|
+
};
|
705
714
|
anchor: {
|
706
715
|
type: string;
|
707
716
|
additionalProperties: boolean;
|
@@ -860,6 +869,9 @@ export declare const schemasForCustom: {
|
|
860
869
|
type: string;
|
861
870
|
enum: string[];
|
862
871
|
};
|
872
|
+
qa: {
|
873
|
+
type: string;
|
874
|
+
};
|
863
875
|
anchor: {
|
864
876
|
type: string;
|
865
877
|
additionalProperties: boolean;
|
@@ -1001,6 +1013,9 @@ export declare const schemasForCustom: {
|
|
1001
1013
|
type: string;
|
1002
1014
|
enum: string[];
|
1003
1015
|
};
|
1016
|
+
qa: {
|
1017
|
+
type: string;
|
1018
|
+
};
|
1004
1019
|
anchor: {
|
1005
1020
|
type: string;
|
1006
1021
|
additionalProperties: boolean;
|
@@ -1131,6 +1146,9 @@ export declare const schemasForCustom: {
|
|
1131
1146
|
type: string;
|
1132
1147
|
enum: string[];
|
1133
1148
|
};
|
1149
|
+
qa: {
|
1150
|
+
type: string;
|
1151
|
+
};
|
1134
1152
|
anchor: {
|
1135
1153
|
type: string;
|
1136
1154
|
additionalProperties: boolean;
|
@@ -1428,6 +1446,9 @@ export declare const schemasForCustom: {
|
|
1428
1446
|
type: string;
|
1429
1447
|
enum: string[];
|
1430
1448
|
};
|
1449
|
+
qa: {
|
1450
|
+
type: string;
|
1451
|
+
};
|
1431
1452
|
anchor: {
|
1432
1453
|
type: string;
|
1433
1454
|
additionalProperties: boolean;
|
@@ -1479,6 +1500,9 @@ export declare const schemasForCustom: {
|
|
1479
1500
|
type: string;
|
1480
1501
|
enum: string[];
|
1481
1502
|
};
|
1503
|
+
qa: {
|
1504
|
+
type: string;
|
1505
|
+
};
|
1482
1506
|
anchor: {
|
1483
1507
|
type: string;
|
1484
1508
|
additionalProperties: boolean;
|
@@ -1530,6 +1554,9 @@ export declare const schemasForCustom: {
|
|
1530
1554
|
type: string;
|
1531
1555
|
enum: string[];
|
1532
1556
|
};
|
1557
|
+
qa: {
|
1558
|
+
type: string;
|
1559
|
+
};
|
1533
1560
|
anchor: {
|
1534
1561
|
type: string;
|
1535
1562
|
additionalProperties: boolean;
|
@@ -1586,6 +1613,9 @@ export declare const schemasForCustom: {
|
|
1586
1613
|
type: string;
|
1587
1614
|
enum: string[];
|
1588
1615
|
};
|
1616
|
+
qa: {
|
1617
|
+
type: string;
|
1618
|
+
};
|
1589
1619
|
anchor: {
|
1590
1620
|
type: string;
|
1591
1621
|
additionalProperties: boolean;
|
@@ -504,6 +504,9 @@ export declare const schemasForCustom: {
|
|
504
504
|
type: string;
|
505
505
|
enum: string[];
|
506
506
|
};
|
507
|
+
qa: {
|
508
|
+
type: string;
|
509
|
+
};
|
507
510
|
anchor: {
|
508
511
|
type: string;
|
509
512
|
additionalProperties: boolean;
|
@@ -561,6 +564,9 @@ export declare const schemasForCustom: {
|
|
561
564
|
type: string;
|
562
565
|
enum: string[];
|
563
566
|
};
|
567
|
+
qa: {
|
568
|
+
type: string;
|
569
|
+
};
|
564
570
|
anchor: {
|
565
571
|
type: string;
|
566
572
|
additionalProperties: boolean;
|
@@ -702,6 +708,9 @@ export declare const schemasForCustom: {
|
|
702
708
|
type: string;
|
703
709
|
enum: string[];
|
704
710
|
};
|
711
|
+
qa: {
|
712
|
+
type: string;
|
713
|
+
};
|
705
714
|
anchor: {
|
706
715
|
type: string;
|
707
716
|
additionalProperties: boolean;
|
@@ -860,6 +869,9 @@ export declare const schemasForCustom: {
|
|
860
869
|
type: string;
|
861
870
|
enum: string[];
|
862
871
|
};
|
872
|
+
qa: {
|
873
|
+
type: string;
|
874
|
+
};
|
863
875
|
anchor: {
|
864
876
|
type: string;
|
865
877
|
additionalProperties: boolean;
|
@@ -1001,6 +1013,9 @@ export declare const schemasForCustom: {
|
|
1001
1013
|
type: string;
|
1002
1014
|
enum: string[];
|
1003
1015
|
};
|
1016
|
+
qa: {
|
1017
|
+
type: string;
|
1018
|
+
};
|
1004
1019
|
anchor: {
|
1005
1020
|
type: string;
|
1006
1021
|
additionalProperties: boolean;
|
@@ -1131,6 +1146,9 @@ export declare const schemasForCustom: {
|
|
1131
1146
|
type: string;
|
1132
1147
|
enum: string[];
|
1133
1148
|
};
|
1149
|
+
qa: {
|
1150
|
+
type: string;
|
1151
|
+
};
|
1134
1152
|
anchor: {
|
1135
1153
|
type: string;
|
1136
1154
|
additionalProperties: boolean;
|
@@ -1428,6 +1446,9 @@ export declare const schemasForCustom: {
|
|
1428
1446
|
type: string;
|
1429
1447
|
enum: string[];
|
1430
1448
|
};
|
1449
|
+
qa: {
|
1450
|
+
type: string;
|
1451
|
+
};
|
1431
1452
|
anchor: {
|
1432
1453
|
type: string;
|
1433
1454
|
additionalProperties: boolean;
|
@@ -1479,6 +1500,9 @@ export declare const schemasForCustom: {
|
|
1479
1500
|
type: string;
|
1480
1501
|
enum: string[];
|
1481
1502
|
};
|
1503
|
+
qa: {
|
1504
|
+
type: string;
|
1505
|
+
};
|
1482
1506
|
anchor: {
|
1483
1507
|
type: string;
|
1484
1508
|
additionalProperties: boolean;
|
@@ -1530,6 +1554,9 @@ export declare const schemasForCustom: {
|
|
1530
1554
|
type: string;
|
1531
1555
|
enum: string[];
|
1532
1556
|
};
|
1557
|
+
qa: {
|
1558
|
+
type: string;
|
1559
|
+
};
|
1533
1560
|
anchor: {
|
1534
1561
|
type: string;
|
1535
1562
|
additionalProperties: boolean;
|
@@ -1586,6 +1613,9 @@ export declare const schemasForCustom: {
|
|
1586
1613
|
type: string;
|
1587
1614
|
enum: string[];
|
1588
1615
|
};
|
1616
|
+
qa: {
|
1617
|
+
type: string;
|
1618
|
+
};
|
1589
1619
|
anchor: {
|
1590
1620
|
type: string;
|
1591
1621
|
additionalProperties: boolean;
|