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

@alexandragr/ui-kit

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexandragr/ui-kit - npm Package Compare versions

Comparing version 1.0.0-beta.16 to 1.0.0-beta.17

20

lib/text/text.js

@@ -8,13 +8,13 @@ import { jsx as _jsx } from "react/jsx-runtime";

return (_jsx("span", { className: clsx(styles.Text, {
[styles[`Text--${pattern}`]]: Boolean(pattern),
[styles[`Text--${color}`]]: Boolean(color),
[styles['Text--with-opacity']]: withOpacity,
[styles['Text--uppercase']]: isUpperCase,
[styles['Text--ellipsis']]: isEllipsis,
[styles['Text--line-through']]: lineThrough,
[styles['Text--underlined']]: underlinedAlways,
[styles[`Text--white-space-${whiteSpace}`]]: Boolean(whiteSpace),
[styles['Text--underlined-always-force']]: isUnderlinedAlwaysForce,
[styles['Text--underlined-always']]: isUnderlinedAlways && !isUnderlinedAlwaysForce,
[styles[`Text_${pattern}`]]: Boolean(pattern),
[styles[`Text_${color}`]]: Boolean(color),
[styles.Text_withOpacity]: withOpacity,
[styles.Text_uppercase]: isUpperCase,
[styles.Text_ellipsis]: isEllipsis,
[styles.Text_lineThrough]: lineThrough,
[styles.Text_underlined]: underlinedAlways,
[styles[`Text_whiteSpace-${whiteSpace}`]]: Boolean(whiteSpace),
[styles.Text_underlinedAlwaysForce]: isUnderlinedAlwaysForce,
[styles.Text_underlinedAlways]: isUnderlinedAlways && !isUnderlinedAlwaysForce,
}), title: title, children: text }));
});
{
"name": "@alexandragr/ui-kit",
"version": "1.0.0-beta.16",
"version": "1.0.0-beta.17",
"homepage": ".",

@@ -5,0 +5,0 @@ "description": "library of ui components",

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