@lundal/zed-css 0.0.16 → 0.0.18

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +8 -7
package/dist/index.css CHANGED
@@ -349,7 +349,7 @@ dialog:focus-visible {
349
349
  font-weight: 500;
350
350
  }
351
351
 
352
- .z-nav--header {
352
+ .z-nav--heading {
353
353
  padding: 24px 24px 12px 24px;
354
354
  }
355
355
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lundal/zed-css",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -14,12 +14,13 @@
14
14
  "format": "prettier --write src"
15
15
  },
16
16
  "devDependencies": {
17
- "prettier": "3",
18
- "typescript": "5",
19
- "vite": "6",
20
- "vite-plugin-libcss": "1"
17
+ "@fontsource/inter": "5.2.8",
18
+ "prettier": "3.6.2",
19
+ "typescript": "5.9.3",
20
+ "vite": "7.1.10",
21
+ "vite-plugin-libcss": "1.1.2"
21
22
  },
22
- "dependencies": {
23
- "@fontsource/inter": "5"
23
+ "peerDependencies": {
24
+ "@fontsource/inter": "*"
24
25
  }
25
26
  }