@granto-umbrella/umbrella-components 3.0.12 → 3.0.14
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/package.json
CHANGED
|
@@ -98,15 +98,14 @@ export const Card = styled.div`
|
|
|
98
98
|
|
|
99
99
|
export const Title = styled.h4`
|
|
100
100
|
margin: 0 0 4px 0;
|
|
101
|
-
font-size: ${typographyTokens.fontSizes.
|
|
101
|
+
font-size: ${typographyTokens.fontSizes.headingL};
|
|
102
102
|
color: ${semanticColors.global.text.default.enabled};
|
|
103
103
|
font-weight: ${typographyTokens.fontWeights.semibold};
|
|
104
104
|
`;
|
|
105
105
|
|
|
106
106
|
export const Sub = styled.div`
|
|
107
|
-
margin-top: 4px;
|
|
108
107
|
color: ${semanticColors.global.text.subtitle.enabled};
|
|
109
|
-
font-size:
|
|
108
|
+
font-size: 14px;
|
|
110
109
|
`;
|
|
111
110
|
|
|
112
111
|
export const Row = styled.div`
|
|
@@ -120,7 +119,7 @@ export const List = styled.ol`
|
|
|
120
119
|
list-style: none;
|
|
121
120
|
margin: 0;
|
|
122
121
|
padding: 0;
|
|
123
|
-
gap:
|
|
122
|
+
gap: 8px;
|
|
124
123
|
display: flex;
|
|
125
124
|
flex-direction: column;
|
|
126
125
|
`;
|
|
@@ -33,7 +33,9 @@ export const Timeline: React.FC<TimelineProps> = ({
|
|
|
33
33
|
ariaLabel="Carregando ponto da linha do tempo"
|
|
34
34
|
/>
|
|
35
35
|
<Card>
|
|
36
|
-
<
|
|
36
|
+
<Title>
|
|
37
|
+
<Skeleton variant="text" width="60%" height={32} />
|
|
38
|
+
</Title>
|
|
37
39
|
|
|
38
40
|
<Sub>
|
|
39
41
|
<Skeleton variant="text" width="40%" height={18} />
|