@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.js
CHANGED
|
@@ -3724,11 +3724,11 @@ const $51d5596368acf759$var$TableList2 = (props)=>{
|
|
|
3724
3724
|
if (column.getIsSorted()) return column.getIsSorted() === 'asc' ? (0, $iA2ta$reactjsxruntime.jsx)((0, $cbf4b156892acb71$export$2e2bcd8739ae039), {
|
|
3725
3725
|
accessor: "chevron-up",
|
|
3726
3726
|
type: "solid",
|
|
3727
|
-
className: "h-
|
|
3727
|
+
className: "h-3! w-3!"
|
|
3728
3728
|
}) : (0, $iA2ta$reactjsxruntime.jsx)((0, $cbf4b156892acb71$export$2e2bcd8739ae039), {
|
|
3729
3729
|
accessor: "chevron-down",
|
|
3730
3730
|
type: "solid",
|
|
3731
|
-
className: "h-
|
|
3731
|
+
className: "h-3! w-3!"
|
|
3732
3732
|
});
|
|
3733
3733
|
return (0, $iA2ta$reactjsxruntime.jsxs)("div", {
|
|
3734
3734
|
className: "h-5 w-5 flex flex-col items-center justify-center",
|
|
@@ -3736,12 +3736,12 @@ const $51d5596368acf759$var$TableList2 = (props)=>{
|
|
|
3736
3736
|
(0, $iA2ta$reactjsxruntime.jsx)((0, $cbf4b156892acb71$export$2e2bcd8739ae039), {
|
|
3737
3737
|
accessor: "chevron-up",
|
|
3738
3738
|
type: "solid",
|
|
3739
|
-
className: "translate-y-1/
|
|
3739
|
+
className: "translate-y-1/12 h-2.5! w-2.5!"
|
|
3740
3740
|
}),
|
|
3741
3741
|
(0, $iA2ta$reactjsxruntime.jsx)((0, $cbf4b156892acb71$export$2e2bcd8739ae039), {
|
|
3742
3742
|
accessor: "chevron-down",
|
|
3743
3743
|
type: "solid",
|
|
3744
|
-
className: "-translate-y-1/
|
|
3744
|
+
className: "-translate-y-1/12 h-2.5! w-2.5!"
|
|
3745
3745
|
})
|
|
3746
3746
|
]
|
|
3747
3747
|
});
|