@cbnventures/docusaurus-preset-nova 0.15.0 → 0.15.2

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.
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="22" viewBox="0 0 16 18">
2
+ <path d="M.517.396A1.4 1.4 0 0 0 .2 1.26v15.48c0 .32.116.614.317.864L8.862 9z" fill="#4285F4" />
3
+ <path d="M.517 17.604c.244.304.607.496 1.023.496.164 0 .336-.036.5-.112L12.022 12.2 8.862 9z" fill="#34A853" />
4
+ <path d="M.517.396C.76.092 1.124-.1 1.54-.1c.164 0 .336.036.5.112L12.022 5.8 8.862 9z" fill="#EA4335" />
5
+ <path d="M12.022 5.8 15.2 8.1c.5.288.8.644.8.9s-.3.612-.8.9l-3.178 2.3L8.862 9z" fill="#FBBC04" />
6
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>envoy-logo</title>
4
+ <g id="envoy-logo" stroke="none" fill="none" fill-rule="evenodd" stroke-width="1">
5
+ <g id="Group">
6
+ <circle id="Oval" fill="#7C3AED" cx="256" cy="256" r="256"></circle>
7
+ <polygon id="Path" fill="#06B6D4" opacity="0.85" points="78.7692308 256 256 78.7692308 433.230769 256 256 433.230769"></polygon>
8
+ <circle id="Oval" fill="#FFFFFF" cx="256" cy="256" r="59.0769231"></circle>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>foundry-logo</title>
4
+ <g id="foundry-logo" stroke="none" fill="none" fill-rule="evenodd">
5
+ <polygon id="Polygon" fill="#EA580C" points="384.27409 33 512 254.683761 383.72591 476.683761 127.72591 477 0 255.316239 128.27409 33.3162393"></polygon>
6
+ <path d="M255.5,120 C255.5,120 345,227.6 345,299.333333 C345,348.829333 304.904,389 255.5,389 C206.096,389 166,348.829333 166,299.333333 C166,227.6 255.5,120 255.5,120 Z" id="Path" fill="#FBBF24"></path>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>sentinel-logo</title>
4
+ <g id="sentinel-logo" stroke="none" fill="none">
5
+ <g id="logo" transform="translate(320, 237)"></g>
6
+ <g id="Group" stroke-width="1" fill-rule="evenodd" transform="translate(0, 39)">
7
+ <path d="M0,216.5 C0,216.5 118.153846,1.4203285e-14 256,1.4203285e-14 C393.846154,1.4203285e-14 512,216.5 512,216.5 C512,216.5 393.846154,433 256,433 C118.153846,433 0,216.5 0,216.5 Z" id="Path" fill="#0D9488"></path>
8
+ <ellipse id="Oval" fill="#134E4A" cx="256" cy="216.5" rx="108.307692" ry="108.25"></ellipse>
9
+ <ellipse id="Oval" fill="#5EEAD4" cx="256" cy="216.5" rx="49.2307692" ry="49.2045455"></ellipse>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>signal-logo</title>
4
+ <g id="signal-logo" stroke="none" fill="none" fill-rule="evenodd" stroke-width="1">
5
+ <g id="Group">
6
+ <rect id="Rectangle" fill="#E11D48" x="0" y="0" width="512" height="512"></rect>
7
+ <polyline id="Path" stroke="#FFFFFF" stroke-width="53.3333333" points="149.333333 341.333333 256 170.666667 362.666667 341.333333"></polyline>
8
+ <line x1="149.333333" y1="341.333333" x2="362.666667" y2="341.333333" id="Path" stroke="#FFFFFF" stroke-width="53.3333333"></line>
9
+ </g>
10
+ </g>
11
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbnventures/docusaurus-preset-nova",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
4
4
  "description": "Scripts, templates, and project configuration for the common JavaScript and TypeScript developer",
5
5
  "keywords": [
6
6
  "eslint",
@@ -54,6 +54,7 @@
54
54
  "./types/config": "./nova-config.d.ts"
55
55
  },
56
56
  "files": [
57
+ "./assets",
57
58
  "./build",
58
59
  "./nova-config.d.ts",
59
60
  "./nova-theme.d.ts"
@@ -84,7 +85,7 @@
84
85
  "node": "^20 || ^22 || ^24"
85
86
  },
86
87
  "dependencies": {
87
- "@cbnventures/nova": "^0.15.0",
88
+ "@cbnventures/nova": "0.15.1",
88
89
  "@codesandbox/sandpack-react": "2.20.0",
89
90
  "@docusaurus/plugin-content-blog": "3.10.0",
90
91
  "@docusaurus/plugin-content-docs": "3.10.0",