profinansy-ui-lib 3.1.37 → 3.1.38

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2848,7 +2848,7 @@
2848
2848
  background-color: ${e=>e.theme.background.content};
2849
2849
  border-radius: 50%;
2850
2850
  border: 1.5px solid ${e=>e.theme.stroke.secondary};
2851
- transition: ${()=>`all 3.2s ${i.AnimationFunctions.animation_1}`};
2851
+ transition: ${()=>`all 0.2s ${i.AnimationFunctions.animation_1}`};
2852
2852
  &::after {
2853
2853
  content: '';
2854
2854
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.1.37",
3
+ "version": "3.1.38",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {