@atlaskit/editor-plugin-table 18.1.16 → 18.1.18
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.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 18.1.17
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`f65fa1ea7c0e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f65fa1ea7c0e5) -
|
|
14
|
+
Cleaned up stale feature flag `platform_editor_fix_button_name_violation_in_table`. The flag has
|
|
15
|
+
been fully rolled out, so the button name fix in table floating insert button is now always
|
|
16
|
+
applied.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 18.1.16
|
|
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":
|
|
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":
|
|
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":
|
|
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.
|
|
3
|
+
"version": "18.1.18",
|
|
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.
|
|
40
|
+
"@atlaskit/editor-plugin-extension": "11.0.21",
|
|
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": "^
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^51.0.0",
|
|
60
60
|
"@atlaskit/toggle": "^15.2.0",
|
|
61
61
|
"@atlaskit/tokens": "^11.4.0",
|
|
62
62
|
"@atlaskit/tooltip": "^21.0.0",
|