@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
|
@@ -10,7 +10,10 @@ var _success = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/succe
|
|
|
10
10
|
var _error = _interopRequireDefault(require("@atlaskit/icon/glyph/error"));
|
|
11
11
|
var _colors = require("@atlaskit/theme/colors");
|
|
12
12
|
var _typography = require("@atlaskit/theme/typography");
|
|
13
|
-
/**
|
|
13
|
+
/**
|
|
14
|
+
* @jsxRuntime classic
|
|
15
|
+
* @jsx jsx
|
|
16
|
+
*/
|
|
14
17
|
|
|
15
18
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
16
19
|
|
|
@@ -5,7 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.sharedMultiBodiedExtensionStyles = exports.removeMarginsAndBorder = void 0;
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* @jsxRuntime classic
|
|
10
|
+
* @jsx jsx
|
|
11
|
+
*/
|
|
9
12
|
|
|
10
13
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
11
14
|
|
|
@@ -18,7 +18,10 @@ var _react2 = require("@emotion/react");
|
|
|
18
18
|
var _utils = require("../../utils");
|
|
19
19
|
var _styles = require("./styles");
|
|
20
20
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
21
|
-
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
|
|
21
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
|
|
22
|
+
* @jsxRuntime classic
|
|
23
|
+
* @jsx jsx
|
|
24
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
22
25
|
var KeyZCode = 90;
|
|
23
26
|
var KeyYCode = 89;
|
|
24
27
|
var PanelTextInput = exports.default = /*#__PURE__*/function (_PureComponent) {
|
|
@@ -20,7 +20,10 @@ var _trackUnsupportedContent = require("../../utils/track-unsupported-content");
|
|
|
20
20
|
var _unsupportedContentHelper = require("../unsupported-content-helper");
|
|
21
21
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
22
22
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
23
|
-
/**
|
|
23
|
+
/**
|
|
24
|
+
* @jsxRuntime classic
|
|
25
|
+
* @jsx jsx
|
|
26
|
+
*/
|
|
24
27
|
|
|
25
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
29
|
|
|
@@ -20,7 +20,10 @@ var _trackUnsupportedContent = require("../../utils/track-unsupported-content");
|
|
|
20
20
|
var _unsupportedContentHelper = require("../unsupported-content-helper");
|
|
21
21
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
22
22
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
23
|
-
/**
|
|
23
|
+
/**
|
|
24
|
+
* @jsxRuntime classic
|
|
25
|
+
* @jsx jsx
|
|
26
|
+
*/
|
|
24
27
|
|
|
25
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
29
|
|
|
@@ -16,7 +16,10 @@ var _rafSchd = _interopRequireDefault(require("raf-schd"));
|
|
|
16
16
|
var _widthDetector = require("@atlaskit/width-detector");
|
|
17
17
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
18
18
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
19
|
-
/**
|
|
19
|
+
/**
|
|
20
|
+
* @jsxRuntime classic
|
|
21
|
+
* @jsx jsx
|
|
22
|
+
*/
|
|
20
23
|
|
|
21
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
22
25
|
|
|
@@ -11,7 +11,10 @@ var _done = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/done"));
|
|
|
11
11
|
var _colors = require("@atlaskit/theme/colors");
|
|
12
12
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
13
13
|
var _styles = require("./styles");
|
|
14
|
-
/**
|
|
14
|
+
/**
|
|
15
|
+
* @jsxRuntime classic
|
|
16
|
+
* @jsx jsx
|
|
17
|
+
*/
|
|
15
18
|
|
|
16
19
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
20
|
|
|
@@ -12,7 +12,10 @@ var _tokens = require("@atlaskit/tokens");
|
|
|
12
12
|
var _getColorMessage = _interopRequireDefault(require("./getColorMessage"));
|
|
13
13
|
var _paletteMessages = _interopRequireDefault(require("./paletteMessages"));
|
|
14
14
|
var _textColorPalette = require("./textColorPalette");
|
|
15
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* @jsxRuntime classic
|
|
17
|
+
* @jsx jsx
|
|
18
|
+
*/
|
|
16
19
|
|
|
17
20
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
18
21
|
|
|
@@ -15,7 +15,10 @@ var _Color = _interopRequireDefault(require("./Color"));
|
|
|
15
15
|
var _getColorMessage = _interopRequireDefault(require("./Palettes/getColorMessage"));
|
|
16
16
|
var _styles = require("./styles");
|
|
17
17
|
var _utils = require("./utils");
|
|
18
|
-
/**
|
|
18
|
+
/**
|
|
19
|
+
* @jsxRuntime classic
|
|
20
|
+
* @jsx jsx
|
|
21
|
+
*/
|
|
19
22
|
|
|
20
23
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
21
24
|
|
|
@@ -21,7 +21,10 @@ var _Popup = _interopRequireDefault(require("../../ui/Popup"));
|
|
|
21
21
|
var _withOuterListeners = _interopRequireDefault(require("../../ui/with-outer-listeners"));
|
|
22
22
|
var _ArrowKeyNavigationProvider = require("../ArrowKeyNavigationProvider");
|
|
23
23
|
var _types = require("../ArrowKeyNavigationProvider/types");
|
|
24
|
-
/**
|
|
24
|
+
/**
|
|
25
|
+
* @jsxRuntime classic
|
|
26
|
+
* @jsx jsx
|
|
27
|
+
*/
|
|
25
28
|
|
|
26
29
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
27
30
|
|
|
@@ -16,7 +16,10 @@ var _ToolbarArrowKeyNavigationProvider = require("../ToolbarArrowKeyNavigationPr
|
|
|
16
16
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
17
17
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
18
|
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; }
|
|
19
|
-
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) { (0, _defineProperty2.default)(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; } /**
|
|
19
|
+
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) { (0, _defineProperty2.default)(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; } /**
|
|
20
|
+
* @jsxRuntime classic
|
|
21
|
+
* @jsx jsx
|
|
22
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
20
23
|
var DropdownContainer = exports.DropdownContainer = /*#__PURE__*/_react.default.memo(function DropdownContainer(props) {
|
|
21
24
|
var keyDownHandlerContext = (0, _react.useContext)(_ToolbarArrowKeyNavigationProvider.KeyDownHandlerContext);
|
|
22
25
|
var newArrowKeyNavigationProviderOptions = props.arrowKeyNavigationProviderOptions;
|
|
@@ -35,7 +35,10 @@ var _ArrowKeyNavigationProvider = require("../ArrowKeyNavigationProvider");
|
|
|
35
35
|
var _types = require("../ArrowKeyNavigationProvider/types");
|
|
36
36
|
var _excluded = ["children"];
|
|
37
37
|
var _templateObject, _templateObject2;
|
|
38
|
-
/**
|
|
38
|
+
/**
|
|
39
|
+
* @jsxRuntime classic
|
|
40
|
+
* @jsx jsx
|
|
41
|
+
*/
|
|
39
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
40
43
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
41
44
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
@@ -11,7 +11,10 @@ var _messages = require("../../messages");
|
|
|
11
11
|
var _ui = require("../../ui");
|
|
12
12
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
13
13
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
|
-
/**
|
|
14
|
+
/**
|
|
15
|
+
* @jsxRuntime classic
|
|
16
|
+
* @jsx jsx
|
|
17
|
+
*/
|
|
15
18
|
/* eslint-disable no-console */
|
|
16
19
|
|
|
17
20
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -20,7 +20,10 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
20
20
|
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; }
|
|
21
21
|
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) { (0, _defineProperty2.default)(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; } // If you make any change here, copy it to above file as well
|
|
22
22
|
// and notify about the change in #team-fc-editor-ai-dev channel.
|
|
23
|
-
/**
|
|
23
|
+
/**
|
|
24
|
+
* @jsxRuntime classic
|
|
25
|
+
* @jsx jsx
|
|
26
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
24
27
|
var TOOLBAR_BUTTON = exports.TOOLBAR_BUTTON = _analytics.TOOLBAR_ACTION_SUBJECT_ID;
|
|
25
28
|
var buttonWrapper = (0, _react2.css)({
|
|
26
29
|
display: 'flex',
|
|
@@ -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, { Fragment, memo, useCallback } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -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, { Fragment, memo, useCallback, useEffect, useMemo, useState } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -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, { memo, useCallback, useEffect, useRef, useState } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -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,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 { Component } from 'react';
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
9
|
import { jsx } from '@emotion/react';
|
|
@@ -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 _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
7
|
import { css, jsx } from '@emotion/react';
|
|
5
8
|
import Button from '@atlaskit/button';
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
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,5 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
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';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "86.
|
|
4
|
+
const packageVersion = "86.4.0";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
|
|
4
7
|
import { Component } from 'react';
|
|
5
8
|
|
|
@@ -9,7 +12,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
9
12
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
10
13
|
import Layer from '../Layer';
|
|
11
14
|
const packageName = "@atlaskit/editor-common";
|
|
12
|
-
const packageVersion = "86.
|
|
15
|
+
const packageVersion = "86.4.0";
|
|
13
16
|
const halfFocusRing = 1;
|
|
14
17
|
const dropOffset = '0, 8';
|
|
15
18
|
class DropList extends Component {
|