@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
|
@@ -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
|