@smart-factor/gem-ui-components 0.0.25 → 0.0.27
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { FilterOptionsState
|
|
2
|
+
import { FilterOptionsState } from '@mui/material';
|
|
3
3
|
|
|
4
4
|
interface ContextualSearchBaseProps<T> {
|
|
5
5
|
options: T[];
|
|
@@ -9,7 +9,6 @@ interface ContextualSearchBaseProps<T> {
|
|
|
9
9
|
required?: boolean;
|
|
10
10
|
disabled?: boolean;
|
|
11
11
|
loading?: boolean;
|
|
12
|
-
variant?: TextFieldVariants;
|
|
13
12
|
fullWidth?: boolean;
|
|
14
13
|
listBoxMaxHeight?: number | `${number}px`;
|
|
15
14
|
onLastOptionInView: () => void;
|
package/dist/main.js
CHANGED
|
@@ -16498,7 +16498,6 @@ function hS({
|
|
|
16498
16498
|
required: t.required,
|
|
16499
16499
|
disabled: t.disabled,
|
|
16500
16500
|
error: !!t.errorMessage,
|
|
16501
|
-
variant: t.variant,
|
|
16502
16501
|
inputProps: {
|
|
16503
16502
|
...a.inputProps,
|
|
16504
16503
|
"data-testid": "contextual-search-text-input"
|