@atlaskit/editor-common 112.11.1 → 112.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/codemods/69.0.0-update-validator-imports.ts +2 -1
- package/codemods/migrates/entry-points.ts +2 -1
- package/dist/cjs/analytics/types/enums.js +1 -0
- package/dist/cjs/analytics/types/native-embed-events.js +5 -0
- package/dist/cjs/collab/index.js +3 -1
- package/dist/cjs/element-browser/components/ElementList/ElementList.js +2 -0
- package/dist/cjs/element-browser/components/StatelessElementBrowser.js +120 -94
- package/dist/cjs/extensibility/Extension/Extension/styles.js +1 -0
- package/dist/cjs/extensibility/Extension/InlineExtension/styles.js +1 -0
- package/dist/cjs/extensibility/Extension/styles.js +1 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +1 -0
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/cjs/link/LinkSearch/LinkSearchList.js +1 -0
- package/dist/cjs/link/LinkSearch/LinkSearchListItem.js +1 -0
- package/dist/cjs/link/LinkSearch/ToolbarComponents.js +1 -0
- package/dist/cjs/media-inline/styles.js +3 -1
- package/dist/cjs/media-inline/views/wrapper.js +1 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/selection/gap-cursor/styles.js +3 -1
- package/dist/cjs/styles/shared/blockquote.js +1 -0
- package/dist/cjs/styles/shared/expand.js +1 -0
- package/dist/cjs/styles/shared/headings.js +1 -1
- package/dist/cjs/styles/shared/media-single.js +1 -0
- package/dist/cjs/styles/shared/native-anchor.js +1 -0
- package/dist/cjs/styles/shared/plugins.js +1 -0
- package/dist/cjs/styles/shared/table.js +3 -1
- package/dist/cjs/styles/shared/tableCell.js +1 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/index.js +1 -0
- package/dist/cjs/ui/FloatingToolbar/Button.js +5 -2
- package/dist/cjs/ui/HoverLinkOverlay/index.js +8 -6
- package/dist/cjs/ui/MediaSingle/link.js +1 -0
- package/dist/cjs/ui/MediaSingle/styled.js +1 -0
- package/dist/cjs/ui/MultiBodiedExtension/index.js +1 -0
- package/dist/cjs/ui/PanelTextInput/styles.js +1 -0
- package/dist/cjs/ui/ResizerLegacy/styled.js +3 -1
- package/dist/cjs/ui/clear-next-sibling-margin-top.js +1 -0
- package/dist/cjs/ui-color/ColorPalette/Color/styles.js +1 -0
- package/dist/cjs/ui-color/ColorPalette/styles.js +1 -0
- package/dist/es2019/analytics/types/enums.js +1 -0
- package/dist/es2019/analytics/types/native-embed-events.js +1 -0
- package/dist/es2019/card/ui/assets/card.js +0 -1
- package/dist/es2019/card/ui/assets/embed.js +0 -1
- package/dist/es2019/card/ui/assets/inline.js +0 -1
- package/dist/es2019/card/ui/assets/url.js +0 -1
- package/dist/es2019/collab/index.js +2 -0
- package/dist/es2019/element-browser/components/ElementList/ElementList.js +2 -0
- package/dist/es2019/element-browser/components/StatelessElementBrowser.js +120 -94
- package/dist/es2019/extensibility/Extension/Extension/styles.js +1 -0
- package/dist/es2019/extensibility/Extension/InlineExtension/styles.js +1 -0
- package/dist/es2019/extensibility/Extension/styles.js +1 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +1 -0
- package/dist/es2019/icons/shared/BorderIcon.js +0 -1
- package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +0 -1
- package/dist/es2019/link/ConfigureLinkOverlay/index.js +0 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -0
- package/dist/es2019/link/LinkSearch/LinkSearchList.js +1 -0
- package/dist/es2019/link/LinkSearch/LinkSearchListItem.js +2 -1
- package/dist/es2019/link/LinkSearch/ToolbarComponents.js +1 -0
- package/dist/es2019/link/LinkSearch/withActivityProvider.js +1 -0
- package/dist/es2019/media-inline/styles.js +1 -0
- package/dist/es2019/media-inline/views/wrapper.js +1 -0
- package/dist/es2019/media-single/CommentBadge.js +0 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/selection/gap-cursor/styles.js +1 -0
- package/dist/es2019/selection-based-node-view/SelectionBasedNodeView.js +0 -1
- package/dist/es2019/styles/shared/blockquote.js +1 -0
- package/dist/es2019/styles/shared/expand.js +1 -0
- package/dist/es2019/styles/shared/headings.js +1 -0
- package/dist/es2019/styles/shared/media-single.js +1 -0
- package/dist/es2019/styles/shared/native-anchor.js +1 -0
- package/dist/es2019/styles/shared/plugins.js +1 -0
- package/dist/es2019/styles/shared/table.js +1 -0
- package/dist/es2019/styles/shared/tableCell.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/index.js +1 -0
- package/dist/es2019/ui/FloatingToolbar/Button.js +5 -2
- package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +0 -1
- package/dist/es2019/ui/HoverLinkOverlay/index.js +8 -6
- package/dist/es2019/ui/Layer/index.js +2 -1
- package/dist/es2019/ui/MediaSingle/link.js +1 -1
- package/dist/es2019/ui/MediaSingle/styled.js +1 -0
- package/dist/es2019/ui/MultiBodiedExtension/index.js +1 -0
- package/dist/es2019/ui/PanelTextInput/styles.js +1 -0
- package/dist/es2019/ui/Pulse/Pulse.js +0 -1
- package/dist/es2019/ui/ResizerLegacy/styled.js +1 -1
- package/dist/es2019/ui/TableSelector/index.js +0 -1
- package/dist/es2019/ui/clear-next-sibling-margin-top.js +1 -1
- package/dist/es2019/ui-color/ColorPalette/Color/index.js +0 -1
- package/dist/es2019/ui-color/ColorPalette/Color/styles.js +1 -0
- package/dist/es2019/ui-color/ColorPalette/styles.js +1 -0
- package/dist/es2019/utils/browser.js +0 -1
- package/dist/esm/analytics/types/enums.js +1 -0
- package/dist/esm/analytics/types/native-embed-events.js +1 -0
- package/dist/esm/card/ui/assets/card.js +0 -1
- package/dist/esm/card/ui/assets/embed.js +0 -1
- package/dist/esm/card/ui/assets/inline.js +0 -1
- package/dist/esm/card/ui/assets/url.js +0 -1
- package/dist/esm/collab/index.js +2 -0
- package/dist/esm/element-browser/components/ElementList/ElementList.js +2 -0
- package/dist/esm/element-browser/components/StatelessElementBrowser.js +120 -94
- package/dist/esm/extensibility/Extension/Extension/styles.js +1 -0
- package/dist/esm/extensibility/Extension/InlineExtension/styles.js +1 -0
- package/dist/esm/extensibility/Extension/styles.js +1 -0
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +1 -0
- package/dist/esm/icons/shared/BorderIcon.js +0 -1
- package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +0 -1
- package/dist/esm/link/ConfigureLinkOverlay/index.js +0 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -0
- package/dist/esm/link/LinkSearch/LinkSearchList.js +1 -0
- package/dist/esm/link/LinkSearch/LinkSearchListItem.js +2 -1
- package/dist/esm/link/LinkSearch/ToolbarComponents.js +1 -0
- package/dist/esm/link/LinkSearch/withActivityProvider.js +1 -0
- package/dist/esm/media-inline/styles.js +1 -0
- package/dist/esm/media-inline/views/wrapper.js +1 -0
- package/dist/esm/media-single/CommentBadge.js +0 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/selection/gap-cursor/styles.js +1 -0
- package/dist/esm/selection-based-node-view/SelectionBasedNodeView.js +0 -1
- package/dist/esm/styles/shared/blockquote.js +1 -0
- package/dist/esm/styles/shared/expand.js +1 -0
- package/dist/esm/styles/shared/headings.js +1 -0
- package/dist/esm/styles/shared/media-single.js +1 -0
- package/dist/esm/styles/shared/native-anchor.js +1 -0
- package/dist/esm/styles/shared/plugins.js +1 -0
- package/dist/esm/styles/shared/table.js +1 -0
- package/dist/esm/styles/shared/tableCell.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/index.js +1 -0
- package/dist/esm/ui/FloatingToolbar/Button.js +5 -2
- package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +0 -1
- package/dist/esm/ui/HoverLinkOverlay/index.js +8 -6
- package/dist/esm/ui/Layer/index.js +2 -1
- package/dist/esm/ui/MediaSingle/link.js +1 -1
- package/dist/esm/ui/MediaSingle/styled.js +1 -0
- package/dist/esm/ui/MultiBodiedExtension/index.js +1 -0
- package/dist/esm/ui/PanelTextInput/styles.js +1 -0
- package/dist/esm/ui/Pulse/Pulse.js +0 -1
- package/dist/esm/ui/ResizerLegacy/styled.js +1 -1
- package/dist/esm/ui/TableSelector/index.js +0 -1
- package/dist/esm/ui/clear-next-sibling-margin-top.js +1 -1
- package/dist/esm/ui-color/ColorPalette/Color/index.js +0 -1
- package/dist/esm/ui-color/ColorPalette/Color/styles.js +1 -0
- package/dist/esm/ui-color/ColorPalette/styles.js +1 -0
- package/dist/esm/utils/browser.js +0 -1
- package/dist/types/analytics/analytics-queue.d.ts +1 -1
- package/dist/types/analytics/index.d.ts +1 -0
- package/dist/types/analytics/types/ai-command-palette-events.d.ts +2 -2
- package/dist/types/analytics/types/ai-definitions-events.d.ts +2 -2
- package/dist/types/analytics/types/ai-events.d.ts +1 -1
- package/dist/types/analytics/types/ai-inline-suggestion-events.d.ts +3 -3
- package/dist/types/analytics/types/ai-streaming.d.ts +1 -1
- package/dist/types/analytics/types/alignment-events.d.ts +2 -2
- package/dist/types/analytics/types/avatar.d.ts +2 -2
- package/dist/types/analytics/types/color-events.d.ts +2 -2
- package/dist/types/analytics/types/config-panel-events.d.ts +2 -2
- package/dist/types/analytics/types/datasource-clicked-events.d.ts +1 -1
- package/dist/types/analytics/types/date-events.d.ts +2 -2
- package/dist/types/analytics/types/dispatch-analytics-event.d.ts +1 -1
- package/dist/types/analytics/types/enums.d.ts +2 -1
- package/dist/types/analytics/types/insert-events.d.ts +2 -1
- package/dist/types/analytics/types/link-events.d.ts +2 -2
- package/dist/types/analytics/types/mention-events.d.ts +3 -3
- package/dist/types/analytics/types/native-embed-events.d.ts +7 -0
- package/dist/types/analytics/types/ncs-session-step-events.d.ts +1 -1
- package/dist/types/analytics/types/selection-toolbar-events.d.ts +2 -2
- package/dist/types/analytics/types/upload-media-events.d.ts +1 -1
- package/dist/types/card/MediaAndEmbedsToolbar/index.d.ts +1 -1
- package/dist/types/card/link-toolbar-button-group-options.d.ts +1 -1
- package/dist/types/card/link-toolbar-dropdown-options.d.ts +1 -1
- package/dist/types/card/types.d.ts +2 -2
- package/dist/types/code-block/index.d.ts +2 -2
- package/dist/types/collab/index.d.ts +2 -2
- package/dist/types/copy-button/index.d.ts +1 -1
- package/dist/types/element-browser/components/ElementList/ElementList.d.ts +2 -1
- package/dist/types/element-browser/components/ElementSearch.d.ts +1 -1
- package/dist/types/element-browser/hooks/use-focus.d.ts +1 -1
- package/dist/types/extensibility/Extension/Extension/styles.d.ts +1 -1
- package/dist/types/extensibility/Extension/InlineExtension/styles.d.ts +1 -1
- package/dist/types/extensibility/Extension/Lozenge/ExtensionLabel.d.ts +1 -1
- package/dist/types/extensibility/Extension/Lozenge/LozengeComponent.d.ts +1 -1
- package/dist/types/extensibility/Extension/Lozenge/index.d.ts +1 -1
- package/dist/types/extensibility/Extension/styles.d.ts +1 -1
- package/dist/types/extensibility/Extension.d.ts +1 -1
- package/dist/types/extensibility/MultiBodiedExtension/styles.d.ts +1 -1
- package/dist/types/extensibility/extensionNodeView.d.ts +1 -1
- package/dist/types/extensions/extension-fields-helpers.d.ts +2 -2
- package/dist/types/extensions/types/extension-manifest-common.d.ts +1 -1
- package/dist/types/extensions/types/extension-provider.d.ts +2 -2
- package/dist/types/guideline/snapping.d.ts +1 -1
- package/dist/types/link/ConfigureLinkOverlay/Dropdown.d.ts +3 -7
- package/dist/types/link/ConfigureLinkOverlay/StyledButton.d.ts +1 -1
- package/dist/types/link/ConfigureLinkOverlay/handleNavigation.d.ts +3 -3
- package/dist/types/link/ConfigureLinkOverlay/index.d.ts +4 -8
- package/dist/types/link/LinkPicker/EditorLinkPicker/index.d.ts +1 -1
- package/dist/types/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +1 -1
- package/dist/types/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +2 -1
- package/dist/types/link/LinkSearch/LinkSearchList.d.ts +3 -2
- package/dist/types/link/LinkSearch/LinkSearchListItem.d.ts +3 -2
- package/dist/types/link/LinkSearch/ToolbarComponents.d.ts +1 -1
- package/dist/types/link/LinkSearch/index.d.ts +2 -2
- package/dist/types/link/LinkSearch/transformTimeStamp.d.ts +1 -1
- package/dist/types/link/LinkSearch/types.d.ts +3 -3
- package/dist/types/link/LinkSearch/withActivityProvider.d.ts +2 -2
- package/dist/types/link/types.d.ts +3 -3
- package/dist/types/link/utils.d.ts +1 -1
- package/dist/types/mark/text-formatting.d.ts +2 -1
- package/dist/types/media-inline/styles.d.ts +1 -1
- package/dist/types/media-inline/views/wrapper.d.ts +1 -1
- package/dist/types/media-single/CommentBadge.d.ts +1 -5
- package/dist/types/media-single/ExternalImageBadge.d.ts +1 -1
- package/dist/types/media-single/MediaBadges.d.ts +2 -1
- package/dist/types/nesting/utilities.d.ts +1 -1
- package/dist/types/performance-ssr-measures/SSRRenderMeasure.d.ts +2 -1
- package/dist/types/portal/common.d.ts +1 -1
- package/dist/types/portal/usePortalProvider.d.ts +1 -1
- package/dist/types/preset/core-plugin/requestDocument.d.ts +1 -1
- package/dist/types/preset/plugin-injection-api.d.ts +1 -1
- package/dist/types/provider-factory/context.d.ts +1 -1
- package/dist/types/provider-factory/profile-card-provider.d.ts +1 -1
- package/dist/types/provider-factory/provider-factory.d.ts +1 -1
- package/dist/types/resizer/BreakoutResizer.d.ts +3 -3
- package/dist/types/resizer/useBreakoutGuidelines.d.ts +1 -1
- package/dist/types/safe-plugin/index.d.ts +1 -1
- package/dist/types/selection/context-helpers.d.ts +2 -2
- package/dist/types/selection/gap-cursor/styles.d.ts +1 -1
- package/dist/types/selection-based-node-view/SelectionBasedNodeView.d.ts +6 -5
- package/dist/types/styles/shared/blockquote.d.ts +1 -1
- package/dist/types/styles/shared/expand.d.ts +1 -1
- package/dist/types/styles/shared/headings.d.ts +2 -2
- package/dist/types/styles/shared/media-single.d.ts +1 -1
- package/dist/types/styles/shared/native-anchor.d.ts +2 -2
- package/dist/types/styles/shared/plugins.d.ts +1 -1
- package/dist/types/styles/shared/table.d.ts +1 -1
- package/dist/types/styles/shared/tableCell.d.ts +1 -1
- package/dist/types/sync-block/SyncBlockActionsContext.d.ts +2 -1
- package/dist/types/transforms/code-block.d.ts +1 -1
- package/dist/types/transforms/expand.d.ts +1 -1
- package/dist/types/transforms/layout.d.ts +2 -1
- package/dist/types/types/copy-button.d.ts +1 -1
- package/dist/types/types/plugin-factory.d.ts +1 -1
- package/dist/types/types/resizable-media-single.d.ts +1 -1
- package/dist/types/types/type-ahead.d.ts +1 -1
- package/dist/types/ugc-tokens/get-editor-ugc-token.d.ts +1 -1
- package/dist/types/ui/Emoji/index.d.ts +1 -1
- package/dist/types/ui/EventHandlers/index.d.ts +1 -1
- package/dist/types/ui/Expand/index.d.ts +2 -1
- package/dist/types/ui/FloatingToolbar/Button.d.ts +1 -1
- package/dist/types/ui/FloatingToolbar/ButtonSpotlightCard.d.ts +3 -2
- package/dist/types/ui/Layer/index.d.ts +3 -2
- package/dist/types/ui/MediaSingle/link.d.ts +1 -1
- package/dist/types/ui/MediaSingle/styled.d.ts +2 -1
- package/dist/types/ui/Mention/index.d.ts +2 -2
- package/dist/types/ui/MultiBodiedExtension/index.d.ts +1 -1
- package/dist/types/ui/PanelTextInput/styles.d.ts +1 -1
- package/dist/types/ui/Pulse/Pulse.d.ts +2 -1
- package/dist/types/ui/ResizerLegacy/styled.d.ts +2 -2
- package/dist/types/ui/ResizerLegacy/types.d.ts +3 -3
- package/dist/types/ui/TableSelector/index.d.ts +1 -1
- package/dist/types/ui/WidthProvider/index.d.ts +1 -1
- package/dist/types/ui/WithCreateAnalyticsEvent/index.d.ts +1 -1
- package/dist/types/ui/clear-next-sibling-margin-top.d.ts +1 -1
- package/dist/types/ui/unsupported-content-helper.d.ts +2 -2
- package/dist/types/ui-color/ColorPalette/Color/index.d.ts +2 -1
- package/dist/types/ui-color/ColorPalette/Color/styles.d.ts +1 -1
- package/dist/types/ui-color/ColorPalette/Palettes/borderColorPalette.d.ts +1 -1
- package/dist/types/ui-color/ColorPalette/Palettes/cellBackgroundColorPalette.d.ts +1 -1
- package/dist/types/ui-color/ColorPalette/Palettes/getColorMessage.d.ts +1 -1
- package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -2
- package/dist/types/ui-color/ColorPalette/styles.d.ts +1 -1
- package/dist/types/ui-menu/ToolbarButton/index.d.ts +2 -2
- package/dist/types/ui-menu/ToolbarButton/styles.d.ts +1 -1
- package/dist/types/ui-react/ReactEditorViewContext.d.ts +1 -1
- package/dist/types/user-intent/UserIntentPopupWrapper.d.ts +1 -1
- package/dist/types/user-preferences/hooks.d.ts +1 -1
- package/dist/types/user-preferences/persistence-api.d.ts +1 -1
- package/dist/types/user-preferences/user-preferences-provider.d.ts +2 -2
- package/dist/types/user-preferences/utils.d.ts +1 -1
- package/dist/types/utils/browser.d.ts +1 -1
- package/dist/types/utils/commands.d.ts +4 -3
- package/dist/types/utils/compareNodes.d.ts +2 -2
- package/dist/types/utils/create-wrap-selection-transaction.d.ts +1 -1
- package/dist/types/utils/get-performance-options.d.ts +1 -1
- package/dist/types/utils/macro.d.ts +1 -1
- package/dist/types/utils/performance/hooks/use-component-render-tracking/index.d.ts +1 -1
- package/dist/types/utils/plugin-state-factory.d.ts +2 -2
- package/dist/types/utils/processRawValue.d.ts +2 -1
- package/dist/types/utils/unsupportedContent/types.d.ts +1 -1
- package/dist/types-ts4.5/analytics/analytics-queue.d.ts +1 -1
- package/dist/types-ts4.5/analytics/index.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/ai-command-palette-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/ai-definitions-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/ai-events.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/ai-inline-suggestion-events.d.ts +3 -3
- package/dist/types-ts4.5/analytics/types/ai-streaming.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/alignment-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/avatar.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/color-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/config-panel-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/datasource-clicked-events.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/date-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/dispatch-analytics-event.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/link-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/mention-events.d.ts +3 -3
- package/dist/types-ts4.5/analytics/types/native-embed-events.d.ts +7 -0
- package/dist/types-ts4.5/analytics/types/ncs-session-step-events.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/selection-toolbar-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/upload-media-events.d.ts +1 -1
- package/dist/types-ts4.5/card/MediaAndEmbedsToolbar/index.d.ts +1 -1
- package/dist/types-ts4.5/card/link-toolbar-button-group-options.d.ts +1 -1
- package/dist/types-ts4.5/card/link-toolbar-dropdown-options.d.ts +1 -1
- package/dist/types-ts4.5/card/types.d.ts +2 -2
- package/dist/types-ts4.5/code-block/index.d.ts +2 -2
- package/dist/types-ts4.5/collab/index.d.ts +2 -2
- package/dist/types-ts4.5/copy-button/index.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/ElementList/ElementList.d.ts +2 -1
- package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/hooks/use-focus.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension/Extension/styles.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension/InlineExtension/styles.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension/Lozenge/ExtensionLabel.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension/Lozenge/LozengeComponent.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension/Lozenge/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension/styles.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/styles.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +1 -1
- package/dist/types-ts4.5/extensions/extension-fields-helpers.d.ts +2 -2
- package/dist/types-ts4.5/extensions/types/extension-manifest-common.d.ts +1 -1
- package/dist/types-ts4.5/extensions/types/extension-provider.d.ts +2 -2
- package/dist/types-ts4.5/guideline/snapping.d.ts +1 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/Dropdown.d.ts +3 -7
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/StyledButton.d.ts +1 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/handleNavigation.d.ts +3 -3
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/index.d.ts +4 -8
- package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/index.d.ts +1 -1
- package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +1 -1
- package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +2 -1
- package/dist/types-ts4.5/link/LinkSearch/LinkSearchList.d.ts +3 -2
- package/dist/types-ts4.5/link/LinkSearch/LinkSearchListItem.d.ts +3 -2
- package/dist/types-ts4.5/link/LinkSearch/ToolbarComponents.d.ts +1 -1
- package/dist/types-ts4.5/link/LinkSearch/index.d.ts +2 -2
- package/dist/types-ts4.5/link/LinkSearch/transformTimeStamp.d.ts +1 -1
- package/dist/types-ts4.5/link/LinkSearch/types.d.ts +3 -3
- package/dist/types-ts4.5/link/LinkSearch/withActivityProvider.d.ts +2 -2
- package/dist/types-ts4.5/link/types.d.ts +3 -3
- package/dist/types-ts4.5/link/utils.d.ts +1 -1
- package/dist/types-ts4.5/mark/text-formatting.d.ts +2 -1
- package/dist/types-ts4.5/media-inline/styles.d.ts +1 -1
- package/dist/types-ts4.5/media-inline/views/wrapper.d.ts +1 -1
- package/dist/types-ts4.5/media-single/CommentBadge.d.ts +1 -5
- package/dist/types-ts4.5/media-single/ExternalImageBadge.d.ts +1 -1
- package/dist/types-ts4.5/media-single/MediaBadges.d.ts +2 -1
- package/dist/types-ts4.5/nesting/utilities.d.ts +1 -1
- package/dist/types-ts4.5/performance-ssr-measures/SSRRenderMeasure.d.ts +2 -1
- package/dist/types-ts4.5/portal/common.d.ts +1 -1
- package/dist/types-ts4.5/portal/usePortalProvider.d.ts +1 -1
- package/dist/types-ts4.5/preset/core-plugin/requestDocument.d.ts +1 -1
- package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/context.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/profile-card-provider.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/provider-factory.d.ts +1 -1
- package/dist/types-ts4.5/resizer/BreakoutResizer.d.ts +3 -3
- package/dist/types-ts4.5/resizer/useBreakoutGuidelines.d.ts +1 -1
- package/dist/types-ts4.5/safe-plugin/index.d.ts +1 -1
- package/dist/types-ts4.5/selection/context-helpers.d.ts +2 -2
- package/dist/types-ts4.5/selection/gap-cursor/styles.d.ts +1 -1
- package/dist/types-ts4.5/selection-based-node-view/SelectionBasedNodeView.d.ts +6 -5
- package/dist/types-ts4.5/styles/shared/blockquote.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/headings.d.ts +2 -2
- package/dist/types-ts4.5/styles/shared/media-single.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/native-anchor.d.ts +2 -2
- package/dist/types-ts4.5/styles/shared/plugins.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/table.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/tableCell.d.ts +1 -1
- package/dist/types-ts4.5/sync-block/SyncBlockActionsContext.d.ts +2 -1
- package/dist/types-ts4.5/transforms/code-block.d.ts +1 -1
- package/dist/types-ts4.5/transforms/expand.d.ts +1 -1
- package/dist/types-ts4.5/transforms/layout.d.ts +2 -1
- package/dist/types-ts4.5/types/copy-button.d.ts +1 -1
- package/dist/types-ts4.5/types/plugin-factory.d.ts +1 -1
- package/dist/types-ts4.5/types/resizable-media-single.d.ts +1 -1
- package/dist/types-ts4.5/types/type-ahead.d.ts +1 -1
- package/dist/types-ts4.5/ugc-tokens/get-editor-ugc-token.d.ts +1 -1
- package/dist/types-ts4.5/ui/Emoji/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/EventHandlers/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/Expand/index.d.ts +2 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/Button.d.ts +1 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/ButtonSpotlightCard.d.ts +3 -2
- package/dist/types-ts4.5/ui/Layer/index.d.ts +3 -2
- package/dist/types-ts4.5/ui/MediaSingle/link.d.ts +1 -1
- package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +2 -1
- package/dist/types-ts4.5/ui/Mention/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/MultiBodiedExtension/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/PanelTextInput/styles.d.ts +1 -1
- package/dist/types-ts4.5/ui/Pulse/Pulse.d.ts +2 -1
- package/dist/types-ts4.5/ui/ResizerLegacy/styled.d.ts +2 -2
- package/dist/types-ts4.5/ui/ResizerLegacy/types.d.ts +3 -3
- package/dist/types-ts4.5/ui/TableSelector/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/WidthProvider/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/WithCreateAnalyticsEvent/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/clear-next-sibling-margin-top.d.ts +1 -1
- package/dist/types-ts4.5/ui/unsupported-content-helper.d.ts +2 -2
- package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +2 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/Color/styles.d.ts +1 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/borderColorPalette.d.ts +1 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/cellBackgroundColorPalette.d.ts +1 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/getColorMessage.d.ts +1 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +2 -2
- package/dist/types-ts4.5/ui-color/ColorPalette/styles.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/ToolbarButton/index.d.ts +2 -2
- package/dist/types-ts4.5/ui-menu/ToolbarButton/styles.d.ts +1 -1
- package/dist/types-ts4.5/ui-react/ReactEditorViewContext.d.ts +1 -1
- package/dist/types-ts4.5/user-intent/UserIntentPopupWrapper.d.ts +1 -1
- package/dist/types-ts4.5/user-preferences/hooks.d.ts +1 -1
- package/dist/types-ts4.5/user-preferences/persistence-api.d.ts +1 -1
- package/dist/types-ts4.5/user-preferences/user-preferences-provider.d.ts +2 -2
- package/dist/types-ts4.5/user-preferences/utils.d.ts +1 -1
- package/dist/types-ts4.5/utils/browser.d.ts +1 -1
- package/dist/types-ts4.5/utils/commands.d.ts +4 -3
- package/dist/types-ts4.5/utils/compareNodes.d.ts +2 -2
- package/dist/types-ts4.5/utils/create-wrap-selection-transaction.d.ts +1 -1
- package/dist/types-ts4.5/utils/get-performance-options.d.ts +1 -1
- package/dist/types-ts4.5/utils/macro.d.ts +1 -1
- package/dist/types-ts4.5/utils/performance/hooks/use-component-render-tracking/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/plugin-state-factory.d.ts +2 -2
- package/dist/types-ts4.5/utils/processRawValue.d.ts +2 -1
- package/dist/types-ts4.5/utils/unsupportedContent/types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import React, { forwardRef, useCallback, useEffect, useState } from 'react';
|
|
3
3
|
import Button from '@atlaskit/button/custom-theme-button';
|
|
4
4
|
import { componentWithCondition } from '@atlaskit/platform-feature-flags-react';
|
|
5
|
+
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
5
6
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
6
7
|
import Tooltip from '@atlaskit/tooltip';
|
|
7
8
|
import { Pulse } from '../Pulse/Pulse';
|
|
@@ -74,8 +75,8 @@ const FloatingToolbarButton = ({
|
|
|
74
75
|
hideTooltipOnClick: hideTooltipOnClick,
|
|
75
76
|
position: "top"
|
|
76
77
|
}, /*#__PURE__*/React.createElement("div", {
|
|
77
|
-
onMouseEnter: onMouseEnter,
|
|
78
|
-
onMouseLeave: onMouseLeave
|
|
78
|
+
onMouseEnter: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? undefined : onMouseEnter,
|
|
79
|
+
onMouseLeave: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? undefined : onMouseLeave
|
|
79
80
|
}, /*#__PURE__*/React.createElement(Pulse, {
|
|
80
81
|
pulse: pulse || (spotlightConfig === null || spotlightConfig === void 0 ? void 0 : spotlightConfig.pulse)
|
|
81
82
|
}, /*#__PURE__*/React.createElement(Button
|
|
@@ -134,6 +135,8 @@ const FloatingToolbarButton = ({
|
|
|
134
135
|
isDisabled: disabled,
|
|
135
136
|
testId: testId,
|
|
136
137
|
interactionName: interactionName,
|
|
138
|
+
onMouseEnter: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? onMouseEnter : undefined,
|
|
139
|
+
onMouseLeave: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? onMouseLeave : undefined,
|
|
137
140
|
onFocus: onFocus,
|
|
138
141
|
onBlur: onBlur
|
|
139
142
|
// @ts-ignore
|
|
@@ -202,13 +202,15 @@ const HoverLinkOverlay = ({
|
|
|
202
202
|
return jsx("span", {
|
|
203
203
|
ref: containerRef,
|
|
204
204
|
css: containerStyles,
|
|
205
|
-
onDoubleClick: handleDoubleClick
|
|
206
|
-
|
|
207
|
-
,
|
|
208
|
-
onMouseEnter: () => handleOverlayChange(true)
|
|
209
|
-
// eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
|
|
210
|
-
,
|
|
205
|
+
onDoubleClick: handleDoubleClick,
|
|
206
|
+
onMouseEnter: () => handleOverlayChange(true),
|
|
211
207
|
onMouseLeave: () => handleOverlayChange(false)
|
|
208
|
+
// No-op focus/blur handlers to satisfy a11y/mouse-events-have-key-events rule.
|
|
209
|
+
// The hover overlay is a mouse convenience — keyboard users can access link actions
|
|
210
|
+
// (open, preview) via the floating toolbar that appears on selection.
|
|
211
|
+
,
|
|
212
|
+
onFocus: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? () => {} : undefined,
|
|
213
|
+
onBlur: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? () => {} : undefined
|
|
212
214
|
}, children, jsx("span", {
|
|
213
215
|
css: hiddenTextStyle,
|
|
214
216
|
"aria-hidden": "true"
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
import React, { Component } from 'react';
|
|
3
|
-
import Popper from 'popper.js';
|
|
3
|
+
import Popper from 'popper.js';
|
|
4
|
+
// eslint-disable-line import/extensions
|
|
4
5
|
import rafSchedule from 'raf-schd';
|
|
5
6
|
import { positionPropToPopperPosition } from './internal/helpers';
|
|
6
7
|
const defaultState = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
5
|
export const mediaLinkStyle = css({
|
|
6
6
|
position: 'absolute',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
import { MediaSingleDimensionHelper } from '../MediaSingle/styled';
|
|
4
|
-
|
|
5
5
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
|
|
6
6
|
export const wrapperStyle = props => css`
|
|
7
7
|
& > div {
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { useCallback, useEffect, useRef, useState } from 'react';
|
|
7
|
-
|
|
8
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports -- Ignored via go/DSP-18766; jsx required at runtime for @jsxRuntime classic
|
|
9
8
|
import { css, jsx } from '@emotion/react';
|
|
10
9
|
import { bind } from 'bind-event-listener';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
4
|
// We use !important to ensure next sibling gets the margin reset no matter what
|
|
5
5
|
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
|
|
7
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports -- Ignored via go/DSP-18766; jsx required at runtime for @jsxRuntime classic
|
|
8
7
|
import { jsx } from '@emotion/react';
|
|
9
8
|
import EditorDoneIcon from '@atlaskit/icon/core/check-mark';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
/** this is not new usage - old code extracted from editor-core */
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -573,6 +573,7 @@ export var ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTION_SUBJECT_ID) {
|
|
|
573
573
|
ACTION_SUBJECT_ID["SYNCED_BLOCK_LABEL"] = "syncedBlockLabel";
|
|
574
574
|
ACTION_SUBJECT_ID["SYNCED_BLOCK_SSR_ERROR"] = "syncedBlockSSRError";
|
|
575
575
|
ACTION_SUBJECT_ID["TABLE_STICKY_HEADER"] = "tableStickyHeader";
|
|
576
|
+
ACTION_SUBJECT_ID["NATIVE_EMBED"] = "nativeEmbed";
|
|
576
577
|
return ACTION_SUBJECT_ID;
|
|
577
578
|
}({});
|
|
578
579
|
export var FLOATING_CONTROLS_TITLE = /*#__PURE__*/function (FLOATING_CONTROLS_TITLE) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
2
|
// Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
|
|
4
3
|
var IconCardGlyph = function IconCardGlyph(_ref) {
|
|
5
4
|
var ariaLabel = _ref['aria-label'],
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
2
|
// Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
|
|
4
3
|
var IconEmbedGlyph = function IconEmbedGlyph(_ref) {
|
|
5
4
|
var ariaLabel = _ref['aria-label'],
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
2
|
// Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
|
|
4
3
|
var IconInlineGlyph = function IconInlineGlyph(_ref) {
|
|
5
4
|
var ariaLabel = _ref['aria-label'],
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
2
|
// Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
|
|
4
3
|
var IconUrlGlyph = function IconUrlGlyph(_ref) {
|
|
5
4
|
var ariaLabel = _ref['aria-label'],
|
package/dist/esm/collab/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
2
|
var _templateObject;
|
|
3
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
4
|
+
|
|
3
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
6
|
import { css } from '@emotion/react';
|
|
5
7
|
import { participantColors } from '@atlaskit/editor-shared-styles';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
3
4
|
/**
|
|
4
5
|
* @jsxRuntime classic
|
|
5
6
|
* @jsx jsx
|
|
@@ -197,6 +198,7 @@ var ElementListSingleColumn = function ElementListSingleColumn(props) {
|
|
|
197
198
|
,
|
|
198
199
|
className: "element-item-wrapper",
|
|
199
200
|
css: elementItemWrapperSingle,
|
|
201
|
+
role: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? 'presentation' : undefined,
|
|
200
202
|
onKeyDown: function onKeyDown(e) {
|
|
201
203
|
if (e.key === 'Tab') {
|
|
202
204
|
if (e.shiftKey && index === 0) {
|
|
@@ -236,52 +236,64 @@ function StatelessElementBrowser(props) {
|
|
|
236
236
|
var handleClick = function handleClick() {
|
|
237
237
|
setCanFocusSearch(true);
|
|
238
238
|
};
|
|
239
|
-
|
|
239
|
+
var browserContent = jsx(React.Fragment, null, jsx(ContainerWidthMonitor, null), containerWidth < DEVICE_BREAKPOINT_NUMBERS.medium ? jsx(MobileBrowser
|
|
240
|
+
// Ignored via go/ees005
|
|
241
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
242
|
+
, _extends({}, props, {
|
|
243
|
+
selectedItemIndex: selectedItemIndex,
|
|
244
|
+
focusOnEmptyStateButton: focusOnEmptyStateButton,
|
|
245
|
+
focusedItemIndex: focusedItemIndex,
|
|
246
|
+
setFocusedItemIndex: setFocusedItemIndex,
|
|
247
|
+
focusedCategoryIndex: focusedCategoryIndex,
|
|
248
|
+
setFocusedCategoryIndex: setFocusedCategoryIndex,
|
|
249
|
+
focusOnSearch: focusOnSearch,
|
|
250
|
+
columnCount: columnCount,
|
|
251
|
+
setColumnCount: setColumnCount,
|
|
252
|
+
setFocusOnSearch: setFocusOnSearch,
|
|
253
|
+
onKeyPress: onItemsEnterTabKeyPress,
|
|
254
|
+
onKeyDown: onKeyDown,
|
|
255
|
+
onViewMore: onViewMore,
|
|
256
|
+
focusOnViewMore: focusOnViewMore,
|
|
257
|
+
cache: cache
|
|
258
|
+
})) : jsx(DesktopBrowser
|
|
259
|
+
// Ignored via go/ees005
|
|
260
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
261
|
+
, _extends({}, props, {
|
|
262
|
+
selectedItemIndex: selectedItemIndex,
|
|
263
|
+
focusOnEmptyStateButton: focusOnEmptyStateButton,
|
|
264
|
+
focusedItemIndex: focusedItemIndex,
|
|
265
|
+
setFocusedItemIndex: setFocusedItemIndex,
|
|
266
|
+
focusOnSearch: focusOnSearch,
|
|
267
|
+
setColumnCount: setColumnCount,
|
|
268
|
+
columnCount: columnCount,
|
|
269
|
+
setFocusOnSearch: setFocusOnSearch,
|
|
270
|
+
onKeyPress: onItemsEnterTabKeyPress,
|
|
271
|
+
onKeyDown: onKeyDown,
|
|
272
|
+
focusedCategoryIndex: focusedCategoryIndex,
|
|
273
|
+
setFocusedCategoryIndex: setFocusedCategoryIndex,
|
|
274
|
+
selectedCategoryIndex: selectedCategoryIndex,
|
|
275
|
+
onSelectCategory: onSelectCategoryCB,
|
|
276
|
+
cache: cache
|
|
277
|
+
})));
|
|
278
|
+
if (expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true)) {
|
|
279
|
+
return jsx("div", {
|
|
280
|
+
css: wrapper,
|
|
281
|
+
"data-testid": "element-browser",
|
|
282
|
+
id: ELEMENT_BROWSER_ID,
|
|
283
|
+
role: "none",
|
|
284
|
+
onKeyUp: canFocusSearch ? undefined : handleKeyPress,
|
|
285
|
+
onClick: canFocusSearch ? undefined : handleClick
|
|
286
|
+
}, browserContent);
|
|
287
|
+
}
|
|
288
|
+
return (
|
|
289
|
+
// eslint-disable-next-line @atlassian/a11y/interactive-element-not-keyboard-focusable
|
|
240
290
|
jsx("div", {
|
|
241
291
|
css: wrapper,
|
|
242
292
|
"data-testid": "element-browser",
|
|
243
293
|
id: ELEMENT_BROWSER_ID,
|
|
244
294
|
onKeyUp: canFocusSearch ? undefined : handleKeyPress,
|
|
245
295
|
onClick: canFocusSearch ? undefined : handleClick
|
|
246
|
-
},
|
|
247
|
-
// Ignored via go/ees005
|
|
248
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
249
|
-
, _extends({}, props, {
|
|
250
|
-
selectedItemIndex: selectedItemIndex,
|
|
251
|
-
focusOnEmptyStateButton: focusOnEmptyStateButton,
|
|
252
|
-
focusedItemIndex: focusedItemIndex,
|
|
253
|
-
setFocusedItemIndex: setFocusedItemIndex,
|
|
254
|
-
focusedCategoryIndex: focusedCategoryIndex,
|
|
255
|
-
setFocusedCategoryIndex: setFocusedCategoryIndex,
|
|
256
|
-
focusOnSearch: focusOnSearch,
|
|
257
|
-
columnCount: columnCount,
|
|
258
|
-
setColumnCount: setColumnCount,
|
|
259
|
-
setFocusOnSearch: setFocusOnSearch,
|
|
260
|
-
onKeyPress: onItemsEnterTabKeyPress,
|
|
261
|
-
onKeyDown: onKeyDown,
|
|
262
|
-
onViewMore: onViewMore,
|
|
263
|
-
focusOnViewMore: focusOnViewMore,
|
|
264
|
-
cache: cache
|
|
265
|
-
})) : jsx(DesktopBrowser
|
|
266
|
-
// Ignored via go/ees005
|
|
267
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
268
|
-
, _extends({}, props, {
|
|
269
|
-
selectedItemIndex: selectedItemIndex,
|
|
270
|
-
focusOnEmptyStateButton: focusOnEmptyStateButton,
|
|
271
|
-
focusedItemIndex: focusedItemIndex,
|
|
272
|
-
setFocusedItemIndex: setFocusedItemIndex,
|
|
273
|
-
focusOnSearch: focusOnSearch,
|
|
274
|
-
setColumnCount: setColumnCount,
|
|
275
|
-
columnCount: columnCount,
|
|
276
|
-
setFocusOnSearch: setFocusOnSearch,
|
|
277
|
-
onKeyPress: onItemsEnterTabKeyPress,
|
|
278
|
-
onKeyDown: onKeyDown,
|
|
279
|
-
focusedCategoryIndex: focusedCategoryIndex,
|
|
280
|
-
setFocusedCategoryIndex: setFocusedCategoryIndex,
|
|
281
|
-
selectedCategoryIndex: selectedCategoryIndex,
|
|
282
|
-
onSelectCategory: onSelectCategoryCB,
|
|
283
|
-
cache: cache
|
|
284
|
-
})))
|
|
296
|
+
}, browserContent)
|
|
285
297
|
);
|
|
286
298
|
}
|
|
287
299
|
function MobileBrowser(_ref) {
|
|
@@ -313,59 +325,57 @@ function MobileBrowser(_ref) {
|
|
|
313
325
|
cache = _ref.cache,
|
|
314
326
|
_ref$focusOnEmptyStat = _ref.focusOnEmptyStateButton,
|
|
315
327
|
focusOnEmptyStateButton = _ref$focusOnEmptyStat === void 0 ? false : _ref$focusOnEmptyStat;
|
|
316
|
-
return (
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
}))
|
|
368
|
-
);
|
|
328
|
+
return jsx("div", {
|
|
329
|
+
css: mobileElementBrowserContainer,
|
|
330
|
+
role: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? 'none' : undefined,
|
|
331
|
+
onKeyDown: onKeyDown,
|
|
332
|
+
"data-testid": "mobile__element-browser"
|
|
333
|
+
}, jsx("div", {
|
|
334
|
+
css: showCategories ? [mobileSideBar, mobileSideBarShowCategories] : mobileSideBar
|
|
335
|
+
}, showSearch && jsx(ElementSearch, {
|
|
336
|
+
onSearch: onSearch,
|
|
337
|
+
onKeyDown: onKeyPress,
|
|
338
|
+
mode: mode,
|
|
339
|
+
focus: focusOnSearch,
|
|
340
|
+
onClick: setFocusOnSearch,
|
|
341
|
+
searchTerm: searchTerm,
|
|
342
|
+
items: items,
|
|
343
|
+
selectedItemIndex: selectedItemIndex,
|
|
344
|
+
ariaControlsId: expValEquals('platform_editor_august_a11y', 'isEnabled', true) ? ELEMENT_BROWSER_LIST_ID : undefined
|
|
345
|
+
}), showCategories && jsx("nav", {
|
|
346
|
+
css: mobileCategoryListWrapper,
|
|
347
|
+
tabIndex: -1
|
|
348
|
+
}, jsx(CategoryList, {
|
|
349
|
+
categories: categories,
|
|
350
|
+
onSelectCategory: onSelectCategory,
|
|
351
|
+
selectedCategory: selectedCategory,
|
|
352
|
+
focusedCategoryIndex: focusedCategoryIndex,
|
|
353
|
+
setFocusedCategoryIndex: setFocusedCategoryIndex,
|
|
354
|
+
setFocusedItemIndex: setFocusedItemIndex,
|
|
355
|
+
setFocusOnSearch: setFocusOnSearch
|
|
356
|
+
}))), jsx("div", {
|
|
357
|
+
css: mobileMainContent,
|
|
358
|
+
id: expValEquals('platform_editor_august_a11y', 'isEnabled', true) ? ELEMENT_BROWSER_LIST_ID : undefined
|
|
359
|
+
}, jsx(ElementList, {
|
|
360
|
+
items: items,
|
|
361
|
+
mode: mode,
|
|
362
|
+
onInsertItem: onInsertItem,
|
|
363
|
+
selectedItemIndex: selectedItemIndex,
|
|
364
|
+
focusedItemIndex: focusedItemIndex,
|
|
365
|
+
focusOnEmptyStateButton: focusOnEmptyStateButton,
|
|
366
|
+
setFocusedItemIndex: setFocusedItemIndex,
|
|
367
|
+
columnCount: columnCount,
|
|
368
|
+
setColumnCount: setColumnCount,
|
|
369
|
+
createAnalyticsEvent: createAnalyticsEvent,
|
|
370
|
+
emptyStateHandler: emptyStateHandler,
|
|
371
|
+
selectedCategory: selectedCategory,
|
|
372
|
+
searchTerm: searchTerm,
|
|
373
|
+
cache: cache,
|
|
374
|
+
hasTabListContext: false
|
|
375
|
+
})), onViewMore && jsx(ViewMore, {
|
|
376
|
+
onViewMore: onViewMore,
|
|
377
|
+
focus: focusOnViewMore
|
|
378
|
+
}));
|
|
369
379
|
}
|
|
370
380
|
function DesktopBrowser(_ref2) {
|
|
371
381
|
var showCategories = _ref2.showCategories,
|
|
@@ -408,7 +418,22 @@ function DesktopBrowser(_ref2) {
|
|
|
408
418
|
id: "fabric.editor.elementbrowser.sidebar.heading",
|
|
409
419
|
defaultMessage: "Browse",
|
|
410
420
|
description: "Sidebar heading"
|
|
411
|
-
})), jsx("
|
|
421
|
+
})), expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? jsx("div", {
|
|
422
|
+
role: "tablist",
|
|
423
|
+
"aria-labelledby": "sidebar-heading",
|
|
424
|
+
css: categoryListWrapper
|
|
425
|
+
}, jsx(CategoryList, {
|
|
426
|
+
categories: categories,
|
|
427
|
+
onSelectCategory: onSelectCategory,
|
|
428
|
+
selectedCategory: selectedCategory,
|
|
429
|
+
createAnalyticsEvent: createAnalyticsEvent,
|
|
430
|
+
focusedCategoryIndex: focusedCategoryIndex,
|
|
431
|
+
setFocusedCategoryIndex: setFocusedCategoryIndex,
|
|
432
|
+
setFocusedItemIndex: setFocusedItemIndex,
|
|
433
|
+
setFocusOnSearch: setFocusOnSearch
|
|
434
|
+
})) :
|
|
435
|
+
// eslint-disable-next-line @atlassian/a11y/no-noninteractive-element-to-interactive-role
|
|
436
|
+
jsx("nav", {
|
|
412
437
|
role: "tablist",
|
|
413
438
|
"aria-labelledby": "sidebar-heading",
|
|
414
439
|
css: categoryListWrapper
|
|
@@ -423,6 +448,7 @@ function DesktopBrowser(_ref2) {
|
|
|
423
448
|
setFocusOnSearch: setFocusOnSearch
|
|
424
449
|
}))), jsx("div", {
|
|
425
450
|
css: mainContent,
|
|
451
|
+
role: expValEquals('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? 'none' : undefined,
|
|
426
452
|
onKeyDown: onKeyDown,
|
|
427
453
|
"data-testid": "main-content"
|
|
428
454
|
}, showSearch &&
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
import { wrapperDefault } from '../styles';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
import { wrapperDefault } from '../styles';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
import { wrapperDefault } from '../Extension/styles';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
2
|
// Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
|
|
4
3
|
var BorderIconGlyph = function BorderIconGlyph(_ref) {
|
|
5
4
|
var ariaLabel = _ref['aria-label'],
|
|
@@ -6,7 +6,6 @@ var _excluded = ["onClick", "triggerRef"];
|
|
|
6
6
|
* @jsx jsx
|
|
7
7
|
*/
|
|
8
8
|
import { useCallback } from 'react';
|
|
9
|
-
|
|
10
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
11
10
|
import { jsx } from '@emotion/react';
|
|
12
11
|
import { useIntl } from 'react-intl-next';
|
|
@@ -4,7 +4,6 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
4
4
|
* @jsx jsx
|
|
5
5
|
*/
|
|
6
6
|
import { useCallback, useLayoutEffect, useState } from 'react';
|
|
7
|
-
|
|
8
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
9
8
|
import { css, jsx } from '@emotion/react';
|
|
10
9
|
import { useIntl } from 'react-intl-next';
|
|
@@ -10,6 +10,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
10
10
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
11
11
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
12
12
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
13
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
13
14
|
/**
|
|
14
15
|
* @jsxRuntime classic
|
|
15
16
|
* @jsx jsx
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
/**
|
|
2
3
|
* @jsxRuntime classic
|
|
3
4
|
* @jsx jsx
|
|
4
5
|
*/
|
|
5
6
|
import React, { forwardRef, Fragment, useCallback } from 'react';
|
|
6
|
-
|
|
7
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
8
|
import { css, jsx } from '@emotion/react';
|
|
9
|
+
|
|
9
10
|
// AFP-2532 TODO: Fix automatic suppressions below
|
|
10
11
|
// eslint-disable-next-line @atlassian/tangerine/import/entry-points
|
|
11
12
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
import { RECENT_SEARCH_WIDTH_IN_PX, RECENT_SEARCH_WIDTH_WITHOUT_ITEMS_IN_PX } from '../../ui';
|
|
@@ -11,6 +11,7 @@ function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstruct
|
|
|
11
11
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
12
12
|
import React from 'react';
|
|
13
13
|
import { WithProviders } from '../../provider-factory';
|
|
14
|
+
|
|
14
15
|
// eslint-disable-next-line no-duplicate-imports
|
|
15
16
|
|
|
16
17
|
export default function withActivityProvider(WrappedComponent) {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
2
|
var _templateObject, _templateObject2;
|
|
3
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
3
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
5
|
import { css } from '@emotion/react';
|
|
5
6
|
import { DEFAULT_INLINE_IMAGE_ASPECT_RATIO, DEFAULT_INLINE_IMAGE_BORDER_SIZE, referenceHeights } from './constants';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
1
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -4,7 +4,6 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
4
4
|
* @jsx jsx
|
|
5
5
|
*/
|
|
6
6
|
import { forwardRef, useEffect, useMemo, useState } from 'react';
|
|
7
|
-
|
|
8
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
9
8
|
import { css, jsx } from '@emotion/react';
|
|
10
9
|
import debounce from 'lodash/debounce';
|
|
@@ -10,7 +10,7 @@ import { isFedRamp } from './environment';
|
|
|
10
10
|
import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
|
|
11
11
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
12
12
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
13
|
-
var packageVersion = "112.11.
|
|
13
|
+
var packageVersion = "112.11.2";
|
|
14
14
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
15
15
|
// Remove URL as it has UGC
|
|
16
16
|
// Ignored via go/ees007
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
2
|
var _templateObject;
|
|
3
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
3
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
5
|
import { css, keyframes } from '@emotion/react';
|
|
5
6
|
var gapCursorBlink = keyframes({
|
|
@@ -7,7 +7,6 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
7
7
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
8
8
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
9
9
|
import ReactNodeView from '../react-node-view';
|
|
10
|
-
|
|
11
10
|
/**
|
|
12
11
|
* A ReactNodeView that handles React components sensitive
|
|
13
12
|
* to selection changes.
|