@ansiversa/components 0.0.84 → 0.0.86

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansiversa/components",
3
- "version": "0.0.84",
3
+ "version": "0.0.86",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -22,6 +22,7 @@ const {
22
22
  links = [
23
23
  { label: "Terms", href: "#terms" },
24
24
  { label: "Privacy", href: "#privacy" },
25
+ { label: "FAQ", href: "#faq" },
25
26
  ],
26
27
  tagline = "Advanced Next-Gen Software Innovation and Versatility.",
27
28
  className = "",
@@ -154,6 +154,10 @@ const userInitial =
154
154
  <span>Dashboard</span>
155
155
  </a>
156
156
 
157
+ <a href={`${ROOT_URL}/favorites`} class="av-user-menu-item av-dropdown-item" role="menuitem">
158
+ <span>Favorites</span>
159
+ </a>
160
+
157
161
  <a
158
162
  href={`${ROOT_URL}/change-password`}
159
163
  class="av-user-menu-item av-dropdown-item"
@@ -79,6 +79,7 @@ const ROOT_URL = rawDomain.match(/^https?:\/\//i)
79
79
  links={[
80
80
  { label: "Terms", href: "/terms" },
81
81
  { label: "Privacy", href: "/privacy" },
82
+ { label: "FAQ", href: "/faq" },
82
83
  { label: "Contact", href: "/contact" }
83
84
  ]}
84
85
  />