@atlaskit/editor-plugin-status 1.2.4 → 1.3.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.
- package/CHANGELOG.md +18 -0
- package/dist/cjs/nodeviews/status.js +2 -0
- package/dist/cjs/ui/statusPicker.js +1 -1
- package/dist/es2019/nodeviews/status.js +2 -0
- package/dist/es2019/ui/statusPicker.js +2 -0
- package/dist/esm/nodeviews/status.js +2 -0
- package/dist/esm/ui/statusPicker.js +2 -0
- package/package.json +35 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-status
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156)
|
|
14
|
+
[`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) -
|
|
15
|
+
Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 1.2.4
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -12,6 +12,8 @@ var _messages = require("@atlaskit/editor-common/messages");
|
|
|
12
12
|
var _element = require("@atlaskit/status/element");
|
|
13
13
|
/** @jsx jsx */
|
|
14
14
|
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
16
|
+
|
|
15
17
|
var styledStatusStyles = (0, _react2.css)({
|
|
16
18
|
opacity: 1
|
|
17
19
|
});
|
|
@@ -24,7 +24,7 @@ var _constants = require("@atlaskit/theme/constants");
|
|
|
24
24
|
var _actions = require("../actions");
|
|
25
25
|
var _analytics = require("../analytics");
|
|
26
26
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
27
|
-
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
|
|
27
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
28
28
|
var PopupWithListeners = (0, _uiReact.withReactEditorViewOuterListeners)(_ui.Popup);
|
|
29
29
|
var InputMethod = exports.InputMethod = /*#__PURE__*/function (InputMethod) {
|
|
30
30
|
InputMethod["blur"] = "blur";
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { injectIntl } from 'react-intl-next';
|
|
5
7
|
import { statusMessages as messages } from '@atlaskit/editor-common/messages';
|
|
@@ -2,6 +2,8 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
2
2
|
/** @jsx jsx */
|
|
3
3
|
|
|
4
4
|
import React from 'react';
|
|
5
|
+
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
7
|
import { css, jsx } from '@emotion/react';
|
|
6
8
|
import { withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
7
9
|
import { Popup } from '@atlaskit/editor-common/ui';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { injectIntl } from 'react-intl-next';
|
|
5
7
|
import { statusMessages as messages } from '@atlaskit/editor-common/messages';
|
|
@@ -10,6 +10,8 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
10
10
|
/** @jsx jsx */
|
|
11
11
|
|
|
12
12
|
import React from 'react';
|
|
13
|
+
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
15
|
import { css, jsx } from '@emotion/react';
|
|
14
16
|
import { withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
15
17
|
import { Popup } from '@atlaskit/editor-common/ui';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-status",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Status plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -21,7 +21,10 @@
|
|
|
21
21
|
"types": "dist/types/index.d.ts",
|
|
22
22
|
"typesVersions": {
|
|
23
23
|
">=4.5 <4.9": {
|
|
24
|
-
"*": [
|
|
24
|
+
"*": [
|
|
25
|
+
"dist/types-ts4.5/*",
|
|
26
|
+
"dist/types-ts4.5/index.d.ts"
|
|
27
|
+
]
|
|
25
28
|
}
|
|
26
29
|
},
|
|
27
30
|
"sideEffects": false,
|
|
@@ -30,15 +33,15 @@
|
|
|
30
33
|
".": "./src/index.ts"
|
|
31
34
|
},
|
|
32
35
|
"dependencies": {
|
|
33
|
-
"@atlaskit/adf-schema": "^
|
|
36
|
+
"@atlaskit/adf-schema": "^37.0.0",
|
|
34
37
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
35
|
-
"@atlaskit/editor-common": "^
|
|
36
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
38
|
+
"@atlaskit/editor-common": "^83.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-analytics": "^1.3.0",
|
|
37
40
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
38
41
|
"@atlaskit/editor-shared-styles": "^2.12.0",
|
|
39
42
|
"@atlaskit/status": "^1.4.0",
|
|
40
|
-
"@atlaskit/theme": "^12.
|
|
41
|
-
"@atlaskit/tokens": "^1.
|
|
43
|
+
"@atlaskit/theme": "^12.11.0",
|
|
44
|
+
"@atlaskit/tokens": "^1.53.0",
|
|
42
45
|
"@babel/runtime": "^7.0.0",
|
|
43
46
|
"@emotion/react": "^11.7.1"
|
|
44
47
|
},
|
|
@@ -57,18 +60,35 @@
|
|
|
57
60
|
},
|
|
58
61
|
"techstack": {
|
|
59
62
|
"@atlassian/frontend": {
|
|
60
|
-
"import-structure": [
|
|
61
|
-
|
|
63
|
+
"import-structure": [
|
|
64
|
+
"atlassian-conventions"
|
|
65
|
+
],
|
|
66
|
+
"circular-dependencies": [
|
|
67
|
+
"file-and-folder-level"
|
|
68
|
+
]
|
|
62
69
|
},
|
|
63
70
|
"@repo/internal": {
|
|
64
71
|
"dom-events": "use-bind-event-listener",
|
|
65
|
-
"analytics": [
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"
|
|
72
|
+
"analytics": [
|
|
73
|
+
"analytics-next"
|
|
74
|
+
],
|
|
75
|
+
"design-tokens": [
|
|
76
|
+
"color"
|
|
77
|
+
],
|
|
78
|
+
"theming": [
|
|
79
|
+
"react-context"
|
|
80
|
+
],
|
|
81
|
+
"ui-components": [
|
|
82
|
+
"lite-mode"
|
|
83
|
+
],
|
|
69
84
|
"deprecation": "no-deprecated-imports",
|
|
70
|
-
"styling": [
|
|
71
|
-
|
|
85
|
+
"styling": [
|
|
86
|
+
"emotion",
|
|
87
|
+
"emotion"
|
|
88
|
+
],
|
|
89
|
+
"imports": [
|
|
90
|
+
"import-no-extraneous-disable-for-examples-and-docs"
|
|
91
|
+
]
|
|
72
92
|
}
|
|
73
93
|
}
|
|
74
94
|
}
|