File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
resources/js/components/ui Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1-
2-
31## [ 1.1.7] ( https://github.com/justdlabs/inertia.ts/compare/1.1.6...1.1.7 ) (2024-11-18)
42
5-
63### Bug Fixes
74
8- * upgrade icons ([ 1606bf0] ( https://github.com/justdlabs/inertia.ts/commit/1606bf09cfa65ba464a0b42b9d7f0dd2b4c8d9c9 ) )
5+ - upgrade icons ([ 1606bf0] ( https://github.com/justdlabs/inertia.ts/commit/1606bf09cfa65ba464a0b42b9d7f0dd2b4c8d9c9 ) )
96
107## [ 1.1.6] ( https://github.com/justdlabs/inertia.ts/compare/1.1.5...1.1.6 ) (2024-11-18)
118
Original file line number Diff line number Diff line change 1- 'use client' ;
2-
31import React from 'react' ;
42
53import { IconChevronLgDown , IconHamburger } from 'justd-icons' ;
@@ -98,7 +96,7 @@ interface TableCellProps extends CellProps {
9896}
9997
10098const cellStyles = tv ( {
101- base : 'group whitespace-nowrap px-3 py-3 outline-none' ,
99+ base : 'group px-3 py-3 outline-none' ,
102100 variants : {
103101 allowResize : {
104102 true : 'overflow-hidden truncate'
You can’t perform that action at this time.
0 commit comments