@press2ai/theme-specialist-glossy 0.11.4 → 0.11.6

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.4",
3
+ "version": "0.11.6",
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.4',
62
+ version: '0.11.6',
63
63
  homepage: 'https://github.com/press2ai/theme-specialist-glossy',
64
64
  },
65
65
 
@@ -36,12 +36,12 @@ a:hover { color: var(--ink); }
36
36
  small { font-size: var(--t-xs); color: var(--ink-3); }
37
37
  strong { color: var(--ink); font-weight: 600; }
38
38
  main {
39
- max-width: var(--container); margin-inline: auto;
39
+ max-width: var(--container); margin-inline: 0;
40
40
  padding-inline: var(--pad); padding-top: 0; padding-bottom: 0;
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;
44
+ max-width: var(--measure); margin-inline: 0;
45
45
  }
46
46
  main > * + * { margin-top: var(--g5); }
47
47
  @media (max-width: 640px) {
@@ -59,12 +59,12 @@ body > header nav a strong { font-size: var(--t-md); font-weight: 700; color: va
59
59
 
60
60
  /* Main — systemic gap between blocks, no per-block hacks */
61
61
  main {
62
- max-width: var(--container); margin-inline: auto;
62
+ max-width: var(--container); margin-inline: 0;
63
63
  padding-inline: var(--pad); padding-top: 0; padding-bottom: 0;
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;
67
+ max-width: var(--measure); margin-inline: 0;
68
68
  }
69
69
  main > * + * { margin-top: var(--g5); }
70
70
 
@@ -269,7 +269,6 @@ section:has(> article[itemscope]) > article[itemscope] > a:last-child {
269
269
  section:has(> article[itemscope]) > article[itemscope] > a:last-child:hover { color: var(--ink); gap: 4px; }
270
270
 
271
271
  /* Single trainer — Swiss design */
272
- main:has(> article) { margin-inline: 0; }
273
272
  main > article {
274
273
  max-width: var(--w-8);
275
274
  padding: var(--g5) 0;
@@ -1,5 +1,4 @@
1
- export const css = `main:has(> article) { margin-inline: 0; }
2
- main > article {
1
+ export const css = `main > article {
3
2
  max-width: var(--w-8);
4
3
  padding: var(--g5) 0;
5
4
  }
@@ -12,7 +12,7 @@ export interface LayoutProps {
12
12
  footerContent?: string;
13
13
  }
14
14
 
15
- const THEME_VERSION = '0.11.4';
15
+ const THEME_VERSION = '0.11.6';
16
16
 
17
17
  export function layout(props: LayoutProps, body: string): string {
18
18
  const {