UNPKG

@atlaskit/spotlight

Version:

A spotlight introduces users to points of interest, from focused messages to multi-step tours.

95 lines (94 loc) 2.69 kB
{ "name": "@atlaskit/spotlight", "version": "4.2.7", "description": "A spotlight introduces users to points of interest, from focused messages to multi-step tours.", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "atlassian": { "react-compiler": { "enabled": true, "gating": { "source": "@atlaskit/react-compiler-gating", "importSpecifierName": "isReactCompilerActivePlatform" } }, "team": "Design System Team", "website": { "tags": [ "platform-labs" ], "category": "Messaging" } }, "homepage": "https://atlassian.design/components/spotlight/", "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "sideEffects": [ "*.compiled.css" ], "atlaskit:src": "src/index.tsx", "dependencies": { "@atlaskit/browser-apis": "^1.2.0", "@atlaskit/button": "^25.3.0", "@atlaskit/css": "^1.1.0", "@atlaskit/ds-lib": "^8.0.0", "@atlaskit/heading": "^7.2.0", "@atlaskit/icon": "^37.7.0", "@atlaskit/image": "^5.2.0", "@atlaskit/motion": "^8.7.0", "@atlaskit/platform-feature-flags": "^2.2.0", "@atlaskit/popper": "^9.4.0", "@atlaskit/primitives": "^22.5.0", "@atlaskit/react-compiler-gating": "^0.2.0", "@atlaskit/tokens": "^18.0.0", "@atlaskit/top-layer": "^5.0.0", "@atlaskit/visually-hidden": "^4.4.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^1.0.2", "bind-event-listener": "^3.0.0" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@af/accessibility-testing": "workspace:^", "@af/integration-testing": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/blanket": "^16.4.0", "@atlaskit/dropdown-menu": "^18.3.0", "@atlaskit/modal-dialog": "^16.6.0", "@atlaskit/ssr": "workspace:^", "@atlassian/a11y-jest-testing": "^0.17.0", "@atlassian/feature-flags-test-utils": "^1.3.0", "@atlassian/structured-docs-types": "workspace:^", "@atlassian/testing-library": "^0.11.0", "@atlassian/workbench": "workspace:*", "jscodeshift": "^17.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "platform-feature-flags": { "platform-component-visual-refresh": { "type": "boolean" }, "platform-dst-motion-uplift-custom-button": { "type": "boolean", "referenceOnly": true }, "platform_spotlight_card_fit_content_anchor": { "type": "boolean" }, "platform-dst-motion-uplift-spotlight": { "type": "boolean" }, "platform-dst-top-layer-spotlight": { "type": "boolean" } }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }