@entur/icons
Advanced tools
Comparing version 1.20.0 to 2.0.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.20.0...@entur/icons@2.0.0) (2021-04-23) | ||
### Bug Fixes | ||
- change name for unvalid ticket icon ([8f5148f](https://bitbucket.org/enturas/design-system/commits/8f5148f06974236dc44cf7016990bd60762c747b)) | ||
- use correct colors on mobility partner icons ([90b3408](https://bitbucket.org/enturas/design-system/commits/90b340885fce4cd803042965cbed162ce0cc53df)) | ||
### BREAKING CHANGES | ||
- UnvalidTicketIcon -> InvalidTicketIcon | ||
# [1.20.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.19.0...@entur/icons@1.20.0) (2021-04-09) | ||
@@ -8,0 +19,0 @@ |
@@ -173,2 +173,3 @@ import React from 'react'; | ||
export declare const InterrailIcon: React.FC<IconProps>; | ||
export declare const InvalidTicketIcon: React.FC<IconProps>; | ||
export declare const LuggageIcon: React.FC<IconProps>; | ||
@@ -183,3 +184,2 @@ export declare const MapIcon: React.FC<IconProps>; | ||
export declare const TrackIcon: React.FC<IconProps>; | ||
export declare const UnvalidTicketIcon: React.FC<IconProps>; | ||
export declare const ValidTicketIcon: React.FC<IconProps>; | ||
@@ -186,0 +186,0 @@ export declare const AccessibilityIcon: React.FC<IconProps>; |
{ | ||
"name": "@entur/icons", | ||
"version": "1.20.0", | ||
"version": "2.0.0", | ||
"license": "EUPL-1.2", | ||
@@ -48,6 +48,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@entur/tokens": "^3.0.1", | ||
"@entur/tokens": "^3.1.0", | ||
"@entur/utils": "^0.4.1" | ||
}, | ||
"gitHead": "cabce73979242564bda6a6892c524b50d9451380" | ||
"gitHead": "2333cd04a5e164963e2ac6a97b41ad76dd47e7ac" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
883370
Updated@entur/tokens@^3.1.0