@@ -215,6 +215,9 @@ export default {
215
215
root : 'focus:outline-none focus-visible:outline-0 disabled:cursor-not-allowed disabled:opacity-75 flex-shrink-0' ,
216
216
font : 'font-medium' ,
217
217
rounded : 'rounded-md' ,
218
+ block : 'w-full flex justify-center items-center' ,
219
+ normal : 'inline-flex items-center' ,
220
+ truncate : 'text-left break-all line-clamp-1' ,
218
221
size : {
219
222
'2xs' : 'text-xs' ,
220
223
'xs' : 'text-xs' ,
@@ -528,6 +531,7 @@ export default {
528
531
container : 'z-20' ,
529
532
width : 'w-48' ,
530
533
height : '' ,
534
+ inline : 'inline-flex w-full' ,
531
535
background : 'bg-white dark:bg-gray-800' ,
532
536
shadow : 'shadow-lg' ,
533
537
rounded : 'rounded-md' ,
@@ -786,6 +790,10 @@ export default {
786
790
container : 'flex min-h-full items-end sm:items-center justify-center text-center' ,
787
791
padding : 'p-4 sm:p-0' ,
788
792
margin : 'sm:my-8' ,
793
+ widthScreen : 'w-screen' ,
794
+ heightScreen : 'h-screen' ,
795
+ roundedNone : 'rounded-none' ,
796
+ marginNone : 'm-0' ,
789
797
base : 'relative text-left rtl:text-right overflow-hidden w-full flex flex-col' ,
790
798
overlayBase : 'fixed inset-0 transition-opacity' ,
791
799
overlayBackground : 'bg-gray-200/75 dark:bg-gray-800/75' ,
@@ -823,6 +831,11 @@ export default {
823
831
base : {
824
832
root : 'w-full pointer-events-auto' ,
825
833
container : 'relative overflow-hidden' ,
834
+ flexGap : 'flex gap-3' ,
835
+ flexTitle : 'w-0 flex-1' ,
836
+ notificationButtonDescription : 'mt-3 flex items-center gap-2' ,
837
+ flexDescription : 'flex-shrink-0 flex items-center gap-3' ,
838
+ flexDescriptionLength : 'flex items-center gap-2' ,
826
839
title : 'text-sm font-medium text-gray-900 dark:text-white' ,
827
840
description : 'mt-1 text-sm leading-4 text-gray-500 dark:text-gray-400' ,
828
841
background : 'bg-white dark:bg-gray-900' ,
@@ -908,6 +921,7 @@ export default {
908
921
base : {
909
922
root : 'relative' ,
910
923
container : 'z-20' ,
924
+ popover : 'inline-flex w-full' ,
911
925
width : '' ,
912
926
background : 'bg-white dark:bg-gray-900' ,
913
927
shadow : 'shadow-lg' ,
@@ -1262,6 +1276,7 @@ export default {
1262
1276
root : 'relative inline-flex' ,
1263
1277
container : 'z-20' ,
1264
1278
width : 'max-w-xs' ,
1279
+ toolTip : 'mx-1 text-gray-700 dark:text-gray-200' ,
1265
1280
background : 'bg-white dark:bg-gray-900' ,
1266
1281
color : 'text-gray-900 dark:text-white' ,
1267
1282
shadow : 'shadow' ,
@@ -1425,6 +1440,10 @@ export default {
1425
1440
root : 'relative' ,
1426
1441
container : 'z-20' ,
1427
1442
width : 'w-full' ,
1443
+ selectInput : 'absolute inset-0 w-px opacity-0 cursor-default' ,
1444
+ component : 'inline-flex w-full' ,
1445
+ truncate : 'truncate' ,
1446
+ blockTruncate : 'block truncate' ,
1428
1447
height : 'max-h-60' ,
1429
1448
base : 'relative focus:outline-none overflow-y-auto scroll-py-1' ,
1430
1449
background : 'dark:bg-gray-800' ,
0 commit comments