@douyinfe/semi-animation-react
Advanced tools
Comparing version 2.0.7-alpha.0 to 2.0.7
import React, { PureComponent } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import '@douyinfe/semi-animation-styled'; | ||
import noop from './utils/noop'; | ||
@@ -4,0 +5,0 @@ export interface StyledAnimationProps { |
@@ -22,2 +22,4 @@ 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'; | ||
@@ -24,0 +26,0 @@ import noop from './utils/noop'; |
{ | ||
"name": "@douyinfe/semi-animation-react", | ||
"version": "2.0.7-alpha.0", | ||
"version": "2.0.7", | ||
"description": "motion library for semi-ui-react", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "lib/cjs/index.js", | ||
"main": "lib/es/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.0.7-alpha.0", | ||
"@douyinfe/semi-animation-styled": "2.0.7-alpha.0", | ||
"@douyinfe/semi-animation": "2.0.7", | ||
"@douyinfe/semi-animation-styled": "2.0.7", | ||
"classnames": "^2.2.6" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "ad707628b7a6a9c323705bf9406476a6f18da64e" | ||
"gitHead": "624c0747ef24bdf26b8c478aa474d105adc24285" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
44026
23
998
+ Added@douyinfe/semi-animation@2.0.7(transitive)
+ Added@douyinfe/semi-animation-styled@2.0.7(transitive)
- Removed@douyinfe/semi-animation@2.0.7-alpha.0(transitive)
- Removed@douyinfe/semi-animation-styled@2.0.7-alpha.0(transitive)