portosaurus 1.17.0 → 1.17.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "portosaurus",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "author": "soymadip",
5
5
  "license": "GPL-3.0-only",
6
6
  "description": "Complete portfolio cum personal website solution for your digital personality.",
@@ -50,7 +50,7 @@
50
50
  "favicons": "^7.2.0",
51
51
  "fs-extra": "^11.3.3",
52
52
  "plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
53
- "portosaurus": "^1.16.7",
53
+ "portosaurus": "^1.17.0",
54
54
  "prism-react-renderer": "^2.4.1",
55
55
  "prompts": "^2.4.2",
56
56
  "react": "^18.3.1",
@@ -1,6 +1,6 @@
1
- import { getCssVar } from "../utils/cssUtils.js";
2
-
3
- const backgroundColor = getCssVar("--ifm-background-color");
1
+ // Hardcoded default background color (Catppuccin Mocha)
2
+ // This avoids pulling in Node.js dependencies (fs, path) into the browser bundle.
3
+ const backgroundColor = "#1e1e2e";
4
4
 
5
5
  export const metaTags = [
6
6
  // Theme color meta tags