master-components-react 4.3.55 → 4.3.56

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.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2603,7 +2603,7 @@ const Ga = ({
2603
2603
  u.filter((M) => M.value !== ""),
2604
2604
  n
2605
2605
  );
2606
- }, G = (n) => n?.style && Object.keys(n?.style).length > 0 ? n?.style : { width: n.width ? n.width * 13.6875 + (n.width - 1) * 1.9375 + "rem" : "13.6875rem" }, A = (n) => n || {
2606
+ }, G = (n) => n?.style && Object.keys(n?.style).length > 0 ? n?.style : { width: n.width ? n.width * 13.6875 + (n.width - 1) * 1.9375 + "rem" : "13.6875rem" }, A = (n) => n && Object.keys(n).length > 0 ? n : {
2607
2607
  display: "flex",
2608
2608
  justifyContent: "flex-start",
2609
2609
  flexWrap: "wrap",
@@ -3001,7 +3001,7 @@ const Ga = ({
3001
3001
  {
3002
3002
  MultiselectKey: we,
3003
3003
  popupWidth: K,
3004
- fieldStyle: a?.style ?? {},
3004
+ fieldStyle: a?.style,
3005
3005
  singleFieldStyle: le,
3006
3006
  fieldGap: G,
3007
3007
  setrenderComp: _,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react",
3
3
  "private": false,
4
- "version": "4.3.55",
4
+ "version": "4.3.56",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",