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.6 to 1.0.0-next.7

9

CHANGELOG.md

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

# [1.0.0-next.7](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/transition@1.0.0-next.6...@chakra-ui/transition@1.0.0-next.7) (2020-07-26)
**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.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)

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

6

dist/cjs/presets/slide.js

@@ -31,8 +31,2 @@ "use strict";

};
var axis = {
left: "X",
right: "X",
top: "Y",
bottom: "Y"
};
var offset = {

@@ -39,0 +33,0 @@ bottom: "100%",

2

dist/cjs/slide.js

@@ -111,3 +111,3 @@ "use strict";

styles: styles,
transition: "all " + timeout + "ms cubic-bezier(0, 0, 0.2, 1)",
transition: "opacity " + timeout + "ms cubic-bezier(0, 0, 0.2, 1), transform " + timeout + "ms cubic-bezier(0, 0, 0.2, 1)",
timeout: {

@@ -114,0 +114,0 @@ enter: 0,

@@ -27,8 +27,2 @@ var placements = {

};
var axis = {
left: "X",
right: "X",
top: "Y",
bottom: "Y"
};
var offset = {

@@ -35,0 +29,0 @@ bottom: "100%",

@@ -100,3 +100,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

styles: styles,
transition: "all " + timeout + "ms cubic-bezier(0, 0, 0.2, 1)",
transition: "opacity " + timeout + "ms cubic-bezier(0, 0, 0.2, 1), transform " + timeout + "ms cubic-bezier(0, 0, 0.2, 1)",
timeout: {

@@ -103,0 +103,0 @@ enter: 0,

@@ -0,1 +1,2 @@

/// <reference types="react" />
import { TransitionProps } from "./transition";

@@ -2,0 +3,0 @@ export declare type FadeProps = Omit<TransitionProps, "styles" | "timeout"> & {

@@ -0,1 +1,2 @@

/// <reference types="react" />
import { TransitionProps } from "./transition";

@@ -2,0 +3,0 @@ export declare type ScaleFadeProps = Omit<TransitionProps, "styles" | "timeout"> & {

@@ -0,1 +1,2 @@

/// <reference types="react" />
import { TransitionProps } from "./transition";

@@ -2,0 +3,0 @@ export interface SlideFadeProps extends Omit<TransitionProps, "styles" | "timeout"> {

@@ -0,1 +1,2 @@

/// <reference types="react" />
import { TransitionProps } from "./transition";

@@ -2,0 +3,0 @@ declare type Placement = "left" | "right" | "bottom" | "top";

{
"name": "@chakra-ui/transition",
"version": "1.0.0-next.6",
"version": "1.0.0-next.7",
"description": "Common transition components for Chakra UI",

@@ -49,3 +49,3 @@ "sideEffects": false,

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

@@ -55,9 +55,9 @@ "react-transition-group": "4.4.1"

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

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

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