@atlaskit/editor-plugin-loom 4.0.9 → 4.0.11
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 +12 -0
- package/dist/cjs/pm-plugins/commands.js +2 -2
- package/dist/cjs/pm-plugins/main.js +2 -2
- package/dist/es2019/pm-plugins/commands.js +2 -2
- package/dist/es2019/pm-plugins/main.js +2 -2
- package/dist/esm/pm-plugins/commands.js +2 -2
- package/dist/esm/pm-plugins/main.js +2 -2
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -11,10 +11,10 @@ var _analytics = require("@atlaskit/editor-common/analytics");
|
|
|
11
11
|
var _monitoring = require("@atlaskit/editor-common/monitoring");
|
|
12
12
|
var _quickInsert = require("../ui/quickInsert");
|
|
13
13
|
var _main = require("./main");
|
|
14
|
-
//
|
|
14
|
+
// TODO: ED-26959 - removed to support TypeScript bundler mode
|
|
15
15
|
// import type { SDKUnsupportedReasons } from '@loomhq/record-sdk';
|
|
16
16
|
// copied from @loomhq/record-sdk
|
|
17
|
-
//
|
|
17
|
+
// TODO: ED-26959 - remove once @loomhq/record-sdk get updated to support "package exports"
|
|
18
18
|
var SDKUnsupportedReasons = /*#__PURE__*/function (SDKUnsupportedReasons) {
|
|
19
19
|
SDKUnsupportedReasons["IncompatibleBrowser"] = "incompatible-browser";
|
|
20
20
|
SDKUnsupportedReasons["ThirdPartyCookiesDisabled"] = "third-party-cookies-disabled";
|
|
@@ -10,10 +10,10 @@ var _safePlugin = require("@atlaskit/editor-common/safe-plugin");
|
|
|
10
10
|
var _state = require("@atlaskit/editor-prosemirror/state");
|
|
11
11
|
var _commands = require("./commands");
|
|
12
12
|
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; }
|
|
13
|
-
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; } //
|
|
13
|
+
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; } // TODO: ED-26959 - removed to support TypeScript bundler mode
|
|
14
14
|
// import type { SDKUnsupportedReasons } from '@loomhq/record-sdk';
|
|
15
15
|
// copied from @loomhq/record-sdk
|
|
16
|
-
//
|
|
16
|
+
// TODO: ED-26959 - remove once @loomhq/record-sdk get updated to support "package exports"
|
|
17
17
|
var SDKUnsupportedReasons = /*#__PURE__*/function (SDKUnsupportedReasons) {
|
|
18
18
|
SDKUnsupportedReasons["IncompatibleBrowser"] = "incompatible-browser";
|
|
19
19
|
SDKUnsupportedReasons["ThirdPartyCookiesDisabled"] = "third-party-cookies-disabled";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// TODO: ED-26959 - removed to support TypeScript bundler mode
|
|
2
2
|
// import type { SDKUnsupportedReasons } from '@loomhq/record-sdk';
|
|
3
3
|
|
|
4
4
|
import { ACTION, ACTION_SUBJECT, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
@@ -7,7 +7,7 @@ import { getQuickInsertItem } from '../ui/quickInsert';
|
|
|
7
7
|
import { LoomPluginAction, loomPluginKey } from './main';
|
|
8
8
|
|
|
9
9
|
// copied from @loomhq/record-sdk
|
|
10
|
-
//
|
|
10
|
+
// TODO: ED-26959 - remove once @loomhq/record-sdk get updated to support "package exports"
|
|
11
11
|
var SDKUnsupportedReasons = /*#__PURE__*/function (SDKUnsupportedReasons) {
|
|
12
12
|
SDKUnsupportedReasons["IncompatibleBrowser"] = "incompatible-browser";
|
|
13
13
|
SDKUnsupportedReasons["ThirdPartyCookiesDisabled"] = "third-party-cookies-disabled";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
//
|
|
1
|
+
// TODO: ED-26959 - removed to support TypeScript bundler mode
|
|
2
2
|
// import type { SDKUnsupportedReasons } from '@loomhq/record-sdk';
|
|
3
3
|
|
|
4
4
|
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
|
|
5
5
|
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
|
|
6
6
|
// copied from @loomhq/record-sdk
|
|
7
|
-
//
|
|
7
|
+
// TODO: ED-26959 - remove once @loomhq/record-sdk get updated to support "package exports"
|
|
8
8
|
var SDKUnsupportedReasons = /*#__PURE__*/function (SDKUnsupportedReasons) {
|
|
9
9
|
SDKUnsupportedReasons["IncompatibleBrowser"] = "incompatible-browser";
|
|
10
10
|
SDKUnsupportedReasons["ThirdPartyCookiesDisabled"] = "third-party-cookies-disabled";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
2
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
-
//
|
|
3
|
+
// TODO: ED-26959 - removed to support TypeScript bundler mode
|
|
4
4
|
// import type { SDKUnsupportedReasons } from '@loomhq/record-sdk';
|
|
5
5
|
|
|
6
6
|
import { ACTION, ACTION_SUBJECT, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
@@ -9,7 +9,7 @@ import { getQuickInsertItem } from '../ui/quickInsert';
|
|
|
9
9
|
import { LoomPluginAction, loomPluginKey } from './main';
|
|
10
10
|
|
|
11
11
|
// copied from @loomhq/record-sdk
|
|
12
|
-
//
|
|
12
|
+
// TODO: ED-26959 - remove once @loomhq/record-sdk get updated to support "package exports"
|
|
13
13
|
var SDKUnsupportedReasons = /*#__PURE__*/function (SDKUnsupportedReasons) {
|
|
14
14
|
SDKUnsupportedReasons["IncompatibleBrowser"] = "incompatible-browser";
|
|
15
15
|
SDKUnsupportedReasons["ThirdPartyCookiesDisabled"] = "third-party-cookies-disabled";
|
|
@@ -1,13 +1,13 @@
|
|
|
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
|
+
// TODO: ED-26959 - removed to support TypeScript bundler mode
|
|
5
5
|
// import type { SDKUnsupportedReasons } from '@loomhq/record-sdk';
|
|
6
6
|
|
|
7
7
|
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
|
|
8
8
|
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
|
|
9
9
|
// copied from @loomhq/record-sdk
|
|
10
|
-
//
|
|
10
|
+
// TODO: ED-26959 - remove once @loomhq/record-sdk get updated to support "package exports"
|
|
11
11
|
var SDKUnsupportedReasons = /*#__PURE__*/function (SDKUnsupportedReasons) {
|
|
12
12
|
SDKUnsupportedReasons["IncompatibleBrowser"] = "incompatible-browser";
|
|
13
13
|
SDKUnsupportedReasons["ThirdPartyCookiesDisabled"] = "third-party-cookies-disabled";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-loom",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.11",
|
|
4
4
|
"description": "Loom plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
".": "./src/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@atlaskit/button": "^
|
|
40
|
-
"@atlaskit/editor-common": "^102.
|
|
41
|
-
"@atlaskit/editor-plugin-analytics": "^2.
|
|
42
|
-
"@atlaskit/editor-plugin-hyperlink": "^4.
|
|
43
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^3.
|
|
44
|
-
"@atlaskit/editor-plugin-quick-insert": "^2.
|
|
39
|
+
"@atlaskit/button": "^22.0.0",
|
|
40
|
+
"@atlaskit/editor-common": "^102.13.0",
|
|
41
|
+
"@atlaskit/editor-plugin-analytics": "^2.2.0",
|
|
42
|
+
"@atlaskit/editor-plugin-hyperlink": "^4.3.0",
|
|
43
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^3.1.0",
|
|
44
|
+
"@atlaskit/editor-plugin-quick-insert": "^2.2.0",
|
|
45
45
|
"@atlaskit/editor-plugin-width": "^3.0.0",
|
|
46
46
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
47
|
-
"@atlaskit/icon": "^
|
|
47
|
+
"@atlaskit/icon": "^25.2.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
49
|
-
"@atlaskit/tokens": "^4.
|
|
49
|
+
"@atlaskit/tokens": "^4.5.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1",
|
|
52
52
|
"@loomhq/record-sdk": "^2.36.18"
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@atlaskit/editor-plugin-base": "^2.3.0",
|
|
61
|
-
"@atlaskit/editor-plugin-card": "^5.
|
|
61
|
+
"@atlaskit/editor-plugin-card": "^5.4.0",
|
|
62
62
|
"@atlaskit/editor-plugin-copy-button": "^2.0.0",
|
|
63
63
|
"@atlaskit/editor-plugin-decorations": "^2.0.0",
|
|
64
64
|
"@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
|
|
65
65
|
"@atlaskit/editor-plugin-feature-flags": "^1.3.0",
|
|
66
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^3.
|
|
66
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^3.3.0",
|
|
67
67
|
"@atlaskit/editor-plugin-grid": "^2.0.0",
|
|
68
68
|
"@testing-library/react": "^13.4.0",
|
|
69
69
|
"@testing-library/user-event": "^14.4.3",
|