@atlaskit/editor-common 116.25.0 → 116.25.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 116.25.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a421f8d9ac2be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a421f8d9ac2be) -
8
+ Revert rovo_chat_enable_skills_ui_m1 cleanup in editor packages to fix slash menu priority
9
+
10
+ ## 116.25.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 116.25.0
4
17
 
5
18
  ### Minor Changes
@@ -28,7 +28,7 @@ function buildMenuItem(manifest, extensionModule) {
28
28
  description: extensionModule.description || manifest.description,
29
29
  summary: manifest.summary,
30
30
  documentationUrl: manifest.documentationUrl
31
- }, (0, _platformFeatureFlags.fg)('cc_fd_wb_create_priority_in_slash_menu_enabled') && {
31
+ }, ((0, _platformFeatureFlags.fg)('cc_fd_wb_create_priority_in_slash_menu_enabled') || (0, _platformFeatureFlags.fg)('rovo_chat_enable_skills_ui_m1')) && {
32
32
  priority: extensionModule.priority
33
33
  }), extensionModule.lozenge != null && {
34
34
  lozenge: extensionModule.lozenge
@@ -28,7 +28,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
28
28
  var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
29
29
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
30
30
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
31
- var packageVersion = "116.24.5";
31
+ var packageVersion = "116.25.1";
32
32
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
33
33
  // Remove URL as it has UGC
34
34
  // Ignored via go/ees007
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
24
24
  * @jsx jsx
25
25
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "116.24.5";
27
+ var packageVersion = "116.25.1";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -18,7 +18,7 @@ export function buildMenuItem(manifest, extensionModule) {
18
18
  description: extensionModule.description || manifest.description,
19
19
  summary: manifest.summary,
20
20
  documentationUrl: manifest.documentationUrl,
21
- ...(fg('cc_fd_wb_create_priority_in_slash_menu_enabled') && {
21
+ ...((fg('cc_fd_wb_create_priority_in_slash_menu_enabled') || fg('rovo_chat_enable_skills_ui_m1')) && {
22
22
  priority: extensionModule.priority
23
23
  }),
24
24
  ...(extensionModule.lozenge != null && {
@@ -14,7 +14,7 @@ const NETWORK_FAILURE_REGEX = /^network failure/i;
14
14
  const RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
15
15
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
16
16
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
17
- const packageVersion = "116.24.5";
17
+ const packageVersion = "116.25.1";
18
18
  const sanitiseSentryEvents = (data, _hint) => {
19
19
  // Remove URL as it has UGC
20
20
  // Ignored via go/ees007
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
14
14
  import { fg } from '@atlaskit/platform-feature-flags';
15
15
  import Layer from '../Layer';
16
16
  const packageName = "@atlaskit/editor-common";
17
- const packageVersion = "116.24.5";
17
+ const packageVersion = "116.25.1";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -21,7 +21,7 @@ export function buildMenuItem(manifest, extensionModule) {
21
21
  description: extensionModule.description || manifest.description,
22
22
  summary: manifest.summary,
23
23
  documentationUrl: manifest.documentationUrl
24
- }, fg('cc_fd_wb_create_priority_in_slash_menu_enabled') && {
24
+ }, (fg('cc_fd_wb_create_priority_in_slash_menu_enabled') || fg('rovo_chat_enable_skills_ui_m1')) && {
25
25
  priority: extensionModule.priority
26
26
  }), extensionModule.lozenge != null && {
27
27
  lozenge: extensionModule.lozenge
@@ -20,7 +20,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
20
20
  var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
21
21
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
22
22
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
23
- var packageVersion = "116.24.5";
23
+ var packageVersion = "116.25.1";
24
24
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
25
25
  // Remove URL as it has UGC
26
26
  // Ignored via go/ees007
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
21
21
  import { fg } from '@atlaskit/platform-feature-flags';
22
22
  import Layer from '../Layer';
23
23
  var packageName = "@atlaskit/editor-common";
24
- var packageVersion = "116.24.5";
24
+ var packageVersion = "116.25.1";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "116.25.0",
3
+ "version": "116.25.2",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -47,10 +47,10 @@
47
47
  "@atlaskit/editor-prosemirror": "^8.0.0",
48
48
  "@atlaskit/editor-shared-styles": "^4.0.0",
49
49
  "@atlaskit/editor-tables": "^3.0.0",
50
- "@atlaskit/editor-toolbar": "^2.1.0",
50
+ "@atlaskit/editor-toolbar": "^2.2.0",
51
51
  "@atlaskit/editor-toolbar-model": "^1.1.0",
52
52
  "@atlaskit/emoji": "^71.8.0",
53
- "@atlaskit/icon": "^36.2.0",
53
+ "@atlaskit/icon": "^37.0.0",
54
54
  "@atlaskit/link": "^4.1.0",
55
55
  "@atlaskit/link-datasource": "^6.1.0",
56
56
  "@atlaskit/link-picker": "^6.2.0",
@@ -60,28 +60,28 @@
60
60
  "@atlaskit/media-common": "^14.3.0",
61
61
  "@atlaskit/media-file-preview": "^1.1.0",
62
62
  "@atlaskit/media-picker": "^72.1.0",
63
- "@atlaskit/media-ui": "^30.6.0",
63
+ "@atlaskit/media-ui": "^30.7.0",
64
64
  "@atlaskit/media-viewer": "^54.5.0",
65
65
  "@atlaskit/mention": "^27.5.0",
66
- "@atlaskit/menu": "^9.1.0",
66
+ "@atlaskit/menu": "^9.2.0",
67
67
  "@atlaskit/object": "^2.2.0",
68
68
  "@atlaskit/onboarding": "^15.1.0",
69
69
  "@atlaskit/platform-feature-flags": "^2.0.0",
70
70
  "@atlaskit/platform-feature-flags-react": "^1.1.0",
71
- "@atlaskit/primitives": "^20.5.0",
72
- "@atlaskit/profilecard": "^26.8.0",
71
+ "@atlaskit/primitives": "^20.6.0",
72
+ "@atlaskit/profilecard": "^26.9.0",
73
73
  "@atlaskit/prosemirror-history": "^1.0.0",
74
74
  "@atlaskit/react-compiler-gating": "^0.2.0",
75
75
  "@atlaskit/react-ufo": "^7.3.0",
76
76
  "@atlaskit/section-message": "^9.2.0",
77
- "@atlaskit/smart-card": "^45.8.0",
77
+ "@atlaskit/smart-card": "^45.9.0",
78
78
  "@atlaskit/smart-user-picker": "^11.0.0",
79
79
  "@atlaskit/spinner": "^20.1.0",
80
80
  "@atlaskit/task-decision": "^21.4.0",
81
81
  "@atlaskit/teams-app-config": "^2.1.0",
82
82
  "@atlaskit/textfield": "^9.1.0",
83
83
  "@atlaskit/tmp-editor-statsig": "^124.1.0",
84
- "@atlaskit/tokens": "^15.5.0",
84
+ "@atlaskit/tokens": "^15.6.0",
85
85
  "@atlaskit/tooltip": "^23.1.0",
86
86
  "@atlaskit/width-detector": "^6.2.0",
87
87
  "@babel/runtime": "^7.0.0",
@@ -122,7 +122,7 @@
122
122
  "devDependencies": {
123
123
  "@atlaskit/media-core": "^38.0.0",
124
124
  "@atlassian/a11y-jest-testing": "^0.13.0",
125
- "@atlassian/feature-flags-test-utils": "^1.1.0",
125
+ "@atlassian/feature-flags-test-utils": "^1.2.0",
126
126
  "@atlassian/testing-library": "^0.11.0",
127
127
  "@testing-library/dom": "^10.1.0",
128
128
  "@testing-library/jest-dom": "^6.4.5",
@@ -225,6 +225,9 @@
225
225
  "platform_editor_sentry_breadcrumbs": {
226
226
  "type": "boolean"
227
227
  },
228
+ "rovo_chat_enable_skills_ui_m1": {
229
+ "type": "boolean"
230
+ },
228
231
  "platform_fix_macro_renders_in_layouts": {
229
232
  "type": "boolean"
230
233
  },