@types/masonry-layout
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -43,2 +43,7 @@ // Type definitions for Masonry 4.2 | ||
declare namespace Masonry { | ||
interface HiddenOrVisibleStyleOption { | ||
transform?: string; | ||
opacity?: number; | ||
} | ||
interface Options { | ||
@@ -55,2 +60,4 @@ // layout | ||
horizontalOrder?: boolean; | ||
hiddenStyle?: HiddenOrVisibleStyleOption; | ||
visibleStyle?: HiddenOrVisibleStyleOption; | ||
@@ -60,2 +67,3 @@ // setup | ||
transitionDuration?: any; | ||
stagger?: string | number; | ||
resize?: boolean; | ||
@@ -62,0 +70,0 @@ initLayout?: boolean; |
{ | ||
"name": "@types/masonry-layout", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "TypeScript definitions for Masonry", | ||
@@ -19,6 +19,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/masonry-layout" | ||
}, | ||
@@ -29,4 +30,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "5bd3232064524b9890487a618f51bd0f2dcba9863d817c29c0acd2d499cd4c40", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "966e8fc51f7557c2f7b90cfc49f0f2535aecdcd5f89d4c086450225d5248bb07", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Masonry ( https://github.com/desandro/masonry ). | ||
This package contains type definitions for Masonry (https://github.com/desandro/masonry). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/masonry-layout | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/masonry-layout. | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:04:28 GMT | ||
* Dependencies: @types/jquery | ||
### Additional Details | ||
* Last updated: Thu, 29 Oct 2020 07:29:43 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Mark Wilson <https://github.com/m-a-wilson>, Travis Brown <https://github.com/warriorrocker>. | ||
These definitions were written by [Mark Wilson](https://github.com/m-a-wilson), and [Travis Brown](https://github.com/warriorrocker). |
Sorry, the diff of this file is not supported yet
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
4703
63