@gisce/react-ooui 1.2.0-rc.73 → 1.2.0-rc.74

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.
@@ -23287,13 +23287,12 @@ function PercentageIndicator({
23287
23287
  children: /* @__PURE__ */ jsxs(Row, {
23288
23288
  align: "middle",
23289
23289
  children: [y && /* @__PURE__ */ jsx(Col, {
23290
- children: /* @__PURE__ */ jsx(y, {
23291
- style: {
23292
- fontSize: d * 1,
23293
- color: s,
23294
- paddingRight: "10px"
23295
- }
23296
- })
23290
+ style: {
23291
+ fontSize: d * 1,
23292
+ color: s,
23293
+ paddingRight: "10px"
23294
+ },
23295
+ children: /* @__PURE__ */ jsx(y, {})
23297
23296
  }), /* @__PURE__ */ jsxs(Col, {
23298
23297
  children: [/* @__PURE__ */ jsx(Title$2, {
23299
23298
  style: {