@rizom/ui 0.2.0-alpha.52 → 0.2.0-alpha.54

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": "@rizom/ui",
3
- "version": "0.2.0-alpha.52",
3
+ "version": "0.2.0-alpha.54",
4
4
  "description": "Shared Rizom UI primitives for app-owned Rizom site variants.",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
package/src/Ecosystem.tsx CHANGED
@@ -95,7 +95,7 @@ export const Ecosystem = ({
95
95
  <span className="font-label text-[11px] font-semibold uppercase tracking-[0.24em] text-accent">
96
96
  {eyebrow}
97
97
  </span>
98
- <h2 className="mt-5 font-display text-[clamp(34px,4.4vw,60px)] font-[380] leading-[1.04] tracking-[-0.02em] [font-variation-settings:'opsz'_96]">
98
+ <h2 className="mt-5 font-display text-[clamp(34px,4.4vw,60px)] font-[380] leading-[1.04] tracking-[-0.02em] text-heading [font-variation-settings:'opsz'_96]">
99
99
  {renderHighlightedText(headline, HIGHLIGHT_CLS)}
100
100
  </h2>
101
101
  </div>