@atlaskit/editor-plugin-toolbar-lists-indentation 1.12.0 → 1.12.1

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,13 @@
1
1
  # @atlaskit/editor-plugin-toolbar-lists-indentation
2
2
 
3
+ ## 1.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#134213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134213)
8
+ [`93bd7032842ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93bd7032842ec) -
9
+ [ux] [ED-24636] Bump ADF Schema package
10
+
3
11
  ## 1.12.0
4
12
 
5
13
  ### Minor Changes
@@ -12,7 +12,7 @@ var _keymaps = require("@atlaskit/editor-common/keymaps");
12
12
  var _messages = require("@atlaskit/editor-common/messages");
13
13
  var _styles = require("@atlaskit/editor-common/styles");
14
14
  var _uiMenu = require("@atlaskit/editor-common/ui-menu");
15
- var _bulletedListEditorBulletList = _interopRequireDefault(require("@atlaskit/icon/core/migration/bulleted-list--editor-bullet-list"));
15
+ var _listBulletedEditorBulletList = _interopRequireDefault(require("@atlaskit/icon/core/migration/list-bulleted--editor-bullet-list"));
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"));
@@ -85,7 +85,7 @@ function Toolbar(props) {
85
85
  description: labelUnorderedList,
86
86
  keymap: _keymaps.toggleBulletList
87
87
  }),
88
- iconBefore: (0, _react2.jsx)(_bulletedListEditorBulletList.default, {
88
+ iconBefore: (0, _react2.jsx)(_listBulletedEditorBulletList.default, {
89
89
  label: "",
90
90
  color: "currentColor",
91
91
  spacing: "spacious"
@@ -11,7 +11,7 @@ import { getAriaKeyshortcuts, toggleBulletList as toggleBulletListKeymap, indent
11
11
  import { indentationMessages, listMessages as messages } from '@atlaskit/editor-common/messages';
12
12
  import { buttonGroupStyle, separatorStyles } from '@atlaskit/editor-common/styles';
13
13
  import { TOOLBAR_BUTTON, ToolbarButton } from '@atlaskit/editor-common/ui-menu';
14
- import BulletedListIcon from '@atlaskit/icon/core/migration/bulleted-list--editor-bullet-list';
14
+ import BulletedListIcon from '@atlaskit/icon/core/migration/list-bulleted--editor-bullet-list';
15
15
  import IndentIcon from '@atlaskit/icon/glyph/editor/indent';
16
16
  import NumberListIcon from '@atlaskit/icon/glyph/editor/number-list';
17
17
  import OutdentIcon from '@atlaskit/icon/glyph/editor/outdent';
@@ -11,7 +11,7 @@ import { getAriaKeyshortcuts, toggleBulletList as toggleBulletListKeymap, indent
11
11
  import { indentationMessages, listMessages as messages } from '@atlaskit/editor-common/messages';
12
12
  import { buttonGroupStyle, separatorStyles } from '@atlaskit/editor-common/styles';
13
13
  import { TOOLBAR_BUTTON, ToolbarButton } from '@atlaskit/editor-common/ui-menu';
14
- import BulletedListIcon from '@atlaskit/icon/core/migration/bulleted-list--editor-bullet-list';
14
+ import BulletedListIcon from '@atlaskit/icon/core/migration/list-bulleted--editor-bullet-list';
15
15
  import IndentIcon from '@atlaskit/icon/glyph/editor/indent';
16
16
  import NumberListIcon from '@atlaskit/icon/glyph/editor/number-list';
17
17
  import OutdentIcon from '@atlaskit/icon/glyph/editor/outdent';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
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,7 +33,7 @@
33
33
  ".": "./src/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/editor-common": "^88.1.0",
36
+ "@atlaskit/editor-common": "^88.2.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^1.8.0",
38
38
  "@atlaskit/editor-plugin-block-type": "^3.14.0",
39
39
  "@atlaskit/editor-plugin-feature-flags": "^1.2.0",
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/editor-plugin-tasks-and-decisions": "^2.4.0",
44
44
  "@atlaskit/editor-prosemirror": "5.0.1",
45
45
  "@atlaskit/editor-shared-styles": "^2.13.0",
46
- "@atlaskit/icon": "^22.14.0",
46
+ "@atlaskit/icon": "^22.15.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1"
49
49
  },
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@af/integration-testing": "*",
56
56
  "@af/visual-regression": "*",
57
- "@atlaskit/adf-schema": "^40.8.1",
57
+ "@atlaskit/adf-schema": "^40.9.0",
58
58
  "@atlaskit/analytics-next": "^10.1.0",
59
59
  "@atlaskit/editor-plugin-base": "^1.10.0",
60
60
  "@atlaskit/editor-plugin-text-formatting": "^1.14.0",