evelearn-theme 2.0.16 → 2.0.17
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.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -466,7 +466,7 @@ var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
|
466
466
|
var StepsComponent = function(param) {
|
|
467
467
|
var steps = param.steps, activeStep = param.activeStep, onStepPress = param.onStepPress;
|
|
468
468
|
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", {
|
|
469
|
-
className: "flex justify-between items-center w-full p-1 mb-2",
|
|
469
|
+
className: "flex justify-between items-center space-x-1 w-full p-1 mb-2",
|
|
470
470
|
children: steps.map(function(step, index) {
|
|
471
471
|
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", {
|
|
472
472
|
className: "flex justify-center items-center space-x-2 w-full",
|
|
@@ -482,7 +482,7 @@ var StepsComponent = function(param) {
|
|
|
482
482
|
className: "font-medium truncate",
|
|
483
483
|
children: [
|
|
484
484
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("span", {
|
|
485
|
-
className: "text-
|
|
485
|
+
className: "text-semibold",
|
|
486
486
|
children: [
|
|
487
487
|
index + 1,
|
|
488
488
|
". "
|
package/dist/index.mjs
CHANGED
|
@@ -278,7 +278,7 @@ import { jsx as jsx6, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
|
278
278
|
var StepsComponent = function(param) {
|
|
279
279
|
var steps = param.steps, activeStep = param.activeStep, onStepPress = param.onStepPress;
|
|
280
280
|
return /* @__PURE__ */ jsx6("div", {
|
|
281
|
-
className: "flex justify-between items-center w-full p-1 mb-2",
|
|
281
|
+
className: "flex justify-between items-center space-x-1 w-full p-1 mb-2",
|
|
282
282
|
children: steps.map(function(step, index) {
|
|
283
283
|
return /* @__PURE__ */ jsx6("div", {
|
|
284
284
|
className: "flex justify-center items-center space-x-2 w-full",
|
|
@@ -294,7 +294,7 @@ var StepsComponent = function(param) {
|
|
|
294
294
|
className: "font-medium truncate",
|
|
295
295
|
children: [
|
|
296
296
|
/* @__PURE__ */ jsxs3("span", {
|
|
297
|
-
className: "text-
|
|
297
|
+
className: "text-semibold",
|
|
298
298
|
children: [
|
|
299
299
|
index + 1,
|
|
300
300
|
". "
|