@blueprintjs/popover2
Version:
Re-exports of popover-related components from @blueprintjs/core
44 lines • 2.2 kB
JavaScript
;
/* !
* Copyright 2021 Palantir Technologies, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Classes = void 0;
var core_1 = require("@blueprintjs/core");
/** @deprecated use `{ Classes } from "@blueprintjs/core"` instead */
exports.Classes = {
CONTEXT_MENU2: core_1.Classes.CONTEXT_MENU,
CONTEXT_MENU2_BACKDROP: core_1.Classes.CONTEXT_MENU_BACKDROP,
CONTEXT_MENU2_POPOVER2: core_1.Classes.CONTEXT_MENU_POPOVER,
CONTEXT_MENU2_VIRTUAL_TARGET: core_1.Classes.CONTEXT_MENU_VIRTUAL_TARGET,
POPOVER2: core_1.Classes.POPOVER,
POPOVER2_ARROW: core_1.Classes.POPOVER_ARROW,
POPOVER2_BACKDROP: core_1.Classes.POPOVER_BACKDROP,
POPOVER2_CAPTURING_DISMISS: core_1.Classes.POPOVER_CAPTURING_DISMISS,
POPOVER2_CONTENT: core_1.Classes.POPOVER_CONTENT,
POPOVER2_CONTENT_PLACEMENT: core_1.Classes.POPOVER_CONTENT_PLACEMENT,
POPOVER2_CONTENT_SIZING: core_1.Classes.POPOVER_CONTENT_SIZING,
POPOVER2_DISMISS: core_1.Classes.POPOVER_DISMISS,
POPOVER2_DISMISS_OVERRIDE: core_1.Classes.POPOVER_DISMISS_OVERRIDE,
POPOVER2_MATCH_TARGET_WIDTH: core_1.Classes.POPOVER_MATCH_TARGET_WIDTH,
POPOVER2_OPEN: core_1.Classes.POPOVER_OPEN,
POPOVER2_POPPER_ESCAPED: core_1.Classes.POPOVER_POPPER_ESCAPED,
POPOVER2_REFERENCE_HIDDEN: core_1.Classes.POPOVER_REFERENCE_HIDDEN,
POPOVER2_TARGET: core_1.Classes.POPOVER_TARGET,
POPOVER2_TRANSITION_CONTAINER: core_1.Classes.POPOVER_TRANSITION_CONTAINER,
TOOLTIP2: core_1.Classes.TOOLTIP,
TOOLTIP2_INDICATOR: core_1.Classes.TOOLTIP_INDICATOR,
};
//# sourceMappingURL=classes.js.map