@local-civics/mgmt-ui 0.1.68 → 0.1.69

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
@@ -415,7 +415,7 @@ const useStyles$j = core.createStyles((theme) => ({
415
415
  transition: "box-shadow 150ms ease, transform 100ms ease",
416
416
  "&:hover": {
417
417
  boxShadow: `${theme.shadows.md} !important`,
418
- transform: "scale(1.05)"
418
+ transform: "scale(1.02)"
419
419
  }
420
420
  },
421
421
  cardTitle: {
@@ -443,7 +443,7 @@ const SwitchAccount = (props) => {
443
443
  onClose: () => props.onClose && props.onClose(),
444
444
  size: "sm"
445
445
  },
446
- /* @__PURE__ */ React__namespace.createElement("div", { style: { position: "relative" } }, props.loading && /* @__PURE__ */ React__namespace.createElement(core.Center, { style: { height: 400 } }, /* @__PURE__ */ React__namespace.createElement(core.Loader, null)), !props.loading && /* @__PURE__ */ React__namespace.createElement(core.ScrollArea.Autosize, { maxHeight: 600 }, /* @__PURE__ */ React__namespace.createElement(core.SimpleGrid, { cols: 3, spacing: "xl", breakpoints: [{ maxWidth: "md", cols: 1 }] }, options)))
446
+ /* @__PURE__ */ React__namespace.createElement("div", { style: { position: "relative" } }, props.loading && /* @__PURE__ */ React__namespace.createElement(core.Center, { style: { height: 400 } }, /* @__PURE__ */ React__namespace.createElement(core.Loader, null)), !props.loading && /* @__PURE__ */ React__namespace.createElement(core.ScrollArea.Autosize, { maxHeight: 600 }, /* @__PURE__ */ React__namespace.createElement(core.SimpleGrid, { p: 20, cols: 3, spacing: "xl", breakpoints: [{ maxWidth: "md", cols: 1 }] }, options)))
447
447
  );
448
448
  };
449
449