@primer/react 0.0.0-20260323152214 → 0.0.0-20260323161815

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/react
2
2
 
3
- ## 0.0.0-20260323152214
3
+ ## 0.0.0-20260323161815
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -207,7 +207,7 @@ const AnchoredOverlay = ({
207
207
  },
208
208
  "data-anchor-position": cssAnchorPositioning,
209
209
  "data-side": cssAnchorPositioning ? side : position_0 === null || position_0 === void 0 ? void 0 : position_0.anchorSide,
210
- disablePortal: true,
210
+ disablePortal: cssAnchorPositioning ? true : false,
211
211
  children: [showXIcon ? /*#__PURE__*/jsx("div", {
212
212
  className: classes.ResponsiveCloseButtonContainer,
213
213
  children: /*#__PURE__*/jsx(IconButton, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@primer/react",
3
3
  "type": "module",
4
- "version": "0.0.0-20260323152214",
4
+ "version": "0.0.0-20260323161815",
5
5
  "description": "An implementation of GitHub's Primer Design System using React",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",