@soybeanjs/shadcn-theme 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -254,4 +254,4 @@ declare function createShadcnTheme(options?: ThemeOptions): {
254
254
  getRadiusCss: (update?: string) => string;
255
255
  };
256
256
  //#endregion
257
- export { type BasePreset, type BasePresetColorKey, type BuiltinBasePresetKey, type BuiltinFeedbackPresetKey, type BuiltinPrimaryPresetKey, type ChartColors, type ColorFormat, type ColorValue, type DarkSelector, type ExtendedColors, type FeedbackPreset, type FeedbackPresetColorKey, type HSLColor, type OKLCHColor, type PresetConfig, type PrimaryPreset, type PrimaryPresetColorKey, type ShadcnColors, type SidebarColors, type SidebarPreset, type SidebarPresetColorKey, type StyleTarget, type ThemeColorPreset, type ThemeColors, type ThemeOptions, type ThemeRadius, builtinBasePreset, builtinBasePresetKeys, builtinFeedbackPreset, builtinFeedbackPresetKeys, builtinPrimaryPreset, builtinPrimaryPresetKeys, createShadcnTheme };
257
+ export { type BasePreset, type BasePresetColorKey, type BuiltinBasePresetKey, type BuiltinFeedbackPresetKey, type BuiltinPrimaryPresetKey, type ChartColors, type ColorFormat, type ColorValue, type CustomThemeColorPreset, type DarkSelector, type ExtendedColors, type FeedbackPreset, type FeedbackPresetColorKey, type HSLColor, type OKLCHColor, type PresetConfig, type PrimaryPreset, type PrimaryPresetColorKey, type ShadcnColors, type SidebarColors, type SidebarPreset, type SidebarPresetColorKey, type StyleTarget, type ThemeColorPreset, type ThemeColors, type ThemeOptions, type ThemeRadius, builtinBasePreset, builtinBasePresetKeys, builtinFeedbackPreset, builtinFeedbackPresetKeys, builtinPrimaryPreset, builtinPrimaryPresetKeys, createShadcnTheme };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/shadcn-theme",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A powerful and flexible shadcn/ui theme generator with support for dynamic CSS variable injection, preset color schemes, and light/dark mode switching.",
5
5
  "homepage": "https://github.com/soybeanjs/shadcn-theme",
6
6
  "bugs": {