@parrot-co/parrot-ui 0.0.64 → 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 +5 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +5 -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
|
@@ -3780,6 +3780,9 @@ const $e9b61061a1cc697f$export$f43fc23d58ee4c2 = (0, $9ade691eb9e41cfb$export$38
|
|
|
3780
3780
|
pb: 12,
|
|
3781
3781
|
color: "$gray8",
|
|
3782
3782
|
outline: "none",
|
|
3783
|
+
fontFamily: "$sans",
|
|
3784
|
+
fontSize: 14,
|
|
3785
|
+
fontWeight: "$regular",
|
|
3783
3786
|
"&[data-selected='true']": {
|
|
3784
3787
|
color: "$gray12"
|
|
3785
3788
|
}
|
|
@@ -3788,7 +3791,7 @@ const $e9b61061a1cc697f$export$fb63e7a0be1d57e0 = (0, $9ade691eb9e41cfb$export$3
|
|
|
3788
3791
|
|
|
3789
3792
|
|
|
3790
3793
|
|
|
3791
|
-
const $d20773ec72923119$var$Tabs = /*#__PURE__*/ $kF5Av$forwardRef((props, ref)=>{
|
|
3794
|
+
const $d20773ec72923119$var$Tabs = /*#__PURE__*/ $kF5Av$forwardRef(({ css: css , ...props }, ref)=>{
|
|
3792
3795
|
const state = (0, $kF5Av$useTabListState)(props);
|
|
3793
3796
|
const tabRef = $kF5Av$useRef(null);
|
|
3794
3797
|
const [indicatorStyles, setIndicatorStyles] = $kF5Av$useState({
|
|
@@ -3810,6 +3813,7 @@ const $d20773ec72923119$var$Tabs = /*#__PURE__*/ $kF5Av$forwardRef((props, ref)=
|
|
|
3810
3813
|
position: "relative",
|
|
3811
3814
|
ref: ref,
|
|
3812
3815
|
className: "tabs",
|
|
3816
|
+
css: css,
|
|
3813
3817
|
children: [
|
|
3814
3818
|
/*#__PURE__*/ (0, $kF5Av$jsxs)((0, $e9b61061a1cc697f$export$3f801fc7e5c696a8), {
|
|
3815
3819
|
...tabListProps,
|