@atlaskit/task-decision 19.3.1 → 19.3.3
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 +12 -0
- package/dist/cjs/components/DecisionItem.js +1 -1
- package/dist/cjs/components/DecisionList.js +1 -1
- package/dist/cjs/components/Item.js +1 -1
- package/dist/cjs/components/TaskItem.js +1 -1
- package/dist/cjs/components/TaskList.js +1 -1
- package/dist/es2019/components/DecisionItem.js +1 -1
- package/dist/es2019/components/DecisionList.js +1 -1
- package/dist/es2019/components/Item.js +1 -1
- package/dist/es2019/components/TaskItem.js +1 -1
- package/dist/es2019/components/TaskList.js +1 -1
- package/dist/esm/components/DecisionItem.js +1 -1
- package/dist/esm/components/DecisionList.js +1 -1
- package/dist/esm/components/Item.js +1 -1
- package/dist/esm/components/TaskItem.js +1 -1
- package/dist/esm/components/TaskList.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* DecisionList.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* DecisionList.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./DecisionList.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { PureComponent } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Item.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* Item.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./Item.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* TaskItem.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* TaskItem.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./TaskItem.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* DecisionList.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* DecisionList.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Item.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* Item.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* TaskItem.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* TaskItem.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./TaskItem.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/task-decision",
|
|
3
|
-
"version": "19.3.
|
|
3
|
+
"version": "19.3.3",
|
|
4
4
|
"description": "Tasks and decisions react components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
40
40
|
"@atlaskit/icon": "^32.0.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
42
|
+
"@atlaskit/tmp-editor-statsig": "^35.0.0",
|
|
43
43
|
"@atlaskit/tokens": "^11.0.0",
|
|
44
44
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@atlaskit/elements-test-helpers": "workspace:^",
|
|
60
60
|
"@atlaskit/ssr": "workspace:^",
|
|
61
61
|
"@atlaskit/util-data-test": "^18.5.0",
|
|
62
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
62
|
+
"@atlassian/a11y-jest-testing": "^0.10.0",
|
|
63
63
|
"@testing-library/react": "^16.3.0",
|
|
64
64
|
"@testing-library/user-event": "^14.4.3",
|
|
65
65
|
"@types/url-search-params": "^0.10.0",
|