@ballistix.digital/react-components 9.4.1-rc-357.0 → 9.4.1-rc-358.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3656,11 +3656,11 @@ const $df469b72efb8986e$var$TableList2 = (props)=>{
|
|
|
3656
3656
|
if (column.getIsSorted()) return column.getIsSorted() === 'asc' ? (0, $4MPRY$jsx)((0, $43984fee7a9c0970$export$2e2bcd8739ae039), {
|
|
3657
3657
|
accessor: "chevron-up",
|
|
3658
3658
|
type: "solid",
|
|
3659
|
-
className: "h-
|
|
3659
|
+
className: "h-3! w-3!"
|
|
3660
3660
|
}) : (0, $4MPRY$jsx)((0, $43984fee7a9c0970$export$2e2bcd8739ae039), {
|
|
3661
3661
|
accessor: "chevron-down",
|
|
3662
3662
|
type: "solid",
|
|
3663
|
-
className: "h-
|
|
3663
|
+
className: "h-3! w-3!"
|
|
3664
3664
|
});
|
|
3665
3665
|
return (0, $4MPRY$jsxs)("div", {
|
|
3666
3666
|
className: "h-5 w-5 flex flex-col items-center justify-center",
|
|
@@ -3668,12 +3668,12 @@ const $df469b72efb8986e$var$TableList2 = (props)=>{
|
|
|
3668
3668
|
(0, $4MPRY$jsx)((0, $43984fee7a9c0970$export$2e2bcd8739ae039), {
|
|
3669
3669
|
accessor: "chevron-up",
|
|
3670
3670
|
type: "solid",
|
|
3671
|
-
className: "translate-y-1/
|
|
3671
|
+
className: "translate-y-1/12 h-2.5! w-2.5!"
|
|
3672
3672
|
}),
|
|
3673
3673
|
(0, $4MPRY$jsx)((0, $43984fee7a9c0970$export$2e2bcd8739ae039), {
|
|
3674
3674
|
accessor: "chevron-down",
|
|
3675
3675
|
type: "solid",
|
|
3676
|
-
className: "-translate-y-1/
|
|
3676
|
+
className: "-translate-y-1/12 h-2.5! w-2.5!"
|
|
3677
3677
|
})
|
|
3678
3678
|
]
|
|
3679
3679
|
});
|