@atlaskit/editor-plugin-table 18.1.15 → 18.1.17

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,21 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 18.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f65fa1ea7c0e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f65fa1ea7c0e5) -
8
+ Cleaned up stale feature flag `platform_editor_fix_button_name_violation_in_table`. The flag has
9
+ been fully rolled out, so the button name fix in table floating insert button is now always
10
+ applied.
11
+ - Updated dependencies
12
+
13
+ ## 18.1.16
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 18.1.15
4
20
 
5
21
  ### Patch Changes
@@ -14,7 +14,6 @@ var _messages = require("@atlaskit/editor-common/messages");
14
14
  var _styles = require("@atlaskit/editor-common/styles");
15
15
  var _utils = require("@atlaskit/editor-common/utils");
16
16
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
17
- var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
18
17
  var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
19
18
  var _types = require("../../types");
20
19
  var _consts = require("../consts");
@@ -146,7 +145,7 @@ var InsertButton = function InsertButton(_ref3) {
146
145
  ,
147
146
  className: _types.TableCssClassName.CONTROLS_INSERT_BUTTON,
148
147
  onMouseDown: onMouseDown,
149
- "aria-label": (0, _expValEquals.expValEquals)('platform_editor_fix_button_name_violation_in_table', 'isEnabled', true) ? formatMessage(tooltipMessageByType(type)) : undefined
148
+ "aria-label": formatMessage(tooltipMessageByType(type))
150
149
  }, /*#__PURE__*/_react.default.createElement("svg", {
151
150
  className: _types.TableCssClassName.CONTROLS_BUTTON_ICON
152
151
  }, /*#__PURE__*/_react.default.createElement("path", {
@@ -8,7 +8,6 @@ import { tableMessages as messages } from '@atlaskit/editor-common/messages';
8
8
  import { tableMarginTop } from '@atlaskit/editor-common/styles';
9
9
  import { closestElement } from '@atlaskit/editor-common/utils';
10
10
  import { akEditorTableNumberColumnWidth } from '@atlaskit/editor-shared-styles';
11
- import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
12
11
  import Tooltip from '@atlaskit/tooltip';
13
12
  import { TableCssClassName as ClassName } from '../../types';
14
13
  import { tableToolbarSize } from '../consts';
@@ -151,7 +150,7 @@ const InsertButton = ({
151
150
  ,
152
151
  className: ClassName.CONTROLS_INSERT_BUTTON,
153
152
  onMouseDown: onMouseDown,
154
- "aria-label": expValEquals('platform_editor_fix_button_name_violation_in_table', 'isEnabled', true) ? formatMessage(tooltipMessageByType(type)) : undefined
153
+ "aria-label": formatMessage(tooltipMessageByType(type))
155
154
  }, /*#__PURE__*/React.createElement("svg", {
156
155
  className: ClassName.CONTROLS_BUTTON_ICON
157
156
  }, /*#__PURE__*/React.createElement("path", {
@@ -9,7 +9,6 @@ import { tableMessages as messages } from '@atlaskit/editor-common/messages';
9
9
  import { tableMarginTop } from '@atlaskit/editor-common/styles';
10
10
  import { closestElement } from '@atlaskit/editor-common/utils';
11
11
  import { akEditorTableNumberColumnWidth } from '@atlaskit/editor-shared-styles';
12
- import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
13
12
  import Tooltip from '@atlaskit/tooltip';
14
13
  import { TableCssClassName as ClassName } from '../../types';
15
14
  import { tableToolbarSize } from '../consts';
@@ -139,7 +138,7 @@ var InsertButton = function InsertButton(_ref3) {
139
138
  ,
140
139
  className: ClassName.CONTROLS_INSERT_BUTTON,
141
140
  onMouseDown: onMouseDown,
142
- "aria-label": expValEquals('platform_editor_fix_button_name_violation_in_table', 'isEnabled', true) ? formatMessage(tooltipMessageByType(type)) : undefined
141
+ "aria-label": formatMessage(tooltipMessageByType(type))
143
142
  }, /*#__PURE__*/React.createElement("svg", {
144
143
  className: ClassName.CONTROLS_BUTTON_ICON
145
144
  }, /*#__PURE__*/React.createElement("path", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "18.1.15",
3
+ "version": "18.1.17",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/editor-plugin-batch-attribute-updates": "^8.0.0",
38
38
  "@atlaskit/editor-plugin-content-insertion": "^8.0.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^10.0.0",
40
- "@atlaskit/editor-plugin-extension": "11.0.18",
40
+ "@atlaskit/editor-plugin-extension": "11.0.20",
41
41
  "@atlaskit/editor-plugin-guideline": "^8.0.0",
42
42
  "@atlaskit/editor-plugin-interaction": "^15.0.0",
43
43
  "@atlaskit/editor-plugin-limited-mode": "^5.0.0",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
57
57
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
58
58
  "@atlaskit/primitives": "^18.1.0",
59
- "@atlaskit/tmp-editor-statsig": "^48.2.0",
59
+ "@atlaskit/tmp-editor-statsig": "^50.0.0",
60
60
  "@atlaskit/toggle": "^15.2.0",
61
61
  "@atlaskit/tokens": "^11.4.0",
62
62
  "@atlaskit/tooltip": "^21.0.0",
@@ -69,7 +69,7 @@
69
69
  "uuid": "^3.1.0"
70
70
  },
71
71
  "peerDependencies": {
72
- "@atlaskit/editor-common": "^112.12.0",
72
+ "@atlaskit/editor-common": "^112.13.0",
73
73
  "react": "^18.2.0",
74
74
  "react-dom": "^18.2.0",
75
75
  "react-intl-next": "npm:react-intl@^5.18.1"