Skip to content

Commit

Permalink
Merge pull request #21 from ckeditor/add-dist-folder
Browse files Browse the repository at this point in the history
Add the `dist` folder to the repository.
  • Loading branch information
pszczesniak authored Jul 1, 2024
2 parents 064d69d + 3bb643e commit 238bc92
Show file tree
Hide file tree
Showing 16 changed files with 723 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.nyc_output/
coverage/
dist/
node_modules/
yarn.lock
tmp/
Expand Down
5 changes: 4 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "stylelint-config-ckeditor5"
"extends": "stylelint-config-ckeditor5",
"ignoreFiles": [
"dist/**/*.css"
]
}
Empty file added dist/browser/index-content.css
Empty file.
1 change: 1 addition & 0 deletions dist/browser/index-editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/browser/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/browser/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/browser/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/browser/index.js.map

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/browser/index.umd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/browser/index.umd.js.map

Large diffs are not rendered by default.

Empty file added dist/index-content.css
Empty file.
43 changes: 43 additions & 0 deletions dist/index-editor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.ck-mermaid__wrapper {
display: flex;
justify-content: center;
}
.ck-mermaid__wrapper .ck-mermaid__editing-view {
padding: 16px;
background-color: hsla(0, 0%, 78%, 0.3);
min-height: 200px;
border: 0;
resize: vertical;
font-size: 12px;
outline: 0;
}
.ck-mermaid__preview {
display: flex;
justify-content: center;
}
[id^="dmermaid-"] {
display: flex;
align-items: center;
height: 100%;
justify-content: center;
}
[id^="dmermaid-"] svg {
display: block;
width: 60%;
height: auto;
}
.ck-mermaid__source-mode .ck-mermaid__editing-view {
width: 100%;
}
.ck-mermaid__source-mode .ck-mermaid__preview {
display: none;
}
.ck-mermaid__split-mode .ck-mermaid__editing-view {
width: 50%;
}
.ck-mermaid__split-mode .ck-mermaid__preview {
width: 50%;
}
.ck-mermaid__preview-mode .ck-mermaid__editing-view {
display: none;
}
62 changes: 62 additions & 0 deletions dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 238bc92

Please sign in to comment.