@stlhorizon/vue-ui 3.15.12 → 3.15.13
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -12594,7 +12594,7 @@ const nc = {
|
|
|
12594
12594
|
showOrganisationInfo: { type: Boolean, default: !0 },
|
|
12595
12595
|
showUserDetails: { type: Boolean, default: !0 },
|
|
12596
12596
|
showHeaderLogo: { type: Boolean, default: !0 },
|
|
12597
|
-
headerLogo: { type: String, default: "
|
|
12597
|
+
headerLogo: { type: String, default: "dist/logo.png" },
|
|
12598
12598
|
searchPlaceholder: { type: String, default: "Search..." },
|
|
12599
12599
|
notificationsTitle: { type: String, default: "Notifications" },
|
|
12600
12600
|
organisationSwitcherTitle: { type: String, default: "Switch Organisation" },
|