{
	"name": "@atlaskit/css",
	"version": "0.19.4",
	"description": "Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Design System Team",
		"website": {
			"name": "CSS",
			"category": "Libraries",
			"ignorePropTypes": true,
			"status": {
				"type": "beta",
				"description": "The Atlassian Design System is migrating from Emotion to Compiled CSS-in-JS. This transition aims to improve performance and align with modern React features.",
				"actions": [
					{
						"text": "View RFC",
						"href": "https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/85953"
					}
				]
			}
		}
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"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": [
		"dist/es2019/test-utils/index.js",
		"dist/esm/test-utils/index.js"
	],
	"atlaskit:src": "src/index.tsx",
	"dependencies": {
		"@atlaskit/tokens": "^13.0.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@af/visual-regression": "workspace:^",
		"@atlaskit/button": "^23.11.0",
		"@atlaskit/ds-lib": "^7.0.0",
		"@atlaskit/primitives": "^19.0.0",
		"@atlassian/structured-docs-types": "workspace:^",
		"@emotion/react": "^11.7.1",
		"@testing-library/react": "^16.3.0",
		"@types/jscodeshift": "^0.11.0",
		"jscodeshift": "^17.0.0",
		"react-dom": "^18.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"code-structure": [
				"tangerine-next"
			],
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"analytics": [
				"analytics-next"
			],
			"design-tokens": [
				"color"
			],
			"theming": [
				"react-context"
			],
			"ui-components": [
				"lite-mode"
			],
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion",
				"emotion"
			],
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			]
		}
	},
	"homepage": "https://atlassian.design/components/css"
}
