@astryxdesign/theme-y2k 0.6.2 → 0.6.3-canary.01fa439

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/theme.css CHANGED
@@ -2,8 +2,8 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/y2kTheme.ts
4
4
  * Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
5
- * CLI: @astryxdesign/cli@0.6.2
6
- * Core: @astryxdesign/core@0.6.2
5
+ * CLI: @astryxdesign/cli@0.6.3
6
+ * Core: @astryxdesign/core@0.6.3
7
7
  */
8
8
 
9
9
  @layer reset {
@@ -332,6 +332,10 @@
332
332
  --shadow-inset-error: inset 0px 0px 0px 2px #8b1d2450;
333
333
  }
334
334
 
335
+ :scope {
336
+ font-family: var(--font-family-body);
337
+ }
338
+
335
339
  .astryx-heading[data-level="1"] {
336
340
  font-family: var(--font-family-heading);
337
341
  font-size: var(--text-heading-1-size);
package/dist/y2k.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/y2kTheme.ts
4
4
  * Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
5
- * CLI: @astryxdesign/cli@0.6.2
6
- * Core: @astryxdesign/core@0.6.2
5
+ * CLI: @astryxdesign/cli@0.6.3
6
+ * Core: @astryxdesign/core@0.6.3
7
7
  */
8
8
 
9
9
  import type { DefinedTheme } from '@astryxdesign/core/theme';
package/dist/y2k.js CHANGED
@@ -2,8 +2,8 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/y2kTheme.ts
4
4
  * Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
5
- * CLI: @astryxdesign/cli@0.6.2
6
- * Core: @astryxdesign/core@0.6.2
5
+ * CLI: @astryxdesign/cli@0.6.3
6
+ * Core: @astryxdesign/core@0.6.3
7
7
  */
8
8
 
9
9
  import { y2kIconRegistry } from "./icons.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-y2k",
3
- "version": "0.6.2",
3
+ "version": "0.6.3-canary.01fa439",
4
4
  "displayName": "Y2K Theme",
5
5
  "private": false,
6
6
  "description": "Hot pinks, lime greens, and Poppins. Bubbly, playful, and unmistakably retro.",
@@ -49,11 +49,11 @@
49
49
  "lucide-react": "^1.18.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@astryxdesign/core": "0.6.2",
52
+ "@astryxdesign/core": "0.6.3-canary.01fa439",
53
53
  "react": ">=19"
54
54
  },
55
55
  "devDependencies": {
56
- "@astryxdesign/cli": "0.6.2"
56
+ "@astryxdesign/cli": "0.6.3-canary.01fa439"
57
57
  },
58
58
  "module": "./dist/source.mjs",
59
59
  "scripts": {