@astryxdesign/theme-gothic 0.1.1 → 0.1.2-canary.04e71b2

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/dist/gothic.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/gothicTheme.ts
4
4
  * Command: astryx theme build src/gothicTheme.ts --out dist/theme.css
5
- * Generated: 2026-06-26T02:45:33.686Z
5
+ * Generated: 2026-07-04T03:16:55.586Z
6
6
  */
7
7
 
8
8
  import type { DefinedTheme } from '@astryxdesign/core/theme';
package/dist/gothic.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/gothicTheme.ts
4
4
  * Command: astryx theme build src/gothicTheme.ts --out dist/theme.css
5
- * Generated: 2026-06-26T02:45:33.685Z
5
+ * Generated: 2026-07-04T03:16:55.585Z
6
6
  */
7
7
 
8
8
  import { gothicIconRegistry } from './icons';
@@ -2,7 +2,7 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/gothicTheme.ts
4
4
  * Command: astryx theme build src/gothicTheme.ts --out dist/theme.css
5
- * Generated: 2026-06-26T02:45:33.691Z
5
+ * Generated: 2026-07-04T03:16:55.591Z
6
6
  */
7
7
 
8
8
  // Generated by astryx theme build
package/dist/theme.css CHANGED
@@ -2,7 +2,7 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/gothicTheme.ts
4
4
  * Command: astryx theme build src/gothicTheme.ts --out dist/theme.css
5
- * Generated: 2026-06-26T02:45:33.685Z
5
+ * Generated: 2026-07-04T03:16:55.585Z
6
6
  */
7
7
 
8
8
  @layer reset {
@@ -502,9 +502,9 @@
502
502
 
503
503
  .astryx-heading.placeholder { color: var(--color-text-secondary); }
504
504
 
505
- .astryx-text.active { color: var(--color-accent); }
505
+ .astryx-text.accent { color: var(--color-text-accent); }
506
506
 
507
- .astryx-heading.active { color: var(--color-accent); }
507
+ .astryx-heading.accent { color: var(--color-text-accent); }
508
508
  }
509
509
  }
510
510
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-gothic",
3
- "version": "0.1.1",
3
+ "version": "0.1.2-canary.04e71b2",
4
4
  "displayName": "Gothic Theme",
5
5
  "private": false,
6
6
  "description": "Deep blue-grays and a signature display serif. Dramatic and editorial, for surfaces that want to be remembered.",
@@ -49,11 +49,11 @@
49
49
  "lucide-react": "^1.18.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@astryxdesign/core": "0.1.1",
52
+ "@astryxdesign/core": "0.1.2-canary.04e71b2",
53
53
  "react": ">=19"
54
54
  },
55
55
  "devDependencies": {
56
- "@astryxdesign/cli": "0.1.1"
56
+ "@astryxdesign/cli": "0.1.2-canary.04e71b2"
57
57
  },
58
58
  "module": "./dist/source.mjs",
59
59
  "scripts": {