UNPKG

@atlaskit/onboarding

Version:

An onboarding spotlight introduces new features to users through focused messages or multi-step tours.

24 lines (23 loc) 803 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _modalTransition = _interopRequireDefault(require("@atlaskit/modal-dialog/modal-transition")); /** * We re-export this because products may have multiple versions of * `@atlaskit/modal-dialog`. * * If a consumer uses the onboarding `Modal` with the `ModalTransition` from an * incompatible version of `@atlaskit/modal-dialog`, then the modal can get * stuck in an open state. * * See https://product-fabric.atlassian.net/browse/DSP-796 for more details * and a reproduction. * */ /** * @deprecated Use `@atlaskit/spotlight` instead. */ var _default = exports.default = _modalTransition.default;