ingeniuscliq-core 0.4.16 → 0.4.18

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
  }
@@ -22,7 +22,7 @@ const SheetOverlay = React.forwardRef(({ className, ...props }, ref) => /* @__PU
22
22
  ));
23
23
  SheetOverlay.displayName = Overlay.displayName;
24
24
  const sheetVariants = cva(
25
- "fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
25
+ "fixed z-50 gap-4 bg-background shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
26
26
  {
27
27
  variants: {
28
28
  side: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.4.16",
3
+ "version": "0.4.18",
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",