rivia 0.0.94 → 0.0.95
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.
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -585,7 +585,7 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
|
|
|
585
585
|
border-top: 2px solid #f33f27 !important;
|
|
586
586
|
margin: 0 10px !important;
|
|
587
587
|
height: 0 !important;">
|
|
588
|
-
<button id="confirmYes"
|
|
588
|
+
<button id="confirmYes"
|
|
589
589
|
style="margin: 10px !important; padding: 4px 8px !important; color: #f33f27ff !important; border: none !important; cursor: pointer !important;">
|
|
590
590
|
Yes
|
|
591
591
|
</button>
|
|
@@ -1030,7 +1030,7 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
|
|
|
1030
1030
|
const circle = stepElement.querySelector(".onboard-circle");
|
|
1031
1031
|
if (circle) {
|
|
1032
1032
|
circle.innerHTML = `
|
|
1033
|
-
<div style="background-color: green; border-radius: 50%; width:
|
|
1033
|
+
<div style="background-color: green; border-radius: 50%; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center;">
|
|
1034
1034
|
<svg width="16" height="16" viewBox="0 0 512 512" fill="white" xmlns="http://www.w3.org/2000/svg">
|
|
1035
1035
|
<path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206
|
|
1036
1036
|
0-36.204l36.203-36.204c9.997-9.998 26.207-9.998
|
|
@@ -1099,7 +1099,7 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
|
|
|
1099
1099
|
const circle = stepElement.querySelector(".onboard-circle");
|
|
1100
1100
|
if (circle) {
|
|
1101
1101
|
circle.innerHTML = `
|
|
1102
|
-
<div style="background-color: green; border-radius: 50%; width:
|
|
1102
|
+
<div style="background-color: green; border-radius: 50%; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center;position:relative;top: -3px;left: -4px;">
|
|
1103
1103
|
<svg width="16" height="16" viewBox="0 0 512 512" fill="white" xmlns="http://www.w3.org/2000/svg">
|
|
1104
1104
|
<path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206
|
|
1105
1105
|
0-36.204l36.203-36.204c9.997-9.998 26.207-9.998
|