preview-animation
Advanced tools
Comparing version 0.1.8 to 0.1.9
import React from 'react'; | ||
import './index.less'; | ||
declare type ProcessBarType = { | ||
@@ -4,0 +3,0 @@ currentFrame: number; |
@@ -5,3 +5,4 @@ import * as React from 'react'; | ||
data: any[]; | ||
taskParam: any[]; | ||
blockNum?: number; | ||
renderFrame?: string; | ||
}>; |
export declare enum Lang { | ||
ZH = "zh-Hans", | ||
EN = "en-US" | ||
ZH = "zh", | ||
EN = "en" | ||
} | ||
@@ -20,3 +20,3 @@ export declare type PreviewFrameAnimationType = { | ||
TASK = "currentTask", | ||
slice = "currentSlice" | ||
SLICE = "currentSlice" | ||
} |
{ | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"license": "MIT", | ||
@@ -69,4 +69,5 @@ "main": "dist/index.js", | ||
"@rollup/plugin-image": "^3.0.3", | ||
"react-tooltip": "^5.24.0", | ||
"rollup-plugin-image-files": "^1.4.2" | ||
} | ||
} |
export enum Lang { | ||
ZH = 'zh-Hans', | ||
EN = 'en-US', | ||
ZH = 'zh', | ||
EN = 'en', | ||
} | ||
@@ -22,3 +22,3 @@ | ||
TASK = 'currentTask', | ||
slice = 'currentSlice', | ||
SLICE = 'currentSlice', | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
42
3623
725135
4
5
+ Addedreact-tooltip@^5.24.0
+ Added@floating-ui/core@1.6.9(transitive)
+ Added@floating-ui/dom@1.6.13(transitive)
+ Added@floating-ui/utils@0.2.9(transitive)
+ Addedclassnames@2.5.1(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedreact-tooltip@5.28.0(transitive)
+ Addedscheduler@0.25.0(transitive)