frst-components 0.32.8 → 0.32.9

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
@@ -6795,7 +6795,7 @@ const ModalContainer$1 = styled__default["default"].div `
6795
6795
  border-radius: 16px;
6796
6796
  padding: 52px;
6797
6797
  max-width: 90vw;
6798
- width: 654px;
6798
+ width: 720px;
6799
6799
  max-height: 90vh;
6800
6800
  height: 363px;
6801
6801
  position: relative;
@@ -6843,7 +6843,7 @@ const ModalContent$1 = styled__default["default"].div `
6843
6843
  const WomanIllustration = styled__default["default"].div `
6844
6844
  position: absolute;
6845
6845
  width: 140px;
6846
- right: 633px;
6846
+ right: 699px;
6847
6847
  top: 24px;
6848
6848
  svg {
6849
6849
  width: 100%;
@@ -6858,7 +6858,7 @@ const TextSection = styled__default["default"].div `
6858
6858
  `;
6859
6859
  const MainText = styled__default["default"].p `
6860
6860
  color: #444;
6861
- font-family: "PT Sans";
6861
+ font-family: "Poppins";
6862
6862
  font-size: 17px;
6863
6863
  font-weight: 400;
6864
6864
  line-height: normal;
@@ -6869,7 +6869,7 @@ const SolutionsContainer = styled__default["default"].div `
6869
6869
  `;
6870
6870
  const SolutionItem = styled__default["default"].span `
6871
6871
  color: #444;
6872
- font-family: "PT Sans";
6872
+ font-family: "Poppins";
6873
6873
  font-size: 17px;
6874
6874
  font-style: normal;
6875
6875
  font-weight: 400;
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.32.8",
4
+ "version": "0.32.9",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",