@atlaskit/editor-plugin-quick-insert 1.1.13 → 1.2.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 +12 -0
- package/dist/cjs/ui/ModalElementBrowser/ModalElementBrowser.js +4 -1
- package/dist/es2019/ui/ModalElementBrowser/ModalElementBrowser.js +4 -1
- package/dist/esm/ui/ModalElementBrowser/ModalElementBrowser.js +4 -1
- package/dist/types/ui/ModalElementBrowser/ModalElementBrowser.d.ts +4 -1
- package/dist/types-ts4.5/ui/ModalElementBrowser/ModalElementBrowser.d.ts +4 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-quick-insert
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#124209](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124209)
|
|
8
|
+
[`8aa1792f12ed3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8aa1792f12ed3) -
|
|
9
|
+
bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 1.1.13
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -19,7 +19,10 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
19
19
|
var _categories = require("./categories");
|
|
20
20
|
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); }
|
|
21
21
|
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; }
|
|
22
|
-
/**
|
|
22
|
+
/**
|
|
23
|
+
* @jsxRuntime classic
|
|
24
|
+
* @jsx jsx
|
|
25
|
+
*/
|
|
23
26
|
|
|
24
27
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
28
|
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
3
6
|
import React, { useCallback, useState } from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-quick-insert",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Quick insert plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
".": "./src/index.ts"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@atlaskit/button": "^19.
|
|
37
|
-
"@atlaskit/editor-common": "^86.
|
|
38
|
-
"@atlaskit/editor-plugin-type-ahead": "^1.
|
|
39
|
-
"@atlaskit/editor-prosemirror": "
|
|
40
|
-
"@atlaskit/icon": "^22.
|
|
36
|
+
"@atlaskit/button": "^19.1.0",
|
|
37
|
+
"@atlaskit/editor-common": "^86.8.0",
|
|
38
|
+
"@atlaskit/editor-plugin-type-ahead": "^1.6.0",
|
|
39
|
+
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
40
|
+
"@atlaskit/icon": "^22.7.0",
|
|
41
41
|
"@atlaskit/modal-dialog": "^12.14.0",
|
|
42
42
|
"@atlaskit/theme": "^12.11.0",
|
|
43
43
|
"@atlaskit/tokens": "^1.56.0",
|