rivia 0.0.22 → 0.0.24

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -450,7 +450,7 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
450
450
  </h3>
451
451
 
452
452
  <!-- PROGRESS BAR -->
453
- <div style="width:100%; margin-top:6px;">
453
+ <div style="width:100%; ">
454
454
  <div id="progressContainerBtn" style="
455
455
  display:flex;
456
456
  gap:4px;
@@ -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.launcherBorderRadius || "6px",
494
+ borderRadius: `${cssConfig.launcherBorderRadius}px` || "6px",
495
495
  cursor: "pointer",
496
496
  zIndex: 9999,
497
497
  boxShadow: "0 2px 8px rgba(0, 0, 0, 0.2)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",