@vlian/router 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"square-rotate.d.ts","sourceRoot":"","sources":["../../src/styles/square-rotate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"square-rotate.d.ts","sourceRoot":"","sources":["../../src/styles/square-rotate.ts"],"names":[],"mappings":"AAyCA,eAAO,MAAM,sBAAsB;;;;CAiBlC,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import Keyframes from '@ant-design/cssinjs
|
|
2
|
-
import { useStyleRegister } from '@ant-design/cssinjs';
|
|
1
|
+
import { Keyframes, useStyleRegister } from '@ant-design/cssinjs';
|
|
3
2
|
// 定义动画
|
|
4
3
|
var squareRotate2Animation = new Keyframes('square-rotate-2-animation', {
|
|
5
4
|
'0%': {
|