@atlaskit/editor-plugin-date 1.0.7 → 1.0.9

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,18 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 1.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777) [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) - Bump adf-schema to 35.7.0
8
+ - Updated dependencies
9
+
10
+ ## 1.0.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 1.0.7
4
17
 
5
18
  ### Patch Changes
@@ -19,7 +19,7 @@ export interface InputProps {
19
19
  export interface InputState {
20
20
  inputText: string;
21
21
  }
22
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<InputProps & WrappedComponentProps<"intl">>> & {
23
- WrappedComponent: React.ComponentType<InputProps & WrappedComponentProps<"intl">>;
22
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<InputProps & WrappedComponentProps>> & {
23
+ WrappedComponent: React.ComponentType<InputProps & WrappedComponentProps>;
24
24
  };
25
25
  export default _default;
@@ -30,7 +30,7 @@ export interface State {
30
30
  setInputSelectionPos?: number;
31
31
  latestValidDate: DateType;
32
32
  }
33
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
34
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
33
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
34
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
35
35
  };
36
36
  export default _default;
@@ -19,7 +19,7 @@ export interface InputProps {
19
19
  export interface InputState {
20
20
  inputText: string;
21
21
  }
22
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<InputProps & WrappedComponentProps<"intl">>> & {
23
- WrappedComponent: React.ComponentType<InputProps & WrappedComponentProps<"intl">>;
22
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<InputProps & WrappedComponentProps>> & {
23
+ WrappedComponent: React.ComponentType<InputProps & WrappedComponentProps>;
24
24
  };
25
25
  export default _default;
@@ -30,7 +30,7 @@ export interface State {
30
30
  setInputSelectionPos?: number;
31
31
  latestValidDate: DateType;
32
32
  }
33
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
34
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
33
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
34
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
35
35
  };
36
36
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,19 +32,19 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^35.6.0",
35
+ "@atlaskit/adf-schema": "^35.7.0",
36
36
  "@atlaskit/calendar": "^14.0.3",
37
37
  "@atlaskit/date": "^0.10.0",
38
- "@atlaskit/editor-common": "^78.14.0",
38
+ "@atlaskit/editor-common": "^78.18.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^1.0.0",
40
40
  "@atlaskit/editor-plugin-editor-disabled": "^1.0.0",
41
41
  "@atlaskit/editor-prosemirror": "3.0.0",
42
42
  "@atlaskit/editor-shared-styles": "^2.9.0",
43
43
  "@atlaskit/form": "^9.0.3",
44
44
  "@atlaskit/locale": "^2.6.0",
45
- "@atlaskit/textfield": "6.1.1",
45
+ "@atlaskit/textfield": "6.1.3",
46
46
  "@atlaskit/theme": "^12.6.0",
47
- "@atlaskit/tokens": "^1.41.0",
47
+ "@atlaskit/tokens": "^1.42.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "date-fns": "^2.17.0",
@@ -93,11 +93,9 @@
93
93
  "ui-components": [
94
94
  "lite-mode"
95
95
  ],
96
- "deprecation": [
97
- "no-deprecated-imports"
98
- ],
96
+ "deprecation": "no-deprecated-imports",
99
97
  "styling": [
100
- "static",
98
+ "emotion",
101
99
  "emotion"
102
100
  ],
103
101
  "imports": [
@@ -106,4 +104,4 @@
106
104
  }
107
105
  },
108
106
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
109
- }
107
+ }