@ibgib/space-gib 0.0.19 → 0.0.21
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/dist/client/bootstrap.mjs +7 -7
- package/dist/client/chunk-7YXHRAEW.mjs +2813 -0
- package/dist/client/chunk-M2IO3EMM.mjs +22 -0
- package/dist/client/index.html +4 -3
- package/dist/client/index.mjs +5 -5
- package/dist/client/privacy.html +288 -0
- package/dist/client/script.mjs +1 -1
- package/dist/server/server.mjs +811 -582
- package/generate-privacy-html.js +208 -0
- package/package.json +4 -4
- package/src/client/AUTO-GENERATED-version.mts +1 -1
- package/src/client/README.md +113 -0
- package/src/client/dev-tools/common.mts +1 -0
- package/src/client/index.html +4 -3
- package/src/client/privacy.html +288 -0
- package/dist/client/chunk-NLLBRWVU.mjs +0 -18
- package/dist/client/chunk-YJGD7KHK.mjs +0 -2665
package/dist/client/index.html
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<button id="btn-left-panel-toggle" class="panel-toggle-btn" aria-label="Toggle Left Panel">☰</button>
|
|
56
56
|
<a id="space-gib-title-link" href="/" class="brand-link">
|
|
57
57
|
<span class="brand-icon">◈</span>
|
|
58
|
-
<span class="brand-name"
|
|
58
|
+
<span class="brand-name">🌌 space<span class="brand-accent">-</span>gib 🌌</span>
|
|
59
59
|
</a>
|
|
60
60
|
<nav class="header-nav" aria-label="Main navigation">
|
|
61
61
|
<a href="/docs" class="nav-link">Docs</a>
|
|
@@ -105,7 +105,8 @@
|
|
|
105
105
|
<h2 class="dev-panel-title">Dev Tools</h2>
|
|
106
106
|
|
|
107
107
|
<div class="dev-panel-select-container">
|
|
108
|
-
<label for="dev-tools-row-select"
|
|
108
|
+
<label for="dev-tools-row-select"
|
|
109
|
+
style="color: var(--clr-warn); font-size: 0.9rem; font-weight: 500;">Select Phase:</label>
|
|
109
110
|
<select id="dev-tools-row-select" class="dev-select">
|
|
110
111
|
<option value="all">Show All</option>
|
|
111
112
|
<option value="00">Row 00 (POC)</option>
|
|
@@ -293,7 +294,7 @@
|
|
|
293
294
|
<p class="footer-text">
|
|
294
295
|
<span>© ibgib contributors</span> ·
|
|
295
296
|
<a href="https://ibgib.space" class="footer-link">ibgib.space</a> ·
|
|
296
|
-
<a href="
|
|
297
|
+
<a href="/privacy" class="footer-link" target="_blank" rel="noopener">Privacy Policy</a>
|
|
297
298
|
</p>
|
|
298
299
|
</footer>
|
|
299
300
|
|