@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 CHANGED
@@ -3818,6 +3818,9 @@ const $2b13091263e81761$export$f43fc23d58ee4c2 = (0, $80923bc9c1ba824c$export$38
3818
3818
  pb: 12,
3819
3819
  color: "$gray8",
3820
3820
  outline: "none",
3821
+ fontFamily: "$sans",
3822
+ fontSize: 14,
3823
+ fontWeight: "$regular",
3821
3824
  "&[data-selected='true']": {
3822
3825
  color: "$gray12"
3823
3826
  }
@@ -3826,7 +3829,7 @@ const $2b13091263e81761$export$fb63e7a0be1d57e0 = (0, $80923bc9c1ba824c$export$3
3826
3829
 
3827
3830
 
3828
3831
 
3829
- const $aaa41eb9d28679a0$var$Tabs = /*#__PURE__*/ $E4F9t$react.forwardRef((props, ref)=>{
3832
+ const $aaa41eb9d28679a0$var$Tabs = /*#__PURE__*/ $E4F9t$react.forwardRef(({ css: css , ...props }, ref)=>{
3830
3833
  const state = (0, $E4F9t$reactstately.useTabListState)(props);
3831
3834
  const tabRef = $E4F9t$react.useRef(null);
3832
3835
  const [indicatorStyles, setIndicatorStyles] = $E4F9t$react.useState({
@@ -3848,6 +3851,7 @@ const $aaa41eb9d28679a0$var$Tabs = /*#__PURE__*/ $E4F9t$react.forwardRef((props,
3848
3851
  position: "relative",
3849
3852
  ref: ref,
3850
3853
  className: "tabs",
3854
+ css: css,
3851
3855
  children: [
3852
3856
  /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsxs)((0, $2b13091263e81761$export$3f801fc7e5c696a8), {
3853
3857
  ...tabListProps,