Socket
Socket
Sign inDemoInstall

@chakra-ui/theme

Package Overview
Dependencies
Maintainers
2
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/theme - npm Package Compare versions

Comparing version 0.0.0-dev-20240124224937 to 0.0.0-dev-20240131223011

5

dist/types/theme.types.d.ts

@@ -1,2 +0,2 @@

import type { PartsStyleInterpolation, Pseudos, SemanticValue, StyleObjectOrFn, SystemStyleInterpolation, ThemingProps } from "@chakra-ui/styled-system";
import type { PartsStyleInterpolation, PseudoKey, SemanticValue, StyleObjectOrFn, SystemStyleInterpolation, ThemingProps } from "@chakra-ui/styled-system";
import { Styles } from "@chakra-ui/theme-tools";

@@ -85,3 +85,4 @@ type ColorMode = "light" | "dark";

export interface ChakraTheme extends Foundations {
semanticTokens?: Partial<Record<keyof Foundations, Record<string, SemanticValue<keyof Pseudos>>>>;
conditions?: Record<string, string>;
semanticTokens?: Partial<Record<keyof Foundations, Record<string, SemanticValue<PseudoKey>>>>;
components: ThemeComponents;

@@ -88,0 +89,0 @@ config: ThemeConfig;

6

package.json
{
"name": "@chakra-ui/theme",
"version": "0.0.0-dev-20240124224937",
"version": "0.0.0-dev-20240131223011",
"description": "The default theme for chakra components",

@@ -38,7 +38,7 @@ "keywords": [

"peerDependencies": {
"@chakra-ui/styled-system": "0.0.0-dev-20240124224937"
"@chakra-ui/styled-system": "0.0.0-dev-20240131223011"
},
"devDependencies": {
"@chakra-ui/cli": "2.4.1",
"@chakra-ui/styled-system": "0.0.0-dev-20240124224937"
"@chakra-ui/styled-system": "0.0.0-dev-20240131223011"
},

@@ -45,0 +45,0 @@ "exports": {

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