UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

177 lines (176 loc) 4.74 kB
{ "name": "@atlaskit/editor-plugin-table", "version": "22.0.0", "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.5.0", "@atlaskit/button": "^23.11.0", "@atlaskit/custom-steps": "^0.16.0", "@atlaskit/editor-palette": "^2.1.0", "@atlaskit/editor-plugin-accessibility-utils": "^10.0.0", "@atlaskit/editor-plugin-analytics": "^10.0.0", "@atlaskit/editor-plugin-batch-attribute-updates": "^10.0.0", "@atlaskit/editor-plugin-content-insertion": "^10.0.0", "@atlaskit/editor-plugin-editor-viewmode": "^12.0.0", "@atlaskit/editor-plugin-extension": "13.0.0", "@atlaskit/editor-plugin-guideline": "^10.0.0", "@atlaskit/editor-plugin-interaction": "^19.0.0", "@atlaskit/editor-plugin-limited-mode": "^7.0.0", "@atlaskit/editor-plugin-selection": "^10.0.0", "@atlaskit/editor-plugin-toolbar": "^7.0.0", "@atlaskit/editor-plugin-user-intent": "^8.0.0", "@atlaskit/editor-plugin-width": "^11.0.0", "@atlaskit/editor-prosemirror": "^7.3.0", "@atlaskit/editor-shared-styles": "^3.10.0", "@atlaskit/editor-tables": "^2.9.0", "@atlaskit/icon": "^34.2.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": "^62.4.0", "@atlaskit/toggle": "^15.6.0", "@atlaskit/tokens": "^13.0.0", "@atlaskit/tooltip": "^21.1.0", "@babel/runtime": "^7.0.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.1.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_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_dnd": { "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_enable_table_dnd_patch_1": { "type": "boolean" }, "platform_editor_update_table_ref_fix": { "type": "boolean" }, "platform_editor_max_width_default_width": { "type": "boolean" } }, "devDependencies": { "react-intl": "^6.6.2" } }