UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

154 lines (153 loc) 3.93 kB
{ "name": "@atlaskit/motion", "version": "6.2.4", "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", "typesVersions": { ">=4.5 <4.9": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "sideEffects": [ "**/*.compiled.css" ], "atlaskit:src": "src/index.tsx", "atlassian": { "react-compiler": { "enabled": true, "gating": { "source": "@atlassian/react-compiler-gating", "importSpecifierName": "isReactCompilerActivePlatform" } }, "team": "Design System Team", "website": { "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": "Resizing motion", "id": "resizing-motion", "sortKey": 2 }, { "title": "Exiting persistence", "id": "exiting-persistence", "sortKey": 3 }, { "title": "Staggered entrance", "id": "staggered-entrance", "sortKey": 4 }, { "title": "Accessibility", "id": "accessibility", "sortKey": 5 }, { "title": "Entering motion", "id": "entering-motion", "sortKey": 6, "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": 7, "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": "^0.0.2", "@atlaskit/css": "^0.19.0", "@atlaskit/ds-lib": "^7.0.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/tokens": "^13.0.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^0.20.0", "bind-event-listener": "^3.0.0" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@atlaskit/button": "^23.11.0", "@atlaskit/docs": "^11.8.0", "@atlaskit/dropdown-menu": "^16.9.0", "@atlaskit/form": "^15.5.0", "@atlaskit/link": "^3.4.0", "@atlaskit/logo": "^20.1.0", "@atlaskit/section-message": "^8.12.0", "@atlassian/react-compiler-gating": "workspace:^", "@atlassian/ssr-tests": "workspace:^", "@atlassian/structured-docs-types": "workspace:^", "@atlassian/testing-library": "^0.6.0", "@testing-library/react": "^16.3.0", "raf-stub": "^2.0.1", "react-dom": "^18.2.0" }, "keywords": [ "atlaskit", "css", "animation", "motion", "react", "ui" ], "techstack": { "@atlassian/frontend": { "import-structure": "atlassian-conventions" }, "@repo/internal": { "dom-events": "use-bind-event-listener", "design-system": "v1", "design-tokens": [ "color", "spacing" ], "deprecation": "no-deprecated-imports", "styling": [ "emotion" ], "imports": [ "import-no-extraneous-disable-for-examples-and-docs" ] } }, "homepage": "https://atlassian.design/components/motion/", "platform-feature-flags": { "platform-dst-motion-uplift": { "type": "boolean" } } }