@atlaskit/editor-extension-dropbox 3.0.1 → 4.0.1

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
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 3.0.1
4
16
 
5
17
  ### Patch Changes
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 jsx-a11y/iframe-has-title
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 jsx-a11y/iframe-has-title
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,
@@ -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 jsx-a11y/iframe-has-title
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 jsx-a11y/iframe-has-title
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 jsx-a11y/iframe-has-title
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 jsx-a11y/iframe-has-title
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": "3.0.1",
3
+ "version": "4.0.1",
4
4
  "description": "A an atlassian editor extension to add a native dropbox picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,18 +31,18 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-utils": "^19.23.0",
35
- "@atlaskit/button": "^23.4.0",
34
+ "@atlaskit/adf-utils": "^19.24.0",
35
+ "@atlaskit/button": "^23.5.0",
36
36
  "@atlaskit/heading": "^5.2.0",
37
- "@atlaskit/icon": "^28.2.0",
38
- "@atlaskit/modal-dialog": "^14.3.0",
39
- "@atlaskit/primitives": "^14.15.0",
40
- "@atlaskit/tokens": "^6.3.0",
37
+ "@atlaskit/icon": "^28.5.0",
38
+ "@atlaskit/modal-dialog": "^14.5.0",
39
+ "@atlaskit/primitives": "^15.0.0",
40
+ "@atlaskit/tokens": "^6.5.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1"
43
43
  },
44
44
  "peerDependencies": {
45
- "@atlaskit/editor-common": "^109.13.0",
45
+ "@atlaskit/editor-common": "^110.12.0",
46
46
  "react": "^18.2.0",
47
47
  "react-dom": "^18.2.0"
48
48
  },