@pingux/astro 2.175.0 → 2.175.1-alpha.0

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.
@@ -277,7 +277,7 @@ var overlayPanel = {
277
277
  body: {
278
278
  gap: 'md',
279
279
  minHeight: '100%',
280
- maxWidth: '768px',
280
+ maxWidth: '100%',
281
281
  alignSelf: 'center'
282
282
  },
283
283
  innerPanel: {
@@ -267,7 +267,7 @@ var overlayPanel = {
267
267
  body: {
268
268
  gap: 'md',
269
269
  minHeight: '100%',
270
- maxWidth: '768px',
270
+ maxWidth: '100%',
271
271
  alignSelf: 'center'
272
272
  },
273
273
  innerPanel: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.175.0",
3
+ "version": "2.175.1-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",