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
package/dist/cjs/index.js
CHANGED
|
@@ -7415,7 +7415,8 @@ var Component$y = function (_a) {
|
|
|
7415
7415
|
Hired: UserTick,
|
|
7416
7416
|
Pending: ClockLine,
|
|
7417
7417
|
Sent: DocumentForward,
|
|
7418
|
-
Validation: DocumentSearch
|
|
7418
|
+
Validation: DocumentSearch,
|
|
7419
|
+
Canceled: UserRemove
|
|
7419
7420
|
};
|
|
7420
7421
|
return icons[status];
|
|
7421
7422
|
};
|