@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/module.js
CHANGED
|
@@ -3791,7 +3791,7 @@ const $e9b61061a1cc697f$export$fb63e7a0be1d57e0 = (0, $9ade691eb9e41cfb$export$3
|
|
|
3791
3791
|
|
|
3792
3792
|
|
|
3793
3793
|
|
|
3794
|
-
const $d20773ec72923119$var$Tabs = /*#__PURE__*/ $kF5Av$forwardRef((props, ref)=>{
|
|
3794
|
+
const $d20773ec72923119$var$Tabs = /*#__PURE__*/ $kF5Av$forwardRef(({ css: css , ...props }, ref)=>{
|
|
3795
3795
|
const state = (0, $kF5Av$useTabListState)(props);
|
|
3796
3796
|
const tabRef = $kF5Av$useRef(null);
|
|
3797
3797
|
const [indicatorStyles, setIndicatorStyles] = $kF5Av$useState({
|
|
@@ -3813,6 +3813,7 @@ const $d20773ec72923119$var$Tabs = /*#__PURE__*/ $kF5Av$forwardRef((props, ref)=
|
|
|
3813
3813
|
position: "relative",
|
|
3814
3814
|
ref: ref,
|
|
3815
3815
|
className: "tabs",
|
|
3816
|
+
css: css,
|
|
3816
3817
|
children: [
|
|
3817
3818
|
/*#__PURE__*/ (0, $kF5Av$jsxs)((0, $e9b61061a1cc697f$export$3f801fc7e5c696a8), {
|
|
3818
3819
|
...tabListProps,
|