@hybr1d-tech/charizard 0.7.156 → 0.7.157
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/hybr1d-ui.js +1728 -1726
- package/dist/hybr1d-ui.umd.cjs +16 -16
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -556,7 +556,7 @@ export declare type DialogFooterButtons = Array<Omit<ButtonV2Props, 'children'>
|
|
|
556
556
|
loadingText?: string;
|
|
557
557
|
}>;
|
|
558
558
|
|
|
559
|
-
declare enum DOCS_TYPE {
|
|
559
|
+
export declare enum DOCS_TYPE {
|
|
560
560
|
USER_DOCS = "user_document",
|
|
561
561
|
COMPANY_DOCS = "company_document",
|
|
562
562
|
IDENTIFICATION_DOC = "identification_document",
|
|
@@ -569,7 +569,8 @@ declare enum DOCS_TYPE {
|
|
|
569
569
|
INVENTORY_DOCS_FINANCE = "finance",
|
|
570
570
|
USER_OFFBOARDING_DOCS = "user_offboarding_document",
|
|
571
571
|
LEAVE_DOCS = "leave_document",
|
|
572
|
-
INTEGRATION_DOCS = "integration_document"
|
|
572
|
+
INTEGRATION_DOCS = "integration_document",
|
|
573
|
+
OFFBOARDING_PHOTO_COLLECTION = "offboarding_photo_collection"
|
|
573
574
|
}
|
|
574
575
|
|
|
575
576
|
export declare function Drawer({ isOpen, onClose, children, title, subTitle, customHeader, customFooter, size, showBackdrop, showHeader, showFooter, buttons, footerAddon, headerClassName, contentClassName, footerClassName, showHeaderBorder, drawerPosition, customContainerStyles, }: DrawerProps): JSX_2.Element;
|