@makolabs/ripple 1.2.1 → 1.2.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.
@@ -65,7 +65,6 @@
65
65
 
66
66
  // Reactively compute the active states based on the current route
67
67
  const navigationItems = $derived(items.map((item) => processNavigationItem(item)));
68
- $inspect(navigationItems);
69
68
 
70
69
  const sidebarClasses = $derived(
71
70
  clsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {