@atlaskit/editor-extension-dropbox 0.5.5 → 0.5.7
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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-extension-dropbox
|
|
2
2
|
|
|
3
|
+
## 0.5.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#131531](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131531)
|
|
8
|
+
[`aae37ba80f8cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aae37ba80f8cc) -
|
|
9
|
+
ENGHEALTH-23697 Iconography uplift for extension-dropbox
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 0.5.6
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 0.5.5
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -11,7 +11,7 @@ var _default = exports.default = function _default() {
|
|
|
11
11
|
return (
|
|
12
12
|
/*#__PURE__*/
|
|
13
13
|
// This colour is not ADG - it is the dropbox brand color
|
|
14
|
-
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/design-system/ensure-design-token-usage/preview
|
|
14
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-legacy-icons
|
|
15
15
|
_react.default.createElement(_dropbox.default, {
|
|
16
16
|
primaryColor: "#0061FF",
|
|
17
17
|
label: ""
|
package/dist/cjs/modal.js
CHANGED
|
@@ -10,7 +10,7 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
var _react2 = require("@emotion/react");
|
|
12
12
|
var _modalDialog = _interopRequireWildcard(require("@atlaskit/modal-dialog"));
|
|
13
|
-
var
|
|
13
|
+
var _closeEditorClose = _interopRequireDefault(require("@atlaskit/icon/core/migration/close--editor-close"));
|
|
14
14
|
var _button = _interopRequireDefault(require("@atlaskit/button"));
|
|
15
15
|
var _heading = _interopRequireDefault(require("@atlaskit/heading"));
|
|
16
16
|
var _constants = require("./constants");
|
|
@@ -71,7 +71,7 @@ var Header = function Header() {
|
|
|
71
71
|
size: "xsmall"
|
|
72
72
|
}, "Dropbox")), (0, _react2.jsx)("div", null, (0, _react2.jsx)(_button.default, {
|
|
73
73
|
appearance: "subtle",
|
|
74
|
-
iconBefore: (0, _react2.jsx)(
|
|
74
|
+
iconBefore: (0, _react2.jsx)(_closeEditorClose.default, {
|
|
75
75
|
label: "close dropbox modal"
|
|
76
76
|
}),
|
|
77
77
|
onClick: onClose
|
|
@@ -3,7 +3,7 @@ import DropboxIcon from '@atlaskit/icon/glyph/dropbox';
|
|
|
3
3
|
export default (() =>
|
|
4
4
|
/*#__PURE__*/
|
|
5
5
|
// This colour is not ADG - it is the dropbox brand color
|
|
6
|
-
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/design-system/ensure-design-token-usage/preview
|
|
6
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-legacy-icons
|
|
7
7
|
React.createElement(DropboxIcon, {
|
|
8
8
|
primaryColor: "#0061FF",
|
|
9
9
|
label: ""
|
package/dist/es2019/modal.js
CHANGED
|
@@ -6,7 +6,7 @@ import React, { useState } from 'react';
|
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
7
7
|
import { jsx, css } from '@emotion/react';
|
|
8
8
|
import ModalDialog, { ModalTransition, useModal, ModalBody as AKModalBody } from '@atlaskit/modal-dialog';
|
|
9
|
-
import EditorCloseIcon from '@atlaskit/icon/
|
|
9
|
+
import EditorCloseIcon from '@atlaskit/icon/core/migration/close--editor-close';
|
|
10
10
|
import Button from '@atlaskit/button';
|
|
11
11
|
import Heading from '@atlaskit/heading';
|
|
12
12
|
import { DROPBOX_IFRAME_NAME } from './constants';
|
|
@@ -4,7 +4,7 @@ export default (function () {
|
|
|
4
4
|
return (
|
|
5
5
|
/*#__PURE__*/
|
|
6
6
|
// This colour is not ADG - it is the dropbox brand color
|
|
7
|
-
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/design-system/ensure-design-token-usage/preview
|
|
7
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-legacy-icons
|
|
8
8
|
React.createElement(DropboxIcon, {
|
|
9
9
|
primaryColor: "#0061FF",
|
|
10
10
|
label: ""
|
package/dist/esm/modal.js
CHANGED
|
@@ -7,7 +7,7 @@ import React, { useState } from 'react';
|
|
|
7
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
8
|
import { jsx, css } from '@emotion/react';
|
|
9
9
|
import ModalDialog, { ModalTransition, useModal, ModalBody as AKModalBody } from '@atlaskit/modal-dialog';
|
|
10
|
-
import EditorCloseIcon from '@atlaskit/icon/
|
|
10
|
+
import EditorCloseIcon from '@atlaskit/icon/core/migration/close--editor-close';
|
|
11
11
|
import Button from '@atlaskit/button';
|
|
12
12
|
import Heading from '@atlaskit/heading';
|
|
13
13
|
import { DROPBOX_IFRAME_NAME } from './constants';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-extension-dropbox",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7",
|
|
4
4
|
"description": "A an atlassian editor extension to add a native dropbox picker",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@atlaskit/adf-utils": "^19.19.0",
|
|
45
45
|
"@atlaskit/button": "^21.1.0",
|
|
46
|
-
"@atlaskit/editor-common": "^102.
|
|
46
|
+
"@atlaskit/editor-common": "^102.13.0",
|
|
47
47
|
"@atlaskit/heading": "^5.1.0",
|
|
48
|
-
"@atlaskit/icon": "^25.
|
|
49
|
-
"@atlaskit/modal-dialog": "^
|
|
50
|
-
"@atlaskit/primitives": "^14.
|
|
51
|
-
"@atlaskit/tokens": "^4.
|
|
48
|
+
"@atlaskit/icon": "^25.1.0",
|
|
49
|
+
"@atlaskit/modal-dialog": "^14.0.0",
|
|
50
|
+
"@atlaskit/primitives": "^14.2.0",
|
|
51
|
+
"@atlaskit/tokens": "^4.5.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@emotion/react": "^11.7.1"
|
|
54
54
|
},
|