@press2ai/theme-specialist-glossy 0.11.7 → 0.11.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": "@press2ai/theme-specialist-glossy",
3
- "version": "0.11.7",
3
+ "version": "0.11.8",
4
4
  "description": "Classless, AI-first glossy theme. 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",
package/src/ai.ts CHANGED
@@ -59,7 +59,7 @@ export function getAiManifest(opts: {
59
59
 
60
60
  powered_by: {
61
61
  name: '@press2ai/theme-specialist-glossy',
62
- version: '0.11.7',
62
+ version: '0.11.8',
63
63
  homepage: 'https://github.com/press2ai/theme-specialist-glossy',
64
64
  },
65
65
 
@@ -41,7 +41,6 @@ main {
41
41
  }
42
42
  main:not(:has(> section, > article, > div, > nav)) {
43
43
  padding-top: var(--g5); padding-bottom: var(--g5);
44
- max-width: var(--measure); margin-inline: auto;
45
44
  }
46
45
  main > * + * { margin-top: var(--g5); }
47
46
  @media (max-width: 640px) {
@@ -64,7 +64,6 @@ main {
64
64
  }
65
65
  main:not(:has(> section, > article, > div, > nav)) {
66
66
  padding-top: var(--g5); padding-bottom: var(--g5);
67
- max-width: var(--measure); margin-inline: auto;
68
67
  }
69
68
  main > * + * { margin-top: var(--g5); }
70
69
 
@@ -12,7 +12,7 @@ export interface LayoutProps {
12
12
  footerContent?: string;
13
13
  }
14
14
 
15
- const THEME_VERSION = '0.11.7';
15
+ const THEME_VERSION = '0.11.8';
16
16
 
17
17
  export function layout(props: LayoutProps, body: string): string {
18
18
  const {