@ansiversa/components 0.0.11 → 0.0.12

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.11",
3
+ "version": "0.0.12",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -125,23 +125,23 @@ const userInitial =
125
125
  <div class="av-user-menu-divider"></div>
126
126
 
127
127
  <div class="av-nav-user-menu">
128
- <a href="/dashboard" class="av-user-menu-item av-dropdown-item" role="menuitem">
128
+ <a href="https://www.ansiversa.com/dashboard" class="av-user-menu-item av-dropdown-item" role="menuitem">
129
129
  <span>Dashboard</span>
130
130
  </a>
131
131
 
132
132
  <a
133
- href="/change-password"
133
+ href="https://www.ansiversa.com/change-password"
134
134
  class="av-user-menu-item av-dropdown-item"
135
135
  role="menuitem"
136
136
  >
137
137
  <span>Change password</span>
138
138
  </a>
139
139
 
140
- <a href="/settings" class="av-user-menu-item av-dropdown-item" role="menuitem">
140
+ <a href="https://www.ansiversa.com/settings" class="av-user-menu-item av-dropdown-item" role="menuitem">
141
141
  <span>Settings</span>
142
142
  </a>
143
143
 
144
- <form method="POST" action="/signout">
144
+ <form method="POST" action="https://www.ansiversa.com/signout">
145
145
  <button
146
146
  type="submit"
147
147
  class="av-user-menu-item av-dropdown-item av-user-menu-item--danger"