@atlaskit/editor-plugin-card 1.10.0 → 1.10.2

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,20 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 1.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.10.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#93932](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93932)
14
+ [`2d7ead0569b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2d7ead0569b2) -
15
+ Adopt new view mode "table" and "inlin" for Jira SLLV config modal
16
+ - Updated dependencies
17
+
3
18
  ## 1.10.0
4
19
 
5
20
  ### Minor Changes
@@ -127,7 +127,7 @@ var DatasourceModal = exports.DatasourceModal = function DatasourceModal(_ref) {
127
127
  "data-testid": "jira-config-modal"
128
128
  }, /*#__PURE__*/_react.default.createElement(_linkDatasource.JiraIssuesConfigModal, {
129
129
  datasourceId: datasourceId,
130
- viewMode: isRegularCardNode ? 'count' : 'issue' // Want non-datasource cards to open in count view since they are in issue count view
130
+ viewMode: isRegularCardNode ? 'inline' : 'table' // Want non-datasource cards to open in inline view since they are in table view
131
131
  ,
132
132
  visibleColumnKeys: visibleColumnKeys,
133
133
  parameters: parameters,
@@ -103,7 +103,7 @@ export const DatasourceModal = ({
103
103
  "data-testid": "jira-config-modal"
104
104
  }, /*#__PURE__*/React.createElement(JiraIssuesConfigModal, {
105
105
  datasourceId: datasourceId,
106
- viewMode: isRegularCardNode ? 'count' : 'issue' // Want non-datasource cards to open in count view since they are in issue count view
106
+ viewMode: isRegularCardNode ? 'inline' : 'table' // Want non-datasource cards to open in inline view since they are in table view
107
107
  ,
108
108
  visibleColumnKeys: visibleColumnKeys,
109
109
  parameters: parameters,
@@ -117,7 +117,7 @@ export var DatasourceModal = function DatasourceModal(_ref) {
117
117
  "data-testid": "jira-config-modal"
118
118
  }, /*#__PURE__*/React.createElement(JiraIssuesConfigModal, {
119
119
  datasourceId: datasourceId,
120
- viewMode: isRegularCardNode ? 'count' : 'issue' // Want non-datasource cards to open in count view since they are in issue count view
120
+ viewMode: isRegularCardNode ? 'inline' : 'table' // Want non-datasource cards to open in inline view since they are in table view
121
121
  ,
122
122
  visibleColumnKeys: visibleColumnKeys,
123
123
  parameters: parameters,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -50,11 +50,11 @@
50
50
  "@atlaskit/icon": "^22.1.0",
51
51
  "@atlaskit/link-analytics": "^8.3.0",
52
52
  "@atlaskit/link-client-extension": "^1.8.0",
53
- "@atlaskit/link-datasource": "^1.31.0",
53
+ "@atlaskit/link-datasource": "^2.0.0",
54
54
  "@atlaskit/linking-common": "^5.6.0",
55
55
  "@atlaskit/linking-types": "^8.8.0",
56
56
  "@atlaskit/platform-feature-flags": "^0.2.0",
57
- "@atlaskit/primitives": "^5.7.0",
57
+ "@atlaskit/primitives": "^6.0.0",
58
58
  "@atlaskit/smart-card": "^26.59.0",
59
59
  "@atlaskit/theme": "^12.7.0",
60
60
  "@atlaskit/tokens": "^1.45.0",