evelearn-theme 2.0.32 → 2.0.33
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 +3 -24
- package/dist/index.mjs +3 -24
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -495,30 +495,9 @@ var Button = /* @__PURE__ */ __name(function(param) {
|
|
|
495
495
|
className: "w-full max-h-11",
|
|
496
496
|
children: loading ? /* @__PURE__ */ jsxRuntime.jsx("div", {
|
|
497
497
|
className: "flex w-full justify-center items-center",
|
|
498
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
stroke: "currentColor",
|
|
502
|
-
strokeLinecap: "round",
|
|
503
|
-
strokeLinejoin: "round",
|
|
504
|
-
strokeWidth: "2.5",
|
|
505
|
-
className: "size-10",
|
|
506
|
-
viewBox: "0 0 24 24",
|
|
507
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
508
|
-
d: "M2 16s9-15 20-4C11 23 2 8 2 8",
|
|
509
|
-
strokeDasharray: "70",
|
|
510
|
-
strokeDashoffset: "70",
|
|
511
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("animate", {
|
|
512
|
-
attributeName: "stroke-dashoffset",
|
|
513
|
-
calcMode: "spline",
|
|
514
|
-
dur: "2",
|
|
515
|
-
keySplines: "0 0 1 1",
|
|
516
|
-
repeatCount: "indefinite",
|
|
517
|
-
from: "70",
|
|
518
|
-
to: "-70",
|
|
519
|
-
fill: "freeze"
|
|
520
|
-
})
|
|
521
|
-
})
|
|
498
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Spinner_default, {
|
|
499
|
+
white: true,
|
|
500
|
+
size: 32
|
|
522
501
|
})
|
|
523
502
|
}) : children
|
|
524
503
|
})
|
package/dist/index.mjs
CHANGED
|
@@ -487,30 +487,9 @@ var Button = /* @__PURE__ */ __name(function(param) {
|
|
|
487
487
|
className: "w-full max-h-11",
|
|
488
488
|
children: loading ? /* @__PURE__ */ jsx("div", {
|
|
489
489
|
className: "flex w-full justify-center items-center",
|
|
490
|
-
children: /* @__PURE__ */ jsx(
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
stroke: "currentColor",
|
|
494
|
-
strokeLinecap: "round",
|
|
495
|
-
strokeLinejoin: "round",
|
|
496
|
-
strokeWidth: "2.5",
|
|
497
|
-
className: "size-10",
|
|
498
|
-
viewBox: "0 0 24 24",
|
|
499
|
-
children: /* @__PURE__ */ jsx("path", {
|
|
500
|
-
d: "M2 16s9-15 20-4C11 23 2 8 2 8",
|
|
501
|
-
strokeDasharray: "70",
|
|
502
|
-
strokeDashoffset: "70",
|
|
503
|
-
children: /* @__PURE__ */ jsx("animate", {
|
|
504
|
-
attributeName: "stroke-dashoffset",
|
|
505
|
-
calcMode: "spline",
|
|
506
|
-
dur: "2",
|
|
507
|
-
keySplines: "0 0 1 1",
|
|
508
|
-
repeatCount: "indefinite",
|
|
509
|
-
from: "70",
|
|
510
|
-
to: "-70",
|
|
511
|
-
fill: "freeze"
|
|
512
|
-
})
|
|
513
|
-
})
|
|
490
|
+
children: /* @__PURE__ */ jsx(Spinner_default, {
|
|
491
|
+
white: true,
|
|
492
|
+
size: 32
|
|
514
493
|
})
|
|
515
494
|
}) : children
|
|
516
495
|
})
|