magneto365.ui 2.65.6 → 2.65.7

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.
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
2
+ export declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded' | 'Canceled';
3
3
  export interface ICommonProcessesCardPros {
4
4
  /**
5
5
  * this property sets custom className
package/dist/index.d.ts CHANGED
@@ -4386,7 +4386,7 @@ interface IListOption {
4386
4386
 
4387
4387
  declare const OneSelectionEntry: React$1.FC<IOneSelectionentry>;
4388
4388
 
4389
- declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
4389
+ declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded' | 'Canceled';
4390
4390
  interface ICommonProcessesCardPros {
4391
4391
  /**
4392
4392
  * this property sets custom className
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.65.6",
7
+ "version": "2.65.7",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",