ywana-core8 0.2.19 → 0.2.20

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 CHANGED
@@ -32756,7 +32756,6 @@ const FloatingElementsRenderer = () => {
32756
32756
  )));
32757
32757
  };
32758
32758
  const ApplicationMenu = ({ isOpen, onClose }) => {
32759
- console.log("ApplicationMenu render - isOpen:", isOpen, "onClose:", onClose);
32760
32759
  const appManager = useAppManager();
32761
32760
  const [searchTerm, setSearchTerm] = React.useState("");
32762
32761
  const [selectedCategory, setSelectedCategory] = React.useState("all");