{
	"name": "@atlaskit/editor-common",
	"version": "112.21.3",
	"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",
	"typesVersions": {
		">=4.5 <4.9": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"sideEffects": [
		"**/*.compiled.css"
	],
	"atlaskit:src": "src/index.ts",
	"atlassian": {
		"team": "Editor",
		"singleton": true
	},
	"dependencies": {
		"@atlaskit/activity-provider": "^2.5.0",
		"@atlaskit/adf-schema": "^52.4.0",
		"@atlaskit/adf-utils": "^19.27.0",
		"@atlaskit/afm-i18n-platform-editor-editor-common": "2.18.0",
		"@atlaskit/analytics-listeners": "^10.0.0",
		"@atlaskit/analytics-namespaced-context": "^7.2.0",
		"@atlaskit/analytics-next": "^11.2.0",
		"@atlaskit/atlassian-context": "^0.8.0",
		"@atlaskit/browser-apis": "^0.0.1",
		"@atlaskit/button": "^23.11.0",
		"@atlaskit/codemod-utils": "^4.2.0",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/custom-steps": "^0.16.0",
		"@atlaskit/dropdown-menu": "^16.8.0",
		"@atlaskit/editor-json-transformer": "^8.31.0",
		"@atlaskit/editor-palette": "^2.1.0",
		"@atlaskit/editor-prosemirror": "^7.3.0",
		"@atlaskit/editor-shared-styles": "^3.10.0",
		"@atlaskit/editor-tables": "^2.9.0",
		"@atlaskit/editor-toolbar": "^0.20.0",
		"@atlaskit/editor-toolbar-model": "^0.4.0",
		"@atlaskit/emoji": "^70.0.0",
		"@atlaskit/icon": "^34.1.0",
		"@atlaskit/icon-object": "^7.5.0",
		"@atlaskit/link": "^3.4.0",
		"@atlaskit/link-datasource": "^5.0.0",
		"@atlaskit/link-picker": "^5.0.0",
		"@atlaskit/media-card": "^79.16.0",
		"@atlaskit/media-client": "^36.0.0",
		"@atlaskit/media-client-react": "^5.0.0",
		"@atlaskit/media-common": "^13.0.0",
		"@atlaskit/media-file-preview": "^0.16.0",
		"@atlaskit/media-picker": "^70.1.0",
		"@atlaskit/media-ui": "^28.7.0",
		"@atlaskit/media-viewer": "^52.9.0",
		"@atlaskit/mention": "^25.0.0",
		"@atlaskit/menu": "^8.4.0",
		"@atlaskit/onboarding": "^14.5.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/platform-feature-flags-react": "^0.4.0",
		"@atlaskit/primitives": "^19.0.0",
		"@atlaskit/profilecard": "^24.49.0",
		"@atlaskit/prosemirror-history": "^0.2.0",
		"@atlaskit/react-ufo": "^5.13.0",
		"@atlaskit/section-message": "^8.12.0",
		"@atlaskit/smart-card": "^44.0.0",
		"@atlaskit/smart-user-picker": "^10.0.0",
		"@atlaskit/spinner": "^19.1.0",
		"@atlaskit/task-decision": "^20.0.0",
		"@atlaskit/textfield": "^8.3.0",
		"@atlaskit/tmp-editor-statsig": "^62.2.0",
		"@atlaskit/tokens": "^13.0.0",
		"@atlaskit/tooltip": "^21.1.0",
		"@atlaskit/width-detector": "^5.1.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0",
		"@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": "^3.0.3",
		"lodash": "^4.17.21",
		"markdown-it": "^13.0.2",
		"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": "^3.1.0",
		"w3c-keyname": "^2.1.8"
	},
	"peerDependencies": {
		"@atlaskit/media-core": "^37.0.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-intl-next": "npm:react-intl@^5.18.1"
	},
	"devDependencies": {
		"@atlaskit/media-core": "^37.0.0",
		"@atlassian/a11y-jest-testing": "^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/linkify-it": "^3.0.2",
		"@types/markdown-it": "^14.1.2",
		"@types/raf-schd": "^4.0.1",
		"@types/react-virtualized": "^9.18.12",
		"enzyme": "^3.10.0",
		"raf-stub": "^2.0.1",
		"react": "^18.2.0",
		"react-test-renderer": "^18.2.0",
		"sinon": "^2.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"circular-dependencies": [
				"file-level"
			],
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"deprecation": "no-deprecated-imports",
			"design-tokens": [
				"color"
			],
			"styling": [
				"emotion",
				"compiled"
			]
		}
	},
	"platform-feature-flags": {
		"platform_editor_updated_dropdown_colors": {
			"type": "boolean"
		},
		"linking_platform_datasource_assets_objects": {
			"type": "boolean"
		},
		"editor_inline_comments_on_inline_nodes": {
			"type": "boolean"
		},
		"platform_editor_typography_ugc": {
			"type": "boolean"
		},
		"media-perf-uplift-mutation-fix": {
			"type": "boolean"
		},
		"platform_editor_link_popup_position_fix_aifc": {
			"type": "boolean"
		},
		"platform_editor_inline_node_virt_threshold_override": {
			"type": "boolean"
		},
		"confluence-issue-terminology-refresh": {
			"type": "boolean"
		},
		"platform_editor_nested_dnd_styles_changes": {
			"type": "boolean"
		},
		"_editor_a11y_aria_label_removal_popup": {
			"type": "boolean"
		},
		"platform_editor_bordered_panel_nested_in_table": {
			"type": "boolean"
		},
		"confluence_connect_macro_preset_height": {
			"type": "boolean"
		},
		"platform_editor_fix_media_in_renderer": {
			"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_fix_getautoconverter_null_error": {
			"type": "boolean"
		},
		"platform_editor_legacy_content_macro_visual_update": {
			"type": "boolean"
		},
		"p2m-drop-down-motion": {
			"type": "boolean"
		},
		"platform_editor_show_diff_scroll_navigation": {
			"type": "boolean"
		},
		"platform_editor_content_mode_button_mvp": {
			"type": "boolean"
		},
		"platform_editor_fix_mixed_types_column_sort": {
			"type": "boolean"
		},
		"cc_fd_wb_create_priority_in_slash_menu_enabled": {
			"type": "boolean"
		},
		"platform_editor_sync_block_fallback_transform": {
			"type": "boolean"
		},
		"draft_reply_contextual_pills_gate": {
			"type": "boolean"
		},
		"platform_editor_transform_invalid_media_width": {
			"type": "boolean"
		},
		"platform_editor_sentry_breadcrumbs": {
			"type": "boolean"
		},
		"rovo_chat_enable_skills_ui_m1": {
			"type": "boolean"
		},
		"forge-ui-extensionnodeview-stop-event-for-textarea": {
			"type": "boolean"
		},
		"platform_fix_macro_renders_in_layouts": {
			"type": "boolean"
		},
		"ally_30205_accessibility_label_fix": {
			"type": "boolean"
		},
		"platform_editor_ally_remove_role_tabpanel": {
			"type": "boolean"
		},
		"platform_forge_ui_support_images_in_adfrenderer": {
			"type": "boolean"
		},
		"platform_editor_toolbar_aifc_placement_overridden": {
			"type": "boolean"
		},
		"platform_editor_block_menu_v2_patch_4": {
			"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"
		},
		"platform_synced_block_patch_8": {
			"type": "boolean"
		}
	}
}
