@atlaskit/editor-plugin-date 2.5.0 → 2.5.2
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,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { InlineNodeViewComponentProps } from '@atlaskit/editor-common/react-node-view';
|
|
3
|
-
export declare function DateNodeView(props: InlineNodeViewComponentProps): JSX.Element;
|
|
3
|
+
export declare function DateNodeView(props: InlineNodeViewComponentProps): React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { InlineNodeViewComponentProps } from '@atlaskit/editor-common/react-node-view';
|
|
3
|
-
export declare function DateNodeView(props: InlineNodeViewComponentProps): JSX.Element;
|
|
3
|
+
export declare function DateNodeView(props: InlineNodeViewComponentProps): React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-date",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "Date plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
35
35
|
"@atlaskit/calendar": "^16.3.0",
|
|
36
36
|
"@atlaskit/date": "^0.12.0",
|
|
37
|
-
"@atlaskit/editor-common": "^99.
|
|
37
|
+
"@atlaskit/editor-common": "^99.9.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^1.11.0",
|
|
39
|
-
"@atlaskit/editor-plugin-annotation": "1.27.
|
|
39
|
+
"@atlaskit/editor-plugin-annotation": "1.27.1",
|
|
40
40
|
"@atlaskit/editor-plugin-editor-disabled": "^1.4.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
|
|
42
42
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
43
43
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
44
44
|
"@atlaskit/form": "^11.1.0",
|
|
45
|
-
"@atlaskit/icon": "^23.
|
|
45
|
+
"@atlaskit/icon": "^23.7.0",
|
|
46
46
|
"@atlaskit/locale": "^2.8.0",
|
|
47
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
48
|
-
"@atlaskit/textfield": "6.8.
|
|
49
|
-
"@atlaskit/theme": "^
|
|
47
|
+
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
48
|
+
"@atlaskit/textfield": "6.8.2",
|
|
49
|
+
"@atlaskit/theme": "^15.0.0",
|
|
50
50
|
"@atlaskit/tokens": "^3.3.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"@emotion/react": "^11.7.1",
|