@bolttech/molecules-dropdown 0.37.1 → 0.37.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.
Files changed (2) hide show
  1. package/index.cjs.js +3 -3
  2. package/package.json +1 -1
package/index.cjs.js CHANGED
@@ -2861,11 +2861,11 @@ const PortalContainer = /*#__PURE__*/styled__default.default.div.withConfig({
2861
2861
  componentId: "sc-3wugi4-6"
2862
2862
  })(["position:fixed;top:", ";left:", ";width:", ";z-index:10;"], ({
2863
2863
  portalPosition
2864
- }) => portalPosition.top, ({
2864
+ }) => `${portalPosition.top}px`, ({
2865
2865
  portalPosition
2866
- }) => portalPosition.left, ({
2866
+ }) => `${portalPosition.left}px`, ({
2867
2867
  portalPosition
2868
- }) => portalPosition.width);
2868
+ }) => `${portalPosition.width}px`);
2869
2869
 
2870
2870
  const ReusableDropdownComponent = _a => {
2871
2871
  var {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolttech/molecules-dropdown",
3
- "version": "0.37.1",
3
+ "version": "0.37.2",
4
4
  "dependencies": {
5
5
  "react": "19.1.2",
6
6
  "@bolttech/atoms-select": "0.27.2",