@wix/design-system
Version:
@wix/design-system
27 lines (15 loc) • 1.24 kB
JavaScript
require("../Foundation/stylable/colors.st.css.js");
require("../Foundation/stylable/typography.st.css.js");
const { classesRuntime, statesRuntime } = require("./../stylable-cjs-runtime.js");
var _namespace_ = "wds_1_283_0_Heading";
var _style_ = classesRuntime.bind(null, _namespace_);
module.exports.cssStates = statesRuntime.bind(null, _namespace_);
module.exports.style = _style_;
module.exports.st = _style_;
module.exports.namespace = _namespace_;
module.exports.classes = {"root":"wds_1_283_0_Heading__root","heading-xl":"wds_1_283_0_StylableTypography__heading-xl","heading-l":"wds_1_283_0_StylableTypography__heading-l","heading-m":"wds_1_283_0_StylableTypography__heading-m","heading-s":"wds_1_283_0_StylableTypography__heading-s","heading-t":"wds_1_283_0_StylableTypography__heading-t","heading-xt":"wds_1_283_0_StylableTypography__heading-xt"};
module.exports.keyframes = {};
module.exports.layers = {};
module.exports.containers = {};
module.exports.stVars = {};
module.exports.vars = {"wds-color-text-standard-primary":"--wds-color-text-standard-primary","wds-color-text-standard-primary-light":"--wds-color-text-standard-primary-light","wds-color-text-standard-secondary":"--wds-color-text-standard-secondary"};