waibu-blu 1.2.0 → 1.2.2

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,7 +1,7 @@
1
1
  <c:page-start body-class="bg-alt" />
2
2
  <c:main>
3
3
  <c:container>
4
- <c:div flex="align-items:center justify-content:center" dim="height:viewport">
4
+ <c:div flex="align-items:center justify-content:center" margin="top-5">
5
5
  <c:grid-row dim="width:100">
6
6
  <c:grid-col col="3-lg 2-md"></c:grid-col>
7
7
  <c:grid-col col="6-lg 8-md">
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "waibu-blu",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Blu theme for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "type": "module",
10
+ "bajo": {
11
+ "type": "plugin"
12
+ },
10
13
  "repository": {
11
14
  "type": "git",
12
15
  "url": "git+https://github.com/ardhi/waibu-blu.git"