@marianmeres/stuic 1.44.0 → 1.46.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.
@@ -110,7 +110,7 @@ function iconFeatherRotateCw(props) {
110
110
  export const acpDefaultIcons = {
111
111
  info: () => iconFeatherInfo({}),
112
112
  success: () => iconFeatherCheckCircle({}),
113
- warn: () => iconFeatherAlertTriangle({}),
113
+ warn: () => iconFeatherAlertTriangle({ class: '-mt-[3px]' }), // move up a little because it looks better with the triangle
114
114
  error: () => iconFeatherXOctagon({}),
115
115
  spinner: () => iconFeatherRotateCw({ size: 32, class: 'opacity-50' }),
116
116
  };
@@ -19,7 +19,7 @@ const YMAP_M = { top: "items-start", center: "items-center", bottom: "items-end"
19
19
  export class NotificationsConfig {
20
20
  static preset = {
21
21
  wrap: `
22
- fixed z-10
22
+ fixed z-50
23
23
  `,
24
24
  wrapInner: `
25
25
  p-4 space-y-4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "1.44.0",
3
+ "version": "1.46.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package && node ./scripts/date.js",