frst-components 0.20.70 → 0.20.72

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 +9 -9
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14662,7 +14662,7 @@ const EmailUser$1 = styled__default["default"].div `
14662
14662
  font-family: 'PT Sans';
14663
14663
  font-style: normal;
14664
14664
  font-weight: 700;
14665
- font-size: 12px;
14665
+ font-size: 14px;
14666
14666
  line-height: 16px;
14667
14667
  display: flex;
14668
14668
  align-items: center;
@@ -14759,7 +14759,7 @@ const ButtonSend = styled__default["default"].div `
14759
14759
  font-family: 'Work Sans';
14760
14760
  font-style: normal;
14761
14761
  font-weight: 700;
14762
- font-size: 12px;
14762
+ font-size: 14px;
14763
14763
  line-height: 14px;
14764
14764
  color: ${({ theme }) => theme.colors.shadeWhite};
14765
14765
  cursor: pointer;
@@ -14771,7 +14771,7 @@ const ButtonRemove$1 = styled__default["default"].div `
14771
14771
  font-family: 'Work Sans';
14772
14772
  font-style: normal;
14773
14773
  font-weight: 700;
14774
- font-size: 12px;
14774
+ font-size: 14px;
14775
14775
  line-height: 14px;
14776
14776
  color: #0645AD;
14777
14777
  cursor: pointer;
@@ -14780,10 +14780,10 @@ const ButtonSendV2 = styled__default["default"].div `
14780
14780
  width: fit-content;
14781
14781
  height: 14px;
14782
14782
 
14783
- font-family: 'Work Sans';
14783
+ font-family: 'PT Sans';
14784
14784
  font-style: normal;
14785
14785
  font-weight: 700;
14786
- font-size: 12px;
14786
+ font-size: 14px;
14787
14787
  line-height: 14px;
14788
14788
 
14789
14789
  display: flex;
@@ -14796,7 +14796,7 @@ const ButtonSendV2 = styled__default["default"].div `
14796
14796
  const WrapperButtons = styled__default["default"].div `
14797
14797
  display: flex;
14798
14798
  flex-direction: row;
14799
- gap: 4px;
14799
+ gap: 6px;
14800
14800
  justify-content: flex-start;
14801
14801
  align-items: center;
14802
14802
  opacity: ${({ status }) => status == 'success' ? '0' : '1'};
@@ -14807,7 +14807,7 @@ const ButtonRemoveV2 = styled__default["default"].div `
14807
14807
  font-family: 'PT Sans';
14808
14808
  font-style: normal;
14809
14809
  font-weight: 700;
14810
- font-size: 12px;
14810
+ font-size: 14px;
14811
14811
  line-height: 110%;
14812
14812
 
14813
14813
  text-align: right;
@@ -14828,7 +14828,7 @@ const ButtonOrV2 = styled__default["default"].div `
14828
14828
  font-family: 'PT Sans';
14829
14829
  font-style: normal;
14830
14830
  font-weight: 400;
14831
- font-size: 12px;
14831
+ font-size: 14px;
14832
14832
  line-height: 110%;
14833
14833
  /* or 13px */
14834
14834
 
@@ -14864,7 +14864,7 @@ const ButtonSuccess = styled__default["default"].div `
14864
14864
  font-family: 'Work Sans';
14865
14865
  font-style: normal;
14866
14866
  font-weight: 700;
14867
- font-size: 12px;
14867
+ font-size: 14px;
14868
14868
  line-height: 14px;
14869
14869
  /* identical to box height */
14870
14870
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frst-components",
3
3
  "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
- "version": "0.20.70",
4
+ "version": "0.20.72",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",