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
434
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.16.0 to 0.17.0

build/src/components/DropdownMenu/DropdownMenu.d.ts

7

build/src/components/Button/Button.d.ts
import React from "react";
import { IconName } from "../Icon/Icon";
import { BaseVariations } from "../../types";
declare type ButtonPrivateProps = {
squareCorners?: boolean;
};
declare type ButtonProps = Record<string, unknown> & {

@@ -17,4 +20,6 @@ children?: React.ReactNode;

rightIcon?: IconName;
fullWidth?: boolean;
privateProps?: ButtonPrivateProps;
};
export declare function Button({ children, onClick, onFocus, onBlur, type, variant, size, disabled, as, leftIcon, rightIcon, ...rest }: ButtonProps): React.ReactElement;
export declare function Button({ children, onClick, onFocus, onBlur, type, variant, size, disabled, as, leftIcon, rightIcon, fullWidth, privateProps: { squareCorners }, ...rest }: ButtonProps): React.ReactElement;
export declare namespace Button {

@@ -21,0 +26,0 @@ var defaultProps: Partial<ButtonProps>;

4

build/src/components/Link/Link.d.ts

@@ -27,3 +27,3 @@ import React from "react";

size?: "s" | "xs" | "m";
weight?: "normal" | "bold" | "inherit";
weight?: "inherit" | "normal" | "bold";
variant?: "primary" | "secondary" | "tertiary" | "light-primary";

@@ -41,3 +41,3 @@ "data-e2e-test-id"?: string;

size?: "s" | "xs" | "m";
weight?: "normal" | "bold" | "inherit";
weight?: "inherit" | "normal" | "bold";
variant?: "primary" | "secondary" | "tertiary" | "light-primary";

@@ -44,0 +44,0 @@ "data-e2e-test-id"?: string;

@@ -0,1 +1,13 @@

# v0.17.0 (Mon May 31 2021)
#### 🚀 Enhancement
- Add DropdownMenu [#157](https://github.com/amboss-mededu/amboss-design-system/pull/157) ([@LimChorngUan](https://github.com/LimChorngUan))
#### Authors: 1
- [@LimChorngUan](https://github.com/LimChorngUan)
---
# v0.16.0 (Mon May 31 2021)

@@ -2,0 +14,0 @@

{
"name": "@amboss/design-system",
"version": "0.16.0",
"version": "0.17.0",
"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