@useloops/design-system 1.4.457 → 1.4.459
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.
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1995,7 +1995,6 @@ interface CommentCardProps {
|
|
|
1995
1995
|
moreMenuItems?: MenuProps['menuItems'];
|
|
1996
1996
|
moreMenuState?: MenuProps['state'];
|
|
1997
1997
|
onClick?: () => void;
|
|
1998
|
-
onCopyPress?: (element: HTMLElement) => void;
|
|
1999
1998
|
onFavouritePress?: () => void;
|
|
2000
1999
|
onMorePress?: () => void;
|
|
2001
2000
|
original: string;
|
|
@@ -2341,6 +2340,7 @@ declare const QuestionBlock: FunctionComponent<QuestionBlockProps>;
|
|
|
2341
2340
|
|
|
2342
2341
|
interface SearchInputProps {
|
|
2343
2342
|
onChange?: (event: react__default.ChangeEvent<HTMLInputElement>) => void;
|
|
2343
|
+
onFocus?: () => void;
|
|
2344
2344
|
onClear?: () => void;
|
|
2345
2345
|
placeholder?: string;
|
|
2346
2346
|
sx?: SxProps<Theme>;
|