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

system-props

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

system-props - npm Package Compare versions

Comparing version 0.19.0-3 to 0.19.0-4

2

dist/core/createSystem.d.ts

@@ -21,2 +21,2 @@ import { SystemConfig, PropConfigCollection, Cache, PrefixDefault, PrefixOptions } from '../types';

tokenPrefix?: "all" | "prefix" | "noprefix" | undefined;
}) => (arg: PropConfigCollection) => Required<Parser<PrefixOptions>>;
}) => (arg: PropConfigCollection) => Parser<"prefix">;
{
"name": "system-props",
"version": "0.19.0-3",
"version": "0.19.0-4",
"description": "Inspired by styled-system, a responsive, theme-based style props for building design systems with React.",

@@ -5,0 +5,0 @@ "author": "Rogin Farrer",

@@ -193,3 +193,3 @@ import { parseResponsiveStyle, parseResponsiveObject } from './parseResponsive';

parser.css = cssFunction;
return parser as Required<Parser<typeof tokenPrefix>>;
return parser;
};

@@ -196,0 +196,0 @@

Sorry, the diff of this file is not supported yet

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