Skip to content

Commit

Permalink
TableHeadData type
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Dec 21, 2024
1 parent 7993c8f commit 0864de1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/plugins/packages/location-points-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"@xyo-network/payload-model": "^3.6.0-rc.14",
"@xyo-network/react-map": "workspace:^",
"@xyo-network/react-map-model": "workspace:^",
"@xyo-network/react-payload-plugin": "workspace:^"
"@xyo-network/react-payload-plugin": "workspace:^",
"geojson": "^0.5.0"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/packages/table/src/types/TableHead.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { CSSProperties } from 'react'
import type { TableCellProps } from '@mui/material'

export interface TableHeadCell {
align?: 'left' | 'right' | 'center'
Expand All @@ -7,5 +7,5 @@ export interface TableHeadCell {
label: string
numeric: boolean
showOnMobile: boolean
width?: CSSProperties['width']
width?: TableCellProps['width']
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8125,6 +8125,7 @@ __metadata:
"@xyo-network/react-map": "workspace:^"
"@xyo-network/react-map-model": "workspace:^"
"@xyo-network/react-payload-plugin": "workspace:^"
geojson: "npm:^0.5.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
storybook: "npm:^8.4.7"
Expand Down

0 comments on commit 0864de1

Please sign in to comment.