react-stickerpipe
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -30,3 +30,3 @@ 'use strict'; | ||
stickers: { | ||
minWidth: 'calc((' + stickerPacks.length + ' * 48px)' | ||
minWidth: stickerPacks.length * 48 + 'px' | ||
} | ||
@@ -33,0 +33,0 @@ }; |
{ | ||
"name": "react-stickerpipe", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "React Component for StickerPipe API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40078