@atlaskit/task-decision 19.2.18 → 19.2.19
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 +6 -0
- package/afm-products/tsconfig.json +1 -1
- package/docs/01-intro.tsx +2 -1
- package/package.json +3 -3
- package/build/tsconfig.json +0 -23
package/CHANGELOG.md
CHANGED
package/docs/01-intro.tsx
CHANGED
|
@@ -6,7 +6,7 @@ const TaskDecisionSource = require('!!raw-loader!../examples/00-decision-item');
|
|
|
6
6
|
|
|
7
7
|
const TaskDecisionProps = require('!!extract-react-types-loader!../src/components/DecisionItem');
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const _default_1: any = md`
|
|
10
10
|
${(<AtlassianInternalWarning />)}
|
|
11
11
|
|
|
12
12
|
This component provides components for rendering tasks and decisions.
|
|
@@ -38,4 +38,5 @@ export default md`
|
|
|
38
38
|
|
|
39
39
|
${(<Props heading="Decision Props" props={TaskDecisionProps} />)}
|
|
40
40
|
`;
|
|
41
|
+
export default _default_1;
|
|
41
42
|
// TODO: Add more information for task.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/task-decision",
|
|
3
|
-
"version": "19.2.
|
|
3
|
+
"version": "19.2.19",
|
|
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": "^29.4.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
|
-
"@atlaskit/tokens": "^
|
|
42
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
43
43
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.18.6",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@atlaskit/elements-test-helpers": "workspace:^",
|
|
59
59
|
"@atlaskit/ssr": "workspace:^",
|
|
60
60
|
"@atlaskit/util-data-test": "^18.4.0",
|
|
61
|
-
"@testing-library/react": "^
|
|
61
|
+
"@testing-library/react": "^16.3.0",
|
|
62
62
|
"@testing-library/user-event": "^14.4.3",
|
|
63
63
|
"@types/url-search-params": "^0.10.0",
|
|
64
64
|
"date-fns": "^2.17.0",
|
package/build/tsconfig.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../tsconfig",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"paths": {}
|
|
7
|
-
},
|
|
8
|
-
"include": [
|
|
9
|
-
"../src/**/*.ts",
|
|
10
|
-
"../src/**/*.tsx"
|
|
11
|
-
],
|
|
12
|
-
"exclude": [
|
|
13
|
-
"../src/**/__tests__/*",
|
|
14
|
-
"../src/**/*.test.*",
|
|
15
|
-
"../src/**/test.*",
|
|
16
|
-
"../src/**/examples.*",
|
|
17
|
-
"../src/**/examples/*",
|
|
18
|
-
"../src/**/examples/**/*",
|
|
19
|
-
"../src/**/*.stories.*",
|
|
20
|
-
"../src/**/stories/*",
|
|
21
|
-
"../src/**/stories/**/*"
|
|
22
|
-
]
|
|
23
|
-
}
|