@conboai/storybook.components 0.2.24 → 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.
|
@@ -27143,6 +27143,14 @@ const DL = {
|
|
|
27143
27143
|
],
|
|
27144
27144
|
width: 24,
|
|
27145
27145
|
height: 24
|
|
27146
|
+
},
|
|
27147
|
+
mirroredBurgerIcon: {
|
|
27148
|
+
paths: [
|
|
27149
|
+
"M22 18.5V20.5H4V18.5H22ZM22 11.5V13.5H13V11.5H22ZM22 4.5V6.5H13V4.5H22Z",
|
|
27150
|
+
"M4 14L4 4L9 9L4 14Z"
|
|
27151
|
+
],
|
|
27152
|
+
width: 24,
|
|
27153
|
+
height: 24
|
|
27146
27154
|
}
|
|
27147
27155
|
};
|
|
27148
27156
|
function Dt({ fill: t = "black", icon: e, width: n, height: r, fillOpacity: o }) {
|
|
@@ -41086,7 +41094,7 @@ const Ny = {
|
|
|
41086
41094
|
opacity: t ? 1 : 0
|
|
41087
41095
|
}
|
|
41088
41096
|
}), pB = {
|
|
41089
|
-
width: "
|
|
41097
|
+
width: "auto",
|
|
41090
41098
|
paddingLeft: "4px",
|
|
41091
41099
|
"& .MuiInputBase-root": {
|
|
41092
41100
|
color: un,
|
|
@@ -41132,8 +41140,9 @@ const Ny = {
|
|
|
41132
41140
|
justifyContent: "space-between",
|
|
41133
41141
|
alignItems: "center",
|
|
41134
41142
|
flexWrap: "nowrap",
|
|
41135
|
-
|
|
41136
|
-
|
|
41143
|
+
width: l ? "200px" : "auto",
|
|
41144
|
+
maxWidth: "250px",
|
|
41145
|
+
minWidth: l ? "120px" : "0",
|
|
41137
41146
|
gap: "6px",
|
|
41138
41147
|
children: [
|
|
41139
41148
|
/* @__PURE__ */ x.jsx(nt, { sx: b }),
|
|
@@ -58511,7 +58520,7 @@ function w4({ label: t, imageSrc: e, onClick: n }) {
|
|
|
58511
58520
|
flexDirection: "row",
|
|
58512
58521
|
justifyContent: "space-between",
|
|
58513
58522
|
borderBottom: `1px solid ${cd}`,
|
|
58514
|
-
padding: "20px",
|
|
58523
|
+
padding: "20px 20px 12px",
|
|
58515
58524
|
paddingRight: 0,
|
|
58516
58525
|
children: [
|
|
58517
58526
|
/* @__PURE__ */ x.jsxs(nt, { display: "flex", flexDirection: "row", alignItems: "center", children: [
|