@parrot-co/parrot-ui 0.0.62 → 0.0.63
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 +9 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +8 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +3 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -44,6 +44,8 @@ $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", () => $aaa41eb9d28679a0$export$be92b6f5f03c0fe9);
|
|
48
|
+
$parcel$export(module.exports, "TabItem", () => $aaa41eb9d28679a0$export$6d08773d2e66f8f2);
|
|
47
49
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
48
50
|
|
|
49
51
|
const $80923bc9c1ba824c$export$8f45430ccf837300 = {
|
|
@@ -1083,6 +1085,11 @@ function $02a166a5043d2558$export$ccdcc3b9d72a654(color, variant) {
|
|
|
1083
1085
|
color: `$${color}12`,
|
|
1084
1086
|
fill: `$${color}12`,
|
|
1085
1087
|
border: "none",
|
|
1088
|
+
'&[data-interactive="true"]': {
|
|
1089
|
+
"&:hover": {
|
|
1090
|
+
background: `$${color}5`
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1086
1093
|
"&:focus": {
|
|
1087
1094
|
boxShadow: $02a166a5043d2558$export$71074ab0ed740397(color)
|
|
1088
1095
|
}
|
|
@@ -3356,6 +3363,7 @@ const $8fff24416ec1775a$export$f7513421c53ce141 = (0, $80923bc9c1ba824c$export$3
|
|
|
3356
3363
|
justifyContent: "center",
|
|
3357
3364
|
overflow: "hidden",
|
|
3358
3365
|
flexShrink: 0,
|
|
3366
|
+
transition: "all 250ms",
|
|
3359
3367
|
img: {
|
|
3360
3368
|
width: "100%",
|
|
3361
3369
|
objectFit: "cover",
|
|
@@ -4686,4 +4694,5 @@ function $39b5e387b93e95b5$export$e44a253a59704894(props) {
|
|
|
4686
4694
|
|
|
4687
4695
|
|
|
4688
4696
|
|
|
4697
|
+
|
|
4689
4698
|
//# sourceMappingURL=main.js.map
|