@conboai/storybook.components 0.2.36 → 0.2.37
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.
|
@@ -62279,14 +62279,7 @@ const l8 = {
|
|
|
62279
62279
|
}
|
|
62280
62280
|
}
|
|
62281
62281
|
}, c8 = $g(
|
|
62282
|
-
({
|
|
62283
|
-
startAdornment: t,
|
|
62284
|
-
endAdornment: e,
|
|
62285
|
-
label: n,
|
|
62286
|
-
onChange: r,
|
|
62287
|
-
type: o = "text",
|
|
62288
|
-
...s
|
|
62289
|
-
}) => /* @__PURE__ */ C.jsx(
|
|
62282
|
+
({ startAdornment: t, endAdornment: e, label: n, onChange: r, type: o = "text", ...s }, a) => /* @__PURE__ */ C.jsx(
|
|
62290
62283
|
ea,
|
|
62291
62284
|
{
|
|
62292
62285
|
...s,
|
|
@@ -62294,6 +62287,7 @@ const l8 = {
|
|
|
62294
62287
|
label: n,
|
|
62295
62288
|
type: o,
|
|
62296
62289
|
onChange: r,
|
|
62290
|
+
ref: a,
|
|
62297
62291
|
InputProps: {
|
|
62298
62292
|
startAdornment: t && /* @__PURE__ */ C.jsx(Oi, { position: "start", children: t }),
|
|
62299
62293
|
endAdornment: e && /* @__PURE__ */ C.jsx(Oi, { position: "end", children: e })
|