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.
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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/esm/index.js
CHANGED
|
@@ -7406,7 +7406,8 @@ var Component$y = function (_a) {
|
|
|
7406
7406
|
Hired: UserTick,
|
|
7407
7407
|
Pending: ClockLine,
|
|
7408
7408
|
Sent: DocumentForward,
|
|
7409
|
-
Validation: DocumentSearch
|
|
7409
|
+
Validation: DocumentSearch,
|
|
7410
|
+
Canceled: UserRemove
|
|
7410
7411
|
};
|
|
7411
7412
|
return icons[status];
|
|
7412
7413
|
};
|