@atlaskit/editor-plugin-tasks-and-decisions 1.3.4 → 1.4.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,17 @@
1
1
  # @atlaskit/editor-plugin-tasks-and-decisions
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156)
8
+ [`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) -
9
+ Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.3.4
4
16
 
5
17
  ### Patch Changes
@@ -23,6 +23,7 @@ var _ToolbarTask = _interopRequireDefault(require("./ui/ToolbarTask"));
23
23
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
24
24
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
25
25
  /** @jsx jsx */
26
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
27
 
27
28
  var taskDecisionToolbarGroupStyles = (0, _react.css)({
28
29
  display: 'flex'
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css, jsx } from '@emotion/react';
3
4
  import { decisionItem, decisionList, taskItem, taskList } from '@atlaskit/adf-schema';
4
5
  import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css, jsx } from '@emotion/react';
3
4
  import { decisionItem, decisionList, taskItem, taskList } from '@atlaskit/adf-schema';
4
5
  import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "1.3.4",
3
+ "version": "1.4.0",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -21,7 +21,10 @@
21
21
  "types": "dist/types/index.d.ts",
22
22
  "typesVersions": {
23
23
  ">=4.5 <4.9": {
24
- "*": ["dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts"]
24
+ "*": [
25
+ "dist/types-ts4.5/*",
26
+ "dist/types-ts4.5/index.d.ts"
27
+ ]
25
28
  }
26
29
  },
27
30
  "sideEffects": false,
@@ -30,15 +33,15 @@
30
33
  ".": "./src/index.ts"
31
34
  },
32
35
  "dependencies": {
33
- "@atlaskit/adf-schema": "^36.10.7",
36
+ "@atlaskit/adf-schema": "^37.0.0",
34
37
  "@atlaskit/analytics-namespaced-context": "^6.10.0",
35
38
  "@atlaskit/analytics-next": "^9.3.0",
36
- "@atlaskit/editor-common": "^82.6.0",
37
- "@atlaskit/editor-plugin-analytics": "^1.2.0",
39
+ "@atlaskit/editor-common": "^82.12.0",
40
+ "@atlaskit/editor-plugin-analytics": "^1.3.0",
38
41
  "@atlaskit/editor-plugin-context-identifier": "^1.1.0",
39
- "@atlaskit/editor-plugin-type-ahead": "^1.2.0",
42
+ "@atlaskit/editor-plugin-type-ahead": "^1.3.0",
40
43
  "@atlaskit/editor-prosemirror": "4.0.1",
41
- "@atlaskit/icon": "^22.3.0",
44
+ "@atlaskit/icon": "^22.4.0",
42
45
  "@atlaskit/prosemirror-input-rules": "^3.1.0",
43
46
  "@atlaskit/task-decision": "^17.10.0",
44
47
  "@babel/runtime": "^7.0.0",
@@ -63,18 +66,35 @@
63
66
  },
64
67
  "techstack": {
65
68
  "@atlassian/frontend": {
66
- "import-structure": ["atlassian-conventions"],
67
- "circular-dependencies": ["file-and-folder-level"]
69
+ "import-structure": [
70
+ "atlassian-conventions"
71
+ ],
72
+ "circular-dependencies": [
73
+ "file-and-folder-level"
74
+ ]
68
75
  },
69
76
  "@repo/internal": {
70
77
  "dom-events": "use-bind-event-listener",
71
- "analytics": ["analytics-next"],
72
- "design-tokens": ["color"],
73
- "theming": ["react-context"],
74
- "ui-components": ["lite-mode"],
78
+ "analytics": [
79
+ "analytics-next"
80
+ ],
81
+ "design-tokens": [
82
+ "color"
83
+ ],
84
+ "theming": [
85
+ "react-context"
86
+ ],
87
+ "ui-components": [
88
+ "lite-mode"
89
+ ],
75
90
  "deprecation": "no-deprecated-imports",
76
- "styling": ["emotion", "emotion"],
77
- "imports": ["import-no-extraneous-disable-for-examples-and-docs"]
91
+ "styling": [
92
+ "emotion",
93
+ "emotion"
94
+ ],
95
+ "imports": [
96
+ "import-no-extraneous-disable-for-examples-and-docs"
97
+ ]
78
98
  }
79
99
  }
80
100
  }