@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: 98, zIndex: 1201, sx: {
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: 98, zIndex: 1201, sx: {
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: 98, zIndex: 1201, sx: {
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: 98, zIndex: 1201, sx: {
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerdjs/sales-kit",
3
- "version": "3.2.22",
3
+ "version": "3.2.23",
4
4
  "description": "This is a @nerdjs library for the WA Sales Service",
5
5
  "keywords": [],
6
6
  "license": "ISC",