{
	"name": "@atlaskit/inline-message",
	"version": "12.3.3",
	"description": "An inline message lets users know when important information is available or when an action is required.",
	"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": false,
	"atlaskit:src": "src/index.tsx",
	"af:exports": {
		".": "./src/index.tsx",
		"./constants": "./src/constants.tsx",
		"./types": "./src/types.tsx"
	},
	"atlassian": {
		"team": "Design System Team",
		"releaseModel": "continuous",
		"productPushConsumption": [
			"jira"
		],
		"website": {
			"name": "Inline message",
			"category": "Components"
		},
		"runReact18": true
	},
	"dependencies": {
		"@atlaskit/button": "^20.1.0",
		"@atlaskit/icon": "^22.15.0",
		"@atlaskit/inline-dialog": "^15.0.0",
		"@atlaskit/primitives": "^12.0.0",
		"@atlaskit/theme": "^13.0.0",
		"@atlaskit/tokens": "^1.59.0",
		"@babel/runtime": "^7.0.0",
		"@emotion/react": "^11.7.1"
	},
	"peerDependencies": {
		"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
	},
	"devDependencies": {
		"@af/accessibility-testing": "*",
		"@af/integration-testing": "*",
		"@af/visual-regression": "*",
		"@atlaskit/ds-lib": "^2.5.0",
		"@atlaskit/ssr": "*",
		"@atlaskit/visual-regression": "*",
		"@emotion/jest": "^11.8.0",
		"@testing-library/react": "^12.1.5",
		"@testing-library/user-event": "^14.4.3",
		"react-dom": "^16.8.0",
		"typescript": "~5.4.2"
	},
	"keywords": [
		"atlaskit",
		"react",
		"ui"
	],
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"design-system": "v1",
			"styling": [
				"static",
				"emotion"
			],
			"ui-components": "lite-mode",
			"analytics": "analytics-next",
			"design-tokens": [
				"color",
				"spacing"
			],
			"deprecation": "no-deprecated-imports"
		}
	},
	"typesVersions": {
		">=4.5 <4.9": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"platform-feature-flags": {
		"platform.design-system-team.inline-message-layering_wfp1p": {
			"type": "boolean",
			"referenceOnly": true
		}
	},
	"homepage": "https://atlassian.design/components/inline-message/"
}
