@asaleh37/ui-base 25.7.26 → 25.8.1-2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaleh37/ui-base",
3
- "version": "25.7.26",
3
+ "version": "25.8.1-2",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -59,7 +59,7 @@ const ChangePasswordPanel: React.FC<ChangePasswordPanelProps> = (props) => {
59
59
  flexDirection: "column",
60
60
  alignItems: "center",
61
61
  justifyContent: "center",
62
- width: "100%",
62
+ width: 400,
63
63
  padding: 1,
64
64
  }}
65
65
  >
@@ -987,8 +987,8 @@ const TemplateGrid: React.FC<TemplateGridProps> = (props) => {
987
987
  onRowGroupingModelChange={(model: GridRowGroupingModel) => {
988
988
  handleRowGroupChange(model);
989
989
  }}
990
- pinnedColumns={pinnedColumns}
991
- onPinnedColumnsChange={handlePinnedColumnsChange}
990
+ // pinnedColumns={pinnedColumns}
991
+ // onPinnedColumnsChange={handlePinnedColumnsChange}
992
992
  sx={{ width: "100%" }}
993
993
  />
994
994
  </>
package/src/index.ts CHANGED
@@ -2,3 +2,4 @@ export * from "./components";
2
2
  export * from "./hooks";
3
3
  export * from "./util";
4
4
  export * from "./types";
5
+ export { useParams } from "react-router-dom";