Implement Alert and Tooltip components

This commit is contained in:
adilallo
2026-02-02 09:24:03 -07:00
parent a94df9be37
commit abe4bff09e
17 changed files with 889 additions and 0 deletions
+7
View File
@@ -55,4 +55,11 @@ export const ASSETS = {
// Content page decorative shapes
CONTENT_SHAPE_1: "assets/Content_Shape_1.svg",
CONTENT_SHAPE_2: "assets/Content_Shape_2.svg",
// Alert icons
ICON_ALERT: "assets/Icon_Alert.svg",
ICON_CLOSE: "assets/Icon_Close.svg",
// Tooltip icons
ICON_POINTER: "assets/Icon_Pointer.svg",
} as const;