@pingux/astro 2.139.0-alpha.3 → 2.139.0-alpha.4
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.
@@ -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",
|
@@ -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",
|