@atlaskit/editor-plugin-table 12.3.4 → 12.3.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 12.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6e72157c89221`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e72157c89221) -
8
+ Improve streaming queue reliability
9
+ - Updated dependencies
10
+
3
11
  ## 12.3.4
4
12
 
5
13
  ### Patch Changes
@@ -577,7 +577,7 @@ var addBoldInEmptyHeaderCells = exports.addBoldInEmptyHeaderCells = function add
577
577
  // this logic is applied only for empty paragraph
578
578
  tableCellHeader.node.nodeSize === 4 && (0, _utils.isParagraph)(tableCellHeader.node.firstChild, state.schema)) {
579
579
  var strong = state.schema.marks.strong;
580
- tr.setStoredMarks([strong.create()]).setMeta('addToHistory', false);
580
+ tr.setStoredMarks([strong === null || strong === void 0 ? void 0 : strong.create()]).setMeta('addToHistory', false);
581
581
  if (dispatch) {
582
582
  dispatch(tr);
583
583
  }
@@ -540,7 +540,7 @@ export const addBoldInEmptyHeaderCells = tableCellHeader => (state, dispatch) =>
540
540
  const {
541
541
  strong
542
542
  } = state.schema.marks;
543
- tr.setStoredMarks([strong.create()]).setMeta('addToHistory', false);
543
+ tr.setStoredMarks([strong === null || strong === void 0 ? void 0 : strong.create()]).setMeta('addToHistory', false);
544
544
  if (dispatch) {
545
545
  dispatch(tr);
546
546
  }
@@ -570,7 +570,7 @@ export var addBoldInEmptyHeaderCells = function addBoldInEmptyHeaderCells(tableC
570
570
  // this logic is applied only for empty paragraph
571
571
  tableCellHeader.node.nodeSize === 4 && isParagraph(tableCellHeader.node.firstChild, state.schema)) {
572
572
  var strong = state.schema.marks.strong;
573
- tr.setStoredMarks([strong.create()]).setMeta('addToHistory', false);
573
+ tr.setStoredMarks([strong === null || strong === void 0 ? void 0 : strong.create()]).setMeta('addToHistory', false);
574
574
  if (dispatch) {
575
575
  dispatch(tr);
576
576
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "12.3.4",
3
+ "version": "12.3.5",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -70,16 +70,11 @@
70
70
  "uuid": "^3.1.0"
71
71
  },
72
72
  "peerDependencies": {
73
- "@atlaskit/editor-common": "^107.31.0",
73
+ "@atlaskit/editor-common": "^107.32.0",
74
74
  "react": "^18.2.0",
75
75
  "react-dom": "^18.2.0",
76
76
  "react-intl-next": "npm:react-intl@^5.18.1"
77
77
  },
78
- "af:exports": {
79
- "./types": "./src/types/index.ts",
80
- ".": "./src/index.ts",
81
- "./ui/common-styles": "./src/ui/common-styles.ts"
82
- },
83
78
  "techstack": {
84
79
  "@atlassian/frontend": {
85
80
  "code-structure": [