@gravity-ui/blog-constructor 5.7.0 → 5.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,9 @@ export declare const Author: {
22
22
  type: string;
23
23
  enum: string[];
24
24
  };
25
+ qa: {
26
+ type: string;
27
+ };
25
28
  anchor: {
26
29
  type: string;
27
30
  additionalProperties: boolean;
@@ -108,6 +108,9 @@ export declare const Banner: {
108
108
  type: string;
109
109
  enum: string[];
110
110
  };
111
+ qa: {
112
+ type: string;
113
+ };
111
114
  anchor: {
112
115
  type: string;
113
116
  additionalProperties: boolean;
@@ -108,6 +108,9 @@ export declare const CTA: {
108
108
  type: string;
109
109
  enum: string[];
110
110
  };
111
+ qa: {
112
+ type: string;
113
+ };
111
114
  anchor: {
112
115
  type: string;
113
116
  additionalProperties: boolean;
@@ -125,6 +125,9 @@ export declare const ColoredText: {
125
125
  type: string;
126
126
  enum: string[];
127
127
  };
128
+ qa: {
129
+ type: string;
130
+ };
128
131
  anchor: {
129
132
  type: string;
130
133
  additionalProperties: boolean;
@@ -496,6 +496,9 @@ export declare const Header: {
496
496
  type: string;
497
497
  enum: string[];
498
498
  };
499
+ qa: {
500
+ type: string;
501
+ };
499
502
  anchor: {
500
503
  type: string;
501
504
  additionalProperties: boolean;
@@ -29,6 +29,9 @@ export declare const Layout: {
29
29
  type: string;
30
30
  enum: string[];
31
31
  };
32
+ qa: {
33
+ type: string;
34
+ };
32
35
  anchor: {
33
36
  type: string;
34
37
  additionalProperties: boolean;
@@ -264,6 +264,9 @@ export declare const Media: {
264
264
  type: string;
265
265
  enum: string[];
266
266
  };
267
+ qa: {
268
+ type: string;
269
+ };
267
270
  anchor: {
268
271
  type: string;
269
272
  additionalProperties: boolean;
@@ -18,6 +18,9 @@ export declare const Meta: {
18
18
  type: string;
19
19
  enum: string[];
20
20
  };
21
+ qa: {
22
+ type: string;
23
+ };
21
24
  anchor: {
22
25
  type: string;
23
26
  additionalProperties: boolean;
@@ -18,6 +18,9 @@ export declare const Suggest: {
18
18
  type: string;
19
19
  enum: string[];
20
20
  };
21
+ qa: {
22
+ type: string;
23
+ };
21
24
  anchor: {
22
25
  type: string;
23
26
  additionalProperties: boolean;
@@ -23,6 +23,9 @@ export declare const YFM: {
23
23
  type: string;
24
24
  enum: string[];
25
25
  };
26
+ qa: {
27
+ type: string;
28
+ };
26
29
  anchor: {
27
30
  type: string;
28
31
  additionalProperties: boolean;
@@ -76,7 +76,7 @@ unpredictable css rules order in build */
76
76
  }
77
77
  @supports (-webkit-line-clamp: 5) {
78
78
  .bc-post-card__description {
79
- max-height: auto;
79
+ max-height: none;
80
80
  -webkit-line-clamp: 5;
81
81
  }
82
82
  }
@@ -25,4 +25,7 @@ export declare const BlogBlockBase: {
25
25
  type: string;
26
26
  enum: string[];
27
27
  };
28
+ qa: {
29
+ type: string;
30
+ };
28
31
  };
@@ -22,4 +22,7 @@ exports.BlogBlockBase = {
22
22
  type: 'string',
23
23
  enum: ['left', 'right'],
24
24
  },
25
+ qa: {
26
+ type: 'string',
27
+ },
25
28
  };
@@ -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;
@@ -22,6 +22,9 @@ export declare const Author: {
22
22
  type: string;
23
23
  enum: string[];
24
24
  };
25
+ qa: {
26
+ type: string;
27
+ };
25
28
  anchor: {
26
29
  type: string;
27
30
  additionalProperties: boolean;
@@ -108,6 +108,9 @@ export declare const Banner: {
108
108
  type: string;
109
109
  enum: string[];
110
110
  };
111
+ qa: {
112
+ type: string;
113
+ };
111
114
  anchor: {
112
115
  type: string;
113
116
  additionalProperties: boolean;
@@ -108,6 +108,9 @@ export declare const CTA: {
108
108
  type: string;
109
109
  enum: string[];
110
110
  };
111
+ qa: {
112
+ type: string;
113
+ };
111
114
  anchor: {
112
115
  type: string;
113
116
  additionalProperties: boolean;
@@ -125,6 +125,9 @@ export declare const ColoredText: {
125
125
  type: string;
126
126
  enum: string[];
127
127
  };
128
+ qa: {
129
+ type: string;
130
+ };
128
131
  anchor: {
129
132
  type: string;
130
133
  additionalProperties: boolean;
@@ -496,6 +496,9 @@ export declare const Header: {
496
496
  type: string;
497
497
  enum: string[];
498
498
  };
499
+ qa: {
500
+ type: string;
501
+ };
499
502
  anchor: {
500
503
  type: string;
501
504
  additionalProperties: boolean;
@@ -29,6 +29,9 @@ export declare const Layout: {
29
29
  type: string;
30
30
  enum: string[];
31
31
  };
32
+ qa: {
33
+ type: string;
34
+ };
32
35
  anchor: {
33
36
  type: string;
34
37
  additionalProperties: boolean;
@@ -264,6 +264,9 @@ export declare const Media: {
264
264
  type: string;
265
265
  enum: string[];
266
266
  };
267
+ qa: {
268
+ type: string;
269
+ };
267
270
  anchor: {
268
271
  type: string;
269
272
  additionalProperties: boolean;
@@ -18,6 +18,9 @@ export declare const Meta: {
18
18
  type: string;
19
19
  enum: string[];
20
20
  };
21
+ qa: {
22
+ type: string;
23
+ };
21
24
  anchor: {
22
25
  type: string;
23
26
  additionalProperties: boolean;
@@ -18,6 +18,9 @@ export declare const Suggest: {
18
18
  type: string;
19
19
  enum: string[];
20
20
  };
21
+ qa: {
22
+ type: string;
23
+ };
21
24
  anchor: {
22
25
  type: string;
23
26
  additionalProperties: boolean;
@@ -23,6 +23,9 @@ export declare const YFM: {
23
23
  type: string;
24
24
  enum: string[];
25
25
  };
26
+ qa: {
27
+ type: string;
28
+ };
26
29
  anchor: {
27
30
  type: string;
28
31
  additionalProperties: boolean;
@@ -76,7 +76,7 @@ unpredictable css rules order in build */
76
76
  }
77
77
  @supports (-webkit-line-clamp: 5) {
78
78
  .bc-post-card__description {
79
- max-height: auto;
79
+ max-height: none;
80
80
  -webkit-line-clamp: 5;
81
81
  }
82
82
  }
@@ -25,4 +25,7 @@ export declare const BlogBlockBase: {
25
25
  type: string;
26
26
  enum: string[];
27
27
  };
28
+ qa: {
29
+ type: string;
30
+ };
28
31
  };
@@ -18,4 +18,7 @@ export const BlogBlockBase = {
18
18
  type: 'string',
19
19
  enum: ['left', 'right'],
20
20
  },
21
+ qa: {
22
+ type: 'string',
23
+ },
21
24
  };
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "5.7.0",
3
+ "version": "5.7.2",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {