evelearn-theme 2.0.34 → 2.0.35

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 CHANGED
@@ -489,7 +489,7 @@ var Button = /* @__PURE__ */ __name(function(param) {
489
489
  return /* @__PURE__ */ jsxRuntime.jsx("button", {
490
490
  type: type || "button",
491
491
  disabled: disabled,
492
- className: clsx__default.default("squircle cursor-pointer focus:outline-none transition duration-100", styled(), sized()),
492
+ className: clsx__default.default("rounded-lg cursor-pointer focus:outline-none transition duration-100", styled(), sized()),
493
493
  onClick: onClick,
494
494
  children: /* @__PURE__ */ jsxRuntime.jsx("div", {
495
495
  className: "w-full max-h-11",
package/dist/index.mjs CHANGED
@@ -481,7 +481,7 @@ var Button = /* @__PURE__ */ __name(function(param) {
481
481
  return /* @__PURE__ */ jsx("button", {
482
482
  type: type || "button",
483
483
  disabled: disabled,
484
- className: clsx("squircle cursor-pointer focus:outline-none transition duration-100", styled(), sized()),
484
+ className: clsx("rounded-lg cursor-pointer focus:outline-none transition duration-100", styled(), sized()),
485
485
  onClick: onClick,
486
486
  children: /* @__PURE__ */ jsx("div", {
487
487
  className: "w-full max-h-11",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evelearn-theme",
3
- "version": "2.0.34",
3
+ "version": "2.0.35",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",