{
	"name": "@atlaskit/editor-shared-styles",
	"version": "4.0.7",
	"description": "Style values used in the editor/renderer",
	"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.ts",
	"atlassian": {
		"team": "Editor: Lego"
	},
	"platform-feature-flags": {
		"platform_editor_controls_increase_full_page_gutter": {
			"type": "boolean"
		},
		"platform_editor_ai_aifc_streaming": {
			"type": "boolean"
		}
	},
	"dependencies": {
		"@atlaskit/platform-feature-flags": "^2.0.0",
		"@atlaskit/tmp-editor-statsig": "^111.0.0",
		"@atlaskit/tokens": "^15.0.0",
		"@babel/runtime": "^7.0.0",
		"@emotion/react": "^11.7.1"
	},
	"techstack": {
		"@atlassian/frontend": {
			"circular-dependencies": [
				"file-level"
			],
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"deprecation": "no-deprecated-imports",
			"design-tokens": [
				"color"
			],
			"styling": [
				"emotion"
			]
		}
	}
}
