magic-grid
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -11,10 +11,10 @@ /** | ||
export interface MagicGridProps{ | ||
containerClass?: string; | ||
container?: string | HTMLElement; | ||
container: string | HTMLElement; | ||
static?: boolean; | ||
items?: number; | ||
gutter?: number; | ||
maxColumns: number, | ||
useMin: boolean, | ||
animate: boolean, | ||
maxColumns?: number; | ||
useMin?: boolean; | ||
useTransform?: boolean; | ||
animate?: boolean; | ||
} | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "magic-grid", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Super lightweight javascript library for dynamic grid layouts.", | ||
@@ -5,0 +5,0 @@ "main": "dist/magic-grid.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34665