@marianmeres/stuic 1.87.0 → 1.88.0
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.
|
@@ -7,7 +7,7 @@ import { notificationsDefaultIcons } from "./notifications-icons.js";
|
|
|
7
7
|
const X_POSITIONS = ["left", "center", "right"];
|
|
8
8
|
const Y_POSITIONS = ["top", "center", "bottom"];
|
|
9
9
|
const DEFAULT = {
|
|
10
|
-
posX: "
|
|
10
|
+
posX: "right",
|
|
11
11
|
posXMobile: "center",
|
|
12
12
|
posY: "top",
|
|
13
13
|
posYMobile: "bottom"
|
|
@@ -28,7 +28,7 @@ export class NotificationsConfig {
|
|
|
28
28
|
box: `
|
|
29
29
|
relative flex
|
|
30
30
|
pointer-events-auto
|
|
31
|
-
w-full max-w-
|
|
31
|
+
w-full max-w-sm
|
|
32
32
|
rounded-md
|
|
33
33
|
shadow-lg
|
|
34
34
|
bg-gray-700 text-white
|