@machinemetrics/mm-react-tools 4.10.0-5 → 4.10.0-6

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.
@@ -19283,20 +19283,20 @@ const cv = CC(), kC = () => /* @__PURE__ */ bt(
19283
19283
  borderRadius: "12px",
19284
19284
  boxShadow: "0 2px 16px rgba(0,0,0,0.10)",
19285
19285
  padding: "64px",
19286
- maxWidth: "560px",
19286
+ maxWidth: "550px",
19287
19287
  width: "100%",
19288
19288
  textAlign: "center",
19289
19289
  fontFamily: "sans-serif"
19290
19290
  }, lv = {
19291
19291
  color: "#555",
19292
- fontSize: "14px",
19292
+ fontSize: "16px",
19293
19293
  lineHeight: "1.6",
19294
19294
  margin: "16px 0 24px"
19295
19295
  }, fv = {
19296
19296
  display: "inline-block",
19297
19297
  padding: "11px 24px",
19298
- fontSize: "15px",
19299
- fontWeight: "600",
19298
+ fontSize: "16px",
19299
+ fontWeight: "500",
19300
19300
  borderRadius: "6px",
19301
19301
  border: "none",
19302
19302
  cursor: "pointer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machinemetrics/mm-react-tools",
3
- "version": "4.10.0-5",
3
+ "version": "4.10.0-6",
4
4
  "description": "Components, hooks, and helper functions for writing React apps using MachineMetrics APIs.",
5
5
  "author": "machinemetrics",
6
6
  "license": "MIT",