@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 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
@@ -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
- /** @jsx jsx */
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
- /** @jsx jsx */
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
 
@@ -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
- /** @jsx jsx */
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) {
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { useEffect, useRef } from 'react';
3
6
 
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
 
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import { onItemActivated } from './onItemActivated';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { useEffect, useRef } from 'react';
3
6
 
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,5 +1,8 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
- /** @jsx jsx */
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
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import { onItemActivated } from './onItemActivated';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { jsx } from '@emotion/react';
3
6
  import type { ExtractInjectionAPI, FeatureFlags } from '@atlaskit/editor-common/types';
4
7
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { jsx } from '@emotion/react';
3
6
  import type { ExtractInjectionAPI, FeatureFlags } from '@atlaskit/editor-common/types';
4
7
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
3
- "version": "1.7.0",
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": "^85.1.0",
37
- "@atlaskit/editor-plugin-analytics": "^1.4.0",
38
- "@atlaskit/editor-plugin-block-type": "^3.8.0",
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.4.0",
41
- "@atlaskit/editor-plugin-list": "^3.5.0",
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.1.0",
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.6.0",
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": "^39.0.3",
57
+ "@atlaskit/adf-schema": "^40.3.0",
58
58
  "@atlaskit/analytics-next": "^9.3.0",
59
- "@atlaskit/editor-plugin-base": "^1.7.0",
60
- "@atlaskit/editor-plugin-text-formatting": "^1.9.0",
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",