rivia 0.0.61 → 0.0.62

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
@@ -500,9 +500,9 @@ transform: translateY(-20%);
500
500
  <div style="background: white;width: 250px; border-radius: 10px; text-align: center; margin: 20px;">
501
501
  <p style="padding: 15px;">Are you sure you want to dismiss this checklist?</p>
502
502
  <hr style="border-top: 2px solid #f33f27ff; margin-left: 10px; margin-right: 10px;">
503
- <button id="confirmNo" style="margin: 10px; padding: 4px 8px;color: #f33f27ff; border: none; cursor: pointer;">Yes</button>
503
+ <button id="confirmYes" style="margin: 10px; padding: 4px 8px;color: #f33f27ff; border: none; cursor: pointer;">Yes</button>
504
504
  <span style="border-left: 2px solid #f33f27ff;color:#eda600ff; height: 52px; margin: 0 10px; display: inline-block; vertical-align: top;"></span>
505
- <button id="confirmYes" style="margin: 10px; padding: 4px 8px; color: #f33f27ff; border: none; cursor: pointer;">No</button>
505
+ <button id="confirmNo" style="margin: 10px; padding: 4px 8px; color: #f33f27ff; border: none; cursor: pointer;">No</button>
506
506
  </div>
507
507
  </div>
508
508
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.61",
3
+ "version": "0.0.62",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",