evelearn-theme 2.0.25 → 2.0.26

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
@@ -1188,8 +1188,6 @@ var IconInfo = function(param) {
1188
1188
  });
1189
1189
  };
1190
1190
  var IconInfo_default = IconInfo;
1191
- // src/Common/Modal.tsx
1192
- var import_link = __toESM(require("next/link"));
1193
1191
  // src/Icons/XIcon.tsx
1194
1192
  var import_jsx_runtime19 = require("react/jsx-runtime");
1195
1193
  var XIcon = function(param) {
@@ -1238,9 +1236,8 @@ var Modal = function(_param) {
1238
1236
  children: /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", {
1239
1237
  className: (0, import_clsx7.default)("relative mx-1 w-full md:mx-auto md:w-3/4 lg:w-1/2", fullscreen && "md:w-5/6 lg:w-5/6"),
1240
1238
  children: [
1241
- dismissLink ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_link.default, {
1239
+ dismissLink ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("a", {
1242
1240
  href: dismissLink,
1243
- scroll: false,
1244
1241
  children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", {
1245
1242
  onClick: onDismissed,
1246
1243
  children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(XIcon_default, {
package/dist/index.mjs CHANGED
@@ -1000,8 +1000,6 @@ var IconInfo = function(param) {
1000
1000
  });
1001
1001
  };
1002
1002
  var IconInfo_default = IconInfo;
1003
- // src/Common/Modal.tsx
1004
- import Link from "next/link";
1005
1003
  // src/Icons/XIcon.tsx
1006
1004
  import { jsx as jsx19 } from "react/jsx-runtime";
1007
1005
  var XIcon = function(param) {
@@ -1050,9 +1048,8 @@ var Modal = function(_param) {
1050
1048
  children: /* @__PURE__ */ jsxs9("div", {
1051
1049
  className: clsx7("relative mx-1 w-full md:mx-auto md:w-3/4 lg:w-1/2", fullscreen && "md:w-5/6 lg:w-5/6"),
1052
1050
  children: [
1053
- dismissLink ? /* @__PURE__ */ jsx20(Link, {
1051
+ dismissLink ? /* @__PURE__ */ jsx20("a", {
1054
1052
  href: dismissLink,
1055
- scroll: false,
1056
1053
  children: /* @__PURE__ */ jsx20("div", {
1057
1054
  onClick: onDismissed,
1058
1055
  children: /* @__PURE__ */ jsx20(XIcon_default, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evelearn-theme",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,7 +37,6 @@
37
37
  "@floating-ui/react": "^0.27.13",
38
38
  "formik": "^2.4.6",
39
39
  "framer-motion": "^12.23.0",
40
- "next": "^15.3.5",
41
40
  "react": "^19.1.0",
42
41
  "react-dom": "^19.1.0",
43
42
  "tailwindcss": "^4.0.0",