@pingux/astro 2.33.0-alpha.7 → 2.33.0-alpha.8

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.
@@ -196,11 +196,11 @@ var ContentSlots = function ContentSlots() {
196
196
  marginLeft: 6,
197
197
  marginTop: 10
198
198
  };
199
- var afterTabNode = (0, _react2.jsx)(_index.Badge, {
199
+ var afterTabNode = (0, _react2.jsx)(_index.Box, null, (0, _react2.jsx)(_index.Badge, {
200
200
  variant: "countNeutral",
201
201
  sx: nodeSx,
202
202
  label: "14"
203
- });
203
+ }));
204
204
  return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_index.Tabs, {
205
205
  items: tabs,
206
206
  mb: 50
@@ -24,7 +24,6 @@ var tab = {
24
24
  display: 'inline-flex',
25
25
  outline: 'none',
26
26
  transform: 'translateY(1px)',
27
- width: '100%',
28
27
  '&.is-focused': {
29
28
  '& > span': _objectSpread({}, _Buttons.focusWithCroppedOutline)
30
29
  },
@@ -4,7 +4,7 @@ import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
4
4
  import React, { useState } from 'react';
5
5
  import LockIcon from '@pingux/mdi-react/LockIcon';
6
6
  import DocsLayout from '../../../.storybook/storybookDocsLayout';
7
- import { Badge, Icon, Tab, Tabs, Text } from '../../index';
7
+ import { Badge, Box, Icon, Tab, Tabs, Text } from '../../index';
8
8
  import TabsReadme from './Tabs.mdx';
9
9
  import { jsx as ___EmotionJSX } from "@emotion/react";
10
10
  export default {
@@ -174,11 +174,11 @@ export var ContentSlots = function ContentSlots() {
174
174
  marginLeft: 6,
175
175
  marginTop: 10
176
176
  };
177
- var afterTabNode = ___EmotionJSX(Badge, {
177
+ var afterTabNode = ___EmotionJSX(Box, null, ___EmotionJSX(Badge, {
178
178
  variant: "countNeutral",
179
179
  sx: nodeSx,
180
180
  label: "14"
181
- });
181
+ }));
182
182
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Tabs, {
183
183
  items: tabs,
184
184
  mb: 50
@@ -17,7 +17,6 @@ export var tab = {
17
17
  display: 'inline-flex',
18
18
  outline: 'none',
19
19
  transform: 'translateY(1px)',
20
- width: '100%',
21
20
  '&.is-focused': {
22
21
  '& > span': _objectSpread({}, focusWithCroppedOutline)
23
22
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.33.0-alpha.7",
3
+ "version": "2.33.0-alpha.8",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",