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

@trackunit/css-component-tokens

Package Overview
Dependencies
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/css-component-tokens - npm Package Compare versions

Comparing version 0.0.7 to 0.0.9

2

package.json
{
"name": "@trackunit/css-component-tokens",
"version": "0.0.7",
"version": "0.0.9",
"main": "./index.cjs",

@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager",

@@ -13,5 +13,5 @@ export declare const ButtonTokenDefinition: {

};
readonly width: {
readonly width: "auto";
readonly minWidth: "auto";
readonly padding: {
readonly paddingLeft: "var(--spacing-2-5)";
readonly paddingRight: "var(--spacing-2-5)";
};

@@ -30,5 +30,5 @@ };

};
readonly width: {
readonly width: "min-content";
readonly minWidth: "158px";
readonly padding: {
readonly paddingLeft: "var(--spacing-6)";
readonly paddingRight: "var(--spacing-6)";
};

@@ -35,0 +35,0 @@ };

@@ -65,5 +65,5 @@ import { ThemeNames } from "./ComponentTokenDefinition";

};
readonly width: {
readonly width: "auto";
readonly minWidth: "auto";
readonly padding: {
readonly paddingLeft: "var(--spacing-2-5)";
readonly paddingRight: "var(--spacing-2-5)";
};

@@ -82,5 +82,5 @@ };

};
readonly width: {
readonly width: "min-content";
readonly minWidth: "158px";
readonly padding: {
readonly paddingLeft: "var(--spacing-6)";
readonly paddingRight: "var(--spacing-6)";
};

@@ -87,0 +87,0 @@ };

@@ -62,5 +62,5 @@ import { ThemeNames } from "./ComponentTokenDefinition";

};
readonly width: {
readonly width: "auto";
readonly minWidth: "auto";
readonly padding: {
readonly paddingLeft: "var(--spacing-2-5)";
readonly paddingRight: "var(--spacing-2-5)";
};

@@ -78,5 +78,5 @@ } | {

};
readonly width: {
readonly width: "min-content";
readonly minWidth: "158px";
readonly padding: {
readonly paddingLeft: "var(--spacing-6)";
readonly paddingRight: "var(--spacing-6)";
};

@@ -83,0 +83,0 @@ } | {

Sorry, the diff of this file is not supported yet

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