@adiba-banking-cloud/backoffice 0.0.55 → 0.0.56

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.
@@ -13215,8 +13215,8 @@ const Drawer = _ref => {
13215
13215
  onClose,
13216
13216
  position = "right",
13217
13217
  size = "lg",
13218
- title,
13219
- page
13218
+ title = "",
13219
+ page = undefined
13220
13220
  } = _ref;
13221
13221
  return /*#__PURE__*/React.createElement(core.Drawer.Root, {
13222
13222
  opened,
@@ -13194,8 +13194,8 @@ const Drawer = _ref => {
13194
13194
  onClose,
13195
13195
  position = "right",
13196
13196
  size = "lg",
13197
- title,
13198
- page
13197
+ title = "",
13198
+ page = undefined
13199
13199
  } = _ref;
13200
13200
  return /*#__PURE__*/React.createElement(Drawer$1.Root, {
13201
13201
  opened,
@@ -1,8 +1,8 @@
1
1
  export interface DrawerProps {
2
2
  opened: boolean;
3
3
  onClose: () => void;
4
- position: "left" | "right" | "top" | "bottom";
4
+ position?: "left" | "right" | "top" | "bottom";
5
5
  size?: "xs" | "sm" | "md" | "lg" | "xl" | number;
6
6
  title?: string;
7
- page: React.ReactNode;
7
+ page?: React.ReactNode;
8
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adiba-banking-cloud/backoffice",
3
3
  "author": "TUROG Technologies",
4
- "version": "0.0.55",
4
+ "version": "0.0.56",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",