@granto-umbrella/umbrella-components 3.0.12 → 3.0.13

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granto-umbrella/umbrella-components",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "Umbrella Components for React",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -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.displayM};
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: ${typographyTokens.fontSizes.headingM};
108
+ font-size: 14px;
110
109
  `;
111
110
 
112
111
  export const Row = styled.div`
@@ -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
- <Skeleton variant="text" width="60%" height={32} />
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} />