@hybr1d-tech/charizard 0.7.156 → 0.7.158

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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "0.7.156",
3
+ "version": "0.7.158",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -26,32 +26,32 @@
26
26
  "@dnd-kit/utilities": "^3.2.2",
27
27
  "@popperjs/core": "^2.11.8",
28
28
  "@tanstack/react-table": "^8.20.5",
29
- "@zag-js/accordion": "^0.76.0",
30
- "@zag-js/checkbox": "^0.76.0",
31
- "@zag-js/color-picker": "^0.76.0",
32
- "@zag-js/combobox": "^0.76.0",
33
- "@zag-js/dialog": "^0.76.0",
34
- "@zag-js/menu": "^0.76.0",
35
- "@zag-js/pagination": "^0.76.0",
36
- "@zag-js/popover": "^0.76.0",
37
- "@zag-js/popper": "^0.76.0",
38
- "@zag-js/radio-group": "^0.76.0",
39
- "@zag-js/react": "^0.76.0",
40
- "@zag-js/select": "^0.76.0",
41
- "@zag-js/switch": "^0.76.0",
42
- "@zag-js/tabs": "^0.76.0",
43
- "@zag-js/tooltip": "^0.76.0",
29
+ "@zag-js/accordion": "^0.77.0",
30
+ "@zag-js/checkbox": "^0.77.0",
31
+ "@zag-js/color-picker": "^0.77.0",
32
+ "@zag-js/combobox": "^0.77.0",
33
+ "@zag-js/dialog": "^0.77.0",
34
+ "@zag-js/menu": "^0.77.0",
35
+ "@zag-js/pagination": "^0.77.0",
36
+ "@zag-js/popover": "^0.77.0",
37
+ "@zag-js/popper": "^0.77.0",
38
+ "@zag-js/radio-group": "^0.77.0",
39
+ "@zag-js/react": "^0.77.0",
40
+ "@zag-js/select": "^0.77.0",
41
+ "@zag-js/switch": "^0.77.0",
42
+ "@zag-js/tabs": "^0.77.0",
43
+ "@zag-js/tooltip": "^0.77.0",
44
44
  "clsx": "^2.1.1",
45
45
  "date-fns": "^4.1.0",
46
46
  "react": "^18.3.1",
47
47
  "react-country-flag": "^3.1.0",
48
- "react-day-picker": "^9.1.2",
48
+ "react-day-picker": "^9.2.1",
49
49
  "react-dom": "^18.3.1",
50
50
  "react-infinite-scroll-component": "^6.1.0",
51
- "react-inlinesvg": "^4.1.3",
51
+ "react-inlinesvg": "^4.1.4",
52
52
  "react-intersection-observer": "^9.8.0",
53
53
  "react-router-dom": "^6.27.0",
54
- "react-select": "^5.8.1",
54
+ "react-select": "^5.8.2",
55
55
  "react-toastify": "^10.0.6",
56
56
  "react-tooltip": "^5.28.0",
57
57
  "use-deep-compare-effect": "^1.8.1",