@atlaskit/task-decision 19.2.12 → 19.2.14
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 -19
- package/{afm-dev-agents → afm-products}/tsconfig.json +8 -8
- package/dist/cjs/api/TaskDecisionResource.js +2 -1
- package/dist/cjs/components/DecisionItem.js +1 -1
- package/dist/cjs/components/DecisionList.js +1 -1
- package/dist/cjs/components/Item.compiled.css +2 -2
- package/dist/cjs/components/Item.js +2 -6
- package/dist/cjs/components/TaskItem.compiled.css +9 -3
- package/dist/cjs/components/TaskItem.js +2 -5
- package/dist/cjs/components/TaskList.js +1 -1
- package/dist/es2019/api/TaskDecisionResource.js +2 -0
- 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.compiled.css +8 -2
- package/dist/es2019/components/TaskItem.js +1 -1
- package/dist/es2019/components/TaskList.js +1 -1
- package/dist/esm/api/TaskDecisionResource.js +2 -0
- package/dist/esm/components/DecisionItem.js +1 -1
- package/dist/esm/components/DecisionList.js +1 -1
- package/dist/esm/components/Item.compiled.css +2 -2
- package/dist/esm/components/Item.js +2 -6
- package/dist/esm/components/TaskItem.compiled.css +9 -3
- package/dist/esm/components/TaskItem.js +2 -5
- package/dist/esm/components/TaskList.js +1 -1
- package/package.json +7 -7
- package/afm-passionfruit/tsconfig.json +0 -45
- package/afm-post-office/tsconfig.json +0 -45
- package/afm-rovo-extension/tsconfig.json +0 -45
- package/afm-townsquare/tsconfig.json +0 -45
- package/afm-volt/tsconfig.json +0 -45
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/task-decision
|
|
2
2
|
|
|
3
|
+
## 19.2.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 19.2.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 19.2.12
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1123,7 +1135,6 @@
|
|
|
1123
1135
|
|
|
1124
1136
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1125
1137
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1126
|
-
|
|
1127
1138
|
- @atlaskit/docs@8.3.2
|
|
1128
1139
|
- @atlaskit/analytics-next@6.3.5
|
|
1129
1140
|
- @atlaskit/avatar-group@5.0.4
|
|
@@ -1420,12 +1431,10 @@ Bumped dependencies.
|
|
|
1420
1431
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1421
1432
|
|
|
1422
1433
|
**Breaking changes**
|
|
1423
|
-
|
|
1424
1434
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1425
1435
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1426
1436
|
|
|
1427
1437
|
**Breaking changes to TypeScript annotations**
|
|
1428
|
-
|
|
1429
1438
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1430
1439
|
props as a generic type.
|
|
1431
1440
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1482,7 +1491,6 @@ Bumped dependencies.
|
|
|
1482
1491
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1483
1492
|
|
|
1484
1493
|
In this PR, we are:
|
|
1485
|
-
|
|
1486
1494
|
- Re-introducing dist build folders
|
|
1487
1495
|
- Adding back cjs
|
|
1488
1496
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1555,7 +1563,6 @@ Bumped dependencies.
|
|
|
1555
1563
|
## 15.0.2
|
|
1556
1564
|
|
|
1557
1565
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1558
|
-
|
|
1559
1566
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1560
1567
|
Request #5942 for details
|
|
1561
1568
|
|
|
@@ -1569,7 +1576,6 @@ Bumped dependencies.
|
|
|
1569
1576
|
## 15.0.0
|
|
1570
1577
|
|
|
1571
1578
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1572
|
-
|
|
1573
1579
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1574
1580
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1575
1581
|
|
|
@@ -1592,13 +1598,11 @@ Bumped dependencies.
|
|
|
1592
1598
|
## 14.0.7
|
|
1593
1599
|
|
|
1594
1600
|
- [patch][a6fb248987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6fb248987):
|
|
1595
|
-
|
|
1596
1601
|
- ED-6639 Align lists styles between editor & renderer
|
|
1597
1602
|
|
|
1598
1603
|
## 14.0.6
|
|
1599
1604
|
|
|
1600
1605
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
1601
|
-
|
|
1602
1606
|
- Bump tslib
|
|
1603
1607
|
|
|
1604
1608
|
## 14.0.5
|
|
@@ -1618,7 +1622,6 @@ Bumped dependencies.
|
|
|
1618
1622
|
## 14.0.4
|
|
1619
1623
|
|
|
1620
1624
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
1621
|
-
|
|
1622
1625
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
1623
1626
|
supplied from itself.
|
|
1624
1627
|
|
|
@@ -1640,7 +1643,6 @@ Bumped dependencies.
|
|
|
1640
1643
|
## 14.0.2
|
|
1641
1644
|
|
|
1642
1645
|
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
1643
|
-
|
|
1644
1646
|
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
1645
1647
|
|
|
1646
1648
|
## 14.0.1
|
|
@@ -1654,31 +1656,26 @@ Bumped dependencies.
|
|
|
1654
1656
|
## 14.0.0
|
|
1655
1657
|
|
|
1656
1658
|
- [major][eb4323c388](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eb4323c388):
|
|
1657
|
-
|
|
1658
1659
|
- removed cards appearance related code used by stride
|
|
1659
1660
|
|
|
1660
1661
|
## 13.2.0
|
|
1661
1662
|
|
|
1662
1663
|
- [minor][b0210d7ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0210d7ccc):
|
|
1663
|
-
|
|
1664
1664
|
- reset jest modules before hydration
|
|
1665
1665
|
|
|
1666
1666
|
## 13.1.1
|
|
1667
1667
|
|
|
1668
1668
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
1669
|
-
|
|
1670
1669
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
1671
1670
|
|
|
1672
1671
|
## 13.1.0
|
|
1673
1672
|
|
|
1674
1673
|
- [minor][b684722884](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b684722884):
|
|
1675
|
-
|
|
1676
1674
|
- improvement of SSR tests and examples for Fabric Elements
|
|
1677
1675
|
|
|
1678
1676
|
## 13.0.0
|
|
1679
1677
|
|
|
1680
1678
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1681
|
-
|
|
1682
1679
|
- Dropped ES5 distributables from the typescript packages
|
|
1683
1680
|
|
|
1684
1681
|
## 12.0.2
|
|
@@ -1698,7 +1695,6 @@ Bumped dependencies.
|
|
|
1698
1695
|
## 12.0.0
|
|
1699
1696
|
|
|
1700
1697
|
- [major][72c6f68226](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72c6f68226):
|
|
1701
|
-
|
|
1702
1698
|
- removed ResourcedItemList component from task-decision
|
|
1703
1699
|
|
|
1704
1700
|
## 11.3.2
|
|
@@ -1729,7 +1725,6 @@ Bumped dependencies.
|
|
|
1729
1725
|
## 11.3.0
|
|
1730
1726
|
|
|
1731
1727
|
- [minor][4072865c1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4072865c1c):
|
|
1732
|
-
|
|
1733
1728
|
- added SSR tests to task-decision
|
|
1734
1729
|
|
|
1735
1730
|
## 11.2.3
|
|
@@ -1757,7 +1752,6 @@ Bumped dependencies.
|
|
|
1757
1752
|
## 11.2.0
|
|
1758
1753
|
|
|
1759
1754
|
- [minor][be86cbebc3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be86cbebc3):
|
|
1760
|
-
|
|
1761
1755
|
- enable noImplicitAny for task-decision, and related changes
|
|
1762
1756
|
|
|
1763
1757
|
## 11.1.8
|
|
@@ -1825,7 +1819,6 @@ Bumped dependencies.
|
|
|
1825
1819
|
## 11.1.0
|
|
1826
1820
|
|
|
1827
1821
|
- [minor][d9815ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d9815ba):
|
|
1828
|
-
|
|
1829
1822
|
- ED-5888 Add dark mode for task-decision
|
|
1830
1823
|
|
|
1831
1824
|
## 11.0.10
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.products.json",
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"declaration": true,
|
|
5
5
|
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../
|
|
6
|
+
"outDir": "../../../../../tsDist/@atlaskit__task-decision/app",
|
|
7
7
|
"rootDir": "../",
|
|
8
8
|
"composite": true
|
|
9
9
|
},
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
],
|
|
25
25
|
"references": [
|
|
26
26
|
{
|
|
27
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-
|
|
27
|
+
"path": "../../../analytics/analytics-namespaced-context/afm-products/tsconfig.json"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"path": "../../../analytics/analytics-next/afm-
|
|
30
|
+
"path": "../../../analytics/analytics-next/afm-products/tsconfig.json"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
"path": "../../../design-system/icon/afm-
|
|
33
|
+
"path": "../../../design-system/icon/afm-products/tsconfig.json"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"path": "../../../platform/feature-flags/afm-
|
|
36
|
+
"path": "../../../platform/feature-flags/afm-products/tsconfig.json"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"path": "../../../design-system/tokens/afm-
|
|
39
|
+
"path": "../../../design-system/tokens/afm-products/tsconfig.json"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
"path": "../../util-service-support/afm-
|
|
42
|
+
"path": "../../util-service-support/afm-products/tsconfig.json"
|
|
43
43
|
}
|
|
44
44
|
]
|
|
45
45
|
}
|
|
@@ -14,7 +14,7 @@ var _TaskDecisionUtils = require("./TaskDecisionUtils");
|
|
|
14
14
|
var _types = require("../types");
|
|
15
15
|
var _typeHelpers = require("../type-helpers");
|
|
16
16
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
17
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
18
18
|
var ACTION_CREATED_FPS_EVENT = exports.ACTION_CREATED_FPS_EVENT = 'avi:task-decision-service:created:action';
|
|
19
19
|
var ACTION_EDITED_FPS_EVENT = exports.ACTION_EDITED_FPS_EVENT = 'avi:task-decision-service:edited:action';
|
|
20
20
|
var ACTION_DELETED_FPS_EVENT = exports.ACTION_DELETED_FPS_EVENT = 'avi:task-decision-service:deleted:action';
|
|
@@ -44,6 +44,7 @@ var RecentUpdates = exports.RecentUpdates = /*#__PURE__*/function () {
|
|
|
44
44
|
return (0, _createClass2.default)(RecentUpdates, [{
|
|
45
45
|
key: "subscribe",
|
|
46
46
|
value: function subscribe(objectAri, recentUpdatesListener) {
|
|
47
|
+
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
47
48
|
var id = (0, _uuid.default)();
|
|
48
49
|
var containerIds = this.idsByContainer.get(objectAri);
|
|
49
50
|
if (!containerIds) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
._18s815t0{margin:var(--_1yfnyhr)}
|
|
3
|
-
._18s81hzh{margin:var(--_tptct2)}
|
|
4
2
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._14hd1wug .decision-item{cursor:auto}
|
|
5
3
|
._16jlkb7n{flex-grow:1}
|
|
6
4
|
._18m915vq{overflow-y:hidden}
|
|
5
|
+
._18u0hwpb{margin-left:calc(var(--ds-space-100, 8px)*3)}
|
|
7
6
|
._18u0idpf{margin-left:0}
|
|
7
|
+
._18u0tu8f{margin-left:calc(var(--ds-space-100, 8px)*3.5)}
|
|
8
8
|
._19bvutpp{padding-left:var(--ds-space-150,9pt)}
|
|
9
9
|
._19pkidpf{margin-top:0}
|
|
10
10
|
._19pku2gc{margin-top:var(--ds-space-100,8px)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Item.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* Item.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -47,11 +47,7 @@ var Item = exports.default = /*#__PURE__*/function (_PureComponent) {
|
|
|
47
47
|
"data-testid": "task-decision-item-placeholder",
|
|
48
48
|
"data-component": "placeholder",
|
|
49
49
|
contentEditable: false,
|
|
50
|
-
className: (0, _runtime.ax)(["
|
|
51
|
-
style: {
|
|
52
|
-
"--_tptct2": (0, _runtime.ix)("0 0 0 calc(".concat("var(--ds-space-100, 8px)", " * 3.5)")),
|
|
53
|
-
"--_1yfnyhr": (0, _runtime.ix)("0 0 0 calc(".concat("var(--ds-space-100, 8px)", " * 3)"))
|
|
54
|
-
}
|
|
50
|
+
className: (0, _runtime.ax)(["_19pkidpf _2hwxidpf _otyridpf _18u0tu8f _1reo15vq _18m915vq _kqswstnw _syaz131l _lcxvglyw _1bto1l2s _o5721q9c _p12f1dza", itemType === 'TASK' && "_19pkidpf _2hwxidpf _otyridpf _18u0hwpb"])
|
|
55
51
|
}, placeholder);
|
|
56
52
|
}
|
|
57
53
|
}, {
|
|
@@ -1,19 +1,24 @@
|
|
|
1
1
|
|
|
2
2
|
._18a711so>input[type=checkbox]+span>svg rect:first-of-type{transition:stroke .2s ease-in-out}
|
|
3
3
|
._1abj1mn3>input[type=checkbox]+span>svg{transition:color .2s ease-in-out,fill .2s ease-in-out}
|
|
4
|
-
.
|
|
4
|
+
._den51vyt>input[type=checkbox]:focus+span:after{border:var(--ds-border-width-selected,2px) solid var(--ds-border-focused,#388bff)}
|
|
5
5
|
._zh8l1b66>input[type=checkbox]:focus+span:after{border-radius:var(--ds-space-050,4px)}._10cr1ssb>input[type=checkbox]+span>svg{top:50%}
|
|
6
6
|
._12yy1d5g>input[type=checkbox]:hover+span>svg{color:var(--ds-background-input-hovered,#f7f8f9)}
|
|
7
7
|
._13vl73ad>input[type=checkbox][disabled]{cursor:default}
|
|
8
|
+
._16fmsyzs>input[type=checkbox]:disabled:hover+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
8
9
|
._16jlidpf{flex-grow:0}
|
|
9
10
|
._16np1elr>input[type=checkbox]+span>svg rect:first-of-type{stroke:var(--ds-border-input,#8590a2)}
|
|
10
11
|
._1746glyw>input[type=checkbox]{outline-style:none}
|
|
11
12
|
._18tob3bt>input[type=checkbox]:focus+span:after{content:""}
|
|
12
13
|
._19l51ooe>input[type=checkbox]+span{transform:translate(-50%,-50%)}
|
|
14
|
+
._19w0syzs>input[type=checkbox]:disabled:hover+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
13
15
|
._1awt1ule>input[type=checkbox]:focus+span:after{display:block}
|
|
16
|
+
._1bc7syzs>input[type=checkbox]:disabled:focus+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
14
17
|
._1bsb1tcg{width:24px}
|
|
15
18
|
._1davidpf>input[type=checkbox]{opacity:0}
|
|
16
19
|
._1efjn7od>input[type=checkbox]+span>svg{max-height:unset}
|
|
20
|
+
._1eulsyzs>input[type=checkbox]:disabled:active+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
21
|
+
._1gxgsyzs>input[type=checkbox]:disabled:focus+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
17
22
|
._1h5xidpf>input[type=checkbox]{margin-top:0}
|
|
18
23
|
._1l0615vq>input[type=checkbox]+span>svg{overflow-y:hidden}
|
|
19
24
|
._1mh7kb7n>input[type=checkbox]{z-index:1}
|
|
@@ -42,11 +47,12 @@
|
|
|
42
47
|
._9j2j1ssb>input[type=checkbox]+span{top:50%}
|
|
43
48
|
._9l2s7vkz>input[type=checkbox]{height:1pc}
|
|
44
49
|
._a27kkb7n>input[type=checkbox]+span>svg rect:first-of-type{stroke-width:1}
|
|
45
|
-
._bhkusyzs>input[type=checkbox]:disabled+span>svg rect:first-of-type
|
|
50
|
+
._bhkusyzs>input[type=checkbox]:disabled+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
46
51
|
._c8dpmuej>input[type=checkbox]:checked:active+span>svg rect:first-of-type{stroke:var(--ds-border,#091e4224)}
|
|
47
52
|
._cr751ooe>input[type=checkbox]:focus+span:after{transform:translate(-50%,-50%)}
|
|
48
53
|
._cs4qstnw>input[type=checkbox]+span{position:absolute}
|
|
49
|
-
.
|
|
54
|
+
._czfesyzs>input[type=checkbox]:disabled:active+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
55
|
+
._d2dcsyzs>input[type=checkbox]:disabled+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
50
56
|
._dx3f1o36>input[type=checkbox]{outline-width:medium}
|
|
51
57
|
._fs2cidpf>input[type=checkbox]{margin-bottom:0}
|
|
52
58
|
._g5w3stnw>input[type=checkbox]:focus+span:after{position:absolute}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* TaskItem.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* TaskItem.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -89,10 +89,7 @@ var TaskItem = function TaskItem(props) {
|
|
|
89
89
|
var inputRef = (0, _useCallbackRef.useMergeRefs)(inputRefFromProps === undefined ? [localInputRef] : [inputRefFromProps, localInputRef]);
|
|
90
90
|
var icon = /*#__PURE__*/_react.default.createElement("span", {
|
|
91
91
|
contentEditable: false,
|
|
92
|
-
className: (0, _runtime.ax)(["_16jlidpf _1o9zidpf _i0dl1tcg _1bsb1tcg _4t3i1tcg _kqswh2mm _1wpzv2br _1snx1r31 _1746glyw _dx3f1o36 _1h5xidpf _sqizidpf _fs2cidpf _1smcidpf _oezm15vq _1l0615vq _1abj1mn3 _18a711so _16np1elr _a27kkb7n _q3p7usvi _qhqx1nu9 _10cr1ssb _zfav1ssb _m7eu1ooe _l9o0n7od _1efjn7od _1u2istnw _32ro1j9a _1wn015vq
|
|
93
|
-
style: {
|
|
94
|
-
"--_1yxryfo": (0, _runtime.ix)("var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border-focused, #388BFF)"))
|
|
95
|
-
}
|
|
92
|
+
className: (0, _runtime.ax)(["_16jlidpf _1o9zidpf _i0dl1tcg _1bsb1tcg _4t3i1tcg _kqswh2mm _1wpzv2br _1snx1r31 _1746glyw _dx3f1o36 _1h5xidpf _sqizidpf _fs2cidpf _1smcidpf _oezm15vq _1l0615vq _1abj1mn3 _18a711so _16np1elr _a27kkb7n _q3p7usvi _qhqx1nu9 _10cr1ssb _zfav1ssb _m7eu1ooe _l9o0n7od _1efjn7od _1u2istnw _32ro1j9a _1wn015vq _den51vyt _zh8l1b66 _g5w3stnw _whhepxbi _1stbpxbi _18tob3bt _1awt1ule _haf81ssb _ra781ssb _cr751ooe _1q8r7vkz _9l2s7vkz _1mh7kb7n _s3uktlke _1davidpf _8bo8stnw _psnc1ssb _4k421ssb _1rvv1ooe _13vl73ad _1t711tcg _1nuz1tcg _cs4qstnw _9j2j1ssb _1mwj1ssb _19l51ooe _12yy1d5g _1miy1elr _1umo18hz _tpz25w2r _k6dg18hz _1qduewfl _q8ft1fvw _1y9t5w2r _ut031fvw _gi9hr01l _1qp6muej _wxkgr01l _wo245w2r _c8dpmuej _d2dcsyzs _1eulsyzs _1bc7syzs _16fmsyzs _bhkusyzs _czfesyzs _1gxgsyzs _19w0syzs _1x1y1lg7"])
|
|
96
93
|
}, /*#__PURE__*/_react.default.createElement("input", {
|
|
97
94
|
id: checkBoxId,
|
|
98
95
|
"aria-label": formatMessage(isDone ? _i18n.messages.markTaskAsNotCompleted : _i18n.messages.markTaskAsCompleted),
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
+
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
2
3
|
import uuid from 'uuid';
|
|
3
4
|
import { utils } from '@atlaskit/util-service-support';
|
|
4
5
|
import { convertServiceTaskToTask, convertServiceTaskStateToBaseItem, findIndex } from './TaskDecisionUtils';
|
|
@@ -31,6 +32,7 @@ export class RecentUpdates {
|
|
|
31
32
|
this.subscribeToPubSubEvents();
|
|
32
33
|
}
|
|
33
34
|
subscribe(objectAri, recentUpdatesListener) {
|
|
35
|
+
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
34
36
|
const id = uuid();
|
|
35
37
|
let containerIds = this.idsByContainer.get(objectAri);
|
|
36
38
|
if (!containerIds) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* DecisionList.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* DecisionList.tsx generated by @compiled/babel-plugin v0.38.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.38.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";
|
|
@@ -5,15 +5,20 @@
|
|
|
5
5
|
._zh8l1b66>input[type=checkbox]:focus+span:after{border-radius:var(--ds-space-050,4px)}._10cr1ssb>input[type=checkbox]+span>svg{top:50%}
|
|
6
6
|
._12yy1d5g>input[type=checkbox]:hover+span>svg{color:var(--ds-background-input-hovered,#f7f8f9)}
|
|
7
7
|
._13vl73ad>input[type=checkbox][disabled]{cursor:default}
|
|
8
|
+
._16fmsyzs>input[type=checkbox]:disabled:hover+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
8
9
|
._16jlidpf{flex-grow:0}
|
|
9
10
|
._16np1elr>input[type=checkbox]+span>svg rect:first-of-type{stroke:var(--ds-border-input,#8590a2)}
|
|
10
11
|
._1746glyw>input[type=checkbox]{outline-style:none}
|
|
11
12
|
._18tob3bt>input[type=checkbox]:focus+span:after{content:""}
|
|
12
13
|
._19l51ooe>input[type=checkbox]+span{transform:translate(-50%,-50%)}
|
|
14
|
+
._19w0syzs>input[type=checkbox]:disabled:hover+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
13
15
|
._1awt1ule>input[type=checkbox]:focus+span:after{display:block}
|
|
16
|
+
._1bc7syzs>input[type=checkbox]:disabled:focus+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
14
17
|
._1bsb1tcg{width:24px}
|
|
15
18
|
._1davidpf>input[type=checkbox]{opacity:0}
|
|
16
19
|
._1efjn7od>input[type=checkbox]+span>svg{max-height:unset}
|
|
20
|
+
._1eulsyzs>input[type=checkbox]:disabled:active+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
21
|
+
._1gxgsyzs>input[type=checkbox]:disabled:focus+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
17
22
|
._1h5xidpf>input[type=checkbox]{margin-top:0}
|
|
18
23
|
._1l0615vq>input[type=checkbox]+span>svg{overflow-y:hidden}
|
|
19
24
|
._1mh7kb7n>input[type=checkbox]{z-index:1}
|
|
@@ -42,11 +47,12 @@
|
|
|
42
47
|
._9j2j1ssb>input[type=checkbox]+span{top:50%}
|
|
43
48
|
._9l2s7vkz>input[type=checkbox]{height:1pc}
|
|
44
49
|
._a27kkb7n>input[type=checkbox]+span>svg rect:first-of-type{stroke-width:1}
|
|
45
|
-
._bhkusyzs>input[type=checkbox]:disabled+span>svg rect:first-of-type
|
|
50
|
+
._bhkusyzs>input[type=checkbox]:disabled+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
46
51
|
._c8dpmuej>input[type=checkbox]:checked:active+span>svg rect:first-of-type{stroke:var(--ds-border,#091e4224)}
|
|
47
52
|
._cr751ooe>input[type=checkbox]:focus+span:after{transform:translate(-50%,-50%)}
|
|
48
53
|
._cs4qstnw>input[type=checkbox]+span{position:absolute}
|
|
49
|
-
.
|
|
54
|
+
._czfesyzs>input[type=checkbox]:disabled:active+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
55
|
+
._d2dcsyzs>input[type=checkbox]:disabled+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
50
56
|
._dx3f1o36>input[type=checkbox]{outline-width:medium}
|
|
51
57
|
._fs2cidpf>input[type=checkbox]{margin-bottom:0}
|
|
52
58
|
._g5w3stnw>input[type=checkbox]:focus+span:after{position:absolute}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* TaskItem.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* TaskItem.tsx generated by @compiled/babel-plugin v0.38.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";
|
|
@@ -3,6 +3,7 @@ import _createClass from "@babel/runtime/helpers/createClass";
|
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
6
7
|
import uuid from 'uuid';
|
|
7
8
|
import { utils } from '@atlaskit/util-service-support';
|
|
8
9
|
import { convertServiceTaskToTask, convertServiceTaskStateToBaseItem, findIndex } from './TaskDecisionUtils';
|
|
@@ -37,6 +38,7 @@ export var RecentUpdates = /*#__PURE__*/function () {
|
|
|
37
38
|
return _createClass(RecentUpdates, [{
|
|
38
39
|
key: "subscribe",
|
|
39
40
|
value: function subscribe(objectAri, recentUpdatesListener) {
|
|
41
|
+
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
40
42
|
var id = uuid();
|
|
41
43
|
var containerIds = this.idsByContainer.get(objectAri);
|
|
42
44
|
if (!containerIds) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* DecisionList.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* DecisionList.tsx generated by @compiled/babel-plugin v0.38.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,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
._18s815t0{margin:var(--_1yfnyhr)}
|
|
3
|
-
._18s81hzh{margin:var(--_tptct2)}
|
|
4
2
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._14hd1wug .decision-item{cursor:auto}
|
|
5
3
|
._16jlkb7n{flex-grow:1}
|
|
6
4
|
._18m915vq{overflow-y:hidden}
|
|
5
|
+
._18u0hwpb{margin-left:calc(var(--ds-space-100, 8px)*3)}
|
|
7
6
|
._18u0idpf{margin-left:0}
|
|
7
|
+
._18u0tu8f{margin-left:calc(var(--ds-space-100, 8px)*3.5)}
|
|
8
8
|
._19bvutpp{padding-left:var(--ds-space-150,9pt)}
|
|
9
9
|
._19pkidpf{margin-top:0}
|
|
10
10
|
._19pku2gc{margin-top:var(--ds-space-100,8px)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Item.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* Item.tsx generated by @compiled/babel-plugin v0.38.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";
|
|
@@ -38,11 +38,7 @@ var Item = /*#__PURE__*/function (_PureComponent) {
|
|
|
38
38
|
"data-testid": "task-decision-item-placeholder",
|
|
39
39
|
"data-component": "placeholder",
|
|
40
40
|
contentEditable: false,
|
|
41
|
-
className: ax(["
|
|
42
|
-
style: {
|
|
43
|
-
"--_tptct2": ix("0 0 0 calc(".concat("var(--ds-space-100, 8px)", " * 3.5)")),
|
|
44
|
-
"--_1yfnyhr": ix("0 0 0 calc(".concat("var(--ds-space-100, 8px)", " * 3)"))
|
|
45
|
-
}
|
|
41
|
+
className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0tu8f _1reo15vq _18m915vq _kqswstnw _syaz131l _lcxvglyw _1bto1l2s _o5721q9c _p12f1dza", itemType === 'TASK' && "_19pkidpf _2hwxidpf _otyridpf _18u0hwpb"])
|
|
46
42
|
}, placeholder);
|
|
47
43
|
}
|
|
48
44
|
}, {
|
|
@@ -1,19 +1,24 @@
|
|
|
1
1
|
|
|
2
2
|
._18a711so>input[type=checkbox]+span>svg rect:first-of-type{transition:stroke .2s ease-in-out}
|
|
3
3
|
._1abj1mn3>input[type=checkbox]+span>svg{transition:color .2s ease-in-out,fill .2s ease-in-out}
|
|
4
|
-
.
|
|
4
|
+
._den51vyt>input[type=checkbox]:focus+span:after{border:var(--ds-border-width-selected,2px) solid var(--ds-border-focused,#388bff)}
|
|
5
5
|
._zh8l1b66>input[type=checkbox]:focus+span:after{border-radius:var(--ds-space-050,4px)}._10cr1ssb>input[type=checkbox]+span>svg{top:50%}
|
|
6
6
|
._12yy1d5g>input[type=checkbox]:hover+span>svg{color:var(--ds-background-input-hovered,#f7f8f9)}
|
|
7
7
|
._13vl73ad>input[type=checkbox][disabled]{cursor:default}
|
|
8
|
+
._16fmsyzs>input[type=checkbox]:disabled:hover+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
8
9
|
._16jlidpf{flex-grow:0}
|
|
9
10
|
._16np1elr>input[type=checkbox]+span>svg rect:first-of-type{stroke:var(--ds-border-input,#8590a2)}
|
|
10
11
|
._1746glyw>input[type=checkbox]{outline-style:none}
|
|
11
12
|
._18tob3bt>input[type=checkbox]:focus+span:after{content:""}
|
|
12
13
|
._19l51ooe>input[type=checkbox]+span{transform:translate(-50%,-50%)}
|
|
14
|
+
._19w0syzs>input[type=checkbox]:disabled:hover+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
13
15
|
._1awt1ule>input[type=checkbox]:focus+span:after{display:block}
|
|
16
|
+
._1bc7syzs>input[type=checkbox]:disabled:focus+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
14
17
|
._1bsb1tcg{width:24px}
|
|
15
18
|
._1davidpf>input[type=checkbox]{opacity:0}
|
|
16
19
|
._1efjn7od>input[type=checkbox]+span>svg{max-height:unset}
|
|
20
|
+
._1eulsyzs>input[type=checkbox]:disabled:active+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
21
|
+
._1gxgsyzs>input[type=checkbox]:disabled:focus+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
17
22
|
._1h5xidpf>input[type=checkbox]{margin-top:0}
|
|
18
23
|
._1l0615vq>input[type=checkbox]+span>svg{overflow-y:hidden}
|
|
19
24
|
._1mh7kb7n>input[type=checkbox]{z-index:1}
|
|
@@ -42,11 +47,12 @@
|
|
|
42
47
|
._9j2j1ssb>input[type=checkbox]+span{top:50%}
|
|
43
48
|
._9l2s7vkz>input[type=checkbox]{height:1pc}
|
|
44
49
|
._a27kkb7n>input[type=checkbox]+span>svg rect:first-of-type{stroke-width:1}
|
|
45
|
-
._bhkusyzs>input[type=checkbox]:disabled+span>svg rect:first-of-type
|
|
50
|
+
._bhkusyzs>input[type=checkbox]:disabled+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
46
51
|
._c8dpmuej>input[type=checkbox]:checked:active+span>svg rect:first-of-type{stroke:var(--ds-border,#091e4224)}
|
|
47
52
|
._cr751ooe>input[type=checkbox]:focus+span:after{transform:translate(-50%,-50%)}
|
|
48
53
|
._cs4qstnw>input[type=checkbox]+span{position:absolute}
|
|
49
|
-
.
|
|
54
|
+
._czfesyzs>input[type=checkbox]:disabled:active+span>svg rect:first-of-type{stroke:var(--ds-background-disabled,#091e4208)}
|
|
55
|
+
._d2dcsyzs>input[type=checkbox]:disabled+span>svg{color:var(--ds-background-disabled,#091e4208)}
|
|
50
56
|
._dx3f1o36>input[type=checkbox]{outline-width:medium}
|
|
51
57
|
._fs2cidpf>input[type=checkbox]{margin-bottom:0}
|
|
52
58
|
._g5w3stnw>input[type=checkbox]:focus+span:after{position:absolute}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* TaskItem.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* TaskItem.tsx generated by @compiled/babel-plugin v0.38.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";
|
|
@@ -81,10 +81,7 @@ var TaskItem = function TaskItem(props) {
|
|
|
81
81
|
var inputRef = useMergeRefs(inputRefFromProps === undefined ? [localInputRef] : [inputRefFromProps, localInputRef]);
|
|
82
82
|
var icon = /*#__PURE__*/React.createElement("span", {
|
|
83
83
|
contentEditable: false,
|
|
84
|
-
className: ax(["_16jlidpf _1o9zidpf _i0dl1tcg _1bsb1tcg _4t3i1tcg _kqswh2mm _1wpzv2br _1snx1r31 _1746glyw _dx3f1o36 _1h5xidpf _sqizidpf _fs2cidpf _1smcidpf _oezm15vq _1l0615vq _1abj1mn3 _18a711so _16np1elr _a27kkb7n _q3p7usvi _qhqx1nu9 _10cr1ssb _zfav1ssb _m7eu1ooe _l9o0n7od _1efjn7od _1u2istnw _32ro1j9a _1wn015vq
|
|
85
|
-
style: {
|
|
86
|
-
"--_1yxryfo": ix("var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border-focused, #388BFF)"))
|
|
87
|
-
}
|
|
84
|
+
className: ax(["_16jlidpf _1o9zidpf _i0dl1tcg _1bsb1tcg _4t3i1tcg _kqswh2mm _1wpzv2br _1snx1r31 _1746glyw _dx3f1o36 _1h5xidpf _sqizidpf _fs2cidpf _1smcidpf _oezm15vq _1l0615vq _1abj1mn3 _18a711so _16np1elr _a27kkb7n _q3p7usvi _qhqx1nu9 _10cr1ssb _zfav1ssb _m7eu1ooe _l9o0n7od _1efjn7od _1u2istnw _32ro1j9a _1wn015vq _den51vyt _zh8l1b66 _g5w3stnw _whhepxbi _1stbpxbi _18tob3bt _1awt1ule _haf81ssb _ra781ssb _cr751ooe _1q8r7vkz _9l2s7vkz _1mh7kb7n _s3uktlke _1davidpf _8bo8stnw _psnc1ssb _4k421ssb _1rvv1ooe _13vl73ad _1t711tcg _1nuz1tcg _cs4qstnw _9j2j1ssb _1mwj1ssb _19l51ooe _12yy1d5g _1miy1elr _1umo18hz _tpz25w2r _k6dg18hz _1qduewfl _q8ft1fvw _1y9t5w2r _ut031fvw _gi9hr01l _1qp6muej _wxkgr01l _wo245w2r _c8dpmuej _d2dcsyzs _1eulsyzs _1bc7syzs _16fmsyzs _bhkusyzs _czfesyzs _1gxgsyzs _19w0syzs _1x1y1lg7"])
|
|
88
85
|
}, /*#__PURE__*/React.createElement("input", {
|
|
89
86
|
id: checkBoxId,
|
|
90
87
|
"aria-label": formatMessage(isDone ? messages.markTaskAsNotCompleted : messages.markTaskAsCompleted),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/task-decision",
|
|
3
|
-
"version": "19.2.
|
|
3
|
+
"version": "19.2.14",
|
|
4
4
|
"description": "Tasks and decisions react components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@atlaskit/afm-i18n-platform-elements-task-decision": "2.7.0",
|
|
38
|
-
"@atlaskit/analytics-namespaced-context": "^7.
|
|
38
|
+
"@atlaskit/analytics-namespaced-context": "^7.1.0",
|
|
39
39
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
40
|
-
"@atlaskit/icon": "^28.
|
|
40
|
+
"@atlaskit/icon": "^28.5.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
|
-
"@atlaskit/tokens": "^
|
|
42
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
43
43
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
|
-
"@compiled/react": "^0.18.
|
|
45
|
+
"@compiled/react": "^0.18.6",
|
|
46
46
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
47
47
|
"use-callback-ref": "^1.2.3",
|
|
48
48
|
"uuid": "^3.1.0"
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@af/visual-regression": "workspace:^",
|
|
57
|
-
"@atlaskit/analytics-listeners": "^9.
|
|
57
|
+
"@atlaskit/analytics-listeners": "^9.1.0",
|
|
58
58
|
"@atlaskit/elements-test-helpers": "workspace:^",
|
|
59
59
|
"@atlaskit/ssr": "workspace:^",
|
|
60
|
-
"@atlaskit/util-data-test": "^18.
|
|
60
|
+
"@atlaskit/util-data-test": "^18.3.0",
|
|
61
61
|
"@testing-library/react": "^13.4.0",
|
|
62
62
|
"@testing-library/user-event": "^14.4.3",
|
|
63
63
|
"@types/url-search-params": "^0.10.0",
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.passionfruit.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../passionfruit/tsDist/@atlaskit__task-decision/app",
|
|
7
|
-
"rootDir": "../",
|
|
8
|
-
"composite": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/**/examples.*",
|
|
19
|
-
"../src/**/examples/*",
|
|
20
|
-
"../src/**/examples/**/*",
|
|
21
|
-
"../src/**/*.stories.*",
|
|
22
|
-
"../src/**/stories/*",
|
|
23
|
-
"../src/**/stories/**/*"
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-passionfruit/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../../analytics/analytics-next/afm-passionfruit/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../design-system/icon/afm-passionfruit/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../platform/feature-flags/afm-passionfruit/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../design-system/tokens/afm-passionfruit/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../util-service-support/afm-passionfruit/tsconfig.json"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.post-office.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../post-office/tsDist/@atlaskit__task-decision/app",
|
|
7
|
-
"rootDir": "../",
|
|
8
|
-
"composite": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/**/examples.*",
|
|
19
|
-
"../src/**/examples/*",
|
|
20
|
-
"../src/**/examples/**/*",
|
|
21
|
-
"../src/**/*.stories.*",
|
|
22
|
-
"../src/**/stories/*",
|
|
23
|
-
"../src/**/stories/**/*"
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-post-office/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../design-system/icon/afm-post-office/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../util-service-support/afm-post-office/tsconfig.json"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.rovo-extension.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../rovo-extension/tsDist/@atlaskit__task-decision/app",
|
|
7
|
-
"rootDir": "../",
|
|
8
|
-
"composite": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/**/examples.*",
|
|
19
|
-
"../src/**/examples/*",
|
|
20
|
-
"../src/**/examples/**/*",
|
|
21
|
-
"../src/**/*.stories.*",
|
|
22
|
-
"../src/**/stories/*",
|
|
23
|
-
"../src/**/stories/**/*"
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-rovo-extension/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../../analytics/analytics-next/afm-rovo-extension/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../design-system/icon/afm-rovo-extension/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../design-system/tokens/afm-rovo-extension/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../util-service-support/afm-rovo-extension/tsconfig.json"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.townsquare.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../townsquare/tsDist/@atlaskit__task-decision/app",
|
|
7
|
-
"rootDir": "../",
|
|
8
|
-
"composite": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/**/examples.*",
|
|
19
|
-
"../src/**/examples/*",
|
|
20
|
-
"../src/**/examples/**/*",
|
|
21
|
-
"../src/**/*.stories.*",
|
|
22
|
-
"../src/**/stories/*",
|
|
23
|
-
"../src/**/stories/**/*"
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-townsquare/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../../analytics/analytics-next/afm-townsquare/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../design-system/icon/afm-townsquare/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../util-service-support/afm-townsquare/tsconfig.json"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
}
|
package/afm-volt/tsconfig.json
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.volt.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../volt/tsDist/@atlaskit__task-decision/app",
|
|
7
|
-
"rootDir": "../",
|
|
8
|
-
"composite": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/**/examples.*",
|
|
19
|
-
"../src/**/examples/*",
|
|
20
|
-
"../src/**/examples/**/*",
|
|
21
|
-
"../src/**/*.stories.*",
|
|
22
|
-
"../src/**/stories/*",
|
|
23
|
-
"../src/**/stories/**/*"
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-volt/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../../analytics/analytics-next/afm-volt/tsconfig.json"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"path": "../../../design-system/icon/afm-volt/tsconfig.json"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../design-system/tokens/afm-volt/tsconfig.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../../util-service-support/afm-volt/tsconfig.json"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
}
|