@gravity-ui/blog-constructor 3.1.0-alpha.2 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +130 -0
- package/build/cjs/components/FeedHeader/components/Controls/Controls.js +7 -1
- package/build/cjs/components/Paginator/Paginator.css +2 -0
- package/build/cjs/components/Paginator/Paginator.js +2 -0
- package/build/cjs/components/Paginator/components/PaginatorItem.d.ts +1 -1
- package/build/cjs/components/Paginator/components/PaginatorItem.js +5 -5
- package/build/cjs/components/Paginator/types.d.ts +1 -0
- package/build/cjs/components/Paginator/utils.js +1 -0
- package/build/cjs/containers/BlogPostPage/BlogPostPage.css +7 -6
- package/build/esm/components/FeedHeader/components/Controls/Controls.js +7 -1
- package/build/esm/components/Paginator/Paginator.css +2 -0
- package/build/esm/components/Paginator/Paginator.js +2 -0
- package/build/esm/components/Paginator/components/PaginatorItem.d.ts +1 -1
- package/build/esm/components/Paginator/components/PaginatorItem.js +5 -5
- package/build/esm/components/Paginator/types.d.ts +1 -0
- package/build/esm/components/Paginator/utils.js +1 -0
- package/build/esm/containers/BlogPostPage/BlogPostPage.css +7 -6
- package/package.json +1 -4
- package/styles/yfm.css +7 -6
- package/styles/yfm.scss +14 -10
package/CHANGELOG.md
ADDED
@@ -0,0 +1,130 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [3.1.1](https://github.com/gravity-ui/blog-constructor/compare/v3.1.0...v3.1.1) (2023-05-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* add specificity to headings ([#43](https://github.com/gravity-ui/blog-constructor/issues/43)) ([de53d0b](https://github.com/gravity-ui/blog-constructor/commit/de53d0bb9a697f520626e8c0b1d8c48c8e4d8a64))
|
9
|
+
* change href 'prev' to 'blog' and 'next' to page+1 ([#42](https://github.com/gravity-ui/blog-constructor/issues/42)) ([cb8b810](https://github.com/gravity-ui/blog-constructor/commit/cb8b8102d59368cfa0d285d63604a8e9f1ab6619))
|
10
|
+
|
11
|
+
## [3.1.0](https://github.com/gravity-ui/blog-constructor/compare/v3.0.2...v3.1.0) (2023-04-25)
|
12
|
+
|
13
|
+
|
14
|
+
### Features
|
15
|
+
|
16
|
+
* remove user context ([#35](https://github.com/gravity-ui/blog-constructor/issues/35)) ([36e7112](https://github.com/gravity-ui/blog-constructor/commit/36e71123b515886f28722b08552d538b8f038a87))
|
17
|
+
|
18
|
+
## [3.0.2](https://github.com/gravity-ui/blog-constructor/compare/v3.0.1...v3.0.2) (2023-04-25)
|
19
|
+
|
20
|
+
|
21
|
+
### Bug Fixes
|
22
|
+
|
23
|
+
* dump other queries when toggle savedOnly button ([#37](https://github.com/gravity-ui/blog-constructor/issues/37)) ([57ca01a](https://github.com/gravity-ui/blog-constructor/commit/57ca01a35736d7bd94711ed70887e7eb8cbaf0f4))
|
24
|
+
|
25
|
+
## [3.0.1](https://github.com/gravity-ui/blog-constructor/compare/v3.0.0...v3.0.1) (2023-04-24)
|
26
|
+
|
27
|
+
|
28
|
+
### Bug Fixes
|
29
|
+
|
30
|
+
* rewrap pagination item ([#36](https://github.com/gravity-ui/blog-constructor/issues/36)) ([a3a56b2](https://github.com/gravity-ui/blog-constructor/commit/a3a56b2d4519871427de1e42267ce18736f7f7b1))
|
31
|
+
|
32
|
+
## [3.0.0](https://github.com/gravity-ui/blog-constructor/compare/v2.3.0...v3.0.0) (2023-04-10)
|
33
|
+
|
34
|
+
|
35
|
+
### ⚠ BREAKING CHANGES
|
36
|
+
|
37
|
+
* add callback prop for blog page ([#25](https://github.com/gravity-ui/blog-constructor/issues/25))
|
38
|
+
|
39
|
+
### Features
|
40
|
+
|
41
|
+
* add callback prop for blog page ([#25](https://github.com/gravity-ui/blog-constructor/issues/25)) ([7b1ab2c](https://github.com/gravity-ui/blog-constructor/commit/7b1ab2c12aa9ef4f8e5a11853508a9b439a196d7))
|
42
|
+
|
43
|
+
## [2.3.0](https://github.com/gravity-ui/blog-constructor/compare/v2.2.0...v2.3.0) (2023-04-10)
|
44
|
+
|
45
|
+
|
46
|
+
### Features
|
47
|
+
|
48
|
+
* analytics refactoring ([#13](https://github.com/gravity-ui/blog-constructor/issues/13)) ([a95c55b](https://github.com/gravity-ui/blog-constructor/commit/a95c55bd1ff98f86a110f33ac3275b590ee5db8e))
|
49
|
+
|
50
|
+
|
51
|
+
### Bug Fixes
|
52
|
+
|
53
|
+
* margin-top of header ([#31](https://github.com/gravity-ui/blog-constructor/issues/31)) ([97ed974](https://github.com/gravity-ui/blog-constructor/commit/97ed974ab0ce0546010d60587b21b8c0eee3279c))
|
54
|
+
|
55
|
+
## [2.2.0](https://github.com/gravity-ui/blog-constructor/compare/v2.1.0...v2.2.0) (2023-04-06)
|
56
|
+
|
57
|
+
|
58
|
+
### Features
|
59
|
+
|
60
|
+
* update linters ([#24](https://github.com/gravity-ui/blog-constructor/issues/24)) ([bc5aa0f](https://github.com/gravity-ui/blog-constructor/commit/bc5aa0f72e64b916acaf692874482ccdae3f94e9))
|
61
|
+
|
62
|
+
## [2.1.0](https://github.com/gravity-ui/blog-constructor/compare/v2.0.2...v2.1.0) (2023-04-06)
|
63
|
+
|
64
|
+
|
65
|
+
### Features
|
66
|
+
|
67
|
+
* change source field with author description ([#5](https://github.com/gravity-ui/blog-constructor/issues/5)) ([fb7151c](https://github.com/gravity-ui/blog-constructor/commit/fb7151ceac39b2e4407c7110da0314b87c4db72b))
|
68
|
+
|
69
|
+
## [2.0.2](https://github.com/gravity-ui/blog-constructor/compare/v2.0.1...v2.0.2) (2023-04-05)
|
70
|
+
|
71
|
+
|
72
|
+
### Bug Fixes
|
73
|
+
|
74
|
+
* covering pagination buttons into 'a' tag ([#23](https://github.com/gravity-ui/blog-constructor/issues/23)) ([e603f2e](https://github.com/gravity-ui/blog-constructor/commit/e603f2e2b0f86d492132174a1c8172786e7a09a1))
|
75
|
+
|
76
|
+
## [2.0.1](https://github.com/gravity-ui/blog-constructor/compare/v2.0.0...v2.0.1) (2023-04-04)
|
77
|
+
|
78
|
+
|
79
|
+
### Bug Fixes
|
80
|
+
|
81
|
+
* throw virtualization threshold prop in Select ([#26](https://github.com/gravity-ui/blog-constructor/issues/26)) ([ccb0f19](https://github.com/gravity-ui/blog-constructor/commit/ccb0f19a904e54fd43ca66195da9e94925d0a26f))
|
82
|
+
* throw virtualization threshold prop in Select ([#26](https://github.com/gravity-ui/blog-constructor/issues/26)) ([0aa5aed](https://github.com/gravity-ui/blog-constructor/commit/0aa5aeda9a0afd99ae8590c6b666c033a12b7fba))
|
83
|
+
|
84
|
+
## [2.0.0](https://github.com/gravity-ui/blog-constructor/compare/v1.1.2...v2.0.0) (2023-04-03)
|
85
|
+
|
86
|
+
|
87
|
+
### ⚠ BREAKING CHANGES
|
88
|
+
|
89
|
+
* update uikit up to 4 ([#11](https://github.com/gravity-ui/blog-constructor/issues/11))
|
90
|
+
|
91
|
+
### Features
|
92
|
+
|
93
|
+
* update uikit up to 4 ([#11](https://github.com/gravity-ui/blog-constructor/issues/11)) ([5d6f3d5](https://github.com/gravity-ui/blog-constructor/commit/5d6f3d51daf111a240871dbad721bbdd250d6b46))
|
94
|
+
|
95
|
+
## [1.1.2](https://github.com/gravity-ui/blog-constructor/compare/v1.1.1...v1.1.2) (2023-03-28)
|
96
|
+
|
97
|
+
|
98
|
+
### Bug Fixes
|
99
|
+
|
100
|
+
* add info about release ([#19](https://github.com/gravity-ui/blog-constructor/issues/19)) ([8a5824f](https://github.com/gravity-ui/blog-constructor/commit/8a5824f24c4ad85f0f122111f8f5c1e7c36becc5))
|
101
|
+
|
102
|
+
## [1.1.1](https://github.com/gravity-ui/blog-constructor/compare/v1.1.0...v1.1.1) (2023-03-28)
|
103
|
+
|
104
|
+
|
105
|
+
### Bug Fixes
|
106
|
+
|
107
|
+
* add info about ci in readme ([#17](https://github.com/gravity-ui/blog-constructor/issues/17)) ([b6cffaa](https://github.com/gravity-ui/blog-constructor/commit/b6cffaa1c255c53cd00d06d4fbe0330e117f42a0))
|
108
|
+
|
109
|
+
## 1.1.0 (2023-03-28)
|
110
|
+
|
111
|
+
### Features
|
112
|
+
|
113
|
+
- add workflows, update @types/react, small refactors, update Select ([#2](https://github.com/gravity-ui/blog-constructor/issues/2)) ([326247a](https://github.com/gravity-ui/blog-constructor/commit/326247abe9411b50c82ed2cfa516ac6cd341bfa7))
|
114
|
+
- Brush up stories, add content for CTA, Layout, Feed blocks. ([#4](https://github.com/gravity-ui/blog-constructor/issues/4)) ([0b73537](https://github.com/gravity-ui/blog-constructor/commit/0b73537b3bae35eca10610963369f3f5d8f9ecbd))
|
115
|
+
- export author type ([9e5ee34](https://github.com/gravity-ui/blog-constructor/commit/9e5ee34c6b4d1b3288cda1258160e22073f9ad9d))
|
116
|
+
- fix button savedOnly color ([#9](https://github.com/gravity-ui/blog-constructor/issues/9)) ([ef3b1ca](https://github.com/gravity-ui/blog-constructor/commit/ef3b1ca9048f1218817ec5c9c6a5b3e05492f062))
|
117
|
+
- init tests ([#1](https://github.com/gravity-ui/blog-constructor/issues/1)) ([f8df32f](https://github.com/gravity-ui/blog-constructor/commit/f8df32f3eccb97abc7bfef222aca1ea56421619b))
|
118
|
+
- **navigation:** pass the PageConstructor's navigation prop ([cb875ff](https://github.com/gravity-ui/blog-constructor/commit/cb875ff708832f5dd9e121d67cfccb387ae2499f))
|
119
|
+
- uninstall doctools/components ([#14](https://github.com/gravity-ui/blog-constructor/issues/14)) ([16dc64c](https://github.com/gravity-ui/blog-constructor/commit/16dc64c3002b614831880dbe5b250c5637031c7d))
|
120
|
+
- update license ([#3](https://github.com/gravity-ui/blog-constructor/issues/3)) ([aa4ee5b](https://github.com/gravity-ui/blog-constructor/commit/aa4ee5bdd01a7db5f6c6c457836658761eee1099))
|
121
|
+
- update readme ([#15](https://github.com/gravity-ui/blog-constructor/issues/15)) ([3dbdf78](https://github.com/gravity-ui/blog-constructor/commit/3dbdf78b35f93024bebbcf64a6f06fb01509ae3e))
|
122
|
+
|
123
|
+
### Bug Fixes
|
124
|
+
|
125
|
+
- **general:** better deps ([8c22384](https://github.com/gravity-ui/blog-constructor/commit/8c223848e47faf8b9beee6700afce317359ee226))
|
126
|
+
- search input width ([051c145](https://github.com/gravity-ui/blog-constructor/commit/051c14502110306964c4ec9a2bea47cea9364db5))
|
127
|
+
|
128
|
+
## 1.0.0
|
129
|
+
|
130
|
+
Create public access for blog-constructor library for creating blog format web pages.
|
@@ -56,7 +56,13 @@ const Controls = ({ setIsFetching, tags = [], services = [], handleChangeQuery,
|
|
56
56
|
const [savedOnly, setSavedOnly] = (0, react_1.useState)(savedOnlyInitial === 'true');
|
57
57
|
const [search, setSearch] = (0, react_1.useState)(searchInitial);
|
58
58
|
const handleSavedOnly = () => {
|
59
|
-
handleChangeQuery({
|
59
|
+
handleChangeQuery({
|
60
|
+
savedOnly: savedOnly ? '' : 'true',
|
61
|
+
search: '',
|
62
|
+
tags: '',
|
63
|
+
page: DEFAULT_PAGE,
|
64
|
+
services: '',
|
65
|
+
});
|
60
66
|
handleAnalyticsSaveOnly();
|
61
67
|
setSavedOnly(!savedOnly);
|
62
68
|
setIsFetching(true);
|
@@ -107,6 +107,7 @@ const Paginator = ({ itemsPerPage, totalItems, maxPages, page, className, loadin
|
|
107
107
|
dataKey: types_1.ArrowType.Prev,
|
108
108
|
mods: { type: types_1.ArrowType.Prev },
|
109
109
|
onClick: handleArrowClick,
|
110
|
+
index: 0,
|
110
111
|
content: react_1.default.createElement(NavigationButton_1.NavigationButton, { arrowType: types_1.ArrowType.Prev }),
|
111
112
|
});
|
112
113
|
}
|
@@ -115,6 +116,7 @@ const Paginator = ({ itemsPerPage, totalItems, maxPages, page, className, loadin
|
|
115
116
|
key: types_1.ArrowType.Next,
|
116
117
|
dataKey: types_1.ArrowType.Next,
|
117
118
|
mods: { type: types_1.ArrowType.Next },
|
119
|
+
index: page + 1,
|
118
120
|
onClick: handleArrowClick,
|
119
121
|
content: react_1.default.createElement(NavigationButton_1.NavigationButton, { arrowType: types_1.ArrowType.Next }),
|
120
122
|
});
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { PaginatorItemProps } from '../types';
|
2
|
-
export declare const PaginatorItem: ({ dataKey, mods, content, onClick, loading, }: PaginatorItemProps) => JSX.Element;
|
2
|
+
export declare const PaginatorItem: ({ dataKey, mods, content, onClick, loading, index, }: PaginatorItemProps) => JSX.Element;
|
@@ -30,13 +30,13 @@ const LocaleContext_1 = require("../../../contexts/LocaleContext");
|
|
30
30
|
const cn_1 = require("../../../utils/cn");
|
31
31
|
const common_1 = require("../../../utils/common");
|
32
32
|
const b = (0, cn_1.block)('paginator');
|
33
|
-
const PaginatorItem = ({ dataKey, mods, content, onClick, loading = false, }) => {
|
33
|
+
const PaginatorItem = ({ dataKey, mods, content, onClick, loading = false, index, }) => {
|
34
34
|
const { locale } = (0, react_1.useContext)(LocaleContext_1.LocaleContext);
|
35
35
|
const urlPath = (0, common_1.getBlogPath)((locale === null || locale === void 0 ? void 0 : locale.pathPrefix) || '');
|
36
36
|
const itemKey = Number(dataKey) > 0 ? Number(dataKey) : dataKey;
|
37
|
-
const navTag =
|
38
|
-
const navigationLink = `${urlPath || ''}
|
39
|
-
return (react_1.default.createElement(
|
40
|
-
react_1.default.createElement(
|
37
|
+
const navTag = index > 1 ? `?page=${index}` : '';
|
38
|
+
const navigationLink = `${urlPath || ''}${navTag}`;
|
39
|
+
return (react_1.default.createElement(uikit_1.Button, { view: "flat", size: "xl", className: b('item', mods), onClick: () => onClick === null || onClick === void 0 ? void 0 : onClick(itemKey), loading: loading && Boolean(mods.active) },
|
40
|
+
react_1.default.createElement("a", { href: navigationLink, className: b('link'), onClick: (event) => event.preventDefault() }, content)));
|
41
41
|
};
|
42
42
|
exports.PaginatorItem = PaginatorItem;
|
@@ -49,17 +49,18 @@ unpredictable css rules order in build */
|
|
49
49
|
font-size: var(--yc-text-header-1-font-size);
|
50
50
|
line-height: var(--yc-text-header-1-line-height);
|
51
51
|
}
|
52
|
-
.yfm_blog h1,
|
53
|
-
.yfm_blog h2,
|
54
|
-
.yfm_blog h3,
|
55
|
-
.yfm_blog h4,
|
56
|
-
.yfm_blog h5,
|
57
|
-
.yfm_blog h6 {
|
52
|
+
.yfm_blog.yfm_blog h1,
|
53
|
+
.yfm_blog.yfm_blog h2,
|
54
|
+
.yfm_blog.yfm_blog h3,
|
55
|
+
.yfm_blog.yfm_blog h4,
|
56
|
+
.yfm_blog.yfm_blog h5,
|
57
|
+
.yfm_blog.yfm_blog h6 {
|
58
58
|
margin-bottom: 16px;
|
59
59
|
margin-top: 32px;
|
60
60
|
padding-top: 0;
|
61
61
|
font-weight: var(--yc-text-header-font-weight);
|
62
62
|
}
|
63
|
+
|
63
64
|
.yfm_blog blockquote,
|
64
65
|
.yfm_blog dl,
|
65
66
|
.yfm_blog ol,
|
@@ -28,7 +28,13 @@ export const Controls = ({ setIsFetching, tags = [], services = [], handleChange
|
|
28
28
|
const [savedOnly, setSavedOnly] = useState(savedOnlyInitial === 'true');
|
29
29
|
const [search, setSearch] = useState(searchInitial);
|
30
30
|
const handleSavedOnly = () => {
|
31
|
-
handleChangeQuery({
|
31
|
+
handleChangeQuery({
|
32
|
+
savedOnly: savedOnly ? '' : 'true',
|
33
|
+
search: '',
|
34
|
+
tags: '',
|
35
|
+
page: DEFAULT_PAGE,
|
36
|
+
services: '',
|
37
|
+
});
|
32
38
|
handleAnalyticsSaveOnly();
|
33
39
|
setSavedOnly(!savedOnly);
|
34
40
|
setIsFetching(true);
|
@@ -79,6 +79,7 @@ export const Paginator = ({ itemsPerPage, totalItems, maxPages, page, className,
|
|
79
79
|
dataKey: ArrowType.Prev,
|
80
80
|
mods: { type: ArrowType.Prev },
|
81
81
|
onClick: handleArrowClick,
|
82
|
+
index: 0,
|
82
83
|
content: React.createElement(NavigationButton, { arrowType: ArrowType.Prev }),
|
83
84
|
});
|
84
85
|
}
|
@@ -87,6 +88,7 @@ export const Paginator = ({ itemsPerPage, totalItems, maxPages, page, className,
|
|
87
88
|
key: ArrowType.Next,
|
88
89
|
dataKey: ArrowType.Next,
|
89
90
|
mods: { type: ArrowType.Next },
|
91
|
+
index: page + 1,
|
90
92
|
onClick: handleArrowClick,
|
91
93
|
content: React.createElement(NavigationButton, { arrowType: ArrowType.Next }),
|
92
94
|
});
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import { PaginatorItemProps } from '../types';
|
2
2
|
import '../Paginator.css';
|
3
|
-
export declare const PaginatorItem: ({ dataKey, mods, content, onClick, loading, }: PaginatorItemProps) => JSX.Element;
|
3
|
+
export declare const PaginatorItem: ({ dataKey, mods, content, onClick, loading, index, }: PaginatorItemProps) => JSX.Element;
|
@@ -5,12 +5,12 @@ import { block } from '../../../utils/cn';
|
|
5
5
|
import { getBlogPath } from '../../../utils/common';
|
6
6
|
import '../Paginator.css';
|
7
7
|
const b = block('paginator');
|
8
|
-
export const PaginatorItem = ({ dataKey, mods, content, onClick, loading = false, }) => {
|
8
|
+
export const PaginatorItem = ({ dataKey, mods, content, onClick, loading = false, index, }) => {
|
9
9
|
const { locale } = useContext(LocaleContext);
|
10
10
|
const urlPath = getBlogPath((locale === null || locale === void 0 ? void 0 : locale.pathPrefix) || '');
|
11
11
|
const itemKey = Number(dataKey) > 0 ? Number(dataKey) : dataKey;
|
12
|
-
const navTag =
|
13
|
-
const navigationLink = `${urlPath || ''}
|
14
|
-
return (React.createElement(
|
15
|
-
React.createElement(
|
12
|
+
const navTag = index > 1 ? `?page=${index}` : '';
|
13
|
+
const navigationLink = `${urlPath || ''}${navTag}`;
|
14
|
+
return (React.createElement(Button, { view: "flat", size: "xl", className: b('item', mods), onClick: () => onClick === null || onClick === void 0 ? void 0 : onClick(itemKey), loading: loading && Boolean(mods.active) },
|
15
|
+
React.createElement("a", { href: navigationLink, className: b('link'), onClick: (event) => event.preventDefault() }, content)));
|
16
16
|
};
|
@@ -49,17 +49,18 @@ unpredictable css rules order in build */
|
|
49
49
|
font-size: var(--yc-text-header-1-font-size);
|
50
50
|
line-height: var(--yc-text-header-1-line-height);
|
51
51
|
}
|
52
|
-
.yfm_blog h1,
|
53
|
-
.yfm_blog h2,
|
54
|
-
.yfm_blog h3,
|
55
|
-
.yfm_blog h4,
|
56
|
-
.yfm_blog h5,
|
57
|
-
.yfm_blog h6 {
|
52
|
+
.yfm_blog.yfm_blog h1,
|
53
|
+
.yfm_blog.yfm_blog h2,
|
54
|
+
.yfm_blog.yfm_blog h3,
|
55
|
+
.yfm_blog.yfm_blog h4,
|
56
|
+
.yfm_blog.yfm_blog h5,
|
57
|
+
.yfm_blog.yfm_blog h6 {
|
58
58
|
margin-bottom: 16px;
|
59
59
|
margin-top: 32px;
|
60
60
|
padding-top: 0;
|
61
61
|
font-weight: var(--yc-text-header-font-weight);
|
62
62
|
}
|
63
|
+
|
63
64
|
.yfm_blog blockquote,
|
64
65
|
.yfm_blog dl,
|
65
66
|
.yfm_blog ol,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gravity-ui/blog-constructor",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.1",
|
4
4
|
"description": "Gravity UI Blog Constructor",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -141,8 +141,5 @@
|
|
141
141
|
"*.{json,yaml,yml,md}": [
|
142
142
|
"prettier --write"
|
143
143
|
]
|
144
|
-
},
|
145
|
-
"publishConfig": {
|
146
|
-
"tag": "alpha"
|
147
144
|
}
|
148
145
|
}
|
package/styles/yfm.css
CHANGED
@@ -25,17 +25,18 @@ unpredictable css rules order in build */
|
|
25
25
|
font-size: var(--yc-text-header-1-font-size);
|
26
26
|
line-height: var(--yc-text-header-1-line-height);
|
27
27
|
}
|
28
|
-
.yfm_blog h1,
|
29
|
-
.yfm_blog h2,
|
30
|
-
.yfm_blog h3,
|
31
|
-
.yfm_blog h4,
|
32
|
-
.yfm_blog h5,
|
33
|
-
.yfm_blog h6 {
|
28
|
+
.yfm_blog.yfm_blog h1,
|
29
|
+
.yfm_blog.yfm_blog h2,
|
30
|
+
.yfm_blog.yfm_blog h3,
|
31
|
+
.yfm_blog.yfm_blog h4,
|
32
|
+
.yfm_blog.yfm_blog h5,
|
33
|
+
.yfm_blog.yfm_blog h6 {
|
34
34
|
margin-bottom: 16px;
|
35
35
|
margin-top: 32px;
|
36
36
|
padding-top: 0;
|
37
37
|
font-weight: var(--yc-text-header-font-weight);
|
38
38
|
}
|
39
|
+
|
39
40
|
.yfm_blog blockquote,
|
40
41
|
.yfm_blog dl,
|
41
42
|
.yfm_blog ol,
|
package/styles/yfm.scss
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
@import './variables.scss';
|
3
3
|
|
4
4
|
.yfm_blog {
|
5
|
+
$root: &;
|
6
|
+
|
5
7
|
@include text-size(body-3);
|
6
8
|
color: var(--yc-color-text-primary);
|
7
9
|
|
@@ -26,16 +28,18 @@
|
|
26
28
|
@include text-size(header-1);
|
27
29
|
}
|
28
30
|
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
31
|
+
@include add-specificity(&) {
|
32
|
+
h1,
|
33
|
+
h2,
|
34
|
+
h3,
|
35
|
+
h4,
|
36
|
+
h5,
|
37
|
+
h6 {
|
38
|
+
margin-bottom: $indentXS;
|
39
|
+
margin-top: $indentM;
|
40
|
+
padding-top: 0;
|
41
|
+
font-weight: var(--yc-text-header-font-weight);
|
42
|
+
}
|
39
43
|
}
|
40
44
|
|
41
45
|
blockquote,
|