@atlaskit/editor-plugin-toolbar-lists-indentation 1.7.0 → 1.8.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 +18 -0
- package/dist/cjs/ui/Toolbar.js +4 -1
- package/dist/cjs/ui/ToolbarDropdown.js +4 -1
- package/dist/cjs/ui/index.js +4 -1
- package/dist/es2019/ui/Toolbar.js +4 -1
- package/dist/es2019/ui/ToolbarDropdown.js +4 -1
- package/dist/es2019/ui/index.js +4 -1
- package/dist/esm/ui/Toolbar.js +4 -1
- package/dist/esm/ui/ToolbarDropdown.js +4 -1
- package/dist/esm/ui/index.js +4 -1
- package/dist/types/ui/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/index.d.ts +4 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-toolbar-lists-indentation
|
|
2
2
|
|
|
3
|
+
## 1.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#122895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122895)
|
|
8
|
+
[`49b8c7658f3b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49b8c7658f3b5) -
|
|
9
|
+
[ED-24173] bump @atlaskit/adf-schema to 40.3.0 and @atlassian/adf-schema-json to 1.18.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 1.7.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 1.7.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/dist/cjs/ui/Toolbar.js
CHANGED
|
@@ -16,7 +16,10 @@ var _bulletList = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/bu
|
|
|
16
16
|
var _indent = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/indent"));
|
|
17
17
|
var _numberList = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/number-list"));
|
|
18
18
|
var _outdent = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/outdent"));
|
|
19
|
-
/**
|
|
19
|
+
/**
|
|
20
|
+
* @jsxRuntime classic
|
|
21
|
+
* @jsx jsx
|
|
22
|
+
*/
|
|
20
23
|
|
|
21
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
22
25
|
|
|
@@ -16,7 +16,10 @@ var _uiMenu = require("@atlaskit/editor-common/ui-menu");
|
|
|
16
16
|
var _shortcut = require("@atlaskit/editor-shared-styles/shortcut");
|
|
17
17
|
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-down"));
|
|
18
18
|
var _bulletList = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/bullet-list"));
|
|
19
|
-
/**
|
|
19
|
+
/**
|
|
20
|
+
* @jsxRuntime classic
|
|
21
|
+
* @jsx jsx
|
|
22
|
+
*/
|
|
20
23
|
|
|
21
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
22
25
|
|
package/dist/cjs/ui/index.js
CHANGED
|
@@ -8,7 +8,10 @@ var _react = require("@emotion/react");
|
|
|
8
8
|
var _onItemActivated = require("./onItemActivated");
|
|
9
9
|
var _Toolbar = require("./Toolbar");
|
|
10
10
|
var _ToolbarDropdown = require("./ToolbarDropdown");
|
|
11
|
-
/**
|
|
11
|
+
/**
|
|
12
|
+
* @jsxRuntime classic
|
|
13
|
+
* @jsx jsx
|
|
14
|
+
*/
|
|
12
15
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
16
|
|
|
14
17
|
function ToolbarListsIndentation(props) {
|
package/dist/es2019/ui/index.js
CHANGED
package/dist/esm/ui/Toolbar.js
CHANGED
|
@@ -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 from 'react';
|
|
4
7
|
|
|
5
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
package/dist/esm/ui/index.js
CHANGED
package/dist/types/ui/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
".": "./src/index.ts"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@atlaskit/editor-common": "^
|
|
37
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
38
|
-
"@atlaskit/editor-plugin-block-type": "^3.
|
|
36
|
+
"@atlaskit/editor-common": "^86.7.0",
|
|
37
|
+
"@atlaskit/editor-plugin-analytics": "^1.5.0",
|
|
38
|
+
"@atlaskit/editor-plugin-block-type": "^3.9.0",
|
|
39
39
|
"@atlaskit/editor-plugin-feature-flags": "^1.1.0",
|
|
40
|
-
"@atlaskit/editor-plugin-indentation": "^1.
|
|
41
|
-
"@atlaskit/editor-plugin-list": "^3.
|
|
40
|
+
"@atlaskit/editor-plugin-indentation": "^1.5.0",
|
|
41
|
+
"@atlaskit/editor-plugin-list": "^3.6.0",
|
|
42
42
|
"@atlaskit/editor-plugin-primary-toolbar": "^1.2.0",
|
|
43
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^2.
|
|
43
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^2.2.0",
|
|
44
44
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
45
45
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
46
|
-
"@atlaskit/icon": "^22.
|
|
46
|
+
"@atlaskit/icon": "^22.7.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"@emotion/react": "^11.7.1"
|
|
49
49
|
},
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@af/integration-testing": "*",
|
|
56
56
|
"@af/visual-regression": "*",
|
|
57
|
-
"@atlaskit/adf-schema": "^
|
|
57
|
+
"@atlaskit/adf-schema": "^40.3.0",
|
|
58
58
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
59
|
-
"@atlaskit/editor-plugin-base": "^1.
|
|
60
|
-
"@atlaskit/editor-plugin-text-formatting": "^1.
|
|
59
|
+
"@atlaskit/editor-plugin-base": "^1.8.0",
|
|
60
|
+
"@atlaskit/editor-plugin-text-formatting": "^1.10.0",
|
|
61
61
|
"@atlaskit/ssr": "*",
|
|
62
62
|
"@atlaskit/visual-regression": "*",
|
|
63
63
|
"@testing-library/react": "^12.1.5",
|