{
	"name": "@atlaskit/inline-edit",
	"version": "16.2.4",
	"description": "An inline edit displays a custom input component that switches between reading and editing on the same 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",
	"homepage": "https://atlassian.design/components/inline-edit/",
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlaskit/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Design System Team",
		"website": {
			"name": "Inline edit",
			"category": "Text and data display"
		}
	},
	"dependencies": {
		"@atlaskit/analytics-next": "^12.3.0",
		"@atlaskit/button": "^24.3.0",
		"@atlaskit/css": "^1.0.0",
		"@atlaskit/form": "^16.1.0",
		"@atlaskit/icon": "^37.0.0",
		"@atlaskit/inline-dialog": "^19.1.0",
		"@atlaskit/platform-feature-flags": "^2.0.0",
		"@atlaskit/primitives": "^22.0.0",
		"@atlaskit/react-compiler-gating": "^0.2.0",
		"@atlaskit/textfield": "^9.1.0",
		"@atlaskit/tokens": "^16.0.0",
		"@atlaskit/visually-hidden": "^4.2.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@af/accessibility-testing": "workspace:^",
		"@af/integration-testing": "workspace:^",
		"@atlaskit/datetime-picker": "^18.1.0",
		"@atlaskit/docs": "^12.1.0",
		"@atlaskit/heading": "^6.2.0",
		"@atlaskit/link": "^4.3.0",
		"@atlaskit/section-message": "^9.2.0",
		"@atlaskit/select": "^22.5.0",
		"@atlaskit/tag": "^15.3.0",
		"@atlaskit/tag-group": "^13.1.0",
		"@atlaskit/textarea": "^9.1.0",
		"@atlassian/ssr-tests": "workspace:^",
		"@atlassian/structured-docs-types": "workspace:^",
		"@testing-library/react": "^16.3.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-select-event": "^5.5.0"
	},
	"keywords": [
		"atlaskit",
		"react",
		"ui"
	],
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"ui-components": "lite-mode",
			"analytics": "analytics-next",
			"design-tokens": [
				"color",
				"spacing"
			],
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion",
				"static"
			]
		}
	},
	"platform-feature-flags": {
		"platform_design_system_inline_edit_dont_focus": {
			"type": "boolean"
		},
		"platform-dst-shape-theme-default": {
			"type": "boolean"
		},
		"platform-dst-motion-uplift-button": {
			"type": "boolean",
			"referenceOnly": true
		}
	}
}
