@zjpcy/simple-design 1.5.7 → 1.5.8

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.
@@ -3734,8 +3734,8 @@
3734
3734
  transform: translate(0, 0) scale(1);
3735
3735
  opacity: 1;
3736
3736
  }
3737
- 70% {
3738
- opacity: 0.7;
3737
+ 90% {
3738
+ opacity: 0;
3739
3739
  }
3740
3740
  100% {
3741
3741
  transform: translate(var(--zjpcy-modal-origin-x, 0), var(--zjpcy-modal-origin-y, 0)) scale(0.1);
package/dist/es/index.css CHANGED
@@ -3734,8 +3734,8 @@
3734
3734
  transform: translate(0, 0) scale(1);
3735
3735
  opacity: 1;
3736
3736
  }
3737
- 70% {
3738
- opacity: 0.7;
3737
+ 90% {
3738
+ opacity: 0;
3739
3739
  }
3740
3740
  100% {
3741
3741
  transform: translate(var(--zjpcy-modal-origin-x, 0), var(--zjpcy-modal-origin-y, 0)) scale(0.1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zjpcy/simple-design",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "IDP Studio Design System - React Component Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",