@press2ai/theme-specialist-glossy 0.9.0 → 0.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@press2ai/theme-specialist-glossy",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
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",
@@ -60,7 +60,7 @@ body > header nav a strong { font-size: var(--t-md); font-weight: 700; color: va
60
60
  /* Main — each block carries its own margin-top, no position-dependent rules */
61
61
  main {
62
62
  max-width: var(--container); margin-inline: auto;
63
- padding-inline: var(--pad); padding-top: 0; padding-bottom: var(--g6);
63
+ padding-inline: var(--pad); padding-top: 0; padding-bottom: 0;
64
64
  }
65
65
  main > h1 { margin-top: var(--g5); }
66
66
 
@@ -204,7 +204,7 @@ section:has(> ol) > * { max-width: var(--container); margin-inline: auto; }
204
204
  section:has(> ol) > h2 { text-align: center; margin-bottom: var(--g4); }
205
205
  section > ol {
206
206
  list-style: none; padding: 0; display: grid;
207
- grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--g3); margin: 0; counter-reset: steps;
207
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--g3); margin: 0 auto; counter-reset: steps;
208
208
  }
209
209
  section > ol li {
210
210
  counter-increment: steps; background: var(--bg); border: 1px solid var(--line);
@@ -226,6 +226,7 @@ section:has(> article[itemscope]) {
226
226
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--g3);
227
227
  }
228
228
  section:has(> article[itemscope]) > h2 { grid-column: 1 / -1; margin-bottom: var(--g2); }
229
+ section:has(> article[itemscope]) > nav[aria-label] { grid-column: 1 / -1; margin-top: 0; }
229
230
  article[itemscope] {
230
231
  position: relative; background: var(--card); border: 1px solid var(--line);
231
232
  border-radius: var(--r-lg); padding: var(--g3);
@@ -12,7 +12,7 @@ export interface LayoutProps {
12
12
  footerContent?: string;
13
13
  }
14
14
 
15
- const THEME_VERSION = '0.9.0';
15
+ const THEME_VERSION = '0.9.2';
16
16
 
17
17
  export function layout(props: LayoutProps, body: string): string {
18
18
  const {