@gisce/react-ooui 1.1.59-rc.1 → 1.1.59-rc.2
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/react-ooui.es.js
CHANGED
|
@@ -21490,13 +21490,12 @@ function PercentageIndicator({
|
|
|
21490
21490
|
children: /* @__PURE__ */ jsxs(Row, {
|
|
21491
21491
|
align: "middle",
|
|
21492
21492
|
children: [y && /* @__PURE__ */ jsx(Col, {
|
|
21493
|
-
|
|
21494
|
-
|
|
21495
|
-
|
|
21496
|
-
|
|
21497
|
-
|
|
21498
|
-
|
|
21499
|
-
})
|
|
21493
|
+
style: {
|
|
21494
|
+
fontSize: d * 1,
|
|
21495
|
+
color: s,
|
|
21496
|
+
paddingRight: "10px"
|
|
21497
|
+
},
|
|
21498
|
+
children: /* @__PURE__ */ jsx(y, {})
|
|
21500
21499
|
}), /* @__PURE__ */ jsxs(Col, {
|
|
21501
21500
|
children: [/* @__PURE__ */ jsx(Title$2, {
|
|
21502
21501
|
style: {
|