@whykusanagi/corrupted-theme 0.1.7 → 0.1.9

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.
@@ -203,7 +203,6 @@
203
203
  <a href="layout.html"><i class="fas fa-columns"></i> Layouts</a>
204
204
  <a href="basic/corrupted-text.html"><i class="fas fa-terminal"></i> Character Corruption</a>
205
205
  <a href="basic/typing-animation.html"><i class="fas fa-keyboard"></i> Buffer Corruption</a>
206
- <a href="advanced/nsfw-corruption.html"><i class="fas fa-exclamation-triangle"></i> NSFW (18+)</a>
207
206
  </div>
208
207
  </li>
209
208
  <li><a href="showcase-complete.html"><i class="fas fa-book"></i> Docs</a></li>
@@ -553,7 +552,7 @@
553
552
  </section>
554
553
 
555
554
  <footer style="text-align: center; padding: var(--spacing-2xl) var(--spacing-lg); margin-top: var(--spacing-2xl); border-top: 1px solid var(--border); color: var(--text-secondary);">
556
- <p>Form Components Documentation • Corrupted Theme v0.1.7</p>
555
+ <p>Form Components Documentation • Corrupted Theme v0.1.9</p>
557
556
  <p style="font-size: 0.875rem; margin-top: var(--spacing-md);">
558
557
  <a href="index.html" style="color: var(--accent); text-decoration: none;">← Back to Showcase</a>
559
558
  </p>
@@ -449,7 +449,22 @@
449
449
  <a href="showcase-complete.html#api-docs"><i class="fas fa-code"></i> API Docs</a>
450
450
  </div>
451
451
  </li>
452
- <li><a href="extensions-showcase.html"><i class="fas fa-puzzle-piece"></i> Extensions</a></li>
452
+ <li class="has-submenu">
453
+ <a href="extensions-showcase.html">
454
+ <i class="fas fa-puzzle-piece"></i> Extensions
455
+ <i class="fas fa-chevron-down" style="font-size: 0.7em; margin-left: 4px;"></i>
456
+ </a>
457
+ <div class="submenu">
458
+ <a href="extensions-showcase.html"><i class="fas fa-list"></i> All Extensions</a>
459
+ <a href="extensions-showcase.html#gallery"><i class="fas fa-images"></i> Gallery</a>
460
+ <a href="extensions-showcase.html#lightbox"><i class="fas fa-expand"></i> Lightbox</a>
461
+ <a href="extensions-showcase.html#nsfw"><i class="fas fa-eye-slash"></i> NSFW Blur</a>
462
+ <a href="extensions-showcase.html#social"><i class="fas fa-share-alt"></i> Social Links</a>
463
+ <a href="extensions-showcase.html#countdown"><i class="fas fa-hourglass-half"></i> Countdown</a>
464
+ <a href="advanced/glsl-vortex.html"><i class="fas fa-hurricane"></i> GLSL Vortex</a>
465
+ <a href="advanced/particles-bg.html"><i class="fas fa-atom"></i> Particles BG</a>
466
+ </div>
467
+ </li>
453
468
  <li class="has-submenu">
454
469
  <a href="#">
455
470
  <i class="fas fa-flask"></i> Examples
@@ -463,7 +478,8 @@
463
478
  <a href="layout.html"><i class="fas fa-columns"></i> Layouts</a>
464
479
  <a href="basic/corrupted-text.html"><i class="fas fa-terminal"></i> Character Corruption</a>
465
480
  <a href="basic/typing-animation.html"><i class="fas fa-keyboard"></i> Buffer Corruption</a>
466
- <a href="advanced/nsfw-corruption.html"><i class="fas fa-exclamation-triangle"></i> NSFW (18+)</a>
481
+ <a href="advanced/glsl-vortex.html"><i class="fas fa-hurricane"></i> GLSL Vortex</a>
482
+ <a href="advanced/particles-bg.html"><i class="fas fa-atom"></i> Particles BG</a>
467
483
  </div>
468
484
  </li>
469
485
  <li><a href="showcase-complete.html"><i class="fas fa-book"></i> Docs</a></li>
@@ -476,7 +492,7 @@
476
492
  <div class="hero-content">
477
493
  <div class="hero-badge">
478
494
  <i class="fas fa-sparkles"></i>
479
- <span>v0.1.7 — Production Ready</span>
495
+ <span>v0.1.9 — Production Ready</span>
480
496
  </div>
481
497
  <h1>Corrupted Theme</h1>
482
498
  <p class="hero-description">
@@ -684,6 +700,14 @@
684
700
  <i class="fas fa-share-alt"></i>
685
701
  <span>Social Links</span>
686
702
  </a>
703
+ <a href="advanced/glsl-vortex.html" class="quick-link">
704
+ <i class="fas fa-hurricane"></i>
705
+ <span>GLSL Vortex</span>
706
+ </a>
707
+ <a href="advanced/particles-bg.html" class="quick-link">
708
+ <i class="fas fa-atom"></i>
709
+ <span>Particles BG</span>
710
+ </a>
687
711
  <a href="nikke-team-builder.html" class="quick-link">
688
712
  <i class="fas fa-users"></i>
689
713
  <span>Team Builder</span>
@@ -751,7 +775,7 @@
751
775
  <a href="https://www.npmjs.com/package/@whykusanagi/corrupted-theme" target="_blank"><i class="fab fa-npm"></i> npm</a>
752
776
  </div>
753
777
  <p class="footer-meta">
754
- Corrupted Theme v0.1.7 • Built with <i class="fas fa-heart" style="color: var(--accent);"></i> by
778
+ Corrupted Theme v0.1.9 • Built with <i class="fas fa-heart" style="color: var(--accent);"></i> by
755
779
  <a href="https://whykusanagi.xyz" target="_blank">@whykusanagi</a>
756
780
  </p>
757
781
  </div>
@@ -189,7 +189,6 @@
189
189
  <a href="layout.html" class="active"><i class="fas fa-columns"></i> Layouts</a>
190
190
  <a href="basic/corrupted-text.html"><i class="fas fa-terminal"></i> Character Corruption</a>
191
191
  <a href="basic/typing-animation.html"><i class="fas fa-keyboard"></i> Buffer Corruption</a>
192
- <a href="advanced/nsfw-corruption.html"><i class="fas fa-exclamation-triangle"></i> NSFW (18+)</a>
193
192
  </div>
194
193
  </li>
195
194
  <li><a href="showcase-complete.html"><i class="fas fa-book"></i> Docs</a></li>
@@ -514,7 +513,7 @@
514
513
  </section>
515
514
 
516
515
  <footer style="text-align: center; padding: var(--spacing-2xl) var(--spacing-lg); margin-top: var(--spacing-2xl); border-top: 1px solid var(--border); color: var(--text-secondary);">
517
- <p>Layout Patterns Documentation • Corrupted Theme v0.1.7</p>
516
+ <p>Layout Patterns Documentation • Corrupted Theme v0.1.9</p>
518
517
  <p style="font-size: 0.875rem; margin-top: var(--spacing-md);">
519
518
  <a href="index.html" style="color: var(--accent); text-decoration: none;">← Back to Showcase</a>
520
519
  </p>
@@ -196,7 +196,6 @@
196
196
  <a href="layout.html"><i class="fas fa-columns"></i> Layouts</a>
197
197
  <a href="basic/corrupted-text.html"><i class="fas fa-terminal"></i> Character Corruption</a>
198
198
  <a href="basic/typing-animation.html"><i class="fas fa-keyboard"></i> Buffer Corruption</a>
199
- <a href="advanced/nsfw-corruption.html"><i class="fas fa-exclamation-triangle"></i> NSFW (18+)</a>
200
199
  </div>
201
200
  </li>
202
201
  <li><a href="showcase-complete.html"><i class="fas fa-book"></i> Docs</a></li>
@@ -566,7 +565,7 @@
566
565
  </section>
567
566
 
568
567
  <footer style="text-align: center; padding: var(--spacing-2xl) var(--spacing-lg); margin-top: var(--spacing-2xl); border-top: 1px solid var(--border); color: var(--text-secondary);">
569
- <p>Nikke Team Builder Example • Corrupted Theme v0.1.7</p>
568
+ <p>Nikke Team Builder Example • Corrupted Theme v0.1.9</p>
570
569
  <p style="font-size: 0.875rem; margin-top: var(--spacing-md);">
571
570
  <a href="index.html" style="color: var(--accent); text-decoration: none;">← Back to Showcase</a> •
572
571
  <a href="showcase-complete.html#nikke" style="color: var(--accent); text-decoration: none;">Documentation</a>
@@ -149,7 +149,6 @@
149
149
  <a href="layout.html"><i class="fas fa-columns"></i> Layouts</a>
150
150
  <a href="basic/corrupted-text.html"><i class="fas fa-terminal"></i> Character Corruption</a>
151
151
  <a href="basic/typing-animation.html"><i class="fas fa-keyboard"></i> Buffer Corruption</a>
152
- <a href="advanced/nsfw-corruption.html"><i class="fas fa-exclamation-triangle"></i> NSFW (18+)</a>
153
152
  </div>
154
153
  </li>
155
154
  <li><a href="showcase-complete.html"><i class="fas fa-book"></i> Docs</a></li>
@@ -1697,7 +1696,7 @@ const theme = {
1697
1696
 
1698
1697
  <!-- Footer -->
1699
1698
  <footer style="text-align: center; padding: var(--spacing-2xl) var(--spacing-lg); margin-top: var(--spacing-2xl); border-top: 1px solid var(--border); color: var(--text-secondary);">
1700
- <p><strong>Corrupted Theme</strong> v0.1.7 • Built with <i class="fas fa-heart" style="color: var(--accent);"></i> by whykusanagi</p>
1699
+ <p><strong>Corrupted Theme</strong> v0.1.9 • Built with <i class="fas fa-heart" style="color: var(--accent);"></i> by whykusanagi</p>
1701
1700
  <p style="font-size: 0.875rem; margin-top: var(--spacing-md);">
1702
1701
  <a href="https://github.com/whykusanagi/corrupted-theme#readme" class="link">Documentation</a> •
1703
1702
  <a href="#customization" class="link">Customization</a> •
@@ -1920,7 +1919,7 @@ const theme = {
1920
1919
 
1921
1920
  // Auto-show welcome message on page load
1922
1921
  setTimeout(() => {
1923
- toast.success('Welcome to Corrupted Theme v0.1.7!', 'Welcome', 5000);
1922
+ toast.success('Welcome to Corrupted Theme v0.1.9!', 'Welcome', 5000);
1924
1923
  }, 1000);
1925
1924
  </script>
1926
1925
  </body>
@@ -151,7 +151,6 @@
151
151
  <a href="layout.html"><i class="fas fa-columns"></i> Layouts</a>
152
152
  <a href="basic/corrupted-text.html"><i class="fas fa-terminal"></i> Character Corruption</a>
153
153
  <a href="basic/typing-animation.html"><i class="fas fa-keyboard"></i> Buffer Corruption</a>
154
- <a href="advanced/nsfw-corruption.html"><i class="fas fa-exclamation-triangle"></i> NSFW (18+)</a>
155
154
  </div>
156
155
  </li>
157
156
  <li><a href="showcase-complete.html"><i class="fas fa-book"></i> Docs</a></li>
@@ -465,7 +464,7 @@ const theme = {
465
464
 
466
465
  <!-- Footer -->
467
466
  <footer style="text-align: center; padding: var(--spacing-2xl) var(--spacing-lg); margin-top: var(--spacing-2xl); border-top: 1px solid var(--border); color: var(--text-secondary);">
468
- <p><strong>Corrupted Theme</strong> v0.1.7 • Built with <i class="fas fa-heart" style="color: var(--accent);"></i> by whykusanagi</p>
467
+ <p><strong>Corrupted Theme</strong> v0.1.9 • Built with <i class="fas fa-heart" style="color: var(--accent);"></i> by whykusanagi</p>
469
468
  <p style="font-size: 0.875rem; margin-top: var(--spacing-md);">
470
469
  <a href="https://github.com/whykusanagi/corrupted-theme#readme" class="link">Documentation</a> •
471
470
  <a href="#customization" class="link">Customization</a> •
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whykusanagi/corrupted-theme",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "description": "A dark, glassmorphic design system with pink/purple accents. Perfect for creating modern, visually striking web applications.",
6
6
  "main": "src/css/theme.css",
@@ -24,7 +24,9 @@
24
24
  "./corruption-loading": "./src/lib/corruption-loading.js",
25
25
  "./character-corruption": "./src/lib/character-corruption.js",
26
26
  "./components-js": "./src/lib/components.js",
27
- "./carousel": "./src/lib/carousel.js"
27
+ "./carousel": "./src/lib/carousel.js",
28
+ "./corrupted-vortex": "./src/lib/corrupted-vortex.js",
29
+ "./corrupted-particles": "./src/lib/corrupted-particles.js"
28
30
  },
29
31
  "files": [
30
32
  "src",
@@ -40,7 +42,6 @@
40
42
  "docs/CORRUPTION_PHRASES.md",
41
43
  "docs/CHARACTER_LEVEL_CORRUPTION.md",
42
44
  "docs/STYLE_GUIDE.md",
43
- "docs/ROADMAP.md",
44
45
  "examples",
45
46
  "Dockerfile",
46
47
  "docker-entrypoint.sh",