@parrot-co/parrot-ui 0.0.62 → 0.0.64

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
@@ -44,6 +44,7 @@ $parcel$export(module.exports, "ColorTray", () => $41fe5e52028acbc1$export$dbada
44
44
  $parcel$export(module.exports, "IconTray", () => $d9681b77772be59b$export$50e381fea3a45244);
45
45
  $parcel$export(module.exports, "Sticker", () => $a15741e0d788b3da$export$ea98c603db73aee7);
46
46
  $parcel$export(module.exports, "DropdownMenu", () => $39b5e387b93e95b5$export$e44a253a59704894);
47
+ $parcel$export(module.exports, "Tabs", () => $33f331db51cbeb3d$export$1aaa3deaa90ea306);
47
48
  /* eslint-disable @typescript-eslint/no-explicit-any */
48
49
 
49
50
  const $80923bc9c1ba824c$export$8f45430ccf837300 = {
@@ -1083,6 +1084,11 @@ function $02a166a5043d2558$export$ccdcc3b9d72a654(color, variant) {
1083
1084
  color: `$${color}12`,
1084
1085
  fill: `$${color}12`,
1085
1086
  border: "none",
1087
+ '&[data-interactive="true"]': {
1088
+ "&:hover": {
1089
+ background: `$${color}5`
1090
+ }
1091
+ },
1086
1092
  "&:focus": {
1087
1093
  boxShadow: $02a166a5043d2558$export$71074ab0ed740397(color)
1088
1094
  }
@@ -3356,6 +3362,7 @@ const $8fff24416ec1775a$export$f7513421c53ce141 = (0, $80923bc9c1ba824c$export$3
3356
3362
  justifyContent: "center",
3357
3363
  overflow: "hidden",
3358
3364
  flexShrink: 0,
3365
+ transition: "all 250ms",
3359
3366
  img: {
3360
3367
  width: "100%",
3361
3368
  objectFit: "cover",
@@ -3907,6 +3914,11 @@ $aaa41eb9d28679a0$var$Tabs.displayName = "Tabs";
3907
3914
 
3908
3915
 
3909
3916
 
3917
+ const $33f331db51cbeb3d$export$1aaa3deaa90ea306 = {
3918
+ Item: (0, $aaa41eb9d28679a0$export$6d08773d2e66f8f2),
3919
+ Root: (0, $aaa41eb9d28679a0$export$be92b6f5f03c0fe9)
3920
+ };
3921
+
3910
3922
 
3911
3923
 
3912
3924
 
@@ -4686,4 +4698,5 @@ function $39b5e387b93e95b5$export$e44a253a59704894(props) {
4686
4698
 
4687
4699
 
4688
4700
 
4701
+
4689
4702
  //# sourceMappingURL=main.js.map