@smart-factor/gem-ui-components 0.0.43 → 0.0.45
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.
|
@@ -6,4 +6,4 @@ export type SimpleInputProps<T extends SelectInputProps['value']> = {
|
|
|
6
6
|
onChange(newValue: T): void;
|
|
7
7
|
errorMessage?: string | null;
|
|
8
8
|
} & TextFieldProps;
|
|
9
|
-
export declare const SimpleInput: <T extends unknown>({
|
|
9
|
+
export declare const SimpleInput: <T extends unknown>({ onChange, sx, errorMessage, ...props }: SimpleInputProps<T>) => import("react/jsx-runtime").JSX.Element;
|
package/dist/main.js
CHANGED
|
@@ -31297,25 +31297,19 @@ const mM = A(yr)`
|
|
|
31297
31297
|
)
|
|
31298
31298
|
}
|
|
31299
31299
|
), pI = ({
|
|
31300
|
-
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
type: a,
|
|
31305
|
-
sx: i,
|
|
31306
|
-
errorMessage: l
|
|
31300
|
+
onChange: e,
|
|
31301
|
+
sx: t,
|
|
31302
|
+
errorMessage: o,
|
|
31303
|
+
...n
|
|
31307
31304
|
}) => /* @__PURE__ */ g(yr, { variant: "standard", children: /* @__PURE__ */ g(
|
|
31308
31305
|
jd,
|
|
31309
31306
|
{
|
|
31310
|
-
id: e,
|
|
31311
31307
|
variant: "standard",
|
|
31312
|
-
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
error: !!l,
|
|
31318
|
-
helperText: l
|
|
31308
|
+
sx: t,
|
|
31309
|
+
onChange: (a) => e(a.target.value),
|
|
31310
|
+
error: !!o,
|
|
31311
|
+
helperText: o,
|
|
31312
|
+
...n
|
|
31319
31313
|
}
|
|
31320
31314
|
) }), fI = ({
|
|
31321
31315
|
id: e,
|