@elvia/elvis-breadcrumb
Advanced tools
Comparing version 1.2.0 to 1.2.1
# Elvia Breadcrumbs | ||
## 1.2.1 (07.01.22) | ||
### Patch | ||
- Updated tokens declarations | ||
## 1.2.0 (05.01.21) | ||
@@ -4,0 +10,0 @@ |
declare module '*'; | ||
declare module '@elvia/elvis-colors'; | ||
declare module '@elvia/elvis-typography'; |
@@ -7,3 +7,3 @@ /* | ||
import { getColor } from '@elvia/elvis-colors'; | ||
import ElviaTypography from '@elvia/elvis-typography'; | ||
import { getTypography } from '@elvia/elvis-typography'; | ||
const colors = { | ||
@@ -15,3 +15,3 @@ elviaCharge: getColor('elvia-charge'), | ||
const typography = { | ||
textSm: ElviaTypography['text-sm'] | ||
textSm: getTypography('text-sm') | ||
}; | ||
@@ -18,0 +18,0 @@ export const EWCBreadcrumbWrapper = styled.div.withConfig({ |
{ | ||
"name": "@elvia/elvis-breadcrumb", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -13,6 +13,6 @@ "license": "MIT", | ||
"@elvia/elvis-component-wrapper": "^2.1.6", | ||
"@elvia/elvis-colors": "^1.1.0", | ||
"@elvia/elvis-typography": "^1.1.0", | ||
"@elvia/elvis-colors": "^1.2.0", | ||
"@elvia/elvis-typography": "^1.2.0", | ||
"styled-components": "^5.3.3" | ||
} | ||
} |
declare module '*'; | ||
declare module '@elvia/elvis-colors'; | ||
declare module '@elvia/elvis-typography'; |
Sorry, the diff of this file is not supported yet
162032
16
670
Updated@elvia/elvis-colors@^1.2.0