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/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