waibu-blu 2.1.0 → 2.1.1

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.
@@ -1,42 +1,14 @@
1
- <c:div background="color:secondary-subtle" margin="top-5" padding="top-5 bottom-3">
2
- <c:container>
3
- <c:grid-row>
4
- <c:grid-col col="6-sm 7-lg">
5
- <c:grid-row>
6
- <c:grid-col col="12-md 4-lg">
7
- <!-- include main.partial:/footer/col-1.html -->
8
- </c:grid-col>
9
- <c:grid-col col="12-md 4-lg">
10
- <!-- include main.partial:/footer/col-2.html -->
11
- </c:grid-col>
12
- <c:grid-col col="12-md 4-lg">
13
- <!-- include main.partial:/footer/col-3.html -->
14
- </c:grid-col>
15
- </c:grid-row>
16
- </c:grid-col>
17
- <c:grid-col col="6-sm 5-lg">
18
- <!-- include main.partial:/footer/col-4.html -->
19
- </c:grid-col>
20
- </c:grid-row>
21
- </c:container>
22
- </c:div>
23
- <c:div background="color:secondary-subtle" padding="y-3">
24
- <c:container>
25
- <c:grid-row>
26
- <c:grid-col col="6-md">
27
- &copy; 2025 <a href="/"><%= _meta.site.title %></a>. <c:span t:content="allRightsReserved" />
28
- </c:grid-col>
29
- <c:grid-col col="6-md" text="align:end-md">
30
- <c:list type="inline">
31
- <c:list-item href="sumba:/info/cookie-policy" t:content="cookie" />
32
- <c:list-item href="sumba:/info/privacy" t:content="privacy" />
33
- <c:list-item href="sumba:/info/terms-conditions" t:content="terms" />
34
- <c:list-item content="|" />
35
- <c:list-item href="/">
36
- <c:img src="waibuMpa:/logo/main?type=full<%= _meta.darkMode ? '-light' : '' %>" height="20" />
37
- </c:list-item>
38
- </c:list>
39
- </c:grid-col>
40
- </c:grid-row>
41
- </c:container>
42
- </c:div>
1
+ <c:container margin="y-4">
2
+ <c:grid-row>
3
+ <c:grid-col col="6-md">
4
+ &copy; 2025 <a href="/"><%= _meta.site.title %></a>. <c:span t:content="allRightsReserved" />
5
+ </c:grid-col>
6
+ <c:grid-col col="6-md" text="align:end-md">
7
+ <c:list type="inline">
8
+ <c:list-item href="sumba:/info/cookie-policy" t:content="cookie" />
9
+ <c:list-item href="sumba:/info/privacy" t:content="privacy" />
10
+ <c:list-item href="sumba:/info/terms-conditions" t:content="terms" />
11
+ </c:list>
12
+ </c:grid-col>
13
+ </c:grid-row>
14
+ </c:container>
@@ -12,10 +12,10 @@
12
12
  <c:btn color="danger" href="waibuAdmin:/" t:content="adminArea" margin="end-3"/>
13
13
  <% } %>
14
14
  <% if (_hasPlugin('sumbaGeofence')) { %>
15
- <c:geofence-nav-dropdown-alert dropdown-menudir="end" text="color:light" />
15
+ <c:geofence-nav-dropdown-alert dropdown-menu-dir="end" text="color:light" />
16
16
  <% } %>
17
- <c:nav-dropdown-darkmode dropdown-menudir="end" text="color:light" />
18
- <c:nav-dropdown-language dropdown-menudir="end" text="color:light"/>
17
+ <c:nav-dropdown-darkmode dropdown-menu-dir="end" text="color:light" />
18
+ <c:nav-dropdown-language dropdown-menu-dir="end" text="color:light"/>
19
19
  <c:nav-toggle-fullscreen text="color:light" />
20
20
  </c:nav>
21
21
  </c:navbar>
@@ -12,11 +12,11 @@
12
12
  <% } %>
13
13
  </c:nav-item>
14
14
  <% } else { %>
15
- <c:nav-item t:content="<%= cat.title %>" href="<%= cat.href %>" <%= cat.icon ? 'icon="' + cat.icon + '"' : '' %> />
15
+ <c:nav-item href="<%= cat.href %>" <%= cat.icon ? 'icon="' + cat.icon + '"' : '' %> />
16
16
  <% } %>
17
17
  <% } %>
18
18
  </c:nav>
19
19
  <c:nav tag="ul">
20
- <c:sumba-nav-dropdown-user title dropdown-menudir="end"/>
20
+ <c:sumba-nav-dropdown-user title dropdown-menu-dir="end"/>
21
21
  </c:nav>
22
22
  </c:navbar>
@@ -1,4 +1,4 @@
1
- <c:div flex="justify-content:between">
1
+ <c:div flex="justify-content:between" margin="bottom-4">
2
2
  <c:heading type="4" content="<%= attr.title ? _t(attr.title) : page.title %>" margin="x-3" />
3
3
  <c:div id="heading-end"></c:div>
4
4
  </c:div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-blu",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Blu theme for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-02-06
4
+
5
+ - [2.1.1] Bug fix on templates
6
+
3
7
  ## 2026-01-08
4
8
 
5
9
  - [2.1.0] Ported to match ```bajo@2.2.x``` & ```dobo@2.2.x``` specs