@press2ai/theme-specialist-glossy 0.4.1 → 0.4.3

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.4.1",
3
+ "version": "0.4.3",
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",
@@ -73,7 +73,7 @@ body > footer a { color: var(--violet); }
73
73
  hgroup {
74
74
  position: relative; text-align: center; background: var(--white);
75
75
  padding: var(--g6) var(--pad);
76
- margin: 0 calc(50% - 50vw) var(--g6);
76
+ margin: 0 calc(50% - 50vw) var(--g6) calc(50% - 50vw);
77
77
  border-bottom: 1px solid var(--line);
78
78
  }
79
79
  hgroup > * { position: relative; }
@@ -248,13 +248,13 @@ input[type="text"] {
248
248
  transition: border-color var(--ease);
249
249
  }
250
250
  input[type="text"]:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 3px rgba(124,92,252,.08); }
251
- button[type="submit"] {
251
+ form:not([role="search"]) button[type="submit"] {
252
252
  margin-top: var(--g3); height: var(--g5); padding: 0 var(--g4);
253
253
  border: none; border-radius: var(--pill); background: var(--violet); color: var(--white);
254
254
  font-size: var(--t-sm); font-weight: 600; font-family: var(--font); cursor: pointer;
255
255
  transition: background var(--ease);
256
256
  }
257
- button[type="submit"]:hover { background: var(--ink); }
257
+ form:not([role="search"]) button[type="submit"]:hover { background: var(--ink); }
258
258
 
259
259
  /* Responsive */
260
260
  @media (max-width: 640px) {