@toss/framer-motion
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.3](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.1...@toss/framer-motion@1.0.3) (2022-10-18) | ||
### Bug Fixes | ||
* Fix type error in @toss/react ([5cc3793](https://github.com/toss/slash/commit/5cc37936e8739204f32f9f50ee61570b758343f8)) | ||
## [1.0.2](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.1...@toss/framer-motion@1.0.2) (2022-10-12) | ||
@@ -8,0 +19,0 @@ |
@@ -7,17 +7,3 @@ 'use strict'; | ||
/** | ||
* @name motion | ||
* @description | ||
* 기본 `framer-motion`의 `motion` 은 Internet Explorer 등 구형 브라우저를 지원하지 않아서 지원하도록 Wrapping 한 컴포넌트입니다. | ||
* 사용 방법은 기본 motion 과 동일합니다. | ||
* | ||
* 원래 `motion` 컴포넌트는 `Proxy` 라고 하는 Polyfill 불가능한 API를 사용하기 때문에, 구형 브라우저에서 실행할 수 없습니다. | ||
* 보다 넓은 범위의 기기를 지원하기 위해서 `@toss/framer-motion` 의 `motion` 컴포넌트를 사용해주세요. | ||
* | ||
* @example | ||
* import { motion } from '@toss/framer-motion';` | ||
*` | ||
* <motion.div {...} /> | ||
*/ | ||
/** @tossdocs-ignore */ | ||
var motion = { | ||
@@ -24,0 +10,0 @@ div: framerMotion.createDomMotionComponent('div'), |
@@ -1,15 +0,1 @@ | ||
/** | ||
* @name motion | ||
* @description | ||
* 기본 `framer-motion`의 `motion` 은 Internet Explorer 등 구형 브라우저를 지원하지 않아서 지원하도록 Wrapping 한 컴포넌트입니다. | ||
* 사용 방법은 기본 motion 과 동일합니다. | ||
* | ||
* 원래 `motion` 컴포넌트는 `Proxy` 라고 하는 Polyfill 불가능한 API를 사용하기 때문에, 구형 브라우저에서 실행할 수 없습니다. | ||
* 보다 넓은 범위의 기기를 지원하기 위해서 `@toss/framer-motion` 의 `motion` 컴포넌트를 사용해주세요. | ||
* | ||
* @example | ||
* import { motion } from '@toss/framer-motion';` | ||
*` | ||
* <motion.div {...} /> | ||
*/ | ||
export declare const motion: { | ||
@@ -16,0 +2,0 @@ div: ForwardRefExoticComponent<any>; |
{ | ||
"name": "@toss/framer-motion", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"sideEffects": false, | ||
@@ -61,4 +61,4 @@ "exports": { | ||
}, | ||
"gitHead": "18cb6253ca2131397da2c209932a2413d9cd93c1", | ||
"gitHead": "5aa81f2a04bf77320ca339619f2a80df02e84d6e", | ||
"module": "./esm/index.mjs" | ||
} |
@@ -0,17 +1,4 @@ | ||
/** @tossdocs-ignore */ | ||
import { createDomMotionComponent } from 'framer-motion'; | ||
/** | ||
* @name motion | ||
* @description | ||
* 기본 `framer-motion`의 `motion` 은 Internet Explorer 등 구형 브라우저를 지원하지 않아서 지원하도록 Wrapping 한 컴포넌트입니다. | ||
* 사용 방법은 기본 motion 과 동일합니다. | ||
* | ||
* 원래 `motion` 컴포넌트는 `Proxy` 라고 하는 Polyfill 불가능한 API를 사용하기 때문에, 구형 브라우저에서 실행할 수 없습니다. | ||
* 보다 넓은 범위의 기기를 지원하기 위해서 `@toss/framer-motion` 의 `motion` 컴포넌트를 사용해주세요. | ||
* | ||
* @example | ||
* import { motion } from '@toss/framer-motion';` | ||
*` | ||
* <motion.div {...} /> | ||
*/ | ||
export const motion = { | ||
@@ -18,0 +5,0 @@ div: createDomMotionComponent('div'), |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
8249
19
0
0
96