Socket
Socket
Sign inDemoInstall

@chakra-ui/color-mode

Package Overview
Dependencies
18
Maintainers
4
Versions
363
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

dist/types/color-mode-provider.d.ts.map

11

CHANGELOG.md
# Change Log
## 1.1.3
### Patch Changes
- Updated dependencies
[[`623e782e8`](https://github.com/chakra-ui/chakra-ui/commit/623e782e80124297740a109e5c6c58cddc35b2eb),
[`a58b724e9`](https://github.com/chakra-ui/chakra-ui/commit/a58b724e9c8656044f866b658f378662f2a44b46),
[`b724a9dd9`](https://github.com/chakra-ui/chakra-ui/commit/b724a9dd9429d02c0b2c7f7deac66d3553100bdc)]:
- @chakra-ui/hooks@1.3.0
- @chakra-ui/utils@1.5.0
## 1.1.2

@@ -4,0 +15,0 @@

1

dist/types/color-mode-provider.d.ts

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

export declare function useColorModeValue<TLight = unknown, TDark = unknown>(light: TLight, dark: TDark): TLight | TDark;
//# sourceMappingURL=color-mode-provider.d.ts.map

@@ -17,1 +17,2 @@ /// <reference types="react" />

export {};
//# sourceMappingURL=color-mode-script.d.ts.map

@@ -22,1 +22,2 @@ export declare type ColorMode = "light" | "dark";

};
//# sourceMappingURL=color-mode.utils.d.ts.map
export * from "./color-mode-provider";
export * from "./storage-manager";
export * from "./color-mode-script";
//# sourceMappingURL=index.d.ts.map

@@ -18,1 +18,2 @@ import { ColorMode } from "./color-mode.utils";

export {};
//# sourceMappingURL=storage-manager.d.ts.map

6

package.json
{
"name": "@chakra-ui/color-mode",
"version": "1.1.2",
"version": "1.1.3",
"description": "React component and hooks for handling light and dark mode.",

@@ -60,4 +60,4 @@ "keywords": [

"dependencies": {
"@chakra-ui/hooks": "1.2.0",
"@chakra-ui/utils": "1.4.0"
"@chakra-ui/hooks": "1.3.0",
"@chakra-ui/utils": "1.5.0"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc