Socket
Socket
Sign inDemoInstall

@chakra-ui/button

Package Overview
Dependencies
Maintainers
4
Versions
456
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/button - npm Package Compare versions

Comparing version 1.0.0-rc.6 to 1.0.0-rc.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 1.0.0-rc.7 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/button
# 1.0.0-rc.6 (2020-10-25)

@@ -8,0 +16,0 @@

4

dist/types/button-group.d.ts

@@ -1,3 +0,3 @@

import { SystemProps, ThemingProps, WithChakraProps } from "@chakra-ui/system";
export interface ButtonGroupProps extends WithChakraProps<"div">, ThemingProps {
import { SystemProps, ThemingProps, HTMLChakraProps } from "@chakra-ui/system";
export interface ButtonGroupProps extends HTMLChakraProps<"div">, ThemingProps {
/**

@@ -4,0 +4,0 @@ * If `true`, the borderRadius of button that are direct children will be altered

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

import { SystemProps, ThemingProps, WithChakraProps } from "@chakra-ui/system";
import { SystemProps, ThemingProps, HTMLChakraProps } from "@chakra-ui/system";
import * as React from "react";

@@ -46,4 +46,4 @@ export interface ButtonOptions {

}
export interface ButtonProps extends WithChakraProps<"button">, ButtonOptions, ThemingProps {
export interface ButtonProps extends HTMLChakraProps<"button">, ButtonOptions, ThemingProps {
}
export declare const Button: import("@chakra-ui/system").ComponentWithAs<"button", ButtonProps>;
{
"name": "@chakra-ui/button",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"description": "A React component that is a base button.",

@@ -56,7 +56,7 @@ "keywords": [

"devDependencies": {
"@chakra-ui/system": "1.0.0-rc.6"
"@chakra-ui/system": "1.0.0-rc.7"
},
"dependencies": {
"@chakra-ui/spinner": "1.0.0-rc.6",
"@chakra-ui/utils": "1.0.0-rc.6"
"@chakra-ui/spinner": "1.0.0-rc.7",
"@chakra-ui/utils": "1.0.0-rc.7"
},

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

},
"gitHead": "e55b45840d1edc821ad0bb45632535333be5bb86"
"gitHead": "6da531af61ae3780c764590cbee62297fb206e46"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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