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
431
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.1.22-canary-bump-dep to 0.1.22-canary-dep

5

build/src/components/Icon/Icon.d.ts

@@ -6,4 +6,7 @@ import React from "react";

name: IconName;
/** set to true to make the icon hoverable */
hoverable?: boolean;
hovered?: boolean;
size?: "s" | "m" | "l";
};
export declare const Icon: ({ name, size }: IconProps) => React.ReactElement;
export declare const Icon: ({ name, hoverable, hovered, size, }: IconProps) => React.ReactElement;

8

package.json
{
"name": "@amboss/design-system",
"version": "0.1.22-canary-bump-dep",
"version": "0.1.22-canary-dep",
"description": "the design system for AMBOSS products",

@@ -117,3 +117,3 @@ "author": "Bagrat Gobedashvili",

"feather-icons": "^4.28.0",
"husky": "^4.3.6",
"husky": "^5.1.3",
"identity-obj-proxy": "^3.0.0",

@@ -130,3 +130,3 @@ "jest": "^26.6.1",

"ts-loader": "^8.0.18",
"typed-scss-modules": "^3.2.2",
"typed-scss-modules": "^4.1.0",
"typescript": "^4.1.2",

@@ -137,2 +137,2 @@ "webpack": "^4.43.0",

"homepage": "https://github.com/amboss-mededu/amboss-design-system#readme"
}
}

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