@pdg/react-table 1.0.94 → 1.0.95

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/dist/index.esm.js CHANGED
@@ -1762,7 +1762,7 @@ SearchTable.defaultProps = SearchTableDefaultProps;var TableButtonDefaultProps =
1762
1762
  * Memo
1763
1763
  * ******************************************************************************************************************/
1764
1764
  var children = _a.children, className = _a.className, initSx = _a.sx, color = _a.color, icon = _a.icon, startIcon = _a.startIcon, endIcon = _a.endIcon, onClick = _a.onClick, props = __rest(_a, ["children", "className", "sx", "color", "icon", "startIcon", "endIcon", "onClick"]);
1765
- var sx = useMemo(function () { return (__assign({ minWidth: 0, px: 0.7 }, initSx)); }, [initSx]);
1765
+ var sx = useMemo(function () { return (__assign({ minWidth: 0, px: '5px !important' }, initSx)); }, [initSx]);
1766
1766
  /********************************************************************************************************************
1767
1767
  * Render
1768
1768
  * ******************************************************************************************************************/
package/dist/index.js CHANGED
@@ -1762,7 +1762,7 @@ SearchTable.defaultProps = SearchTableDefaultProps;var TableButtonDefaultProps =
1762
1762
  * Memo
1763
1763
  * ******************************************************************************************************************/
1764
1764
  var children = _a.children, className = _a.className, initSx = _a.sx, color = _a.color, icon = _a.icon, startIcon = _a.startIcon, endIcon = _a.endIcon, onClick = _a.onClick, props = __rest(_a, ["children", "className", "sx", "color", "icon", "startIcon", "endIcon", "onClick"]);
1765
- var sx = React.useMemo(function () { return (__assign({ minWidth: 0, px: 0.7 }, initSx)); }, [initSx]);
1765
+ var sx = React.useMemo(function () { return (__assign({ minWidth: 0, px: '5px !important' }, initSx)); }, [initSx]);
1766
1766
  /********************************************************************************************************************
1767
1767
  * Render
1768
1768
  * ******************************************************************************************************************/
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pdg/react-table",
3
3
  "title": "React Table",
4
- "version": "1.0.94",
4
+ "version": "1.0.95",
5
5
  "description": "React Table",
6
6
  "type": "module",
7
7
  "types": "dist/index.d.ts",
@@ -47,8 +47,8 @@
47
47
  "@mui/icons-material": "^5.15.13",
48
48
  "@mui/material": "^5.15.13",
49
49
  "@mui/x-date-pickers": "^6.19.7",
50
- "@pdg/react-component": "^1.0.12",
51
- "@pdg/react-form": "^1.0.106",
50
+ "@pdg/react-component": "^1.0.15",
51
+ "@pdg/react-form": "^1.0.109",
52
52
  "@pdg/react-hook": "^1.0.16",
53
53
  "@pdg/util": "^1.0.20",
54
54
  "@tinymce/tinymce-react": "^4.3.2",