@asaleh37/ui-base 25.8.30 → 25.8.31

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.8.30",
3
+ "version": "25.8.31",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -112,7 +112,9 @@ const TemplateGridTopBar: React.FC<TemplateGridTopBarProps> = (
112
112
  ) : (
113
113
  <></>
114
114
  )}
115
- <Box sx={{ flex: 1, mx: 0.5 }}>{props?.templateProps?.tBar}</Box>
115
+ <Box sx={{ flex: 1, mx: 0.5, my: 0.5, padding: 1 }}>
116
+ {props?.templateProps?.tBar}
117
+ </Box>
116
118
 
117
119
  <Tooltip title="Columns">
118
120
  <ColumnsPanelTrigger render={<ToolbarButton />}>