New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trackunit/css-tailwind

Package Overview
Dependencies
Maintainers
3
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/css-tailwind - npm Package Compare versions

Comparing version 0.0.28 to 0.0.29

4

package.json
{
"name": "@trackunit/css-tailwind",
"version": "0.0.28",
"version": "0.0.29",
"main": "./index.cjs",

@@ -11,3 +11,3 @@ "repository": "https://github.com/Trackunit/manager",

"@trackunit/ui-design-tokens": "0.0.53",
"@trackunit/css-component-tokens": "0.0.12",
"@trackunit/css-component-tokens": "0.0.13",
"@trackunit/css-tailwind-custom-properties-plugin": "0.0.5",

@@ -14,0 +14,0 @@ "@trackunit/css-core": "0.0.66"

@@ -159,5 +159,6 @@ "use strict";

DEFAULT: {
border: { borderRadius: "var(--border-radius-DEFAULT)", borderWidth: "1px" },
border: { borderRadius: "var(--border-radius-lg)", borderWidth: "1px" },
shadow: { boxShadow: "var(--box-shadow-sm)" },
background: { backgroundColor: "white" }
background: { backgroundColor: "white" },
prefix: { borderRightWidth: "1px" }
},

@@ -167,3 +168,4 @@ "theme-marketing": {

shadow: { boxShadow: "none" },
background: { backgroundColor: "rgb(var(--color-stone-50))" }
background: { backgroundColor: "rgb(var(--color-stone-50))" },
prefix: { borderRightWidth: "0px" }
}

@@ -269,4 +271,4 @@ });

},
widen: { borderBottomColor: "rgb(var(--color-white-DEFAULT))" },
"widen-focus": { borderBottomColor: "rgb(var(--color-black-DEFAULT))" },
widen: { borderBottomColor: "rgb(var(--color-gray-400))" },
"widen-focus": { borderBottomColor: "rgb(var(--color-gray-400))" },
prefix: {

@@ -273,0 +275,0 @@ color: "rgb(var(--color-slate-400))",

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