+
+
-
-
-
- {{ title }}
-
-
-
-
- {{ description }}
-
-
+
+
+
+ {{ title }}
+
+
+
+
+ {{ description }}
+
+
-
-
-
+
+
-
+
+
+
+
-
-
+
@@ -224,7 +222,8 @@ export default defineComponent({
onMouseover,
onMouseleave,
onClose,
- onAction
+ onAction,
+ twMerge
}
}
})
diff --git a/src/runtime/ui.config.ts b/src/runtime/ui.config.ts
index 6cf7a1e3..6dc27814 100644
--- a/src/runtime/ui.config.ts
+++ b/src/runtime/ui.config.ts
@@ -1311,10 +1311,12 @@ export const notification = {
container: 'relative overflow-hidden',
title: 'text-sm font-medium text-gray-900 dark:text-white',
description: 'mt-1 text-sm leading-4 text-gray-500 dark:text-gray-400',
+ actions: 'flex items-center gap-2 mt-3 flex-shrink-0',
background: 'bg-white dark:bg-gray-900',
shadow: 'shadow-lg',
rounded: 'rounded-lg',
padding: 'p-4',
+ gap: 'gap-3',
ring: 'ring-1 ring-gray-200 dark:ring-gray-800',
icon: {
base: 'flex-shrink-0 w-5 h-5',