rivia 0.0.73 → 0.0.75

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
@@ -516,7 +516,7 @@ transform: translateY(-20%);
516
516
  label.style.pointerEvents = "none";
517
517
  closeBtn.style.display = "none";
518
518
  showBtn.style.display = "none";
519
- sessionStorage.setItem(`dismissedChecklist${checklistId}`, "true");
519
+ sessionStorage.setItem(`dismissedChecklist${checklist_id}`, "true");
520
520
  document.body.removeChild(confirmDiv);
521
521
  });
522
522
  noBtn.addEventListener("click", () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.73",
3
+ "version": "0.0.75",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",