@atlaskit/editor-plugin-date 2.4.20 → 2.4.22

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-date
2
2
 
3
+ ## 2.4.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.4.21
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.4.20
4
16
 
5
17
  ### Patch Changes
@@ -142,7 +142,11 @@ export declare const closeDatePickerWithAnalytics: ({ date, pluginInjectionApi,
142
142
  actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
143
143
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>];
144
144
  sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
145
- }, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>];
145
+ }, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
146
+ sharedState: {
147
+ mode: "online" | "offline";
148
+ };
149
+ }, undefined>>];
146
150
  actions: {
147
151
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: EditorState) => boolean | undefined;
148
152
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, targetNodeId?: string | undefined, isOpeningMediaCommentFromToolbar?: boolean | undefined) => Command;
@@ -170,7 +170,12 @@ export declare const closeDatePickerWithAnalytics: ({ date, pluginInjectionApi,
170
170
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
171
171
  ];
172
172
  sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
173
- }, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>
173
+ }, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
174
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
175
+ sharedState: {
176
+ mode: "online" | "offline";
177
+ };
178
+ }, undefined>>
174
179
  ];
175
180
  actions: {
176
181
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: EditorState) => boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "2.4.20",
3
+ "version": "2.4.22",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
- "@atlaskit/calendar": "^16.0.0",
35
+ "@atlaskit/calendar": "^16.1.0",
36
36
  "@atlaskit/date": "^0.11.0",
37
- "@atlaskit/editor-common": "^96.4.0",
37
+ "@atlaskit/editor-common": "^96.7.0",
38
38
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
39
- "@atlaskit/editor-plugin-annotation": "1.26.3",
39
+ "@atlaskit/editor-plugin-annotation": "1.26.5",
40
40
  "@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
41
41
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
42
42
  "@atlaskit/editor-prosemirror": "6.2.1",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/platform-feature-flags": "^0.3.0",
48
48
  "@atlaskit/textfield": "6.7.0",
49
49
  "@atlaskit/theme": "^14.0.0",
50
- "@atlaskit/tokens": "^2.4.0",
50
+ "@atlaskit/tokens": "^2.5.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "date-fns": "^2.17.0",