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
238
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.33 to 0.0.34-alpha-307439490d.0

src/lib/utilities/themeColorsToVariableObjectDefinition.d.ts

10

package.json
{
"name": "@trackunit/css-tailwind",
"version": "0.0.33",
"version": "0.0.34-alpha-307439490d.0",
"main": "./index.cjs",

@@ -10,8 +10,8 @@ "repository": "https://github.com/Trackunit/manager",

"dependencies": {
"@trackunit/ui-design-tokens": "0.0.55",
"@trackunit/css-component-tokens": "0.0.15",
"@trackunit/css-tailwind-custom-properties-plugin": "0.0.7",
"@trackunit/css-core": "0.0.68"
"@trackunit/ui-design-tokens": "0.0.56-alpha-307439490d.0",
"@trackunit/css-component-tokens": "0.0.16-alpha-307439490d.0",
"@trackunit/css-tailwind-custom-properties-plugin": "0.0.8-alpha-307439490d.0",
"@trackunit/css-core": "0.0.69-alpha-307439490d.0"
},
"peerDependencies": {}
}

@@ -790,3 +790,12 @@ "use strict";

// libs/css/tailwind/src/lib/utilities.ts
// libs/css/tailwind/src/lib/utilities/themeColorsToVariableObjectDefinition.ts
function themeColorsToVariableObjectDefinition(themeColors2) {
return Object.fromEntries(
Object.entries(themeColors2).map(([_, value]) => {
return [value.name, value.variants];
})
);
}
// libs/css/tailwind/src/lib/utilities/utilities.ts
var import_fs = require("fs");

@@ -996,3 +1005,3 @@ var cssDesignTokens = null;

"theme-marketing": {
color: {
color: __spreadProps(__spreadValues(__spreadValues({}, tailwindPalette), themeColorsToVariableObjectDefinition(themeColors)), {
stone: {

@@ -1046,3 +1055,6 @@ 50: "251 249 249",

}
}
})
},
DEFAULT: {
color: __spreadValues(__spreadValues({}, tailwindPalette), themeColorsToVariableObjectDefinition(themeColors))
}

@@ -1049,0 +1061,0 @@ }

Sorry, the diff of this file is not supported yet

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