@zlict/slidev-theme-zli 0.6.3 → 0.6.5
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/CHANGELOG.md +4 -0
- package/package.json +9 -9
- package/styles/layout.scss +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.6.5](https://github.com/zlict/slidev-theme/compare/v0.6.4...v0.6.5) (2024-04-17)
|
|
6
|
+
|
|
7
|
+
### [0.6.4](https://github.com/zlict/slidev-theme/compare/v0.6.3...v0.6.4) (2024-02-19)
|
|
8
|
+
|
|
5
9
|
### [0.6.3](https://github.com/zlict/slidev-theme/compare/v0.6.2...v0.6.3) (2024-02-19)
|
|
6
10
|
|
|
7
11
|
### [0.6.2](https://github.com/zlict/slidev-theme/compare/v0.6.1...v0.6.2) (2024-02-19)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zlict/slidev-theme-zli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "ZLI Slidev theme",
|
|
6
6
|
"keywords": [
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"author": "openscript GmbH <hi+npm@openscript.ch>",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@chenfengyuan/vue-qrcode": "^2.0.0",
|
|
22
|
-
"@fontsource/dongle": "^5.0.
|
|
23
|
-
"@fontsource/fira-code": "^5.0.
|
|
24
|
-
"@fontsource/nunito-sans": "^5.0.
|
|
25
|
-
"@fontsource/roboto": "^5.0.
|
|
26
|
-
"@slidev/types": "0.
|
|
22
|
+
"@fontsource/dongle": "^5.0.18",
|
|
23
|
+
"@fontsource/fira-code": "^5.0.17",
|
|
24
|
+
"@fontsource/nunito-sans": "^5.0.12",
|
|
25
|
+
"@fontsource/roboto": "^5.0.12",
|
|
26
|
+
"@slidev/types": "0.49.0-beta.3",
|
|
27
27
|
"codemirror-theme-vars": "^0.1.2",
|
|
28
28
|
"prism-theme-vars": "^0.2.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@slidev/cli": "0.
|
|
31
|
+
"@slidev/cli": "0.49.0-beta.3",
|
|
32
32
|
"conventional-github-releaser": "^3.1.5",
|
|
33
|
-
"playwright-chromium": "^1.
|
|
34
|
-
"sass": "^1.
|
|
33
|
+
"playwright-chromium": "^1.43.1",
|
|
34
|
+
"sass": "^1.75.0",
|
|
35
35
|
"standard-version": "^9.5.0"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
package/styles/layout.scss
CHANGED
|
@@ -126,7 +126,6 @@
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.slidev-layout ul, .slidev-layout ol, .slidev-layout dl {
|
|
129
|
-
margin-top: 1rem;
|
|
130
129
|
margin-bottom: 0.5rem;
|
|
131
130
|
}
|
|
132
131
|
|
|
@@ -143,7 +142,7 @@
|
|
|
143
142
|
}
|
|
144
143
|
|
|
145
144
|
.slidev-layout.two-cols-header {
|
|
146
|
-
grid-template-rows: repeat(2, min-content);
|
|
145
|
+
grid-template-rows: repeat(2, min-content) !important;
|
|
147
146
|
}
|
|
148
147
|
|
|
149
148
|
.slidev-layout.two-cols-header > div {
|