@gravity-ui/blog-constructor 5.6.0 → 5.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/build/cjs/blocks/Author/Author.css +1 -0
  2. package/build/cjs/blocks/Author/schema.d.ts +3 -0
  3. package/build/cjs/blocks/Banner/schema.d.ts +3 -0
  4. package/build/cjs/blocks/CTA/CTA.css +1 -0
  5. package/build/cjs/blocks/CTA/schema.d.ts +3 -0
  6. package/build/cjs/blocks/ColoredText/schema.d.ts +3 -0
  7. package/build/cjs/blocks/Header/schema.d.ts +7 -0
  8. package/build/cjs/blocks/Layout/schema.d.ts +3 -0
  9. package/build/cjs/blocks/Media/schema.d.ts +3 -0
  10. package/build/cjs/blocks/Meta/schema.d.ts +3 -0
  11. package/build/cjs/blocks/Suggest/schema.d.ts +3 -0
  12. package/build/cjs/blocks/YFM/schema.d.ts +3 -0
  13. package/build/cjs/containers/BlogPostPage/BlogPostPage.css +1 -1
  14. package/build/cjs/schema/common.d.ts +3 -0
  15. package/build/cjs/schema/common.js +3 -0
  16. package/build/cjs/schema/index.d.ts +34 -0
  17. package/build/esm/blocks/Author/Author.css +1 -0
  18. package/build/esm/blocks/Author/schema.d.ts +3 -0
  19. package/build/esm/blocks/Banner/schema.d.ts +3 -0
  20. package/build/esm/blocks/CTA/CTA.css +1 -0
  21. package/build/esm/blocks/CTA/schema.d.ts +3 -0
  22. package/build/esm/blocks/ColoredText/schema.d.ts +3 -0
  23. package/build/esm/blocks/Header/schema.d.ts +7 -0
  24. package/build/esm/blocks/Layout/schema.d.ts +3 -0
  25. package/build/esm/blocks/Media/schema.d.ts +3 -0
  26. package/build/esm/blocks/Meta/schema.d.ts +3 -0
  27. package/build/esm/blocks/Suggest/schema.d.ts +3 -0
  28. package/build/esm/blocks/YFM/schema.d.ts +3 -0
  29. package/build/esm/containers/BlogPostPage/BlogPostPage.css +1 -1
  30. package/build/esm/schema/common.d.ts +3 -0
  31. package/build/esm/schema/common.js +3 -0
  32. package/build/esm/schema/index.d.ts +34 -0
  33. package/package.json +15 -12
  34. package/styles/fonts.scss +28 -14
@@ -23,6 +23,7 @@ unpredictable css rules order in build */
23
23
  display: flex;
24
24
  flex-wrap: wrap;
25
25
  justify-content: flex-start;
26
+ /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
26
27
  align-content: flex-start;
27
28
  position: relative;
28
29
  }
@@ -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;
@@ -4,6 +4,7 @@
4
4
  border-radius: var(--bc-border-radius);
5
5
  min-height: 80px;
6
6
  align-content: center;
7
+ /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
7
8
  justify-content: center;
8
9
  flex-direction: column;
9
10
  flex-grow: 1;
@@ -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;
@@ -156,6 +156,10 @@ export declare const Header: {
156
156
  optionName: string;
157
157
  })[];
158
158
  };
159
+ mediaView: {
160
+ type: string;
161
+ enum: string[];
162
+ };
159
163
  backLink: {
160
164
  type: string;
161
165
  required: string[];
@@ -492,6 +496,9 @@ export declare const Header: {
492
496
  type: string;
493
497
  enum: string[];
494
498
  };
499
+ qa: {
500
+ type: string;
501
+ };
495
502
  anchor: {
496
503
  type: string;
497
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;
@@ -175,7 +175,7 @@ unpredictable css rules order in build */
175
175
  margin: 0 0 12px;
176
176
  }
177
177
  .yfm_constructor.yfm_constructor p strong {
178
- font-weight: 500;
178
+ font-weight: var(--g-text-accent-font-weight);
179
179
  }
180
180
  .yfm_constructor.yfm_constructor_size_s ul,
181
181
  .yfm_constructor.yfm_constructor_size_s ol,
@@ -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
  };
@@ -164,6 +164,10 @@ export declare const schemasForCustom: {
164
164
  optionName: string;
165
165
  })[];
166
166
  };
167
+ mediaView: {
168
+ type: string;
169
+ enum: string[];
170
+ };
167
171
  backLink: {
168
172
  type: string;
169
173
  required: string[];
@@ -500,6 +504,9 @@ export declare const schemasForCustom: {
500
504
  type: string;
501
505
  enum: string[];
502
506
  };
507
+ qa: {
508
+ type: string;
509
+ };
503
510
  anchor: {
504
511
  type: string;
505
512
  additionalProperties: boolean;
@@ -557,6 +564,9 @@ export declare const schemasForCustom: {
557
564
  type: string;
558
565
  enum: string[];
559
566
  };
567
+ qa: {
568
+ type: string;
569
+ };
560
570
  anchor: {
561
571
  type: string;
562
572
  additionalProperties: boolean;
@@ -698,6 +708,9 @@ export declare const schemasForCustom: {
698
708
  type: string;
699
709
  enum: string[];
700
710
  };
711
+ qa: {
712
+ type: string;
713
+ };
701
714
  anchor: {
702
715
  type: string;
703
716
  additionalProperties: boolean;
@@ -856,6 +869,9 @@ export declare const schemasForCustom: {
856
869
  type: string;
857
870
  enum: string[];
858
871
  };
872
+ qa: {
873
+ type: string;
874
+ };
859
875
  anchor: {
860
876
  type: string;
861
877
  additionalProperties: boolean;
@@ -997,6 +1013,9 @@ export declare const schemasForCustom: {
997
1013
  type: string;
998
1014
  enum: string[];
999
1015
  };
1016
+ qa: {
1017
+ type: string;
1018
+ };
1000
1019
  anchor: {
1001
1020
  type: string;
1002
1021
  additionalProperties: boolean;
@@ -1127,6 +1146,9 @@ export declare const schemasForCustom: {
1127
1146
  type: string;
1128
1147
  enum: string[];
1129
1148
  };
1149
+ qa: {
1150
+ type: string;
1151
+ };
1130
1152
  anchor: {
1131
1153
  type: string;
1132
1154
  additionalProperties: boolean;
@@ -1424,6 +1446,9 @@ export declare const schemasForCustom: {
1424
1446
  type: string;
1425
1447
  enum: string[];
1426
1448
  };
1449
+ qa: {
1450
+ type: string;
1451
+ };
1427
1452
  anchor: {
1428
1453
  type: string;
1429
1454
  additionalProperties: boolean;
@@ -1475,6 +1500,9 @@ export declare const schemasForCustom: {
1475
1500
  type: string;
1476
1501
  enum: string[];
1477
1502
  };
1503
+ qa: {
1504
+ type: string;
1505
+ };
1478
1506
  anchor: {
1479
1507
  type: string;
1480
1508
  additionalProperties: boolean;
@@ -1526,6 +1554,9 @@ export declare const schemasForCustom: {
1526
1554
  type: string;
1527
1555
  enum: string[];
1528
1556
  };
1557
+ qa: {
1558
+ type: string;
1559
+ };
1529
1560
  anchor: {
1530
1561
  type: string;
1531
1562
  additionalProperties: boolean;
@@ -1582,6 +1613,9 @@ export declare const schemasForCustom: {
1582
1613
  type: string;
1583
1614
  enum: string[];
1584
1615
  };
1616
+ qa: {
1617
+ type: string;
1618
+ };
1585
1619
  anchor: {
1586
1620
  type: string;
1587
1621
  additionalProperties: boolean;
@@ -23,6 +23,7 @@ unpredictable css rules order in build */
23
23
  display: flex;
24
24
  flex-wrap: wrap;
25
25
  justify-content: flex-start;
26
+ /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
26
27
  align-content: flex-start;
27
28
  position: relative;
28
29
  }
@@ -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;
@@ -4,6 +4,7 @@
4
4
  border-radius: var(--bc-border-radius);
5
5
  min-height: 80px;
6
6
  align-content: center;
7
+ /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
7
8
  justify-content: center;
8
9
  flex-direction: column;
9
10
  flex-grow: 1;
@@ -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;
@@ -156,6 +156,10 @@ export declare const Header: {
156
156
  optionName: string;
157
157
  })[];
158
158
  };
159
+ mediaView: {
160
+ type: string;
161
+ enum: string[];
162
+ };
159
163
  backLink: {
160
164
  type: string;
161
165
  required: string[];
@@ -492,6 +496,9 @@ export declare const Header: {
492
496
  type: string;
493
497
  enum: string[];
494
498
  };
499
+ qa: {
500
+ type: string;
501
+ };
495
502
  anchor: {
496
503
  type: string;
497
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;
@@ -175,7 +175,7 @@ unpredictable css rules order in build */
175
175
  margin: 0 0 12px;
176
176
  }
177
177
  .yfm_constructor.yfm_constructor p strong {
178
- font-weight: 500;
178
+ font-weight: var(--g-text-accent-font-weight);
179
179
  }
180
180
  .yfm_constructor.yfm_constructor_size_s ul,
181
181
  .yfm_constructor.yfm_constructor_size_s ol,
@@ -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
  };
@@ -164,6 +164,10 @@ export declare const schemasForCustom: {
164
164
  optionName: string;
165
165
  })[];
166
166
  };
167
+ mediaView: {
168
+ type: string;
169
+ enum: string[];
170
+ };
167
171
  backLink: {
168
172
  type: string;
169
173
  required: string[];
@@ -500,6 +504,9 @@ export declare const schemasForCustom: {
500
504
  type: string;
501
505
  enum: string[];
502
506
  };
507
+ qa: {
508
+ type: string;
509
+ };
503
510
  anchor: {
504
511
  type: string;
505
512
  additionalProperties: boolean;
@@ -557,6 +564,9 @@ export declare const schemasForCustom: {
557
564
  type: string;
558
565
  enum: string[];
559
566
  };
567
+ qa: {
568
+ type: string;
569
+ };
560
570
  anchor: {
561
571
  type: string;
562
572
  additionalProperties: boolean;
@@ -698,6 +708,9 @@ export declare const schemasForCustom: {
698
708
  type: string;
699
709
  enum: string[];
700
710
  };
711
+ qa: {
712
+ type: string;
713
+ };
701
714
  anchor: {
702
715
  type: string;
703
716
  additionalProperties: boolean;
@@ -856,6 +869,9 @@ export declare const schemasForCustom: {
856
869
  type: string;
857
870
  enum: string[];
858
871
  };
872
+ qa: {
873
+ type: string;
874
+ };
859
875
  anchor: {
860
876
  type: string;
861
877
  additionalProperties: boolean;
@@ -997,6 +1013,9 @@ export declare const schemasForCustom: {
997
1013
  type: string;
998
1014
  enum: string[];
999
1015
  };
1016
+ qa: {
1017
+ type: string;
1018
+ };
1000
1019
  anchor: {
1001
1020
  type: string;
1002
1021
  additionalProperties: boolean;
@@ -1127,6 +1146,9 @@ export declare const schemasForCustom: {
1127
1146
  type: string;
1128
1147
  enum: string[];
1129
1148
  };
1149
+ qa: {
1150
+ type: string;
1151
+ };
1130
1152
  anchor: {
1131
1153
  type: string;
1132
1154
  additionalProperties: boolean;
@@ -1424,6 +1446,9 @@ export declare const schemasForCustom: {
1424
1446
  type: string;
1425
1447
  enum: string[];
1426
1448
  };
1449
+ qa: {
1450
+ type: string;
1451
+ };
1427
1452
  anchor: {
1428
1453
  type: string;
1429
1454
  additionalProperties: boolean;
@@ -1475,6 +1500,9 @@ export declare const schemasForCustom: {
1475
1500
  type: string;
1476
1501
  enum: string[];
1477
1502
  };
1503
+ qa: {
1504
+ type: string;
1505
+ };
1478
1506
  anchor: {
1479
1507
  type: string;
1480
1508
  additionalProperties: boolean;
@@ -1526,6 +1554,9 @@ export declare const schemasForCustom: {
1526
1554
  type: string;
1527
1555
  enum: string[];
1528
1556
  };
1557
+ qa: {
1558
+ type: string;
1559
+ };
1529
1560
  anchor: {
1530
1561
  type: string;
1531
1562
  additionalProperties: boolean;
@@ -1582,6 +1613,9 @@ export declare const schemasForCustom: {
1582
1613
  type: string;
1583
1614
  enum: string[];
1584
1615
  };
1616
+ qa: {
1617
+ type: string;
1618
+ };
1585
1619
  anchor: {
1586
1620
  type: string;
1587
1621
  additionalProperties: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "5.6.0",
3
+ "version": "5.7.1",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -60,8 +60,8 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@bem-react/classname": "^1.6.0",
63
- "@gravity-ui/components": "^2.4.0",
64
- "@gravity-ui/i18n": "^1.0.0",
63
+ "@gravity-ui/components": "^2.5.1",
64
+ "@gravity-ui/i18n": "^1.1.0",
65
65
  "lodash": "^4.17.21",
66
66
  "react-helmet": "^6.1.0",
67
67
  "react-player": "^2.9.0",
@@ -74,7 +74,8 @@
74
74
  "typograf": "^6.14.0",
75
75
  "ua-parser-js": "^0.7.28",
76
76
  "url": "^0.11.0",
77
- "url-join": "^5.0.0"
77
+ "url-join": "^5.0.0",
78
+ "utility-types": "^3.10.0"
78
79
  },
79
80
  "peerDependencies": {
80
81
  "@doc-tools/transform": "^3.3.2",
@@ -87,18 +88,20 @@
87
88
  "@babel/preset-react": "^7.22.5",
88
89
  "@babel/preset-typescript": "^7.22.5",
89
90
  "@commitlint/config-conventional": "^17.4.3",
90
- "@doc-tools/transform": "^3.3.2",
91
- "@gravity-ui/eslint-config": "^2.0.0",
92
- "@gravity-ui/page-constructor": "^4.26.0",
93
- "@gravity-ui/prettier-config": "^1.0.1",
94
- "@gravity-ui/stylelint-config": "^1.0.0",
91
+ "@doc-tools/transform": "^3.11.0",
92
+ "@gravity-ui/eslint-config": "^3.1.1",
93
+ "@gravity-ui/page-constructor": "^4.28.0",
94
+ "@gravity-ui/prettier-config": "^1.1.0",
95
+ "@gravity-ui/stylelint-config": "^4.0.1",
95
96
  "@gravity-ui/tsconfig": "^1.0.0",
96
- "@gravity-ui/uikit": "^5.12.0",
97
+ "@gravity-ui/uikit": "^5.17.0",
98
+ "@jest/environment": "^29.7.0",
97
99
  "@storybook/addon-essentials": "^7.0.27",
98
100
  "@storybook/cli": "^7.0.27",
99
101
  "@storybook/preset-scss": "^1.0.3",
100
102
  "@storybook/react": "^7.0.27",
101
103
  "@storybook/react-webpack5": "^7.0.27",
104
+ "@testing-library/dom": "^9.3.3",
102
105
  "@testing-library/jest-dom": "^5.16.5",
103
106
  "@testing-library/react": "^14.0.0",
104
107
  "@testing-library/user-event": "^14.4.3",
@@ -128,14 +131,14 @@
128
131
  "lint-staged": "^11.2.6",
129
132
  "npm-run-all": "^4.1.5",
130
133
  "postcss": "^8.4.14",
131
- "prettier": "2.4.1",
134
+ "prettier": "^3.0.3",
132
135
  "react": "^18.2.0",
133
136
  "react-dom": "^18.2.0",
134
137
  "rimraf": "^3.0.2",
135
138
  "sass": "^1.54.4",
136
139
  "sass-loader": "^13.3.1",
137
140
  "storybook": "^7.0.27",
138
- "stylelint": "^14.11.0",
141
+ "stylelint": "^15.11.0",
139
142
  "ts-jest": "^29.0.5",
140
143
  "typescript": "^4.9.3"
141
144
  },
package/styles/fonts.scss CHANGED
@@ -1,6 +1,7 @@
1
1
  @font-face {
2
2
  font-family: 'YS Display';
3
- src: url('https://yastatic.net/s3/home/fonts/ys/1/display-thin.woff2') format('woff2'),
3
+ src:
4
+ url('https://yastatic.net/s3/home/fonts/ys/1/display-thin.woff2') format('woff2'),
4
5
  url('https://yastatic.net/s3/home/fonts/ys/1/display-thin.woff') format('woff');
5
6
  font-weight: 100;
6
7
  font-style: normal;
@@ -9,7 +10,8 @@
9
10
 
10
11
  @font-face {
11
12
  font-family: 'YS Display';
12
- src: url('https://yastatic.net/s3/home/fonts/ys/1/display-light.woff2') format('woff2'),
13
+ src:
14
+ url('https://yastatic.net/s3/home/fonts/ys/1/display-light.woff2') format('woff2'),
13
15
  url('https://yastatic.net/s3/home/fonts/ys/1/display-light.woff') format('woff');
14
16
  font-weight: 300;
15
17
  font-style: normal;
@@ -18,7 +20,8 @@
18
20
 
19
21
  @font-face {
20
22
  font-family: 'YS Display';
21
- src: url('https://yastatic.net/s3/home/fonts/ys/1/display-regular.woff2') format('woff2'),
23
+ src:
24
+ url('https://yastatic.net/s3/home/fonts/ys/1/display-regular.woff2') format('woff2'),
22
25
  url('https://yastatic.net/s3/home/fonts/ys/1/display-regular.woff') format('woff');
23
26
  font-weight: 400;
24
27
  font-style: normal;
@@ -27,7 +30,8 @@
27
30
 
28
31
  @font-face {
29
32
  font-family: 'YS Display';
30
- src: url('https://yastatic.net/s3/home/fonts/ys/1/display-medium.woff2') format('woff2'),
33
+ src:
34
+ url('https://yastatic.net/s3/home/fonts/ys/1/display-medium.woff2') format('woff2'),
31
35
  url('https://yastatic.net/s3/home/fonts/ys/1/display-medium.woff') format('woff');
32
36
  font-weight: 500;
33
37
  font-style: normal;
@@ -36,7 +40,8 @@
36
40
 
37
41
  @font-face {
38
42
  font-family: 'YS Display';
39
- src: url('https://yastatic.net/s3/home/fonts/ys/1/display-bold.woff2') format('woff2'),
43
+ src:
44
+ url('https://yastatic.net/s3/home/fonts/ys/1/display-bold.woff2') format('woff2'),
40
45
  url('https://yastatic.net/s3/home/fonts/ys/1/display-bold.woff') format('woff');
41
46
  font-weight: 700;
42
47
  font-style: normal;
@@ -45,7 +50,8 @@
45
50
 
46
51
  @font-face {
47
52
  font-family: 'YS Display';
48
- src: url('https://yastatic.net/s3/home/fonts/ys/1/display-heavy.woff2') format('woff2'),
53
+ src:
54
+ url('https://yastatic.net/s3/home/fonts/ys/1/display-heavy.woff2') format('woff2'),
49
55
  url('https://yastatic.net/s3/home/fonts/ys/1/display-heavy.woff') format('woff');
50
56
  font-weight: 900;
51
57
  font-style: normal;
@@ -54,7 +60,8 @@
54
60
 
55
61
  @font-face {
56
62
  font-family: 'YS Text';
57
- src: url('https://yastatic.net/s3/home/fonts/ys/1/text-light.woff2') format('woff2'),
63
+ src:
64
+ url('https://yastatic.net/s3/home/fonts/ys/1/text-light.woff2') format('woff2'),
58
65
  url('https://yastatic.net/s3/home/fonts/ys/1/text-light.woff') format('woff');
59
66
  font-weight: 300;
60
67
  font-style: normal;
@@ -63,7 +70,8 @@
63
70
 
64
71
  @font-face {
65
72
  font-family: 'YS Text';
66
- src: url('https://yastatic.net/s3/home/fonts/ys/1/text-light-italic.woff2') format('woff2'),
73
+ src:
74
+ url('https://yastatic.net/s3/home/fonts/ys/1/text-light-italic.woff2') format('woff2'),
67
75
  url('https://yastatic.net/s3/home/fonts/ys/1/text-light-italic.woff') format('woff');
68
76
  font-weight: 300;
69
77
  font-style: italic;
@@ -72,7 +80,8 @@
72
80
 
73
81
  @font-face {
74
82
  font-family: 'YS Text';
75
- src: url('https://yastatic.net/s3/home/fonts/ys/1/text-regular.woff2') format('woff2'),
83
+ src:
84
+ url('https://yastatic.net/s3/home/fonts/ys/1/text-regular.woff2') format('woff2'),
76
85
  url('https://yastatic.net/s3/home/fonts/ys/1/text-regular.woff') format('woff');
77
86
  font-weight: 400;
78
87
  font-style: normal;
@@ -81,7 +90,8 @@
81
90
 
82
91
  @font-face {
83
92
  font-family: 'YS Text';
84
- src: url('https://yastatic.net/s3/home/fonts/ys/1/text-regular-italic.woff2') format('woff2'),
93
+ src:
94
+ url('https://yastatic.net/s3/home/fonts/ys/1/text-regular-italic.woff2') format('woff2'),
85
95
  url('https://yastatic.net/s3/home/fonts/ys/1/text-regular-italic.woff') format('woff');
86
96
  font-weight: 400;
87
97
  font-style: italic;
@@ -90,7 +100,8 @@
90
100
 
91
101
  @font-face {
92
102
  font-family: 'YS Text';
93
- src: url('https://yastatic.net/s3/home/fonts/ys/1/text-medium.woff2') format('woff2'),
103
+ src:
104
+ url('https://yastatic.net/s3/home/fonts/ys/1/text-medium.woff2') format('woff2'),
94
105
  url('https://yastatic.net/s3/home/fonts/ys/1/text-medium.woff') format('woff');
95
106
  font-weight: 500;
96
107
  font-style: normal;
@@ -99,7 +110,8 @@
99
110
 
100
111
  @font-face {
101
112
  font-family: 'YS Text';
102
- src: url('https://yastatic.net/s3/home/fonts/ys/1/text-medium-italic.woff2') format('woff2'),
113
+ src:
114
+ url('https://yastatic.net/s3/home/fonts/ys/1/text-medium-italic.woff2') format('woff2'),
103
115
  url('https://yastatic.net/s3/home/fonts/ys/1/text-medium-italic.woff') format('woff');
104
116
  font-weight: 500;
105
117
  font-style: italic;
@@ -108,7 +120,8 @@
108
120
 
109
121
  @font-face {
110
122
  font-family: 'YS Text';
111
- src: url('https://yastatic.net/s3/home/fonts/ys/1/text-bold.woff2') format('woff2'),
123
+ src:
124
+ url('https://yastatic.net/s3/home/fonts/ys/1/text-bold.woff2') format('woff2'),
112
125
  url('https://yastatic.net/s3/home/fonts/ys/1/text-bold.woff') format('woff');
113
126
  font-weight: 700;
114
127
  font-style: normal;
@@ -117,7 +130,8 @@
117
130
 
118
131
  @font-face {
119
132
  font-family: 'YS Text';
120
- src: url('https://yastatic.net/s3/home/fonts/ys/1/text-bold-italic.woff2') format('woff2'),
133
+ src:
134
+ url('https://yastatic.net/s3/home/fonts/ys/1/text-bold-italic.woff2') format('woff2'),
121
135
  url('https://yastatic.net/s3/home/fonts/ys/1/text-bold-italic.woff') format('woff');
122
136
  font-weight: 700;
123
137
  font-style: italic;