jcicl 0.0.229 → 0.0.231
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/Stepper/Stepper.js +3 -2
- package/package.json +1 -1
package/Stepper/Stepper.js
CHANGED
|
@@ -629,9 +629,10 @@ const dr = K("div")(() => ({
|
|
|
629
629
|
position: relative;
|
|
630
630
|
display: flex;
|
|
631
631
|
flex-direction: column;
|
|
632
|
-
justify-content: center;
|
|
633
632
|
align-items: center;
|
|
634
633
|
width: 100%;
|
|
634
|
+
height: 100%;
|
|
635
|
+
justify-content: space-between;
|
|
635
636
|
padding: 0;
|
|
636
637
|
margin: 0;
|
|
637
638
|
background-color: transparent;
|
|
@@ -666,7 +667,7 @@ const dr = K("div")(() => ({
|
|
|
666
667
|
}, C = () => {
|
|
667
668
|
b((g) => g - 1), r == null || r();
|
|
668
669
|
}, i = () => /* @__PURE__ */ l(I, { onClick: d, children: f === m - 1 ? "Finish" : "Next" }), s = () => /* @__PURE__ */ l(I, { onClick: C, children: "Back" });
|
|
669
|
-
return /* @__PURE__ */ S(dr, { children: [
|
|
670
|
+
return /* @__PURE__ */ S(dr, { className: "jcStepContainer", children: [
|
|
670
671
|
j.toArray(a)[f] ?? null,
|
|
671
672
|
/* @__PURE__ */ l(
|
|
672
673
|
_,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jcicl",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.231",
|
|
5
5
|
"description": "Component library for the websites of Johnson County Iowa",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://devops.jc.net/JCIT/Business%20Solutions%20Delivery/_git/JCComponentLibrary?path=%2FREADME.md&version=GBmaster",
|