This commit is contained in:
sunzhongyi
2026-05-19 21:09:56 +08:00
commit f3e6b95be9
78 changed files with 10099 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
/**
* @newspaperui/theme
* Theme tokens and CSS variables for newspaperui
*/
// Import CSS variables
import './variables.css';
// Export visual weight types and configuration
export type {
VisualWeight,
ComponentType,
VisualWeightConfig,
} from './visual-weights';
export { visualWeights, resolveFontSize } from './visual-weights';
// Export Tailwind config for consumers
export { default as tailwindConfig } from './tailwind.config.js';
export const version = '0.0.0';