@brillout/docpress 0.16.18 → 0.16.20

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/ExternalLinks.tsx CHANGED
@@ -61,16 +61,17 @@ function ChangelogButton() {
61
61
  <div
62
62
  className="button"
63
63
  style={{
64
- background: '#f9f9f9',
64
+ background: 'transparent',
65
65
  display: 'flex',
66
66
  alignItems: 'center',
67
- paddingLeft: 5,
68
- paddingRight: 5,
69
- paddingTop: 3,
70
- paddingBottom: 3,
67
+ paddingLeft: 4,
68
+ paddingRight: 4,
69
+ paddingTop: 2,
70
+ paddingBottom: 2,
71
71
  fontSize: '0.92em',
72
72
  lineHeight: '1em',
73
73
  marginLeft: 1,
74
+ borderRadius: 3,
74
75
  }}
75
76
  >
76
77
  <span
package/Layout.tsx CHANGED
@@ -193,7 +193,7 @@ function PageContent({ children }: { children: React.ReactNode }) {
193
193
  {pageTitleParsed && !pageContext.resolved.pageDesign?.hideTitle && (
194
194
  <div>
195
195
  <EditLink className="show-only-on-desktop" style={{ float: 'right', marginTop: 15 }} />
196
- <h1 id={`${pageContext.urlPathname.replace('/', '')}`}>{pageTitleParsed}</h1>
196
+ <h1>{pageTitleParsed}</h1>
197
197
  </div>
198
198
  )}
199
199
  {children}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.16.18",
3
+ "version": "0.16.20",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@brillout/picocolors": "^1.0.10",