rivia 0.0.77 → 0.0.79

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
@@ -392,7 +392,7 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
392
392
  padding: 8px;
393
393
  border-radius: 6px;
394
394
  background: var(--step-bg);
395
- margin-bottom: 16px;
395
+ margin-bottom: 2px;
396
396
  }
397
397
 
398
398
  .start-select {
@@ -536,7 +536,7 @@ transform: translateY(-20%);
536
536
  <div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 10000; display: flex; align-items: flex-end; justify-content: flex-start;">
537
537
  <div style="background: white;width: 250px; border-radius: 10px; text-align: center; margin: 20px;">
538
538
  <p style="padding: 15px;">Are you sure you want to dismiss this checklist?</p>
539
- <hr style="border-top: 2px solid #f33f27ff; margin-left: 10px; margin-right: 10px;">
539
+ <hr class="confirmHR1293" id="confirmHR947" style="border-top: 2px solid #f33f27ff; margin-left: 10px; margin-right: 10px;margin-bottom: 0px;margin-top: 0px;">
540
540
  <button id="confirmYes" style="margin: 10px; padding: 4px 8px;color: #f33f27ff; border: none; cursor: pointer;">Yes</button>
541
541
  <span style="border-left: 2px solid #f33f27ff;color:#eda600ff; height: 52px; margin: 0 10px; display: inline-block; vertical-align: top;"></span>
542
542
  <button id="confirmNo" style="margin: 10px; padding: 4px 8px; color: #f33f27ff; border: none; cursor: pointer;">No</button>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.77",
3
+ "version": "0.0.79",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",