Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amboss/design-system

Package Overview
Dependencies
Maintainers
2
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amboss/design-system - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

11

build/src/components/SearchResult/SearchResult.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc