ui-theme/dist/index.d.ts
Natalie aaf23fa33f feat(@cocotte/ui-theme): extract UI theme package to @ct/@packages
Re-scoped from @lilith/ui-theme to @cocotte/ui-theme. In-set cross-package deps
re-pointed to @cocotte; out-of-set @lilith deps preserved (same Verdaccio).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 13:04:11 -04:00

13 lines
No EOL
1.1 KiB
TypeScript

import './styled-augmentation';
export { ThemeProvider, ThemeCssVariables, useTheme, ThemeShowcase } from './components';
export { flattenThemeToCssVars } from './utils/css-variables';
export { cyberpunkAdapter, luxeAdapter, lilithAdapter, pitchDeckAdapter, pitchDeckLightAdapter, neutralThemeAdapter, creatorPortalThemeAdapter, corporateThemeAdapter, synthwaveAdapter, synthwaveLightAdapter, } from './adapters';
export { AdminGlobalStyles } from './AdminGlobalStyles';
export { scrollbarStyles, thinScrollbarStyles, GlobalScrollbarStyles } from './scrollbar';
export { isHexColor, isOpaqueHexColor, hexToRgb, relativeLuminance, contrastRatio, meetsWCAG } from './utils/contrast';
export { lighten, darken, mix, rgba, withAlpha } from './utils/color';
export { createCustomTheme } from './utils/merge-theme';
export type { DeepPartial } from './utils/merge-theme';
export { createColorScale, createSemanticColor, createBorderColor } from './types/ThemeInterface';
export type { ThemeInterface, ThemeName, ThemeContextValue, ColorScale, SemanticColor, BorderColor, ColorScaleOptions, SemanticColorOptions } from './types';
//# sourceMappingURL=index.d.ts.map