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

twind

Package Overview
Dependencies
Maintainers
2
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twind - npm Package Compare versions

Comparing version 0.16.1 to 0.16.2

2

package.json
{
"name": "twind",
"version": "0.16.1",
"version": "0.16.2",
"description": "compiles tailwind like shorthand syntax into css at runtime",

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

@@ -494,6 +494,6 @@ import { PropertiesFallback, PropertiesHyphenFallback, AtRule, SimplePseudos } from 'csstype';

origin: 'center' | Join<'' | 'top' | 'bottom', '' | 'right' | 'left'>;
scale: FromTheme<'scale'>;
rotate: Negatable<FromTheme<'rotate'>>;
translate: Negatable<FromTheme<'translate'>>;
skew: Negatable<FromTheme<'skew'>>;
scale: Join<'' | 'x' | 'y', FromTheme<'scale'>>;
skew: Negatable<Join<'' | 'x' | 'y', FromTheme<'skew'>>>;
translate: Negatable<Join<'' | 'x' | 'y', FromTheme<'translate'>>>;
appearance: 'none' | 'auto' | 'menulist-button' | 'textfield';

@@ -520,3 +520,3 @@ cursor: FromTheme<'cursor'> | 'auto' | 'default' | 'pointer' | 'wait' | 'text' | 'move' | 'help' | 'not-allowed' | 'none' | 'context-menu' | 'progress' | 'cell' | 'crosshair' | 'vertical-text' | 'alias' | 'copy' | 'no-drop' | 'e-resize' | 'n-resize' | 'ne-resize' | 'nw-resize' | 's-resize' | 'se-resize' | 'sw-resize' | 'w-resize' | 'ew-resize' | 'ns-resize' | 'nesw-resize' | 'nwse-resize' | 'col-resize' | 'row-resize' | 'all-scroll' | 'zoom-in' | 'zoom-out' | 'grab' | 'grabbing';

}
declare type CompletionTokens = `${FromTheme<'screens'>}:` | `${SimplePseudoClasses}:` | `${SimplePseudoElements}::` | `${CoreVariants}:` | {
declare type CompletionTokens = `${FromTheme<'screens'>}:` | `${SimplePseudoClasses}:` | `group-${SimplePseudoClasses}:` | `${SimplePseudoElements}::` | `${CoreVariants}:` | {
[K in keyof Variants]: `${ToString<K>}:`;

@@ -523,0 +523,0 @@ }[keyof Variants] | JoinFromObject<CorePlugins & Plugins>;

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