@press2ai/theme-specialist-glossy 0.9.1 → 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.1",
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",
@@ -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.1';
15
+ const THEME_VERSION = '0.9.2';
16
16
 
17
17
  export function layout(props: LayoutProps, body: string): string {
18
18
  const {