@atlaskit/editor-plugin-table 15.0.2 → 15.0.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,19 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 15.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5292689cffab1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5292689cffab1) -
8
+ fix/ignore minor eslint issues ahead of bug fix for confirming the removal of tables
9
+ - Updated dependencies
10
+
11
+ ## 15.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 15.0.2
4
18
 
5
19
  ### Patch Changes
@@ -672,6 +672,7 @@ var getColorPicker = function getColorPicker(state, menu, _ref5, editorAnalytics
672
672
  var defaultPalette = _uiColor.cellBackgroundColorPalette.find(function (item) {
673
673
  return item.value === currentBackground;
674
674
  }) || {
675
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
675
676
  label: 'Custom',
676
677
  value: currentBackground,
677
678
  border: _uiColor.DEFAULT_BORDER_COLOR
@@ -628,6 +628,7 @@ const getColorPicker = (state, menu, {
628
628
  const node = targetCellPosition ? state.doc.nodeAt(targetCellPosition) : undefined;
629
629
  const currentBackground = (node === null || node === void 0 ? void 0 : (_node$attrs = node.attrs) === null || _node$attrs === void 0 ? void 0 : _node$attrs.background) || '#ffffff';
630
630
  const defaultPalette = cellBackgroundColorPalette.find(item => item.value === currentBackground) || {
631
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
631
632
  label: 'Custom',
632
633
  value: currentBackground,
633
634
  border: DEFAULT_BORDER_COLOR
@@ -665,6 +665,7 @@ var getColorPicker = function getColorPicker(state, menu, _ref5, editorAnalytics
665
665
  var defaultPalette = cellBackgroundColorPalette.find(function (item) {
666
666
  return item.value === currentBackground;
667
667
  }) || {
668
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
668
669
  label: 'Custom',
669
670
  value: currentBackground,
670
671
  border: DEFAULT_BORDER_COLOR
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "15.0.2",
3
+ "version": "15.0.4",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@atlaskit/adf-schema": "^51.2.0",
32
- "@atlaskit/button": "^23.4.0",
32
+ "@atlaskit/button": "^23.5.0",
33
33
  "@atlaskit/custom-steps": "^0.14.0",
34
34
  "@atlaskit/editor-palette": "^2.1.0",
35
35
  "@atlaskit/editor-plugin-accessibility-utils": "^6.0.0",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/editor-plugin-batch-attribute-updates": "^6.0.0",
38
38
  "@atlaskit/editor-plugin-content-insertion": "^6.0.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
40
- "@atlaskit/editor-plugin-extension": "9.0.0",
40
+ "@atlaskit/editor-plugin-extension": "9.0.1",
41
41
  "@atlaskit/editor-plugin-guideline": "^6.0.0",
42
42
  "@atlaskit/editor-plugin-interaction": "^8.0.0",
43
43
  "@atlaskit/editor-plugin-limited-mode": "^3.0.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/primitives": "^14.15.0",
60
60
  "@atlaskit/react-ufo": "^4.11.0",
61
61
  "@atlaskit/theme": "^21.0.0",
62
- "@atlaskit/tmp-editor-statsig": "^12.32.0",
62
+ "@atlaskit/tmp-editor-statsig": "^13.1.0",
63
63
  "@atlaskit/toggle": "^15.1.0",
64
64
  "@atlaskit/tokens": "^6.4.0",
65
65
  "@atlaskit/tooltip": "^20.5.0",