aefis-core-ui 2.3.0-rc26 → 2.3.0-rc28
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/dist/index.modern.js +3 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -4798,7 +4798,6 @@ const List = ({
|
|
|
4798
4798
|
listStyle["flexDirection"] = "row";
|
|
4799
4799
|
listProps["dense"] = true;
|
|
4800
4800
|
listProps["disablePadding"] = true;
|
|
4801
|
-
listStyle["flexWrap"] = "unset";
|
|
4802
4801
|
}
|
|
4803
4802
|
return /*#__PURE__*/jsx(Box$1, {
|
|
4804
4803
|
sx: rootStyle,
|
|
@@ -4883,11 +4882,9 @@ const ListItem = ({
|
|
|
4883
4882
|
component: "li"
|
|
4884
4883
|
};
|
|
4885
4884
|
if (_display === "horizontal") {
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
width: "min-content"
|
|
4890
|
-
};
|
|
4885
|
+
listItemStyle["marginRight"] = "2px";
|
|
4886
|
+
listItemStyle["marginBottom"] = "2px";
|
|
4887
|
+
listItemStyle["width"] = "min-content";
|
|
4891
4888
|
listItemArgs["dense"] = true;
|
|
4892
4889
|
listItemArgs["disablePadding"] = true;
|
|
4893
4890
|
listItemArgs["disableGutters"] = true;
|