Socket
Socket
Sign inDemoInstall

@chakra-ui/styled-system

Package Overview
Dependencies
Maintainers
4
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 1.0.0-rc.7 to 1.0.0-rc.8

dist/cjs/@styled-system/core.js

26

CHANGELOG.md

@@ -6,26 +6,30 @@ # Change Log

# 1.0.0-rc.7 (2020-10-25)
# 1.0.0-rc.8 (2020-10-29)
**Note:** Version bump only for package @chakra-ui/styled-system
### Bug Fixes
* **toast:** allow custom render in update ([eb8bff9](https://github.com/chakra-ui/chakra-ui/commit/eb8bff911e6ec9de0165ab1e8f5ca10d5e022459)), closes [#2362](https://github.com/chakra-ui/chakra-ui/issues/2362)
# 1.0.0-rc.6 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/styled-system
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-rc.7 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/styled-system
# 1.0.0-rc.5 (2020-09-27)
# 1.0.0-rc.6 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/styled-system
# 1.0.0-rc.5 (2020-09-27)
**Note:** Version bump only for package @chakra-ui/styled-system
# 1.0.0-rc.4 (2020-09-25)

@@ -35,6 +39,2 @@

# 1.0.0-rc.3 (2020-08-30)

@@ -44,6 +44,2 @@

# Change Log

@@ -50,0 +46,0 @@

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { ResponsiveValue, Length } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { Length, ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { ResponsiveValue, Length } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { Length, ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { Length, ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { Length, ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { Length, ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { Length, ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { ResponsiveValue, Length } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { Length, ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { ResponsiveValue } from "../utils";

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

/// <reference path="../../../src/types.d.ts" />
/// <reference path="../@styled-system/core.d.ts" />
import * as CSS from "csstype";

@@ -3,0 +3,0 @@ import { ResponsiveValue, Length } from "../utils";

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

/// <reference path="../../src/types.d.ts" />
/// <reference path="@styled-system/core.d.ts" />
export declare const parser: import("@styled-system/core").StyleFn;

@@ -37,6 +37,6 @@ import * as CSS from "csstype";

}
interface AllProps extends SpaceProps, ColorProps, TransitionProps, TypographyProps, FlexboxProps, TransformProps, GridProps, LayoutProps, BorderProps, ShadowProps, BackgroundProps, ListProps, PositionProps, OutlineProps, OtherProps {
export interface ChakraStyleProps extends SpaceProps, ColorProps, TransitionProps, TypographyProps, FlexboxProps, TransformProps, GridProps, LayoutProps, BorderProps, ShadowProps, BackgroundProps, ListProps, PositionProps, OutlineProps, OtherProps {
}
export interface SystemProps extends AllProps, PseudoProps<AllProps> {
export interface SystemProps extends ChakraStyleProps, PseudoProps<ChakraStyleProps> {
}
export {};

@@ -1,4 +0,4 @@

/// <reference path="../../src/types.d.ts" />
/// <reference path="@styled-system/core.d.ts" />
export declare const systemProps: import("@styled-system/core").StyleFn;
export declare const layoutPropNames: string[] | undefined;
export declare const propNames: string[];
{
"name": "@chakra-ui/styled-system",
"version": "1.0.0-rc.7",
"version": "1.0.0-rc.8",
"description": "Style function for css-in-js building component libraries",

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

"dependencies": {
"@chakra-ui/utils": "1.0.0-rc.7",
"@chakra-ui/utils": "1.0.0-rc.8",
"@styled-system/core": "5.1.2",

@@ -66,3 +66,3 @@ "css-get-unit": "1.0.1",

},
"gitHead": "6da531af61ae3780c764590cbee62297fb206e46"
"gitHead": "de4cffb1638e8d10cd74515b0289d70eb94931be"
}
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