@primer/react 0.0.0-20260511204147 → 0.0.0-20260511212728

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-20260511204147
3
+ ## 0.0.0-20260511212728
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -3166,8 +3166,8 @@
3166
3166
  },
3167
3167
  {
3168
3168
  "name": "width",
3169
- "type": "'small' | 'medium' | 'large' | 'xlarge' | string",
3170
- "description": "The width of the dialog.\nsmall: 296px\nmedium: 320px\nlarge: 480px\nxlarge: 640px\n\nAlso accepts any valid CSS width value (e.g. '400px', '80rem')."
3169
+ "type": "'small' | 'medium' | 'large' | 'xlarge' | string | number",
3170
+ "description": "The width of the dialog.\nsmall: 296px\nmedium: 320px\nlarge: 480px\nxlarge: 640px\n\nAlso accepts any valid CSS width value (e.g. '400px', '80rem') or a number, which is interpreted as a pixel width."
3171
3171
  },
3172
3172
  {
3173
3173
  "name": "height",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@primer/react",
3
3
  "type": "module",
4
- "version": "0.0.0-20260511204147",
4
+ "version": "0.0.0-20260511212728",
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",