@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
11 lines • 451 B
JavaScript
import commonStyle from "../common/common.module.css";
export const whiteSpaceClassMapping = {
// eslint-disable-next-line dot-notation
'normal': commonStyle.whiteSpace_normal,
'pre': commonStyle.whiteSpace_pre,
'pre-wrap': commonStyle.whiteSpace_preWrap,
'pre-line': commonStyle.whiteSpace_preLine,
// eslint-disable-next-line dot-notation
'nowrap': commonStyle.whiteSpace_nowrap,
'break-spaces': commonStyle.whiteSpace_breakSpaces
};