@atlaskit/link-datasource 0.33.4 → 0.33.5
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/ui/assets-modal/modal/index.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/ui/assets-modal/modal/index.js +1 -1
- package/dist/es2019/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/ui/assets-modal/modal/index.js +1 -1
- package/dist/esm/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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: "
|
|
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: "
|
|
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
|
package/dist/cjs/version.json
CHANGED
|
@@ -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: "
|
|
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: "
|
|
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
|
package/dist/es2019/version.json
CHANGED
|
@@ -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: "
|
|
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: "
|
|
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
|
package/dist/esm/version.json
CHANGED