@atlaskit/editor-extension-dropbox 4.0.0 → 4.0.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 +12 -1
- package/dist/cjs/modal.js +2 -2
- package/dist/es2019/modal.js +2 -2
- package/dist/esm/modal.js +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-extension-dropbox
|
|
2
2
|
|
|
3
|
+
## 4.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 4.0.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -63,7 +75,6 @@
|
|
|
63
75
|
shared context or singletons.
|
|
64
76
|
|
|
65
77
|
**HOW TO ADJUST:**
|
|
66
|
-
|
|
67
78
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
68
79
|
any of these editor plugins.
|
|
69
80
|
- Ensure the version you install matches the version required by the plugins.
|
package/dist/cjs/modal.js
CHANGED
|
@@ -91,14 +91,14 @@ var Modal = function Modal(_ref) {
|
|
|
91
91
|
_onClose();
|
|
92
92
|
}
|
|
93
93
|
}, (0, _react2.jsx)(Header, null), (0, _react2.jsx)(_modalDialog.ModalBody, null, (0, _react2.jsx)(ModalBody, null, TEST_ONLY_src ?
|
|
94
|
-
// eslint-disable-next-line
|
|
94
|
+
// eslint-disable-next-line @atlassian/a11y/iframe-has-title
|
|
95
95
|
(0, _react2.jsx)("iframe", {
|
|
96
96
|
css: iframeStyle,
|
|
97
97
|
name: _constants.DROPBOX_IFRAME_NAME,
|
|
98
98
|
frameBorder: 0,
|
|
99
99
|
src: TEST_ONLY_src
|
|
100
100
|
}) :
|
|
101
|
-
// eslint-disable-next-line
|
|
101
|
+
// eslint-disable-next-line @atlassian/a11y/iframe-has-title
|
|
102
102
|
(0, _react2.jsx)("iframe", {
|
|
103
103
|
css: iframeStyle,
|
|
104
104
|
name: _constants.DROPBOX_IFRAME_NAME,
|
package/dist/es2019/modal.js
CHANGED
|
@@ -77,14 +77,14 @@ const Modal = ({
|
|
|
77
77
|
onClose();
|
|
78
78
|
}
|
|
79
79
|
}, jsx(Header, null), jsx(AKModalBody, null, jsx(ModalBody, null, TEST_ONLY_src ?
|
|
80
|
-
// eslint-disable-next-line
|
|
80
|
+
// eslint-disable-next-line @atlassian/a11y/iframe-has-title
|
|
81
81
|
jsx("iframe", {
|
|
82
82
|
css: iframeStyle,
|
|
83
83
|
name: DROPBOX_IFRAME_NAME,
|
|
84
84
|
frameBorder: 0,
|
|
85
85
|
src: TEST_ONLY_src
|
|
86
86
|
}) :
|
|
87
|
-
// eslint-disable-next-line
|
|
87
|
+
// eslint-disable-next-line @atlassian/a11y/iframe-has-title
|
|
88
88
|
jsx("iframe", {
|
|
89
89
|
css: iframeStyle,
|
|
90
90
|
name: DROPBOX_IFRAME_NAME,
|
package/dist/esm/modal.js
CHANGED
|
@@ -79,14 +79,14 @@ var Modal = function Modal(_ref) {
|
|
|
79
79
|
_onClose();
|
|
80
80
|
}
|
|
81
81
|
}, jsx(Header, null), jsx(AKModalBody, null, jsx(ModalBody, null, TEST_ONLY_src ?
|
|
82
|
-
// eslint-disable-next-line
|
|
82
|
+
// eslint-disable-next-line @atlassian/a11y/iframe-has-title
|
|
83
83
|
jsx("iframe", {
|
|
84
84
|
css: iframeStyle,
|
|
85
85
|
name: DROPBOX_IFRAME_NAME,
|
|
86
86
|
frameBorder: 0,
|
|
87
87
|
src: TEST_ONLY_src
|
|
88
88
|
}) :
|
|
89
|
-
// eslint-disable-next-line
|
|
89
|
+
// eslint-disable-next-line @atlassian/a11y/iframe-has-title
|
|
90
90
|
jsx("iframe", {
|
|
91
91
|
css: iframeStyle,
|
|
92
92
|
name: DROPBOX_IFRAME_NAME,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-extension-dropbox",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "A an atlassian editor extension to add a native dropbox picker",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-utils": "^19.24.0",
|
|
35
|
-
"@atlaskit/button": "^23.
|
|
35
|
+
"@atlaskit/button": "^23.5.0",
|
|
36
36
|
"@atlaskit/heading": "^5.2.0",
|
|
37
|
-
"@atlaskit/icon": "^28.
|
|
38
|
-
"@atlaskit/modal-dialog": "^14.
|
|
39
|
-
"@atlaskit/primitives": "^
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
37
|
+
"@atlaskit/icon": "^28.5.0",
|
|
38
|
+
"@atlaskit/modal-dialog": "^14.5.0",
|
|
39
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
40
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@atlaskit/editor-common": "^110.
|
|
45
|
+
"@atlaskit/editor-common": "^110.13.0",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-dom": "^18.2.0"
|
|
48
48
|
},
|