@wix/design-system
Version:
@wix/design-system
26 lines (14 loc) • 934 B
JavaScript
require("../Foundation/stylable/colors.st.css.js");
const { classesRuntime, statesRuntime } = require("./../stylable-cjs-runtime.js");
var _namespace_ = "wds_1_221_1_ColorPickerHsb";
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_221_1_ColorPickerHsb__root","sticky":"wds_1_221_1_ColorPickerHsb__sticky","saturation":"wds_1_221_1_ColorPickerHsb__saturation","brightness":"wds_1_221_1_ColorPickerHsb__brightness","hue":"wds_1_221_1_ColorPickerHsb__hue","handle":"wds_1_221_1_ColorPickerHsb__handle"};
module.exports.keyframes = {};
module.exports.layers = {};
module.exports.containers = {};
module.exports.stVars = {};
module.exports.vars = {"wds-color-fill-dark-primary":"--wds-color-fill-dark-primary"};