@cycle-robot-drivers/screen
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -113,3 +113,6 @@ "use strict"; | ||
: inputValue.goal.type === SpeechbubbleType.IMAGE | ||
? dom_1.img({ attrs: { src: inputValue.goal.value, width: "80%" } }) | ||
? dom_1.img({ | ||
attrs: { src: inputValue.goal.value }, | ||
style: styles.img | ||
}) | ||
: "", | ||
@@ -116,0 +119,0 @@ result: { |
@@ -108,3 +108,6 @@ var __assign = (this && this.__assign) || function () { | ||
: inputValue.goal.type === SpeechbubbleType.IMAGE | ||
? img({ attrs: { src: inputValue.goal.value, width: "80%" } }) | ||
? img({ | ||
attrs: { src: inputValue.goal.value }, | ||
style: styles.img | ||
}) | ||
: "", | ||
@@ -111,0 +114,0 @@ result: { |
{ | ||
"name": "@cycle-robot-drivers/screen", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Cycle.js drivers for rendering a robot face", | ||
@@ -5,0 +5,0 @@ "author": "Michael Jae-Yoon Chung", |
@@ -176,3 +176,6 @@ import xs from "xstream"; | ||
: inputValue.goal.type === SpeechbubbleType.IMAGE | ||
? img({ attrs: { src: inputValue.goal.value, width: "80%" } }) | ||
? img({ | ||
attrs: { src: inputValue.goal.value }, | ||
style: styles.img | ||
}) | ||
: "", | ||
@@ -179,0 +182,0 @@ result: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
184606
3550