@rehagro/ui 1.0.11 → 1.0.13

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.d.mts CHANGED
@@ -116,6 +116,9 @@ type RehagroTheme = {
116
116
  inputPxSm?: string;
117
117
  inputPxMd?: string;
118
118
  inputPxLg?: string;
119
+ /** Typography — Inter for body/labels, Sora for headings/display */
120
+ fontFamilyBody?: string;
121
+ fontFamilyDisplay?: string;
119
122
  };
120
123
  type RehagroProviderProps = {
121
124
  /** Theme overrides — any token not provided keeps the default value */
package/dist/index.d.ts CHANGED
@@ -116,6 +116,9 @@ type RehagroTheme = {
116
116
  inputPxSm?: string;
117
117
  inputPxMd?: string;
118
118
  inputPxLg?: string;
119
+ /** Typography — Inter for body/labels, Sora for headings/display */
120
+ fontFamilyBody?: string;
121
+ fontFamilyDisplay?: string;
119
122
  };
120
123
  type RehagroProviderProps = {
121
124
  /** Theme overrides — any token not provided keeps the default value */