@conboai/storybook.components 0.2.25 → 0.2.26
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.
|
@@ -41094,7 +41094,7 @@ const Ny = {
|
|
|
41094
41094
|
opacity: t ? 1 : 0
|
|
41095
41095
|
}
|
|
41096
41096
|
}), pB = {
|
|
41097
|
-
width: "
|
|
41097
|
+
width: "auto",
|
|
41098
41098
|
paddingLeft: "4px",
|
|
41099
41099
|
"& .MuiInputBase-root": {
|
|
41100
41100
|
color: un,
|
|
@@ -41140,8 +41140,9 @@ const Ny = {
|
|
|
41140
41140
|
justifyContent: "space-between",
|
|
41141
41141
|
alignItems: "center",
|
|
41142
41142
|
flexWrap: "nowrap",
|
|
41143
|
-
|
|
41144
|
-
|
|
41143
|
+
width: l ? "200px" : "auto",
|
|
41144
|
+
maxWidth: "250px",
|
|
41145
|
+
minWidth: l ? "120px" : "0",
|
|
41145
41146
|
gap: "6px",
|
|
41146
41147
|
children: [
|
|
41147
41148
|
/* @__PURE__ */ x.jsx(nt, { sx: b }),
|
|
@@ -58519,7 +58520,7 @@ function w4({ label: t, imageSrc: e, onClick: n }) {
|
|
|
58519
58520
|
flexDirection: "row",
|
|
58520
58521
|
justifyContent: "space-between",
|
|
58521
58522
|
borderBottom: `1px solid ${cd}`,
|
|
58522
|
-
padding: "20px",
|
|
58523
|
+
padding: "20px 20px 12px",
|
|
58523
58524
|
paddingRight: 0,
|
|
58524
58525
|
children: [
|
|
58525
58526
|
/* @__PURE__ */ x.jsxs(nt, { display: "flex", flexDirection: "row", alignItems: "center", children: [
|