@atlaskit/editor-plugin-status 2.5.8 → 2.5.10

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,20 @@
1
1
  # @atlaskit/editor-plugin-status
2
2
 
3
+ ## 2.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.5.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [#165765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165765)
14
+ [`3f441f30e6507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f441f30e6507) -
15
+ Bump adf-schema to 46.0.0
16
+ - Updated dependencies
17
+
3
18
  ## 2.5.8
4
19
 
5
20
  ### Patch Changes
@@ -303,9 +303,7 @@ var StatusPickerWithoutAnalytcs = exports.StatusPickerWithoutAnalytcs = /*#__PUR
303
303
  ref: this.setRef(setOutsideClickTargetRef),
304
304
  onClick: this.handlePopupClick,
305
305
  onKeyDown: this.onKeyDown
306
- }, (0, _react2.jsx)(_picker.StatusPicker
307
- // eslint-disable-next-line jsx-a11y/no-autofocus
308
- , {
306
+ }, (0, _react2.jsx)(_picker.StatusPicker, {
309
307
  autoFocus: isNew || focusStatusInput,
310
308
  selectedColor: color,
311
309
  text: text,
@@ -351,9 +349,7 @@ var StatusPickerWithoutAnalytcs = exports.StatusPickerWithoutAnalytcs = /*#__PUR
351
349
  tabIndex: -1,
352
350
  onClick: this.handlePopupClick,
353
351
  onKeyDown: this.onKeyDown
354
- }, (0, _react2.jsx)(_picker.StatusPicker
355
- // eslint-disable-next-line jsx-a11y/no-autofocus
356
- , {
352
+ }, (0, _react2.jsx)(_picker.StatusPicker, {
357
353
  autoFocus: isNew || focusStatusInput,
358
354
  selectedColor: color,
359
355
  text: text,
@@ -276,9 +276,7 @@ export class StatusPickerWithoutAnalytcs extends React.Component {
276
276
  ref: this.setRef(setOutsideClickTargetRef),
277
277
  onClick: this.handlePopupClick,
278
278
  onKeyDown: this.onKeyDown
279
- }, jsx(AkStatusPicker
280
- // eslint-disable-next-line jsx-a11y/no-autofocus
281
- , {
279
+ }, jsx(AkStatusPicker, {
282
280
  autoFocus: isNew || focusStatusInput,
283
281
  selectedColor: color,
284
282
  text: text,
@@ -324,9 +322,7 @@ export class StatusPickerWithoutAnalytcs extends React.Component {
324
322
  tabIndex: -1,
325
323
  onClick: this.handlePopupClick,
326
324
  onKeyDown: this.onKeyDown
327
- }, jsx(AkStatusPicker
328
- // eslint-disable-next-line jsx-a11y/no-autofocus
329
- , {
325
+ }, jsx(AkStatusPicker, {
330
326
  autoFocus: isNew || focusStatusInput,
331
327
  selectedColor: color,
332
328
  text: text,
@@ -300,9 +300,7 @@ export var StatusPickerWithoutAnalytcs = /*#__PURE__*/function (_React$Component
300
300
  ref: this.setRef(setOutsideClickTargetRef),
301
301
  onClick: this.handlePopupClick,
302
302
  onKeyDown: this.onKeyDown
303
- }, jsx(AkStatusPicker
304
- // eslint-disable-next-line jsx-a11y/no-autofocus
305
- , {
303
+ }, jsx(AkStatusPicker, {
306
304
  autoFocus: isNew || focusStatusInput,
307
305
  selectedColor: color,
308
306
  text: text,
@@ -348,9 +346,7 @@ export var StatusPickerWithoutAnalytcs = /*#__PURE__*/function (_React$Component
348
346
  tabIndex: -1,
349
347
  onClick: this.handlePopupClick,
350
348
  onKeyDown: this.onKeyDown
351
- }, jsx(AkStatusPicker
352
- // eslint-disable-next-line jsx-a11y/no-autofocus
353
- , {
349
+ }, jsx(AkStatusPicker, {
354
350
  autoFocus: isNew || focusStatusInput,
355
351
  selectedColor: color,
356
352
  text: text,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-status",
3
- "version": "2.5.8",
3
+ "version": "2.5.10",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,16 +31,16 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^44.2.0",
34
+ "@atlaskit/adf-schema": "^46.1.0",
35
35
  "@atlaskit/analytics-next": "^10.1.0",
36
- "@atlaskit/editor-common": "^95.0.0",
36
+ "@atlaskit/editor-common": "^96.0.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
38
- "@atlaskit/editor-prosemirror": "6.0.0",
38
+ "@atlaskit/editor-prosemirror": "6.2.1",
39
39
  "@atlaskit/editor-shared-styles": "^3.2.0",
40
40
  "@atlaskit/platform-feature-flags": "^0.3.0",
41
- "@atlaskit/status": "^1.7.0",
41
+ "@atlaskit/status": "^1.8.0",
42
42
  "@atlaskit/theme": "^14.0.0",
43
- "@atlaskit/tokens": "^2.3.0",
43
+ "@atlaskit/tokens": "^2.4.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
46
46
  },