@wix/design-system
Version:
@wix/design-system
30 lines (18 loc) • 1.65 kB
JavaScript
require("../Foundation/stylable/colors.st.css.js");
require("../Foundation/stylable/border.st.css.js");
require("../Foundation/stylable/easing.st.css.js");
require("../common/Focusable/Focusable.st.css.js");
require("../Image/Image.st.css.js");
const { classesRuntime, statesRuntime } = require("./../stylable-cjs-runtime.js");
var _namespace_ = "wds_1_221_1_ImageViewer";
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_ImageViewer__root","buttons":"wds_1_221_1_ImageViewer__buttons","imageContainer":"wds_1_221_1_ImageViewer__imageContainer","overlay":"wds_1_221_1_ImageViewer__overlay","image":"wds_1_221_1_ImageViewer__image","statusContainer":"wds_1_221_1_ImageViewer__statusContainer"};
module.exports.keyframes = {};
module.exports.layers = {};
module.exports.containers = {};
module.exports.stVars = {};
module.exports.vars = {"wds-shadow-focus-standard":"--wds-shadow-focus-standard","wds-image-border-radius-default":"--wds-image-border-radius-default","wds-color-fill-transparent-primary":"--wds-color-fill-transparent-primary","wds-color-black-100-transparent-5":"--wds-color-black-100-transparent-5","wds-color-border-warning-secondary-active":"--wds-color-border-warning-secondary-active","wds-color-blue-600":"--wds-color-blue-600","wds-color-border-destructive-secondary-active":"--wds-color-border-destructive-secondary-active","wds-color-fill-light-secondary":"--wds-color-fill-light-secondary"};