@astryxdesign/theme-stone 0.5.4-canary.d41bbfa → 0.5.4-canary.e34ea63

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.
Files changed (2) hide show
  1. package/dist/theme.css +8 -0
  2. package/package.json +3 -3
package/dist/theme.css CHANGED
@@ -693,6 +693,14 @@
693
693
  .astryx-text.size-3xl { font-size: var(--font-size-3xl); }
694
694
 
695
695
  .astryx-text.size-4xl { font-size: var(--font-size-4xl); }
696
+
697
+ .astryx-heading.normal { font-weight: var(--font-weight-normal); }
698
+
699
+ .astryx-heading.medium { font-weight: var(--font-weight-medium); }
700
+
701
+ .astryx-heading.semibold { font-weight: var(--font-weight-semibold); }
702
+
703
+ .astryx-heading.bold { font-weight: var(--font-weight-bold); }
696
704
  }
697
705
  }
698
706
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-stone",
3
- "version": "0.5.4-canary.d41bbfa",
3
+ "version": "0.5.4-canary.e34ea63",
4
4
  "displayName": "Stone Theme",
5
5
  "private": false,
6
6
  "description": "Warm stone and slate, earthy and understated, with just enough character to feel handcrafted.",
@@ -49,11 +49,11 @@
49
49
  "lucide-react": "^1.18.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@astryxdesign/core": "0.5.4-canary.d41bbfa",
52
+ "@astryxdesign/core": "0.5.4-canary.e34ea63",
53
53
  "react": ">=19"
54
54
  },
55
55
  "devDependencies": {
56
- "@astryxdesign/cli": "0.5.4-canary.d41bbfa"
56
+ "@astryxdesign/cli": "0.5.4-canary.e34ea63"
57
57
  },
58
58
  "module": "./dist/source.mjs",
59
59
  "scripts": {