@dhis2-ui/transfer 9.4.0-alpha.1 → 9.4.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/build/cjs/icons.js +8 -8
- package/build/es/icons.js +8 -8
- package/package.json +7 -7
package/build/cjs/icons.js
CHANGED
|
@@ -23,7 +23,7 @@ const IconAddAll = _ref => {
|
|
|
23
23
|
dataTest,
|
|
24
24
|
disabled
|
|
25
25
|
} = _ref;
|
|
26
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
26
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
27
27
|
className: "jsx-".concat(centerButtonStyles.__hash) + " " + "centerButton"
|
|
28
28
|
}, /*#__PURE__*/_react.default.createElement("svg", {
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -44,7 +44,7 @@ const IconAddAll = _ref => {
|
|
|
44
44
|
fillRule: "nonzero",
|
|
45
45
|
points: "10 2 8.94 3.06 13.13 7.25 13.9 8 13.13 8.75 8.94 12.94 10 14 16 8",
|
|
46
46
|
className: "jsx-".concat(centerButtonStyles.__hash)
|
|
47
|
-
})))
|
|
47
|
+
}))), /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
48
48
|
id: centerButtonStyles.__hash
|
|
49
49
|
}, centerButtonStyles));
|
|
50
50
|
};
|
|
@@ -60,7 +60,7 @@ const IconAddIndividual = _ref2 => {
|
|
|
60
60
|
dataTest,
|
|
61
61
|
disabled
|
|
62
62
|
} = _ref2;
|
|
63
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
63
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
64
64
|
className: "jsx-".concat(centerButtonStyles.__hash) + " " + "centerButton"
|
|
65
65
|
}, /*#__PURE__*/_react.default.createElement("svg", {
|
|
66
66
|
fill: disabled ? _uiConstants.theme.disabled : '#404B5A',
|
|
@@ -73,7 +73,7 @@ const IconAddIndividual = _ref2 => {
|
|
|
73
73
|
}, /*#__PURE__*/_react.default.createElement("polygon", {
|
|
74
74
|
points: "8 2 6.94 3.06 11.13 7.25 2 7.25 2 8.75 11.13 8.75 6.94 12.94 8 14 14 8",
|
|
75
75
|
className: "jsx-".concat(centerButtonStyles.__hash)
|
|
76
|
-
}))
|
|
76
|
+
})), /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
77
77
|
id: centerButtonStyles.__hash
|
|
78
78
|
}, centerButtonStyles));
|
|
79
79
|
};
|
|
@@ -89,7 +89,7 @@ const IconRemoveAll = _ref3 => {
|
|
|
89
89
|
dataTest,
|
|
90
90
|
disabled
|
|
91
91
|
} = _ref3;
|
|
92
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
92
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
93
93
|
className: "jsx-".concat(centerButtonStyles.__hash) + " " + "centerButton"
|
|
94
94
|
}, /*#__PURE__*/_react.default.createElement("svg", {
|
|
95
95
|
fill: disabled ? _uiConstants.theme.disabled : '#404B5A',
|
|
@@ -112,7 +112,7 @@ const IconRemoveAll = _ref3 => {
|
|
|
112
112
|
points: "1.06 2 0 3.06 4.19 7.25 4.96 8 4.19 8.75 0 12.94 1.06 14 7.06 8",
|
|
113
113
|
transform: "matrix(-1 0 0 1 7.06 0)",
|
|
114
114
|
className: "jsx-".concat(centerButtonStyles.__hash)
|
|
115
|
-
})))
|
|
115
|
+
}))), /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
116
116
|
id: centerButtonStyles.__hash
|
|
117
117
|
}, centerButtonStyles));
|
|
118
118
|
};
|
|
@@ -128,7 +128,7 @@ const IconRemoveIndividual = _ref4 => {
|
|
|
128
128
|
dataTest,
|
|
129
129
|
disabled
|
|
130
130
|
} = _ref4;
|
|
131
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
131
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
132
132
|
className: "jsx-".concat(centerButtonStyles.__hash) + " " + "centerButton"
|
|
133
133
|
}, /*#__PURE__*/_react.default.createElement("svg", {
|
|
134
134
|
fill: disabled ? _uiConstants.theme.disabled : '#404B5A',
|
|
@@ -142,7 +142,7 @@ const IconRemoveIndividual = _ref4 => {
|
|
|
142
142
|
points: "8 2 6.94 3.06 11.13 7.25 2 7.25 2 8.75 11.13 8.75 6.94 12.94 8 14 14 8",
|
|
143
143
|
transform: "matrix(-1 0 0 1 16 0)",
|
|
144
144
|
className: "jsx-".concat(centerButtonStyles.__hash)
|
|
145
|
-
}))
|
|
145
|
+
})), /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
146
146
|
id: centerButtonStyles.__hash
|
|
147
147
|
}, centerButtonStyles));
|
|
148
148
|
};
|
package/build/es/icons.js
CHANGED
|
@@ -9,7 +9,7 @@ export const IconAddAll = _ref => {
|
|
|
9
9
|
dataTest,
|
|
10
10
|
disabled
|
|
11
11
|
} = _ref;
|
|
12
|
-
return /*#__PURE__*/React.createElement(
|
|
12
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
13
13
|
className: "jsx-".concat(centerButtonStyles.__hash) + " " + "centerButton"
|
|
14
14
|
}, /*#__PURE__*/React.createElement("svg", {
|
|
15
15
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -30,7 +30,7 @@ export const IconAddAll = _ref => {
|
|
|
30
30
|
fillRule: "nonzero",
|
|
31
31
|
points: "10 2 8.94 3.06 13.13 7.25 13.9 8 13.13 8.75 8.94 12.94 10 14 16 8",
|
|
32
32
|
className: "jsx-".concat(centerButtonStyles.__hash)
|
|
33
|
-
})))
|
|
33
|
+
}))), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
34
34
|
id: centerButtonStyles.__hash
|
|
35
35
|
}, centerButtonStyles));
|
|
36
36
|
};
|
|
@@ -43,7 +43,7 @@ export const IconAddIndividual = _ref2 => {
|
|
|
43
43
|
dataTest,
|
|
44
44
|
disabled
|
|
45
45
|
} = _ref2;
|
|
46
|
-
return /*#__PURE__*/React.createElement(
|
|
46
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
47
47
|
className: "jsx-".concat(centerButtonStyles.__hash) + " " + "centerButton"
|
|
48
48
|
}, /*#__PURE__*/React.createElement("svg", {
|
|
49
49
|
fill: disabled ? theme.disabled : '#404B5A',
|
|
@@ -56,7 +56,7 @@ export const IconAddIndividual = _ref2 => {
|
|
|
56
56
|
}, /*#__PURE__*/React.createElement("polygon", {
|
|
57
57
|
points: "8 2 6.94 3.06 11.13 7.25 2 7.25 2 8.75 11.13 8.75 6.94 12.94 8 14 14 8",
|
|
58
58
|
className: "jsx-".concat(centerButtonStyles.__hash)
|
|
59
|
-
}))
|
|
59
|
+
})), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
60
60
|
id: centerButtonStyles.__hash
|
|
61
61
|
}, centerButtonStyles));
|
|
62
62
|
};
|
|
@@ -69,7 +69,7 @@ export const IconRemoveAll = _ref3 => {
|
|
|
69
69
|
dataTest,
|
|
70
70
|
disabled
|
|
71
71
|
} = _ref3;
|
|
72
|
-
return /*#__PURE__*/React.createElement(
|
|
72
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
73
73
|
className: "jsx-".concat(centerButtonStyles.__hash) + " " + "centerButton"
|
|
74
74
|
}, /*#__PURE__*/React.createElement("svg", {
|
|
75
75
|
fill: disabled ? theme.disabled : '#404B5A',
|
|
@@ -92,7 +92,7 @@ export const IconRemoveAll = _ref3 => {
|
|
|
92
92
|
points: "1.06 2 0 3.06 4.19 7.25 4.96 8 4.19 8.75 0 12.94 1.06 14 7.06 8",
|
|
93
93
|
transform: "matrix(-1 0 0 1 7.06 0)",
|
|
94
94
|
className: "jsx-".concat(centerButtonStyles.__hash)
|
|
95
|
-
})))
|
|
95
|
+
}))), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
96
96
|
id: centerButtonStyles.__hash
|
|
97
97
|
}, centerButtonStyles));
|
|
98
98
|
};
|
|
@@ -105,7 +105,7 @@ export const IconRemoveIndividual = _ref4 => {
|
|
|
105
105
|
dataTest,
|
|
106
106
|
disabled
|
|
107
107
|
} = _ref4;
|
|
108
|
-
return /*#__PURE__*/React.createElement(
|
|
108
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
109
109
|
className: "jsx-".concat(centerButtonStyles.__hash) + " " + "centerButton"
|
|
110
110
|
}, /*#__PURE__*/React.createElement("svg", {
|
|
111
111
|
fill: disabled ? theme.disabled : '#404B5A',
|
|
@@ -119,7 +119,7 @@ export const IconRemoveIndividual = _ref4 => {
|
|
|
119
119
|
points: "8 2 6.94 3.06 11.13 7.25 2 7.25 2 8.75 11.13 8.75 6.94 12.94 8 14 14 8",
|
|
120
120
|
transform: "matrix(-1 0 0 1 16 0)",
|
|
121
121
|
className: "jsx-".concat(centerButtonStyles.__hash)
|
|
122
|
-
}))
|
|
122
|
+
})), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
123
123
|
id: centerButtonStyles.__hash
|
|
124
124
|
}, centerButtonStyles));
|
|
125
125
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/transfer",
|
|
3
|
-
"version": "9.4.0
|
|
3
|
+
"version": "9.4.0",
|
|
4
4
|
"description": "UI Transfer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@dhis2/prop-types": "^3.1.2",
|
|
36
|
-
"@dhis2-ui/button": "9.4.0
|
|
37
|
-
"@dhis2-ui/field": "9.4.0
|
|
38
|
-
"@dhis2-ui/input": "9.4.0
|
|
39
|
-
"@dhis2-ui/intersection-detector": "9.4.0
|
|
40
|
-
"@dhis2-ui/loader": "9.4.0
|
|
41
|
-
"@dhis2/ui-constants": "9.4.0
|
|
36
|
+
"@dhis2-ui/button": "9.4.0",
|
|
37
|
+
"@dhis2-ui/field": "9.4.0",
|
|
38
|
+
"@dhis2-ui/input": "9.4.0",
|
|
39
|
+
"@dhis2-ui/intersection-detector": "9.4.0",
|
|
40
|
+
"@dhis2-ui/loader": "9.4.0",
|
|
41
|
+
"@dhis2/ui-constants": "9.4.0",
|
|
42
42
|
"classnames": "^2.3.1",
|
|
43
43
|
"prop-types": "^15.7.2"
|
|
44
44
|
},
|