vrfi-design-system 1.0.59 → 1.0.60
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 +5 -0
- package/dist/main.es.js +8728 -8719
- package/dist/main.umd.js +107 -107
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -45,6 +45,8 @@ import { JobTypeEnum } from '../../enums/jobType.enum';
|
|
|
45
45
|
import { JobTypeEnum as JobTypeEnum_2 } from '../../../enums/jobType.enum';
|
|
46
46
|
import { JSX as JSX_2 } from 'react';
|
|
47
47
|
import { Justify } from '../../enums/justify.enum';
|
|
48
|
+
import { LabelType } from './../../enums/labelType.enum';
|
|
49
|
+
import { LabelType as LabelType_2 } from '../../../enums/labelType.enum';
|
|
48
50
|
import { LoaderSizes } from '../../../enums/LoaderSizes';
|
|
49
51
|
import { MenuItemType } from 'antd/lib/menu/interface';
|
|
50
52
|
import { MobileInputValue } from '../types/mobileInputValue.type';
|
|
@@ -371,6 +373,7 @@ export declare interface FloatingLabelProps {
|
|
|
371
373
|
prefix?: ReactNode;
|
|
372
374
|
required?: boolean;
|
|
373
375
|
placeholder?: string;
|
|
376
|
+
type?: LabelType_2;
|
|
374
377
|
}
|
|
375
378
|
|
|
376
379
|
export { FooterDetailsProps }
|
|
@@ -417,6 +420,8 @@ export { JobTypeEnum }
|
|
|
417
420
|
|
|
418
421
|
export { Justify }
|
|
419
422
|
|
|
423
|
+
export { LabelType }
|
|
424
|
+
|
|
420
425
|
export declare const ListingTableHeader: (props: ListingTableHeaderProps) => default_2.JSX.Element;
|
|
421
426
|
|
|
422
427
|
export declare interface ListingTableHeaderProps {
|