@douyinfe/semi-animation-react
Advanced tools
Comparing version 2.1.0-beta.0 to 2.1.0-next.0
import React, { PureComponent } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import '@douyinfe/semi-animation-styled'; | ||
import noop from './utils/noop'; | ||
@@ -5,0 +4,0 @@ export interface StyledAnimationProps { |
@@ -22,4 +22,2 @@ var _context; | ||
import classnames from 'classnames'; | ||
import '@douyinfe/semi-animation-styled'; // eslint-disable-next-line @typescript-eslint/no-duplicate-imports | ||
import { types as styledTypes, loops, delays, speeds } from '@douyinfe/semi-animation-styled'; | ||
@@ -26,0 +24,0 @@ import noop from './utils/noop'; |
{ | ||
"name": "@douyinfe/semi-animation-react", | ||
"version": "2.1.0-beta.0", | ||
"version": "2.1.0-next.0", | ||
"description": "motion library for semi-ui-react", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "lib/es/index.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/es/index.js", | ||
@@ -30,4 +30,4 @@ "typings": "lib/es/index.d.ts", | ||
"@babel/runtime-corejs3": "^7.15.4", | ||
"@douyinfe/semi-animation": "2.1.0-beta.0", | ||
"@douyinfe/semi-animation-styled": "2.1.0-beta.0", | ||
"@douyinfe/semi-animation": "2.1.0-next.0", | ||
"@douyinfe/semi-animation-styled": "2.1.0-next.0", | ||
"classnames": "^2.2.6" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "1fa6463d0c9875d62ea2c76f02c253ad40dffa0a" | ||
"gitHead": "165521f2a49e95bf358c03b7f376dbc84ec02adc" | ||
} |
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
88268
43
2117
+ Added@douyinfe/semi-animation@2.1.0-next.0(transitive)
+ Added@douyinfe/semi-animation-styled@2.1.0-next.0(transitive)
- Removed@douyinfe/semi-animation@2.1.0-beta.0(transitive)
- Removed@douyinfe/semi-animation-styled@2.1.0-beta.0(transitive)