waibu-blu 1.1.6 → 1.1.7

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.
@@ -11,9 +11,12 @@
11
11
  <% if (_meta.isAdmin) { %>
12
12
  <c:btn color="danger" href="waibuAdmin:/" t:content="adminArea" margin="end-3"/>
13
13
  <% } %>
14
- <c:nav-toggle-fullscreen text="color:light" />
14
+ <% if (_hasPlugin('sumbaGeofence')) { %>
15
+ <c:geofence-alert dropdown-menudir="end" text="color:light" />
16
+ <% } %>
15
17
  <c:nav-dropdown-darkmode dropdown-menudir="end" text="color:light" />
16
18
  <c:nav-dropdown-language dropdown-menudir="end" text="color:light"/>
19
+ <c:nav-toggle-fullscreen text="color:light" />
17
20
  </c:nav>
18
21
  </c:navbar>
19
22
  <!-- include main.partial:/main-navbar.html -->
@@ -0,0 +1,4 @@
1
+ ---
2
+ t:title: geofenceAlert
3
+ layout: main.layout:/default.html
4
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-blu",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Blu theme for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {