@atlaskit/editor-plugin-extension 1.1.2 → 1.1.3

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,12 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83044](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83044) [`cdab77009f9e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cdab77009f9e) - Fix leftover react 18 type issues in editor-core, editor-plugin-extension and date
8
+ - Updated dependencies
9
+
3
10
  ## 1.1.2
4
11
 
5
12
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  import { jsx } from '@emotion/react';
2
2
  import type { SaveIndicatorProps } from './types';
3
- export declare const SaveIndicator: ({ children, duration, visible, }: React.PropsWithChildren<SaveIndicatorProps>) => jsx.JSX.Element;
3
+ export declare const SaveIndicator: ({ children, duration, visible, }: SaveIndicatorProps) => jsx.JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import { jsx } from '@emotion/react';
2
2
  import type { SaveIndicatorProps } from './types';
3
- export declare const SaveIndicator: ({ children, duration, visible, }: React.PropsWithChildren<SaveIndicatorProps>) => jsx.JSX.Element;
3
+ export declare const SaveIndicator: ({ children, duration, visible, }: SaveIndicatorProps) => jsx.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/button": "^17.7.0",
32
32
  "@atlaskit/checkbox": "^13.1.0",
33
33
  "@atlaskit/datetime-picker": "^13.2.0",
34
- "@atlaskit/editor-common": "^78.17.0",
34
+ "@atlaskit/editor-common": "^78.18.0",
35
35
  "@atlaskit/editor-json-transformer": "^8.10.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.0.0",
37
37
  "@atlaskit/editor-plugin-context-identifier": "^1.0.0",
@@ -53,7 +53,7 @@
53
53
  "@atlaskit/smart-user-picker": "^6.9.0",
54
54
  "@atlaskit/spinner": "^16.0.0",
55
55
  "@atlaskit/tabs": "^14.0.0",
56
- "@atlaskit/textarea": "^5.1.0",
56
+ "@atlaskit/textarea": "^5.2.0",
57
57
  "@atlaskit/textfield": "^6.1.0",
58
58
  "@atlaskit/theme": "^12.6.0",
59
59
  "@atlaskit/toggle": "^13.0.0",