@saltcorn/sbadmin2 0.8.7-beta.0 → 0.8.7-beta.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.
- package/index.js +2 -1
- package/package.json +5 -4
package/index.js
CHANGED
|
@@ -354,7 +354,7 @@ const wrapIt = (headers, title, bodyAttr, rest) =>
|
|
|
354
354
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
355
355
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
356
356
|
<link rel="stylesheet" href="${safeSlash()}plugins/pubdeps/sbadmin2/startbootstrap-sb-admin-2-bs5/4.1.5-beta.5/vendor/fontawesome-free/css/all.min.css">
|
|
357
|
-
<link href="
|
|
357
|
+
<link href="${safeSlash()}plugins/pubdeps/sbadmin2/nunito/5.0.3/css/nunito/nunito-fontface.css" rel="stylesheet">
|
|
358
358
|
|
|
359
359
|
<!-- Custom styles for this template-->
|
|
360
360
|
<link rel="stylesheet" href="${safeSlash()}plugins/pubdeps/sbadmin2/startbootstrap-sb-admin-2-bs5/4.1.5-beta.5/css/sb-admin-2.css">
|
|
@@ -494,6 +494,7 @@ module.exports = {
|
|
|
494
494
|
"startbootstrap-sb-admin-2-bs5": require.resolve(
|
|
495
495
|
"startbootstrap-sb-admin-2-bs5/package.json"
|
|
496
496
|
),
|
|
497
|
+
nunito: require.resolve("nunito-fontface/package.json"),
|
|
497
498
|
},
|
|
498
499
|
/** @type {object} */
|
|
499
500
|
layout: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/sbadmin2",
|
|
3
|
-
"version": "0.8.7-beta.
|
|
3
|
+
"version": "0.8.7-beta.2",
|
|
4
4
|
"description": "SB Admin 2 layout plugin",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
"clean": "echo \"Error: no TypeScript support yet\""
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@saltcorn/data": "0.8.7-beta.
|
|
13
|
-
"@saltcorn/markup": "0.8.7-beta.
|
|
14
|
-
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
12
|
+
"@saltcorn/data": "0.8.7-beta.2",
|
|
13
|
+
"@saltcorn/markup": "0.8.7-beta.2",
|
|
14
|
+
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8",
|
|
15
|
+
"nunito-fontface": "0.7.3"
|
|
15
16
|
},
|
|
16
17
|
"author": "Tom Nielsen",
|
|
17
18
|
"license": "MIT",
|