@acuteinfo/common-screens 1.0.48 → 1.0.50

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/index.js CHANGED
@@ -2048,9 +2048,8 @@ const actions = [
2048
2048
  {
2049
2049
  actionName: "back",
2050
2050
  actionLabel: "Back",
2051
- multiple: undefined,
2051
+ multiple: false,
2052
2052
  rowDoubleClick: false,
2053
- alwaysAvailable: true,
2054
2053
  actionTextColor: "var(--theme-color3)",
2055
2054
  actionBackground: "var(--theme-color2)",
2056
2055
  startsIcon: "West",
@@ -2216,7 +2215,7 @@ const BranchSelectionGrid = ({ selectionMode, authState, isBranchSelectedFn, isL
2216
2215
  padding: "0",
2217
2216
  "& .MuiTypography-root": {
2218
2217
  color: "black",
2219
- }
2218
+ },
2220
2219
  }, disableMultipleRowSelect: true, variant: "outlined", loading: isLoading || isFetching || mutation.isLoading, defaultSelectedRowId: authState?.user?.branchCode ?? null }, `branchSelection`), isError || data?.length === 0 ? (jsx(Button, { sx: {
2221
2220
  backgroundColor: "var(--theme-color3)",
2222
2221
  position: "absolute",