@atlaskit/editor-extension-dropbox 4.0.6 → 4.0.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-extension-dropbox
|
|
2
2
|
|
|
3
|
+
## 4.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9f03725ffb7b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f03725ffb7b8) -
|
|
8
|
+
Removing feature flag with changing internal use of custom icons.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 4.0.6
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
package/afm-jira/tsconfig.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"target": "es5",
|
|
6
6
|
"outDir": "../../../../../jira/tsDist/@atlaskit__editor-extension-dropbox/app",
|
|
7
7
|
"rootDir": "../",
|
|
8
|
-
"composite": true
|
|
8
|
+
"composite": true,
|
|
9
|
+
"noCheck": true
|
|
9
10
|
},
|
|
10
11
|
"include": [
|
|
11
12
|
"../src/**/*.ts",
|
|
@@ -38,6 +39,9 @@
|
|
|
38
39
|
{
|
|
39
40
|
"path": "../../../design-system/modal-dialog/afm-jira/tsconfig.json"
|
|
40
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
|
|
44
|
+
},
|
|
41
45
|
{
|
|
42
46
|
"path": "../../../design-system/primitives/afm-jira/tsconfig.json"
|
|
43
47
|
},
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/* DropboxIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
4
|
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
6
5
|
Object.defineProperty(exports, "__esModule", {
|
|
7
6
|
value: true
|
|
@@ -10,15 +9,13 @@ exports.default = void 0;
|
|
|
10
9
|
require("./DropboxIcon.compiled.css");
|
|
11
10
|
var React = _interopRequireWildcard(require("react"));
|
|
12
11
|
var _runtime = require("@compiled/react/runtime");
|
|
13
|
-
var _svg = _interopRequireDefault(require("@atlaskit/icon/svg"));
|
|
14
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
15
12
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
16
13
|
var svgStyles = null;
|
|
17
14
|
var _default = exports.default = function _default() {
|
|
18
15
|
return /*#__PURE__*/React.createElement("span", {
|
|
19
16
|
"data-vc": 'icon-editor-dropbox',
|
|
20
17
|
"aria-hidden": true
|
|
21
|
-
},
|
|
18
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
22
19
|
viewBox: "0 0 24 24",
|
|
23
20
|
"aria-label": "dropbox-icon",
|
|
24
21
|
role: "img",
|
|
@@ -28,16 +25,5 @@ var _default = exports.default = function _default() {
|
|
|
28
25
|
"fill-rule": "evenodd",
|
|
29
26
|
d: "M7 3 2 6.202l5 3.202-5 3.202 5 3.202 5-3.202 5 3.202 5-3.202-5-3.202 5-3.202L17 3l-5 3.202zm5 3.202 5 3.202-5 3.202-5-3.202zm0 13.875-5-3.202 5-3.202 5 3.202z",
|
|
30
27
|
"clip-rule": "evenodd"
|
|
31
|
-
})) :
|
|
32
|
-
/*#__PURE__*/
|
|
33
|
-
// eslint-disable-next-line @atlaskit/design-system/no-custom-icons, @atlaskit/design-system/ensure-design-token-usage
|
|
34
|
-
React.createElement(_svg.default, {
|
|
35
|
-
primaryColor: "#0061FF",
|
|
36
|
-
label: "dropbox-icon"
|
|
37
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
fill: "currentcolor",
|
|
39
|
-
"fill-rule": "evenodd",
|
|
40
|
-
d: "M7 3 2 6.202l5 3.202-5 3.202 5 3.202 5-3.202 5 3.202 5-3.202-5-3.202 5-3.202L17 3l-5 3.202zm5 3.202 5 3.202-5 3.202-5-3.202zm0 13.875-5-3.202 5-3.202 5 3.202z",
|
|
41
|
-
"clip-rule": "evenodd"
|
|
42
28
|
})));
|
|
43
29
|
};
|
|
@@ -2,14 +2,12 @@
|
|
|
2
2
|
import "./DropboxIcon.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import SVG from '@atlaskit/icon/svg';
|
|
6
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
5
|
const svgStyles = null;
|
|
8
6
|
export default (() => {
|
|
9
7
|
return /*#__PURE__*/React.createElement("span", {
|
|
10
8
|
"data-vc": 'icon-editor-dropbox',
|
|
11
9
|
"aria-hidden": true
|
|
12
|
-
},
|
|
10
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
13
11
|
viewBox: "0 0 24 24",
|
|
14
12
|
"aria-label": "dropbox-icon",
|
|
15
13
|
role: "img",
|
|
@@ -19,16 +17,5 @@ export default (() => {
|
|
|
19
17
|
"fill-rule": "evenodd",
|
|
20
18
|
d: "M7 3 2 6.202l5 3.202-5 3.202 5 3.202 5-3.202 5 3.202 5-3.202-5-3.202 5-3.202L17 3l-5 3.202zm5 3.202 5 3.202-5 3.202-5-3.202zm0 13.875-5-3.202 5-3.202 5 3.202z",
|
|
21
19
|
"clip-rule": "evenodd"
|
|
22
|
-
})) :
|
|
23
|
-
/*#__PURE__*/
|
|
24
|
-
// eslint-disable-next-line @atlaskit/design-system/no-custom-icons, @atlaskit/design-system/ensure-design-token-usage
|
|
25
|
-
React.createElement(SVG, {
|
|
26
|
-
primaryColor: "#0061FF",
|
|
27
|
-
label: "dropbox-icon"
|
|
28
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
fill: "currentcolor",
|
|
30
|
-
"fill-rule": "evenodd",
|
|
31
|
-
d: "M7 3 2 6.202l5 3.202-5 3.202 5 3.202 5-3.202 5 3.202 5-3.202-5-3.202 5-3.202L17 3l-5 3.202zm5 3.202 5 3.202-5 3.202-5-3.202zm0 13.875-5-3.202 5-3.202 5 3.202z",
|
|
32
|
-
"clip-rule": "evenodd"
|
|
33
20
|
})));
|
|
34
21
|
});
|
|
@@ -2,14 +2,12 @@
|
|
|
2
2
|
import "./DropboxIcon.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import SVG from '@atlaskit/icon/svg';
|
|
6
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
5
|
var svgStyles = null;
|
|
8
6
|
export default (function () {
|
|
9
7
|
return /*#__PURE__*/React.createElement("span", {
|
|
10
8
|
"data-vc": 'icon-editor-dropbox',
|
|
11
9
|
"aria-hidden": true
|
|
12
|
-
},
|
|
10
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
13
11
|
viewBox: "0 0 24 24",
|
|
14
12
|
"aria-label": "dropbox-icon",
|
|
15
13
|
role: "img",
|
|
@@ -19,16 +17,5 @@ export default (function () {
|
|
|
19
17
|
"fill-rule": "evenodd",
|
|
20
18
|
d: "M7 3 2 6.202l5 3.202-5 3.202 5 3.202 5-3.202 5 3.202 5-3.202-5-3.202 5-3.202L17 3l-5 3.202zm5 3.202 5 3.202-5 3.202-5-3.202zm0 13.875-5-3.202 5-3.202 5 3.202z",
|
|
21
19
|
"clip-rule": "evenodd"
|
|
22
|
-
})) :
|
|
23
|
-
/*#__PURE__*/
|
|
24
|
-
// eslint-disable-next-line @atlaskit/design-system/no-custom-icons, @atlaskit/design-system/ensure-design-token-usage
|
|
25
|
-
React.createElement(SVG, {
|
|
26
|
-
primaryColor: "#0061FF",
|
|
27
|
-
label: "dropbox-icon"
|
|
28
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
fill: "currentcolor",
|
|
30
|
-
"fill-rule": "evenodd",
|
|
31
|
-
d: "M7 3 2 6.202l5 3.202-5 3.202 5 3.202 5-3.202 5 3.202 5-3.202-5-3.202 5-3.202L17 3l-5 3.202zm5 3.202 5 3.202-5 3.202-5-3.202zm0 13.875-5-3.202 5-3.202 5 3.202z",
|
|
32
|
-
"clip-rule": "evenodd"
|
|
33
20
|
})));
|
|
34
21
|
});
|
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.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/"
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-utils": "^19.26.0",
|
|
35
|
-
"@atlaskit/button": "^23.
|
|
35
|
+
"@atlaskit/button": "^23.8.0",
|
|
36
36
|
"@atlaskit/heading": "^5.2.0",
|
|
37
|
-
"@atlaskit/icon": "^29.
|
|
38
|
-
"@atlaskit/modal-dialog": "^14.
|
|
37
|
+
"@atlaskit/icon": "^29.3.0",
|
|
38
|
+
"@atlaskit/modal-dialog": "^14.9.0",
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
40
|
"@atlaskit/primitives": "^16.4.0",
|
|
41
|
-
"@atlaskit/tokens": "^8.
|
|
41
|
+
"@atlaskit/tokens": "^8.6.0",
|
|
42
42
|
"@babel/runtime": "^7.0.0",
|
|
43
43
|
"@compiled/react": "^0.18.6",
|
|
44
44
|
"@emotion/react": "^11.7.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@atlaskit/editor-common": "^110.
|
|
47
|
+
"@atlaskit/editor-common": "^110.46.0",
|
|
48
48
|
"react": "^18.2.0",
|
|
49
49
|
"react-dom": "^18.2.0"
|
|
50
50
|
},
|
|
@@ -58,10 +58,5 @@
|
|
|
58
58
|
"emotion"
|
|
59
59
|
]
|
|
60
60
|
}
|
|
61
|
-
},
|
|
62
|
-
"platform-feature-flags": {
|
|
63
|
-
"platform-custom-icon-migration": {
|
|
64
|
-
"type": "boolean"
|
|
65
|
-
}
|
|
66
61
|
}
|
|
67
62
|
}
|