uilint-react 0.1.0 → 0.1.2
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/index.js +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -696,7 +696,12 @@ function Overlay({ position }) {
|
|
|
696
696
|
}
|
|
697
697
|
) });
|
|
698
698
|
}
|
|
699
|
-
function CollapsedButton({
|
|
699
|
+
function CollapsedButton({
|
|
700
|
+
onClick,
|
|
701
|
+
issueCount,
|
|
702
|
+
hasIssues,
|
|
703
|
+
isScanning
|
|
704
|
+
}) {
|
|
700
705
|
return /* @__PURE__ */ jsx3(
|
|
701
706
|
"button",
|
|
702
707
|
{
|