@trypanacea/sdk
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -79,2 +79,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const container = document.createElement("div"); | ||
container.style.position = "fixed"; | ||
container.style.zIndex = "999"; | ||
if (!container.attachShadow) { | ||
@@ -88,4 +90,4 @@ console.error("Shadow DOM is not supported in this browser."); | ||
styleLink.rel = "stylesheet"; | ||
styleLink.href = "https://unpkg.com/@trypanacea/sdk@latest/dist/styles.css"; | ||
// styleLink.href = "./dist/styles.css"; | ||
// styleLink.href = "https://unpkg.com/@trypanacea/sdk@latest/dist/styles.css"; | ||
styleLink.href = "./dist/styles.css"; | ||
shadow.appendChild(styleLink); | ||
@@ -92,0 +94,0 @@ // Apply dynamic styles |
{ | ||
"name": "@trypanacea/sdk", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"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
25969
219