@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-extension-dropbox
2
2
 
3
+ ## 0.4.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.4.40
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.4.39
4
16
 
5
17
  ### Patch Changes
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 ? (0, _react2.jsx)("iframe", {
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
- }) : (0, _react2.jsx)("iframe", {
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
@@ -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 ? jsx("iframe", {
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
- }) : jsx("iframe", {
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 ? jsx("iframe", {
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
- }) : jsx("iframe", {
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.39",
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.13.0",
42
+ "@atlaskit/adf-utils": "^19.14.0",
43
43
  "@atlaskit/button": "^20.3.0",
44
- "@atlaskit/editor-common": "^95.0.0",
45
- "@atlaskit/heading": "3.1.0",
46
- "@atlaskit/icon": "^22.24.0",
47
- "@atlaskit/modal-dialog": "^12.17.0",
48
- "@atlaskit/primitives": "^13.2.0",
49
- "@atlaskit/tokens": "^2.3.0",
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
  },