@marianmeres/stuic 2.1.13 → 2.1.14

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.
@@ -131,7 +131,7 @@
131
131
  return { Cmp: null, props: null };
132
132
  };
133
133
 
134
- let _iconFns = $derived({ ...iconFns, ...notificationsDefaultIcons });
134
+ let _iconFns = $derived({ ...notificationsDefaultIcons, ...iconFns });
135
135
 
136
136
  const maybeIcon = (n: Notification) => n.iconFn ?? _iconFns?.[n.type];
137
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "2.1.13",
3
+ "version": "2.1.14",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",