@atlaskit/task-decision 17.5.7 → 17.5.8
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/dist/cjs/components/DecisionItem.js +1 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/DecisionItem.js +1 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/DecisionItem.js +1 -0
- package/dist/esm/version.json +1 -1
- package/package.json +5 -5
- package/report.api.md +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/task-decision
|
|
2
2
|
|
|
3
|
+
## 17.5.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`67dc5df7db3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67dc5df7db3) - [ux] Fix behaviour where safari could get stuck inside a decision item when trying to use the up-arrow key.
|
|
8
|
+
|
|
3
9
|
## 17.5.7
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -49,6 +49,7 @@ var DecisionItem = function DecisionItem(_ref) {
|
|
|
49
49
|
dataAttributes = _ref.dataAttributes;
|
|
50
50
|
var theme = (0, _components.useGlobalTheme)();
|
|
51
51
|
var icon = (0, _react.jsx)("span", {
|
|
52
|
+
contentEditable: false,
|
|
52
53
|
css: iconStyles(showPlaceholder)(theme)
|
|
53
54
|
}, (0, _react.jsx)(_decision.default, {
|
|
54
55
|
label: "Decision",
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
|
@@ -35,6 +35,7 @@ var DecisionItem = function DecisionItem(_ref) {
|
|
|
35
35
|
dataAttributes = _ref.dataAttributes;
|
|
36
36
|
var theme = useGlobalTheme();
|
|
37
37
|
var icon = jsx("span", {
|
|
38
|
+
contentEditable: false,
|
|
38
39
|
css: iconStyles(showPlaceholder)(theme)
|
|
39
40
|
}, jsx(DecisionIcon, {
|
|
40
41
|
label: "Decision",
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/task-decision",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.8",
|
|
4
4
|
"description": "Tasks and decisions react components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@atlaskit/analytics-namespaced-context": "^6.
|
|
29
|
+
"@atlaskit/analytics-namespaced-context": "^6.6.0",
|
|
30
30
|
"@atlaskit/analytics-next": "^8.2.0",
|
|
31
31
|
"@atlaskit/icon": "^21.11.0",
|
|
32
32
|
"@atlaskit/theme": "^12.2.0",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"url-search-params": "^0.10.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
45
|
+
"@atlaskit/analytics-listeners": "^8.5.0",
|
|
46
46
|
"@atlaskit/avatar": "^21.1.0",
|
|
47
47
|
"@atlaskit/docs": "*",
|
|
48
|
-
"@atlaskit/editor-common": "^72.
|
|
48
|
+
"@atlaskit/editor-common": "^72.2.0",
|
|
49
49
|
"@atlaskit/elements-test-helpers": "^0.7.0",
|
|
50
|
-
"@atlaskit/renderer": "^105.
|
|
50
|
+
"@atlaskit/renderer": "^105.1.0",
|
|
51
51
|
"@atlaskit/util-data-test": "^17.6.0",
|
|
52
52
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
53
53
|
"@emotion/jest": "^11.8.0",
|
package/report.api.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
### Table of contents
|
|
9
9
|
|
|
10
10
|
- [Main Entry Types](#main-entry-types)
|
|
11
|
+
- [Peer Dependencies](#peer-dependencies)
|
|
11
12
|
|
|
12
13
|
### Main Entry Types
|
|
13
14
|
|
|
@@ -457,3 +458,17 @@ export type UserId = string;
|
|
|
457
458
|
```
|
|
458
459
|
|
|
459
460
|
<!--SECTION END: Main Entry Types-->
|
|
461
|
+
|
|
462
|
+
### Peer Dependencies
|
|
463
|
+
|
|
464
|
+
<!--SECTION START: Peer Dependencies-->
|
|
465
|
+
|
|
466
|
+
```json
|
|
467
|
+
{
|
|
468
|
+
"react": "^16.8.0",
|
|
469
|
+
"react-dom": "^16.8.0",
|
|
470
|
+
"url-search-params": "^0.10.0"
|
|
471
|
+
}
|
|
472
|
+
```
|
|
473
|
+
|
|
474
|
+
<!--SECTION END: Peer Dependencies-->
|