@desynova-digital/components 8.19.23 → 8.19.24
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/components.js +1 -1
- package/package.json +2 -2
package/components.js
CHANGED
|
@@ -187,7 +187,7 @@ var _errorScreen = require("./molecules/errorScreen/errorScreen");
|
|
|
187
187
|
|
|
188
188
|
var _errorScreen2 = _interopRequireDefault(_errorScreen);
|
|
189
189
|
|
|
190
|
-
var _CollabErrorScreen = require("./
|
|
190
|
+
var _CollabErrorScreen = require("./molecules/errorScreen/CollabErrorScreen");
|
|
191
191
|
|
|
192
192
|
var _CollabErrorScreen2 = _interopRequireDefault(_CollabErrorScreen);
|
|
193
193
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.24",
|
|
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.24",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|