@burh/nuxt-core 1.0.164 → 1.0.166

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.
@@ -24,8 +24,9 @@
24
24
  </a>
25
25
  <user-menu-dropdown
26
26
  v-else
27
- :companyName="'Sindipeças'"
28
- :userName="brandName"
27
+ :userAvatar="currentCompany.logo"
28
+ :userName="currentUser.name"
29
+ :companyName="currentCompany.name"
29
30
  :isSindipecas="true"
30
31
  @logout="$emit('logout')"
31
32
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.164",
3
+ "version": "1.0.166",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {