@wix/design-system
Version:
@wix/design-system
26 lines (14 loc) • 1.59 kB
JavaScript
require("../Foundation/stylable/colors.st.css.js");
const { classesRuntime, statesRuntime } = require("./../stylable-cjs-runtime.js");
var _namespace_ = "wds_1_283_0_TimelineItem";
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_TimelineItem__root","event":"wds_1_283_0_TimelineItem__event","prefix":"wds_1_283_0_TimelineItem__prefix","line":"wds_1_283_0_TimelineItem__line","defaultIndicator":"wds_1_283_0_TimelineItem__defaultIndicator","label":"wds_1_283_0_TimelineItem__label","labelText":"wds_1_283_0_TimelineItem__labelText","suffix":"wds_1_283_0_TimelineItem__suffix","labelAction":"wds_1_283_0_TimelineItem__labelAction"};
module.exports.keyframes = {};
module.exports.layers = {};
module.exports.containers = {};
module.exports.stVars = {"listItemHeight":"var(--wds-timeline-title-font-line-height, 18px)","inidicatorSize":"7px"};
module.exports.vars = {"wds-color-text-standard-secondary":"--wds-color-text-standard-secondary","wds-color-fill-standard-primary":"--wds-color-fill-standard-primary","wds-color-black-500":"--wds-color-black-500","wds-space-100":"--wds-space-100","wds-space-300":"--wds-space-300","wds-space-500":"--wds-space-500","wds-timeline-title-font-line-height":"--wds-timeline-title-font-line-height","listItemHeight":"--wds_1_283_0_TimelineItem-listItemHeight","marginBottom":"--wds_1_283_0_TimelineItem-marginBottom"};