@tellescope/react-components 1.214.0 → 1.216.0

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.
@@ -104,7 +104,7 @@ export declare const SearchTextInput: ({ onChange, hideIcon, ...props }: {
104
104
  fullWidth?: boolean | undefined;
105
105
  name?: string | undefined;
106
106
  sx?: import("@mui/material").SxProps<{}> | undefined;
107
- variant?: "outlined" | "filled" | "flat" | undefined;
107
+ variant?: "filled" | "outlined" | "flat" | undefined;
108
108
  type?: React.HTMLInputTypeAttribute | undefined;
109
109
  autoCapitalize?: "none" | "characters" | "sentences" | "words" | undefined;
110
110
  autoCorrect?: boolean | undefined;
@@ -53,7 +53,7 @@ export interface Flex_T {
53
53
  }
54
54
  interface Flex_Web extends Flex_T, Styled, ClickableWeb {
55
55
  }
56
- export declare const resolve_direction_for_props: (row?: boolean, col?: boolean) => "column" | "row";
56
+ export declare const resolve_direction_for_props: (row?: boolean, col?: boolean) => "row" | "column";
57
57
  export declare const compute_flex_direction_with_props: <T extends string>(direction: T, reverse?: boolean) => T | `${T}-reverse`;
58
58
  export interface WithHoverColors {
59
59
  hoveredColor?: CSSProperties['backgroundColor'];