gf-components 0.1.139 → 0.1.140

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.es.js CHANGED
@@ -34055,10 +34055,10 @@ const _le = Gt.span`
34055
34055
  "legends",
34056
34056
  f
34057
34057
  ],
34058
- tooltip: ({ datum: { id: p, value: g, unit: v } }) => /* @__PURE__ */ m.jsx(
34058
+ tooltip: (p) => /* @__PURE__ */ m.jsx(
34059
34059
  pr,
34060
34060
  {
34061
- body: (o == null ? void 0 : o({ id: p, value: g, unit: v })) || /* @__PURE__ */ m.jsx("span", { children: "Pie chart tooltip" })
34061
+ body: (o == null ? void 0 : o(p)) || /* @__PURE__ */ m.jsx("span", { children: "Pie chart tooltip" })
34062
34062
  }
34063
34063
  )
34064
34064
  }