@atlaskit/editor-common 107.12.6 → 107.12.8

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,23 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 107.12.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#192684](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/192684)
8
+ [`b23111c9d18ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b23111c9d18ba) -
9
+ Updated the AI telepointer for inline streaming with new styles and set "Rovo" as the label
10
+ - Updated dependencies
11
+
12
+ ## 107.12.7
13
+
14
+ ### Patch Changes
15
+
16
+ - [#191897](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191897)
17
+ [`1140bdc0adf81`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1140bdc0adf81) -
18
+ [EDITOR-1174] Update length list and change into a parent type for in document streaming
19
+ - Updated dependencies
20
+
3
21
  ## 107.12.6
4
22
 
5
23
  ### Patch Changes
@@ -105,6 +105,17 @@ var aiConfigItemMessages = exports.aiConfigItemMessages = (0, _reactIntlNext.def
105
105
  defaultMessage: 'Tell me the topic...',
106
106
  description: 'Placeholder text in the prompt input guiding user interaction.'
107
107
  },
108
+ // Adjust Length
109
+ adjustLengthNestingParentTitle: {
110
+ id: 'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentTitle',
111
+ defaultMessage: 'Adjust length',
112
+ description: 'Describes a (nested) option to use Atlassian Intelligence to adjust length of content currently selected by the user'
113
+ },
114
+ adjustLengthNestingParentShortTitle: {
115
+ id: 'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentShortTitle',
116
+ defaultMessage: 'Length',
117
+ description: 'Describes a (nested) option to use Atlassian Intelligence to adjust length with a short title of content currently selected by the user'
118
+ },
108
119
  // Change tone messages
109
120
  changeToneNestingParentTitlePostGA: {
110
121
  id: 'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA',
@@ -154,5 +154,11 @@ var aiMessages = exports.aiMessages = (0, _reactIntlNext.defineMessages)({
154
154
  id: 'fabric.editor.ai.ai-smart-button.context.reference',
155
155
  defaultMessage: 'Selected content',
156
156
  description: 'When there is selection, show the selected content in the AI dynamic surface panel'
157
+ },
158
+ // Telepointer
159
+ aiRovoTelepointer: {
160
+ id: 'fabric.editor.ai.telepointer.rovo',
161
+ defaultMessage: 'Rovo',
162
+ description: 'This is the name which appears in the AI telepointer'
157
163
  }
158
164
  });
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
16
16
  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); }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "107.12.5";
19
+ var packageVersion = "107.12.7";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // Ignored via go/ees007
@@ -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 = "107.12.5";
26
+ var packageVersion = "107.12.7";
27
27
  var halfFocusRing = 1;
28
28
  var dropOffset = '0, 8';
29
29
  // Ignored via go/ees005
@@ -99,6 +99,17 @@ export const aiConfigItemMessages = defineMessages({
99
99
  defaultMessage: 'Tell me the topic...',
100
100
  description: 'Placeholder text in the prompt input guiding user interaction.'
101
101
  },
102
+ // Adjust Length
103
+ adjustLengthNestingParentTitle: {
104
+ id: 'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentTitle',
105
+ defaultMessage: 'Adjust length',
106
+ description: 'Describes a (nested) option to use Atlassian Intelligence to adjust length of content currently selected by the user'
107
+ },
108
+ adjustLengthNestingParentShortTitle: {
109
+ id: 'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentShortTitle',
110
+ defaultMessage: 'Length',
111
+ description: 'Describes a (nested) option to use Atlassian Intelligence to adjust length with a short title of content currently selected by the user'
112
+ },
102
113
  // Change tone messages
103
114
  changeToneNestingParentTitlePostGA: {
104
115
  id: 'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA',
@@ -148,5 +148,11 @@ export const aiMessages = defineMessages({
148
148
  id: 'fabric.editor.ai.ai-smart-button.context.reference',
149
149
  defaultMessage: 'Selected content',
150
150
  description: 'When there is selection, show the selected content in the AI dynamic surface panel'
151
+ },
152
+ // Telepointer
153
+ aiRovoTelepointer: {
154
+ id: 'fabric.editor.ai.telepointer.rovo',
155
+ defaultMessage: 'Rovo',
156
+ description: 'This is the name which appears in the AI telepointer'
151
157
  }
152
158
  });
@@ -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 = "107.12.5";
4
+ const packageVersion = "107.12.7";
5
5
  const sanitiseSentryEvents = (data, _hint) => {
6
6
  // Remove URL as it has UGC
7
7
  // Ignored via go/ees007
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
13
13
  import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
14
14
  import Layer from '../Layer';
15
15
  const packageName = "@atlaskit/editor-common";
16
- const packageVersion = "107.12.5";
16
+ const packageVersion = "107.12.7";
17
17
  const halfFocusRing = 1;
18
18
  const dropOffset = '0, 8';
19
19
  // Ignored via go/ees005
@@ -99,6 +99,17 @@ export var aiConfigItemMessages = defineMessages({
99
99
  defaultMessage: 'Tell me the topic...',
100
100
  description: 'Placeholder text in the prompt input guiding user interaction.'
101
101
  },
102
+ // Adjust Length
103
+ adjustLengthNestingParentTitle: {
104
+ id: 'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentTitle',
105
+ defaultMessage: 'Adjust length',
106
+ description: 'Describes a (nested) option to use Atlassian Intelligence to adjust length of content currently selected by the user'
107
+ },
108
+ adjustLengthNestingParentShortTitle: {
109
+ id: 'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentShortTitle',
110
+ defaultMessage: 'Length',
111
+ description: 'Describes a (nested) option to use Atlassian Intelligence to adjust length with a short title of content currently selected by the user'
112
+ },
102
113
  // Change tone messages
103
114
  changeToneNestingParentTitlePostGA: {
104
115
  id: 'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA',
@@ -148,5 +148,11 @@ export var aiMessages = defineMessages({
148
148
  id: 'fabric.editor.ai.ai-smart-button.context.reference',
149
149
  defaultMessage: 'Selected content',
150
150
  description: 'When there is selection, show the selected content in the AI dynamic surface panel'
151
+ },
152
+ // Telepointer
153
+ aiRovoTelepointer: {
154
+ id: 'fabric.editor.ai.telepointer.rovo',
155
+ defaultMessage: 'Rovo',
156
+ description: 'This is the name which appears in the AI telepointer'
151
157
  }
152
158
  });
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
7
7
  import { isFedRamp } from './environment';
8
8
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
9
9
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
10
- var packageVersion = "107.12.5";
10
+ var packageVersion = "107.12.7";
11
11
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
12
12
  // Remove URL as it has UGC
13
13
  // Ignored via go/ees007
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
20
20
  import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
21
21
  import Layer from '../Layer';
22
22
  var packageName = "@atlaskit/editor-common";
23
- var packageVersion = "107.12.5";
23
+ var packageVersion = "107.12.7";
24
24
  var halfFocusRing = 1;
25
25
  var dropOffset = '0, 8';
26
26
  // Ignored via go/ees005
@@ -94,6 +94,16 @@ export declare const aiConfigItemMessages: {
94
94
  defaultMessage: string;
95
95
  description: string;
96
96
  };
97
+ adjustLengthNestingParentTitle: {
98
+ id: string;
99
+ defaultMessage: string;
100
+ description: string;
101
+ };
102
+ adjustLengthNestingParentShortTitle: {
103
+ id: string;
104
+ defaultMessage: string;
105
+ description: string;
106
+ };
97
107
  changeToneNestingParentTitlePostGA: {
98
108
  id: string;
99
109
  defaultMessage: string;
@@ -139,4 +139,9 @@ export declare const aiMessages: {
139
139
  defaultMessage: string;
140
140
  description: string;
141
141
  };
142
+ aiRovoTelepointer: {
143
+ id: string;
144
+ defaultMessage: string;
145
+ description: string;
146
+ };
142
147
  };
@@ -94,6 +94,16 @@ export declare const aiConfigItemMessages: {
94
94
  defaultMessage: string;
95
95
  description: string;
96
96
  };
97
+ adjustLengthNestingParentTitle: {
98
+ id: string;
99
+ defaultMessage: string;
100
+ description: string;
101
+ };
102
+ adjustLengthNestingParentShortTitle: {
103
+ id: string;
104
+ defaultMessage: string;
105
+ description: string;
106
+ };
97
107
  changeToneNestingParentTitlePostGA: {
98
108
  id: string;
99
109
  defaultMessage: string;
@@ -139,4 +139,9 @@ export declare const aiMessages: {
139
139
  defaultMessage: string;
140
140
  description: string;
141
141
  };
142
+ aiRovoTelepointer: {
143
+ id: string;
144
+ defaultMessage: string;
145
+ description: string;
146
+ };
142
147
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "107.12.6",
3
+ "version": "107.12.8",
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/"
@@ -129,7 +129,7 @@
129
129
  "@atlaskit/analytics-namespaced-context": "^7.0.0",
130
130
  "@atlaskit/analytics-next": "^11.1.0",
131
131
  "@atlaskit/atlassian-context": "^0.3.0",
132
- "@atlaskit/button": "^23.2.0",
132
+ "@atlaskit/button": "^23.3.0",
133
133
  "@atlaskit/code": "^17.2.0",
134
134
  "@atlaskit/codemod-utils": "^4.2.0",
135
135
  "@atlaskit/css": "^0.12.0",
@@ -144,7 +144,7 @@
144
144
  "@atlaskit/icon": "^27.7.0",
145
145
  "@atlaskit/icon-object": "^7.1.0",
146
146
  "@atlaskit/link": "^3.2.0",
147
- "@atlaskit/link-datasource": "^4.15.0",
147
+ "@atlaskit/link-datasource": "^4.16.0",
148
148
  "@atlaskit/link-picker": "^3.8.0",
149
149
  "@atlaskit/media-card": "^79.4.0",
150
150
  "@atlaskit/media-client": "^35.2.0",
@@ -155,7 +155,7 @@
155
155
  "@atlaskit/media-ui": "^28.6.0",
156
156
  "@atlaskit/media-viewer": "^52.4.0",
157
157
  "@atlaskit/mention": "^24.2.0",
158
- "@atlaskit/menu": "^8.0.0",
158
+ "@atlaskit/menu": "^8.1.0",
159
159
  "@atlaskit/onboarding": "^14.3.0",
160
160
  "@atlaskit/platform-feature-flags": "^1.1.0",
161
161
  "@atlaskit/platform-feature-flags-react": "^0.2.0",
@@ -163,17 +163,17 @@
163
163
  "@atlaskit/primitives": "^14.10.0",
164
164
  "@atlaskit/profilecard": "^23.21.0",
165
165
  "@atlaskit/react-ufo": "^4.1.0",
166
- "@atlaskit/section-message": "^8.4.0",
166
+ "@atlaskit/section-message": "^8.5.0",
167
167
  "@atlaskit/smart-card": "^40.5.0",
168
168
  "@atlaskit/smart-user-picker": "^8.0.0",
169
- "@atlaskit/spinner": "^18.0.0",
169
+ "@atlaskit/spinner": "^19.0.0",
170
170
  "@atlaskit/status": "^3.0.0",
171
171
  "@atlaskit/task-decision": "^19.2.0",
172
172
  "@atlaskit/textfield": "^8.0.0",
173
173
  "@atlaskit/theme": "^19.0.0",
174
- "@atlaskit/tmp-editor-statsig": "^9.14.0",
174
+ "@atlaskit/tmp-editor-statsig": "^9.16.0",
175
175
  "@atlaskit/tokens": "^5.6.0",
176
- "@atlaskit/tooltip": "^20.3.0",
176
+ "@atlaskit/tooltip": "^20.4.0",
177
177
  "@atlaskit/width-detector": "^5.0.0",
178
178
  "@babel/runtime": "^7.0.0",
179
179
  "@compiled/react": "^0.18.3",