@thesage/ui 0.0.9 → 0.0.10

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/providers.js CHANGED
@@ -461,8 +461,8 @@ var studioTokens = {
461
461
  }
462
462
  };
463
463
 
464
- // ../tokens/src/sage.ts
465
- var sageTokens = {
464
+ // ../tokens/src/terra.ts
465
+ var terraTokens = {
466
466
  light: {
467
467
  colors: {
468
468
  // Warm, earthy backgrounds
@@ -614,19 +614,19 @@ var sageTokens = {
614
614
  },
615
615
  typography: {
616
616
  heading: {
617
- fontFamily: "var(--font-sage-serif)",
617
+ fontFamily: "var(--font-terra-serif)",
618
618
  // Lora serif
619
619
  fontWeight: "600",
620
620
  letterSpacing: "-0.01em"
621
621
  },
622
622
  body: {
623
- fontFamily: "var(--font-sage-sans)",
623
+ fontFamily: "var(--font-terra-sans)",
624
624
  // Instrument Sans
625
625
  fontWeight: "400",
626
626
  letterSpacing: "0"
627
627
  },
628
628
  mono: {
629
- fontFamily: "var(--font-sage-mono)",
629
+ fontFamily: "var(--font-terra-mono)",
630
630
  fontWeight: "400",
631
631
  letterSpacing: "0"
632
632
  }
@@ -1758,7 +1758,7 @@ var useCustomizer = (0, import_zustand2.create)()(
1758
1758
  var import_jsx_runtime = require("react/jsx-runtime");
1759
1759
  var themeTokens = {
1760
1760
  studio: studioTokens,
1761
- sage: sageTokens,
1761
+ terra: terraTokens,
1762
1762
  volt: voltTokens
1763
1763
  };
1764
1764
  var fontFamilies = {
@@ -1767,9 +1767,9 @@ var fontFamilies = {
1767
1767
  body: "var(--font-studio-body)",
1768
1768
  mono: "var(--font-mono)"
1769
1769
  },
1770
- sage: {
1771
- sans: "var(--font-sage-body)",
1772
- serif: "var(--font-sage-heading)",
1770
+ terra: {
1771
+ sans: "var(--font-terra-body)",
1772
+ serif: "var(--font-terra-heading)",
1773
1773
  mono: "var(--font-mono)"
1774
1774
  },
1775
1775
  volt: {
@@ -1829,7 +1829,7 @@ function getThemeVars(theme, mode) {
1829
1829
  "--effect-shadow-md": effects?.shadow?.md || effects?.shadow?.sm || "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
1830
1830
  "--effect-shadow-lg": effects?.shadow?.lg || effects?.shadow?.md || effects?.shadow?.sm || "0 10px 15px -3px rgba(0, 0, 0, 0.1)",
1831
1831
  // Typography - Font Families
1832
- "--font-heading": fonts?.heading || (theme === "sage" && fonts?.serif ? fonts.serif : fonts?.sans) || "var(--font-studio-heading)",
1832
+ "--font-heading": fonts?.heading || (theme === "terra" && fonts?.serif ? fonts.serif : fonts?.sans) || "var(--font-studio-heading)",
1833
1833
  "--font-body": fonts?.body || fonts?.sans || "var(--font-studio-body)",
1834
1834
  "--font-mono": fonts?.mono || "var(--font-studio-mono)",
1835
1835
  // Motion - These are accessed programmatically via tokens