@atlaskit/editor-extension-dropbox 0.4.39 → 0.4.41
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 +12 -0
- package/dist/cjs/modal.js +6 -2
- package/dist/es2019/modal.js +6 -2
- package/dist/esm/modal.js +6 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/dist/cjs/modal.js
CHANGED
|
@@ -95,12 +95,16 @@ var Modal = function Modal(_ref) {
|
|
|
95
95
|
setIsOpen(false);
|
|
96
96
|
_onClose();
|
|
97
97
|
}
|
|
98
|
-
}, (0, _react2.jsx)(Header, null), (0, _react2.jsx)(_modalDialog.ModalBody, null, (0, _react2.jsx)(ModalBody, null, TEST_ONLY_src ?
|
|
98
|
+
}, (0, _react2.jsx)(Header, null), (0, _react2.jsx)(_modalDialog.ModalBody, null, (0, _react2.jsx)(ModalBody, null, TEST_ONLY_src ?
|
|
99
|
+
// eslint-disable-next-line jsx-a11y/iframe-has-title
|
|
100
|
+
(0, _react2.jsx)("iframe", {
|
|
99
101
|
css: iframeStyle,
|
|
100
102
|
name: _constants.DROPBOX_IFRAME_NAME,
|
|
101
103
|
frameBorder: 0,
|
|
102
104
|
src: TEST_ONLY_src
|
|
103
|
-
}) :
|
|
105
|
+
}) :
|
|
106
|
+
// eslint-disable-next-line jsx-a11y/iframe-has-title
|
|
107
|
+
(0, _react2.jsx)("iframe", {
|
|
104
108
|
css: iframeStyle,
|
|
105
109
|
name: _constants.DROPBOX_IFRAME_NAME,
|
|
106
110
|
frameBorder: 0
|
package/dist/es2019/modal.js
CHANGED
|
@@ -81,12 +81,16 @@ const Modal = ({
|
|
|
81
81
|
setIsOpen(false);
|
|
82
82
|
onClose();
|
|
83
83
|
}
|
|
84
|
-
}, jsx(Header, null), jsx(AKModalBody, null, jsx(ModalBody, null, TEST_ONLY_src ?
|
|
84
|
+
}, jsx(Header, null), jsx(AKModalBody, null, jsx(ModalBody, null, TEST_ONLY_src ?
|
|
85
|
+
// eslint-disable-next-line jsx-a11y/iframe-has-title
|
|
86
|
+
jsx("iframe", {
|
|
85
87
|
css: iframeStyle,
|
|
86
88
|
name: DROPBOX_IFRAME_NAME,
|
|
87
89
|
frameBorder: 0,
|
|
88
90
|
src: TEST_ONLY_src
|
|
89
|
-
}) :
|
|
91
|
+
}) :
|
|
92
|
+
// eslint-disable-next-line jsx-a11y/iframe-has-title
|
|
93
|
+
jsx("iframe", {
|
|
90
94
|
css: iframeStyle,
|
|
91
95
|
name: DROPBOX_IFRAME_NAME,
|
|
92
96
|
frameBorder: 0
|
package/dist/esm/modal.js
CHANGED
|
@@ -83,12 +83,16 @@ var Modal = function Modal(_ref) {
|
|
|
83
83
|
setIsOpen(false);
|
|
84
84
|
_onClose();
|
|
85
85
|
}
|
|
86
|
-
}, jsx(Header, null), jsx(AKModalBody, null, jsx(ModalBody, null, TEST_ONLY_src ?
|
|
86
|
+
}, jsx(Header, null), jsx(AKModalBody, null, jsx(ModalBody, null, TEST_ONLY_src ?
|
|
87
|
+
// eslint-disable-next-line jsx-a11y/iframe-has-title
|
|
88
|
+
jsx("iframe", {
|
|
87
89
|
css: iframeStyle,
|
|
88
90
|
name: DROPBOX_IFRAME_NAME,
|
|
89
91
|
frameBorder: 0,
|
|
90
92
|
src: TEST_ONLY_src
|
|
91
|
-
}) :
|
|
93
|
+
}) :
|
|
94
|
+
// eslint-disable-next-line jsx-a11y/iframe-has-title
|
|
95
|
+
jsx("iframe", {
|
|
92
96
|
css: iframeStyle,
|
|
93
97
|
name: DROPBOX_IFRAME_NAME,
|
|
94
98
|
frameBorder: 0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-extension-dropbox",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.41",
|
|
4
4
|
"description": "A an atlassian editor extension to add a native dropbox picker",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"runReact18": true
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@atlaskit/adf-utils": "^19.
|
|
42
|
+
"@atlaskit/adf-utils": "^19.14.0",
|
|
43
43
|
"@atlaskit/button": "^20.3.0",
|
|
44
|
-
"@atlaskit/editor-common": "^95.
|
|
45
|
-
"@atlaskit/heading": "
|
|
46
|
-
"@atlaskit/icon": "^
|
|
47
|
-
"@atlaskit/modal-dialog": "^12.
|
|
48
|
-
"@atlaskit/primitives": "^13.
|
|
49
|
-
"@atlaskit/tokens": "^2.
|
|
44
|
+
"@atlaskit/editor-common": "^95.10.0",
|
|
45
|
+
"@atlaskit/heading": "4.0.0",
|
|
46
|
+
"@atlaskit/icon": "^23.0.0",
|
|
47
|
+
"@atlaskit/modal-dialog": "^12.18.0",
|
|
48
|
+
"@atlaskit/primitives": "^13.3.0",
|
|
49
|
+
"@atlaskit/tokens": "^2.4.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1"
|
|
52
52
|
},
|