@desynova-digital/components 8.19.21 → 8.19.22
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.
|
@@ -18,6 +18,8 @@ var _styledComponents2 = _interopRequireDefault(_styledComponents);
|
|
|
18
18
|
|
|
19
19
|
var _icon = require("../../atoms/icon/");
|
|
20
20
|
|
|
21
|
+
var _icon2 = _interopRequireDefault(_icon);
|
|
22
|
+
|
|
21
23
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
22
24
|
|
|
23
25
|
function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
@@ -37,7 +39,7 @@ var CollabErrorScreen = function CollabErrorScreen() {
|
|
|
37
39
|
_react2.default.createElement(
|
|
38
40
|
"div",
|
|
39
41
|
{ style: { zIndex: "3", position: "absolute", top: "25px" } },
|
|
40
|
-
_react2.default.createElement(
|
|
42
|
+
_react2.default.createElement(_icon2.default, { name: "collab_error_icon", color: "#303F51" })
|
|
41
43
|
),
|
|
42
44
|
_react2.default.createElement(
|
|
43
45
|
"div",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.22",
|
|
4
4
|
"description": "Components for Desynova Digital",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "desynova-digital",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "desynova-digital",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@desynova-digital/tokens": "8.19.
|
|
10
|
+
"@desynova-digital/tokens": "8.19.22",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|