@atlaskit/editor-common 107.12.6 → 107.12.7

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,14 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 107.12.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#191897](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191897)
8
+ [`1140bdc0adf81`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1140bdc0adf81) -
9
+ [EDITOR-1174] Update length list and change into a parent type for in document streaming
10
+ - Updated dependencies
11
+
3
12
  ## 107.12.6
4
13
 
5
14
  ### 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',
@@ -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.6";
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.6";
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',
@@ -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.6";
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.6";
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',
@@ -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.6";
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.6";
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;
@@ -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;
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.7",
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",
@@ -171,7 +171,7 @@
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.15.0",
175
175
  "@atlaskit/tokens": "^5.6.0",
176
176
  "@atlaskit/tooltip": "^20.3.0",
177
177
  "@atlaskit/width-detector": "^5.0.0",