@geomak/ui 6.21.0 → 6.21.1
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1825,7 +1825,7 @@ function Stepper({
|
|
|
1825
1825
|
}
|
|
1826
1826
|
return /* @__PURE__ */ jsx("ol", { className: ["flex items-start", className].filter(Boolean).join(" "), children: steps.map((step, i) => {
|
|
1827
1827
|
const state = stateOf(i);
|
|
1828
|
-
return /* @__PURE__ */ jsxs("li", { className: "relative flex flex-1 flex-col items-center
|
|
1828
|
+
return /* @__PURE__ */ jsxs("li", { className: "relative flex flex-1 flex-col items-center", children: [
|
|
1829
1829
|
i > 0 && /* @__PURE__ */ jsx("span", { className: "absolute right-1/2 h-0.5 w-full bg-border", style: { top: s.center - 1 }, children: /* @__PURE__ */ jsx(
|
|
1830
1830
|
motion.span,
|
|
1831
1831
|
{
|