Skip to content

Commit

Permalink
Merge pull request #570 from vtexdocs/chore/update-components-version
Browse files Browse the repository at this point in the history
chore(package.json): update components lib version
  • Loading branch information
carolinamenezes authored Jan 12, 2024
2 parents eb574b8 + 65784fc commit c472159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react-svg-pan-zoom": "^3.3.5",
"@types/uuid": "^9.0.0",
"@vtex/brand-ui": "^0.46.1",
"@vtexdocs/components": "https://github.com/vtexdocs/components.git#v1.1.15",
"@vtexdocs/components": "https://github.com/vtexdocs/components.git#v1.4.0",
"algoliasearch": "^4.14.2",
"chalk": "^5.2.0",
"copy-text-to-clipboard": "^3.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const tabItem: SxStyleProp = {
padding: '8px',
color: '#4A596B',
cursor: 'pointer',
borderTopLeftRadius: '4px',
borderTopRightRadius: '4px',
transition: '0.15s ease-in',
'&:hover': {
transition: '0.15s ease-in',
Expand All @@ -21,8 +19,7 @@ const tabItem: SxStyleProp = {
const tabItemActive: SxStyleProp = {
...tabItem,
color: '#E31C58',
borderTop: '1px solid #E31C58',
borderInline: '1px solid #E31C58',
boxShadow: '0 2px 0 0 #E31C58',
'&:hover': {
color: '#E31C58',
},
Expand Down
1 change: 1 addition & 0 deletions src/styles/documentation-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const documentationTitle: SxStyleProp = {
fontSize: ['20px', '28px'],
lineHeight: ['30px', '38px'],
fontWeight: '400',
marginBottom: '14px',
}

const documentationExcerpt: SxStyleProp = {
Expand Down

0 comments on commit c472159

Please sign in to comment.