@atlaskit/editor-common 86.6.0 → 86.7.1

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 (112) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/afm-post-office/tsconfig.json +153 -0
  3. package/dist/cjs/analytics/types/link-events.js +5 -0
  4. package/dist/cjs/icons/shared/table.js +2 -1
  5. package/dist/cjs/link/LinkPicker/EditorLinkPicker/index.js +2 -2
  6. package/dist/cjs/monitoring/error.js +1 -1
  7. package/dist/cjs/quick-insert/assets/action.js +2 -1
  8. package/dist/cjs/quick-insert/assets/code.js +2 -1
  9. package/dist/cjs/quick-insert/assets/date.js +2 -1
  10. package/dist/cjs/quick-insert/assets/decision.js +2 -1
  11. package/dist/cjs/quick-insert/assets/divider.js +2 -1
  12. package/dist/cjs/quick-insert/assets/emoji.js +2 -1
  13. package/dist/cjs/quick-insert/assets/expand.js +2 -1
  14. package/dist/cjs/quick-insert/assets/fallback.js +2 -1
  15. package/dist/cjs/quick-insert/assets/feedback.js +2 -1
  16. package/dist/cjs/quick-insert/assets/heading1.js +2 -1
  17. package/dist/cjs/quick-insert/assets/heading2.js +2 -1
  18. package/dist/cjs/quick-insert/assets/heading3.js +2 -1
  19. package/dist/cjs/quick-insert/assets/heading4.js +2 -1
  20. package/dist/cjs/quick-insert/assets/heading5.js +2 -1
  21. package/dist/cjs/quick-insert/assets/heading6.js +2 -1
  22. package/dist/cjs/quick-insert/assets/images.js +2 -1
  23. package/dist/cjs/quick-insert/assets/layout.js +2 -1
  24. package/dist/cjs/quick-insert/assets/link.js +2 -1
  25. package/dist/cjs/quick-insert/assets/list-number.js +2 -1
  26. package/dist/cjs/quick-insert/assets/list.js +2 -1
  27. package/dist/cjs/quick-insert/assets/mention.js +2 -1
  28. package/dist/cjs/quick-insert/assets/panel-error.js +2 -1
  29. package/dist/cjs/quick-insert/assets/panel-note.js +2 -1
  30. package/dist/cjs/quick-insert/assets/panel-success.js +2 -1
  31. package/dist/cjs/quick-insert/assets/panel-warning.js +2 -1
  32. package/dist/cjs/quick-insert/assets/panel.js +2 -1
  33. package/dist/cjs/quick-insert/assets/quote.js +2 -1
  34. package/dist/cjs/quick-insert/assets/status.js +2 -1
  35. package/dist/cjs/ui/DropList/index.js +1 -1
  36. package/dist/es2019/analytics/types/link-events.js +1 -0
  37. package/dist/es2019/icons/shared/table.js +2 -1
  38. package/dist/es2019/link/LinkPicker/EditorLinkPicker/index.js +2 -2
  39. package/dist/es2019/monitoring/error.js +1 -1
  40. package/dist/es2019/quick-insert/assets/action.js +2 -1
  41. package/dist/es2019/quick-insert/assets/code.js +2 -1
  42. package/dist/es2019/quick-insert/assets/date.js +2 -1
  43. package/dist/es2019/quick-insert/assets/decision.js +2 -1
  44. package/dist/es2019/quick-insert/assets/divider.js +2 -1
  45. package/dist/es2019/quick-insert/assets/emoji.js +2 -1
  46. package/dist/es2019/quick-insert/assets/expand.js +2 -1
  47. package/dist/es2019/quick-insert/assets/fallback.js +2 -1
  48. package/dist/es2019/quick-insert/assets/feedback.js +2 -1
  49. package/dist/es2019/quick-insert/assets/heading1.js +2 -1
  50. package/dist/es2019/quick-insert/assets/heading2.js +2 -1
  51. package/dist/es2019/quick-insert/assets/heading3.js +2 -1
  52. package/dist/es2019/quick-insert/assets/heading4.js +2 -1
  53. package/dist/es2019/quick-insert/assets/heading5.js +2 -1
  54. package/dist/es2019/quick-insert/assets/heading6.js +2 -1
  55. package/dist/es2019/quick-insert/assets/images.js +2 -1
  56. package/dist/es2019/quick-insert/assets/layout.js +2 -1
  57. package/dist/es2019/quick-insert/assets/link.js +2 -1
  58. package/dist/es2019/quick-insert/assets/list-number.js +2 -1
  59. package/dist/es2019/quick-insert/assets/list.js +2 -1
  60. package/dist/es2019/quick-insert/assets/mention.js +2 -1
  61. package/dist/es2019/quick-insert/assets/panel-error.js +2 -1
  62. package/dist/es2019/quick-insert/assets/panel-note.js +2 -1
  63. package/dist/es2019/quick-insert/assets/panel-success.js +2 -1
  64. package/dist/es2019/quick-insert/assets/panel-warning.js +2 -1
  65. package/dist/es2019/quick-insert/assets/panel.js +2 -1
  66. package/dist/es2019/quick-insert/assets/quote.js +2 -1
  67. package/dist/es2019/quick-insert/assets/status.js +2 -1
  68. package/dist/es2019/ui/DropList/index.js +1 -1
  69. package/dist/esm/analytics/types/link-events.js +1 -0
  70. package/dist/esm/icons/shared/table.js +2 -1
  71. package/dist/esm/link/LinkPicker/EditorLinkPicker/index.js +2 -2
  72. package/dist/esm/monitoring/error.js +1 -1
  73. package/dist/esm/quick-insert/assets/action.js +2 -1
  74. package/dist/esm/quick-insert/assets/code.js +2 -1
  75. package/dist/esm/quick-insert/assets/date.js +2 -1
  76. package/dist/esm/quick-insert/assets/decision.js +2 -1
  77. package/dist/esm/quick-insert/assets/divider.js +2 -1
  78. package/dist/esm/quick-insert/assets/emoji.js +2 -1
  79. package/dist/esm/quick-insert/assets/expand.js +2 -1
  80. package/dist/esm/quick-insert/assets/fallback.js +2 -1
  81. package/dist/esm/quick-insert/assets/feedback.js +2 -1
  82. package/dist/esm/quick-insert/assets/heading1.js +2 -1
  83. package/dist/esm/quick-insert/assets/heading2.js +2 -1
  84. package/dist/esm/quick-insert/assets/heading3.js +2 -1
  85. package/dist/esm/quick-insert/assets/heading4.js +2 -1
  86. package/dist/esm/quick-insert/assets/heading5.js +2 -1
  87. package/dist/esm/quick-insert/assets/heading6.js +2 -1
  88. package/dist/esm/quick-insert/assets/images.js +2 -1
  89. package/dist/esm/quick-insert/assets/layout.js +2 -1
  90. package/dist/esm/quick-insert/assets/link.js +2 -1
  91. package/dist/esm/quick-insert/assets/list-number.js +2 -1
  92. package/dist/esm/quick-insert/assets/list.js +2 -1
  93. package/dist/esm/quick-insert/assets/mention.js +2 -1
  94. package/dist/esm/quick-insert/assets/panel-error.js +2 -1
  95. package/dist/esm/quick-insert/assets/panel-note.js +2 -1
  96. package/dist/esm/quick-insert/assets/panel-success.js +2 -1
  97. package/dist/esm/quick-insert/assets/panel-warning.js +2 -1
  98. package/dist/esm/quick-insert/assets/panel.js +2 -1
  99. package/dist/esm/quick-insert/assets/quote.js +2 -1
  100. package/dist/esm/quick-insert/assets/status.js +2 -1
  101. package/dist/esm/ui/DropList/index.js +1 -1
  102. package/dist/types/analytics/types/events.d.ts +2 -1
  103. package/dist/types/analytics/types/link-events.d.ts +7 -0
  104. package/dist/types/link/LinkPicker/EditorLinkPicker/index.d.ts +3 -3
  105. package/dist/types/types/feature-flags.d.ts +9 -0
  106. package/dist/types/types/hyperlink.d.ts +7 -0
  107. package/dist/types-ts4.5/analytics/types/events.d.ts +2 -1
  108. package/dist/types-ts4.5/analytics/types/link-events.d.ts +7 -0
  109. package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/index.d.ts +3 -3
  110. package/dist/types-ts4.5/types/feature-flags.d.ts +9 -0
  111. package/dist/types-ts4.5/types/hyperlink.d.ts +7 -0
  112. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 86.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#124114](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124114)
8
+ [`0add97fe66134`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0add97fe66134) -
9
+ Adopt lazy link picker entrypoint.
10
+ - Updated dependencies
11
+
12
+ ## 86.7.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#121606](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/121606)
17
+ [`fb55435295b55`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb55435295b55) -
18
+ Add on click callback to hyperlink plugin for live page
19
+ - [#122895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122895)
20
+ [`a2c733eaa3214`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a2c733eaa3214) -
21
+ [ED-24348]
22
+
23
+ - Add feature flag `moreElementsInQuickInsertView` for experiment
24
+ `platform_editor_more_elements_in_quick_insert_view`
25
+ - Update quick insert icons to have viewBox attributes to allow scale
26
+
27
+ - [#122895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122895)
28
+ [`49b8c7658f3b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49b8c7658f3b5) -
29
+ [ED-24173] bump @atlaskit/adf-schema to 40.3.0 and @atlassian/adf-schema-json to 1.18.0
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+
3
35
  ## 86.6.0
4
36
 
5
37
  ### Minor Changes
@@ -0,0 +1,153 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.post-office.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__editor-common/app",
7
+ "composite": true,
8
+ "rootDir": "../"
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../activity-provider/afm-post-office/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../adf-utils/afm-post-office/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../analytics/analytics-listeners/afm-post-office/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../analytics/analytics-namespaced-context/afm-post-office/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../uip/atlassian-context/afm-post-office/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../design-system/button/afm-post-office/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/code/afm-post-office/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../custom-steps/afm-post-office/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../design-system/dropdown-menu/afm-post-office/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../editor-json-transformer/afm-post-office/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../editor-palette/afm-post-office/tsconfig.json"
55
+ },
56
+ {
57
+ "path": "../../editor-shared-styles/afm-post-office/tsconfig.json"
58
+ },
59
+ {
60
+ "path": "../../editor-tables/afm-post-office/tsconfig.json"
61
+ },
62
+ {
63
+ "path": "../../../elements/emoji/afm-post-office/tsconfig.json"
64
+ },
65
+ {
66
+ "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
67
+ },
68
+ {
69
+ "path": "../../../design-system/icon-object/afm-post-office/tsconfig.json"
70
+ },
71
+ {
72
+ "path": "../../../linking-platform/link-datasource/afm-post-office/tsconfig.json"
73
+ },
74
+ {
75
+ "path": "../../../linking-platform/link-picker/afm-post-office/tsconfig.json"
76
+ },
77
+ {
78
+ "path": "../../../media/media-card/afm-post-office/tsconfig.json"
79
+ },
80
+ {
81
+ "path": "../../../media/media-client/afm-post-office/tsconfig.json"
82
+ },
83
+ {
84
+ "path": "../../../media/media-client-react/afm-post-office/tsconfig.json"
85
+ },
86
+ {
87
+ "path": "../../../media/media-common/afm-post-office/tsconfig.json"
88
+ },
89
+ {
90
+ "path": "../../../media/media-file-preview/afm-post-office/tsconfig.json"
91
+ },
92
+ {
93
+ "path": "../../../media/media-picker/afm-post-office/tsconfig.json"
94
+ },
95
+ {
96
+ "path": "../../../media/media-ui/afm-post-office/tsconfig.json"
97
+ },
98
+ {
99
+ "path": "../../../media/media-viewer/afm-post-office/tsconfig.json"
100
+ },
101
+ {
102
+ "path": "../../../elements/mention/afm-post-office/tsconfig.json"
103
+ },
104
+ {
105
+ "path": "../../../design-system/menu/afm-post-office/tsconfig.json"
106
+ },
107
+ {
108
+ "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
109
+ },
110
+ {
111
+ "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
112
+ },
113
+ {
114
+ "path": "../../../people-and-teams/profilecard/afm-post-office/tsconfig.json"
115
+ },
116
+ {
117
+ "path": "../../../design-system/section-message/afm-post-office/tsconfig.json"
118
+ },
119
+ {
120
+ "path": "../../../linking-platform/smart-card/afm-post-office/tsconfig.json"
121
+ },
122
+ {
123
+ "path": "../../../smart-experiences/smart-user-picker/afm-post-office/tsconfig.json"
124
+ },
125
+ {
126
+ "path": "../../../design-system/spinner/afm-post-office/tsconfig.json"
127
+ },
128
+ {
129
+ "path": "../../../elements/task-decision/afm-post-office/tsconfig.json"
130
+ },
131
+ {
132
+ "path": "../../../design-system/textfield/afm-post-office/tsconfig.json"
133
+ },
134
+ {
135
+ "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
136
+ },
137
+ {
138
+ "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
139
+ },
140
+ {
141
+ "path": "../../../design-system/tooltip/afm-post-office/tsconfig.json"
142
+ },
143
+ {
144
+ "path": "../../../data/ufo-external/afm-post-office/tsconfig.json"
145
+ },
146
+ {
147
+ "path": "../../../design-system/width-detector/afm-post-office/tsconfig.json"
148
+ },
149
+ {
150
+ "path": "../../../media/media-core/afm-post-office/tsconfig.json"
151
+ }
152
+ ]
153
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -24,7 +24,8 @@ function IconTable() {
24
24
  focusable: "false",
25
25
  "aria-hidden": true,
26
26
  width: 40,
27
- height: 40
27
+ height: 40,
28
+ viewBox: "0 0 40 40"
28
29
  }, /*#__PURE__*/_react.default.createElement("g", {
29
30
  fill: "none",
30
31
  fillRule: "evenodd"
@@ -10,7 +10,7 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
10
10
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
11
  var _react = _interopRequireWildcard(require("react"));
12
12
  var _analyticsNext = require("@atlaskit/analytics-next");
13
- var _linkPicker = require("@atlaskit/link-picker");
13
+ var _lazy = require("@atlaskit/link-picker/lazy");
14
14
  var _utils = require("../../../utils");
15
15
  var _useEscapeClickaway = require("./useEscapeClickaway");
16
16
  var _excluded = ["view", "onCancel", "invokeMethod", "editorAppearance", "onClose", "onEscapeCallback", "onClickAwayCallback"];
@@ -79,7 +79,7 @@ var EditorLinkPicker = exports.EditorLinkPicker = function EditorLinkPicker(_ref
79
79
  ref: ref
80
80
  }, /*#__PURE__*/_react.default.createElement(_analyticsNext.AnalyticsContext, {
81
81
  data: analyticsData
82
- }, /*#__PURE__*/_react.default.createElement(_linkPicker.LinkPicker, (0, _extends2.default)({}, restProps, {
82
+ }, /*#__PURE__*/_react.default.createElement(_lazy.LazyLinkPicker, (0, _extends2.default)({}, restProps, {
83
83
  onCancel: onEscape
84
84
  }))));
85
85
  };
@@ -17,7 +17,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
17
17
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
19
19
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
20
- var packageVersion = "86.6.0";
20
+ var packageVersion = "86.7.1";
21
21
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
22
22
  // Remove URL as it has UGC
23
23
  // TODO: Sanitise the URL instead of just removing it
@@ -14,7 +14,8 @@ function IconAction() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -15,7 +15,8 @@ function IconCode() {
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
17
  height: 40,
18
- fillRule: "evenodd"
18
+ fillRule: "evenodd",
19
+ viewBox: "0 0 40 40"
19
20
  }, /*#__PURE__*/_react.default.createElement("path", {
20
21
  fill: iconThemed({
21
22
  light: '#fff',
@@ -16,7 +16,8 @@ function IconDate() {
16
16
  focusable: "false",
17
17
  "aria-hidden": true,
18
18
  width: 40,
19
- height: 40
19
+ height: 40,
20
+ viewBox: "0 0 40 40"
20
21
  }, /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
21
22
  x1: "100.699%",
22
23
  y1: "50%",
@@ -14,7 +14,8 @@ function IconDecision() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconDivider() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconEmoji() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconExpand() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -16,7 +16,8 @@ function IconFallback() {
16
16
  focusable: "false",
17
17
  "aria-hidden": true,
18
18
  width: 40,
19
- height: 40
19
+ height: 40,
20
+ viewBox: "0 0 40 40"
20
21
  }, /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
21
22
  x1: "-26.046%",
22
23
  y1: "100%",
@@ -14,7 +14,8 @@ function IconFeedback() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
19
20
  x1: "46.01%",
20
21
  y1: "100%",
@@ -14,7 +14,8 @@ function IconHeading1() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconHeading2() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconHeading3() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconHeading4() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconHeading5() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconHeading6() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconImages() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("defs", null), /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconLayout() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconLink() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -20,7 +20,8 @@ function IconListOrdered() {
20
20
  focusable: "false",
21
21
  "aria-hidden": true,
22
22
  width: 40,
23
- height: 40
23
+ height: 40,
24
+ viewBox: "0 0 40 40"
24
25
  }, /*#__PURE__*/_react.default.createElement("g", {
25
26
  fill: "none",
26
27
  fillRule: "evenodd"
@@ -22,7 +22,8 @@ function IconList() {
22
22
  focusable: "false",
23
23
  "aria-hidden": true,
24
24
  width: 40,
25
- height: 40
25
+ height: 40,
26
+ viewBox: "0 0 40 40"
26
27
  }, /*#__PURE__*/_react.default.createElement("g", {
27
28
  fill: "none",
28
29
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconMention() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconPanelError() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconPanelNote() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconPanelSuccess() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconPanelWarning() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconPanel() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -17,7 +17,8 @@ function IconQuote() {
17
17
  focusable: "false",
18
18
  "aria-hidden": true,
19
19
  width: 40,
20
- height: 40
20
+ height: 40,
21
+ viewBox: "0 0 40 40"
21
22
  }, /*#__PURE__*/_react.default.createElement("g", {
22
23
  fill: "none",
23
24
  fillRule: "evenodd"
@@ -14,7 +14,8 @@ function IconStatus() {
14
14
  focusable: "false",
15
15
  "aria-hidden": true,
16
16
  width: 40,
17
- height: 40
17
+ height: 40,
18
+ viewBox: "0 0 40 40"
18
19
  }, /*#__PURE__*/_react.default.createElement("g", {
19
20
  fill: "none",
20
21
  fillRule: "evenodd"
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
23
23
  * @jsx jsx
24
24
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
25
  var packageName = "@atlaskit/editor-common";
26
- var packageVersion = "86.6.0";
26
+ var packageVersion = "86.7.1";
27
27
  var halfFocusRing = 1;
28
28
  var dropOffset = '0, 8';
29
29
  var DropList = /*#__PURE__*/function (_Component) {
@@ -0,0 +1 @@
1
+ export {};
@@ -17,7 +17,8 @@ export default function IconTable() {
17
17
  focusable: "false",
18
18
  "aria-hidden": true,
19
19
  width: 40,
20
- height: 40
20
+ height: 40,
21
+ viewBox: "0 0 40 40"
21
22
  }, /*#__PURE__*/React.createElement("g", {
22
23
  fill: "none",
23
24
  fillRule: "evenodd"
@@ -1,7 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import React, { useCallback, useEffect, useMemo, useRef } from 'react';
3
3
  import { AnalyticsContext } from '@atlaskit/analytics-next';
4
- import { LinkPicker } from '@atlaskit/link-picker';
4
+ import { LazyLinkPicker } from '@atlaskit/link-picker/lazy';
5
5
  import { getAnalyticsEditorAppearance } from '../../../utils';
6
6
  import { useEscapeClickaway } from './useEscapeClickaway';
7
7
 
@@ -68,7 +68,7 @@ export const EditorLinkPicker = ({
68
68
  ref: ref
69
69
  }, /*#__PURE__*/React.createElement(AnalyticsContext, {
70
70
  data: analyticsData
71
- }, /*#__PURE__*/React.createElement(LinkPicker, _extends({}, restProps, {
71
+ }, /*#__PURE__*/React.createElement(LazyLinkPicker, _extends({}, restProps, {
72
72
  onCancel: onEscape
73
73
  }))));
74
74
  };
@@ -1,7 +1,7 @@
1
1
  import { isFedRamp } from './environment';
2
2
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
3
3
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
4
- const packageVersion = "86.6.0";
4
+ const packageVersion = "86.7.1";
5
5
  const sanitiseSentryEvents = (data, _hint) => {
6
6
  // Remove URL as it has UGC
7
7
  // TODO: Sanitise the URL instead of just removing it
@@ -8,7 +8,8 @@ export default function IconAction() {
8
8
  focusable: "false",
9
9
  "aria-hidden": true,
10
10
  width: 40,
11
- height: 40
11
+ height: 40,
12
+ viewBox: "0 0 40 40"
12
13
  }, /*#__PURE__*/React.createElement("g", {
13
14
  fill: "none",
14
15
  fillRule: "evenodd"
@@ -9,7 +9,8 @@ export default function IconCode() {
9
9
  "aria-hidden": true,
10
10
  width: 40,
11
11
  height: 40,
12
- fillRule: "evenodd"
12
+ fillRule: "evenodd",
13
+ viewBox: "0 0 40 40"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  fill: iconThemed({
15
16
  light: '#fff',
@@ -9,7 +9,8 @@ export default function IconDate() {
9
9
  focusable: "false",
10
10
  "aria-hidden": true,
11
11
  width: 40,
12
- height: 40
12
+ height: 40,
13
+ viewBox: "0 0 40 40"
13
14
  }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
14
15
  x1: "100.699%",
15
16
  y1: "50%",
@@ -8,7 +8,8 @@ export default function IconDecision() {
8
8
  focusable: "false",
9
9
  "aria-hidden": true,
10
10
  width: 40,
11
- height: 40
11
+ height: 40,
12
+ viewBox: "0 0 40 40"
12
13
  }, /*#__PURE__*/React.createElement("g", {
13
14
  fill: "none",
14
15
  fillRule: "evenodd"