rivia 0.0.21 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  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.showBtnBorderRadius || "6px",
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)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",