@press2ai/theme-specialist-glossy 0.7.2 → 0.7.4

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": "@press2ai/theme-specialist-glossy",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "Classless, AI-first theme inspired by Stripe. Framework-agnostic templates (Hono, Astro, raw HTML). Semantic HTML, Schema.org microdata, JSON-LD — built for LLM crawlers.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -48,6 +48,7 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
+ "@press2ai/theme-specialist-glossy": "^0.7.2",
51
52
  "zod": "^3.23.0",
52
53
  "zod-to-json-schema": "^3.25.2"
53
54
  }
@@ -165,7 +165,7 @@ form[role="search"] button {
165
165
  form[role="search"] button:hover { background: var(--ink); }
166
166
 
167
167
  /* Stats — margin-top only, visually separated */
168
- section[aria-label="Statystyki"] { margin-top: var(--g5); padding: var(--g4) 0; border-top: 1px solid var(--line); }
168
+ section[aria-label="Statystyki"] { margin-top: var(--g6); }
169
169
  .stat-summary {
170
170
  text-align: center; font-size: var(--t-md); font-weight: 500; line-height: 1.55;
171
171
  color: var(--ink); margin: 0 auto var(--g4); max-width: var(--measure);
@@ -195,7 +195,7 @@ nav[aria-label] a:nth-child(5n+5):hover { border-color: var(--sky); color: var(-
195
195
 
196
196
  /* Full-bleed bands — reusable */
197
197
  .band, .band-muted {
198
- margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
198
+ margin: var(--g6) calc(50% - 50vw) 0 calc(50% - 50vw);
199
199
  padding: var(--g5) var(--pad);
200
200
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
201
201
  }