@simoncomputing/mui-bueno-v2 0.19.14 → 0.19.15

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.
package/CHANGELOG.md CHANGED
@@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
  - Minor increment --> singlular/minor changes. Minimal breaking changes.
12
12
  - Patch increment --> singlular/minor changes. Zero breaking changes.
13
13
 
14
+ ## [0.19.15] - 2025-11-17
15
+
16
+ ### Fixed
17
+
18
+ - `Table`
19
+ - Wasn't allowing MUI table props, like `size`
20
+
14
21
  ## [0.19.14] - 2025-11-17
15
22
 
16
23
  ### Fixed
@@ -132,4 +132,4 @@ export type TableProps<T> = BaseTableProps<T> & Omit<MuiTableProps, 'stickyHeade
132
132
  * If you're looking for a paginated table, use see {@link file://../PagingTable/PagingTable.tsx} or
133
133
  * {@link file://../ListPage/ListPage.tsx} which includes add & search functionality.
134
134
  */
135
- export declare const Table: <T extends object>(props: BaseTableProps<T>) => import("react/jsx-runtime").JSX.Element;
135
+ export declare const Table: <T extends object>(props: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simoncomputing/mui-bueno-v2",
3
3
  "private": false,
4
- "version": "0.19.14",
4
+ "version": "0.19.15",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.es.js",