@luscii-healthtech/web-ui 2.40.0 → 2.40.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.
|
@@ -1136,7 +1136,7 @@ var ListItem = function ListItem(_ref) {
|
|
|
1136
1136
|
}
|
|
1137
1137
|
|
|
1138
1138
|
return /*#__PURE__*/React__default.createElement("li", {
|
|
1139
|
-
className: classNames("flex last:rounded-b flex-row items-center space-x-4 bg-white", "
|
|
1139
|
+
className: classNames("flex last:rounded-b flex-row items-center space-x-4 bg-white", "px-4 border-b last:border-b-0 border-slate-100", {
|
|
1140
1140
|
"first:rounded-t": roundTop,
|
|
1141
1141
|
"cursor-pointer": restProps.handleItemClick,
|
|
1142
1142
|
"hover:bg-blue-50 transition-colors ease-in-out duration-300": restProps.handleItemClick
|
|
@@ -1158,7 +1158,9 @@ var ListItem = function ListItem(_ref) {
|
|
|
1158
1158
|
onError: onListItemIconLoadError
|
|
1159
1159
|
}), loadIconError && /*#__PURE__*/React__default.createElement(ImageIcon, {
|
|
1160
1160
|
className: "w-6 h-6 text-slate-300"
|
|
1161
|
-
}), /*#__PURE__*/React__default.createElement("div",
|
|
1161
|
+
}), /*#__PURE__*/React__default.createElement("div", {
|
|
1162
|
+
className: "py-4"
|
|
1163
|
+
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
1162
1164
|
type: isSelected ? "strong" : "base",
|
|
1163
1165
|
text: title
|
|
1164
1166
|
}), subtitle && /*#__PURE__*/React__default.createElement(Text, {
|