dfh-ui-library 1.3.16 → 1.3.18

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 +1 @@
1
- export declare const handleInputElementClasses: (_inputVariant?: "default" | "large") => "mt-1 px-3 py-3 bg-white border shadow-sm text-black-600 text-14s font-normal border-slate-300 placeholder-slate-400 focus:outline-none focus:border-sky-500 focus:ring-sky-500 block w-full rounded-md sm:text-sm focus:ring-1" | undefined;
1
+ export declare const handleInputElementClasses: (_inputVariant?: "default" | "large") => "px-3 py-3 bg-white border shadow-sm text-black-600 text-14s font-normal border-slate-300 placeholder-slate-400 focus:outline-none focus:border-sky-500 focus:ring-sky-500 block w-full rounded-md sm:text-sm focus:ring-1" | undefined;
@@ -31,3 +31,4 @@ export declare const SearchIcon: ({ classes, onClick, onFocus, ...props }: IconP
31
31
  export declare const SortIcon: ({ classes, onClick, onFocus, ...props }: IconProps) => React.JSX.Element;
32
32
  export declare const PreviousIcon: ({ classes, onClick, onFocus, ...props }: IconProps) => React.JSX.Element;
33
33
  export declare const NextIcon: ({ classes, onClick, onFocus, ...props }: IconProps) => React.JSX.Element;
34
+ export declare const FilterIcon: ({ classes, onClick, onFocus, ...props }: IconProps) => React.JSX.Element;