@atlaskit/editor-plugin-synced-block 6.1.9 → 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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-synced-block
2
2
 
3
+ ## 6.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.1.9
4
10
 
5
11
  ### Patch Changes
@@ -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.9",
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",
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/platform-feature-flags": "^1.1.0",
55
55
  "@atlaskit/primitives": "^19.0.0",
56
56
  "@atlaskit/spinner": "19.1.2",
57
- "@atlaskit/tmp-editor-statsig": "^59.1.0",
57
+ "@atlaskit/tmp-editor-statsig": "^60.2.0",
58
58
  "@atlaskit/tokens": "13.0.0",
59
59
  "@atlaskit/tooltip": "^21.1.0",
60
60
  "@atlaskit/visually-hidden": "^3.0.0",