@jitera/jitera-web-ui-library 1.41.0 → 1.41.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -418,9 +418,6 @@ interface TableProps<DataModel extends RowData> {
418
418
  sortColumnStyle?: CSSObject
419
419
  footerRowStyle?: CSSObject
420
420
  footerColumnStyle?: CSSObject
421
- styleWrapper?: CSSProperties
422
- styleTable?: CSSProperties
423
- styleThead?: CSSProperties
424
421
  isColumnResizeable?: boolean
425
422
  isHeaderVisible?: boolean
426
423
  isFooterVisible?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitera/jitera-web-ui-library",
3
- "version": "1.41.0",
3
+ "version": "1.41.1",
4
4
  "description": "atoms and component for web project",
5
5
  "sideEffects": [
6
6
  "*.css"