@zlict/slidev-theme-zli 0.6.4 → 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 CHANGED
@@ -2,6 +2,8 @@
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
+
5
7
  ### [0.6.4](https://github.com/zlict/slidev-theme/compare/v0.6.3...v0.6.4) (2024-02-19)
6
8
 
7
9
  ### [0.6.3](https://github.com/zlict/slidev-theme/compare/v0.6.2...v0.6.3) (2024-02-19)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zlict/slidev-theme-zli",
3
- "version": "0.6.4",
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.17",
23
- "@fontsource/fira-code": "^5.0.16",
24
- "@fontsource/nunito-sans": "^5.0.8",
25
- "@fontsource/roboto": "^5.0.8",
26
- "@slidev/types": "0.47.5",
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.47.5",
31
+ "@slidev/cli": "0.49.0-beta.3",
32
32
  "conventional-github-releaser": "^3.1.5",
33
- "playwright-chromium": "^1.41.2",
34
- "sass": "^1.71.0",
33
+ "playwright-chromium": "^1.43.1",
34
+ "sass": "^1.75.0",
35
35
  "standard-version": "^9.5.0"
36
36
  },
37
37
  "engines": {
@@ -142,7 +142,7 @@
142
142
  }
143
143
 
144
144
  .slidev-layout.two-cols-header {
145
- grid-template-rows: repeat(2, min-content);
145
+ grid-template-rows: repeat(2, min-content) !important;
146
146
  }
147
147
 
148
148
  .slidev-layout.two-cols-header > div {