@pagamio/frontend-commons-lib 0.8.243 → 0.8.244

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/lib/index.d.ts CHANGED
@@ -20,4 +20,5 @@ export * from './translations';
20
20
  export * from './rbac';
21
21
  export { useImageUpload } from './shared/hooks/useImageUpload';
22
22
  export type { UseImageUploadProps, UploadResponse } from './shared/hooks/useImageUpload';
23
+ export { useAnyDrawerOpen } from './shared/hooks/useAnyDrawerOpen';
23
24
  export * from './feedback';
package/lib/index.js CHANGED
@@ -30,5 +30,6 @@ export * from './translations';
30
30
  export * from './rbac';
31
31
  // Hooks
32
32
  export { useImageUpload } from './shared/hooks/useImageUpload';
33
+ export { useAnyDrawerOpen } from './shared/hooks/useAnyDrawerOpen';
33
34
  // Feedback System
34
35
  export * from './feedback';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagamio/frontend-commons-lib",
3
3
  "description": "Pagamio library for Frontend reusable components like the form engine and table container",
4
- "version": "0.8.243",
4
+ "version": "0.8.244",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": false