@parrot-co/parrot-ui 0.0.65 → 0.0.66
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.
- package/dist/main.js +2 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +6 -3
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -3829,7 +3829,7 @@ const $2b13091263e81761$export$fb63e7a0be1d57e0 = (0, $80923bc9c1ba824c$export$3
|
|
|
3829
3829
|
|
|
3830
3830
|
|
|
3831
3831
|
|
|
3832
|
-
const $aaa41eb9d28679a0$var$Tabs = /*#__PURE__*/ $E4F9t$react.forwardRef((props, ref)=>{
|
|
3832
|
+
const $aaa41eb9d28679a0$var$Tabs = /*#__PURE__*/ $E4F9t$react.forwardRef(({ css: css , ...props }, ref)=>{
|
|
3833
3833
|
const state = (0, $E4F9t$reactstately.useTabListState)(props);
|
|
3834
3834
|
const tabRef = $E4F9t$react.useRef(null);
|
|
3835
3835
|
const [indicatorStyles, setIndicatorStyles] = $E4F9t$react.useState({
|
|
@@ -3851,6 +3851,7 @@ const $aaa41eb9d28679a0$var$Tabs = /*#__PURE__*/ $E4F9t$react.forwardRef((props,
|
|
|
3851
3851
|
position: "relative",
|
|
3852
3852
|
ref: ref,
|
|
3853
3853
|
className: "tabs",
|
|
3854
|
+
css: css,
|
|
3854
3855
|
children: [
|
|
3855
3856
|
/*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsxs)((0, $2b13091263e81761$export$3f801fc7e5c696a8), {
|
|
3856
3857
|
...tabListProps,
|