@atlaskit/editor-plugin-date 8.1.8 → 8.1.10

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,20 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 8.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.1.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`4d676bbdb3ce6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4d676bbdb3ce6) -
14
+ ts-ignore added temporarily to unblock local consumption for help-center, will be removed once
15
+ project refs are setup
16
+ - Updated dependencies
17
+
3
18
  ## 8.1.8
4
19
 
5
20
  ### Patch Changes
@@ -28,7 +28,11 @@ var createPlugin = function createPlugin(pmPluginFactoryParams) {
28
28
  state: createPluginState(dispatch, newPluginState),
29
29
  key: _pluginKey.pluginKey,
30
30
  props: {
31
+ // @ts-ignore - Workaround for help-center local consumption
32
+
31
33
  nodeViews: {
34
+ // @ts-ignore - Workaround for help-center local consumption
35
+
32
36
  date: function date(node, view, getPos, decorations) {
33
37
  return new _DateNodeView.DateNodeView(node, view, getPos, pmPluginFactoryParams.getIntl(), decorations);
34
38
  }
@@ -25,7 +25,11 @@ const createPlugin = pmPluginFactoryParams => {
25
25
  state: createPluginState(dispatch, newPluginState),
26
26
  key: pluginKey,
27
27
  props: {
28
+ // @ts-ignore - Workaround for help-center local consumption
29
+
28
30
  nodeViews: {
31
+ // @ts-ignore - Workaround for help-center local consumption
32
+
29
33
  date: (node, view, getPos, decorations) => {
30
34
  return new DateNodeView(node, view, getPos, pmPluginFactoryParams.getIntl(), decorations);
31
35
  }
@@ -22,7 +22,11 @@ var createPlugin = function createPlugin(pmPluginFactoryParams) {
22
22
  state: createPluginState(dispatch, newPluginState),
23
23
  key: pluginKey,
24
24
  props: {
25
+ // @ts-ignore - Workaround for help-center local consumption
26
+
25
27
  nodeViews: {
28
+ // @ts-ignore - Workaround for help-center local consumption
29
+
26
30
  date: function date(node, view, getPos, decorations) {
27
31
  return new DateNodeView(node, view, getPos, pmPluginFactoryParams.getIntl(), decorations);
28
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "8.1.8",
3
+ "version": "8.1.10",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,6 @@
32
32
  "@atlaskit/adf-schema": "^51.4.0",
33
33
  "@atlaskit/calendar": "^17.1.0",
34
34
  "@atlaskit/css": "^0.17.0",
35
- "@atlaskit/date": "^2.0.0",
36
35
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
37
36
  "@atlaskit/editor-plugin-annotation": "^6.2.0",
38
37
  "@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
@@ -45,8 +44,8 @@
45
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
45
  "@atlaskit/textfield": "^8.1.0",
47
46
  "@atlaskit/theme": "^21.0.0",
48
- "@atlaskit/tmp-editor-statsig": "^13.42.0",
49
- "@atlaskit/tokens": "^8.3.0",
47
+ "@atlaskit/tmp-editor-statsig": "^14.0.0",
48
+ "@atlaskit/tokens": "^8.4.0",
50
49
  "@atlaskit/visually-hidden": "^3.0.0",
51
50
  "@babel/runtime": "^7.0.0",
52
51
  "bind-event-listener": "^3.0.0",
@@ -55,21 +54,10 @@
55
54
  "react-loadable": "^5.1.0"
56
55
  },
57
56
  "devDependencies": {
58
- "@atlaskit/editor-plugin-composition": "^5.0.0",
59
- "@atlaskit/editor-plugin-content-insertion": "^6.0.0",
60
- "@atlaskit/editor-plugin-decorations": "^6.1.0",
61
- "@atlaskit/editor-plugin-feature-flags": "^5.0.0",
62
- "@atlaskit/editor-plugin-guideline": "^6.0.0",
63
- "@atlaskit/editor-plugin-quick-insert": "^6.0.0",
64
- "@atlaskit/editor-plugin-selection": "^6.1.0",
65
- "@atlaskit/editor-plugin-table": "^15.4.0",
66
- "@atlaskit/editor-plugin-tasks-and-decisions": "^9.1.0",
67
- "@atlaskit/editor-plugin-type-ahead": "^6.5.0",
68
- "@atlaskit/editor-plugin-width": "^7.0.0",
69
57
  "@testing-library/react": "^13.4.0"
70
58
  },
71
59
  "peerDependencies": {
72
- "@atlaskit/editor-common": "^110.34.0",
60
+ "@atlaskit/editor-common": "^110.36.0",
73
61
  "react": "^18.2.0",
74
62
  "react-dom": "^18.2.0"
75
63
  },