magneto365.ui 2.75.1-job-details.2 → 2.75.1-job-details.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.
@@ -14,4 +14,5 @@ export declare const JobDetails: import("react").FC<import("./JobDetails.interfa
14
14
  };
15
15
  Subtitle: import("react").FC<import("./children/JobDetailsSubTitle").IJobDetailsSubTitle>;
16
16
  Drawer: import("react").FC<import("../JobDetailsDrawer").IJobDetailsDrawer>;
17
+ Skeleton: () => JSX.Element;
17
18
  };
package/dist/index.d.ts CHANGED
@@ -4884,6 +4884,7 @@ declare const JobDetails: React$1.FC<IJobDetails> & {
4884
4884
  };
4885
4885
  Subtitle: React$1.FC<IJobDetailsSubTitle>;
4886
4886
  Drawer: React$1.FC<IJobDetailsDrawer>;
4887
+ Skeleton: () => JSX.Element;
4887
4888
  };
4888
4889
 
4889
4890
  interface IJobSuggestedCard {
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.75.1-job-details.2",
7
+ "version": "2.75.1-job-details.3",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "generate:tokens": "node ./.scripts/generateTokens.js",