@dhis2-ui/logo 6.24.0 → 7.0.1
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/build/cjs/logo.js +0 -4
- package/build/es/logo.js +0 -4
- package/package.json +4 -4
package/build/cjs/logo.js
CHANGED
|
@@ -15,10 +15,6 @@ var _logoSvg = require("./logo-svg");
|
|
|
15
15
|
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
17
|
|
|
18
|
-
/*
|
|
19
|
-
* This should likely not live in ui-core, but in ui-widgets
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
18
|
/*
|
|
23
19
|
* These are official colors for dhis2 logos.
|
|
24
20
|
*
|
package/build/es/logo.js
CHANGED
|
@@ -2,10 +2,6 @@ import PropTypes from 'prop-types';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { LogoIconSvg } from './logo-icon-svg';
|
|
4
4
|
import { LogoSvg } from './logo-svg';
|
|
5
|
-
/*
|
|
6
|
-
* This should likely not live in ui-core, but in ui-widgets
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
5
|
/*
|
|
10
6
|
* These are official colors for dhis2 logos.
|
|
11
7
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/logo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "UI Logo",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": "^16.8",
|
|
30
30
|
"react-dom": "^16.8",
|
|
31
|
-
"styled-jsx": "^
|
|
31
|
+
"styled-jsx": "^4"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@dhis2/prop-types": "^1.6.4",
|
|
35
|
-
"@dhis2/ui-constants": "
|
|
35
|
+
"@dhis2/ui-constants": "7.0.1",
|
|
36
36
|
"classnames": "^2.3.1",
|
|
37
37
|
"prop-types": "^15.7.2"
|
|
38
38
|
},
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"react": "16.13",
|
|
44
44
|
"react-dom": "16.13",
|
|
45
|
-
"styled-jsx": "^
|
|
45
|
+
"styled-jsx": "^4.0.1"
|
|
46
46
|
}
|
|
47
47
|
}
|