rivia 0.0.77 → 0.0.78

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
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",