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

@fluid-topics/design-system-variables

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/design-system-variables - npm Package Compare versions

Comparing version 0.0.25 to 0.0.27

4

build/DesignSystemTypes.js

@@ -17,6 +17,6 @@ export var DesignSystemFamily;

export function resolveFamilyClass(family) {
return `design-system--family-${family}`;
return `.ftds--family-${family}`;
}
export function resolveSizeClass(size) {
return `design-system--size-${size}`;
return `ftds--size-${size}`;
}
{
"name": "@fluid-topics/design-system-variables",
"version": "0.0.25",
"version": "0.0.27",
"description": "Generated design system variables to use in web components",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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