@atlaskit/link-datasource 0.33.4 → 0.33.6

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,17 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 0.33.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.33.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [`c3646d11ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3646d11ef0) - [ux] Updates width of datasource modals
14
+
3
15
  ## 0.33.4
4
16
 
5
17
  ### Patch Changes
@@ -157,7 +157,7 @@ var AssetsConfigModal = function AssetsConfigModal(props) {
157
157
  return (0, _react2.jsx)(_modalDialog.ModalTransition, null, (0, _react2.jsx)(_modalDialog.default, {
158
158
  testId: 'asset-datasource-modal',
159
159
  onClose: onCancel,
160
- width: "x-large",
160
+ width: "calc(100% - 80px)",
161
161
  shouldScrollInViewport: true,
162
162
  shouldCloseOnOverlayClick: false
163
163
  }, (0, _react2.jsx)(_modalDialog.ModalHeader, null, renderModalTitleContent()), (0, _react2.jsx)(_modalDialog.ModalBody, null, (0, _react2.jsx)("div", {
@@ -292,7 +292,7 @@ var PlainJiraIssuesConfigModal = function PlainJiraIssuesConfigModal(props) {
292
292
  return (0, _react2.jsx)(_modalDialog.ModalTransition, null, (0, _react2.jsx)(_modalDialog.default, {
293
293
  testId: 'jira-jql-datasource-modal',
294
294
  onClose: onCancel,
295
- width: "x-large",
295
+ width: "calc(100% - 80px)",
296
296
  shouldScrollInViewport: true
297
297
  }, (0, _react2.jsx)(_modalDialog.ModalHeader, null, (0, _react2.jsx)(_modalDialog.ModalTitle, null, availableSites.length < 2 ? (0, _react2.jsx)(_reactIntlNext.FormattedMessage, _messages.modalMessages.insertIssuesTitle) : (0, _react2.jsx)("div", {
298
298
  css: dropdownContainerStyles
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.33.4",
3
+ "version": "0.33.6",
4
4
  "sideEffects": false
5
5
  }
@@ -135,7 +135,7 @@ export const AssetsConfigModal = props => {
135
135
  return jsx(ModalTransition, null, jsx(Modal, {
136
136
  testId: 'asset-datasource-modal',
137
137
  onClose: onCancel,
138
- width: "x-large",
138
+ width: "calc(100% - 80px)",
139
139
  shouldScrollInViewport: true,
140
140
  shouldCloseOnOverlayClick: false
141
141
  }, jsx(ModalHeader, null, renderModalTitleContent()), jsx(ModalBody, null, jsx("div", {
@@ -239,7 +239,7 @@ export const PlainJiraIssuesConfigModal = props => {
239
239
  return jsx(ModalTransition, null, jsx(Modal, {
240
240
  testId: 'jira-jql-datasource-modal',
241
241
  onClose: onCancel,
242
- width: "x-large",
242
+ width: "calc(100% - 80px)",
243
243
  shouldScrollInViewport: true
244
244
  }, jsx(ModalHeader, null, jsx(ModalTitle, null, availableSites.length < 2 ? jsx(FormattedMessage, modalMessages.insertIssuesTitle) : jsx("div", {
245
245
  css: dropdownContainerStyles
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.33.4",
3
+ "version": "0.33.6",
4
4
  "sideEffects": false
5
5
  }
@@ -146,7 +146,7 @@ export var AssetsConfigModal = function AssetsConfigModal(props) {
146
146
  return jsx(ModalTransition, null, jsx(Modal, {
147
147
  testId: 'asset-datasource-modal',
148
148
  onClose: onCancel,
149
- width: "x-large",
149
+ width: "calc(100% - 80px)",
150
150
  shouldScrollInViewport: true,
151
151
  shouldCloseOnOverlayClick: false
152
152
  }, jsx(ModalHeader, null, renderModalTitleContent()), jsx(ModalBody, null, jsx("div", {
@@ -283,7 +283,7 @@ export var PlainJiraIssuesConfigModal = function PlainJiraIssuesConfigModal(prop
283
283
  return jsx(ModalTransition, null, jsx(Modal, {
284
284
  testId: 'jira-jql-datasource-modal',
285
285
  onClose: onCancel,
286
- width: "x-large",
286
+ width: "calc(100% - 80px)",
287
287
  shouldScrollInViewport: true
288
288
  }, jsx(ModalHeader, null, jsx(ModalTitle, null, availableSites.length < 2 ? jsx(FormattedMessage, modalMessages.insertIssuesTitle) : jsx("div", {
289
289
  css: dropdownContainerStyles
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.33.4",
3
+ "version": "0.33.6",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.33.4",
3
+ "version": "0.33.6",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -53,7 +53,7 @@
53
53
  "@atlaskit/smart-card": "^26.15.0",
54
54
  "@atlaskit/spinner": "^15.5.0",
55
55
  "@atlaskit/tag": "^11.5.0",
56
- "@atlaskit/textfield": "5.6.3",
56
+ "@atlaskit/textfield": "5.6.4",
57
57
  "@atlaskit/theme": "^12.5.0",
58
58
  "@atlaskit/tokens": "^1.14.0",
59
59
  "@atlaskit/tooltip": "^17.8.0",