@atlaskit/editor-plugin-extension 9.2.10 → 9.2.12

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,17 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 9.2.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.2.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.2.10
4
16
 
5
17
  ### Patch Changes
@@ -3,5 +3,5 @@ import type { ExtensionManifest } from '@atlaskit/editor-common/extensions';
3
3
  type DescriptionSummaryProps = {
4
4
  extensionManifest: ExtensionManifest;
5
5
  };
6
- export declare function DescriptionSummary({ extensionManifest }: DescriptionSummaryProps): React.JSX.Element;
6
+ export declare function DescriptionSummary({ extensionManifest, }: DescriptionSummaryProps): React.JSX.Element;
7
7
  export {};
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { FieldDefinition } from '@atlaskit/editor-common/extensions';
3
- export default function ({ errorMessage }: {
3
+ export default function ({ errorMessage, }: {
4
4
  errorMessage: string;
5
5
  field: FieldDefinition;
6
6
  }): React.JSX.Element;
@@ -3,5 +3,5 @@ import type { ExtensionManifest } from '@atlaskit/editor-common/extensions';
3
3
  type DescriptionSummaryProps = {
4
4
  extensionManifest: ExtensionManifest;
5
5
  };
6
- export declare function DescriptionSummary({ extensionManifest }: DescriptionSummaryProps): React.JSX.Element;
6
+ export declare function DescriptionSummary({ extensionManifest, }: DescriptionSummaryProps): React.JSX.Element;
7
7
  export {};
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { FieldDefinition } from '@atlaskit/editor-common/extensions';
3
- export default function ({ errorMessage }: {
3
+ export default function ({ errorMessage, }: {
4
4
  errorMessage: string;
5
5
  field: FieldDefinition;
6
6
  }): React.JSX.Element;
@@ -25,7 +25,7 @@ export default function ConfigPanelWithProviders({
25
25
  nodeKey: string;
26
26
  onChange?: (parameters: Parameters) => void;
27
27
  parameters: Parameters;
28
- }) {
28
+ }): React.JSX.Element {
29
29
  function _onChange(data: Parameters) {
30
30
  if (onChange) {
31
31
  onChange(data);
@@ -36,7 +36,7 @@ export default function ExtensionNodePicker({
36
36
  onSelect: (nodeParams: CallbackParams) => void;
37
37
  selectedExtension?: string;
38
38
  selectedNode?: string;
39
- }) {
39
+ }): React.JSX.Element {
40
40
  const [hasSelection, setHasSelection] = useState<boolean>(false);
41
41
 
42
42
  // AFP-2511 TODO: Fix automatic suppressions below
@@ -14,7 +14,7 @@ export default function ExtensionNodePicker({
14
14
  fields: FieldDefinition[];
15
15
  onSelect: (field: FieldDefinition) => void;
16
16
  selectedField?: string;
17
- }) {
17
+ }): React.JSX.Element {
18
18
  const [hasSelection, setHasSelection] = useState<boolean>(false);
19
19
 
20
20
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "9.2.10",
3
+ "version": "9.2.12",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -25,9 +25,9 @@
25
25
  "@atlaskit/adf-utils": "^19.26.0",
26
26
  "@atlaskit/analytics-next": "^11.1.0",
27
27
  "@atlaskit/avatar": "^25.5.0",
28
- "@atlaskit/button": "^23.6.0",
29
- "@atlaskit/checkbox": "^17.1.0",
30
- "@atlaskit/datetime-picker": "^17.1.0",
28
+ "@atlaskit/button": "^23.7.0",
29
+ "@atlaskit/checkbox": "^17.2.0",
30
+ "@atlaskit/datetime-picker": "^17.2.0",
31
31
  "@atlaskit/editor-json-transformer": "^8.31.0",
32
32
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
33
33
  "@atlaskit/editor-plugin-connectivity": "^6.0.0",
@@ -41,23 +41,23 @@
41
41
  "@atlaskit/editor-shared-styles": "^3.10.0",
42
42
  "@atlaskit/editor-tables": "^2.9.0",
43
43
  "@atlaskit/empty-state": "^10.1.0",
44
- "@atlaskit/form": "^14.3.0",
44
+ "@atlaskit/form": "^15.0.0",
45
45
  "@atlaskit/heading": "^5.2.0",
46
46
  "@atlaskit/icon": "^29.0.0",
47
47
  "@atlaskit/link": "^3.2.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/primitives": "^16.4.0",
50
50
  "@atlaskit/radio": "^8.3.0",
51
- "@atlaskit/section-message": "^8.9.0",
52
- "@atlaskit/select": "^21.4.0",
51
+ "@atlaskit/section-message": "^8.10.0",
52
+ "@atlaskit/select": "^21.5.0",
53
53
  "@atlaskit/smart-user-picker": "^8.5.0",
54
54
  "@atlaskit/spinner": "^19.0.0",
55
- "@atlaskit/tabs": "^18.2.0",
56
- "@atlaskit/textarea": "^8.1.0",
57
- "@atlaskit/textfield": "^8.1.0",
55
+ "@atlaskit/tabs": "^18.3.0",
56
+ "@atlaskit/textarea": "^8.2.0",
57
+ "@atlaskit/textfield": "^8.2.0",
58
58
  "@atlaskit/theme": "^21.0.0",
59
- "@atlaskit/tmp-editor-statsig": "^14.9.0",
60
- "@atlaskit/toggle": "^15.1.0",
59
+ "@atlaskit/tmp-editor-statsig": "^15.9.0",
60
+ "@atlaskit/toggle": "^15.2.0",
61
61
  "@atlaskit/tokens": "^8.4.0",
62
62
  "@atlaskit/tooltip": "^20.11.0",
63
63
  "@babel/runtime": "^7.0.0",
@@ -70,7 +70,7 @@
70
70
  "uuid": "^3.1.0"
71
71
  },
72
72
  "peerDependencies": {
73
- "@atlaskit/editor-common": "^110.40.0",
73
+ "@atlaskit/editor-common": "^110.41.0",
74
74
  "react": "^18.2.0",
75
75
  "react-intl-next": "npm:react-intl@^5.18.1"
76
76
  },