profinansy-ui-lib 3.4.52 → 3.4.53

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -981,13 +981,13 @@
981
981
  0% {
982
982
  transform: scale(1);
983
983
  }
984
- 60% {
984
+ 40% {
985
985
  transform: scale(1);
986
986
  }
987
- 71% {
987
+ 50% {
988
988
  transform: scale(1.05);
989
989
  }
990
- 80% {
990
+ 70% {
991
991
  transform: scale(1.05);
992
992
  }
993
993
  100% {
@@ -1021,7 +1021,7 @@
1021
1021
  left: 0;
1022
1022
  width: 1.5em;
1023
1023
  height: 100%;
1024
- background-color: rgba(255, 255, 255, 0.4);
1024
+ background-color: rgba(255, 255, 255, 0.5);
1025
1025
  filter: blur(10px);
1026
1026
  transform: translateX(-12em) skewX(45deg);
1027
1027
  animation: ${c} 5s ${l.AnimationFunctions.animation_1} infinite;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.4.52",
3
+ "version": "3.4.53",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {