Socket
Socket
Sign inDemoInstall

@chakra-ui/transition

Package Overview
Dependencies
Maintainers
4
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/transition - npm Package Compare versions

Comparing version 1.0.0-next.5 to 1.0.0-next.6

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

# [1.0.0-next.6](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/transition@1.0.0-next.5...@chakra-ui/transition@1.0.0-next.6) (2020-07-15)
**Note:** Version bump only for package @chakra-ui/transition
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-next.5](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/transition@1.0.0-next.4...@chakra-ui/transition@1.0.0-next.5) (2020-07-15)

@@ -8,0 +17,0 @@

7

dist/cjs/presets/slide.js

@@ -54,9 +54,2 @@ "use strict";

return {
timeout: 200,
addAppearStyles: true,
transition: {
easing: "ease-in-out",
property: "transform",
duration: "200ms"
},
enter: {

@@ -63,0 +56,0 @@ from: {

@@ -49,9 +49,2 @@ var placements = {

export var createSlideConfig = placement => ({
timeout: 200,
addAppearStyles: true,
transition: {
easing: "ease-in-out",
property: "transform",
duration: "200ms"
},
enter: {

@@ -58,0 +51,0 @@ from: {

1

dist/types/fade.d.ts

@@ -9,2 +9,1 @@ import { TransitionProps } from "./transition";

}
//# sourceMappingURL=fade.d.ts.map

@@ -14,2 +14,1 @@ import * as React from "react";

export {};
//# sourceMappingURL=hidden-transition.d.ts.map

@@ -11,2 +11,1 @@ export * from "./fade";

export { CSSTransition } from "react-transition-group";
//# sourceMappingURL=index.d.ts.map
import { TransitionConfig } from "../transition-config";
export declare const fade: TransitionConfig;
//# sourceMappingURL=fade.d.ts.map
export * from "./fade";
export * from "./scale-fade";
export * from "./slide";
//# sourceMappingURL=index.d.ts.map
import { TransitionConfig } from "../transition-config";
export declare const scaleFade: TransitionConfig;
//# sourceMappingURL=scale-fade.d.ts.map
import { TransitionConfig } from "../transition-config";
export declare type SlidePlacement = "left" | "right" | "bottom" | "top";
export declare const createSlideConfig: (placement: SlidePlacement) => TransitionConfig;
export declare const createSlideConfig: (placement: SlidePlacement) => Partial<TransitionConfig>;
export declare const createSlideBaseStyle: (placement: SlidePlacement) => {

@@ -25,2 +25,1 @@ maxWidth: string;

};
//# sourceMappingURL=slide.d.ts.map

@@ -12,2 +12,1 @@ import { TransitionProps } from "./transition";

};
//# sourceMappingURL=scale-fade.d.ts.map

@@ -16,2 +16,1 @@ import { TransitionProps } from "./transition";

};
//# sourceMappingURL=slide-fade.d.ts.map

@@ -14,2 +14,1 @@ import { TransitionProps } from "./transition";

export {};
//# sourceMappingURL=slide.d.ts.map

@@ -32,2 +32,1 @@ import { SystemStyleObject } from "@chakra-ui/system";

export declare function transitionConfigToCSS(config: TransitionConfig, className: string): SystemStyleObject;
//# sourceMappingURL=transition-config.d.ts.map

@@ -18,2 +18,1 @@ import * as React from "react";

}
//# sourceMappingURL=transition.d.ts.map

@@ -33,2 +33,1 @@ import { SystemStyleObject } from "@chakra-ui/system";

export { TransitionsProvider, useTransitions };
//# sourceMappingURL=use-transition-config.d.ts.map
{
"name": "@chakra-ui/transition",
"version": "1.0.0-next.5",
"version": "1.0.0-next.6",
"description": "Common transition components for Chakra UI",

@@ -22,4 +22,3 @@ "sideEffects": false,

"files": [
"dist",
"src"
"dist"
],

@@ -45,3 +44,3 @@ "publishConfig": {

"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir dist/types",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"test:cov": "yarn test --coverage",

@@ -52,3 +51,3 @@ "lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc",

"dependencies": {
"@chakra-ui/utils": "^1.0.0-next.5",
"@chakra-ui/utils": "^1.0.0-next.6",
"@types/react-transition-group": "4.4.0",

@@ -58,9 +57,9 @@ "react-transition-group": "4.4.1"

"devDependencies": {
"@chakra-ui/system": "^1.0.0-next.5"
"@chakra-ui/system": "^1.0.0-next.6"
},
"peerDependencies": {
"@chakra-ui/system": "^1.0.0-next.4",
"@chakra-ui/system": "^1.0.0-next.5",
"react": "16.x"
},
"gitHead": "24eec5d796d81b6fafbcfa7231fb2cb15e6d5a29"
"gitHead": "72eeca4ba3fc6e7d8845b0d283a03cb6ec384a50"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc