@@ -35,15 +35,15 @@ interface ExpandableCalloutProps {
3535
3636const variantMap = {
3737 deprecated : {
38- title : 'Deprecated ' ,
38+ title : 'منتهي الصلاحية ' ,
3939 Icon : IconWarning ,
4040 containerClasses : 'bg-red-5 dark:bg-red-60 dark:bg-opacity-20' ,
4141 textColor : 'text-red-50 dark:text-red-40' ,
4242 overlayGradient :
4343 'linear-gradient(rgba(249, 247, 243, 0), rgba(249, 247, 243, 1)' ,
4444 } ,
4545 note : {
46- title : 'Note ' ,
46+ title : 'ملاحظة ' ,
4747 Icon : IconNote ,
4848 containerClasses :
4949 'bg-green-5 dark:bg-green-60 dark:bg-opacity-20 text-primary dark:text-primary-dark text-lg' ,
@@ -70,7 +70,7 @@ const variantMap = {
7070 'linear-gradient(rgba(245, 249, 248, 0), rgba(245, 249, 248, 1)' ,
7171 } ,
7272 experimental : {
73- title : 'Experimental Feature ' ,
73+ title : 'ميزة تجريبية ' ,
7474 Icon : IconCanary ,
7575 containerClasses :
7676 'bg-green-5 dark:bg-green-60 dark:bg-opacity-20 text-primary dark:text-primary-dark text-lg' ,
@@ -79,15 +79,15 @@ const variantMap = {
7979 'linear-gradient(rgba(245, 249, 248, 0), rgba(245, 249, 248, 1)' ,
8080 } ,
8181 pitfall : {
82- title : 'Pitfall ' ,
82+ title : 'مأزق ' ,
8383 Icon : IconPitfall ,
8484 containerClasses : 'bg-yellow-5 dark:bg-yellow-60 dark:bg-opacity-20' ,
8585 textColor : 'text-yellow-50 dark:text-yellow-40' ,
8686 overlayGradient :
8787 'linear-gradient(rgba(249, 247, 243, 0), rgba(249, 247, 243, 1)' ,
8888 } ,
8989 wip : {
90- title : 'Under Construction ' ,
90+ title : 'قيد الإنشاء ' ,
9191 Icon : IconNote ,
9292 containerClasses : 'bg-yellow-5 dark:bg-yellow-60 dark:bg-opacity-20' ,
9393 textColor : 'text-yellow-50 dark:text-yellow-40' ,
0 commit comments