@atlaskit/onboarding
Version:
An onboarding spotlight introduces new features to users through focused messages or multi-step tours.
123 lines (122 loc) • 3.63 kB
JSON
{
"name": "@atlaskit/onboarding",
"version": "15.4.3",
"description": "An onboarding spotlight introduces new features to users through focused messages or multi-step tours.",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"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",
"homepage": "https://atlassian.design/components/onboarding/",
"atlassian": {
"react-compiler": {
"enabled": true,
"gating": {
"source": "@atlaskit/react-compiler-gating",
"importSpecifierName": "isReactCompilerActivePlatform"
}
},
"team": "Design System Team",
"website": {
"tags": [
"platform-labs"
],
"name": "Onboarding (spotlight)",
"category": "Messaging",
"status": {
"type": "deprecated",
"description": "This package is deprecated. Use [@atlaskit/spotlight](https://atlassian.design/components/spotlight/examples)."
},
"subPages": [
{
"title": "Benefits modal",
"id": "benefits-modal",
"status": {
"type": "deprecated",
"description": "This package is deprecated. Use [@atlaskit/modal-dialog](https://atlassian.design/components/modal-dialog/examples)."
}
},
{
"title": "Spotlight card",
"id": "spotlight-card",
"status": {
"type": "deprecated",
"description": "This package is deprecated. Use [@atlaskit/spotlight](https://atlassian.design/components/spotlight/examples)."
}
}
]
}
},
"dependencies": {
"@atlaskit/button": "^25.3.0",
"@atlaskit/css": "^1.1.0",
"@atlaskit/ds-lib": "^8.0.0",
"@atlaskit/heading": "^7.2.0",
"@atlaskit/layering": "^5.2.0",
"@atlaskit/modal-dialog": "^16.6.0",
"@atlaskit/motion": "^8.7.0",
"@atlaskit/platform-feature-flags": "^2.2.0",
"@atlaskit/popper": "^9.4.0",
"@atlaskit/portal": "^7.0.0",
"@atlaskit/primitives": "^22.5.0",
"@atlaskit/react-compiler-gating": "^0.2.0",
"@atlaskit/tokens": "^18.0.0",
"@babel/runtime": "^7.0.0",
"@compiled/react": "^1.0.2",
"bind-event-listener": "^3.0.0",
"exenv": "^1.2.2",
"memoize-one": "^6.0.0",
"react-focus-lock": "^2.9.5",
"react-node-resolver": "^1.0.1",
"react-scrolllock": "^5.0.1",
"scroll-into-view-if-needed": "^2.2.20"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@af/accessibility-testing": "workspace:^",
"@af/integration-testing": "workspace:^",
"@af/visual-regression": "workspace:^",
"@atlaskit/avatar": "^28.0.0",
"@atlaskit/code": "^19.2.0",
"@atlaskit/dropdown-menu": "^18.3.0",
"@atlaskit/icon": "^37.7.0",
"@atlaskit/image": "^5.2.0",
"@atlaskit/menu": "^10.2.0",
"@atlaskit/progress-indicator": "^13.4.0",
"@atlaskit/tabs": "^21.2.0",
"@atlaskit/theme": "^28.2.0",
"@atlassian/ssr-tests": "workspace:^",
"@atlassian/testing-library": "^0.11.0",
"@atlassian/workbench": "workspace:*",
"@types/exenv": "^1.2.0",
"@types/react-node-resolver": "^2.0.0",
"raf-stub": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lorem-component": "^0.13.0"
},
"platform-feature-flags": {
"platform_design_system_team_onboarding_noderesolve": {
"type": "boolean"
},
"scroll-lock-replacement": {
"type": "boolean"
},
"platform_design_system_team_transition_group_r18": {
"type": "boolean",
"referenceOnly": true
}
}
}