@dhis2-ui/organisation-unit-tree 8.4.5 → 8.4.8
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/organisation-unit-node/label/icon-folder-closed.js +1 -1
- package/build/cjs/organisation-unit-node/label/icon-folder-open.js +1 -1
- package/build/es/organisation-unit-node/label/icon-folder-closed.js +1 -1
- package/build/es/organisation-unit-node/label/icon-folder-open.js +1 -1
- package/package.json +5 -5
|
@@ -34,7 +34,7 @@ const IconFolderClosed = _ref => {
|
|
|
34
34
|
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
35
35
|
d: "M2,3.5 C1.17157288,3.5 0.5,4.17157288 0.5,5 L0.5,13 C0.5,13.8284271 1.17157288,14.5 2,14.5 L12,14.5 C12.8284271,14.5 13.5,13.8284271 13.5,13 L13.5,7 C13.5,6.17157288 12.8284271,5.5 12,5.5 L6.69098301,5.5 L5.82917961,3.7763932 C5.7444836,3.60700119 5.57135204,3.5 5.38196601,3.5 L2,3.5 Z",
|
|
36
36
|
id: "Path-2",
|
|
37
|
-
stroke: "#
|
|
37
|
+
stroke: "#6C7787",
|
|
38
38
|
fill: "#D5DDE5",
|
|
39
39
|
className: "jsx-3201893673"
|
|
40
40
|
})), /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
@@ -34,7 +34,7 @@ const IconFolderOpen = _ref => {
|
|
|
34
34
|
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
35
35
|
id: "Group",
|
|
36
36
|
transform: "translate(0.000000, 3.000000)",
|
|
37
|
-
stroke: "#
|
|
37
|
+
stroke: "#6C7787",
|
|
38
38
|
className: "jsx-2091325045"
|
|
39
39
|
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
40
40
|
d: "M2,0.5 C1.17157288,0.5 0.5,1.17157288 0.5,2 L0.5,10 C0.5,10.8284271 1.17157288,11.5 2,11.5 L12,11.5 C12.8284271,11.5 13.5,10.8284271 13.5,10 L13.5,4 C13.5,3.17157288 12.8284271,2.5 12,2.5 L6.69098301,2.5 L5.82917961,0.776393202 C5.7444836,0.607001188 5.57135204,0.5 5.38196601,0.5 L2,0.5 Z",
|
|
@@ -22,7 +22,7 @@ export const IconFolderClosed = _ref => {
|
|
|
22
22
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23
23
|
d: "M2,3.5 C1.17157288,3.5 0.5,4.17157288 0.5,5 L0.5,13 C0.5,13.8284271 1.17157288,14.5 2,14.5 L12,14.5 C12.8284271,14.5 13.5,13.8284271 13.5,13 L13.5,7 C13.5,6.17157288 12.8284271,5.5 12,5.5 L6.69098301,5.5 L5.82917961,3.7763932 C5.7444836,3.60700119 5.57135204,3.5 5.38196601,3.5 L2,3.5 Z",
|
|
24
24
|
id: "Path-2",
|
|
25
|
-
stroke: "#
|
|
25
|
+
stroke: "#6C7787",
|
|
26
26
|
fill: "#D5DDE5",
|
|
27
27
|
className: "jsx-3201893673"
|
|
28
28
|
})), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
@@ -22,7 +22,7 @@ export const IconFolderOpen = _ref => {
|
|
|
22
22
|
}, /*#__PURE__*/React.createElement("g", {
|
|
23
23
|
id: "Group",
|
|
24
24
|
transform: "translate(0.000000, 3.000000)",
|
|
25
|
-
stroke: "#
|
|
25
|
+
stroke: "#6C7787",
|
|
26
26
|
className: "jsx-2091325045"
|
|
27
27
|
}, /*#__PURE__*/React.createElement("path", {
|
|
28
28
|
d: "M2,0.5 C1.17157288,0.5 0.5,1.17157288 0.5,2 L0.5,10 C0.5,10.8284271 1.17157288,11.5 2,11.5 L12,11.5 C12.8284271,11.5 13.5,10.8284271 13.5,10 L13.5,4 C13.5,3.17157288 12.8284271,2.5 12,2.5 L6.69098301,2.5 L5.82917961,0.776393202 C5.7444836,0.607001188 5.57135204,0.5 5.38196601,0.5 L2,0.5 Z",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/organisation-unit-tree",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.8",
|
|
4
4
|
"description": "UI OrganisationUnitTree",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@dhis2/prop-types": "^3.1.2",
|
|
37
|
-
"@dhis2-ui/checkbox": "8.4.
|
|
38
|
-
"@dhis2-ui/loader": "8.4.
|
|
39
|
-
"@dhis2-ui/node": "8.4.
|
|
40
|
-
"@dhis2/ui-constants": "8.4.
|
|
37
|
+
"@dhis2-ui/checkbox": "8.4.8",
|
|
38
|
+
"@dhis2-ui/loader": "8.4.8",
|
|
39
|
+
"@dhis2-ui/node": "8.4.8",
|
|
40
|
+
"@dhis2/ui-constants": "8.4.8",
|
|
41
41
|
"classnames": "^2.3.1",
|
|
42
42
|
"prop-types": "^15.7.2"
|
|
43
43
|
},
|