@atlaskit/editor-plugin-synced-block 6.1.8 → 6.1.10
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
|
@@ -132,6 +132,11 @@ var ItemIcon = function ItemIcon(_ref3) {
|
|
|
132
132
|
size: "xsmall"
|
|
133
133
|
});
|
|
134
134
|
}
|
|
135
|
+
|
|
136
|
+
// For `jira-work-item` (and any future product), we fall back to the generic product logo icon.
|
|
137
|
+
// Jira issues don't have an equivalent page/blog subtype concept, so no rich IconTile is shown.
|
|
138
|
+
// Future enhancement: if Jira issue type icons are needed, add an `issueType` field to
|
|
139
|
+
// `SyncBlockSourceInfo` and fetch it in `fetchJiraWorkItemInfo` via the GraphQL query.
|
|
135
140
|
return /*#__PURE__*/React.createElement(ProductIcon, {
|
|
136
141
|
product: productType
|
|
137
142
|
});
|
|
@@ -121,6 +121,11 @@ const ItemIcon = ({
|
|
|
121
121
|
size: "xsmall"
|
|
122
122
|
});
|
|
123
123
|
}
|
|
124
|
+
|
|
125
|
+
// For `jira-work-item` (and any future product), we fall back to the generic product logo icon.
|
|
126
|
+
// Jira issues don't have an equivalent page/blog subtype concept, so no rich IconTile is shown.
|
|
127
|
+
// Future enhancement: if Jira issue type icons are needed, add an `issueType` field to
|
|
128
|
+
// `SyncBlockSourceInfo` and fetch it in `fetchJiraWorkItemInfo` via the GraphQL query.
|
|
124
129
|
return /*#__PURE__*/React.createElement(ProductIcon, {
|
|
125
130
|
product: productType
|
|
126
131
|
});
|
|
@@ -123,6 +123,11 @@ var ItemIcon = function ItemIcon(_ref3) {
|
|
|
123
123
|
size: "xsmall"
|
|
124
124
|
});
|
|
125
125
|
}
|
|
126
|
+
|
|
127
|
+
// For `jira-work-item` (and any future product), we fall back to the generic product logo icon.
|
|
128
|
+
// Jira issues don't have an equivalent page/blog subtype concept, so no rich IconTile is shown.
|
|
129
|
+
// Future enhancement: if Jira issue type icons are needed, add an `issueType` field to
|
|
130
|
+
// `SyncBlockSourceInfo` and fetch it in `fetchJiraWorkItemInfo` via the GraphQL query.
|
|
126
131
|
return /*#__PURE__*/React.createElement(ProductIcon, {
|
|
127
132
|
product: productType
|
|
128
133
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-synced-block",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.10",
|
|
4
4
|
"description": "SyncedBlock plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"atlaskit:src": "src/index.ts",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/adf-schema": "^52.4.0",
|
|
32
|
-
"@atlaskit/button": "23.11.
|
|
33
|
-
"@atlaskit/dropdown-menu": "16.8.
|
|
32
|
+
"@atlaskit/button": "23.11.3",
|
|
33
|
+
"@atlaskit/dropdown-menu": "16.8.9",
|
|
34
34
|
"@atlaskit/editor-json-transformer": "^8.31.0",
|
|
35
35
|
"@atlaskit/editor-plugin-analytics": "^8.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-block-menu": "^7.0.0",
|
|
@@ -43,19 +43,19 @@
|
|
|
43
43
|
"@atlaskit/editor-plugin-user-intent": "^6.0.0",
|
|
44
44
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
45
45
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
46
|
-
"@atlaskit/editor-synced-block-provider": "^4.
|
|
46
|
+
"@atlaskit/editor-synced-block-provider": "^4.5.0",
|
|
47
47
|
"@atlaskit/editor-toolbar": "^0.20.0",
|
|
48
48
|
"@atlaskit/flag": "^17.9.0",
|
|
49
|
-
"@atlaskit/icon": "34.0.
|
|
49
|
+
"@atlaskit/icon": "34.0.5",
|
|
50
50
|
"@atlaskit/icon-lab": "^6.4.0",
|
|
51
51
|
"@atlaskit/logo": "^20.0.0",
|
|
52
52
|
"@atlaskit/lozenge": "^13.6.0",
|
|
53
53
|
"@atlaskit/modal-dialog": "^14.15.0",
|
|
54
54
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
55
|
-
"@atlaskit/primitives": "^
|
|
56
|
-
"@atlaskit/spinner": "19.1.
|
|
57
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
58
|
-
"@atlaskit/tokens": "
|
|
55
|
+
"@atlaskit/primitives": "^19.0.0",
|
|
56
|
+
"@atlaskit/spinner": "19.1.2",
|
|
57
|
+
"@atlaskit/tmp-editor-statsig": "^60.2.0",
|
|
58
|
+
"@atlaskit/tokens": "13.0.0",
|
|
59
59
|
"@atlaskit/tooltip": "^21.1.0",
|
|
60
60
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
61
61
|
"@babel/runtime": "^7.0.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@atlaskit/editor-common": "^112.
|
|
68
|
+
"@atlaskit/editor-common": "^112.20.0",
|
|
69
69
|
"react": "^18.2.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|