UNPKG

@atlaskit/focused-task-close-account

Version:

This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR "Right to be forgotten".

81 lines (80 loc) 1.95 kB
{ "name": "@atlaskit/focused-task-close-account", "version": "3.0.8", "description": "This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR \"Right to be forgotten\".", "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" ] } }, "atlaskit:src": "src/index.ts", "af:exports": { ".": "./src/index.ts" }, "atlassian": { "team": "People and Teams Collective", "website": { "name": "Focused Task Close Account" }, "runReact18": true }, "dependencies": { "@atlaskit/avatar": "^25.0.0", "@atlaskit/button": "^23.0.0", "@atlaskit/drawer": "^10.0.0", "@atlaskit/heading": "^5.1.0", "@atlaskit/icon": "^25.4.0", "@atlaskit/inline-dialog": "^17.0.0", "@atlaskit/primitives": "^14.2.0", "@atlaskit/section-message": "^8.2.0", "@atlaskit/theme": "^18.0.0", "@atlaskit/tokens": "^4.5.0", "@babel/runtime": "^7.0.0", "@emotion/styled": "^11.0.0", "react-intl-next": "npm:react-intl@^5.18.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-transition-group": "^4.4.1" }, "devDependencies": { "@testing-library/react": "^13.4.0", "enzyme": "^3.10.0", "typescript": "~5.4.2" }, "keywords": [ "ui", "gdpr", "right", "erasure", "forgotten", "focusedTaskCloseAccount", "deleteUserDrawer", "deactivateUserDrawer" ], "techstack": { "@repo/internal": { "design-tokens": [ "color", "spacing" ] } }, "sideEffects": [ "*.compiled.css" ] }