@atlaskit/editor-plugin-insert-block 1.10.0 → 1.10.2

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/assets/action-list.js +79 -0
  3. package/dist/cjs/assets/approvals-tracker.js +66 -0
  4. package/dist/cjs/assets/decision-matrix.js +82 -0
  5. package/dist/cjs/assets/discussion-notes.js +82 -0
  6. package/dist/cjs/assets/instructions-outline.js +73 -0
  7. package/dist/cjs/assets/use-icon-themed.js +19 -0
  8. package/dist/cjs/plugin.js +13 -0
  9. package/dist/cjs/ui/ToolbarInsertBlock/item.js +4 -4
  10. package/dist/cjs/ui/templateOptions.js +70 -0
  11. package/dist/es2019/assets/action-list.js +73 -0
  12. package/dist/es2019/assets/approvals-tracker.js +60 -0
  13. package/dist/es2019/assets/decision-matrix.js +76 -0
  14. package/dist/es2019/assets/discussion-notes.js +76 -0
  15. package/dist/es2019/assets/instructions-outline.js +67 -0
  16. package/dist/es2019/assets/use-icon-themed.js +15 -0
  17. package/dist/es2019/plugin.js +13 -0
  18. package/dist/es2019/ui/ToolbarInsertBlock/item.js +3 -3
  19. package/dist/es2019/ui/templateOptions.js +53 -0
  20. package/dist/esm/assets/action-list.js +72 -0
  21. package/dist/esm/assets/approvals-tracker.js +59 -0
  22. package/dist/esm/assets/decision-matrix.js +75 -0
  23. package/dist/esm/assets/discussion-notes.js +75 -0
  24. package/dist/esm/assets/instructions-outline.js +66 -0
  25. package/dist/esm/assets/use-icon-themed.js +14 -0
  26. package/dist/esm/plugin.js +13 -0
  27. package/dist/esm/ui/ToolbarInsertBlock/item.js +3 -3
  28. package/dist/esm/ui/templateOptions.js +63 -0
  29. package/dist/types/assets/action-list.d.ts +2 -0
  30. package/dist/types/assets/approvals-tracker.d.ts +2 -0
  31. package/dist/types/assets/decision-matrix.d.ts +2 -0
  32. package/dist/types/assets/discussion-notes.d.ts +2 -0
  33. package/dist/types/assets/instructions-outline.d.ts +2 -0
  34. package/dist/types/assets/use-icon-themed.d.ts +6 -0
  35. package/dist/types/ui/templateOptions.d.ts +2 -0
  36. package/dist/types-ts4.5/assets/action-list.d.ts +2 -0
  37. package/dist/types-ts4.5/assets/approvals-tracker.d.ts +2 -0
  38. package/dist/types-ts4.5/assets/decision-matrix.d.ts +2 -0
  39. package/dist/types-ts4.5/assets/discussion-notes.d.ts +2 -0
  40. package/dist/types-ts4.5/assets/instructions-outline.d.ts +2 -0
  41. package/dist/types-ts4.5/assets/use-icon-themed.d.ts +6 -0
  42. package/dist/types-ts4.5/ui/templateOptions.d.ts +2 -0
  43. package/package.json +7 -7
@@ -0,0 +1,75 @@
1
+ import React from 'react';
2
+ import { useIconThemed } from './use-icon-themed';
3
+ export default function DiscussionNotesIcon() {
4
+ var _useIconThemed = useIconThemed(),
5
+ iconThemed = _useIconThemed.iconThemed;
6
+ return /*#__PURE__*/React.createElement("svg", {
7
+ width: "40",
8
+ height: "41",
9
+ viewBox: "0 0 40 41",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_138_1334)"
14
+ }, /*#__PURE__*/React.createElement("rect", {
15
+ y: "0.259766",
16
+ width: "40",
17
+ height: "40",
18
+ rx: "3",
19
+ fill: iconThemed({
20
+ light: '#FFF',
21
+ dark: '#161A1D'
22
+ })
23
+ }), /*#__PURE__*/React.createElement("rect", {
24
+ y: "0.259766",
25
+ width: "40",
26
+ height: "40",
27
+ rx: "3",
28
+ fill: iconThemed({
29
+ light: '#FFF',
30
+ dark: '#161A1D'
31
+ })
32
+ }), /*#__PURE__*/React.createElement("rect", {
33
+ x: "0.5",
34
+ y: "0.759766",
35
+ width: "39",
36
+ height: "39",
37
+ rx: "2.5",
38
+ stroke: "var(--ds-border, #091E4224)",
39
+ strokeOpacity: "0.14"
40
+ })), /*#__PURE__*/React.createElement("path", {
41
+ fillRule: "evenodd",
42
+ clipRule: "evenodd",
43
+ d: "M7.5 6.25977H13.5C13.8978 6.25977 14.2794 6.4178 14.5607 6.69911C14.842 6.98041 15 7.36194 15 7.75977V16.7598C15 17.1576 14.842 17.5391 14.5607 17.8204C14.2794 18.1017 13.8978 18.2598 13.5 18.2598H7.5C7.10218 18.2598 6.72064 18.1017 6.43934 17.8204C6.15804 17.5391 6 17.1576 6 16.7598V7.75977C6 7.36194 6.15804 6.98041 6.43934 6.69911C6.72064 6.4178 7.10218 6.25977 7.5 6.25977ZM8.625 9.25977C8.52554 9.25977 8.43016 9.29927 8.35983 9.3696C8.28951 9.43993 8.25 9.53531 8.25 9.63477V10.3848C8.25 10.4842 8.28951 10.5796 8.35983 10.6499C8.43016 10.7203 8.52554 10.7598 8.625 10.7598H12.375C12.4745 10.7598 12.5698 10.7203 12.6402 10.6499C12.7105 10.5796 12.75 10.4842 12.75 10.3848V9.63477C12.75 9.53531 12.7105 9.43993 12.6402 9.3696C12.5698 9.29927 12.4745 9.25977 12.375 9.25977H8.625ZM8.625 12.2598C8.52554 12.2598 8.43016 12.2993 8.35983 12.3696C8.28951 12.4399 8.25 12.5353 8.25 12.6348V13.3848C8.25 13.4842 8.28951 13.5796 8.35983 13.6499C8.43016 13.7203 8.52554 13.7598 8.625 13.7598H10.875C10.9745 13.7598 11.0698 13.7203 11.1402 13.6499C11.2105 13.5796 11.25 13.4842 11.25 13.3848V12.6348C11.25 12.5353 11.2105 12.4399 11.1402 12.3696C11.0698 12.2993 10.9745 12.2598 10.875 12.2598H8.625Z",
44
+ fill: "var(--ds-background-accent-purple-bolder, #6E5DC6)"
45
+ }), /*#__PURE__*/React.createElement("rect", {
46
+ x: "6",
47
+ y: "22.2598",
48
+ width: "28",
49
+ height: "1",
50
+ rx: "0.5",
51
+ fill: "var(--ds-text-disabled, #A5ADBA)"
52
+ }), /*#__PURE__*/React.createElement("rect", {
53
+ x: "6",
54
+ y: "25.2598",
55
+ width: "28",
56
+ height: "1",
57
+ rx: "0.5",
58
+ fill: "var(--ds-text-disabled, #A5ADBA)"
59
+ }), /*#__PURE__*/React.createElement("rect", {
60
+ x: "6",
61
+ y: "28.2598",
62
+ width: "14",
63
+ height: "1",
64
+ rx: "0.5",
65
+ fill: "var(--ds-text-disabled, #A5ADBA)"
66
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
67
+ id: "clip0_138_1334"
68
+ }, /*#__PURE__*/React.createElement("rect", {
69
+ y: "0.259766",
70
+ width: "40",
71
+ height: "40",
72
+ rx: "3",
73
+ fill: "var(--ds-surface, #FFFFFF)"
74
+ }))));
75
+ }
@@ -0,0 +1,66 @@
1
+ import React from 'react';
2
+ import { useIconThemed } from './use-icon-themed';
3
+ export default function InstructionsOutlineIcon() {
4
+ var _useIconThemed = useIconThemed(),
5
+ iconThemed = _useIconThemed.iconThemed;
6
+ return /*#__PURE__*/React.createElement("svg", {
7
+ width: "40",
8
+ height: "41",
9
+ viewBox: "0 0 40 41",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_138_1254)"
14
+ }, /*#__PURE__*/React.createElement("rect", {
15
+ y: "0.259766",
16
+ width: "40",
17
+ height: "40",
18
+ rx: "3",
19
+ fill: iconThemed({
20
+ light: '#FFF',
21
+ dark: '#161A1D'
22
+ })
23
+ }), /*#__PURE__*/React.createElement("rect", {
24
+ x: "0.5",
25
+ y: "0.759766",
26
+ width: "39",
27
+ height: "39",
28
+ rx: "2.5",
29
+ stroke: "var(--ds-border, #091E42)",
30
+ strokeOpacity: "0.14"
31
+ })), /*#__PURE__*/React.createElement("path", {
32
+ fillRule: "evenodd",
33
+ clipRule: "evenodd",
34
+ d: "M12 18.2598C10.4087 18.2598 8.88258 17.6276 7.75736 16.5024C6.63214 15.3772 6 13.8511 6 12.2598C6 10.6685 6.63214 9.14234 7.75736 8.01713C8.88258 6.89191 10.4087 6.25977 12 6.25977C13.5913 6.25977 15.1174 6.89191 16.2426 8.01713C17.3679 9.14234 18 10.6685 18 12.2598C18 13.8511 17.3679 15.3772 16.2426 16.5024C15.1174 17.6276 13.5913 18.2598 12 18.2598ZM12 11.8848C11.8011 11.8848 11.6103 11.9638 11.4697 12.1044C11.329 12.2451 11.25 12.4359 11.25 12.6348V14.5098C11.25 14.7087 11.329 14.8994 11.4697 15.0401C11.6103 15.1807 11.8011 15.2598 12 15.2598C12.1989 15.2598 12.3897 15.1807 12.5303 15.0401C12.671 14.8994 12.75 14.7087 12.75 14.5098V12.6348C12.75 12.4359 12.671 12.2451 12.5303 12.1044C12.3897 11.9638 12.1989 11.8848 12 11.8848ZM12 11.041C12.2735 11.041 12.5358 10.9324 12.7292 10.739C12.9226 10.5456 13.0312 10.2833 13.0312 10.0098C13.0312 9.73626 12.9226 9.47396 12.7292 9.28056C12.5358 9.08716 12.2735 8.97852 12 8.97852C11.7265 8.97852 11.4642 9.08716 11.2708 9.28056C11.0774 9.47396 10.9688 9.73626 10.9688 10.0098C10.9688 10.2833 11.0774 10.5456 11.2708 10.739C11.4642 10.9324 11.7265 11.041 12 11.041Z",
35
+ fill: "#4D8CED"
36
+ }), /*#__PURE__*/React.createElement("rect", {
37
+ x: "6",
38
+ y: "22.2598",
39
+ width: "28",
40
+ height: "1",
41
+ rx: "0.5",
42
+ fill: "var(--ds-text-disabled, #A5ADBA)"
43
+ }), /*#__PURE__*/React.createElement("rect", {
44
+ x: "6",
45
+ y: "25.2598",
46
+ width: "28",
47
+ height: "1",
48
+ rx: "0.5",
49
+ fill: "var(--ds-text-disabled, #A5ADBA)"
50
+ }), /*#__PURE__*/React.createElement("rect", {
51
+ x: "6",
52
+ y: "28.2598",
53
+ width: "14",
54
+ height: "1",
55
+ rx: "0.5",
56
+ fill: "var(--ds-text-disabled, #A5ADBA)"
57
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
58
+ id: "clip0_138_1254"
59
+ }, /*#__PURE__*/React.createElement("rect", {
60
+ y: "0.259766",
61
+ width: "40",
62
+ height: "40",
63
+ rx: "3",
64
+ fill: "var(--ds-surface, #FFFFFF)"
65
+ }))));
66
+ }
@@ -0,0 +1,14 @@
1
+ import { useThemeObserver } from '@atlaskit/tokens';
2
+
3
+ // Copy of platform/packages/editor/editor-common/src/quick-insert/use-icon-themed.tsx
4
+ // As per warning in the original file, this hook may not be suitable to be exported
5
+ // and we want to avoid making experiment-only icons public (i.e. move to @atlaskit/editor-common/quick-insert)
6
+ export var useIconThemed = function useIconThemed() {
7
+ var _useThemeObserver = useThemeObserver(),
8
+ colorMode = _useThemeObserver.colorMode;
9
+ return {
10
+ iconThemed: function iconThemed(colors) {
11
+ return colorMode && colorMode === 'dark' ? colors['dark'] : colors['light'];
12
+ }
13
+ };
14
+ };
@@ -9,6 +9,7 @@ import { getWrappingOptions } from '@atlaskit/editor-common/utils';
9
9
  import { BLOCK_QUOTE, CODE_BLOCK, PANEL } from '@atlaskit/editor-plugin-block-type/consts';
10
10
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
11
11
  import SwitchIcon from './assets/switch';
12
+ import { templateOptions } from './ui/templateOptions';
12
13
  import ToolbarInsertBlock from './ui/ToolbarInsertBlock';
13
14
  import { transformationOptions } from './ui/transformOptions';
14
15
  var toolbarSizeToButtons = function toolbarSizeToButtons(toolbarSize) {
@@ -167,6 +168,18 @@ export var insertBlockPlugin = function insertBlockPlugin(_ref) {
167
168
  rank: -9
168
169
  };
169
170
  }
171
+ },
172
+ // This is temporarily added for element level templates experiment.
173
+ // This is not the most ideal plugin to add this to, but it is suitable for experiment purpose
174
+ // If we decide to ship the feature, we will consider a separate plugin if needed.
175
+ // Experiment one-pager: https://hello.atlassian.net/wiki/spaces/ETM/pages/3983684902/Experiment+Drive+element+usage+via+element+templates
176
+ quickInsert: function quickInsert() {
177
+ if (editorExperiment('element-level-templates', true, {
178
+ exposure: true
179
+ })) {
180
+ return templateOptions;
181
+ }
182
+ return [];
170
183
  }
171
184
  },
172
185
  usePluginHook: function usePluginHook() {
@@ -17,12 +17,12 @@ import EmojiIcon from '@atlaskit/icon/core/migration/emoji--editor-emoji';
17
17
  import GridIcon from '@atlaskit/icon/core/migration/grid--editor-table';
18
18
  import ImageIcon from '@atlaskit/icon/core/migration/image--editor-image';
19
19
  import InformationIcon from '@atlaskit/icon/core/migration/information--editor-info';
20
+ import LayoutTwoColumnsIcon from '@atlaskit/icon/core/migration/layout-two-columns--editor-layout-two-equal';
20
21
  import LinkIcon from '@atlaskit/icon/core/migration/link--editor-link';
21
22
  import MentionIcon from '@atlaskit/icon/core/migration/mention--editor-mention';
23
+ import HorizontalRuleIcon from '@atlaskit/icon/core/migration/minus--editor-horizontal-rule';
22
24
  import QuotationMarkIcon from '@atlaskit/icon/core/migration/quotation-mark--quote';
23
25
  import ShowMoreHorizontalIcon from '@atlaskit/icon/core/migration/show-more-horizontal--editor-more';
24
- import HorizontalRuleIcon from '@atlaskit/icon/glyph/editor/horizontal-rule';
25
- import LayoutTwoEqualIcon from '@atlaskit/icon/glyph/editor/layout-two-equal';
26
26
  import PlaceholderTextIcon from '@atlaskit/icon/glyph/media-services/text';
27
27
  import StatusIcon from '@atlaskit/icon/glyph/status';
28
28
  import ChevronDownIcon from '@atlaskit/icon/utility/migration/chevron-down';
@@ -151,7 +151,7 @@ export var layout = mem(function (init) {
151
151
  tooltipDescription: init.tooltipDescription,
152
152
  disabled: init.disabled,
153
153
  name: 'layout',
154
- Icon: LayoutTwoEqualIcon
154
+ Icon: LayoutTwoColumnsIcon
155
155
  });
156
156
  });
157
157
  export var codeblock = mem(function (init) {
@@ -0,0 +1,63 @@
1
+ import React from 'react';
2
+ import ActionListIcon from '../assets/action-list';
3
+ import ApprovalsTrackerIcon from '../assets/approvals-tracker';
4
+ import DecisionMatrixIcon from '../assets/decision-matrix';
5
+ import DiscussionNotesIcon from '../assets/discussion-notes';
6
+ import InstructionsOutlineIcon from '../assets/instructions-outline';
7
+ export var templateOptions = [{
8
+ title: 'Discussion notes',
9
+ description: 'Record discussion points and action items',
10
+ keywords: ['decisions', 'summary', 'meeting', 'chat', 'debrief', 'track', 'keep track', 'tasks', 'outstanding items', 'owners'],
11
+ // Place templates right after AI item
12
+ priority: 99,
13
+ icon: function icon() {
14
+ return /*#__PURE__*/React.createElement(DiscussionNotesIcon, null);
15
+ },
16
+ action: function action() {
17
+ return false;
18
+ }
19
+ }, {
20
+ title: 'Approvals tracker',
21
+ description: 'Track reviewer approvals and dates',
22
+ keywords: ['reviews', 'requests', 'rejected requests', 'review dates', 'timeline', 'checklist', 'sme timeline', 'sme requests', 'sme check', 'table'],
23
+ priority: 99,
24
+ icon: function icon() {
25
+ return /*#__PURE__*/React.createElement(ApprovalsTrackerIcon, null);
26
+ },
27
+ action: function action() {
28
+ return false;
29
+ }
30
+ }, {
31
+ title: 'Decision matrix',
32
+ description: 'Compare options and make recommendations',
33
+ keywords: ['pros', 'cons', 'recommended', 'rationale', 'evaluation', 'options', 'choice', 'table'],
34
+ priority: 99,
35
+ icon: function icon() {
36
+ return /*#__PURE__*/React.createElement(DecisionMatrixIcon, null);
37
+ },
38
+ action: function action() {
39
+ return false;
40
+ }
41
+ }, {
42
+ title: 'List of actions',
43
+ description: 'Track tasks, assignees and deadlines',
44
+ keywords: ['checklist', 'check', 'items', 'shopping list', 'jtbd', 'jobs to be done', 'due date', 'progress', 'task', 'tasks', 'prioritization', 'timeline', 'approvals', 'reviewers', 'review date'],
45
+ priority: 99,
46
+ icon: function icon() {
47
+ return /*#__PURE__*/React.createElement(ActionListIcon, null);
48
+ },
49
+ action: function action() {
50
+ return false;
51
+ }
52
+ }, {
53
+ title: 'Instructions outline',
54
+ description: 'Detailed steps for any process',
55
+ keywords: ['steps', 'manual', 'tasks', 'jobs to be done', 'jtbd', 'how-to', 'guide', 'journey', 'checklist', 'tutorial', 'map', 'brochure', 'columns', 'layout', 'help'],
56
+ priority: 99,
57
+ icon: function icon() {
58
+ return /*#__PURE__*/React.createElement(InstructionsOutlineIcon, null);
59
+ },
60
+ action: function action() {
61
+ return false;
62
+ }
63
+ }];
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function ActionListIcon(): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function ApprovalsTrackerIcon(): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function DecisionMatrixIcon(): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function DiscussionNotesIcon(): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function InstructionsOutlineIcon(): JSX.Element;
@@ -0,0 +1,6 @@
1
+ export declare const useIconThemed: () => {
2
+ iconThemed: (colors: {
3
+ light: string;
4
+ dark: string;
5
+ }) => string;
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { QuickInsertItem } from '@atlaskit/editor-common/provider-factory';
2
+ export declare const templateOptions: QuickInsertItem[];
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function ActionListIcon(): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function ApprovalsTrackerIcon(): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function DecisionMatrixIcon(): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function DiscussionNotesIcon(): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function InstructionsOutlineIcon(): JSX.Element;
@@ -0,0 +1,6 @@
1
+ export declare const useIconThemed: () => {
2
+ iconThemed: (colors: {
3
+ light: string;
4
+ dark: string;
5
+ }) => string;
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { QuickInsertItem } from '@atlaskit/editor-common/provider-factory';
2
+ export declare const templateOptions: QuickInsertItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,20 +33,20 @@
33
33
  ".": "./src/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/editor-common": "^88.1.0",
36
+ "@atlaskit/editor-common": "^88.5.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^1.8.0",
38
38
  "@atlaskit/editor-plugin-block-type": "^3.14.0",
39
39
  "@atlaskit/editor-plugin-code-block": "^3.3.0",
40
40
  "@atlaskit/editor-plugin-date": "^2.3.0",
41
- "@atlaskit/editor-plugin-emoji": "^2.3.0",
42
- "@atlaskit/editor-plugin-expand": "^2.5.0",
41
+ "@atlaskit/editor-plugin-emoji": "^2.4.0",
42
+ "@atlaskit/editor-plugin-expand": "^2.6.0",
43
43
  "@atlaskit/editor-plugin-extension": "^1.14.0",
44
44
  "@atlaskit/editor-plugin-feature-flags": "^1.2.0",
45
45
  "@atlaskit/editor-plugin-hyperlink": "^2.9.0",
46
46
  "@atlaskit/editor-plugin-image-upload": "^1.2.0",
47
47
  "@atlaskit/editor-plugin-layout": "^1.7.0",
48
48
  "@atlaskit/editor-plugin-media": "^1.29.0",
49
- "@atlaskit/editor-plugin-mentions": "^2.4.0",
49
+ "@atlaskit/editor-plugin-mentions": "^2.5.0",
50
50
  "@atlaskit/editor-plugin-panel": "^2.3.0",
51
51
  "@atlaskit/editor-plugin-placeholder-text": "^1.7.0",
52
52
  "@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
@@ -59,10 +59,10 @@
59
59
  "@atlaskit/editor-prosemirror": "5.0.1",
60
60
  "@atlaskit/editor-shared-styles": "^2.13.0",
61
61
  "@atlaskit/emoji": "^67.7.0",
62
- "@atlaskit/icon": "^22.14.0",
62
+ "@atlaskit/icon": "^22.15.0",
63
63
  "@atlaskit/primitives": "^12.0.0",
64
64
  "@atlaskit/theme": "^13.0.0",
65
- "@atlaskit/tmp-editor-statsig": "^1.2.0",
65
+ "@atlaskit/tmp-editor-statsig": "^1.4.0",
66
66
  "@atlaskit/tokens": "^1.59.0",
67
67
  "@babel/runtime": "^7.0.0",
68
68
  "@emotion/react": "^11.7.1",