UNPKG

@kalamazoo/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".

64 lines (63 loc) 1.81 kB
{ "name": "@kalamazoo/focused-task-close-account", "version": "1.0.2", "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/" }, "atlaskit:src": "src/index.ts", "module": "dist/esm/index.js", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "scripts": { "i18n:push": "i18n-tools push --resource focused-task-close-account . --type ts", "i18n:pull": "i18n-tools pull --resource focused-task-close-account . --type ts" }, "dependencies": { "@kalamazoo/avatar": "^1.0.0", "@kalamazoo/button": "^1.0.0", "@kalamazoo/drawer": "^1.0.0", "@kalamazoo/icon": "^1.0.0", "@kalamazoo/inline-dialog": "^1.0.0", "@kalamazoo/section-message": "^1.0.0", "@kalamazoo/theme": "^1.0.0", "enzyme": "^3.10.0" }, "devDependencies": { "@kalamazoo/docs": "^1.0.0", "@kalamazoo/checkbox": "^1.0.0", "@kalamazoo/i18n-tools": "^1.0.0", "react-intl": "^2.6.0" }, "author": "Atlassian Pty. Ltd", "maintainers": [ "Jonathan Y", "Tasha C" ], "atlaskit": { "name": "Focused Task Close Account", "team": "people and teams" }, "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0", "react-intl": "^2.6.0", "react-transition-group": "^2.2.1", "styled-components": "^3.2.6" }, "repository": { "type": "git", "url": "https://bitbucket.org/atlassian/atlaskit-mk-2" }, "keywords": [ "ui", "gdpr", "right", "erasure", "forgotten", "focusedTaskCloseAccount", "deleteUserDrawer", "deactivateUserDrawer" ] }