@pingux/astro 2.34.0 → 2.35.0-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.
@@ -116,12 +116,14 @@ Default.parameters = {
|
|
116
116
|
}
|
117
117
|
};
|
118
118
|
var CountBadge = function CountBadge() {
|
119
|
-
return (0, _react2.jsx)(_index.Box,
|
120
|
-
|
121
|
-
|
122
|
-
|
119
|
+
return (0, _react2.jsx)(_index.Box, {
|
120
|
+
isRow: true,
|
121
|
+
gap: "xs"
|
122
|
+
}, (0, _react2.jsx)(_index.Badge, {
|
123
|
+
label: "4",
|
124
|
+
variant: "countBadge"
|
123
125
|
}), (0, _react2.jsx)(_index.Badge, {
|
124
|
-
label: "
|
126
|
+
label: "4",
|
125
127
|
variant: "countNeutral"
|
126
128
|
}));
|
127
129
|
};
|
@@ -106,12 +106,14 @@ Default.parameters = {
|
|
106
106
|
}
|
107
107
|
};
|
108
108
|
export var CountBadge = function CountBadge() {
|
109
|
-
return ___EmotionJSX(Box,
|
110
|
-
|
111
|
-
|
112
|
-
|
109
|
+
return ___EmotionJSX(Box, {
|
110
|
+
isRow: true,
|
111
|
+
gap: "xs"
|
112
|
+
}, ___EmotionJSX(Badge, {
|
113
|
+
label: "4",
|
114
|
+
variant: "countBadge"
|
113
115
|
}), ___EmotionJSX(Badge, {
|
114
|
-
label: "
|
116
|
+
label: "4",
|
115
117
|
variant: "countNeutral"
|
116
118
|
}));
|
117
119
|
};
|