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

@julo-ui/button

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@julo-ui/button - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

LICENSE

4

dist/types.d.ts
import { HTMLJuloProps } from '@julo-ui/system';
declare type ButtonSize = 'regular' | 'small';
declare type ButtonVariant = 'primary' | 'secondary' | 'tertiary';
type ButtonSize = 'regular' | 'small';
type ButtonVariant = 'primary' | 'secondary' | 'tertiary';
interface ButtonProps extends HTMLJuloProps<'button'> {

@@ -6,0 +6,0 @@ block?: boolean;

{
"name": "@julo-ui/button",
"version": "1.0.7",
"version": "1.0.8",
"description": "A simple and accessible button component for Julo UI",

@@ -26,6 +26,6 @@ "main": "dist/index.js",

"@emotion/react": "^11.10.6",
"@julo-ui/typography": "1.0.5"
"@julo-ui/typography": "1.0.7"
},
"devDependencies": {
"@julo-ui/system": "0.0.1-alpha.5"
"@julo-ui/system": "0.0.1-alpha.7"
},

@@ -35,3 +35,3 @@ "peerDependencies": {

"@emotion/react": "^11.10.6",
"@julo-ui/system": "0.0.1-alpha.5"
"@julo-ui/system": "0.0.1-alpha.7"
},

@@ -38,0 +38,0 @@ "clean-package": "../../../clean-package.config.json",

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