@nerdjs/sales-kit 3.2.22 → 3.2.23
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.
|
@@ -68,7 +68,7 @@ export function CarrierPanel() {
|
|
|
68
68
|
}, sx: {
|
|
69
69
|
width: "100%",
|
|
70
70
|
bgcolor: "transparent",
|
|
71
|
-
}, children: [_jsx(Box, { position: "sticky", top:
|
|
71
|
+
}, children: [_jsx(Box, { position: "sticky", top: 93, zIndex: 1201, sx: {
|
|
72
72
|
borderBottom: "1px solid lightgrey",
|
|
73
73
|
}, children: _jsx(Sheet, { children: _jsx(Box, { sx: { pl: 1, pr: 1, pt: 0.5, pb: 0.5 }, children: _jsx(CarrierActionBar, { children: _jsx(TabList, { size: "sm", disableUnderline: true, sx: {
|
|
74
74
|
zIndex: (t) => t.zIndex.popup,
|
|
@@ -88,7 +88,7 @@ export function CarrierInvoicePanel({ workflowAssignmentRoute, carrierPayContrac
|
|
|
88
88
|
}, sx: {
|
|
89
89
|
width: "100%",
|
|
90
90
|
bgcolor: "transparent",
|
|
91
|
-
}, children: [_jsx(Box, { position: "sticky", top:
|
|
91
|
+
}, children: [_jsx(Box, { position: "sticky", top: 93, zIndex: 1201, sx: {
|
|
92
92
|
borderBottom: "1px solid lightgrey",
|
|
93
93
|
}, children: _jsx(Sheet, { children: _jsx(Box, { sx: { pl: 1, pr: 1, pt: 0.5, pb: 0.5 }, children: _jsx(CarrierInvoiceActionBar, { workflowAssignmentRoute: workflowAssignmentRoute, children: _jsx(TabList, { size: "sm", disableUnderline: true, sx: {
|
|
94
94
|
zIndex: (t) => t.zIndex.popup,
|
|
@@ -211,7 +211,7 @@ export function CarrierTenderPanel({ workflowAssignmentRoute, carrierPayContract
|
|
|
211
211
|
}, sx: {
|
|
212
212
|
width: "100%",
|
|
213
213
|
bgcolor: "transparent",
|
|
214
|
-
}, children: [_jsx(Box, { position: "sticky", top:
|
|
214
|
+
}, children: [_jsx(Box, { position: "sticky", top: 93, zIndex: 1201, sx: {
|
|
215
215
|
borderBottom: "1px solid lightgrey",
|
|
216
216
|
}, children: _jsx(Sheet, { children: _jsx(Box, { sx: { pl: 1, pr: 1, pt: 0.5, pb: 0.5 }, children: _jsx(CarrierTenderActionBar, { workflowAssignmentRoute: workflowAssignmentRoute, children: _jsx(TabList, { size: "sm", disableUnderline: true, sx: {
|
|
217
217
|
zIndex: (t) => t.zIndex.popup,
|
|
@@ -230,7 +230,7 @@ export function LoadEditPanel({ quoteRoute, loadsRoute, mapID, backTo, compareRo
|
|
|
230
230
|
}, sx: {
|
|
231
231
|
width: "100%",
|
|
232
232
|
bgcolor: "transparent",
|
|
233
|
-
}, children: [_jsxs(Box, { className: "LepActionBar", position: "sticky", top:
|
|
233
|
+
}, children: [_jsxs(Box, { className: "LepActionBar", position: "sticky", top: 93, zIndex: 1201, sx: {
|
|
234
234
|
borderBottom: "1px solid lightgrey",
|
|
235
235
|
}, children: [_jsx(Sheet, { children: _jsx(Box, { sx: { pl: 1, pr: 1, pt: 0.25, pb: 0.25 }, children: _jsx(LepActionBar, { compareRoute: compareRoute, onDuplicateLoad: (id) => navigate(`${loadsRoute}/${id}`), backTo: backTo, onClose: onClose, children: _jsx(TabList, { size: "sm", disableUnderline: true, sx: {
|
|
236
236
|
zIndex: (t) => t.zIndex.popup,
|