Socket
Socket
Sign inDemoInstall

@chakra-ui/color-mode

Package Overview
Dependencies
Maintainers
4
Versions
363
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/color-mode - npm Package Compare versions

Comparing version 1.0.0-next.5 to 1.0.0-next.6

9

CHANGELOG.md

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

# [1.0.0-next.6](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/color-mode@1.0.0-next.5...@chakra-ui/color-mode@1.0.0-next.6) (2020-07-15)
**Note:** Version bump only for package @chakra-ui/color-mode
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-next.5](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/color-mode@1.0.0-next.4...@chakra-ui/color-mode@1.0.0-next.5) (2020-07-15)

@@ -8,0 +17,0 @@

1

dist/types/color-mode.d.ts

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

export declare function useColorModeValue(light: any, dark: any): any;
//# sourceMappingURL=color-mode.d.ts.map

@@ -32,2 +32,1 @@ export declare const storageKey = "chakra-ui-color-mode";

export declare function addListener(fn: Function): (() => void) | undefined;
//# sourceMappingURL=color-mode.utils.d.ts.map
export * from "./color-mode";
export * from "./initialize-color-mode";
//# sourceMappingURL=index.d.ts.map

@@ -8,2 +8,1 @@ /**

export declare const InitializeColorMode: () => JSX.Element;
//# sourceMappingURL=initialize-color-mode.d.ts.map

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

export default useColorModeState;
//# sourceMappingURL=use-color-mode-state.d.ts.map
{
"name": "@chakra-ui/color-mode",
"version": "1.0.0-next.5",
"version": "1.0.0-next.6",
"description": "React component and hooks for handling light and dark mode.",

@@ -27,4 +27,3 @@ "keywords": [

"files": [
"dist",
"src"
"dist"
],

@@ -50,3 +49,3 @@ "publishConfig": {

"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir dist/types",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"test:cov": "yarn test --coverage",

@@ -57,4 +56,4 @@ "lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc",

"dependencies": {
"@chakra-ui/hooks": "^1.0.0-next.5",
"@chakra-ui/utils": "^1.0.0-next.5"
"@chakra-ui/hooks": "^1.0.0-next.6",
"@chakra-ui/utils": "^1.0.0-next.6"
},

@@ -64,3 +63,3 @@ "peerDependencies": {

},
"gitHead": "24eec5d796d81b6fafbcfa7231fb2cb15e6d5a29"
"gitHead": "72eeca4ba3fc6e7d8845b0d283a03cb6ec384a50"
}
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