tenjin-ui-kit 0.2.185 → 0.2.186
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.
|
@@ -27,7 +27,8 @@ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefine
|
|
|
27
27
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
28
28
|
var ProjectTopbar = function ProjectTopbar(_ref) {
|
|
29
29
|
var _loggedInUser$role;
|
|
30
|
-
var
|
|
30
|
+
var homeIcon = _ref.homeIcon,
|
|
31
|
+
loggedInUser = _ref.loggedInUser,
|
|
31
32
|
actions = _ref.actions,
|
|
32
33
|
onLogout = _ref.onLogout,
|
|
33
34
|
onViewProfileClick = _ref.onViewProfileClick;
|
|
@@ -117,7 +118,7 @@ var ProjectTopbar = function ProjectTopbar(_ref) {
|
|
|
117
118
|
}
|
|
118
119
|
}
|
|
119
120
|
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
120
|
-
src: _tenjin40Logo.default,
|
|
121
|
+
src: homeIcon || _tenjin40Logo.default,
|
|
121
122
|
alt: "app png logo"
|
|
122
123
|
})))), /*#__PURE__*/_react.default.createElement(_system.Box, {
|
|
123
124
|
className: "Center",
|
|
@@ -146,13 +146,12 @@ var SimpleSelect = function SimpleSelect(_ref) {
|
|
|
146
146
|
position: "sticky",
|
|
147
147
|
top: 0,
|
|
148
148
|
zIndex: 9999,
|
|
149
|
-
backgroundColor: "white",
|
|
149
|
+
backgroundColor: "white !important",
|
|
150
150
|
height: "2.188rem",
|
|
151
151
|
margin: 0,
|
|
152
152
|
width: "100%",
|
|
153
153
|
border: "1px solid #949494",
|
|
154
|
-
borderRadius: "4px"
|
|
155
|
-
boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)"
|
|
154
|
+
borderRadius: "4px"
|
|
156
155
|
},
|
|
157
156
|
placeholder: "Type to search...",
|
|
158
157
|
onChange: function onChange(e) {
|