@atlaskit/editor-extension-dropbox 4.0.5 → 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 +15 -0
- package/afm-cc/tsconfig.json +5 -1
- package/afm-jira/tsconfig.json +6 -2
- package/dist/cjs/icons/DropboxIcon.compiled.css +7 -0
- package/dist/cjs/icons/DropboxIcon.js +14 -8
- package/dist/es2019/icons/DropboxIcon.compiled.css +7 -0
- package/dist/es2019/icons/DropboxIcon.js +10 -5
- package/dist/esm/icons/DropboxIcon.compiled.css +7 -0
- package/dist/esm/icons/DropboxIcon.js +10 -5
- package/dist/types/icons/DropboxIcon.d.ts +1 -2
- package/dist/types-ts4.5/icons/DropboxIcon.d.ts +1 -2
- package/package.json +9 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
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
|
+
|
|
11
|
+
## 4.0.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`e17d0ffc75cdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e17d0ffc75cdd) -
|
|
16
|
+
Migrating custom icons behind feature flag.
|
|
17
|
+
|
|
3
18
|
## 4.0.5
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"target": "es5",
|
|
6
6
|
"outDir": "../../../../../confluence/tsDist/@atlaskit__editor-extension-dropbox",
|
|
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-cc/tsconfig.json"
|
|
40
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
|
|
44
|
+
},
|
|
41
45
|
{
|
|
42
46
|
"path": "../../../design-system/primitives/afm-cc/tsconfig.json"
|
|
43
47
|
},
|
package/afm-jira/tsconfig.json
CHANGED
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"declaration": true,
|
|
5
5
|
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../tsDist/@atlaskit__editor-extension-dropbox/app",
|
|
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,20 +1,26 @@
|
|
|
1
|
+
/* DropboxIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
1
2
|
"use strict";
|
|
2
3
|
|
|
3
|
-
var
|
|
4
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
|
5
6
|
value: true
|
|
6
7
|
});
|
|
7
8
|
exports.default = void 0;
|
|
8
|
-
|
|
9
|
-
var
|
|
9
|
+
require("./DropboxIcon.compiled.css");
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
var _runtime = require("@compiled/react/runtime");
|
|
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); }
|
|
13
|
+
var svgStyles = null;
|
|
10
14
|
var _default = exports.default = function _default() {
|
|
11
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
12
16
|
"data-vc": 'icon-editor-dropbox',
|
|
13
17
|
"aria-hidden": true
|
|
14
|
-
}, /*#__PURE__*/
|
|
15
|
-
|
|
16
|
-
label: "dropbox-icon"
|
|
17
|
-
|
|
18
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
19
|
+
viewBox: "0 0 24 24",
|
|
20
|
+
"aria-label": "dropbox-icon",
|
|
21
|
+
role: "img",
|
|
22
|
+
className: (0, _runtime.ax)(["_1reo15vq _18m915vq _lswuvuon _lcxvglyw _syaz1a75 _1bsb1tcg _4t3i1tcg"])
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
18
24
|
fill: "currentcolor",
|
|
19
25
|
"fill-rule": "evenodd",
|
|
20
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",
|
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* DropboxIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
|
+
import "./DropboxIcon.compiled.css";
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
+
const svgStyles = null;
|
|
3
6
|
export default (() => {
|
|
4
7
|
return /*#__PURE__*/React.createElement("span", {
|
|
5
8
|
"data-vc": 'icon-editor-dropbox',
|
|
6
9
|
"aria-hidden": true
|
|
7
|
-
}, /*#__PURE__*/React.createElement(
|
|
8
|
-
|
|
9
|
-
label: "dropbox-icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
12
|
+
"aria-label": "dropbox-icon",
|
|
13
|
+
role: "img",
|
|
14
|
+
className: ax(["_1reo15vq _18m915vq _lswuvuon _lcxvglyw _syaz1a75 _1bsb1tcg _4t3i1tcg"])
|
|
10
15
|
}, /*#__PURE__*/React.createElement("path", {
|
|
11
16
|
fill: "currentcolor",
|
|
12
17
|
"fill-rule": "evenodd",
|
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* DropboxIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
|
+
import "./DropboxIcon.compiled.css";
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
+
var svgStyles = null;
|
|
3
6
|
export default (function () {
|
|
4
7
|
return /*#__PURE__*/React.createElement("span", {
|
|
5
8
|
"data-vc": 'icon-editor-dropbox',
|
|
6
9
|
"aria-hidden": true
|
|
7
|
-
}, /*#__PURE__*/React.createElement(
|
|
8
|
-
|
|
9
|
-
label: "dropbox-icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
12
|
+
"aria-label": "dropbox-icon",
|
|
13
|
+
role: "img",
|
|
14
|
+
className: ax(["_1reo15vq _18m915vq _lswuvuon _lcxvglyw _syaz1a75 _1bsb1tcg _4t3i1tcg"])
|
|
10
15
|
}, /*#__PURE__*/React.createElement("path", {
|
|
11
16
|
fill: "currentcolor",
|
|
12
17
|
"fill-rule": "evenodd",
|
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,17 +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.
|
|
39
|
-
"@atlaskit/
|
|
40
|
-
"@atlaskit/
|
|
37
|
+
"@atlaskit/icon": "^29.3.0",
|
|
38
|
+
"@atlaskit/modal-dialog": "^14.9.0",
|
|
39
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
|
+
"@atlaskit/primitives": "^16.4.0",
|
|
41
|
+
"@atlaskit/tokens": "^8.6.0",
|
|
41
42
|
"@babel/runtime": "^7.0.0",
|
|
43
|
+
"@compiled/react": "^0.18.6",
|
|
42
44
|
"@emotion/react": "^11.7.1"
|
|
43
45
|
},
|
|
44
46
|
"peerDependencies": {
|
|
45
|
-
"@atlaskit/editor-common": "^110.
|
|
47
|
+
"@atlaskit/editor-common": "^110.46.0",
|
|
46
48
|
"react": "^18.2.0",
|
|
47
49
|
"react-dom": "^18.2.0"
|
|
48
50
|
},
|