@atlaskit/editor-plugin-insert-block 1.3.9 → 1.3.11

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,17 @@
1
1
  # @atlaskit/editor-plugin-insert-block
2
2
 
3
+ ## 1.3.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.3.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.3.9
4
16
 
5
17
  ### Patch Changes
@@ -7,7 +7,7 @@ exports.triggerWrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
9
 
10
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
10
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
11
11
  var triggerWrapper = exports.triggerWrapper = (0, _react.css)({
12
12
  width: '42px',
13
13
  display: 'flex',
@@ -1,7 +1,7 @@
1
1
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
2
  import { css } from '@emotion/react';
3
3
 
4
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
5
5
  export const triggerWrapper = css({
6
6
  width: '42px',
7
7
  display: 'flex',
@@ -1,7 +1,7 @@
1
1
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
2
  import { css } from '@emotion/react';
3
3
 
4
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
5
5
  export var triggerWrapper = css({
6
6
  width: '42px',
7
7
  display: 'flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,32 +33,32 @@
33
33
  ".": "./src/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/editor-common": "^83.0.0",
37
- "@atlaskit/editor-plugin-analytics": "^1.3.0",
38
- "@atlaskit/editor-plugin-block-type": "^3.7.0",
39
- "@atlaskit/editor-plugin-code-block": "^1.4.0",
40
- "@atlaskit/editor-plugin-date": "^1.3.0",
41
- "@atlaskit/editor-plugin-emoji": "^1.4.0",
42
- "@atlaskit/editor-plugin-expand": "^1.8.0",
43
- "@atlaskit/editor-plugin-extension": "^1.8.0",
44
- "@atlaskit/editor-plugin-hyperlink": "^2.2.0",
36
+ "@atlaskit/editor-common": "^84.0.0",
37
+ "@atlaskit/editor-plugin-analytics": "^1.4.0",
38
+ "@atlaskit/editor-plugin-block-type": "^3.8.0",
39
+ "@atlaskit/editor-plugin-code-block": "^2.0.0",
40
+ "@atlaskit/editor-plugin-date": "^2.0.0",
41
+ "@atlaskit/editor-plugin-emoji": "^2.0.0",
42
+ "@atlaskit/editor-plugin-expand": "^2.0.0",
43
+ "@atlaskit/editor-plugin-extension": "^1.9.0",
44
+ "@atlaskit/editor-plugin-hyperlink": "^2.3.0",
45
45
  "@atlaskit/editor-plugin-image-upload": "^1.1.0",
46
- "@atlaskit/editor-plugin-layout": "^1.3.0",
47
- "@atlaskit/editor-plugin-media": "^1.21.0",
48
- "@atlaskit/editor-plugin-mentions": "^1.7.0",
49
- "@atlaskit/editor-plugin-panel": "^1.3.0",
50
- "@atlaskit/editor-plugin-placeholder-text": "^1.3.0",
46
+ "@atlaskit/editor-plugin-layout": "^1.4.0",
47
+ "@atlaskit/editor-plugin-media": "^1.22.0",
48
+ "@atlaskit/editor-plugin-mentions": "^2.0.0",
49
+ "@atlaskit/editor-plugin-panel": "^2.0.0",
50
+ "@atlaskit/editor-plugin-placeholder-text": "^1.4.0",
51
51
  "@atlaskit/editor-plugin-quick-insert": "^1.1.0",
52
- "@atlaskit/editor-plugin-rule": "^1.4.0",
53
- "@atlaskit/editor-plugin-status": "^1.3.0",
54
- "@atlaskit/editor-plugin-table": "^7.18.0",
55
- "@atlaskit/editor-plugin-tasks-and-decisions": "^1.4.0",
56
- "@atlaskit/editor-plugin-type-ahead": "^1.3.0",
52
+ "@atlaskit/editor-plugin-rule": "^1.5.0",
53
+ "@atlaskit/editor-plugin-status": "^2.0.0",
54
+ "@atlaskit/editor-plugin-table": "^7.19.0",
55
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^2.0.0",
56
+ "@atlaskit/editor-plugin-type-ahead": "^1.4.0",
57
57
  "@atlaskit/editor-prosemirror": "4.0.1",
58
58
  "@atlaskit/editor-shared-styles": "^2.12.0",
59
59
  "@atlaskit/emoji": "^67.6.0",
60
60
  "@atlaskit/icon": "^22.5.0",
61
- "@atlaskit/primitives": "^9.0.0",
61
+ "@atlaskit/primitives": "^10.0.0",
62
62
  "@atlaskit/theme": "^12.11.0",
63
63
  "@atlaskit/tokens": "^1.53.0",
64
64
  "@babel/runtime": "^7.0.0",