@smart-factor/gem-ui-components 0.0.44 → 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,27 +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,
|
|
31307
|
-
disabled: s
|
|
31300
|
+
onChange: e,
|
|
31301
|
+
sx: t,
|
|
31302
|
+
errorMessage: o,
|
|
31303
|
+
...n
|
|
31308
31304
|
}) => /* @__PURE__ */ g(yr, { variant: "standard", children: /* @__PURE__ */ g(
|
|
31309
31305
|
jd,
|
|
31310
31306
|
{
|
|
31311
|
-
id: e,
|
|
31312
31307
|
variant: "standard",
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
label: o,
|
|
31319
|
-
error: !!l,
|
|
31320
|
-
helperText: l
|
|
31308
|
+
sx: t,
|
|
31309
|
+
onChange: (a) => e(a.target.value),
|
|
31310
|
+
error: !!o,
|
|
31311
|
+
helperText: o,
|
|
31312
|
+
...n
|
|
31321
31313
|
}
|
|
31322
31314
|
) }), fI = ({
|
|
31323
31315
|
id: e,
|