magneto365.ui 2.61.2 → 2.61.3

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.
@@ -4,7 +4,11 @@ export interface IMegaMenuEmpty {
4
4
  */
5
5
  title: string;
6
6
  /**
7
- * Empty Subtitle
8
- */
7
+ * Empty Subtitle
8
+ */
9
9
  subtitle: string;
10
+ /**
11
+ * Image Data
12
+ */
13
+ imageData: string;
10
14
  }
@@ -1,3 +1,4 @@
1
1
  export { default as SwipeLeft } from '../assets/gif/SwipeLeft.gif';
2
2
  export { default as SwipeRight } from '../assets/gif/SwipeRight.gif';
3
3
  export { default as NoData } from '../assets/gif/noData.gif';
4
+ export { default as Waiting } from '../assets/gif/waiting.gif';
@@ -2,6 +2,9 @@ import { IMegaMenuTab } from '@components/UI/atoms/MegaMenuTab/MegaMenuTab.inter
2
2
  import { IMegaMenuCard } from '@components/UI/molecules';
3
3
  import { IMegaMenuCards } from '@components/UI/organism';
4
4
  import { IMegaMenuJobs, IMegaMenuMainHeader, IMegaMenuSocialHeader } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
5
+ export declare const staticMessages: {
6
+ [key: string]: string;
7
+ };
5
8
  export declare const megaMenuSocialTabs: IMegaMenuTab[];
6
9
  export declare const alphabet = "ABCDEFGHIJKLMN\u00D1OPQRSTUVWXYZ";
7
10
  export declare const megaMenuJobImage: IMegaMenuCard;
package/dist/index.d.ts CHANGED
@@ -5225,9 +5225,13 @@ interface IMegaMenuEmpty {
5225
5225
  */
5226
5226
  title: string;
5227
5227
  /**
5228
- * Empty Subtitle
5229
- */
5228
+ * Empty Subtitle
5229
+ */
5230
5230
  subtitle: string;
5231
+ /**
5232
+ * Image Data
5233
+ */
5234
+ imageData: string;
5231
5235
  }
5232
5236
 
5233
5237
  declare const MegaMenuEmpty: React$1.FC<IMegaMenuEmpty>;
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.61.2",
7
+ "version": "2.61.3",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",