@atlaskit/editor-plugin-extension 6.0.3 → 6.0.4
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 +9 -0
- package/dist/cjs/ui/ConfigPanel/DescriptionSummary.js +2 -0
- package/dist/cjs/ui/ConfigPanel/Fields/Fieldset.js +1 -0
- package/dist/cjs/ui/ConfigPanel/Header/HeaderAfterIconElement.js +2 -0
- package/dist/cjs/ui/ConfigPanel/Header/HeaderIcon.js +2 -0
- package/dist/cjs/ui/ConfigPanel/Header.js +2 -0
- package/dist/cjs/ui/SaveIndicator/SaveIndicator.js +2 -0
- package/dist/es2019/ui/ConfigPanel/DescriptionSummary.js +1 -0
- package/dist/es2019/ui/ConfigPanel/Fields/Fieldset.js +1 -0
- package/dist/es2019/ui/ConfigPanel/Header/HeaderAfterIconElement.js +1 -0
- package/dist/es2019/ui/ConfigPanel/Header/HeaderIcon.js +1 -0
- package/dist/es2019/ui/ConfigPanel/Header.js +1 -0
- package/dist/es2019/ui/SaveIndicator/SaveIndicator.js +1 -0
- package/dist/esm/ui/ConfigPanel/DescriptionSummary.js +1 -0
- package/dist/esm/ui/ConfigPanel/Fields/Fieldset.js +1 -0
- package/dist/esm/ui/ConfigPanel/Header/HeaderAfterIconElement.js +1 -0
- package/dist/esm/ui/ConfigPanel/Header/HeaderIcon.js +1 -0
- package/dist/esm/ui/ConfigPanel/Header.js +1 -0
- package/dist/esm/ui/SaveIndicator/SaveIndicator.js +1 -0
- package/example-utils/config-panel/ConfigPanelWithExtensionPicker.tsx +1 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-extension
|
|
2
2
|
|
|
3
|
+
## 6.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144)
|
|
8
|
+
[`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) -
|
|
9
|
+
Bump @atlaskit/adf-schema to v49.0.5
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 6.0.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -11,6 +11,8 @@ var _extensions = require("@atlaskit/editor-common/extensions");
|
|
|
11
11
|
var _primitives = require("@atlaskit/primitives");
|
|
12
12
|
var _HelpLink = require("./HelpLink");
|
|
13
13
|
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); }
|
|
14
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
15
|
+
|
|
14
16
|
var descriptionStyles = (0, _primitives.xcss)({
|
|
15
17
|
marginBottom: 'space.300'
|
|
16
18
|
});
|
|
@@ -35,6 +35,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
35
35
|
* @jsxRuntime classic
|
|
36
36
|
* @jsx jsx
|
|
37
37
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
38
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
38
39
|
var actionsWrapperStyles = (0, _react2.css)({
|
|
39
40
|
borderTop: "1px solid ".concat("var(--ds-border, ".concat(_colors.N40A, ")")),
|
|
40
41
|
marginTop: "var(--ds-space-200, 16px)",
|
|
@@ -8,6 +8,8 @@ exports.default = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _primitives = require("@atlaskit/primitives");
|
|
10
10
|
var _withExtensionManifest = require("../withExtensionManifest");
|
|
11
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
12
|
+
|
|
11
13
|
var itemBodyStyles = (0, _primitives.xcss)({
|
|
12
14
|
display: 'flex',
|
|
13
15
|
flexDirection: 'row',
|
|
@@ -9,6 +9,8 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
9
9
|
var _primitives = require("@atlaskit/primitives");
|
|
10
10
|
var _withExtensionManifest = require("../withExtensionManifest");
|
|
11
11
|
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); }
|
|
12
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
13
|
+
|
|
12
14
|
var iconWidth = '40px';
|
|
13
15
|
var itemIconStyles = (0, _primitives.xcss)({
|
|
14
16
|
width: iconWidth,
|
|
@@ -23,6 +23,8 @@ var _HelpLink = require("./HelpLink");
|
|
|
23
23
|
|
|
24
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
|
|
26
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
27
|
+
|
|
26
28
|
var iconWidth = 40;
|
|
27
29
|
var buttonWidth = 40;
|
|
28
30
|
var margin = 16;
|
|
@@ -20,6 +20,8 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
20
20
|
|
|
21
21
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
22
22
|
|
|
23
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
24
|
+
|
|
23
25
|
var noop = function noop() {};
|
|
24
26
|
var saveIndicatorWrapperStyles = (0, _react2.css)({
|
|
25
27
|
display: 'flex',
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { useIntl } from 'react-intl-next';
|
|
3
3
|
import { configPanelMessages as messages } from '@atlaskit/editor-common/extensions';
|
|
4
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
4
5
|
import { Box, Text, xcss } from '@atlaskit/primitives';
|
|
5
6
|
import { HelpLink } from './HelpLink';
|
|
6
7
|
const descriptionStyles = xcss({
|
|
@@ -13,6 +13,7 @@ import Button from '@atlaskit/button/new';
|
|
|
13
13
|
import { configPanelMessages as messages } from '@atlaskit/editor-common/extensions';
|
|
14
14
|
import Heading from '@atlaskit/heading';
|
|
15
15
|
import AddCircleIcon from '@atlaskit/icon/core/migration/add--add-circle';
|
|
16
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
16
17
|
import { Box, Text, xcss } from '@atlaskit/primitives';
|
|
17
18
|
import SectionMessage from '@atlaskit/section-message';
|
|
18
19
|
import Select from '@atlaskit/select';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
2
3
|
import { Box, Flex, xcss } from '@atlaskit/primitives';
|
|
3
4
|
import { withExtensionManifest } from '../withExtensionManifest';
|
|
4
5
|
const itemBodyStyles = xcss({
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { Suspense, lazy, useMemo } from 'react';
|
|
2
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
2
3
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
3
4
|
import { withExtensionManifest } from '../withExtensionManifest';
|
|
4
5
|
const iconWidth = '40px';
|
|
@@ -11,6 +11,7 @@ import { IconButton } from '@atlaskit/button/new';
|
|
|
11
11
|
import { configPanelMessages as messages } from '@atlaskit/editor-common/extensions';
|
|
12
12
|
import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
13
13
|
import CrossIcon from '@atlaskit/icon/core/migration/close--cross';
|
|
14
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
14
15
|
import { Box, Text, xcss } from '@atlaskit/primitives';
|
|
15
16
|
import { N200 } from '@atlaskit/theme/colors';
|
|
16
17
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
@@ -9,6 +9,7 @@ import { css, jsx } from '@emotion/react';
|
|
|
9
9
|
import { FormattedMessage } from 'react-intl-next';
|
|
10
10
|
import { messages } from '@atlaskit/editor-common/extensions';
|
|
11
11
|
import CheckCircleIcon from '@atlaskit/icon/core/migration/success--check-circle';
|
|
12
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
12
13
|
import { Box, Text, xcss } from '@atlaskit/primitives';
|
|
13
14
|
import { G300, N0 } from '@atlaskit/theme/colors';
|
|
14
15
|
const noop = () => {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { useIntl } from 'react-intl-next';
|
|
3
3
|
import { configPanelMessages as messages } from '@atlaskit/editor-common/extensions';
|
|
4
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
4
5
|
import { Box, Text, xcss } from '@atlaskit/primitives';
|
|
5
6
|
import { HelpLink } from './HelpLink';
|
|
6
7
|
var descriptionStyles = xcss({
|
|
@@ -24,6 +24,7 @@ import Button from '@atlaskit/button/new';
|
|
|
24
24
|
import { configPanelMessages as messages } from '@atlaskit/editor-common/extensions';
|
|
25
25
|
import Heading from '@atlaskit/heading';
|
|
26
26
|
import AddCircleIcon from '@atlaskit/icon/core/migration/add--add-circle';
|
|
27
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
27
28
|
import { Box, Text, xcss } from '@atlaskit/primitives';
|
|
28
29
|
import SectionMessage from '@atlaskit/section-message';
|
|
29
30
|
import Select from '@atlaskit/select';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
2
3
|
import { Box, Flex, xcss } from '@atlaskit/primitives';
|
|
3
4
|
import { withExtensionManifest } from '../withExtensionManifest';
|
|
4
5
|
var itemBodyStyles = xcss({
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { Suspense, lazy, useMemo } from 'react';
|
|
2
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
2
3
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
3
4
|
import { withExtensionManifest } from '../withExtensionManifest';
|
|
4
5
|
var iconWidth = '40px';
|
|
@@ -11,6 +11,7 @@ import { IconButton } from '@atlaskit/button/new';
|
|
|
11
11
|
import { configPanelMessages as messages } from '@atlaskit/editor-common/extensions';
|
|
12
12
|
import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
13
13
|
import CrossIcon from '@atlaskit/icon/core/migration/close--cross';
|
|
14
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
14
15
|
import { Box, Text, xcss } from '@atlaskit/primitives';
|
|
15
16
|
import { N200 } from '@atlaskit/theme/colors';
|
|
16
17
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
@@ -10,6 +10,7 @@ import { css, jsx } from '@emotion/react';
|
|
|
10
10
|
import { FormattedMessage } from 'react-intl-next';
|
|
11
11
|
import { messages } from '@atlaskit/editor-common/extensions';
|
|
12
12
|
import CheckCircleIcon from '@atlaskit/icon/core/migration/success--check-circle';
|
|
13
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
13
14
|
import { Box, Text, xcss } from '@atlaskit/primitives';
|
|
14
15
|
import { G300, N0 } from '@atlaskit/theme/colors';
|
|
15
16
|
var noop = function noop() {};
|
|
@@ -18,6 +18,7 @@ import type {
|
|
|
18
18
|
} from '@atlaskit/editor-common/extensions';
|
|
19
19
|
import { getExtensionKeyAndNodeKey } from '@atlaskit/editor-common/extensions';
|
|
20
20
|
import Heading from '@atlaskit/heading';
|
|
21
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
21
22
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
22
23
|
import TextArea from '@atlaskit/textarea';
|
|
23
24
|
// Ignored via go/ees005
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-extension",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "editor-plugin-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
".": "./src/index.ts"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/adf-schema": "^
|
|
27
|
+
"@atlaskit/adf-schema": "^49.0.6",
|
|
28
28
|
"@atlaskit/adf-utils": "^19.20.0",
|
|
29
29
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
30
30
|
"@atlaskit/avatar": "^25.1.0",
|
|
@@ -51,16 +51,16 @@
|
|
|
51
51
|
"@atlaskit/primitives": "^14.10.0",
|
|
52
52
|
"@atlaskit/radio": "^8.1.0",
|
|
53
53
|
"@atlaskit/section-message": "^8.2.0",
|
|
54
|
-
"@atlaskit/select": "^21.
|
|
54
|
+
"@atlaskit/select": "^21.2.0",
|
|
55
55
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
56
56
|
"@atlaskit/spinner": "^18.0.0",
|
|
57
57
|
"@atlaskit/tabs": "^18.1.0",
|
|
58
58
|
"@atlaskit/textarea": "^8.0.0",
|
|
59
59
|
"@atlaskit/textfield": "^8.0.0",
|
|
60
60
|
"@atlaskit/theme": "^19.0.0",
|
|
61
|
-
"@atlaskit/tmp-editor-statsig": "^9.
|
|
61
|
+
"@atlaskit/tmp-editor-statsig": "^9.7.0",
|
|
62
62
|
"@atlaskit/toggle": "^15.0.0",
|
|
63
|
-
"@atlaskit/tokens": "^5.
|
|
63
|
+
"@atlaskit/tokens": "^5.5.0",
|
|
64
64
|
"@atlaskit/tooltip": "^20.3.0",
|
|
65
65
|
"@babel/runtime": "^7.0.0",
|
|
66
66
|
"@emotion/react": "^11.7.1",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"uuid": "^3.1.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@atlaskit/editor-common": "^107.
|
|
75
|
+
"@atlaskit/editor-common": "^107.8.0",
|
|
76
76
|
"react": "^18.2.0",
|
|
77
77
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
78
78
|
},
|