magneto365.ui 2.58.0 → 2.58.1
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 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +1 -1
- package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +1 -1
- package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3518,7 +3518,7 @@ interface IJobDetailsDrawer {
|
|
|
3518
3518
|
/**
|
|
3519
3519
|
* Props for the fraud card job.
|
|
3520
3520
|
*/
|
|
3521
|
-
fraudCardJobProps
|
|
3521
|
+
fraudCardJobProps?: IFraudCardJob;
|
|
3522
3522
|
/**
|
|
3523
3523
|
* Props for show actions buttons or alert
|
|
3524
3524
|
*/
|
|
@@ -3787,7 +3787,7 @@ interface IMobileJobDetailsDrawer {
|
|
|
3787
3787
|
/**
|
|
3788
3788
|
* Props for the fraud card job.
|
|
3789
3789
|
*/
|
|
3790
|
-
fraudCardJobProps
|
|
3790
|
+
fraudCardJobProps?: IFraudCardJob;
|
|
3791
3791
|
/**
|
|
3792
3792
|
* Props for show actions buttons or alert
|
|
3793
3793
|
*/
|
package/package.json
CHANGED