@atlaskit/motion
Version:
A set of utilities to apply motion in your application.
148 lines (147 loc) • 4.07 kB
JSON
{
"name": "@atlaskit/motion",
"version": "8.8.0",
"description": "A set of utilities to apply motion in your application.",
"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",
"atlassian": {
"react-compiler": {
"enabled": true,
"gating": {
"source": "@atlaskit/react-compiler-gating",
"importSpecifierName": "isReactCompilerActivePlatform"
}
},
"team": "Design System Team",
"website": {
"tags": [
"platform-labs"
],
"name": "Motion",
"category": "Libraries",
"subPages": [
{
"title": "Motion primitive",
"id": "motion-primitive",
"sortKey": 1,
"status": {
"type": "alpha",
"description": "The new Motion primitive and tokens are currently in early access. We may make frequent breaking changes with limited notice. We don't recommend using this without support from our team."
}
},
{
"title": "useMotion",
"id": "use-motion",
"sortKey": 2,
"status": {
"type": "alpha",
"description": "The useMotion hook is currently in early access. We may make frequent breaking changes with limited notice. We don't recommend using this without support from our team."
}
},
{
"title": "Resizing motion",
"id": "resizing-motion",
"sortKey": 3
},
{
"title": "Exiting persistence",
"id": "exiting-persistence",
"sortKey": 4
},
{
"title": "Staggered entrance",
"id": "staggered-entrance",
"sortKey": 5
},
{
"title": "Accessibility",
"id": "accessibility",
"sortKey": 6
},
{
"title": "Entering motion",
"id": "entering-motion",
"sortKey": 7,
"status": {
"type": "intent-to-deprecate",
"description": "The `FadeIn`, `SlideIn`, `ZoomIn` and `ShrinkOut` entering motions will soon be deprecated. Please use the new [Motion](/components/motion/motion-primitive) component instead."
}
},
{
"title": "Variables",
"id": "variables",
"sortKey": 8,
"status": {
"type": "intent-to-deprecate",
"description": "The duration and curve variables will soon be deprecated. Please use the new [motion design tokens](/components/tokens/all-tokens#motion) instead."
}
}
]
}
},
"dependencies": {
"@atlaskit/browser-apis": "^1.2.0",
"@atlaskit/css": "^1.1.0",
"@atlaskit/ds-lib": "^8.0.0",
"@atlaskit/platform-feature-flags": "^2.2.0",
"@atlaskit/react-compiler-gating": "^0.2.0",
"@atlaskit/tokens": "^18.2.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": {
"@atlaskit/button": "^25.3.0",
"@atlaskit/docs": "^12.2.0",
"@atlaskit/dropdown-menu": "^18.3.0",
"@atlaskit/form": "^17.2.0",
"@atlaskit/heading": "^7.2.0",
"@atlaskit/link": "^5.1.0",
"@atlaskit/logo": "^23.0.0",
"@atlaskit/primitives": "^22.5.0",
"@atlaskit/radio": "^10.2.0",
"@atlaskit/section-message": "^10.2.0",
"@atlaskit/textfield": "^10.2.0",
"@atlaskit/toggle": "^17.3.0",
"@atlassian/feature-flags-test-utils": "^1.3.0",
"@atlassian/ssr-tests": "workspace:^",
"@atlassian/structured-docs-types": "workspace:^",
"@atlassian/testing-library": "^0.11.0",
"@atlassian/workbench": "workspace:*",
"raf-stub": "^2.0.1",
"react": "^19.0.0",
"react-dom": "^19.2.0"
},
"keywords": [
"atlaskit",
"css",
"animation",
"motion",
"react",
"ui"
],
"homepage": "https://atlassian.design/components/motion/",
"platform-feature-flags": {
"platform-dst-motion-uplift": {
"type": "boolean"
},
"platform-dst-use-motion": {
"type": "boolean"
}
}
}