@saltcorn/sbadmin2 0.9.6-beta.8 → 0.9.6

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -489,7 +489,7 @@ const wrap = ({
489
489
 
490
490
  <div id="content-wrapper" class="d-flex flex-column">
491
491
  <div id="content">
492
- <div id="page-inner-content" class="container-fluid px-2">
492
+ <div id="page-inner-content" class="container-fluid px-2 sbadmin2-theme">
493
493
  <div id="alerts-area">${/* deprecated */ ""}</div>
494
494
  <div>
495
495
  ${renderBody(title, body, role, req)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/sbadmin2",
3
- "version": "0.9.6-beta.8",
3
+ "version": "0.9.6",
4
4
  "description": "SB Admin 2 layout plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,8 +9,8 @@
9
9
  "clean": "echo \"Error: no TypeScript support yet\""
10
10
  },
11
11
  "dependencies": {
12
- "@saltcorn/data": "0.9.6-beta.8",
13
- "@saltcorn/markup": "0.9.6-beta.8",
12
+ "@saltcorn/data": "0.9.6",
13
+ "@saltcorn/markup": "0.9.6",
14
14
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8",
15
15
  "nunito-fontface": "0.7.3"
16
16
  },