@atlaskit/editor-plugin-quick-insert 6.1.1 → 6.1.2
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
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-quick-insert
|
|
2
2
|
|
|
3
|
+
## 6.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`90abe9b926a6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90abe9b926a6f) -
|
|
8
|
+
Icon entrypoint migration
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 6.1.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -16,7 +16,7 @@ var _messages = require("@atlaskit/editor-common/messages");
|
|
|
16
16
|
var _quickInsert = require("@atlaskit/editor-common/quick-insert");
|
|
17
17
|
var _safePlugin = require("@atlaskit/editor-common/safe-plugin");
|
|
18
18
|
var _typeAhead = require("@atlaskit/editor-common/type-ahead");
|
|
19
|
-
var
|
|
19
|
+
var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
|
|
20
20
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
21
21
|
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
22
22
|
var _commands = require("./pm-plugins/commands");
|
|
@@ -62,7 +62,7 @@ var quickInsertPlugin = exports.quickInsertPlugin = function quickInsertPlugin(_
|
|
|
62
62
|
title: formatMessage(_messages.toolbarInsertBlockMessages.viewMore),
|
|
63
63
|
ariaLabel: formatMessage(_messages.toolbarInsertBlockMessages.viewMoreAriaLabel),
|
|
64
64
|
onClick: _commands.openElementBrowserModal,
|
|
65
|
-
iconBefore: /*#__PURE__*/_react.default.createElement(
|
|
65
|
+
iconBefore: /*#__PURE__*/_react.default.createElement(_showMoreHorizontal.default, {
|
|
66
66
|
label: ""
|
|
67
67
|
})
|
|
68
68
|
};
|
|
@@ -5,7 +5,7 @@ import { toolbarInsertBlockMessages as messages } from '@atlaskit/editor-common/
|
|
|
5
5
|
import { memoProcessQuickInsertItems } from '@atlaskit/editor-common/quick-insert';
|
|
6
6
|
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
|
|
7
7
|
import { TypeAheadAvailableNodes } from '@atlaskit/editor-common/type-ahead';
|
|
8
|
-
import ShowMoreHorizontalIcon from '@atlaskit/icon/core/
|
|
8
|
+
import ShowMoreHorizontalIcon from '@atlaskit/icon/core/show-more-horizontal';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
11
11
|
import { createInsertItem, openElementBrowserModal } from './pm-plugins/commands';
|
|
@@ -11,7 +11,7 @@ import { toolbarInsertBlockMessages as messages } from '@atlaskit/editor-common/
|
|
|
11
11
|
import { memoProcessQuickInsertItems } from '@atlaskit/editor-common/quick-insert';
|
|
12
12
|
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
|
|
13
13
|
import { TypeAheadAvailableNodes } from '@atlaskit/editor-common/type-ahead';
|
|
14
|
-
import ShowMoreHorizontalIcon from '@atlaskit/icon/core/
|
|
14
|
+
import ShowMoreHorizontalIcon from '@atlaskit/icon/core/show-more-horizontal';
|
|
15
15
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
16
16
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
17
17
|
import { createInsertItem, openElementBrowserModal as _openElementBrowserModal } from './pm-plugins/commands';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-quick-insert",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"description": "Quick insert plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,29 +29,29 @@
|
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/button": "^23.
|
|
32
|
+
"@atlaskit/button": "^23.7.0",
|
|
33
33
|
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
34
34
|
"@atlaskit/editor-plugin-connectivity": "^6.0.0",
|
|
35
35
|
"@atlaskit/editor-plugin-metrics": "^7.1.0",
|
|
36
36
|
"@atlaskit/editor-plugin-type-ahead": "^6.5.0",
|
|
37
|
-
"@atlaskit/editor-prosemirror": "7.
|
|
38
|
-
"@atlaskit/icon": "^29.
|
|
39
|
-
"@atlaskit/modal-dialog": "^14.
|
|
37
|
+
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
38
|
+
"@atlaskit/icon": "^29.1.0",
|
|
39
|
+
"@atlaskit/modal-dialog": "^14.9.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
41
|
"@atlaskit/theme": "^21.0.0",
|
|
42
|
-
"@atlaskit/tmp-editor-statsig": "^15.
|
|
43
|
-
"@atlaskit/tokens": "^8.
|
|
42
|
+
"@atlaskit/tmp-editor-statsig": "^15.12.0",
|
|
43
|
+
"@atlaskit/tokens": "^8.5.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@emotion/react": "^11.7.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@atlaskit/editor-common": "^110.
|
|
48
|
+
"@atlaskit/editor-common": "^110.44.0",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-dom": "^18.2.0",
|
|
51
51
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@testing-library/react": "^
|
|
54
|
+
"@testing-library/react": "^16.3.0",
|
|
55
55
|
"wait-for-expect": "^1.2.0"
|
|
56
56
|
},
|
|
57
57
|
"techstack": {
|