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.0.0-rc.3 to 1.0.0-rc.4

dist/cjs/breakpoints.js

8

CHANGELOG.md

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

# 1.0.0-rc.4 (2020-09-25)
**Note:** Version bump only for package @chakra-ui/theme-tools
# 1.0.0-rc.3 (2020-08-30)

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

@@ -18,2 +18,9 @@ "use strict";

});
var _breakpoints = require("./breakpoints");
Object.keys(_breakpoints).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
exports[key] = _breakpoints[key];
});
//# sourceMappingURL=index.js.map

1

dist/esm/index.js
export * from "./color";
export * from "./component";
export * from "./breakpoints";
//# sourceMappingURL=index.js.map

3

dist/types/component.d.ts

@@ -0,4 +1,5 @@

/// <reference types="react" />
import { SystemStyleObject } from "@chakra-ui/system";
import { Dict, runIfFn } from "@chakra-ui/utils";
interface GlobalStyleProps {
export interface GlobalStyleProps {
colorScheme: string;

@@ -5,0 +6,0 @@ colorMode: "light" | "dark";

export * from "./color";
export * from "./component";
export * from "./breakpoints";
{
"name": "@chakra-ui/theme-tools",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "Set of helpers that makes theming and styling easier",

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

"dependencies": {
"@chakra-ui/utils": "1.0.0-rc.3",
"@chakra-ui/utils": "1.0.0-rc.4",
"@types/tinycolor2": "1.4.2",

@@ -53,8 +53,8 @@ "tinycolor2": "1.4.1"

"peerDependencies": {
"@chakra-ui/system": "1.0.0-rc.2"
"@chakra-ui/system": "1.0.0-rc.3"
},
"devDependencies": {
"@chakra-ui/system": "1.0.0-rc.3"
"@chakra-ui/system": "1.0.0-rc.4"
},
"gitHead": "a0b689f3a2b1589d58e4d9b0c8a9bbd02ed90f6e"
"gitHead": "830b8587c572a4c20d6b56b256accd6686255819"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc