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.1.4 to 1.2.0

dist/types/button-group.d.ts.map

18

CHANGELOG.md
# Change Log
## 1.2.0
### Minor Changes
- [`b724a9dd9`](https://github.com/chakra-ui/chakra-ui/commit/b724a9dd9429d02c0b2c7f7deac66d3553100bdc)
[#3674](https://github.com/chakra-ui/chakra-ui/pull/3674) Thanks
[@codebender828](https://github.com/codebender828)! - Extract all React based
utilities and types into `@chakra-ui/react-utils`
### Patch Changes
- Updated dependencies
[[`a58b724e9`](https://github.com/chakra-ui/chakra-ui/commit/a58b724e9c8656044f866b658f378662f2a44b46),
[`b724a9dd9`](https://github.com/chakra-ui/chakra-ui/commit/b724a9dd9429d02c0b2c7f7deac66d3553100bdc)]:
- @chakra-ui/utils@1.5.0
- @chakra-ui/react-utils@1.1.0
- @chakra-ui/spinner@1.1.4
## 1.1.4

@@ -4,0 +22,0 @@

4

dist/cjs/button-group.js

@@ -10,2 +10,4 @@ "use strict";

var _reactUtils = require("@chakra-ui/react-utils");
var React = _interopRequireWildcard(require("react"));

@@ -21,3 +23,3 @@

var _createContext = (0, _utils.createContext)({
var _createContext = (0, _reactUtils.createContext)({
strict: false,

@@ -24,0 +26,0 @@ name: "ButtonGroupContext"

@@ -6,3 +6,4 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

import { chakra, forwardRef } from "@chakra-ui/system";
import { createContext, cx, __DEV__ } from "@chakra-ui/utils";
import { cx, __DEV__ } from "@chakra-ui/utils";
import { createContext } from "@chakra-ui/react-utils";
import * as React from "react";

@@ -9,0 +10,0 @@ var [ButtonGroupProvider, useButtonGroup] = createContext({

@@ -25,1 +25,2 @@ import { SystemProps, ThemingProps, HTMLChakraProps } from "@chakra-ui/system";

export declare const ButtonGroup: import("@chakra-ui/system").ComponentWithAs<"div", ButtonGroupProps>;
//# sourceMappingURL=button-group.d.ts.map

@@ -53,1 +53,2 @@ import { SystemProps, ThemingProps, HTMLChakraProps } from "@chakra-ui/system";

export declare const Button: import("@chakra-ui/system").ComponentWithAs<"button", ButtonProps>;
//# sourceMappingURL=button.d.ts.map

@@ -23,1 +23,2 @@ import * as React from "react";

export {};
//# sourceMappingURL=icon-button.d.ts.map
export * from "./button";
export * from "./button-group";
export * from "./icon-button";
//# sourceMappingURL=index.d.ts.map
{
"name": "@chakra-ui/button",
"version": "1.1.4",
"version": "1.2.0",
"description": "A React component that is a base button.",

@@ -56,8 +56,9 @@ "keywords": [

"devDependencies": {
"@chakra-ui/system": "1.5.0",
"@chakra-ui/system": "1.6.0",
"react": "^17.0.1"
},
"dependencies": {
"@chakra-ui/spinner": "1.1.3",
"@chakra-ui/utils": "1.4.0"
"@chakra-ui/react-utils": "1.1.0",
"@chakra-ui/spinner": "1.1.4",
"@chakra-ui/utils": "1.5.0"
},

@@ -64,0 +65,0 @@ "peerDependencies": {

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