Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/system

Package Overview
Dependencies
Maintainers
3
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/system - npm Package Compare versions

Comparing version 0.0.0-pr-20211113202333 to 0.0.0-pr-20211115103050

6

dist/declarations/src/system.types.d.ts

@@ -6,5 +6,5 @@ import { ResponsiveValue, SystemProps, SystemStyleObject, ThemeTypings } from "@chakra-ui/styled-system";

export interface ThemingProps<ThemeComponent extends string = string> {
variant?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["variants"] : never;
size?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["sizes"] : never;
colorScheme?: ThemeTypings["colorSchemes"];
variant?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["variants"] | (string & {}) : string;
size?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["sizes"] | (string & {}) : string;
colorScheme?: ThemeTypings["colorSchemes"] | (string & {});
orientation?: "vertical" | "horizontal";

@@ -11,0 +11,0 @@ styleConfig?: Dict;

{
"name": "@chakra-ui/system",
"version": "0.0.0-pr-20211113202333",
"version": "0.0.0-pr-20211115103050",
"description": "Chakra UI system primitives",

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

"dependencies": {
"@chakra-ui/color-mode": "1.3.2",
"@chakra-ui/color-mode": "0.0.0-pr-20211115103050",
"@chakra-ui/react-utils": "1.2.1",

@@ -41,0 +41,0 @@ "@chakra-ui/styled-system": "1.15.0",

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc