magneto365.ui 2.69.0 → 2.70.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.
@@ -12,6 +12,10 @@ export interface IApplicationSummary {
12
12
  * this property closes the ui
13
13
  */
14
14
  onClose: () => void;
15
+ /**
16
+ * this property sets custom styles
17
+ */
18
+ className?: string;
15
19
  }
16
20
  export declare namespace IApplicationSummary {
17
21
  interface Section {
package/dist/index.d.ts CHANGED
@@ -4249,6 +4249,10 @@ interface IApplicationSummary {
4249
4249
  * this property closes the ui
4250
4250
  */
4251
4251
  onClose: () => void;
4252
+ /**
4253
+ * this property sets custom styles
4254
+ */
4255
+ className?: string;
4252
4256
  }
4253
4257
  declare namespace IApplicationSummary {
4254
4258
  interface Section {
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.69.0",
7
+ "version": "2.70.0",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",