@atlaskit/editor-plugin-block-menu 18.0.1 → 18.0.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
package/dist/cjs/ui/flag.js
CHANGED
|
@@ -10,9 +10,9 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
10
10
|
var _reactIntl = require("react-intl");
|
|
11
11
|
var _hooks = require("@atlaskit/editor-common/hooks");
|
|
12
12
|
var _messages = require("@atlaskit/editor-common/messages");
|
|
13
|
+
var _autoDismissFlag = _interopRequireDefault(require("@atlaskit/flag/auto-dismiss-flag"));
|
|
13
14
|
var _flag = _interopRequireDefault(require("@atlaskit/flag/flag"));
|
|
14
15
|
var _flagGroup = require("@atlaskit/flag/flag-group");
|
|
15
|
-
var _autoDismissFlag = _interopRequireDefault(require("@atlaskit/flag/auto-dismiss-flag"));
|
|
16
16
|
var _checkCircle = _interopRequireDefault(require("@atlaskit/icon/core/check-circle"));
|
|
17
17
|
var _blockMenuPluginType = require("../blockMenuPluginType");
|
|
18
18
|
var _main = require("../pm-plugins/main");
|
package/dist/es2019/ui/flag.js
CHANGED
|
@@ -2,9 +2,9 @@ import React from 'react';
|
|
|
2
2
|
import { useIntl } from 'react-intl';
|
|
3
3
|
import { useSharedPluginStateWithSelector } from '@atlaskit/editor-common/hooks';
|
|
4
4
|
import { blockMenuMessages as messages } from '@atlaskit/editor-common/messages';
|
|
5
|
+
import AutoDismissFlag from '@atlaskit/flag/auto-dismiss-flag';
|
|
5
6
|
import AkFlag from '@atlaskit/flag/flag';
|
|
6
7
|
import { FlagGroup } from '@atlaskit/flag/flag-group';
|
|
7
|
-
import AutoDismissFlag from '@atlaskit/flag/auto-dismiss-flag';
|
|
8
8
|
import SuccessIcon from '@atlaskit/icon/core/check-circle';
|
|
9
9
|
import { FLAG_ID } from '../blockMenuPluginType';
|
|
10
10
|
import { blockMenuPluginKey } from '../pm-plugins/main';
|
package/dist/esm/ui/flag.js
CHANGED
|
@@ -3,9 +3,9 @@ import React from 'react';
|
|
|
3
3
|
import { useIntl } from 'react-intl';
|
|
4
4
|
import { useSharedPluginStateWithSelector } from '@atlaskit/editor-common/hooks';
|
|
5
5
|
import { blockMenuMessages as messages } from '@atlaskit/editor-common/messages';
|
|
6
|
+
import AutoDismissFlag from '@atlaskit/flag/auto-dismiss-flag';
|
|
6
7
|
import AkFlag from '@atlaskit/flag/flag';
|
|
7
8
|
import { FlagGroup } from '@atlaskit/flag/flag-group';
|
|
8
|
-
import AutoDismissFlag from '@atlaskit/flag/auto-dismiss-flag';
|
|
9
9
|
import SuccessIcon from '@atlaskit/icon/core/check-circle';
|
|
10
10
|
import { FLAG_ID } from '../blockMenuPluginType';
|
|
11
11
|
import { blockMenuPluginKey } from '../pm-plugins/main';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-menu",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.2",
|
|
4
4
|
"description": "BlockMenu plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"@atlaskit/editor-prosemirror": "^9.0.0",
|
|
36
36
|
"@atlaskit/editor-shared-styles": "^4.3.0",
|
|
37
37
|
"@atlaskit/editor-tables": "^3.2.0",
|
|
38
|
-
"@atlaskit/editor-toolbar": "^2.
|
|
38
|
+
"@atlaskit/editor-toolbar": "^2.7.0",
|
|
39
39
|
"@atlaskit/flag": "^18.5.0",
|
|
40
40
|
"@atlaskit/icon": "^37.7.0",
|
|
41
41
|
"@atlaskit/platform-feature-experiments": "^0.3.0",
|
|
42
42
|
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
43
43
|
"@atlaskit/primitives": "^22.5.0",
|
|
44
44
|
"@atlaskit/prosemirror-history": "^1.2.0",
|
|
45
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
45
|
+
"@atlaskit/tmp-editor-statsig": "^201.0.0",
|
|
46
46
|
"@atlaskit/tokens": "^18.2.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"bind-event-listener": "^3.0.0",
|
|
49
49
|
"memoize-one": "^6.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@atlaskit/editor-common": "^123.
|
|
52
|
+
"@atlaskit/editor-common": "^123.2.0",
|
|
53
53
|
"react": "^18.2.0 || ^19.2.0",
|
|
54
54
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
55
55
|
},
|