UNPKG

@wordpress/block-editor

Version:
52 lines (46 loc) 1.35 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "getColorClassName", { enumerable: true, get: function () { return _utils.getColorClassName; } }); Object.defineProperty(exports, "getColorObjectByAttributeValues", { enumerable: true, get: function () { return _utils.getColorObjectByAttributeValues; } }); Object.defineProperty(exports, "getColorObjectByColorValue", { enumerable: true, get: function () { return _utils.getColorObjectByColorValue; } }); Object.defineProperty(exports, "createCustomColorsHOC", { enumerable: true, get: function () { return _withColors.createCustomColorsHOC; } }); Object.defineProperty(exports, "withColors", { enumerable: true, get: function () { return _withColors.default; } }); Object.defineProperty(exports, "__experimentalUseColors", { enumerable: true, get: function () { return _useColors.default; } }); var _utils = require("./utils"); var _withColors = _interopRequireWildcard(require("./with-colors")); var _useColors = _interopRequireDefault(require("./use-colors")); //# sourceMappingURL=index.js.map