{
	"name": "@atlaskit/drawer",
	"version": "11.0.29",
	"description": "A drawer is a panel that slides in from the left side of the screen.",
	"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",
	"homepage": "https://atlassian.design/components/drawer",
	"atlassian": {
		"team": "Design System Team",
		"website": {
			"name": "Drawer",
			"category": "Overlays and layering",
			"status": {
				"type": "intent-to-deprecate",
				"description": "We are planning on deprecating Drawer. Please use [Modal](/components/modal-dialog) instead. Drawer should not be used with our new [Navigation system](/components/navigation-system)"
			}
		}
	},
	"dependencies": {
		"@atlaskit/analytics-next": "^11.1.0",
		"@atlaskit/blanket": "^15.0.0",
		"@atlaskit/button": "^23.10.0",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/icon": "^32.0.0",
		"@atlaskit/layering": "^3.6.0",
		"@atlaskit/motion": "^5.3.0",
		"@atlaskit/portal": "^5.2.0",
		"@atlaskit/theme": "^22.0.0",
		"@atlaskit/tokens": "^11.0.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.18.6",
		"bind-event-listener": "^3.0.0",
		"exenv": "^1.2.2",
		"react-focus-lock": "^2.9.5",
		"react-scrolllock": "^5.0.1",
		"tiny-invariant": "^1.2.0",
		"use-callback-ref": "^1.2.3"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@af/accessibility-testing": "workspace:^",
		"@af/integration-testing": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/code": "^17.4.0",
		"@atlaskit/docs": "^11.5.0",
		"@atlaskit/dropdown-menu": "^16.5.0",
		"@atlaskit/ds-lib": "^5.3.0",
		"@atlaskit/form": "^15.3.0",
		"@atlaskit/inline-message": "^15.5.0",
		"@atlaskit/link": "^3.3.0",
		"@atlaskit/menu": "^8.4.0",
		"@atlaskit/modal-dialog": "^14.11.0",
		"@atlaskit/primitives": "^18.0.0",
		"@atlaskit/section-message": "^8.12.0",
		"@atlassian/ssr-tests": "workspace:^",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.4.3",
		"@types/exenv": "^1.2.0",
		"react-dom": "^18.2.0",
		"react-lorem-component": "^0.13.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"design-system": "v1",
			"analytics": "analytics-next",
			"design-tokens": [
				"color",
				"spacing"
			],
			"styling": [
				"static"
			],
			"deprecation": "no-deprecated-imports",
			"ui-components": [
				"primitives"
			]
		}
	}
}
