@react-md/transition
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1
@@ -11,2 +11,4 @@ declare const _default: { | ||
"rmd-collapse-leave-transition-func": string; | ||
"rmd-cross-fade-translate-distance": string; | ||
"rmd-cross-fade-transition-duration": string; | ||
"rmd-transition-theme-values": { | ||
@@ -13,0 +15,0 @@ sharp: string; |
@@ -14,2 +14,4 @@ "use strict"; | ||
"rmd-collapse-leave-transition-func": "acceleration", | ||
"rmd-cross-fade-translate-distance": "-1rem", | ||
"rmd-cross-fade-transition-duration": "0.3s", | ||
"rmd-transition-theme-values": { | ||
@@ -16,0 +18,0 @@ sharp: "cubic-bezier(0.4, 0, 0.6, 1)", |
export { default as Collapse } from "./Collapse"; | ||
export * from "./Collapse"; | ||
export { default as CrossFade } from "./CrossFade"; | ||
export * from "./CrossFade"; | ||
export { default as useRelativePositioningStyle, } from "./hooks/useRelativePositioningStyle"; | ||
export { useCollapseTransition, useCollapsibleElement, } from "./hooks/useCollapseTransition"; | ||
//# sourceMappingURL=index.js.map |
@@ -9,2 +9,5 @@ "use strict"; | ||
__export(require("./Collapse")); | ||
var CrossFade_1 = require("./CrossFade"); | ||
exports.CrossFade = CrossFade_1.default; | ||
__export(require("./CrossFade")); | ||
var useRelativePositioningStyle_1 = require("./hooks/useRelativePositioningStyle"); | ||
@@ -11,0 +14,0 @@ exports.useRelativePositioningStyle = useRelativePositioningStyle_1.default; |
{ | ||
"name": "@react-md/transition", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0-alpha.1", | ||
"description": "A package for working with react-md to use some simple transitions.", | ||
@@ -33,4 +33,4 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0-alpha.0", | ||
"@react-md/utils": "^2.0.0-alpha.0", | ||
"@react-md/theme": "^2.0.0-alpha.1", | ||
"@react-md/utils": "^2.0.0-alpha.1", | ||
"classnames": "^2.2.6" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "cc5de21740e62c1fd5da8f832f562c48eb028717" | ||
"gitHead": "9197bcdf38df3cff304499431696dc8e950b4b17" | ||
} |
export { default as Collapse } from "./Collapse"; | ||
export * from "./Collapse"; | ||
export { default as CrossFade } from "./CrossFade"; | ||
export * from "./CrossFade"; | ||
export { | ||
@@ -5,0 +8,0 @@ default as useRelativePositioningStyle, |
@@ -12,2 +12,4 @@ /** this is an auto-generated file from @react-md/dev-utils */ | ||
"rmd-collapse-leave-transition-func": "acceleration", | ||
"rmd-cross-fade-translate-distance": "-1rem", | ||
"rmd-cross-fade-transition-duration": "0.3s", | ||
"rmd-transition-theme-values": { | ||
@@ -14,0 +16,0 @@ sharp: "cubic-bezier(0.4, 0, 0.6, 1)", |
export { default as Collapse } from "./Collapse"; | ||
export * from "./Collapse"; | ||
export { default as CrossFade } from "./CrossFade"; | ||
export * from "./CrossFade"; | ||
export { default as useRelativePositioningStyle, } from "./hooks/useRelativePositioningStyle"; | ||
export { useCollapseTransition, useCollapsibleElement, } from "./hooks/useCollapseTransition"; | ||
export * from "./types.d"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
53
0
2
122303
2270