@atlaskit/editor-extension-googledrive 1.0.7 → 2.0.0
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 +14 -0
- package/dist/cjs/icons/googledriveicon.compiled.css +4 -0
- package/dist/cjs/icons/googledriveicon.js +20 -6
- package/dist/es2019/icons/googledriveicon.compiled.css +4 -0
- package/dist/es2019/icons/googledriveicon.js +20 -5
- package/dist/esm/icons/googledriveicon.compiled.css +4 -0
- package/dist/esm/icons/googledriveicon.js +18 -5
- package/dist/types/icons/googledriveicon.d.ts +1 -2
- package/dist/types-ts4.5/icons/googledriveicon.d.ts +1 -2
- package/package.json +8 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-extension-googledrive
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.0.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`5798e2609a9f8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5798e2609a9f8) -
|
|
14
|
+
[ux] ENGHEALTH-40637 Update GoogleDrive icon to SVG
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 1.0.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,14 +1,28 @@
|
|
|
1
|
+
/* googledriveicon.tsx generated by @compiled/babel-plugin v0.36.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("./googledriveicon.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__*/
|
|
12
|
-
|
|
13
|
-
|
|
15
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
16
|
+
"data-vc": 'icon-editor-googledrive',
|
|
17
|
+
"aria-hidden": true
|
|
18
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
19
|
+
viewBox: "0 0 24 24",
|
|
20
|
+
"aria-label": "googledrive-icon",
|
|
21
|
+
role: "img",
|
|
22
|
+
className: (0, _runtime.ax)(["_1reo15vq _18m915vq _lswuvuon _lcxvglyw"])
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fill: "currentcolor",
|
|
25
|
+
"fill-rule": "evenodd",
|
|
26
|
+
d: "m15.81 3-6.776.068 5.846 10.126 6.777-.07zM2 14.315l3.447 5.835 5.846-10.126L7.846 4.19zm8.307.175-3.33 5.902H18.67L22 14.49z"
|
|
27
|
+
})));
|
|
14
28
|
};
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
/* googledriveicon.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
|
+
import "./googledriveicon.compiled.css";
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
+
const svgStyles = null;
|
|
6
|
+
export default (() => {
|
|
7
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8
|
+
"data-vc": 'icon-editor-googledrive',
|
|
9
|
+
"aria-hidden": true
|
|
10
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
12
|
+
"aria-label": "googledrive-icon",
|
|
13
|
+
role: "img",
|
|
14
|
+
className: ax(["_1reo15vq _18m915vq _lswuvuon _lcxvglyw"])
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentcolor",
|
|
17
|
+
"fill-rule": "evenodd",
|
|
18
|
+
d: "m15.81 3-6.776.068 5.846 10.126 6.777-.07zM2 14.315l3.447 5.835 5.846-10.126L7.846 4.19zm8.307.175-3.33 5.902H18.67L22 14.49z"
|
|
19
|
+
})));
|
|
20
|
+
});
|
|
@@ -1,7 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
/* googledriveicon.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
|
+
import "./googledriveicon.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
|
-
return /*#__PURE__*/React.createElement(
|
|
5
|
-
|
|
6
|
-
|
|
7
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8
|
+
"data-vc": 'icon-editor-googledrive',
|
|
9
|
+
"aria-hidden": true
|
|
10
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
12
|
+
"aria-label": "googledrive-icon",
|
|
13
|
+
role: "img",
|
|
14
|
+
className: ax(["_1reo15vq _18m915vq _lswuvuon _lcxvglyw"])
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentcolor",
|
|
17
|
+
"fill-rule": "evenodd",
|
|
18
|
+
d: "m15.81 3-6.776.068 5.846 10.126 6.777-.07zM2 14.315l3.447 5.835 5.846-10.126L7.846 4.19zm8.307.175-3.33 5.902H18.67L22 14.49z"
|
|
19
|
+
})));
|
|
7
20
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-extension-googledrive",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "An Atlassian editor extension to add a native Google Drive picker",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
"module:es2019": "dist/es2019/index.js",
|
|
16
16
|
"main": "dist/cjs/index.js",
|
|
17
17
|
"types": "dist/types/index.d.ts",
|
|
18
|
-
"sideEffects":
|
|
18
|
+
"sideEffects": [
|
|
19
|
+
"**/*.compiled.css"
|
|
20
|
+
],
|
|
19
21
|
"atlassian": {
|
|
20
22
|
"team": "trello-ecosystem"
|
|
21
23
|
},
|
|
@@ -23,11 +25,13 @@
|
|
|
23
25
|
"@atlaskit/adf-schema": "^50.2.3",
|
|
24
26
|
"@atlaskit/adf-utils": "^19.21.0",
|
|
25
27
|
"@atlaskit/icon": "^28.1.0",
|
|
28
|
+
"@atlaskit/tokens": "^6.1.0",
|
|
26
29
|
"@babel/runtime": "^7.0.0",
|
|
30
|
+
"@compiled/react": "^0.18.3",
|
|
27
31
|
"@types/gapi": "0.0.44"
|
|
28
32
|
},
|
|
29
33
|
"peerDependencies": {
|
|
30
|
-
"@atlaskit/editor-common": "^
|
|
34
|
+
"@atlaskit/editor-common": "^108.0.0",
|
|
31
35
|
"react": "^18.2.0",
|
|
32
36
|
"react-dom": "^18.2.0"
|
|
33
37
|
},
|
|
@@ -38,7 +42,7 @@
|
|
|
38
42
|
],
|
|
39
43
|
"deprecation": "no-deprecated-imports",
|
|
40
44
|
"styling": [
|
|
41
|
-
"
|
|
45
|
+
"compiled"
|
|
42
46
|
]
|
|
43
47
|
}
|
|
44
48
|
}
|