Skip to content

Commit

Permalink
[ui] ensure item alignment for grid is set to stretch. Export DataGri…
Browse files Browse the repository at this point in the history
…dToolbar
  • Loading branch information
edda committed Jul 19, 2022
1 parent a53a16c commit 96f0129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/juno-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "lib/index.js",
"source": "src/index.js",
"style": "lib/esm/styles.css",
"version": "0.3",
"version": "0.3.1",
"files": [
"lib",
"tailwind.config.js"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import PropTypes from "prop-types"

const dataGridStyles = `
jn-grid
jn-items-stretch
`

const gridTemplate = (columns, columnMaxSize, columnMinSize, minContentColumns, gridColumnTemplate) => {
Expand Down
1 change: 1 addition & 0 deletions libs/juno-ui-components/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export { DataGrid } from "./components/DataGrid/index.js"
export { DataGridCell } from "./components/DataGridCell/index.js"
export { DataGridHeadCell } from "./components/DataGridHeadCell/index.js"
export { DataGridRow } from "./components/DataGridRow/index.js"
export { DataGridToolbar } from "./components/DataGridToolbar/index.js"
export { FilterInput } from "./components/FilterInput/index.js"
export { FilterPill } from "./components/FilterPill/index.js"
export { Filters } from "./components/Filters/index.js"
Expand Down

0 comments on commit 96f0129

Please sign in to comment.