Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/motion

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/motion - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

tmp/api-report-tmp.d.ts

6

CHANGELOG.md
# @atlaskit/motion
## 1.4.4
### Patch Changes
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
## 1.4.3

@@ -4,0 +10,0 @@

14

package.json
{
"name": "@atlaskit/motion",
"version": "1.4.3",
"version": "1.4.4",
"description": "A set of utilities to apply motion in your application.",

@@ -40,3 +40,3 @@ "publishConfig": {

"team": "Design System Team",
"releaseModel": "scheduled",
"releaseModel": "continuous",
"website": {

@@ -57,10 +57,3 @@ "name": "Motion",

"devDependencies": {
"@atlaskit/button": "^16.7.0",
"@atlaskit/docs": "*",
"@atlaskit/focus-ring": "^1.3.0",
"@atlaskit/logo": "^13.14.0",
"@atlaskit/section-message": "^6.4.0",
"@atlaskit/ssr": "*",
"@atlaskit/theme": "^12.5.0",
"@atlaskit/tokens": "^1.5.0",
"@atlaskit/visual-regression": "*",

@@ -97,2 +90,5 @@ "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",

"emotion"
],
"imports": [
"import-no-extraneous-disable-for-examples-and-docs"
]

@@ -99,0 +95,0 @@ }

@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 -->

- [Main Entry Types](#main-entry-types)
- [Peer Dependencies](#peer-dependencies)

@@ -63,3 +64,9 @@ ### Main Entry Types

// @public
export const ExitingPersistence: React_2.FC<ExitingPersistenceProps>;
export const ExitingPersistence: React_2.MemoExoticComponent<
({
appear: appearFromProp,
children: childs,
exitThenEnter,
}: ExitingPersistenceProps) => any
>;

@@ -77,7 +84,15 @@ // @public (undocumented)

// @public
export const FadeIn: React_2.FC<FadeKeyframesMotionProps>;
export const FadeIn: ({
children,
duration,
entranceDirection,
exitDirection,
distance,
onFinish,
isPaused,
}: FadeKeyframesMotionProps) => JSX.Element;
// @public (undocumented)
export const fadeInAnimation: (
direction?: Direction | undefined,
direction?: Direction,
distance?: Distance,

@@ -131,4 +146,4 @@ ) => CSSObject;

}: ResizingHeightOpts & {
children: (opts: { ref: CallbackRef }) => React.ReactNode;
}) => ReactNode;
children: (opts: { ref: CallbackRef }) => React_2.ReactNode;
}) => JSX.Element;

@@ -146,3 +161,7 @@ // @public (undocumented)

// @public
export const ShrinkOut: React_2.FC<ShrinkOutProps>;
export const ShrinkOut: ({
children,
duration,
onFinish,
}: ShrinkOutProps) => any;

@@ -159,3 +178,12 @@ // @public (undocumented)

// @public
export const SlideIn: React_2.FC<SlideInProps>;
export const SlideIn: ({
children,
enterFrom,
exitTo,
fade,
duration,
isPaused,
onFinish,
animationTimingFunction,
}: SlideInProps) => JSX.Element;

@@ -181,3 +209,8 @@ // @public (undocumented)

// @public
export const StaggeredEntrance: React_2.FC<StaggeredEntranceProps>;
export const StaggeredEntrance: ({
children,
column,
columns,
delayStep,
}: StaggeredEntranceProps) => JSX.Element;

@@ -210,3 +243,8 @@ // @public (undocumented)

// @public
export const ZoomIn: React_2.FC<KeyframesMotionProps>;
export const ZoomIn: ({
children,
duration,
isPaused,
onFinish,
}: KeyframesMotionProps) => JSX.Element;

@@ -220,1 +258,13 @@ // @public (undocumented)

<!--SECTION END: Main Entry Types-->
### Peer Dependencies
<!--SECTION START: Peer Dependencies-->
```json
{
"react": "^16.8.0"
}
```
<!--SECTION END: Peer Dependencies-->
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