@atlaskit/primitives
Version:
Primitives are token-backed low-level building blocks.
12 lines (10 loc) • 545 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.surfaceColorStylesMap = void 0;
var _constants = require("@atlaskit/tokens/constants");
var _getSerializedStylesMap = require("./get-serialized-styles-map");
var _surfaceColor = require("./surface-color");
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
var surfaceColorStylesMap = exports.surfaceColorStylesMap = (0, _getSerializedStylesMap.getSerializedStylesMap)(_constants.CURRENT_SURFACE_CSS_VAR, _surfaceColor.surfaceColorMap);