@amboss/design-system
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -18,2 +18,6 @@ import React from "react"; | ||
title: string; | ||
/** The primary AMBOSS target. */ | ||
link: (props: { | ||
children: React.ReactNode; | ||
}) => React.ReactElement; | ||
/** The left icon */ | ||
@@ -27,6 +31,2 @@ icon?: IconName; | ||
secondaryTargets?: SecondaryTarget[]; | ||
/** The primary AMBOSS target. */ | ||
link: (props: { | ||
children: React.ReactNode; | ||
}) => React.ReactElement; | ||
/** Indicate an external link */ | ||
@@ -38,1 +38,4 @@ isExternal?: boolean; | ||
export declare function SearchResult({ title, icon, details, body, secondaryTargets, link, labels, }: SearchResultProps): React.ReactElement; | ||
export declare namespace SearchResult { | ||
var defaultProps: Partial<SearchResultProps>; | ||
} |
@@ -1,6 +0,16 @@ | ||
# v0.12.1 (Tue Apr 27 2021) | ||
# v0.12.2 (Wed Apr 28 2021) | ||
### Release Notes | ||
#### Update documentation for `SearchResult` ([#177](https://github.com/amboss-mededu/amboss-design-system/pull/177)) | ||
### PR-Server Link | ||
- [Design system](https://SRCH-581-search-result.design.de.qa.medicuja.de) | ||
--- | ||
#### 🐛 Bug Fix | ||
- Fix clamped text in `SearchResult` [#176](https://github.com/amboss-mededu/amboss-design-system/pull/176) ([@webforte](https://github.com/webforte)) | ||
- Comment out default values [#177](https://github.com/amboss-mededu/amboss-design-system/pull/177) ([@webforte](https://github.com/webforte)) | ||
- Update documentation for `SearchResult` [#177](https://github.com/amboss-mededu/amboss-design-system/pull/177) ([@webforte](https://github.com/webforte)) | ||
@@ -7,0 +17,0 @@ #### Authors: 1 |
{ | ||
"name": "@amboss/design-system", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "the design system for AMBOSS products", | ||
@@ -5,0 +5,0 @@ "author": "Bagrat Gobedashvili", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1456536
3086