@plaidev/karte-action-sdk
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -37,2 +37,3 @@ /** @jsx h */ | ||
zIndex?: number | undefined; | ||
fixed?: boolean | undefined; | ||
fog?: boolean | undefined; | ||
@@ -46,2 +47,3 @@ send: (name: string, values?: any) => void; | ||
zIndex?: number | undefined; | ||
fixed?: boolean | undefined; | ||
fog?: boolean | undefined; | ||
@@ -48,0 +50,0 @@ send: (name: string, values?: any) => void; |
@@ -118,3 +118,3 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { | ||
props.fog && (h(Fog, { onClick: function () { setState(0); } })), | ||
h(Position, { position: props.position, zIndex: props.zIndex }, | ||
h(Position, { position: props.position, zIndex: props.zIndex, fixed: props.fixed }, | ||
h(Base, null, | ||
@@ -141,3 +141,3 @@ h(CloseButton, { styled: props.styled, onClick: function () { props.send("message_close"); setState(0); } }), | ||
props.fog && (h(Fog, { onClick: function () { setState(0); } })), | ||
h(Position, { position: props.position, zIndex: props.zIndex }, | ||
h(Position, { position: props.position, zIndex: props.zIndex, fixed: props.fixed }, | ||
h(Base, null, | ||
@@ -144,0 +144,0 @@ h(CloseButton, { styled: props.styled, onClick: function () { props.send("message_close"); setState(0); } }), |
{ | ||
"name": "@plaidev/karte-action-sdk", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
27763
705