frst-components 0.22.98 → 0.23.0

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.
package/dist/index.js CHANGED
@@ -7699,6 +7699,8 @@ function CardDefinicaoFase(props) {
7699
7699
  const Container$f = styled__default["default"].div `
7700
7700
  width: 282px !important;
7701
7701
  max-width: 282px !important;
7702
+ height: 430px;
7703
+ max-height: 430px;
7702
7704
  color: #222222;
7703
7705
  background-color: #fff;
7704
7706
  border-radius: 10px;
@@ -7718,7 +7720,7 @@ const PhaseNumber = styled__default["default"].div `
7718
7720
  justify-content: center;
7719
7721
  align-items: center;
7720
7722
  border-radius: 50%;
7721
- border: 5px solid #F18624;
7723
+ border: 5px solid #f18624;
7722
7724
  margin-bottom: -1rem;
7723
7725
  padding: 0px 4px 0px 0px;
7724
7726
  `;
@@ -7726,14 +7728,13 @@ const HeaderContainer = styled__default["default"].div `
7726
7728
  display: flex;
7727
7729
  justify-content: center;
7728
7730
  align-items: flex-end;
7729
- background: #F18624;
7731
+ background: #f18624;
7730
7732
  height: 45px;
7731
7733
  max-width: 282px;
7732
7734
  border-radius: 8px 8px 0px 0px;
7733
7735
  `;
7734
7736
  const DescriptionContainer = styled__default["default"].div `
7735
7737
  padding: 20px;
7736
- height: 197px;
7737
7738
  gap: 2px;
7738
7739
  max-width: 282px !important;
7739
7740
  display: flex;
@@ -7743,43 +7744,44 @@ const DescriptionContainer = styled__default["default"].div `
7743
7744
  word-break: break-word !important;
7744
7745
  word-wrap: break-word !important;
7745
7746
  overflow-wrap: break-word !important;
7747
+ flex-direction: column;
7746
7748
  `;
7747
- const Description$3 = styled__default["default"].div `
7749
+ const Description$3 = styled__default["default"].span `
7748
7750
  font-family: 'Work Sans';
7749
7751
  font-style: normal;
7750
7752
  font-weight: 500;
7751
7753
  font-size: 16px;
7752
- color: #F18624;
7754
+ color: #f18624;
7753
7755
  max-width: 250px;
7754
7756
  max-height: 97px;
7755
- overflow: auto;
7757
+ overflow: auto;
7756
7758
  word-break: break-word !important;
7757
7759
  word-wrap: break-word !important;
7758
7760
  overflow-wrap: break-word !important;
7759
- display: -webkit-box !important;
7760
7761
  -webkit-line-clamp: 6 !important;
7761
7762
  -webkit-box-orient: vertical !important;
7762
7763
 
7763
7764
  &::-webkit-scrollbar {
7764
- width: 8px;
7765
+ width: 8px;
7765
7766
  }
7766
7767
 
7767
7768
  &::-webkit-scrollbar-track {
7768
- background: #FCE7D3;
7769
+ background: #fce7d3;
7769
7770
  border-radius: 10px;
7770
7771
  }
7771
7772
 
7772
7773
  &::-webkit-scrollbar-thumb {
7773
- background-color: #F18624;
7774
- border-radius: 10px;
7775
- border: 2px solid #f0f0f0;
7774
+ background-color: #f18624;
7775
+ border-radius: 10px;
7776
+ border: 2px solid #f0f0f0;
7776
7777
  }
7777
7778
  `;
7778
7779
  const CardTitlePhase = styled__default["default"].div `
7779
7780
  display: flex;
7780
- color: #F18624;
7781
+ color: #f18624;
7781
7782
  justify-content: center;
7782
7783
  align-items: center;
7784
+ text-align: center;
7783
7785
  font-size: 24px;
7784
7786
  font-weight: 700;
7785
7787
  letter-spacing: 0.25px;
@@ -7814,7 +7816,7 @@ const ButtonContainer = styled__default["default"].div `
7814
7816
  height: 47px;
7815
7817
  padding: 0 5px;
7816
7818
  border-radius: 0px 0px 8px 8px;
7817
- background: #F18624;
7819
+ background: #f18624;
7818
7820
  color: #fff;
7819
7821
  font-weight: 600;
7820
7822
  font-family: 'PT Sans';
@@ -7824,7 +7826,7 @@ const HypothesysAndActions = styled__default["default"].div `
7824
7826
  display: flex;
7825
7827
  justify-content: space-evenly;
7826
7828
  align-items: center;
7827
- margin-bottom: 0.5rem;
7829
+ margin-bottom: 1.5rem;
7828
7830
 
7829
7831
  .items {
7830
7832
  display: flex;
@@ -7847,13 +7849,12 @@ const HypothesysAndActions = styled__default["default"].div `
7847
7849
  }
7848
7850
  `;
7849
7851
  const PendingHypotheses = styled__default["default"].div `
7850
- background: #F8D784;
7852
+ background: #f8d784;
7851
7853
  display: flex;
7852
7854
  justify-content: center;
7853
7855
  align-items: center;
7854
7856
  padding: 8px 28px 9px;
7855
7857
  gap: 11px;
7856
-
7857
7858
  `;
7858
7859
 
7859
7860
  function CardFaseDesafios(props) {
@@ -2,7 +2,7 @@ export declare const Container: import("styled-components").StyledComponent<"div
2
2
  export declare const PhaseNumber: import("styled-components").StyledComponent<"div", any, {}, never>;
3
3
  export declare const HeaderContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
4
4
  export declare const DescriptionContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const Description: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export declare const Description: import("styled-components").StyledComponent<"span", any, {}, never>;
6
6
  export declare const CardTitlePhase: import("styled-components").StyledComponent<"div", any, {}, never>;
7
7
  export declare const TitleDescription: import("styled-components").StyledComponent<"span", any, {}, never>;
8
8
  export declare const ViewButton: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/cards/cardFaseDesafios/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,oEAarB,CAAA;AAED,eAAO,MAAM,WAAW,oEAWvB,CAAA;AAED,eAAO,MAAM,eAAe,oEAQ3B,CAAA;AAED,eAAO,MAAM,oBAAoB,oEAYhC,CAAA;AAED,eAAO,MAAM,WAAW,oEA8BvB,CAAA;AAED,eAAO,MAAM,cAAc,oEAW1B,CAAA;AAED,eAAO,MAAM,gBAAgB,qEAW5B,CAAA;AACD,eAAO,MAAM,UAAU,oEAOtB,CAAA;AAED,eAAO,MAAM,eAAe,oEAY3B,CAAA;AAED,eAAO,MAAM,oBAAoB,oEAyBhC,CAAA;AAED,eAAO,MAAM,iBAAiB,oEAQ7B,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/cards/cardFaseDesafios/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,oEAerB,CAAA;AAED,eAAO,MAAM,WAAW,oEAWvB,CAAA;AAED,eAAO,MAAM,eAAe,oEAQ3B,CAAA;AAED,eAAO,MAAM,oBAAoB,oEAYhC,CAAA;AAED,eAAO,MAAM,WAAW,qEA6BvB,CAAA;AAED,eAAO,MAAM,cAAc,oEAY1B,CAAA;AAED,eAAO,MAAM,gBAAgB,qEAW5B,CAAA;AACD,eAAO,MAAM,UAAU,oEAOtB,CAAA;AAED,eAAO,MAAM,eAAe,oEAY3B,CAAA;AAED,eAAO,MAAM,oBAAoB,oEAyBhC,CAAA;AAED,eAAO,MAAM,iBAAiB,oEAO7B,CAAA"}
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.22.98",
4
+ "version": "0.23.00",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",