diff --git a/src/providers/themeProvider/config/constants.ts b/src/providers/themeProvider/config/constants.ts new file mode 100644 index 0000000..6330117 --- /dev/null +++ b/src/providers/themeProvider/config/constants.ts @@ -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";