@pingux/astro 2.139.0-alpha.3 → 2.139.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.
@@ -131,7 +131,7 @@ var Modal = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
131
131
  name: 'Close Icon'
132
132
  }
133
133
  }))), titleContent), (0, _react2.jsx)(_Box["default"], {
134
- pt: "lg"
134
+ pt: "md"
135
135
  }, children)))));
136
136
  });
137
137
  Modal.defaultProps = {
@@ -97,12 +97,10 @@ var _default = {
97
97
  exports["default"] = _default;
98
98
  var Default = function Default(args) {
99
99
  var state = (0, _hooks.useModalState)();
100
- var ModalBodyContent = (0, _react2.jsx)(_index.Box, {
101
- gap: "lg"
102
- }, (0, _react2.jsx)(_index.Text, null, "Do you want to continue with this action that you\u2018re performing?"), (0, _react2.jsx)(_index.Box, {
100
+ var ModalBodyContent = (0, _react2.jsx)(_index.Box, null, (0, _react2.jsx)(_index.Text, null, "Do you want to continue with this action that you\u2018re performing?"), (0, _react2.jsx)(_index.Box, {
103
101
  isRow: true,
104
- pt: "lg",
105
102
  mr: "auto",
103
+ width: "100%",
106
104
  variant: "modal.buttonsContainer"
107
105
  }, (0, _react2.jsx)(_index.Button, {
108
106
  variant: "primary",
@@ -120,7 +120,7 @@ var Modal = /*#__PURE__*/forwardRef(function (props, ref) {
120
120
  name: 'Close Icon'
121
121
  }
122
122
  }))), titleContent), ___EmotionJSX(Box, {
123
- pt: "lg"
123
+ pt: "md"
124
124
  }, children)))));
125
125
  });
126
126
  Modal.defaultProps = {
@@ -88,12 +88,10 @@ export default {
88
88
  };
89
89
  export var Default = function Default(args) {
90
90
  var state = useModalState();
91
- var ModalBodyContent = ___EmotionJSX(Box, {
92
- gap: "lg"
93
- }, ___EmotionJSX(Text, null, "Do you want to continue with this action that you\u2018re performing?"), ___EmotionJSX(Box, {
91
+ var ModalBodyContent = ___EmotionJSX(Box, null, ___EmotionJSX(Text, null, "Do you want to continue with this action that you\u2018re performing?"), ___EmotionJSX(Box, {
94
92
  isRow: true,
95
- pt: "lg",
96
93
  mr: "auto",
94
+ width: "100%",
97
95
  variant: "modal.buttonsContainer"
98
96
  }, ___EmotionJSX(Button, {
99
97
  variant: "primary",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.139.0-alpha.3",
3
+ "version": "2.139.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",