rivia 0.0.78 → 0.0.80

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
@@ -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="all: unset;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.78",
3
+ "version": "0.0.80",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",