magneto365.ui 2.71.0 → 2.72.0

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.
@@ -42,6 +42,10 @@ export interface IDrawer {
42
42
  * this property blocks fn onClose from background
43
43
  */
44
44
  blockBackgroundClose?: boolean;
45
+ /**
46
+ * this property sets custom styles into background drawer
47
+ */
48
+ backGroundClassName?: string;
45
49
  }
46
50
  /**
47
51
  * This interface represents a Portal for the Drawer component.
package/dist/index.d.ts CHANGED
@@ -2084,6 +2084,10 @@ interface IDrawer {
2084
2084
  * this property blocks fn onClose from background
2085
2085
  */
2086
2086
  blockBackgroundClose?: boolean;
2087
+ /**
2088
+ * this property sets custom styles into background drawer
2089
+ */
2090
+ backGroundClassName?: string;
2087
2091
  }
2088
2092
  /**
2089
2093
  * This interface represents a Portal for the Drawer component.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.71.0",
7
+ "version": "2.72.0",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "generate:tokens": "node ./.scripts/generateTokens.js",