@atlaskit/editor-plugin-toolbar-lists-indentation 5.0.4 → 5.0.5
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 +8 -0
- package/dist/cjs/ui/toolbar-components/BulletedListMenuItem.js +1 -0
- package/dist/cjs/ui/toolbar-components/IndentMenuItem.js +1 -0
- package/dist/cjs/ui/toolbar-components/NumberedListMenuItem.js +1 -0
- package/dist/cjs/ui/toolbar-components/OutdentMenuItem.js +1 -0
- package/dist/cjs/ui/toolbar-components/TaskListMenuItem.js +1 -0
- package/dist/es2019/ui/toolbar-components/BulletedListMenuItem.js +1 -0
- package/dist/es2019/ui/toolbar-components/IndentMenuItem.js +1 -0
- package/dist/es2019/ui/toolbar-components/NumberedListMenuItem.js +1 -0
- package/dist/es2019/ui/toolbar-components/OutdentMenuItem.js +1 -0
- package/dist/es2019/ui/toolbar-components/TaskListMenuItem.js +1 -0
- package/dist/esm/ui/toolbar-components/BulletedListMenuItem.js +1 -0
- package/dist/esm/ui/toolbar-components/IndentMenuItem.js +1 -0
- package/dist/esm/ui/toolbar-components/NumberedListMenuItem.js +1 -0
- package/dist/esm/ui/toolbar-components/OutdentMenuItem.js +1 -0
- package/dist/esm/ui/toolbar-components/TaskListMenuItem.js +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-toolbar-lists-indentation
|
|
2
2
|
|
|
3
|
+
## 5.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`555ac8f256674`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/555ac8f256674) -
|
|
8
|
+
Update menu item icon size to small, tweak paddings and font styles
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 5.0.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -32,6 +32,7 @@ var BulletedListMenuItem = exports.BulletedListMenuItem = function BulletedListM
|
|
|
32
32
|
var shortcut = (0, _keymaps.formatShortcut)(_keymaps.toggleBulletList);
|
|
33
33
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
|
|
34
34
|
elemBefore: /*#__PURE__*/_react.default.createElement(_editorToolbar.ListBulletedIcon, {
|
|
35
|
+
size: "small",
|
|
35
36
|
label: ""
|
|
36
37
|
}),
|
|
37
38
|
elemAfter: shortcut ? /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarKeyboardShortcutHint, {
|
|
@@ -52,6 +52,7 @@ var IndentMenuItem = exports.IndentMenuItem = function IndentMenuItem(_ref) {
|
|
|
52
52
|
var shortcut = (0, _keymaps.formatShortcut)(_keymaps.indent);
|
|
53
53
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
|
|
54
54
|
elemBefore: /*#__PURE__*/_react.default.createElement(_editorToolbar.IndentIcon, {
|
|
55
|
+
size: "small",
|
|
55
56
|
label: ""
|
|
56
57
|
}),
|
|
57
58
|
elemAfter: shortcut ? /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarKeyboardShortcutHint, {
|
|
@@ -32,6 +32,7 @@ var NumberedListMenuItem = exports.NumberedListMenuItem = function NumberedListM
|
|
|
32
32
|
var shortcut = (0, _keymaps.formatShortcut)(_keymaps.toggleOrderedList);
|
|
33
33
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
|
|
34
34
|
elemBefore: /*#__PURE__*/_react.default.createElement(_editorToolbar.ListNumberedIcon, {
|
|
35
|
+
size: "small",
|
|
35
36
|
label: ""
|
|
36
37
|
}),
|
|
37
38
|
elemAfter: shortcut ? /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarKeyboardShortcutHint, {
|
|
@@ -51,6 +51,7 @@ var OutdentMenuItem = exports.OutdentMenuItem = function OutdentMenuItem(_ref) {
|
|
|
51
51
|
var shortcut = (0, _keymaps.formatShortcut)(_keymaps.outdent);
|
|
52
52
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
|
|
53
53
|
elemBefore: /*#__PURE__*/_react.default.createElement(_editorToolbar.OutdentIcon, {
|
|
54
|
+
size: "small",
|
|
54
55
|
label: ""
|
|
55
56
|
}),
|
|
56
57
|
elemAfter: shortcut ? /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarKeyboardShortcutHint, {
|
|
@@ -23,6 +23,7 @@ var TaskListMenuItem = exports.TaskListMenuItem = function TaskListMenuItem(_ref
|
|
|
23
23
|
};
|
|
24
24
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
|
|
25
25
|
elemBefore: /*#__PURE__*/_react.default.createElement(_task.default, {
|
|
26
|
+
size: "small",
|
|
26
27
|
label: ""
|
|
27
28
|
}),
|
|
28
29
|
elemAfter: /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarKeyboardShortcutHint, {
|
|
@@ -28,6 +28,7 @@ export const BulletedListMenuItem = ({
|
|
|
28
28
|
const shortcut = formatShortcut(toggleBulletListKeymap);
|
|
29
29
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
30
30
|
elemBefore: /*#__PURE__*/React.createElement(ListBulletedIcon, {
|
|
31
|
+
size: "small",
|
|
31
32
|
label: ""
|
|
32
33
|
}),
|
|
33
34
|
elemAfter: shortcut ? /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -48,6 +48,7 @@ export const IndentMenuItem = ({
|
|
|
48
48
|
const shortcut = formatShortcut(toggleIndentKeymap);
|
|
49
49
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
50
50
|
elemBefore: /*#__PURE__*/React.createElement(IndentIcon, {
|
|
51
|
+
size: "small",
|
|
51
52
|
label: ""
|
|
52
53
|
}),
|
|
53
54
|
elemAfter: shortcut ? /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -28,6 +28,7 @@ export const NumberedListMenuItem = ({
|
|
|
28
28
|
const shortcut = formatShortcut(toggleOrderedListKeymap);
|
|
29
29
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
30
30
|
elemBefore: /*#__PURE__*/React.createElement(ListNumberedIcon, {
|
|
31
|
+
size: "small",
|
|
31
32
|
label: ""
|
|
32
33
|
}),
|
|
33
34
|
elemAfter: shortcut ? /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -47,6 +47,7 @@ export const OutdentMenuItem = ({
|
|
|
47
47
|
const shortcut = formatShortcut(toggleOutdentKeymap);
|
|
48
48
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
49
49
|
elemBefore: /*#__PURE__*/React.createElement(OutdentIcon, {
|
|
50
|
+
size: "small",
|
|
50
51
|
label: ""
|
|
51
52
|
}),
|
|
52
53
|
elemAfter: shortcut ? /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -18,6 +18,7 @@ export const TaskListMenuItem = ({
|
|
|
18
18
|
};
|
|
19
19
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
20
20
|
elemBefore: /*#__PURE__*/React.createElement(TaskIcon, {
|
|
21
|
+
size: "small",
|
|
21
22
|
label: ""
|
|
22
23
|
}),
|
|
23
24
|
elemAfter: /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -25,6 +25,7 @@ export var BulletedListMenuItem = function BulletedListMenuItem(_ref) {
|
|
|
25
25
|
var shortcut = formatShortcut(toggleBulletListKeymap);
|
|
26
26
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
27
27
|
elemBefore: /*#__PURE__*/React.createElement(ListBulletedIcon, {
|
|
28
|
+
size: "small",
|
|
28
29
|
label: ""
|
|
29
30
|
}),
|
|
30
31
|
elemAfter: shortcut ? /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -45,6 +45,7 @@ export var IndentMenuItem = function IndentMenuItem(_ref) {
|
|
|
45
45
|
var shortcut = formatShortcut(toggleIndentKeymap);
|
|
46
46
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
47
47
|
elemBefore: /*#__PURE__*/React.createElement(IndentIcon, {
|
|
48
|
+
size: "small",
|
|
48
49
|
label: ""
|
|
49
50
|
}),
|
|
50
51
|
elemAfter: shortcut ? /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -25,6 +25,7 @@ export var NumberedListMenuItem = function NumberedListMenuItem(_ref) {
|
|
|
25
25
|
var shortcut = formatShortcut(toggleOrderedListKeymap);
|
|
26
26
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
27
27
|
elemBefore: /*#__PURE__*/React.createElement(ListNumberedIcon, {
|
|
28
|
+
size: "small",
|
|
28
29
|
label: ""
|
|
29
30
|
}),
|
|
30
31
|
elemAfter: shortcut ? /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -44,6 +44,7 @@ export var OutdentMenuItem = function OutdentMenuItem(_ref) {
|
|
|
44
44
|
var shortcut = formatShortcut(toggleOutdentKeymap);
|
|
45
45
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
46
46
|
elemBefore: /*#__PURE__*/React.createElement(OutdentIcon, {
|
|
47
|
+
size: "small",
|
|
47
48
|
label: ""
|
|
48
49
|
}),
|
|
49
50
|
elemAfter: shortcut ? /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
@@ -16,6 +16,7 @@ export var TaskListMenuItem = function TaskListMenuItem(_ref) {
|
|
|
16
16
|
};
|
|
17
17
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
18
18
|
elemBefore: /*#__PURE__*/React.createElement(TaskIcon, {
|
|
19
|
+
size: "small",
|
|
19
20
|
label: ""
|
|
20
21
|
}),
|
|
21
22
|
elemAfter: /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.5",
|
|
4
4
|
"description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@babel/runtime": "^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^108.
|
|
53
|
+
"@atlaskit/editor-common": "^108.5.0",
|
|
54
54
|
"react": "^18.2.0",
|
|
55
55
|
"react-dom": "^18.2.0",
|
|
56
56
|
"react-intl-next": "npm:react-intl@^5.18.1"
|