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

@stitches/core

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stitches/core - npm Package Compare versions

Comparing version 1.0.0-canary.13 to 1.0.0-canary.14

2

package.json
{
"name": "@stitches/core",
"version": "1.0.0-canary.13",
"version": "1.0.0-canary.14",
"description": "The modern CSS-in-JS library",

@@ -5,0 +5,0 @@ "type": "module",

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

import type * as CSS from './css'
import type * as Native from './css'
import type * as Config from './config'

@@ -6,4 +6,6 @@ import type * as ThemeUtil from './theme'

export { Native }
/** CSS style declaration object. */
export interface CSSProperties extends CSS.StandardLonghandProperties, CSS.StandardShorthandProperties, CSS.SvgProperties {}
export interface CSSProperties extends Native.StandardLonghandProperties, Native.StandardShorthandProperties, Native.SvgProperties {}

@@ -33,3 +35,3 @@ type ValueByPropertyName<PropertyName> = PropertyName extends keyof CSSProperties ? CSSProperties[PropertyName] : never

| TokenByPropertyName<K, Theme, ThemeMap>
| CSS.Globals
| Native.Globals
| ThemeUtil.ScaleValue

@@ -53,3 +55,3 @@ | undefined

| TokenByPropertyName<P[0][$$PropertyValue], Theme, ThemeMap>
| CSS.Globals
| Native.Globals
| ThemeUtil.ScaleValue

@@ -72,3 +74,3 @@ | undefined

| TokenByPropertyName<P[$$PropertyValue], Theme, ThemeMap>
| CSS.Globals
| Native.Globals
| undefined

@@ -98,3 +100,3 @@ )

: (
| CSS.Globals
| Native.Globals
| Util.Index

@@ -101,0 +103,0 @@ | undefined

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

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