rivia 0.0.95 → 0.0.97

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
@@ -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: 18px; height: 18px; display: flex; align-items: center; justify-content: center;position:relative;top: -3px;left: -4px;">
1102
+ <div style="background-color: green !important; border-radius: 50% !important; width: 18px !important; height: 18px !important; display: flex !important; align-items: center !important; justify-content: center !important;position:relative !important;top: -3px !important;left: -4px !important;">
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
@@ -4521,7 +4521,7 @@ var ProductManagement = /* @__PURE__ */ function() {
4521
4521
  footerRow.appendChild(riviaLabel);
4522
4522
  footerRow.appendChild(riviaBtn);
4523
4523
  riviaBtn.addEventListener("click", () => {
4524
- const baseUrl = `http://${state.config.workspace}.rivia.ai/users/changelog?userId=${state.pmUserId || ""}`;
4524
+ const baseUrl = `https://${state.config.workspace}.rivia.ai/users/changelog?userId=${state.pmUserId || ""}`;
4525
4525
  const url = new URL(baseUrl);
4526
4526
  window.open(url.toString(), "_blank");
4527
4527
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",