@atlaskit/editor-plugin-table 17.4.2 → 17.4.3
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,15 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 17.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`0f91061590da3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f91061590da3) -
|
|
8
|
+
Split platform_editor_vc90_transition_fixes_batch_1 into
|
|
9
|
+
platform_editor_vc90_transition_table_border, platform_editor_vc90_transition_expand_icon,
|
|
10
|
+
platform_editor_vc90_transition_mentions, platform_editor_vc90_transition_panel_icon
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 17.4.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -32,7 +32,7 @@ var InnerContainer = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
32
32
|
node = _ref.node,
|
|
33
33
|
children = _ref.children,
|
|
34
34
|
tableWrapperHeight = _ref.tableWrapperHeight;
|
|
35
|
-
var bordersReady = (0, _expValEquals.expValEquals)('
|
|
35
|
+
var bordersReady = (0, _expValEquals.expValEquals)('platform_editor_vc90_transition_table_border', 'isEnabled', true) ? tableWrapperHeight !== undefined && tableWrapperHeight > 0 : undefined;
|
|
36
36
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
37
37
|
ref: ref
|
|
38
38
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
@@ -23,7 +23,7 @@ const InnerContainer = /*#__PURE__*/forwardRef(({
|
|
|
23
23
|
children,
|
|
24
24
|
tableWrapperHeight
|
|
25
25
|
}, ref) => {
|
|
26
|
-
const bordersReady = expValEquals('
|
|
26
|
+
const bordersReady = expValEquals('platform_editor_vc90_transition_table_border', 'isEnabled', true) ? tableWrapperHeight !== undefined && tableWrapperHeight > 0 : undefined;
|
|
27
27
|
return /*#__PURE__*/React.createElement("div", {
|
|
28
28
|
ref: ref
|
|
29
29
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
@@ -23,7 +23,7 @@ var InnerContainer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
23
23
|
node = _ref.node,
|
|
24
24
|
children = _ref.children,
|
|
25
25
|
tableWrapperHeight = _ref.tableWrapperHeight;
|
|
26
|
-
var bordersReady = expValEquals('
|
|
26
|
+
var bordersReady = expValEquals('platform_editor_vc90_transition_table_border', 'isEnabled', true) ? tableWrapperHeight !== undefined && tableWrapperHeight > 0 : undefined;
|
|
27
27
|
return /*#__PURE__*/React.createElement("div", {
|
|
28
28
|
ref: ref
|
|
29
29
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "17.4.
|
|
3
|
+
"version": "17.4.3",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
58
58
|
"@atlaskit/primitives": "^18.0.0",
|
|
59
59
|
"@atlaskit/theme": "^22.0.0",
|
|
60
|
-
"@atlaskit/tmp-editor-statsig": "^32.
|
|
60
|
+
"@atlaskit/tmp-editor-statsig": "^32.10.0",
|
|
61
61
|
"@atlaskit/toggle": "^15.2.0",
|
|
62
62
|
"@atlaskit/tokens": "^11.0.0",
|
|
63
63
|
"@atlaskit/tooltip": "^20.14.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"uuid": "^3.1.0"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@atlaskit/editor-common": "^111.
|
|
73
|
+
"@atlaskit/editor-common": "^111.24.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"
|