rivia 0.0.20 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -491,7 +491,7 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
|
|
|
491
491
|
backgroundColor: cssConfig.launcherBackgroundColor,
|
|
492
492
|
color: cssConfig.launcherTextColor,
|
|
493
493
|
border: "none",
|
|
494
|
-
borderRadius: cssConfig.
|
|
494
|
+
borderRadius: cssConfig.launcherBorderRadius || "6px",
|
|
495
495
|
cursor: "pointer",
|
|
496
496
|
zIndex: 9999,
|
|
497
497
|
boxShadow: "0 2px 8px rgba(0, 0, 0, 0.2)"
|
|
@@ -3095,7 +3095,7 @@ var RIVIA_TOUR = function() {
|
|
|
3095
3095
|
}
|
|
3096
3096
|
showStep(STATE.tourIndex, true);
|
|
3097
3097
|
}
|
|
3098
|
-
|
|
3098
|
+
function cleanUrlForStorage(url) {
|
|
3099
3099
|
if (!url || !url.trim()) return url;
|
|
3100
3100
|
try {
|
|
3101
3101
|
const urlObj = new URL(url);
|