@eccenca/gui-elements
Version:
GUI elements based on other libraries, usable in React application, written in Typescript.
14 lines • 978 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DISABLED = exports.MUTED = exports.SMALL = exports.LARGE = exports.NOSCROLLBARSONCHILDREN = exports.PREVENTLINEBREAK = exports.FORCELINEBREAK = exports.NOOVERFLOW = void 0;
const constants_1 = require("../../configuration/constants");
// helper classes
exports.NOOVERFLOW = constants_1.CLASSPREFIX + "-typography--nooverflow";
exports.FORCELINEBREAK = constants_1.CLASSPREFIX + "-typography--forcelinebreak";
exports.PREVENTLINEBREAK = constants_1.CLASSPREFIX + "-typography--preventlinebreak";
exports.NOSCROLLBARSONCHILDREN = constants_1.CLASSPREFIX + "-typography--noscrollbarsonchildren";
exports.LARGE = constants_1.CLASSPREFIX + "-typography--large";
exports.SMALL = constants_1.CLASSPREFIX + "-typography--small";
exports.MUTED = constants_1.CLASSPREFIX + "-typography--muted";
exports.DISABLED = constants_1.CLASSPREFIX + "-typography--disabled";
//# sourceMappingURL=classnames.js.map