ingeniuscliq-core 0.4.16 → 0.4.17

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.
@@ -30,7 +30,7 @@ function Logo({
30
30
  src: icon,
31
31
  alt: fallback,
32
32
  onError: handleOnError,
33
- className: cn("w-48 h-20 hidden lg:block", className)
33
+ className: cn("w-48 h-20", className)
34
34
  }
35
35
  )
36
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.4.16",
3
+ "version": "0.4.17",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "rollback:module": "node core/commands/rollback-module.js"
27
27
  },
28
28
  "peerDependencies": {
29
- "@tanstack/react-query": ">=5.85.3",
29
+ "@tanstack/react-query": ">=5.66.5",
30
30
  "@tanstack/react-router": ">=1.130.0",
31
31
  "i18next": ">=23.0.0",
32
32
  "react": ">=18.0.0",