frst-components 0.22.98 → 0.22.99
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 #
|
|
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: #
|
|
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,16 +7744,17 @@ 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"].
|
|
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: #
|
|
7754
|
+
color: #f18624;
|
|
7753
7755
|
max-width: 250px;
|
|
7754
7756
|
max-height: 97px;
|
|
7755
|
-
|
|
7757
|
+
overflow: auto;
|
|
7756
7758
|
word-break: break-word !important;
|
|
7757
7759
|
word-wrap: break-word !important;
|
|
7758
7760
|
overflow-wrap: break-word !important;
|
|
@@ -7761,25 +7763,26 @@ const Description$3 = styled__default["default"].div `
|
|
|
7761
7763
|
-webkit-box-orient: vertical !important;
|
|
7762
7764
|
|
|
7763
7765
|
&::-webkit-scrollbar {
|
|
7764
|
-
width: 8px;
|
|
7766
|
+
width: 8px;
|
|
7765
7767
|
}
|
|
7766
7768
|
|
|
7767
7769
|
&::-webkit-scrollbar-track {
|
|
7768
|
-
background: #
|
|
7770
|
+
background: #fce7d3;
|
|
7769
7771
|
border-radius: 10px;
|
|
7770
7772
|
}
|
|
7771
7773
|
|
|
7772
7774
|
&::-webkit-scrollbar-thumb {
|
|
7773
|
-
background-color: #
|
|
7774
|
-
border-radius: 10px;
|
|
7775
|
-
border: 2px solid #f0f0f0;
|
|
7775
|
+
background-color: #f18624;
|
|
7776
|
+
border-radius: 10px;
|
|
7777
|
+
border: 2px solid #f0f0f0;
|
|
7776
7778
|
}
|
|
7777
7779
|
`;
|
|
7778
7780
|
const CardTitlePhase = styled__default["default"].div `
|
|
7779
7781
|
display: flex;
|
|
7780
|
-
color: #
|
|
7782
|
+
color: #f18624;
|
|
7781
7783
|
justify-content: center;
|
|
7782
7784
|
align-items: center;
|
|
7785
|
+
text-align: center;
|
|
7783
7786
|
font-size: 24px;
|
|
7784
7787
|
font-weight: 700;
|
|
7785
7788
|
letter-spacing: 0.25px;
|
|
@@ -7814,7 +7817,7 @@ const ButtonContainer = styled__default["default"].div `
|
|
|
7814
7817
|
height: 47px;
|
|
7815
7818
|
padding: 0 5px;
|
|
7816
7819
|
border-radius: 0px 0px 8px 8px;
|
|
7817
|
-
background: #
|
|
7820
|
+
background: #f18624;
|
|
7818
7821
|
color: #fff;
|
|
7819
7822
|
font-weight: 600;
|
|
7820
7823
|
font-family: 'PT Sans';
|
|
@@ -7824,7 +7827,7 @@ const HypothesysAndActions = styled__default["default"].div `
|
|
|
7824
7827
|
display: flex;
|
|
7825
7828
|
justify-content: space-evenly;
|
|
7826
7829
|
align-items: center;
|
|
7827
|
-
margin-bottom:
|
|
7830
|
+
margin-bottom: 1.5rem;
|
|
7828
7831
|
|
|
7829
7832
|
.items {
|
|
7830
7833
|
display: flex;
|
|
@@ -7847,13 +7850,12 @@ const HypothesysAndActions = styled__default["default"].div `
|
|
|
7847
7850
|
}
|
|
7848
7851
|
`;
|
|
7849
7852
|
const PendingHypotheses = styled__default["default"].div `
|
|
7850
|
-
background: #
|
|
7853
|
+
background: #f8d784;
|
|
7851
7854
|
display: flex;
|
|
7852
7855
|
justify-content: center;
|
|
7853
7856
|
align-items: center;
|
|
7854
7857
|
padding: 8px 28px 9px;
|
|
7855
7858
|
gap: 11px;
|
|
7856
|
-
|
|
7857
7859
|
`;
|
|
7858
7860
|
|
|
7859
7861
|
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<"
|
|
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,
|
|
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,qEA8BvB,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"}
|