@@ -624,7 +624,7 @@ exports[`Table > renders with loading animation carousel correctly 1`] = `
624
624
"<div class = " relative overflow-auto" >
625
625
<table class = " min-w-full overflow-clip" >
626
626
<!--v-if-->
627
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite]" >
627
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
628
628
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
629
629
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
630
630
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -677,7 +677,7 @@ exports[`Table > renders with loading animation carousel-inverse correctly 1`] =
677
677
"<div class = " relative overflow-auto" >
678
678
<table class = " min-w-full overflow-clip" >
679
679
<!--v-if-->
680
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel-inverse_2s_ease-in-out_infinite]" >
680
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel-inverse_2s_ease-in-out_infinite] rtl:after:animate-[carousel-inverse-rtl_2s_ease-in-out_infinite] " >
681
681
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
682
682
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
683
683
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -836,7 +836,7 @@ exports[`Table > renders with loading color error correctly 1`] = `
836
836
"<div class = " relative overflow-auto" >
837
837
<table class = " min-w-full overflow-clip" >
838
838
<!--v-if-->
839
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-error)] after:animate-[carousel_2s_ease-in-out_infinite]" >
839
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-error)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
840
840
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
841
841
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
842
842
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -889,7 +889,7 @@ exports[`Table > renders with loading color info correctly 1`] = `
889
889
"<div class = " relative overflow-auto" >
890
890
<table class = " min-w-full overflow-clip" >
891
891
<!--v-if-->
892
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-info)] after:animate-[carousel_2s_ease-in-out_infinite]" >
892
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-info)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
893
893
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
894
894
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
895
895
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -942,7 +942,7 @@ exports[`Table > renders with loading color neutral correctly 1`] = `
942
942
"<div class = " relative overflow-auto" >
943
943
<table class = " min-w-full overflow-clip" >
944
944
<!--v-if-->
945
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-bg-inverted)] after:animate-[carousel_2s_ease-in-out_infinite]" >
945
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-bg-inverted)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
946
946
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
947
947
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
948
948
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -995,7 +995,7 @@ exports[`Table > renders with loading color primary correctly 1`] = `
995
995
"<div class = " relative overflow-auto" >
996
996
<table class = " min-w-full overflow-clip" >
997
997
<!--v-if-->
998
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite]" >
998
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
999
999
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
1000
1000
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
1001
1001
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -1048,7 +1048,7 @@ exports[`Table > renders with loading color secondary correctly 1`] = `
1048
1048
"<div class = " relative overflow-auto" >
1049
1049
<table class = " min-w-full overflow-clip" >
1050
1050
<!--v-if-->
1051
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-secondary)] after:animate-[carousel_2s_ease-in-out_infinite]" >
1051
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-secondary)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
1052
1052
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
1053
1053
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
1054
1054
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -1101,7 +1101,7 @@ exports[`Table > renders with loading color success correctly 1`] = `
1101
1101
"<div class = " relative overflow-auto" >
1102
1102
<table class = " min-w-full overflow-clip" >
1103
1103
<!--v-if-->
1104
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-success)] after:animate-[carousel_2s_ease-in-out_infinite]" >
1104
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-success)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
1105
1105
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
1106
1106
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
1107
1107
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -1154,7 +1154,7 @@ exports[`Table > renders with loading color warning correctly 1`] = `
1154
1154
"<div class = " relative overflow-auto" >
1155
1155
<table class = " min-w-full overflow-clip" >
1156
1156
<!--v-if-->
1157
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-warning)] after:animate-[carousel_2s_ease-in-out_infinite]" >
1157
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-warning)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
1158
1158
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
1159
1159
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
1160
1160
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
@@ -1207,7 +1207,7 @@ exports[`Table > renders with loading correctly 1`] = `
1207
1207
"<div class = " relative overflow-auto" >
1208
1208
<table class = " min-w-full overflow-clip" >
1209
1209
<!--v-if-->
1210
- <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite]" >
1210
+ <thead class = " relative [& >tr]:after:absolute [& >tr]:after:inset-x-0 [& >tr]:after:bottom-0 [& >tr]:after:h-px [& >tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite] rtl:after:animate-[carousel-rtl_2s_ease-in-out_infinite] " >
1211
1211
<tr class = " data-[selected=true]:bg-[var(--ui-bg-elevated)]/50" >
1212
1212
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Id</th >
1213
1213
<th data-pinned = " false" class = " px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [& :has([role=checkbox])]:pe-0" >Amount</th >
0 commit comments