@primer/react 0.0.0-20260324023447 → 0.0.0-20260324023757

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/CHANGELOG.md +3 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/react
2
2
 
3
- ## 0.0.0-20260324023447
3
+ ## 0.0.0-20260324023757
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,6 +15,8 @@
15
15
 
16
16
  ### Patch Changes
17
17
 
18
+ - [#7696](https://github.com/primer/react/pull/7696) [`40d7163`](https://github.com/primer/react/commit/40d7163ea42ee239582f0a08586320c72c07e57f) Thanks [@francinelucca](https://github.com/francinelucca)! - Fix item dividers not visible in SelectPanel and FilteredActionList when `showItemDividers` is enabled, caused by `content-visibility: auto` clipping the absolutely-positioned divider pseudo-elements.
19
+
18
20
  - Fake entry to force publishing
19
21
 
20
22
  - [#7510](https://github.com/primer/react/pull/7510) [`8fa988b`](https://github.com/primer/react/commit/8fa988ba613117874657af722ef6de768b0e0eb8) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: ensure max-height does not surpass viewport height in Overlay, ActionMenu under feature flag
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@primer/react",
3
3
  "type": "module",
4
- "version": "0.0.0-20260324023447",
4
+ "version": "0.0.0-20260324023757",
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",