@matteoaliano/forest-ui 0.4.3 → 0.5.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/theme.d.mts CHANGED
@@ -757,6 +757,8 @@ declare const forestAgencyPreset: ThemePreset;
757
757
 
758
758
  declare const forestInternalPreset: ThemePreset;
759
759
 
760
+ declare const forestAlkemyPlusPreset: ThemePreset;
761
+
760
762
  /** Get a preset by name. Returns `undefined` if not found. */
761
763
  declare function getPreset(name: string): ThemePreset | undefined;
762
764
  /** Register a custom preset (or override a built-in one). */
@@ -767,4 +769,4 @@ declare function getAvailablePresets(): string[];
767
769
  declare const forestTheme: _mui_material.Theme;
768
770
  declare const forestThemeOptions: _mui_material.ThemeOptions;
769
771
 
770
- export { type DesignTokens, type PresetVariantConfig, type ThemePreset, alpha, avatarColors, base, bg, border, breadcrumbColors, buildTheme, buildThemeOptions, buttonColors, chartColors, container, display, error, fg, focusRings, fontFamily, fontFamilyMono, fontSize, fontWeight, forestAgencyPreset, forestExternalPreset, forestInternalPreset, forestTheme, forestThemeOptions, getAvailablePresets, getPreset, gray, iconColors, info, lineHeight, magenta, misc, navColors, radius, red, registerPreset, shadows, sliderColors, spacing, success, text, toggleColors, violet, warning, widths };
772
+ export { type DesignTokens, type PresetVariantConfig, type ThemePreset, alpha, avatarColors, base, bg, border, breadcrumbColors, buildTheme, buildThemeOptions, buttonColors, chartColors, container, display, error, fg, focusRings, fontFamily, fontFamilyMono, fontSize, fontWeight, forestAgencyPreset, forestAlkemyPlusPreset, forestExternalPreset, forestInternalPreset, forestTheme, forestThemeOptions, getAvailablePresets, getPreset, gray, iconColors, info, lineHeight, magenta, misc, navColors, radius, red, registerPreset, shadows, sliderColors, spacing, success, text, toggleColors, violet, warning, widths };
package/dist/theme.d.ts CHANGED
@@ -757,6 +757,8 @@ declare const forestAgencyPreset: ThemePreset;
757
757
 
758
758
  declare const forestInternalPreset: ThemePreset;
759
759
 
760
+ declare const forestAlkemyPlusPreset: ThemePreset;
761
+
760
762
  /** Get a preset by name. Returns `undefined` if not found. */
761
763
  declare function getPreset(name: string): ThemePreset | undefined;
762
764
  /** Register a custom preset (or override a built-in one). */
@@ -767,4 +769,4 @@ declare function getAvailablePresets(): string[];
767
769
  declare const forestTheme: _mui_material.Theme;
768
770
  declare const forestThemeOptions: _mui_material.ThemeOptions;
769
771
 
770
- export { type DesignTokens, type PresetVariantConfig, type ThemePreset, alpha, avatarColors, base, bg, border, breadcrumbColors, buildTheme, buildThemeOptions, buttonColors, chartColors, container, display, error, fg, focusRings, fontFamily, fontFamilyMono, fontSize, fontWeight, forestAgencyPreset, forestExternalPreset, forestInternalPreset, forestTheme, forestThemeOptions, getAvailablePresets, getPreset, gray, iconColors, info, lineHeight, magenta, misc, navColors, radius, red, registerPreset, shadows, sliderColors, spacing, success, text, toggleColors, violet, warning, widths };
772
+ export { type DesignTokens, type PresetVariantConfig, type ThemePreset, alpha, avatarColors, base, bg, border, breadcrumbColors, buildTheme, buildThemeOptions, buttonColors, chartColors, container, display, error, fg, focusRings, fontFamily, fontFamilyMono, fontSize, fontWeight, forestAgencyPreset, forestAlkemyPlusPreset, forestExternalPreset, forestInternalPreset, forestTheme, forestThemeOptions, getAvailablePresets, getPreset, gray, iconColors, info, lineHeight, magenta, misc, navColors, radius, red, registerPreset, shadows, sliderColors, spacing, success, text, toggleColors, violet, warning, widths };