everest-npm-features 0.0.55 → 0.0.56

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.
@@ -524,7 +524,20 @@ const n = () => /* @__PURE__ */ o(r, { children: [
524
524
  "+(356) 2546-6021",
525
525
  /* @__PURE__ */ e("br", {}),
526
526
  /* @__PURE__ */ e("br", {}),
527
- "See Terms and Conditions at everest.org"
527
+ "See",
528
+ " ",
529
+ /* @__PURE__ */ e(
530
+ "a",
531
+ {
532
+ href: "https://everest.org/terms-of-use",
533
+ target: "_blank",
534
+ rel: "noopener noreferrer",
535
+ style: { color: "inherit", textDecoration: "underline" },
536
+ children: "Terms and Conditions"
537
+ }
538
+ ),
539
+ " ",
540
+ "at everest.org"
528
541
  ] })
529
542
  ] });
530
543
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everest-npm-features",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "description": "Everest frontend features library.",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",