@pingux/astro 2.169.0-alpha.0 → 2.169.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.
@@ -113,10 +113,7 @@ var Default = exports.Default = function Default() {
113
113
  onClose: modalState.close,
114
114
  hasCloseButton: true,
115
115
  title: "Custom Date and Time Range",
116
- contentProps: {
117
- maxWidth: '636px',
118
- width: '100%'
119
- }
116
+ size: "medium"
120
117
  }, (0, _react2.jsx)(_index.Box, {
121
118
  gap: "lg",
122
119
  mt: "lg"
@@ -101,10 +101,7 @@ export var Default = function Default() {
101
101
  onClose: modalState.close,
102
102
  hasCloseButton: true,
103
103
  title: "Custom Date and Time Range",
104
- contentProps: {
105
- maxWidth: '636px',
106
- width: '100%'
107
- }
104
+ size: "medium"
108
105
  }, ___EmotionJSX(Box, {
109
106
  gap: "lg",
110
107
  mt: "lg"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.169.0-alpha.0",
3
+ "version": "2.169.1-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",