vibespot 1.0.7 → 1.0.8

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": "vibespot",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "AI-powered HubSpot CMS landing page builder — vibe coding & React converter",
5
5
  "type": "module",
6
6
  "bin": {
package/ui/index.html CHANGED
@@ -24,6 +24,10 @@
24
24
  <div class="project-rail__items" id="project-rail-items"></div>
25
25
  <button class="project-rail__add" id="project-rail-add" title="New project">+</button>
26
26
  <div class="project-rail__footer">
27
+ <a class="project-rail__settings-btn" href="https://buymeacoffee.com/vibespot" target="_blank" title="Buy me a coffee">
28
+ <svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"><path d="M17 8h1a4 4 0 0 1 0 8h-1"/><path d="M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V8z"/><line x1="6" y1="2" x2="6" y2="4"/><line x1="10" y1="2" x2="10" y2="4"/><line x1="14" y1="2" x2="14" y2="4"/></svg>
29
+ <span class="project-rail__settings-label">Coffee</span>
30
+ </a>
27
31
  <a class="project-rail__settings-btn" href="/docs/" target="_blank" title="Documentation">
28
32
  <svg width="14" height="14" viewBox="0 0 18 18" fill="none"><path d="M3 2.5h4.5a2 2 0 0 1 2 2V16a1.5 1.5 0 0 0-1.5-1.5H3V2.5Z" stroke="currentColor" stroke-width="1.3" stroke-linejoin="round"/><path d="M15 2.5h-4.5a2 2 0 0 0-2 2V16a1.5 1.5 0 0 1 1.5-1.5H15V2.5Z" stroke="currentColor" stroke-width="1.3" stroke-linejoin="round"/></svg>
29
33
  <span class="project-rail__settings-label">Docs</span>
package/ui/styles.css CHANGED
@@ -3696,6 +3696,7 @@ body { display: flex; }
3696
3696
  cursor: pointer;
3697
3697
  border-radius: 8px;
3698
3698
  transition: all 0.15s;
3699
+ text-decoration: none;
3699
3700
  }
3700
3701
 
3701
3702
  .project-rail__settings-btn:hover {