@whitesev/pops 2.3.2 → 2.3.3

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.
@@ -68,10 +68,10 @@ export interface PopsRightClickMenuDetails extends Pick<PopsCommonConfig, "useSh
68
68
  */
69
69
  className?: string;
70
70
  /**
71
- * 是否启用动画,默认true
71
+ * 是否启用动画,默认false
72
72
  *
73
73
  * 该动画为从上往下展开
74
- * @default true
74
+ * @default false
75
75
  */
76
76
  isAnimation?: boolean;
77
77
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whitesev/pops",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "弹窗库",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/WhiteSevs/TamperMonkeyScript/tree/master/lib/pops#readme",