1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

fix: markdown ul and img styles (#3515)

This commit is contained in:
Juan Picado 2022-11-30 23:39:44 +01:00 committed by GitHub
parent 0aee71b625
commit bf4ac5006b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 3 deletions

@ -0,0 +1,5 @@
---
'@verdaccio/ui-theme': patch
---
fix: markdown ul and img styles

@ -58,6 +58,7 @@
"ora": "5.4.1",
"dompurify": "2.4.1",
"highlight.js": "11.6.0",
"github-markdown-css": "4.0.0",
"marked": "4.2.3",
"raw-loader": "4.0.2",
"react": "18.2.0",

@ -1,4 +1,5 @@
import styled from '@emotion/styled';
import 'github-markdown-css';
import 'highlight.js/styles/default.css';
import React from 'react';
import { Theme } from 'verdaccio-ui/design-tokens/theme';
@ -20,4 +21,10 @@ const Wrapper = styled('div')<{ theme?: Theme }>(({ theme }) => ({
background: theme?.palette.white,
color: theme?.palette.black,
padding: theme?.spacing(2, 3),
ul: {
listStyle: 'disc',
},
img: {
maxWidth: '100%',
},
}));

@ -9,6 +9,14 @@ exports[`<Readme /> component should load the component in default state 1`] = `
padding: 16px 24px;
}
.emotion-0 ul {
list-style: disc;
}
.emotion-0 img {
max-width: 100%;
}
<body>
<div>
<div
@ -28,6 +36,14 @@ exports[`<Readme /> component should load the component in default state 1`] = `
padding: 16px 24px;
}
.emotion-0 ul {
list-style: disc;
}
.emotion-0 img {
max-width: 100%;
}
<div>
<div
class="markdown-body emotion-0 emotion-1"

12
pnpm-lock.yaml generated

@ -262,7 +262,7 @@ importers:
pnpm: next-7
dependencies:
'@verdaccio/test-cli-commons': link:../cli-commons
pnpm: 7.17.0
pnpm: 7.17.1
e2e/cli/e2e-yarn1:
specifiers:
@ -800,6 +800,7 @@ importers:
dayjs: 1.11.6
dompurify: 2.4.1
friendly-errors-webpack-plugin: 1.7.0
github-markdown-css: 4.0.0
harmony-reflect: 1.6.2
highlight.js: 11.6.0
history: 4.10.1
@ -881,6 +882,7 @@ importers:
dayjs: 1.11.6
dompurify: 2.4.1
friendly-errors-webpack-plugin: 1.7.0_webpack@5.75.0
github-markdown-css: 4.0.0
harmony-reflect: 1.6.2
highlight.js: 11.6.0
history: 4.10.1
@ -16280,6 +16282,10 @@ packages:
assert-plus: 1.0.0
dev: true
/github-markdown-css/4.0.0:
resolution: {integrity: sha512-mH0bcIKv4XAN0mQVokfTdKo2OD5K8WJE9+lbMdM32/q0Ie5tXgVN/2o+zvToRMxSTUuiTRcLg5hzkFfOyBYreg==}
dev: true
/github-slugger/1.4.0:
resolution: {integrity: sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==}
@ -20957,8 +20963,8 @@ packages:
hasBin: true
dev: false
/pnpm/7.17.0:
resolution: {integrity: sha512-0oy+VI/6r248MzFrr3jBTQ5qxC1wM+wP3YoGcoohPEMk+5LfQBYHsazdu8QDtuigr2jjaDi0hfg/c8k89jxiEA==}
/pnpm/7.17.1:
resolution: {integrity: sha512-O76jPxzoeja81Z/8YyTfuXt+f7qkpsyEJsNBreWYBLHY5rJkjvNE/bIUGQ2uD/rcYPEtmrZZYox21OjAMC9EGw==}
engines: {node: '>=14.6'}
hasBin: true
dev: false