@atlaskit/editor-common 86.3.1 → 86.4.0
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 +7 -0
- package/dist/cjs/card/LinkToolbarButtonGroup.js +4 -1
- package/dist/cjs/element-browser/ViewMore.js +4 -1
- package/dist/cjs/element-browser/components/CategoryList.js +4 -1
- package/dist/cjs/element-browser/components/ElementBrowserLoader.js +4 -1
- package/dist/cjs/element-browser/components/ElementList/ElementList.js +4 -1
- package/dist/cjs/element-browser/components/ElementList/EmptyState.js +4 -1
- package/dist/cjs/element-browser/components/ElementList/NotFoundIllustration.js +4 -1
- package/dist/cjs/element-browser/components/ElementSearch.js +4 -1
- package/dist/cjs/element-browser/components/StatelessElementBrowser.js +4 -1
- package/dist/cjs/element-browser/hooks/use-container-width.js +4 -1
- package/dist/cjs/extensibility/Extension/Extension/index.js +4 -1
- package/dist/cjs/extensibility/Extension/InlineExtension/index.js +4 -1
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +4 -1
- package/dist/cjs/extensibility/Extension/Lozenge/LozengeComponent.js +4 -1
- package/dist/cjs/extensibility/Extension/Lozenge/index.js +4 -1
- package/dist/cjs/extensibility/ExtensionNodeWrapper.js +4 -1
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +4 -1
- package/dist/cjs/icons/shared/SteppedRainbowIconDecoration.js +4 -1
- package/dist/cjs/keymaps/index.js +4 -1
- package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +4 -1
- package/dist/cjs/link/ConfigureLinkOverlay/StyledButton.js +4 -1
- package/dist/cjs/link/ConfigureLinkOverlay/index.js +4 -1
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +4 -1
- package/dist/cjs/link/LinkSearch/LinkSearchList.js +4 -1
- package/dist/cjs/link/LinkSearch/LinkSearchListItem.js +4 -1
- package/dist/cjs/media-inline/inline-image-card.js +4 -1
- package/dist/cjs/media-inline/inline-image-wrapper.js +4 -1
- package/dist/cjs/media-inline/media-inline-image-card.js +4 -1
- package/dist/cjs/media-inline/views/error-view.js +4 -1
- package/dist/cjs/media-inline/views/frame.js +4 -1
- package/dist/cjs/media-inline/views/icon-wrapper.js +4 -1
- package/dist/cjs/media-inline/views/loading-view.js +4 -1
- package/dist/cjs/media-single/CommentBadge.js +4 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +4 -1
- package/dist/cjs/table/SortingIcon.js +4 -1
- package/dist/cjs/ui/Caption/index.js +4 -1
- package/dist/cjs/ui/DropList/index.js +5 -2
- package/dist/cjs/ui/Expand/index.js +4 -1
- package/dist/cjs/ui/FloatingToolbar/Separator.js +4 -1
- package/dist/cjs/ui/FloatingToolbar/SmallerEditIcon.js +4 -1
- package/dist/cjs/ui/MediaSingle/index.js +4 -1
- package/dist/cjs/ui/MediaSingle/styled.js +4 -1
- package/dist/cjs/ui/Messages/index.js +4 -1
- package/dist/cjs/ui/MultiBodiedExtension/index.js +4 -1
- package/dist/cjs/ui/PanelTextInput/index.js +4 -1
- package/dist/cjs/ui/UnsupportedBlock/index.js +4 -1
- package/dist/cjs/ui/UnsupportedInline/index.js +4 -1
- package/dist/cjs/ui/WidthProvider/index.js +4 -1
- package/dist/cjs/ui-color/ColorPalette/Color/index.js +4 -1
- package/dist/cjs/ui-color/ColorPalette/Palettes/highlightColorPalette.js +4 -1
- package/dist/cjs/ui-color/ColorPalette/index.js +4 -1
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +4 -1
- package/dist/cjs/ui-menu/DropdownContainer/index.js +4 -1
- package/dist/cjs/ui-menu/DropdownMenu/index.js +4 -1
- package/dist/cjs/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +4 -1
- package/dist/cjs/ui-menu/ToolbarButton/index.js +4 -1
- package/dist/es2019/card/LinkToolbarButtonGroup.js +4 -1
- package/dist/es2019/element-browser/ViewMore.js +4 -1
- package/dist/es2019/element-browser/components/CategoryList.js +4 -1
- package/dist/es2019/element-browser/components/ElementBrowserLoader.js +4 -1
- package/dist/es2019/element-browser/components/ElementList/ElementList.js +4 -1
- package/dist/es2019/element-browser/components/ElementList/EmptyState.js +4 -1
- package/dist/es2019/element-browser/components/ElementList/NotFoundIllustration.js +4 -1
- package/dist/es2019/element-browser/components/ElementSearch.js +4 -1
- package/dist/es2019/element-browser/components/StatelessElementBrowser.js +4 -1
- package/dist/es2019/element-browser/hooks/use-container-width.js +4 -1
- package/dist/es2019/extensibility/Extension/Extension/index.js +4 -1
- package/dist/es2019/extensibility/Extension/InlineExtension/index.js +4 -1
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +4 -1
- package/dist/es2019/extensibility/Extension/Lozenge/LozengeComponent.js +4 -1
- package/dist/es2019/extensibility/Extension/Lozenge/index.js +4 -1
- package/dist/es2019/extensibility/ExtensionNodeWrapper.js +4 -1
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +4 -1
- package/dist/es2019/icons/shared/SteppedRainbowIconDecoration.js +4 -1
- package/dist/es2019/keymaps/index.js +4 -1
- package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +4 -1
- package/dist/es2019/link/ConfigureLinkOverlay/StyledButton.js +4 -1
- package/dist/es2019/link/ConfigureLinkOverlay/index.js +4 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +4 -1
- package/dist/es2019/link/LinkSearch/LinkSearchList.js +4 -1
- package/dist/es2019/link/LinkSearch/LinkSearchListItem.js +4 -1
- package/dist/es2019/media-inline/inline-image-card.js +4 -1
- package/dist/es2019/media-inline/inline-image-wrapper.js +4 -1
- package/dist/es2019/media-inline/media-inline-image-card.js +4 -1
- package/dist/es2019/media-inline/views/error-view.js +4 -1
- package/dist/es2019/media-inline/views/frame.js +4 -1
- package/dist/es2019/media-inline/views/icon-wrapper.js +4 -1
- package/dist/es2019/media-inline/views/loading-view.js +4 -1
- package/dist/es2019/media-single/CommentBadge.js +4 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +4 -1
- package/dist/es2019/table/SortingIcon.js +4 -1
- package/dist/es2019/ui/Caption/index.js +4 -1
- package/dist/es2019/ui/DropList/index.js +5 -2
- package/dist/es2019/ui/Expand/index.js +4 -1
- package/dist/es2019/ui/FloatingToolbar/Separator.js +4 -1
- package/dist/es2019/ui/FloatingToolbar/SmallerEditIcon.js +4 -1
- package/dist/es2019/ui/MediaSingle/index.js +4 -1
- package/dist/es2019/ui/MediaSingle/styled.js +4 -1
- package/dist/es2019/ui/Messages/index.js +4 -1
- package/dist/es2019/ui/MultiBodiedExtension/index.js +4 -1
- package/dist/es2019/ui/PanelTextInput/index.js +4 -1
- package/dist/es2019/ui/UnsupportedBlock/index.js +4 -1
- package/dist/es2019/ui/UnsupportedInline/index.js +4 -1
- package/dist/es2019/ui/WidthProvider/index.js +4 -1
- package/dist/es2019/ui-color/ColorPalette/Color/index.js +4 -1
- package/dist/es2019/ui-color/ColorPalette/Palettes/highlightColorPalette.js +4 -1
- package/dist/es2019/ui-color/ColorPalette/index.js +4 -1
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +4 -1
- package/dist/es2019/ui-menu/DropdownContainer/index.js +4 -1
- package/dist/es2019/ui-menu/DropdownMenu/index.js +4 -1
- package/dist/es2019/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +4 -1
- package/dist/es2019/ui-menu/ToolbarButton/index.js +4 -1
- package/dist/esm/card/LinkToolbarButtonGroup.js +4 -1
- package/dist/esm/element-browser/ViewMore.js +4 -1
- package/dist/esm/element-browser/components/CategoryList.js +4 -1
- package/dist/esm/element-browser/components/ElementBrowserLoader.js +4 -1
- package/dist/esm/element-browser/components/ElementList/ElementList.js +4 -1
- package/dist/esm/element-browser/components/ElementList/EmptyState.js +4 -1
- package/dist/esm/element-browser/components/ElementList/NotFoundIllustration.js +4 -1
- package/dist/esm/element-browser/components/ElementSearch.js +4 -1
- package/dist/esm/element-browser/components/StatelessElementBrowser.js +4 -1
- package/dist/esm/element-browser/hooks/use-container-width.js +4 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +4 -1
- package/dist/esm/extensibility/Extension/InlineExtension/index.js +4 -1
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +4 -1
- package/dist/esm/extensibility/Extension/Lozenge/LozengeComponent.js +4 -1
- package/dist/esm/extensibility/Extension/Lozenge/index.js +4 -1
- package/dist/esm/extensibility/ExtensionNodeWrapper.js +4 -1
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +4 -1
- package/dist/esm/icons/shared/SteppedRainbowIconDecoration.js +4 -1
- package/dist/esm/keymaps/index.js +4 -1
- package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +4 -1
- package/dist/esm/link/ConfigureLinkOverlay/StyledButton.js +4 -1
- package/dist/esm/link/ConfigureLinkOverlay/index.js +4 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +4 -1
- package/dist/esm/link/LinkSearch/LinkSearchList.js +4 -1
- package/dist/esm/link/LinkSearch/LinkSearchListItem.js +4 -1
- package/dist/esm/media-inline/inline-image-card.js +4 -1
- package/dist/esm/media-inline/inline-image-wrapper.js +4 -1
- package/dist/esm/media-inline/media-inline-image-card.js +4 -1
- package/dist/esm/media-inline/views/error-view.js +4 -1
- package/dist/esm/media-inline/views/frame.js +4 -1
- package/dist/esm/media-inline/views/icon-wrapper.js +4 -1
- package/dist/esm/media-inline/views/loading-view.js +4 -1
- package/dist/esm/media-single/CommentBadge.js +4 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +4 -1
- package/dist/esm/table/SortingIcon.js +4 -1
- package/dist/esm/ui/Caption/index.js +4 -1
- package/dist/esm/ui/DropList/index.js +5 -2
- package/dist/esm/ui/Expand/index.js +4 -1
- package/dist/esm/ui/FloatingToolbar/Separator.js +4 -1
- package/dist/esm/ui/FloatingToolbar/SmallerEditIcon.js +4 -1
- package/dist/esm/ui/MediaSingle/index.js +4 -1
- package/dist/esm/ui/MediaSingle/styled.js +4 -1
- package/dist/esm/ui/Messages/index.js +4 -1
- package/dist/esm/ui/MultiBodiedExtension/index.js +4 -1
- package/dist/esm/ui/PanelTextInput/index.js +4 -1
- package/dist/esm/ui/UnsupportedBlock/index.js +4 -1
- package/dist/esm/ui/UnsupportedInline/index.js +4 -1
- package/dist/esm/ui/WidthProvider/index.js +4 -1
- package/dist/esm/ui-color/ColorPalette/Color/index.js +4 -1
- package/dist/esm/ui-color/ColorPalette/Palettes/highlightColorPalette.js +4 -1
- package/dist/esm/ui-color/ColorPalette/index.js +4 -1
- package/dist/esm/ui-menu/ColorPickerButton/index.js +4 -1
- package/dist/esm/ui-menu/DropdownContainer/index.js +4 -1
- package/dist/esm/ui-menu/DropdownMenu/index.js +4 -1
- package/dist/esm/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +4 -1
- package/dist/esm/ui-menu/ToolbarButton/index.js +4 -1
- package/dist/types/analytics/types/element-events.d.ts +1 -0
- package/dist/types/element-browser/components/CategoryList.d.ts +4 -1
- package/dist/types/element-browser/components/ElementBrowserLoader.d.ts +4 -1
- package/dist/types/element-browser/components/ElementList/ElementList.d.ts +4 -1
- package/dist/types/element-browser/components/ElementSearch.d.ts +4 -1
- package/dist/types/element-browser/components/StatelessElementBrowser.d.ts +4 -1
- package/dist/types/element-browser/hooks/use-container-width.d.ts +4 -1
- package/dist/types/extensibility/Extension/InlineExtension/index.d.ts +4 -1
- package/dist/types/extensibility/Extension/Lozenge/LozengeComponent.d.ts +4 -1
- package/dist/types/extensibility/Extension/Lozenge/index.d.ts +4 -1
- package/dist/types/extensibility/ExtensionNodeWrapper.d.ts +4 -1
- package/dist/types/extensibility/MultiBodiedExtension/index.d.ts +4 -1
- package/dist/types/icons/shared/SteppedRainbowIconDecoration.d.ts +4 -1
- package/dist/types/keymaps/index.d.ts +4 -1
- package/dist/types/link/ConfigureLinkOverlay/StyledButton.d.ts +4 -1
- package/dist/types/link/LinkSearch/LinkSearchList.d.ts +4 -1
- package/dist/types/link/LinkSearch/LinkSearchListItem.d.ts +4 -1
- package/dist/types/media-inline/inline-image-wrapper.d.ts +4 -1
- package/dist/types/media-inline/views/error-view.d.ts +4 -1
- package/dist/types/media-inline/views/frame.d.ts +4 -1
- package/dist/types/media-inline/views/icon-wrapper.d.ts +4 -1
- package/dist/types/media-inline/views/loading-view.d.ts +4 -1
- package/dist/types/react-node-view/getInlineNodeViewProducer.d.ts +4 -1
- package/dist/types/ui/Caption/index.d.ts +4 -1
- package/dist/types/ui/DropList/index.d.ts +4 -1
- package/dist/types/ui/FloatingToolbar/Separator.d.ts +4 -1
- package/dist/types/ui/FloatingToolbar/SmallerEditIcon.d.ts +4 -1
- package/dist/types/ui/MediaSingle/index.d.ts +4 -1
- package/dist/types/ui/MediaSingle/styled.d.ts +4 -1
- package/dist/types/ui/Messages/index.d.ts +4 -1
- package/dist/types/ui/MultiBodiedExtension/index.d.ts +4 -1
- package/dist/types/ui/PanelTextInput/index.d.ts +4 -1
- package/dist/types/ui/UnsupportedBlock/index.d.ts +4 -1
- package/dist/types/ui/UnsupportedInline/index.d.ts +4 -1
- package/dist/types/ui/WidthProvider/index.d.ts +4 -1
- package/dist/types/ui-color/ColorPalette/Color/index.d.ts +4 -1
- package/dist/types/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +4 -1
- package/dist/types/ui-color/ColorPalette/index.d.ts +4 -1
- package/dist/types/ui-menu/ColorPickerButton/index.d.ts +4 -1
- package/dist/types/ui-menu/DropdownContainer/index.d.ts +4 -1
- package/dist/types/ui-menu/DropdownMenu/index.d.ts +4 -1
- package/dist/types/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +4 -1
- package/dist/types/ui-menu/ToolbarButton/index.d.ts +4 -1
- package/dist/types-ts4.5/analytics/types/element-events.d.ts +1 -0
- package/dist/types-ts4.5/element-browser/components/CategoryList.d.ts +4 -1
- package/dist/types-ts4.5/element-browser/components/ElementBrowserLoader.d.ts +4 -1
- package/dist/types-ts4.5/element-browser/components/ElementList/ElementList.d.ts +4 -1
- package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +4 -1
- package/dist/types-ts4.5/element-browser/components/StatelessElementBrowser.d.ts +4 -1
- package/dist/types-ts4.5/element-browser/hooks/use-container-width.d.ts +4 -1
- package/dist/types-ts4.5/extensibility/Extension/InlineExtension/index.d.ts +4 -1
- package/dist/types-ts4.5/extensibility/Extension/Lozenge/LozengeComponent.d.ts +4 -1
- package/dist/types-ts4.5/extensibility/Extension/Lozenge/index.d.ts +4 -1
- package/dist/types-ts4.5/extensibility/ExtensionNodeWrapper.d.ts +4 -1
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/index.d.ts +4 -1
- package/dist/types-ts4.5/icons/shared/SteppedRainbowIconDecoration.d.ts +4 -1
- package/dist/types-ts4.5/keymaps/index.d.ts +4 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/StyledButton.d.ts +4 -1
- package/dist/types-ts4.5/link/LinkSearch/LinkSearchList.d.ts +4 -1
- package/dist/types-ts4.5/link/LinkSearch/LinkSearchListItem.d.ts +4 -1
- package/dist/types-ts4.5/media-inline/inline-image-wrapper.d.ts +4 -1
- package/dist/types-ts4.5/media-inline/views/error-view.d.ts +4 -1
- package/dist/types-ts4.5/media-inline/views/frame.d.ts +4 -1
- package/dist/types-ts4.5/media-inline/views/icon-wrapper.d.ts +4 -1
- package/dist/types-ts4.5/media-inline/views/loading-view.d.ts +4 -1
- package/dist/types-ts4.5/react-node-view/getInlineNodeViewProducer.d.ts +4 -1
- package/dist/types-ts4.5/ui/Caption/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/DropList/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/Separator.d.ts +4 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/SmallerEditIcon.d.ts +4 -1
- package/dist/types-ts4.5/ui/MediaSingle/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +4 -1
- package/dist/types-ts4.5/ui/Messages/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/MultiBodiedExtension/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/PanelTextInput/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/UnsupportedBlock/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/UnsupportedInline/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/WidthProvider/index.d.ts +4 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +4 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +4 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/index.d.ts +4 -1
- package/dist/types-ts4.5/ui-menu/ColorPickerButton/index.d.ts +4 -1
- package/dist/types-ts4.5/ui-menu/DropdownContainer/index.d.ts +4 -1
- package/dist/types-ts4.5/ui-menu/DropdownMenu/index.d.ts +4 -1
- package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +4 -1
- package/dist/types-ts4.5/ui-menu/ToolbarButton/index.d.ts +4 -1
- package/package.json +1 -1
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
import React, { useContext } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
6
|
+
*/
|
|
4
7
|
import React, { PureComponent, useContext } from 'react';
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
9
|
import { css, jsx } from '@emotion/react';
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
// If you make any change here, copy it to above file as well
|
|
2
2
|
// and notify about the change in #team-fc-editor-ai-dev channel.
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
6
|
+
*/
|
|
4
7
|
import React, { useCallback } from 'react';
|
|
5
8
|
|
|
6
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
2
2
|
var _excluded = ["disabled"];
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
6
|
+
*/
|
|
4
7
|
import React from 'react';
|
|
5
8
|
|
|
6
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -5,7 +5,10 @@ var _excluded = ["categories"],
|
|
|
5
5
|
_excluded2 = ["buttonStyles"];
|
|
6
6
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7
7
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* @jsxRuntime classic
|
|
10
|
+
* @jsx jsx
|
|
11
|
+
*/
|
|
9
12
|
import React, { Fragment, memo, useCallback } from 'react';
|
|
10
13
|
|
|
11
14
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -2,7 +2,10 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["items", "mode", "selectedItemIndex", "focusedItemIndex", "columnCount", "setColumnCount", "createAnalyticsEvent", "emptyStateHandler", "selectedCategory", "selectedCategoryIndex", "searchTerm", "setFocusedCategoryIndex", "setFocusedItemIndex"];
|
|
5
|
-
/**
|
|
5
|
+
/**
|
|
6
|
+
* @jsxRuntime classic
|
|
7
|
+
* @jsx jsx
|
|
8
|
+
*/
|
|
6
9
|
import React, { Fragment, memo, useCallback, useEffect, useMemo, useState } from 'react';
|
|
7
10
|
|
|
8
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
import React, { memo, useLayoutEffect, useRef, useState } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
6
|
+
*/
|
|
4
7
|
import React, { memo, useCallback, useEffect, useRef, useState } from 'react';
|
|
5
8
|
|
|
6
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
import React, { memo, useEffect, useRef, useState } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -4,7 +4,10 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
4
4
|
var _excluded = ["type"];
|
|
5
5
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
6
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
-
/**
|
|
7
|
+
/**
|
|
8
|
+
* @jsxRuntime classic
|
|
9
|
+
* @jsx jsx
|
|
10
|
+
*/
|
|
8
11
|
|
|
9
12
|
import React, { Fragment } from 'react';
|
|
10
13
|
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
import { Fragment } from 'react';
|
|
4
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
8
|
import { css, jsx } from '@emotion/react';
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* @jsxRuntime classic
|
|
6
|
+
* @jsx jsx
|
|
7
|
+
*/
|
|
5
8
|
|
|
6
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
7
10
|
import { jsx } from '@emotion/react';
|
|
@@ -10,7 +10,10 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
10
10
|
var _excluded = ["url"];
|
|
11
11
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
12
12
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
13
|
-
/**
|
|
13
|
+
/**
|
|
14
|
+
* @jsxRuntime classic
|
|
15
|
+
* @jsx jsx
|
|
16
|
+
*/
|
|
14
17
|
import { Component } from 'react';
|
|
15
18
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
16
19
|
import { jsx } from '@emotion/react';
|
|
@@ -5,7 +5,10 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProper
|
|
|
5
5
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
6
6
|
var _excluded = ["url"];
|
|
7
7
|
/* eslint-disable @atlaskit/design-system/prefer-primitives */
|
|
8
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* @jsxRuntime classic
|
|
10
|
+
* @jsx jsx
|
|
11
|
+
*/
|
|
9
12
|
|
|
10
13
|
import React, { Fragment, useState } from 'react';
|
|
11
14
|
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
/**
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
2
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
6
|
import { css, jsx } from '@emotion/react';
|
|
4
7
|
import { N40, N60, N80, P300, R400, T300, Y400 } from '@atlaskit/theme/colors';
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _typeof from "@babel/runtime/helpers/typeof";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
import React, { Fragment } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["onClick", "triggerRef"];
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* @jsxRuntime classic
|
|
6
|
+
* @jsx jsx
|
|
7
|
+
*/
|
|
5
8
|
import { useCallback } from 'react';
|
|
6
9
|
|
|
7
10
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["innerRef"];
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* @jsxRuntime classic
|
|
6
|
+
* @jsx jsx
|
|
7
|
+
*/
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
9
|
import { css, jsx } from '@emotion/react';
|
|
7
10
|
import Button from '@atlaskit/button';
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
import { useCallback, useLayoutEffect, useState } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -11,7 +11,10 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
11
11
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
12
12
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
13
13
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
14
|
-
/**
|
|
14
|
+
/**
|
|
15
|
+
* @jsxRuntime classic
|
|
16
|
+
* @jsx jsx
|
|
17
|
+
*/
|
|
15
18
|
|
|
16
19
|
import React, { PureComponent } from 'react';
|
|
17
20
|
|
|
@@ -5,7 +5,10 @@ import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstruct
|
|
|
5
5
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
6
6
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
7
7
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
8
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* @jsxRuntime classic
|
|
10
|
+
* @jsx jsx
|
|
11
|
+
*/
|
|
9
12
|
import { PureComponent } from 'react';
|
|
10
13
|
|
|
11
14
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -7,7 +7,10 @@ import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
|
7
7
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
8
8
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
9
9
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
10
|
-
/**
|
|
10
|
+
/**
|
|
11
|
+
* @jsxRuntime classic
|
|
12
|
+
* @jsx jsx
|
|
13
|
+
*/
|
|
11
14
|
import React, { Fragment } from 'react';
|
|
12
15
|
|
|
13
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -2,7 +2,10 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
-
/**
|
|
5
|
+
/**
|
|
6
|
+
* @jsxRuntime classic
|
|
7
|
+
* @jsx jsx
|
|
8
|
+
*/
|
|
6
9
|
|
|
7
10
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
11
|
import { css, jsx } from '@emotion/react';
|
|
@@ -2,7 +2,10 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
-
/**
|
|
5
|
+
/**
|
|
6
|
+
* @jsxRuntime classic
|
|
7
|
+
* @jsx jsx
|
|
8
|
+
*/
|
|
6
9
|
import { Fragment, useCallback, useEffect, useMemo, useState } from 'react';
|
|
7
10
|
|
|
8
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
import { useEffect, useMemo, useState } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "86.
|
|
10
|
+
var packageVersion = "86.4.0";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -2,7 +2,10 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
-
/**
|
|
5
|
+
/**
|
|
6
|
+
* @jsxRuntime classic
|
|
7
|
+
* @jsx jsx
|
|
8
|
+
*/
|
|
6
9
|
import React from 'react';
|
|
7
10
|
|
|
8
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
2
|
var _templateObject, _templateObject2;
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
6
|
+
*/
|
|
4
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
8
|
import { css, jsx } from '@emotion/react';
|
|
6
9
|
import { injectIntl } from 'react-intl-next';
|
|
@@ -6,7 +6,10 @@ import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstruct
|
|
|
6
6
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
7
7
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
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
|
+
/**
|
|
10
|
+
* @jsxRuntime classic
|
|
11
|
+
* @jsx jsx
|
|
12
|
+
*/
|
|
10
13
|
import React from 'react';
|
|
11
14
|
|
|
12
15
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|