@3sc/common-component 0.0.483 → 0.0.485
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -47044,7 +47044,7 @@ const Zw = ({ parentProps: e, childProps: t }) => {
|
|
|
47044
47044
|
justifyContent: "space-between",
|
|
47045
47045
|
alignItems: "center",
|
|
47046
47046
|
sx: {
|
|
47047
|
-
|
|
47047
|
+
maxHeight: "10rem",
|
|
47048
47048
|
p: "1.5rem",
|
|
47049
47049
|
cursor: "pointer",
|
|
47050
47050
|
zIndex: 4
|