Socket
Socket
Sign inDemoInstall

@vanilla-extract/css

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/css - npm Package Compare versions

Comparing version 0.4.4 to 0.5.0

dist/declarations/src/recipe.d.ts

10

CHANGELOG.md
# @vanilla-extract/css
## 0.5.0
### Minor Changes
- [#132](https://github.com/seek-oss/vanilla-extract/pull/132) [`4f92126`](https://github.com/seek-oss/vanilla-extract/commit/4f92126c92d853f02e73ffadfed424b594e41166) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Introduce `addRecipe` function, exposed via `@vanilla-extract/css/recipe` entrypoint
### Patch Changes
- [#128](https://github.com/seek-oss/vanilla-extract/pull/128) [`ed76e45`](https://github.com/seek-oss/vanilla-extract/commit/ed76e450038cb7cbaf12a511fda9e2a3a6d21b96) Thanks [@ntkoopman](https://github.com/ntkoopman)! - Fix --webkit-line-clamp unit
## 0.4.4

@@ -4,0 +14,0 @@

4

package.json
{
"name": "@vanilla-extract/css",
"version": "0.4.4",
"version": "0.5.0",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -15,2 +15,3 @@ "sideEffects": true,

"index.ts",
"recipe.ts",
"adapter.ts",

@@ -23,2 +24,3 @@ "transformCss.ts",

"/dist",
"/recipe",
"/adapter",

@@ -25,0 +27,0 @@ "/transformCss",

@@ -156,3 +156,3 @@ 'use strict';

tabSize: true,
webkitLineClamp: true,
WebkitLineClamp: true,
widows: true,

@@ -159,0 +159,0 @@ zIndex: true,

@@ -147,3 +147,3 @@ import { getVarName } from '@vanilla-extract/private';

tabSize: true,
webkitLineClamp: true,
WebkitLineClamp: true,
widows: true,

@@ -150,0 +150,0 @@ zIndex: true,

@@ -156,3 +156,3 @@ 'use strict';

tabSize: true,
webkitLineClamp: true,
WebkitLineClamp: true,
widows: true,

@@ -159,0 +159,0 @@ zIndex: true,

@@ -156,3 +156,3 @@ 'use strict';

tabSize: true,
webkitLineClamp: true,
WebkitLineClamp: true,
widows: true,

@@ -159,0 +159,0 @@ zIndex: true,

@@ -147,3 +147,3 @@ import { getVarName } from '@vanilla-extract/private';

tabSize: true,
webkitLineClamp: true,
WebkitLineClamp: true,
widows: true,

@@ -150,0 +150,0 @@ zIndex: true,

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