UNPKG

@atlaskit/modal-dialog

Version:

A modal dialog displays content that requires user interaction, in a layer above the page.

119 lines (118 loc) 3.5 kB
{ "name": "@atlaskit/modal-dialog", "version": "16.6.5", "description": "A modal dialog displays content that requires user interaction, in a layer above the page.", "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": { "name": "Modal dialog", "category": "Messaging" } }, "scripts": { "watch": "tsc --watch --noEmit --project './tsconfig.json'" }, "dependencies": { "@atlaskit/analytics-next": "^12.5.0", "@atlaskit/blanket": "^16.4.0", "@atlaskit/button": "^25.3.0", "@atlaskit/css": "^1.1.0", "@atlaskit/ds-lib": "^8.0.0", "@atlaskit/icon": "^37.7.0", "@atlaskit/layering": "^5.2.0", "@atlaskit/motion": "^8.6.0", "@atlaskit/platform-feature-flags": "^2.2.0", "@atlaskit/portal": "^7.0.0", "@atlaskit/pragmatic-drag-and-drop": "^3.1.0", "@atlaskit/primitives": "^22.5.0", "@atlaskit/react-compiler-gating": "^0.2.0", "@atlaskit/theme": "^28.2.0", "@atlaskit/tokens": "^17.0.0", "@atlaskit/top-layer": "^5.0.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^1.0.2", "bind-event-listener": "^3.0.0", "raf-schd": "^4.0.3", "react-focus-lock": "^2.9.5", "react-scrolllock": "^5.0.1" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@af/accessibility-testing": "workspace:^", "@af/integration-testing": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/avatar": "^28.0.0", "@atlaskit/avatar-group": "^14.3.0", "@atlaskit/banner": "^15.3.0", "@atlaskit/breadcrumbs": "^17.7.0", "@atlaskit/checkbox": "^19.2.0", "@atlaskit/code": "^19.2.0", "@atlaskit/datetime-picker": "^18.7.0", "@atlaskit/docs": "^12.2.0", "@atlaskit/dropdown-menu": "^18.3.0", "@atlaskit/flag": "^18.5.0", "@atlaskit/form": "^17.2.0", "@atlaskit/heading": "^7.2.0", "@atlaskit/link": "^5.1.0", "@atlaskit/popup": "^6.3.0", "@atlaskit/radio": "^10.2.0", "@atlaskit/section-message": "^10.2.0", "@atlaskit/select": "^22.11.0", "@atlaskit/spotlight": "^4.2.0", "@atlaskit/textfield": "^10.2.0", "@atlaskit/tooltip": "^24.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:*", "@testing-library/dom": "^10.1.0", "@types/raf-schd": "^4.0.1", "jscodeshift": "^17.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-sweet-state": "^2.6.5", "tiny-invariant": "^1.2.0", "typescript": "npm:@typescript/typescript6@^6.0.2" }, "keywords": [ "atlaskit", "react", "ui" ], "platform-feature-flags": { "platform_modal-dialog-heading-icon-a11y-fix": { "type": "boolean" }, "platform-dst-motion-uplift-modal": { "type": "boolean" }, "platform-dst-top-layer": { "type": "boolean" } }, "homepage": "https://atlassian.design/components/modal-dialog/" }