{
	"name": "@atlaskit/editor-common",
	"version": "120.16.5",
	"description": "A package that contains common classes and components for editor and 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": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlaskit/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Editor",
		"singleton": true
	},
	"dependencies": {
		"@atlaskit/activity-provider": "^3.1.0",
		"@atlaskit/adf-schema": "^57.3.0",
		"@atlaskit/adf-utils": "^20.9.0",
		"@atlaskit/afm-i18n-platform-editor-editor-common": "2.200.0",
		"@atlaskit/analytics-listeners": "^11.3.0",
		"@atlaskit/analytics-namespaced-context": "^8.2.0",
		"@atlaskit/analytics-next": "^12.5.0",
		"@atlaskit/atlassian-context": "^1.1.0",
		"@atlaskit/browser-apis": "^1.2.0",
		"@atlaskit/button": "^25.3.0",
		"@atlaskit/codemod-utils": "^5.1.0",
		"@atlaskit/css": "^1.1.0",
		"@atlaskit/custom-steps": "^1.1.0",
		"@atlaskit/dropdown-menu": "^18.3.0",
		"@atlaskit/editor-json-transformer": "^9.8.0",
		"@atlaskit/editor-palette": "^3.5.0",
		"@atlaskit/editor-prosemirror": "^8.0.0",
		"@atlaskit/editor-shared-styles": "^4.1.0",
		"@atlaskit/editor-tables": "^3.1.0",
		"@atlaskit/editor-toolbar": "^2.6.0",
		"@atlaskit/editor-toolbar-model": "^1.2.0",
		"@atlaskit/editor-ui-control-model": "^2.9.0",
		"@atlaskit/emoji": "^72.3.0",
		"@atlaskit/feature-gate-js-client": "^6.0.0",
		"@atlaskit/icon": "^37.6.0",
		"@atlaskit/link": "^5.1.0",
		"@atlaskit/link-datasource": "^6.11.0",
		"@atlaskit/link-picker": "^6.7.0",
		"@atlaskit/media-card": "^81.10.0",
		"@atlaskit/media-client": "^37.7.0",
		"@atlaskit/media-client-react": "^6.4.0",
		"@atlaskit/media-common": "^14.6.0",
		"@atlaskit/media-file-preview": "^1.3.0",
		"@atlaskit/media-picker": "^72.4.0",
		"@atlaskit/media-ui": "^30.15.0",
		"@atlaskit/media-viewer": "^54.8.0",
		"@atlaskit/mention": "^28.0.0",
		"@atlaskit/menu": "^10.2.0",
		"@atlaskit/object": "^2.3.0",
		"@atlaskit/onboarding": "^15.4.0",
		"@atlaskit/platform-feature-experiments": "^0.3.0",
		"@atlaskit/platform-feature-flags": "^2.2.0",
		"@atlaskit/platform-feature-flags-react": "^1.2.0",
		"@atlaskit/popper": "^9.4.0",
		"@atlaskit/primitives": "^22.5.0",
		"@atlaskit/profilecard": "^26.21.0",
		"@atlaskit/prosemirror-history": "^1.2.0",
		"@atlaskit/react-compiler-gating": "^0.2.0",
		"@atlaskit/react-ufo": "^7.8.0",
		"@atlaskit/section-message": "^10.2.0",
		"@atlaskit/smart-card": "^45.20.0",
		"@atlaskit/smart-user-picker": "^11.7.0",
		"@atlaskit/spinner": "^20.4.0",
		"@atlaskit/task-decision": "^21.9.0",
		"@atlaskit/teams-app-config": "^3.1.0",
		"@atlaskit/textfield": "^10.2.0",
		"@atlaskit/tmp-editor-statsig": "^178.0.0",
		"@atlaskit/tokens": "^16.11.0",
		"@atlaskit/tooltip": "^24.3.0",
		"@atlaskit/width-detector": "^7.2.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^1.0.2",
		"@emotion/react": "^11.7.1",
		"@popperjs/core": "^2.11.8",
		"@sentry/browser": "^6.18.2",
		"@sentry/integrations": "^6.18.2",
		"@sentry/types": "^6.18.2",
		"bind-event-listener": "^3.0.0",
		"chromatism": "^2.6.0",
		"classnames": "^2.2.5",
		"clipboard-polyfill": "4.0.1",
		"date-fns": "^2.17.0",
		"focus-trap": "^2.4.5",
		"fuse.js": "^6.6.2",
		"linkify-it": "^5.0.2",
		"lodash": "^4.17.21",
		"markdown-it": "^14.1.1",
		"memoize-one": "^6.0.0",
		"popper.js": "^1.14.1",
		"prop-types": "^15.5.10",
		"raf-schd": "^4.0.3",
		"re-resizable": "6.0.0",
		"react-focus-lock": "^2.9.5",
		"react-loadable": "^5.1.0",
		"react-virtualized": "^9.22.6",
		"rusha": "^0.8.13",
		"uuid": "^11.1.1",
		"w3c-keyname": "^2.1.8"
	},
	"peerDependencies": {
		"@atlaskit/media-core": "^38.2.0",
		"react": "^18.2.0 || ^19.2.0",
		"react-dom": "^18.2.0 || ^19.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"@atlaskit/media-core": "^38.2.0",
		"@atlassian/a11y-jest-testing": "^0.17.0",
		"@atlassian/experiment-test-utils": "^0.2.0",
		"@atlassian/feature-flags-test-utils": "^1.3.0",
		"@atlassian/testing-library": "^0.11.0",
		"@testing-library/dom": "^10.1.0",
		"@testing-library/jest-dom": "^6.4.5",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.4.3",
		"@types/jscodeshift": "^0.11.0",
		"@types/linkify-it": "^5.0.0",
		"@types/markdown-it": "^14.1.2",
		"@types/raf-schd": "^4.0.1",
		"@types/react-virtualized": "^9.18.12",
		"raf-stub": "^2.0.1",
		"react": "^19.2.0",
		"react-dom": "^19.2.0",
		"react-intl": "^7.0.0",
		"react-test-renderer": "^18.2.0",
		"sinon": "^2.2.0"
	},
	"platform-feature-flags": {
		"platform_editor_blocks_patch_7": {
			"type": "boolean",
			"referenceOnly": true
		},
		"platform_editor_blocks_patch_9": {
			"type": "boolean",
			"referenceOnly": true
		},
		"platform_editor_nested_mbe_frames": {
			"type": "boolean"
		},
		"platform_editor_adf_validator_stage0": {
			"type": "boolean",
			"referenceOnly": true
		},
		"rovo_skill_tag_label_wrapping": {
			"type": "boolean",
			"referenceOnly": true
		},
		"platform_editor_use_new_experiments_api": {
			"type": "boolean"
		},
		"platform_editor_sanitize_selection_fragments": {
			"type": "boolean"
		},
		"platform-dst-popper-consolidation": {
			"type": "boolean",
			"referenceOnly": true
		},
		"platform_editor_lovability_text_bg_color_patch_2": {
			"type": "boolean"
		},
		"editor_inline_comments_on_inline_nodes": {
			"type": "boolean"
		},
		"media-perf-uplift-mutation-fix": {
			"type": "boolean"
		},
		"platform_editor_inline_node_virt_threshold_override": {
			"type": "boolean"
		},
		"platform_editor_fix_limited_mode_leaking": {
			"type": "boolean"
		},
		"confluence-issue-terminology-refresh": {
			"type": "boolean"
		},
		"platform_editor_bordered_panel_nested_in_table": {
			"type": "boolean"
		},
		"confluence_connect_macro_preset_height": {
			"type": "boolean"
		},
		"cc_comments_log_draft_annotation_ancestor_nodes": {
			"type": "boolean"
		},
		"jfp_a11y_fix_create_issue_no_results_link_focus": {
			"type": "boolean"
		},
		"platform_editor_fix_unsubscribe_of_provider": {
			"type": "boolean"
		},
		"platform_editor_legacy_content_macro_visual_update": {
			"type": "boolean"
		},
		"p2m-drop-down-motion": {
			"type": "boolean"
		},
		"platform_editor_content_mode_button_mvp": {
			"type": "boolean"
		},
		"platform_editor_fix_mixed_types_column_sort": {
			"type": "boolean"
		},
		"platform_fix_macro_renders_in_layouts": {
			"type": "boolean"
		},
		"platform_editor_native_anchor_patch_3": {
			"type": "boolean"
		},
		"jim-lower-ranking-in-jira-macro-search": {
			"type": "boolean"
		},
		"tinymce_display_unknown_macro_body_content": {
			"type": "boolean"
		},
		"platform_editor_media_border_radius_fix": {
			"type": "boolean"
		},
		"people-teams_migrate-user-profile-card": {
			"type": "boolean"
		},
		"platform_smartlink_xpc_url_wrapping": {
			"type": "boolean",
			"referenceOnly": true
		},
		"platform_editor_ai_selection_local_ids": {
			"type": "boolean"
		},
		"platform_editor_code_block_language_detection_flow": {
			"type": "boolean"
		},
		"platform_editor_panel_c1_fallback_transform": {
			"type": "boolean"
		},
		"platform_editor_fix_scroll_to_pos": {
			"type": "boolean"
		},
		"platform_editor_lovability_text_bg_color_patch_1": {
			"type": "boolean"
		},
		"platform_editor_embed_height_only_fallback": {
			"type": "boolean"
		}
	},
	"platform-experiments": {
		"platform_editor_mention_node_avatar": {
			"param": "isEnabled",
			"defaultValue": false
		},
		"platform_mention_profilecard_accessible_name_exp": {
			"param": "isEnabled",
			"defaultValue": false
		}
	}
}
