@pelcro/react-pelcro-js 4.0.0-alpha.106 → 4.0.0-alpha.107

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.cjs.js CHANGED
@@ -25979,7 +25979,15 @@ const ImageSelect = ({
25979
25979
  Option: customOption,
25980
25980
  SingleValue: customSingleValue
25981
25981
  }
25982
- }, props)));
25982
+ }, props, {
25983
+ menuPortalTarget: document.body,
25984
+ styles: {
25985
+ menuPortal: base => ({
25986
+ ...base,
25987
+ zIndex: 9999999
25988
+ })
25989
+ }
25990
+ })));
25983
25991
  };
25984
25992
 
25985
25993
  var _path$o;
package/dist/index.esm.js CHANGED
@@ -25949,7 +25949,15 @@ const ImageSelect = ({
25949
25949
  Option: customOption,
25950
25950
  SingleValue: customSingleValue
25951
25951
  }
25952
- }, props)));
25952
+ }, props, {
25953
+ menuPortalTarget: document.body,
25954
+ styles: {
25955
+ menuPortal: base => ({
25956
+ ...base,
25957
+ zIndex: 9999999
25958
+ })
25959
+ }
25960
+ })));
25953
25961
  };
25954
25962
 
25955
25963
  var _path$o;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "4.0.0-alpha.106",
4
+ "version": "4.0.0-alpha.107",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",