@gisce/react-ooui 2.97.0-alpha.7 → 2.97.0-alpha.8

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.
@@ -5551,7 +5551,7 @@ const rr = ({
5551
5551
  aggregates: t,
5552
5552
  isLoading: e
5553
5553
  }) => {
5554
- const n = t && Object.keys(t).map((r) => t[r].map((a) => `${a.label}: ${a.amount}`).join(", "));
5554
+ const n = t && Object.keys(t).sort().map((r) => t[r].map((a) => `${a.label}: ${a.amount}`).join(", "));
5555
5555
  return /* @__PURE__ */ H(
5556
5556
  "div",
5557
5557
  {