@tmf_ciclica/ciclicastorybook 1.2.98 → 1.2.99
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.cjs.js +16 -16
- package/dist/index.es.js +6 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2976,7 +2976,9 @@ const kl = "_legendContainer_5wblm_3", Tl = "_closeButton_5wblm_41", Nl = "_titl
|
|
|
2976
2976
|
/* @__PURE__ */ S("span", { children: [
|
|
2977
2977
|
c.absolute.maxValue,
|
|
2978
2978
|
" ",
|
|
2979
|
-
l(c.absolute.unit)
|
|
2979
|
+
l(c.absolute.unit),
|
|
2980
|
+
" ",
|
|
2981
|
+
c.moreText && l(c.moreText)
|
|
2980
2982
|
] }),
|
|
2981
2983
|
c.absolute.midValue && /* @__PURE__ */ S("span", { children: [
|
|
2982
2984
|
c.absolute.midValue,
|
|
@@ -2986,7 +2988,9 @@ const kl = "_legendContainer_5wblm_3", Tl = "_closeButton_5wblm_41", Nl = "_titl
|
|
|
2986
2988
|
/* @__PURE__ */ S("span", { children: [
|
|
2987
2989
|
c.absolute.minValue,
|
|
2988
2990
|
" ",
|
|
2989
|
-
l(c.absolute.unit)
|
|
2991
|
+
l(c.absolute.unit),
|
|
2992
|
+
" ",
|
|
2993
|
+
c.lessText && l(c.lessText)
|
|
2990
2994
|
] })
|
|
2991
2995
|
] })
|
|
2992
2996
|
] }) : c.categories && c.categories.length > 0 && /* @__PURE__ */ u("div", { className: Ae.gridContainer, children: c.categories.map(
|