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".

86 lines (85 loc) 2.55 kB
{ "name": "@atlaskit/focused-task-close-account", "version": "3.3.5", "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\".", "deprecated": "⚠️ DEPRECATED: This package is marked for removal. Please avoid new usage.", "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", "scripts": { "test:coverage": "(cd ../../.. && yarn test 'packages/people-and-teams/focused-task-close-account/src' --coverage --coverageProvider=v8 --collectCoverageFrom='[\"packages/people-and-teams/focused-task-close-account/src/**\", \"!packages/people-and-teams/focused-task-close-account/src/**/**/types.ts\", \"!packages/people-and-teams/focused-task-close-account/src/ui/**/styled.tsx\"]')" }, "atlassian": { "team": "Admin Hub: Nexus", "website": { "name": "Focused Task Close Account" } }, "dependencies": { "@atlaskit/afm-i18n-platform-people-and-teams-focused-task-close-account": "2.39.0", "@atlaskit/avatar": "^25.11.0", "@atlaskit/button": "^23.10.0", "@atlaskit/drawer": "^12.0.0", "@atlaskit/heading": "^5.3.0", "@atlaskit/icon": "^33.1.0", "@atlaskit/inline-dialog": "^18.0.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/primitives": "^18.1.0", "@atlaskit/section-message": "^8.12.0", "@atlaskit/tokens": "^11.4.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": "^16.3.0", "enzyme": "^3.10.0" }, "keywords": [ "ui", "gdpr", "right", "erasure", "forgotten", "focusedTaskCloseAccount", "deleteUserDrawer", "deactivateUserDrawer" ], "techstack": { "@repo/internal": { "design-tokens": [ "color", "spacing" ] } }, "platform-feature-flags": { "product-terminology-refresh": { "type": "boolean" } }, "sideEffects": [ "*.compiled.css" ] }