@matteoaliano/forest-ui 0.6.0 → 0.8.0

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/index.mjs CHANGED
@@ -41,7 +41,7 @@ import {
41
41
  toggleColors,
42
42
  warning,
43
43
  widths
44
- } from "./chunk-WUUQHE5X.mjs";
44
+ } from "./chunk-MIJBSV5Z.mjs";
45
45
 
46
46
  // src/provider/ForestProvider.tsx
47
47
  import { useMemo } from "react";
package/dist/theme.js CHANGED
@@ -937,6 +937,14 @@ function buildComponents(tokens) {
937
937
  breadcrumbColors: breadcrumbColors6
938
938
  } = tokens;
939
939
  return {
940
+ // ─── CssBaseline (global) ───────────────────────────────────────
941
+ MuiCssBaseline: {
942
+ styleOverrides: {
943
+ body: {
944
+ fontFeatureSettings: '"ss01", "ss02", "cv11"'
945
+ }
946
+ }
947
+ },
940
948
  // ─── Button ─────────────────────────────────────────────────────
941
949
  MuiButton: {
942
950
  defaultProps: {