1mpacto-react-ui 0.0.133 → 0.0.134
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -35937,19 +35937,17 @@ const fO = "_container_b49oo_1", hO = "_passed_b49oo_17", gO = "_active_b49oo_20
|
|
35937
35937
|
),
|
35938
35938
|
h + 1 !== (t == null ? void 0 : t.length) && /* @__PURE__ */ S.jsx("div", { style: { width: n / 2 } })
|
35939
35939
|
] }),
|
35940
|
-
d.desc && /* @__PURE__ */ S.
|
35940
|
+
d.desc && /* @__PURE__ */ S.jsx(
|
35941
35941
|
"div",
|
35942
35942
|
{
|
35943
35943
|
className: `${qn["content-description"]} ${o ?? ""}
|
35944
35944
|
${(d.step ?? f) <= e ? qn.active : ""}`,
|
35945
35945
|
style: {
|
35946
|
-
maxWidth: h + 1 === (t == null ? void 0 : t.length) || h === 0 ? (n - 30) * 2 : n - 30
|
35946
|
+
maxWidth: h + 1 === (t == null ? void 0 : t.length) || h === 0 ? (n - 30) * 2 : n - 30,
|
35947
|
+
marginRight: h + 1 === (t == null ? void 0 : t.length) ? -(n / 2) : 0,
|
35948
|
+
marginLeft: h === 0 ? -(n / 2) : 0
|
35947
35949
|
},
|
35948
|
-
children:
|
35949
|
-
h + 1 === (t == null ? void 0 : t.length) && /* @__PURE__ */ S.jsx("div", { style: { width: n / 2 } }),
|
35950
|
-
d.desc,
|
35951
|
-
h === 0 && /* @__PURE__ */ S.jsx("div", { style: { width: n / 2 } })
|
35952
|
-
]
|
35950
|
+
children: d.desc
|
35953
35951
|
}
|
35954
35952
|
)
|
35955
35953
|
]
|