@atlaskit/editor-toolbar 0.9.1 → 0.9.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,21 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`19b70bcbda751`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19b70bcbda751) -
8
+ [ux] ED-29181 Keyboard shortcuts should appear disabled in menu item
9
+ - Updated dependencies
10
+
11
+ ## 0.9.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [`6fb79942fc3a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6fb79942fc3a5) -
16
+ Internal changes to how borders are applied.
17
+ - Updated dependencies
18
+
3
19
  ## 0.9.1
4
20
 
5
21
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
 
2
- ._19itcf40{border:var(--_1wr0y6w)}
2
+ ._19it1oet{border:var(--_y3tor4)}
3
3
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
4
4
  ._1dqonqa1{border-style:solid}
5
5
  ._1h6d1j28{border-color:transparent}
@@ -19,6 +19,6 @@
19
19
  ._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
20
20
  ._u5f3idpf{padding-right:0}
21
21
  ._u5f3v77o{padding-right:var(--ds-space-025,2px)}
22
- ._y2mv12j9:focus{outline:var(--_toyvsf)}
22
+ ._y2mvuigy:focus{outline:var(--_1fve1bt)}
23
23
  ._858umuej:focus, ._jyzfmuej:focus-within, ._4cvxmuej:hover{border-color:var(--ds-border,#091e4224)}
24
24
  ._1bg4v77o:focus{outline-offset:var(--ds-space-025,2px)}
@@ -62,12 +62,12 @@ var Color = exports.Color = /*#__PURE__*/(0, _react.memo)(function (_ref) {
62
62
  onMouseDown: handleMouseDown,
63
63
  tabIndex: tabIndex,
64
64
  autoFocus: autoFocus,
65
- className: (0, _runtime.ax)(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19itcf40 _4t3icr4y _1bsbcr4y _bfhkm7j4 _80omtlke _1e0c1ule _kqswh2mm _y2mv12j9 _1bg4v77o"]),
65
+ className: (0, _runtime.ax)(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19it1oet _4t3icr4y _1bsbcr4y _bfhkm7j4 _80omtlke _1e0c1ule _kqswh2mm _y2mvuigy _1bg4v77o"]),
66
66
  style: {
67
67
  backgroundColor: colorStyle || "var(--ds-background-input, #FFFFFF)",
68
- border: "1px solid ".concat(borderColor),
69
- "--_1wr0y6w": (0, _runtime.ix)("1px solid ".concat("var(--ds-border-inverse, #FFFFFF)")),
70
- "--_toyvsf": (0, _runtime.ix)("2px solid ".concat("var(--ds-border-focused, #388BFF)"))
68
+ border: "var(--ds-border-width, 1px)".concat(" solid ", borderColor),
69
+ "--_y3tor4": (0, _runtime.ix)("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border-inverse, #FFFFFF)")),
70
+ "--_1fve1bt": (0, _runtime.ix)("var(--ds-border-width-focused, 2px)".concat(" solid ", "var(--ds-border-focused, #388BFF)"))
71
71
  }
72
72
  }, !decorator && isSelected && /*#__PURE__*/_react.default.createElement(_checkMarkEditorDone.default, {
73
73
  color: checkMarkColor,
@@ -1,6 +1,7 @@
1
1
  /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
5
  var _typeof = require("@babel/runtime/helpers/typeof");
5
6
  Object.defineProperty(exports, "__esModule", {
6
7
  value: true
@@ -8,6 +9,7 @@ Object.defineProperty(exports, "__esModule", {
8
9
  exports.ToolbarDropdownItem = void 0;
9
10
  require("./ToolbarDropdownItem.compiled.css");
10
11
  var _runtime = require("@compiled/react/runtime");
12
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
11
13
  var _react = _interopRequireWildcard(require("react"));
12
14
  var _css = require("@atlaskit/css");
13
15
  var _dropdownMenu = require("@atlaskit/dropdown-menu");
@@ -15,6 +17,8 @@ var _compiled = require("@atlaskit/primitives/compiled");
15
17
  var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
16
18
  var _ToolbarDropdownMenuContext = require("./ToolbarDropdownMenuContext");
17
19
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
20
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
21
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
18
22
  var styles = {
19
23
  toolbarDropdownItem: "_11c82smr _18zrutpp _1rjc1b66 _1e0c1txw _kqswh2mm _bfhksm61 _1bsb1osq _1tkezwfg _1ul9eoa3 _syaz1gjq _1bas12b0 _1ah31i6y",
20
24
  enabled: "_irr3166n _1di61dty",
@@ -60,6 +64,18 @@ var ToolbarDropdownItem = exports.ToolbarDropdownItem = function ToolbarDropdown
60
64
  target = _ref2.target,
61
65
  rel = _ref2.rel;
62
66
  var parentContext = (0, _ToolbarDropdownMenuContext.useToolbarDropdownMenuNew)();
67
+ var injectedElemAfter = function () {
68
+ if (! /*#__PURE__*/(0, _react.isValidElement)(elemAfter)) {
69
+ return elemAfter;
70
+ }
71
+ var elementProps = elemAfter.props;
72
+ if ('isDisabled' in elementProps) {
73
+ return elemAfter;
74
+ }
75
+ return /*#__PURE__*/(0, _react.cloneElement)(elemAfter, _objectSpread(_objectSpread({}, elementProps), {}, {
76
+ isDisabled: isDisabled
77
+ }));
78
+ }();
63
79
  return /*#__PURE__*/_react.default.createElement(_dropdownMenu.DropdownItem, {
64
80
  onClick: (0, _expValEquals.expValEquals)('platform_editor_toolbar_aifc_patch_1', 'isEnabled', true) ? function (e) {
65
81
  if (!hasNestedDropdownMenu) {
@@ -68,7 +84,7 @@ var ToolbarDropdownItem = exports.ToolbarDropdownItem = function ToolbarDropdown
68
84
  onClick === null || onClick === void 0 || onClick(e);
69
85
  } : onClick,
70
86
  elemBefore: elemBefore,
71
- elemAfter: elemAfter,
87
+ elemAfter: (0, _expValEquals.expValEquals)('platform_editor_toolbar_aifc_patch_5', 'isEnabled', true) ? injectedElemAfter : elemAfter,
72
88
  isSelected: isSelected,
73
89
  isDisabled: isDisabled,
74
90
  "aria-haspopup": hasNestedDropdownMenu,
@@ -7,7 +7,17 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.ToolbarKeyboardShortcutHint = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _badge = _interopRequireDefault(require("@atlaskit/badge"));
10
+ var _compiled = require("@atlaskit/primitives/compiled");
11
+ var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
10
12
  var ToolbarKeyboardShortcutHint = exports.ToolbarKeyboardShortcutHint = function ToolbarKeyboardShortcutHint(_ref) {
11
- var shortcut = _ref.shortcut;
13
+ var shortcut = _ref.shortcut,
14
+ isDisabled = _ref.isDisabled;
15
+ if (isDisabled && (0, _expValEquals.expValEquals)('platform_editor_toolbar_aifc_patch_5', 'isEnabled', true)) {
16
+ return /*#__PURE__*/_react.default.createElement(_badge.default, {
17
+ appearance: "primaryInverted"
18
+ }, /*#__PURE__*/_react.default.createElement(_compiled.Text, {
19
+ color: "color.text.disabled"
20
+ }, shortcut));
21
+ }
12
22
  return /*#__PURE__*/_react.default.createElement(_badge.default, null, shortcut);
13
23
  };
@@ -1,5 +1,5 @@
1
1
 
2
- ._19itv4vr{border:1px solid var(--ds-border-inverse,#fff)}
2
+ ._19it1ps9{border:var(--ds-border-width,1px) solid var(--ds-border-inverse,#fff)}
3
3
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
4
4
  ._1dqonqa1{border-style:solid}
5
5
  ._1h6d1j28{border-color:transparent}
@@ -19,6 +19,6 @@
19
19
  ._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
20
20
  ._u5f3idpf{padding-right:0}
21
21
  ._u5f3v77o{padding-right:var(--ds-space-025,2px)}
22
- ._y2mvugt7:focus{outline:2px solid var(--ds-border-focused,#388bff)}
22
+ ._y2mv1q03:focus{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#388bff)}
23
23
  ._858umuej:focus, ._jyzfmuej:focus-within, ._4cvxmuej:hover{border-color:var(--ds-border,#091e4224)}
24
24
  ._1bg4v77o:focus{outline-offset:var(--ds-space-025,2px)}
@@ -54,10 +54,10 @@ export const Color = /*#__PURE__*/memo(({
54
54
  tabIndex: tabIndex,
55
55
  style: {
56
56
  backgroundColor: colorStyle || "var(--ds-background-input, #FFFFFF)",
57
- border: `1px solid ${borderColor}`
57
+ border: `${"var(--ds-border-width, 1px)"} solid ${borderColor}`
58
58
  },
59
59
  autoFocus: autoFocus,
60
- className: ax(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19itv4vr _4t3icr4y _1bsbcr4y _bfhkm7j4 _80omtlke _1e0c1ule _kqswh2mm _y2mvugt7 _1bg4v77o"])
60
+ className: ax(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19it1ps9 _4t3icr4y _1bsbcr4y _bfhkm7j4 _80omtlke _1e0c1ule _kqswh2mm _y2mv1q03 _1bg4v77o"])
61
61
  }, !decorator && isSelected && /*#__PURE__*/React.createElement(EditorDoneIcon, {
62
62
  color: checkMarkColor,
63
63
  LEGACY_primaryColor: checkMarkColor,
@@ -1,7 +1,7 @@
1
1
  /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ToolbarDropdownItem.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
- import React, { forwardRef } from 'react';
4
+ import React, { forwardRef, isValidElement, cloneElement } from 'react';
5
5
  import { cx } from '@atlaskit/css';
6
6
  import { DropdownItem } from '@atlaskit/dropdown-menu';
7
7
  import { Pressable } from '@atlaskit/primitives/compiled';
@@ -51,6 +51,19 @@ export const ToolbarDropdownItem = ({
51
51
  rel
52
52
  }) => {
53
53
  const parentContext = useToolbarDropdownMenuNew();
54
+ const injectedElemAfter = (() => {
55
+ if (! /*#__PURE__*/isValidElement(elemAfter)) {
56
+ return elemAfter;
57
+ }
58
+ const elementProps = elemAfter.props;
59
+ if ('isDisabled' in elementProps) {
60
+ return elemAfter;
61
+ }
62
+ return /*#__PURE__*/cloneElement(elemAfter, {
63
+ ...elementProps,
64
+ isDisabled
65
+ });
66
+ })();
54
67
  return /*#__PURE__*/React.createElement(DropdownItem, {
55
68
  onClick: expValEquals('platform_editor_toolbar_aifc_patch_1', 'isEnabled', true) ? e => {
56
69
  if (!hasNestedDropdownMenu) {
@@ -59,7 +72,7 @@ export const ToolbarDropdownItem = ({
59
72
  onClick === null || onClick === void 0 ? void 0 : onClick(e);
60
73
  } : onClick,
61
74
  elemBefore: elemBefore,
62
- elemAfter: elemAfter,
75
+ elemAfter: expValEquals('platform_editor_toolbar_aifc_patch_5', 'isEnabled', true) ? injectedElemAfter : elemAfter,
63
76
  isSelected: isSelected,
64
77
  isDisabled: isDisabled,
65
78
  "aria-haspopup": hasNestedDropdownMenu,
@@ -1,7 +1,17 @@
1
1
  import React from 'react';
2
2
  import Badge from '@atlaskit/badge';
3
+ import { Text } from '@atlaskit/primitives/compiled';
4
+ import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
3
5
  export const ToolbarKeyboardShortcutHint = ({
4
- shortcut
6
+ shortcut,
7
+ isDisabled
5
8
  }) => {
9
+ if (isDisabled && expValEquals('platform_editor_toolbar_aifc_patch_5', 'isEnabled', true)) {
10
+ return /*#__PURE__*/React.createElement(Badge, {
11
+ appearance: "primaryInverted"
12
+ }, /*#__PURE__*/React.createElement(Text, {
13
+ color: "color.text.disabled"
14
+ }, shortcut));
15
+ }
6
16
  return /*#__PURE__*/React.createElement(Badge, null, shortcut);
7
17
  };
@@ -1,5 +1,5 @@
1
1
 
2
- ._19itcf40{border:var(--_1wr0y6w)}
2
+ ._19it1oet{border:var(--_y3tor4)}
3
3
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
4
4
  ._1dqonqa1{border-style:solid}
5
5
  ._1h6d1j28{border-color:transparent}
@@ -19,6 +19,6 @@
19
19
  ._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
20
20
  ._u5f3idpf{padding-right:0}
21
21
  ._u5f3v77o{padding-right:var(--ds-space-025,2px)}
22
- ._y2mv12j9:focus{outline:var(--_toyvsf)}
22
+ ._y2mvuigy:focus{outline:var(--_1fve1bt)}
23
23
  ._858umuej:focus, ._jyzfmuej:focus-within, ._4cvxmuej:hover{border-color:var(--ds-border,#091e4224)}
24
24
  ._1bg4v77o:focus{outline-offset:var(--ds-space-025,2px)}
@@ -53,12 +53,12 @@ export var Color = /*#__PURE__*/memo(function (_ref) {
53
53
  onMouseDown: handleMouseDown,
54
54
  tabIndex: tabIndex,
55
55
  autoFocus: autoFocus,
56
- className: ax(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19itcf40 _4t3icr4y _1bsbcr4y _bfhkm7j4 _80omtlke _1e0c1ule _kqswh2mm _y2mv12j9 _1bg4v77o"]),
56
+ className: ax(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19it1oet _4t3icr4y _1bsbcr4y _bfhkm7j4 _80omtlke _1e0c1ule _kqswh2mm _y2mvuigy _1bg4v77o"]),
57
57
  style: {
58
58
  backgroundColor: colorStyle || "var(--ds-background-input, #FFFFFF)",
59
- border: "1px solid ".concat(borderColor),
60
- "--_1wr0y6w": ix("1px solid ".concat("var(--ds-border-inverse, #FFFFFF)")),
61
- "--_toyvsf": ix("2px solid ".concat("var(--ds-border-focused, #388BFF)"))
59
+ border: "var(--ds-border-width, 1px)".concat(" solid ", borderColor),
60
+ "--_y3tor4": ix("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border-inverse, #FFFFFF)")),
61
+ "--_1fve1bt": ix("var(--ds-border-width-focused, 2px)".concat(" solid ", "var(--ds-border-focused, #388BFF)"))
62
62
  }
63
63
  }, !decorator && isSelected && /*#__PURE__*/React.createElement(EditorDoneIcon, {
64
64
  color: checkMarkColor,
@@ -1,7 +1,10 @@
1
1
  /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.36.1 */
2
+ import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
3
  import "./ToolbarDropdownItem.compiled.css";
3
4
  import { ax, ix } from "@compiled/react/runtime";
4
- import React, { forwardRef } from 'react';
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ import React, { forwardRef, isValidElement, cloneElement } from 'react';
5
8
  import { cx } from '@atlaskit/css';
6
9
  import { DropdownItem } from '@atlaskit/dropdown-menu';
7
10
  import { Pressable } from '@atlaskit/primitives/compiled';
@@ -52,6 +55,18 @@ export var ToolbarDropdownItem = function ToolbarDropdownItem(_ref2) {
52
55
  target = _ref2.target,
53
56
  rel = _ref2.rel;
54
57
  var parentContext = useToolbarDropdownMenuNew();
58
+ var injectedElemAfter = function () {
59
+ if (! /*#__PURE__*/isValidElement(elemAfter)) {
60
+ return elemAfter;
61
+ }
62
+ var elementProps = elemAfter.props;
63
+ if ('isDisabled' in elementProps) {
64
+ return elemAfter;
65
+ }
66
+ return /*#__PURE__*/cloneElement(elemAfter, _objectSpread(_objectSpread({}, elementProps), {}, {
67
+ isDisabled: isDisabled
68
+ }));
69
+ }();
55
70
  return /*#__PURE__*/React.createElement(DropdownItem, {
56
71
  onClick: expValEquals('platform_editor_toolbar_aifc_patch_1', 'isEnabled', true) ? function (e) {
57
72
  if (!hasNestedDropdownMenu) {
@@ -60,7 +75,7 @@ export var ToolbarDropdownItem = function ToolbarDropdownItem(_ref2) {
60
75
  onClick === null || onClick === void 0 || onClick(e);
61
76
  } : onClick,
62
77
  elemBefore: elemBefore,
63
- elemAfter: elemAfter,
78
+ elemAfter: expValEquals('platform_editor_toolbar_aifc_patch_5', 'isEnabled', true) ? injectedElemAfter : elemAfter,
64
79
  isSelected: isSelected,
65
80
  isDisabled: isDisabled,
66
81
  "aria-haspopup": hasNestedDropdownMenu,
@@ -1,6 +1,16 @@
1
1
  import React from 'react';
2
2
  import Badge from '@atlaskit/badge';
3
+ import { Text } from '@atlaskit/primitives/compiled';
4
+ import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
3
5
  export var ToolbarKeyboardShortcutHint = function ToolbarKeyboardShortcutHint(_ref) {
4
- var shortcut = _ref.shortcut;
6
+ var shortcut = _ref.shortcut,
7
+ isDisabled = _ref.isDisabled;
8
+ if (isDisabled && expValEquals('platform_editor_toolbar_aifc_patch_5', 'isEnabled', true)) {
9
+ return /*#__PURE__*/React.createElement(Badge, {
10
+ appearance: "primaryInverted"
11
+ }, /*#__PURE__*/React.createElement(Text, {
12
+ color: "color.text.disabled"
13
+ }, shortcut));
14
+ }
5
15
  return /*#__PURE__*/React.createElement(Badge, null, shortcut);
6
16
  };
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  type ToolbarKeyboardShortcutHintProps = {
3
+ isDisabled?: boolean;
3
4
  shortcut: string;
4
5
  };
5
- export declare const ToolbarKeyboardShortcutHint: ({ shortcut }: ToolbarKeyboardShortcutHintProps) => React.JSX.Element;
6
+ export declare const ToolbarKeyboardShortcutHint: ({ shortcut, isDisabled, }: ToolbarKeyboardShortcutHintProps) => React.JSX.Element;
6
7
  export {};
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  type ToolbarKeyboardShortcutHintProps = {
3
+ isDisabled?: boolean;
3
4
  shortcut: string;
4
5
  };
5
- export declare const ToolbarKeyboardShortcutHint: ({ shortcut }: ToolbarKeyboardShortcutHintProps) => React.JSX.Element;
6
+ export declare const ToolbarKeyboardShortcutHint: ({ shortcut, isDisabled, }: ToolbarKeyboardShortcutHintProps) => React.JSX.Element;
6
7
  export {};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org/"
5
5
  },
6
- "version": "0.9.1",
6
+ "version": "0.9.3",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "team": "Editor: Jenga",
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
33
33
  "@atlaskit/popup": "^4.4.0",
34
34
  "@atlaskit/primitives": "^14.14.0",
35
- "@atlaskit/tmp-editor-statsig": "^12.22.0",
35
+ "@atlaskit/tmp-editor-statsig": "^12.25.0",
36
36
  "@atlaskit/tokens": "^6.3.0",
37
37
  "@atlaskit/tooltip": "^20.4.0",
38
38
  "@babel/runtime": "^7.0.0",