@atlaskit/editor-plugin-insert-block 1.1.0 → 1.1.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,11 @@
1
1
  # @atlaskit/editor-plugin-insert-block
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
@@ -39,7 +39,7 @@ var from = function from(init) {
39
39
  name: init.name
40
40
  },
41
41
  elemBefore: (0, _react2.jsx)(init.Icon, {
42
- label: init.content
42
+ label: ""
43
43
  }),
44
44
  elemAfter: init.shortcut ?
45
45
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
@@ -30,7 +30,7 @@ const from = init => ({
30
30
  name: init.name
31
31
  },
32
32
  elemBefore: jsx(init.Icon, {
33
- label: init.content
33
+ label: ""
34
34
  }),
35
35
  elemAfter: init.shortcut ?
36
36
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
@@ -31,7 +31,7 @@ var from = function from(init) {
31
31
  name: init.name
32
32
  },
33
33
  elemBefore: jsx(init.Icon, {
34
- label: init.content
34
+ label: ""
35
35
  }),
36
36
  elemAfter: init.shortcut ?
37
37
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,13 +33,13 @@
33
33
  ".": "./src/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/editor-common": "^78.0.0",
36
+ "@atlaskit/editor-common": "^78.7.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^1.0.0",
38
38
  "@atlaskit/editor-plugin-block-type": "^3.0.0",
39
- "@atlaskit/editor-plugin-code-block": "^1.0.0",
39
+ "@atlaskit/editor-plugin-code-block": "^1.1.0",
40
40
  "@atlaskit/editor-plugin-date": "^1.0.0",
41
41
  "@atlaskit/editor-plugin-emoji": "^1.1.0",
42
- "@atlaskit/editor-plugin-expand": "^1.0.0",
42
+ "@atlaskit/editor-plugin-expand": "^1.2.0",
43
43
  "@atlaskit/editor-plugin-extension": "^1.0.0",
44
44
  "@atlaskit/editor-plugin-hyperlink": "^1.0.0",
45
45
  "@atlaskit/editor-plugin-image-upload": "^1.0.0",
@@ -51,16 +51,16 @@
51
51
  "@atlaskit/editor-plugin-quick-insert": "^1.0.0",
52
52
  "@atlaskit/editor-plugin-rule": "^1.1.0",
53
53
  "@atlaskit/editor-plugin-status": "^1.0.0",
54
- "@atlaskit/editor-plugin-table": "^7.3.0",
54
+ "@atlaskit/editor-plugin-table": "^7.4.0",
55
55
  "@atlaskit/editor-plugin-tasks-and-decisions": "^1.0.0",
56
56
  "@atlaskit/editor-plugin-type-ahead": "^1.0.0",
57
57
  "@atlaskit/editor-prosemirror": "3.0.0",
58
58
  "@atlaskit/editor-shared-styles": "^2.9.0",
59
59
  "@atlaskit/emoji": "^67.6.0",
60
- "@atlaskit/icon": "^22.0.0",
61
- "@atlaskit/primitives": "^2.0.0",
60
+ "@atlaskit/icon": "^22.1.0",
61
+ "@atlaskit/primitives": "^3.0.0",
62
62
  "@atlaskit/theme": "^12.6.0",
63
- "@atlaskit/tokens": "^1.37.0",
63
+ "@atlaskit/tokens": "^1.38.0",
64
64
  "@babel/runtime": "^7.0.0",
65
65
  "@emotion/react": "^11.7.1",
66
66
  "bind-event-listener": "^2.1.1",