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-20211126155055 to 0.0.0-pr-2021112616030

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"] | (string & {}) : string;
size?: ThemeComponent extends keyof ThemeTypings["components"] ? ThemeTypings["components"][ThemeComponent]["sizes"] | (string & {}) : string;
colorScheme?: ThemeTypings["colorSchemes"] | (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"];
orientation?: "vertical" | "horizontal";

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

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

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

"dependencies": {
"@chakra-ui/color-mode": "0.0.0-pr-20211126155055",
"@chakra-ui/color-mode": "0.0.0-pr-2021112616030",
"@chakra-ui/react-utils": "1.2.1",
"@chakra-ui/styled-system": "0.0.0-pr-20211126155055",
"@chakra-ui/styled-system": "0.0.0-pr-2021112616030",
"@chakra-ui/utils": "1.9.1",

@@ -43,0 +43,0 @@ "react-fast-compare": "3.2.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