@trypanacea/sdk
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -84,3 +84,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
styleLink.rel = "stylesheet"; | ||
styleLink.href = "https://unpkg.com/@trypanacea/sdk/dist/styles.css"; // Update with the correct path to your built CSS | ||
styleLink.href = "https://unpkg.com/@trypanacea/sdk@latest/dist/styles.css"; // Update with the correct path to your built CSS | ||
// styleLink.href = "/dist/styles.css"; // Update with the correct path to your built CSS | ||
shadow.appendChild(styleLink); | ||
@@ -96,3 +97,3 @@ // Create floating button | ||
iframe.className = | ||
"w-[400px] max-h-[calc(100vh-12rem)] border border-0 border-gray-200 max-w-[calc(100vw-12rem)] h-0 overflow-auto shadow shadow-xl rounded-2xl fixed bottom-24 right-8 z-10 transition-all duration-300 ease-in-out"; | ||
"w-[400px] max-h-[calc(100vh-12rem)] border border-0 border-gray-200 max-w-[calc(100vw-12rem)] h-0 overflow-auto shadow shadow-xl rounded-2xl fixed bottom-24 right-4 z-10 transition-all duration-300 ease-in-out"; | ||
iframe.style.backgroundColor = backgroundColor; | ||
@@ -99,0 +100,0 @@ shadow.appendChild(iframe); |
{ | ||
"name": "@trypanacea/sdk", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
24421
182
13