@atlaskit/editor-plugin-block-type 5.1.2 → 5.1.4

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-block-type
2
2
 
3
+ ## 5.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.1.2
4
16
 
5
17
  ### Patch Changes
@@ -9,7 +9,7 @@ exports.formatTypes = void 0;
9
9
  var _analytics = require("@atlaskit/editor-common/analytics");
10
10
  var _transform = require("@atlaskit/editor-prosemirror/transform");
11
11
  // Functions duplicated from platform/packages/editor/editor-plugin-text-formatting/src/editor-commands/clear-formatting.ts
12
- // TODO: Refactor to avoid duplication if platform_editor_blockquote_in_text_formatting_menu experiment is productionalised
12
+ // TODO: ED-26959 - Refactor to avoid duplication if platform_editor_blockquote_in_text_formatting_menu experiment is productionalised
13
13
  var FORMATTING_NODE_TYPES = exports.FORMATTING_NODE_TYPES = ['heading', 'blockquote'];
14
14
  var FORMATTING_MARK_TYPES = exports.FORMATTING_MARK_TYPES = ['em', 'code', 'strike', 'strong', 'underline', 'textColor', 'subsup', 'backgroundColor'];
15
15
  var formatTypes = exports.formatTypes = {
@@ -1,7 +1,7 @@
1
1
  import { ACTION_SUBJECT_ID } from '@atlaskit/editor-common/analytics';
2
2
  import { liftTarget } from '@atlaskit/editor-prosemirror/transform';
3
3
  // Functions duplicated from platform/packages/editor/editor-plugin-text-formatting/src/editor-commands/clear-formatting.ts
4
- // TODO: Refactor to avoid duplication if platform_editor_blockquote_in_text_formatting_menu experiment is productionalised
4
+ // TODO: ED-26959 - Refactor to avoid duplication if platform_editor_blockquote_in_text_formatting_menu experiment is productionalised
5
5
  export const FORMATTING_NODE_TYPES = ['heading', 'blockquote'];
6
6
  export const FORMATTING_MARK_TYPES = ['em', 'code', 'strike', 'strong', 'underline', 'textColor', 'subsup', 'backgroundColor'];
7
7
  export const formatTypes = {
@@ -1,7 +1,7 @@
1
1
  import { ACTION_SUBJECT_ID } from '@atlaskit/editor-common/analytics';
2
2
  import { liftTarget } from '@atlaskit/editor-prosemirror/transform';
3
3
  // Functions duplicated from platform/packages/editor/editor-plugin-text-formatting/src/editor-commands/clear-formatting.ts
4
- // TODO: Refactor to avoid duplication if platform_editor_blockquote_in_text_formatting_menu experiment is productionalised
4
+ // TODO: ED-26959 - Refactor to avoid duplication if platform_editor_blockquote_in_text_formatting_menu experiment is productionalised
5
5
  export var FORMATTING_NODE_TYPES = ['heading', 'blockquote'];
6
6
  export var FORMATTING_MARK_TYPES = ['em', 'code', 'strike', 'strong', 'underline', 'textColor', 'subsup', 'backgroundColor'];
7
7
  export var formatTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "5.1.2",
3
+ "version": "5.1.4",
4
4
  "description": "BlockType plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,20 +36,20 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@atlaskit/adf-schema": "^47.6.0",
39
- "@atlaskit/editor-common": "^101.1.0",
39
+ "@atlaskit/editor-common": "^102.4.0",
40
40
  "@atlaskit/editor-plugin-analytics": "^2.1.0",
41
41
  "@atlaskit/editor-plugin-primary-toolbar": "^3.0.0",
42
42
  "@atlaskit/editor-plugin-selection-toolbar": "^2.0.0",
43
43
  "@atlaskit/editor-prosemirror": "7.0.0",
44
44
  "@atlaskit/editor-shared-styles": "^3.4.0",
45
45
  "@atlaskit/editor-tables": "^2.9.0",
46
- "@atlaskit/icon": "^24.1.0",
46
+ "@atlaskit/icon": "^25.0.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/primitives": "^14.1.0",
49
49
  "@atlaskit/prosemirror-input-rules": "^3.3.0",
50
50
  "@atlaskit/theme": "^18.0.0",
51
- "@atlaskit/tmp-editor-statsig": "^3.4.0",
52
- "@atlaskit/tokens": "^4.3.0",
51
+ "@atlaskit/tmp-editor-statsig": "^3.6.0",
52
+ "@atlaskit/tokens": "^4.4.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1"
55
55
  },
@@ -59,12 +59,12 @@
59
59
  "react-intl-next": "npm:react-intl@^5.18.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@af/visual-regression": "*",
62
+ "@af/visual-regression": "^1.3.0",
63
63
  "@atlaskit/analytics-next": "^11.0.0",
64
- "@atlaskit/editor-plugin-quick-insert": "^2.0.0",
64
+ "@atlaskit/editor-plugin-quick-insert": "^2.1.0",
65
65
  "@atlaskit/editor-plugin-type-ahead": "^2.1.0",
66
- "@atlaskit/ssr": "*",
67
- "@atlaskit/visual-regression": "*",
66
+ "@atlaskit/ssr": "^0.4.0",
67
+ "@atlaskit/visual-regression": "^0.10.0",
68
68
  "@testing-library/react": "^13.4.0",
69
69
  "@testing-library/user-event": "^14.4.3",
70
70
  "typescript": "~5.4.2",