@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, null, (0, _react2.jsx)(_index.Badge, {
120
- label: "1",
121
- variant: "countBadge",
122
- mb: "12px"
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: "1",
126
+ label: "4",
125
127
  variant: "countNeutral"
126
128
  }));
127
129
  };
@@ -137,7 +137,7 @@ var countDefault = _objectSpread(_objectSpread({}, baseBadge), {}, {
137
137
  width: 'fit-content',
138
138
  minWidth: '17px',
139
139
  minHeight: '17px',
140
- px: '0',
140
+ px: '5px',
141
141
  py: '2px',
142
142
  '& span': {
143
143
  fontSize: '11px',
@@ -106,12 +106,14 @@ Default.parameters = {
106
106
  }
107
107
  };
108
108
  export var CountBadge = function CountBadge() {
109
- return ___EmotionJSX(Box, null, ___EmotionJSX(Badge, {
110
- label: "1",
111
- variant: "countBadge",
112
- mb: "12px"
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: "1",
116
+ label: "4",
115
117
  variant: "countNeutral"
116
118
  }));
117
119
  };
@@ -126,7 +126,7 @@ var countDefault = _objectSpread(_objectSpread({}, baseBadge), {}, {
126
126
  width: 'fit-content',
127
127
  minWidth: '17px',
128
128
  minHeight: '17px',
129
- px: '0',
129
+ px: '5px',
130
130
  py: '2px',
131
131
  '& span': {
132
132
  fontSize: '11px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.34.0",
3
+ "version": "2.35.0-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",