New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mmb-digital/ds-lilly

Package Overview
Dependencies
Maintainers
4
Versions
727
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mmb-digital/ds-lilly - npm Package Compare versions

Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6

dist/svg/account.svg

32

dist/types/components/Components/Menu/MenuItem.d.ts

@@ -10,2 +10,3 @@ import React, { SyntheticEvent } from 'react'

childrenTheme?: Theme
/** Name of Icon */
iconName?: IconNameType

@@ -23,23 +24,18 @@ /** Convert item to a button component */

/** Unique ID for automatic testing */
testId: string
testId?: string
/** Name of item */
title: string
}
declare const MenuItem: {
({
children,
childrenTheme,
iconName,
isButton,
isIconRight,
liTheme,
linkTo,
onClick,
testId,
title
}: Props): JSX.Element
defaultProps: {
testId: string
}
}
declare const MenuItem: ({
children,
childrenTheme,
iconName,
isButton,
isIconRight,
liTheme,
linkTo,
onClick,
testId,
title
}: Props) => JSX.Element
export default MenuItem

@@ -0,1 +1,2 @@

export * from './App'
export * from './Header'
{
"name": "@mmb-digital/ds-lilly",
"version": "0.0.1-alpha.5",
"version": "0.0.1-alpha.6",
"description": "MMB LILLY design system",
"scripts": {
"build": "webpack -p --mode production",
"build": "yarn generate:icons && webpack -p --mode production",
"build-storybook": "build-storybook",

@@ -19,3 +19,3 @@ "clean": "shx rm -rf dist",

"generate:index": "node ./scripts/createIndex",
"generate:icons": "node ./scripts/processIcons",
"generate:icons": "node ./scripts/processIcons && svgstore -o src/svg/iconsSprite.svg dist/svg/**/*.svg --inline",
"generate:comp": "plop --plopfile ./scripts/plopfile.js && yarn generate:index"

@@ -80,2 +80,4 @@ },

"husky": "^4.2.5",
"imagemin": "^7.0.1",
"imagemin-svgo": "^8.0.0",
"jest": "^25.2.4",

@@ -93,2 +95,3 @@ "jest-junit": "^10.0.0",

"svgo": "^1.3.2",
"svgstore-cli": "^2.0.0",
"ts-jest": "^25.3.0",

@@ -95,0 +98,0 @@ "ts-loader": "^6.2.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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