Socket
Socket
Sign inDemoInstall

@chakra-ui/styled-system

Package Overview
Dependencies
Maintainers
3
Versions
474
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/styled-system - npm Package Compare versions

Comparing version 0.0.0-dev-20230330130626 to 0.0.0-dev-20230423230056

4

dist/index.js

@@ -1280,3 +1280,5 @@ "use strict";

_dark: ".chakra-ui-dark &:not([data-theme]),[data-theme=dark] &:not([data-theme]),&[data-theme=dark]",
_light: ".chakra-ui-light &:not([data-theme]),[data-theme=light] &:not([data-theme]),&[data-theme=light]"
_light: ".chakra-ui-light &:not([data-theme]),[data-theme=light] &:not([data-theme]),&[data-theme=light]",
_horizontal: "&[data-orientation=horizontal]",
_vertical: "&[data-orientation=vertical]"
};

@@ -1283,0 +1285,0 @@ var pseudoPropNames = Object.keys(

@@ -207,3 +207,5 @@ // regenerate by running

| "chakra-border-color"
| "chakra-inverse-text"
| "chakra-subtle-bg"
| "chakra-subtle-text"
| "chakra-placeholder-color"

@@ -681,3 +683,7 @@ | (string & {})

}
Stepper: {
sizes: "xs" | "sm" | "md" | "lg" | (string & {})
variants: string & {}
}
}
}
{
"name": "@chakra-ui/styled-system",
"version": "0.0.0-dev-20230330130626",
"version": "0.0.0-dev-20230423230056",
"description": "Style function for css-in-js building component libraries",

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

Sorry, the diff of this file is too big to display

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