@parrot-co/parrot-ui 0.0.63 → 0.0.65
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 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +9 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +6 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -44,8 +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", () => $
|
|
48
|
-
$parcel$export(module.exports, "TabItem", () => $aaa41eb9d28679a0$export$6d08773d2e66f8f2);
|
|
47
|
+
$parcel$export(module.exports, "Tabs", () => $33f331db51cbeb3d$export$1aaa3deaa90ea306);
|
|
49
48
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
50
49
|
|
|
51
50
|
const $80923bc9c1ba824c$export$8f45430ccf837300 = {
|
|
@@ -3819,6 +3818,9 @@ const $2b13091263e81761$export$f43fc23d58ee4c2 = (0, $80923bc9c1ba824c$export$38
|
|
|
3819
3818
|
pb: 12,
|
|
3820
3819
|
color: "$gray8",
|
|
3821
3820
|
outline: "none",
|
|
3821
|
+
fontFamily: "$sans",
|
|
3822
|
+
fontSize: 14,
|
|
3823
|
+
fontWeight: "$regular",
|
|
3822
3824
|
"&[data-selected='true']": {
|
|
3823
3825
|
color: "$gray12"
|
|
3824
3826
|
}
|
|
@@ -3915,6 +3917,11 @@ $aaa41eb9d28679a0$var$Tabs.displayName = "Tabs";
|
|
|
3915
3917
|
|
|
3916
3918
|
|
|
3917
3919
|
|
|
3920
|
+
const $33f331db51cbeb3d$export$1aaa3deaa90ea306 = {
|
|
3921
|
+
Item: (0, $aaa41eb9d28679a0$export$6d08773d2e66f8f2),
|
|
3922
|
+
Root: (0, $aaa41eb9d28679a0$export$be92b6f5f03c0fe9)
|
|
3923
|
+
};
|
|
3924
|
+
|
|
3918
3925
|
|
|
3919
3926
|
|
|
3920
3927
|
|