@tellescope/react-components 1.235.0 → 1.235.2

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.
@@ -20,7 +20,7 @@ export declare const RatingInput: ({ field, value, onChange }: FormInputProps<'r
20
20
  export declare const RankingInput: ({ field, value, onChange }: FormInputProps<'ranking'>) => JSX.Element;
21
21
  export declare const DateInput: ({ field, value, onChange, placement, ...props }: {
22
22
  field: FormField;
23
- placement?: "left" | "right" | "bottom" | "top" | undefined;
23
+ placement?: "bottom" | "left" | "right" | "top" | undefined;
24
24
  } & FormInputProps<"date"> & Styled) => JSX.Element;
25
25
  export declare const TableInput: ({ field, value, onChange, ...props }: FormInputProps<'Input Table'>) => JSX.Element;
26
26
  export declare const AutoFocusTextField: (props: TextFieldProps) => JSX.Element;
@@ -650,7 +650,7 @@ export var MultipleChoiceInput = function (_a) {
650
650
  display: 'flex',
651
651
  alignItems: 'center',
652
652
  width: '100%',
653
- border: isSelected ? '2px solid' : '1px solid',
653
+ border: isSelected ? '3px solid' : '1px solid',
654
654
  borderColor: 'primary.main',
655
655
  borderRadius: 1,
656
656
  padding: '16px 16px',
@@ -76,7 +76,7 @@ export declare const useModalIconButton: (props: UseModalIconButtonProps) => {
76
76
  id?: string | undefined;
77
77
  ariaLabel?: string | undefined;
78
78
  disabled?: boolean | undefined;
79
- color?: "primary" | "secondary" | "error" | "inherit" | "default" | "white" | undefined;
79
+ color?: "inherit" | "error" | "primary" | "secondary" | "white" | "default" | undefined;
80
80
  placement?: TooltipPlacement | undefined;
81
81
  onClick?: ((e: any) => void) | undefined;
82
82
  showArrow?: boolean | undefined;
@@ -97,7 +97,7 @@ export declare const IconModal: ({ open, setOpen, children, disabled, onClick, s
97
97
  id?: string | undefined;
98
98
  ariaLabel?: string | undefined;
99
99
  disabled?: boolean | undefined;
100
- color?: "primary" | "secondary" | "error" | "inherit" | "default" | "white" | undefined;
100
+ color?: "inherit" | "error" | "primary" | "secondary" | "white" | "default" | undefined;
101
101
  placement?: TooltipPlacement | undefined;
102
102
  onClick?: ((e: any) => void) | undefined;
103
103
  showArrow?: boolean | undefined;
@@ -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" | "flat" | "outlined" | undefined;
108
108
  type?: React.HTMLInputTypeAttribute | undefined;
109
109
  autoCapitalize?: "none" | "characters" | "sentences" | "words" | undefined;
110
110
  autoCorrect?: boolean | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FileUploaderProps, useDisplayPictureUploadForSelf, useFileUpload } from "./inputs.js";
2
3
  import { TextFieldProps } from "./mui";
3
4
  export { useDisplayPictureUploadForSelf, useFileUpload };
@@ -1 +1 @@
1
- {"version":3,"file":"inputs.native.d.ts","sourceRoot":"","sources":["../../src/inputs.native.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,iBAAiB,EACjB,8BAA8B,EAC9B,aAAa,EACd,MAAM,aAAa,CAAA;AACpB,OAAO,EAAa,cAAc,EAAE,MAAM,OAAO,CAAA;AAEjD,OAAO,EAAE,8BAA8B,EAAE,aAAa,EAAE,CAAA;AAExD,eAAO,MAAM,YAAY,aAExB,CAAA;AAED,eAAO,MAAM,YAAY,MAAO,iBAAiB,UAEhD,CAAA;AAED,eAAO,MAAM,eAAe,UAAY,cAAc,gBAErD,CAAA"}
1
+ {"version":3,"file":"inputs.native.d.ts","sourceRoot":"","sources":["../../src/inputs.native.tsx"],"names":[],"mappings":";AAEA,OAAO,EACL,iBAAiB,EACjB,8BAA8B,EAC9B,aAAa,EACd,MAAM,aAAa,CAAA;AACpB,OAAO,EAAa,cAAc,EAAE,MAAM,OAAO,CAAA;AAEjD,OAAO,EAAE,8BAA8B,EAAE,aAAa,EAAE,CAAA;AAExD,eAAO,MAAM,YAAY,aAExB,CAAA;AAED,eAAO,MAAM,YAAY,MAAO,iBAAiB,UAEhD,CAAA;AAED,eAAO,MAAM,eAAe,UAAY,cAAc,gBAErD,CAAA"}