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

@aurigma/design-atoms

Package Overview
Dependencies
Maintainers
5
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurigma/design-atoms - npm Package Compare versions

Comparing version 5.34.6 to 5.34.7

2

package.json
{
"version": "5.34.6",
"version": "5.34.7",
"name": "@aurigma/design-atoms",

@@ -4,0 +4,0 @@ "license": "SEE LICENSE IN License.md",

@@ -566,3 +566,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

textItem.tracking = Utils.applyNullableValue(textItem.tracking, itemData.tracking);
textItem.previewLeading = Utils.applyNullableValue(textItem.leading, itemData.leading);
if (itemData.previewLeading != null) {
textItem.previewLeading = Utils.applyNullableValue(textItem.previewLeading, itemData.previewLeading);
}
else {
textItem.leading = Utils.applyNullableValue(textItem.leading, itemData.leading);
}
if (params.ignorePermissions || textItem.textPermissions.allowChangeTextAlignment) {

@@ -569,0 +574,0 @@ textItem.alignment = Utils.applyNullableValue(textItem.alignment, itemData.alignment);

@@ -178,2 +178,3 @@ import { BarcodeFormat, BarcodeSubType, TextAlignment } from "@aurigma/design-atoms-model/Product/Items";

leading?: number;
previewLeading?: number;
horizontalScale?: number;

@@ -180,0 +181,0 @@ verticalScale?: number;

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