Switch to version 2: added src/providers/themeProvider/config/constants.ts

This commit is contained in:
2026-03-11 04:50:01 +00:00
parent 0e255713e2
commit ca23c2c014

View File

@@ -0,0 +1,7 @@
// Re-export all config modules for backward compatibility
export { borderRadiusMap, borderRadiusCappedMap } from "./borderRadius";
export { contentWidthMap, expandedContentWidthMap } from "./contentWidth";
export { textSizingMap, type TextSizingValues } from "./textSizing";
export { baseVwMap } from "./baseVw";
export { backgroundComponents } from "./background";
export { headingFontWeightMap, type TextboxLayout, type InvertedBackground } from "./shared";