evelearn-theme 2.0.17 → 2.0.18

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
@@ -571,7 +571,7 @@ var Overlay = function(param) {
571
571
  className: "animate-fade-in",
572
572
  children: withContainer ? /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", {
573
573
  onClick: onDismissed || onClick,
574
- className: "top-0 left-0 fixed w-full h-screen flex items-center justify-center",
574
+ className: "top-0 left-0 fixed w-full h-screen backdrop-blur-lg flex items-center justify-center bg-white/60 dark:bg-black/30",
575
575
  style: {
576
576
  background: isDark ? "rgba(0, 0, 0, ".concat(opacity || "0.7", ")") : "rgba(255, 255, 255, ".concat(opacity || "0.6", ")"),
577
577
  zIndex: zIndex || 9999
package/dist/index.mjs CHANGED
@@ -383,7 +383,7 @@ var Overlay = function(param) {
383
383
  className: "animate-fade-in",
384
384
  children: withContainer ? /* @__PURE__ */ jsx10("div", {
385
385
  onClick: onDismissed || onClick,
386
- className: "top-0 left-0 fixed w-full h-screen flex items-center justify-center",
386
+ className: "top-0 left-0 fixed w-full h-screen backdrop-blur-lg flex items-center justify-center bg-white/60 dark:bg-black/30",
387
387
  style: {
388
388
  background: isDark ? "rgba(0, 0, 0, ".concat(opacity || "0.7", ")") : "rgba(255, 255, 255, ".concat(opacity || "0.6", ")"),
389
389
  zIndex: zIndex || 9999
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evelearn-theme",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",