profinansy-ui-lib 3.1.37 → 3.1.39

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1922,7 +1922,7 @@
1922
1922
  padding-bottom: 20px;
1923
1923
  `,t.Content=a.default.div`
1924
1924
  display: flex;
1925
- margin: 0 22px;
1925
+ margin: 0 22px 0 16px;
1926
1926
  @media (max-width: 600px) {
1927
1927
  margin: 0;
1928
1928
  }
@@ -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.39",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {