@atlaskit/editor-plugin-date 5.0.2 → 5.1.0

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,26 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314)
8
+ [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) -
9
+ Exported missing types that were already being inferred from existing exports
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 5.0.3
16
+
17
+ ### Patch Changes
18
+
19
+ - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144)
20
+ [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) -
21
+ Bump @atlaskit/adf-schema to v49.0.5
22
+ - Updated dependencies
23
+
3
24
  ## 5.0.2
4
25
 
5
26
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  export { default as datePlugin } from './datePlugin';
2
- export type { DatePlugin } from './datePluginType';
2
+ export type { DatePlugin, DatePluginDependencies } from './datePluginType';
3
3
  export type { DatePluginSharedState, DatePluginConfig, DatePluginOptions, DateType, InsertDate, } from './types';
@@ -28,7 +28,7 @@ export declare const closeDatePickerWithAnalytics: ({ date, pluginInjectionApi,
28
28
  }, import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
29
29
  pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
30
30
  sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
31
- dependencies: import("packages/editor/editor-plugin-annotation/dist/types/annotationPluginType").AnnotationPluginDependencies;
31
+ dependencies: import("@atlaskit/editor-plugin-annotation").AnnotationPluginDependencies;
32
32
  actions: {
33
33
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: EditorState) => boolean | undefined;
34
34
  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;
@@ -1,3 +1,3 @@
1
1
  export { default as datePlugin } from './datePlugin';
2
- export type { DatePlugin } from './datePluginType';
2
+ export type { DatePlugin, DatePluginDependencies } from './datePluginType';
3
3
  export type { DatePluginSharedState, DatePluginConfig, DatePluginOptions, DateType, InsertDate, } from './types';
@@ -33,7 +33,7 @@ export declare const closeDatePickerWithAnalytics: ({ date, pluginInjectionApi,
33
33
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
34
34
  pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
35
35
  sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
36
- dependencies: import("packages/editor/editor-plugin-annotation/dist/types/annotationPluginType").AnnotationPluginDependencies;
36
+ dependencies: import("@atlaskit/editor-plugin-annotation").AnnotationPluginDependencies;
37
37
  actions: {
38
38
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: EditorState) => boolean | undefined;
39
39
  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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "5.0.2",
3
+ "version": "5.1.0",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,24 +32,24 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^47.6.0",
35
+ "@atlaskit/adf-schema": "^49.0.6",
36
36
  "@atlaskit/calendar": "^17.1.0",
37
37
  "@atlaskit/css": "^0.12.0",
38
38
  "@atlaskit/date": "^2.0.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
40
- "@atlaskit/editor-plugin-annotation": "^3.0.0",
40
+ "@atlaskit/editor-plugin-annotation": "^3.1.0",
41
41
  "@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
42
42
  "@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
43
43
  "@atlaskit/editor-prosemirror": "7.0.0",
44
- "@atlaskit/editor-shared-styles": "^3.4.0",
44
+ "@atlaskit/editor-shared-styles": "^3.5.0",
45
45
  "@atlaskit/form": "^12.0.0",
46
- "@atlaskit/icon": "^27.3.0",
46
+ "@atlaskit/icon": "^27.5.0",
47
47
  "@atlaskit/locale": "^3.0.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/textfield": "^8.0.0",
50
50
  "@atlaskit/theme": "^19.0.0",
51
- "@atlaskit/tmp-editor-statsig": "^9.1.0",
52
- "@atlaskit/tokens": "^5.4.0",
51
+ "@atlaskit/tmp-editor-statsig": "^9.9.0",
52
+ "@atlaskit/tokens": "^5.6.0",
53
53
  "@atlaskit/visually-hidden": "^3.0.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "bind-event-listener": "^3.0.0",
@@ -59,20 +59,20 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@atlaskit/editor-plugin-composition": "^2.0.0",
62
- "@atlaskit/editor-plugin-content-insertion": "^3.0.0",
62
+ "@atlaskit/editor-plugin-content-insertion": "^3.1.0",
63
63
  "@atlaskit/editor-plugin-decorations": "^3.0.0",
64
64
  "@atlaskit/editor-plugin-feature-flags": "^2.0.0",
65
65
  "@atlaskit/editor-plugin-guideline": "^3.0.0",
66
66
  "@atlaskit/editor-plugin-quick-insert": "^3.0.0",
67
67
  "@atlaskit/editor-plugin-selection": "^3.0.0",
68
- "@atlaskit/editor-plugin-table": "^11.0.0",
69
- "@atlaskit/editor-plugin-tasks-and-decisions": "^6.0.0",
70
- "@atlaskit/editor-plugin-type-ahead": "^3.0.0",
68
+ "@atlaskit/editor-plugin-table": "^12.1.0",
69
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^6.1.0",
70
+ "@atlaskit/editor-plugin-type-ahead": "^3.1.0",
71
71
  "@atlaskit/editor-plugin-width": "^4.0.0",
72
72
  "@testing-library/react": "^13.4.0"
73
73
  },
74
74
  "peerDependencies": {
75
- "@atlaskit/editor-common": "^107.7.0",
75
+ "@atlaskit/editor-common": "^107.9.0",
76
76
  "react": "^18.2.0",
77
77
  "react-dom": "^18.2.0"
78
78
  },