Socket
Socket
Sign inDemoInstall

@chakra-ui/theme-tools

Package Overview
Dependencies
Maintainers
4
Versions
479
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/theme-tools - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

13

CHANGELOG.md
# Change Log
## 1.1.3
### Patch Changes
- [`c69d2b983`](https://github.com/chakra-ui/chakra-ui/commit/c69d2b98350b57f133d6a8ea47b631cd25693aee)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
`warn` doesn't get called
- Updated dependencies
[[`1a04a41bd`](https://github.com/chakra-ui/chakra-ui/commit/1a04a41bd2285069011a738fff422ba1a6fcce94),
[`e481ba491`](https://github.com/chakra-ui/chakra-ui/commit/e481ba4914a7f163d93d4c22e2e457f1afb08721)]:
- @chakra-ui/utils@1.5.1
## 1.1.2

@@ -4,0 +17,0 @@

5

dist/cjs/create-breakpoints.js

@@ -11,3 +11,6 @@ "use strict";

var createBreakpoints = function createBreakpoints(config) {
(0, _utils.warn)(["[chakra-ui]: createBreakpoints(...) will be deprecated pretty soon", "simply pass the breakpoints as an object. Remove the createBreakpoint(..) call"].join(""));
(0, _utils.warn)({
condition: true,
message: ["[chakra-ui]: createBreakpoints(...) will be deprecated pretty soon", "simply pass the breakpoints as an object. Remove the createBreakpoint(..) call"].join("")
});
return _extends({

@@ -14,0 +17,0 @@ base: "0em"

@@ -5,3 +5,6 @@ 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); }

export var createBreakpoints = config => {
warn(["[chakra-ui]: createBreakpoints(...) will be deprecated pretty soon", "simply pass the breakpoints as an object. Remove the createBreakpoint(..) call"].join(""));
warn({
condition: true,
message: ["[chakra-ui]: createBreakpoints(...) will be deprecated pretty soon", "simply pass the breakpoints as an object. Remove the createBreakpoint(..) call"].join("")
});
return _extends({

@@ -8,0 +11,0 @@ base: "0em"

6

package.json
{
"name": "@chakra-ui/theme-tools",
"version": "1.1.2",
"version": "1.1.3",
"description": "Set of helpers that makes theming and styling easier",

@@ -53,3 +53,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.5.0",
"@chakra-ui/utils": "1.5.1",
"@types/tinycolor2": "1.4.2",

@@ -62,4 +62,4 @@ "tinycolor2": "1.4.2"

"devDependencies": {
"@chakra-ui/system": "1.6.0"
"@chakra-ui/system": "1.6.1"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc