@parrot-co/parrot-ui 0.0.61 → 0.0.62
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 +17 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +17 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +7 -7
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -1042,7 +1042,8 @@ const $02a166a5043d2558$export$5a7eb6284e7684f5 = (0, $80923bc9c1ba824c$export$d
|
|
|
1042
1042
|
outline: {},
|
|
1043
1043
|
lightOutline: {},
|
|
1044
1044
|
solidMono: {},
|
|
1045
|
-
plain: {}
|
|
1045
|
+
plain: {},
|
|
1046
|
+
pastel: {}
|
|
1046
1047
|
},
|
|
1047
1048
|
isInteractive: {}
|
|
1048
1049
|
},
|
|
@@ -1052,7 +1053,8 @@ const $02a166a5043d2558$export$5a7eb6284e7684f5 = (0, $80923bc9c1ba824c$export$d
|
|
|
1052
1053
|
...$02a166a5043d2558$export$aa42d30026ce41b9("outline"),
|
|
1053
1054
|
...$02a166a5043d2558$export$aa42d30026ce41b9("lightOutline"),
|
|
1054
1055
|
...$02a166a5043d2558$export$aa42d30026ce41b9("solidMono"),
|
|
1055
|
-
...$02a166a5043d2558$export$aa42d30026ce41b9("plain")
|
|
1056
|
+
...$02a166a5043d2558$export$aa42d30026ce41b9("plain"),
|
|
1057
|
+
...$02a166a5043d2558$export$aa42d30026ce41b9("pastel")
|
|
1056
1058
|
]
|
|
1057
1059
|
});
|
|
1058
1060
|
function $02a166a5043d2558$export$71074ab0ed740397(color) {
|
|
@@ -1073,6 +1075,19 @@ function $02a166a5043d2558$export$ccdcc3b9d72a654(color, variant) {
|
|
|
1073
1075
|
}
|
|
1074
1076
|
}
|
|
1075
1077
|
};
|
|
1078
|
+
if (variant === "pastel") return {
|
|
1079
|
+
color: color,
|
|
1080
|
+
variant: variant,
|
|
1081
|
+
css: {
|
|
1082
|
+
background: `$${color}6`,
|
|
1083
|
+
color: `$${color}12`,
|
|
1084
|
+
fill: `$${color}12`,
|
|
1085
|
+
border: "none",
|
|
1086
|
+
"&:focus": {
|
|
1087
|
+
boxShadow: $02a166a5043d2558$export$71074ab0ed740397(color)
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
};
|
|
1076
1091
|
if (variant === "plain") return {
|
|
1077
1092
|
color: color,
|
|
1078
1093
|
variant: variant,
|