Socket
Socket
Sign inDemoInstall

system-props

Package Overview
Dependencies
0
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc