File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
src/components/workspace/elements Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
30+ token : ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
3031
3132 - name : Build 🏗️
3233 uses : sliit-foss/actions/bun/build@main
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
22+ token : ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
2223
2324 - name : Build 🏗️
2425 uses : sliit-foss/actions/bun/build@main
Original file line number Diff line number Diff line change 11{
22 "name" : " @mezh-hq/react-seat-toolkit" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " React UI library to design and render seat layouts" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ const Seat: React.FC<ISeatProps> = forwardRef(
7171 { ...{ [ dataAttributes . category ] : category } }
7272 { ...{ [ dataAttributes . status ] : status ?? SeatStatus . Available } }
7373 { ...props }
74+ className = { twMerge ( props . className , "filter hover:brightness-[1.05]" ) }
7475 />
7576 { label && showLabel && (
7677 < text
You can’t perform that action at this time.
0 commit comments