@atlaskit/editor-plugin-loom 1.0.1 → 1.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
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-loom
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
|
+
|
|
3
9
|
## 1.0.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/pm-plugin.js
CHANGED
|
@@ -14,8 +14,8 @@ var _monitoring = require("@atlaskit/editor-common/monitoring");
|
|
|
14
14
|
var _safePlugin = require("@atlaskit/editor-common/safe-plugin");
|
|
15
15
|
var _state = require("@atlaskit/editor-prosemirror/state");
|
|
16
16
|
var _commands = require("./commands");
|
|
17
|
-
function _getRequireWildcardCache(
|
|
18
|
-
function _interopRequireWildcard(
|
|
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
|
+
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
|
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; }
|
|
20
20
|
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; }
|
|
21
21
|
var LoomPluginAction = exports.LoomPluginAction = /*#__PURE__*/function (LoomPluginAction) {
|
|
@@ -80,7 +80,7 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
|
|
|
80
80
|
};
|
|
81
81
|
sharedState: import("@atlaskit/editor-common/link").HyperlinkState | undefined;
|
|
82
82
|
}, import("@atlaskit/editor-common/types").HyperlinkPluginOptions | undefined>]> | undefined;
|
|
83
|
-
} & WrappedComponentProps
|
|
83
|
+
} & WrappedComponentProps>> & {
|
|
84
84
|
WrappedComponent: React.ComponentType<{
|
|
85
85
|
disabled: boolean;
|
|
86
86
|
api: import("@atlaskit/editor-common/types").PublicPluginAPI<[import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"loom", {
|
|
@@ -161,6 +161,6 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
|
|
|
161
161
|
};
|
|
162
162
|
sharedState: import("@atlaskit/editor-common/link").HyperlinkState | undefined;
|
|
163
163
|
}, import("@atlaskit/editor-common/types").HyperlinkPluginOptions | undefined>]> | undefined;
|
|
164
|
-
} & WrappedComponentProps
|
|
164
|
+
} & WrappedComponentProps>;
|
|
165
165
|
};
|
|
166
166
|
export default _default;
|
|
@@ -99,7 +99,7 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
|
|
|
99
99
|
sharedState: import("@atlaskit/editor-common/link").HyperlinkState | undefined;
|
|
100
100
|
}, import("@atlaskit/editor-common/types").HyperlinkPluginOptions | undefined>
|
|
101
101
|
]> | undefined;
|
|
102
|
-
} & WrappedComponentProps
|
|
102
|
+
} & WrappedComponentProps>> & {
|
|
103
103
|
WrappedComponent: React.ComponentType<{
|
|
104
104
|
disabled: boolean;
|
|
105
105
|
api: import("@atlaskit/editor-common/types").PublicPluginAPI<[
|
|
@@ -199,6 +199,6 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
|
|
|
199
199
|
sharedState: import("@atlaskit/editor-common/link").HyperlinkState | undefined;
|
|
200
200
|
}, import("@atlaskit/editor-common/types").HyperlinkPluginOptions | undefined>
|
|
201
201
|
]> | undefined;
|
|
202
|
-
} & WrappedComponentProps
|
|
202
|
+
} & WrappedComponentProps>;
|
|
203
203
|
};
|
|
204
204
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-loom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Loom plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
".": "./src/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@atlaskit/editor-common": "^78.
|
|
39
|
+
"@atlaskit/editor-common": "^78.17.0",
|
|
40
40
|
"@atlaskit/editor-plugin-analytics": "^1.0.0",
|
|
41
|
-
"@atlaskit/editor-plugin-hyperlink": "^1.
|
|
41
|
+
"@atlaskit/editor-plugin-hyperlink": "^1.1.0",
|
|
42
42
|
"@atlaskit/editor-prosemirror": "3.0.0",
|
|
43
|
-
"@atlaskit/icon": "^22.
|
|
43
|
+
"@atlaskit/icon": "^22.1.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@loomhq/record-sdk": "^2.36.18"
|
|
46
46
|
},
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@atlaskit/editor-plugin-base": "^1.0.0",
|
|
53
|
-
"@atlaskit/editor-plugin-card": "^1.
|
|
53
|
+
"@atlaskit/editor-plugin-card": "^1.2.0",
|
|
54
54
|
"@atlaskit/editor-plugin-copy-button": "^1.0.0",
|
|
55
55
|
"@atlaskit/editor-plugin-decorations": "^1.0.0",
|
|
56
56
|
"@atlaskit/editor-plugin-editor-disabled": "^1.0.0",
|
|
57
57
|
"@atlaskit/editor-plugin-feature-flags": "^1.0.0",
|
|
58
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^1.
|
|
58
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^1.2.0",
|
|
59
59
|
"@atlaskit/editor-plugin-grid": "^1.0.0",
|
|
60
60
|
"@atlaskit/editor-plugin-width": "^1.0.0",
|
|
61
61
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@testing-library/user-event": "^14.4.3",
|
|
64
64
|
"raf-stub": "^2.0.1",
|
|
65
65
|
"react-dom": "^16.8.0",
|
|
66
|
-
"typescript": "~4.
|
|
66
|
+
"typescript": "~5.4.2"
|
|
67
67
|
},
|
|
68
68
|
"techstack": {
|
|
69
69
|
"@atlassian/frontend": {
|
|
@@ -88,11 +88,9 @@
|
|
|
88
88
|
"ui-components": [
|
|
89
89
|
"lite-mode"
|
|
90
90
|
],
|
|
91
|
-
"deprecation":
|
|
92
|
-
"no-deprecated-imports"
|
|
93
|
-
],
|
|
91
|
+
"deprecation": "no-deprecated-imports",
|
|
94
92
|
"styling": [
|
|
95
|
-
"
|
|
93
|
+
"emotion",
|
|
96
94
|
"emotion"
|
|
97
95
|
],
|
|
98
96
|
"imports": [
|
|
@@ -101,4 +99,4 @@
|
|
|
101
99
|
}
|
|
102
100
|
},
|
|
103
101
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
|
|
104
|
-
}
|
|
102
|
+
}
|