@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
19 lines (18 loc) • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _platformFeatureFlagsReact = require("@atlaskit/platform-feature-flags-react");
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
var _EditorContentContainerCompiled = require("./EditorContentContainer-compiled");
var _EditorContentContainerEmotion = require("./EditorContentContainer-emotion");
/**
* Compiled Migration is WIP
* If you are touching EditorContentContainerEmotion, please contact with #proj-cc-editor-full-compiled-css-migration
* https://home.atlassian.com/o/2346a038-3c8c-498b-a79b-e7847859868d/s/a436116f-02ce-4520-8fbb-7301462a1674/project/ATLAS-120555
*/
var EditorContentContainer = (0, _platformFeatureFlagsReact.componentWithCondition)(function () {
return (0, _expValEquals.expValEquals)('platform_editor_core_static_css', 'isEnabled', true);
}, _EditorContentContainerCompiled.EditorContentContainerCompiled, _EditorContentContainerEmotion.EditorContentContainerEmotion);
var _default = exports.default = EditorContentContainer;