starlight-theme-bejamas 0.1.17 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # starlight-theme-bejamas
2
2
 
3
+ ## 0.1.18
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83](https://github.com/bejamas/ui/pull/83) [`4e1ceaf`](https://github.com/bejamas/ui/commit/4e1ceaf8ab8dc2405f06b5124bf5bdb2bfae44bc) Thanks [@thomkrupa](https://github.com/thomkrupa)! - fix typo
8
+
3
9
  ## 0.1.17
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "starlight-theme-bejamas",
3
3
  "author": "Bejamas",
4
- "version": "0.1.17",
4
+ "version": "0.1.18",
5
5
  "license": "MIT",
6
6
  "description": "A Starlight theme using bejamas/ui",
7
7
  "type": "module",
@@ -222,7 +222,7 @@ const isSplashTemplate = template === "splash";
222
222
 
223
223
  .sidebar-pane {
224
224
  padding-top: 0;
225
- margin-top: margin-top: calc(var(--spacing) * 18);
225
+ margin-top: calc(var(--spacing) * 18);
226
226
  }
227
227
  }
228
228