UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

181 lines (180 loc) 4.95 kB
{ "name": "@atlaskit/editor-plugin-table", "version": "22.4.21", "description": "Table plugin for the @atlaskit/editor", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "author": "Atlassian Pty Ltd", "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: Jenga", "singleton": true }, "dependencies": { "@atlaskit/adf-schema": "^52.15.0", "@atlaskit/button": "^23.11.0", "@atlaskit/custom-steps": "^0.17.0", "@atlaskit/editor-palette": "^2.2.0", "@atlaskit/editor-plugin-accessibility-utils": "^10.2.0", "@atlaskit/editor-plugin-analytics": "^10.1.0", "@atlaskit/editor-plugin-batch-attribute-updates": "^10.1.0", "@atlaskit/editor-plugin-content-insertion": "^10.1.0", "@atlaskit/editor-plugin-editor-viewmode": "^12.1.0", "@atlaskit/editor-plugin-extension": "13.5.10", "@atlaskit/editor-plugin-guideline": "^10.1.0", "@atlaskit/editor-plugin-interaction": "^19.1.0", "@atlaskit/editor-plugin-limited-mode": "^7.2.0", "@atlaskit/editor-plugin-selection": "^10.1.0", "@atlaskit/editor-plugin-toolbar": "^7.3.0", "@atlaskit/editor-plugin-ui-control-registry": "^4.1.0", "@atlaskit/editor-plugin-user-intent": "^8.2.0", "@atlaskit/editor-plugin-width": "^11.1.0", "@atlaskit/editor-prosemirror": "^7.3.0", "@atlaskit/editor-shared-styles": "^3.11.0", "@atlaskit/editor-tables": "^2.10.0", "@atlaskit/editor-toolbar": "^1.8.0", "@atlaskit/editor-ui-control-model": "^1.2.0", "@atlaskit/icon": "^35.3.0", "@atlaskit/icon-lab": "^6.12.0", "@atlaskit/insm": "^0.4.0", "@atlaskit/menu": "^8.5.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/pragmatic-drag-and-drop": "^1.8.0", "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0", "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0", "@atlaskit/primitives": "^19.0.0", "@atlaskit/tmp-editor-statsig": "^85.0.0", "@atlaskit/toggle": "^16.0.0", "@atlaskit/tokens": "^13.1.0", "@atlaskit/tooltip": "^22.5.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^0.20.0", "@emotion/react": "^11.7.1", "bind-event-listener": "^3.0.0", "classnames": "^2.2.5", "lodash": "^4.17.21", "memoize-one": "^6.0.0", "raf-schd": "^4.0.3", "uuid": "^3.1.0" }, "peerDependencies": { "@atlaskit/editor-common": "^114.50.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0" }, "techstack": { "@atlassian/frontend": { "code-structure": [ "editor-plugin" ], "import-structure": [ "atlassian-conventions" ], "circular-dependencies": [ "file-and-folder-level" ] }, "@repo/internal": { "design-tokens": [ "color" ], "deprecation": "no-deprecated-imports", "styling": [ "emotion" ] } }, "stricter": { "no-unused-dependencies": { "checkDevDependencies": true } }, "platform-feature-flags": { "platform_editor_paste_full_table_inside_empty_cell": { "type": "boolean" }, "platform_editor_nested_dnd_styles_changes": { "type": "boolean" }, "platform_editor_tables_table_selector": { "type": "boolean" }, "platform_editor_adf_with_localid": { "type": "boolean" }, "platform_editor_content_mode_button_mvp": { "type": "boolean" }, "platform_editor_table_fit_to_content_smart_adjust": { "type": "boolean" }, "platform_editor_table_height_analytics": { "type": "boolean" }, "platform_editor_table_sticky_header_patch_1": { "type": "boolean" }, "platform_editor_table_sticky_header_patch_2": { "type": "boolean" }, "platform_editor_table_sticky_header_patch_4": { "type": "boolean" }, "platform_editor_table_height_analytics_event": { "type": "boolean" }, "platform_editor_table_sticky_header_patch_3": { "type": "boolean" }, "platform_editor_table_sticky_header_patch_5": { "type": "boolean" }, "platform_editor_table_sticky_header_patch_6": { "type": "boolean" }, "platform_editor_table_sticky_header_patch_7": { "type": "boolean" }, "platform_editor_table_sticky_header_patch_8": { "type": "boolean" }, "platform_editor_enable_table_scaling": { "type": "boolean" }, "platform_editor_table_fixed_column_width_prop": { "type": "boolean" }, "platform_editor_enable_table_update_ref_atlas": { "type": "boolean" }, "platform_editor_update_table_ref_fix": { "type": "boolean" }, "platform_editor_max_width_default_width": { "type": "boolean" } }, "devDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl": "^6.6.2" } }