@pingux/astro 2.60.0-alpha.0 → 2.60.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.
@@ -31,9 +31,12 @@ exports["default"] = _default;
|
|
31
31
|
var Default = function Default(_ref) {
|
32
32
|
var args = (0, _extends2["default"])({}, ((0, _objectDestructuringEmpty2["default"])(_ref), _ref));
|
33
33
|
return (0, _react2.jsx)(_index.Box, {
|
34
|
-
|
35
|
-
|
36
|
-
|
34
|
+
width: "400px"
|
35
|
+
}, "Lorem ipsum dolor sit amet", (0, _react2.jsx)(_index.Separator, (0, _extends2["default"])({}, args, {
|
36
|
+
sx: {
|
37
|
+
my: 'md'
|
38
|
+
}
|
39
|
+
})), "Lorem ipsum dolor sit amet");
|
37
40
|
};
|
38
41
|
exports.Default = Default;
|
39
42
|
Default.parameters = {
|
@@ -47,8 +50,16 @@ var verticalSeparator = function verticalSeparator() {
|
|
47
50
|
height: "50px",
|
48
51
|
flexDirection: "row",
|
49
52
|
alignItems: "center"
|
50
|
-
}, "
|
51
|
-
orientation: "vertical"
|
52
|
-
|
53
|
+
}, "Lorem ipsum", (0, _react2.jsx)(_index.Separator, {
|
54
|
+
orientation: "vertical",
|
55
|
+
sx: {
|
56
|
+
mx: '15px !important'
|
57
|
+
}
|
58
|
+
}), "Lorem ipsum", (0, _react2.jsx)(_index.Separator, {
|
59
|
+
orientation: "vertical",
|
60
|
+
sx: {
|
61
|
+
mx: '15px !important'
|
62
|
+
}
|
63
|
+
}), "Lorem ipsum");
|
53
64
|
};
|
54
65
|
exports.verticalSeparator = verticalSeparator;
|
@@ -22,9 +22,12 @@ export default {
|
|
22
22
|
export var Default = function Default(_ref) {
|
23
23
|
var args = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
24
24
|
return ___EmotionJSX(Box, {
|
25
|
-
|
26
|
-
|
27
|
-
|
25
|
+
width: "400px"
|
26
|
+
}, "Lorem ipsum dolor sit amet", ___EmotionJSX(Separator, _extends({}, args, {
|
27
|
+
sx: {
|
28
|
+
my: 'md'
|
29
|
+
}
|
30
|
+
})), "Lorem ipsum dolor sit amet");
|
28
31
|
};
|
29
32
|
Default.parameters = {
|
30
33
|
design: {
|
@@ -37,7 +40,15 @@ export var verticalSeparator = function verticalSeparator() {
|
|
37
40
|
height: "50px",
|
38
41
|
flexDirection: "row",
|
39
42
|
alignItems: "center"
|
40
|
-
}, "
|
41
|
-
orientation: "vertical"
|
42
|
-
|
43
|
+
}, "Lorem ipsum", ___EmotionJSX(Separator, {
|
44
|
+
orientation: "vertical",
|
45
|
+
sx: {
|
46
|
+
mx: '15px !important'
|
47
|
+
}
|
48
|
+
}), "Lorem ipsum", ___EmotionJSX(Separator, {
|
49
|
+
orientation: "vertical",
|
50
|
+
sx: {
|
51
|
+
mx: '15px !important'
|
52
|
+
}
|
53
|
+
}), "Lorem ipsum");
|
43
54
|
};
|