vrfi-design-system 1.1.29 → 1.1.31
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/index.d.ts +3 -1
- package/dist/main.es.js +3522 -3508
- package/dist/main.umd.js +72 -72
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -221,6 +221,8 @@ export declare interface AvatarCardProps {
|
|
|
221
221
|
className?: string;
|
|
222
222
|
copyEmail?: boolean;
|
|
223
223
|
userId?: string;
|
|
224
|
+
time?: string;
|
|
225
|
+
date?: string;
|
|
224
226
|
}
|
|
225
227
|
|
|
226
228
|
export declare interface AvatarProps {
|
|
@@ -309,7 +311,7 @@ export declare interface CheckboxProps {
|
|
|
309
311
|
maxRows?: number;
|
|
310
312
|
}
|
|
311
313
|
|
|
312
|
-
export declare const CheckboxSelectField: ({ name, label, options,
|
|
314
|
+
export declare const CheckboxSelectField: ({ name, label, options, handleCheckboxChange, className, size, type, required, customInput, ...props }: CheckboxSelectFieldProps) => default_2.JSX.Element;
|
|
313
315
|
|
|
314
316
|
export declare interface CheckboxSelectFieldProps extends SelectPropsBase {
|
|
315
317
|
selectedOptions?: (string | number)[];
|