neo.mjs 6.16.4 → 6.16.5
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.
@@ -73,10 +73,10 @@ class List extends BaseList {
|
|
73
73
|
|
74
74
|
const vdomCn = [
|
75
75
|
{cls: ['content'], cn: [
|
76
|
-
{cls: ['neo-full-size', 'preview-image'], style: {
|
77
|
-
backgroundImage: `url('${basePath}/blog/${record.image}'), linear-gradient(#777, #333)`}
|
78
|
-
},
|
79
76
|
{cls: ['neo-relative'], cn: [
|
77
|
+
{cls: ['neo-full-size', 'preview-image'], style: {
|
78
|
+
backgroundImage: `url('${basePath}/blog/${record.image}'), linear-gradient(#777, #333)`}
|
79
|
+
},
|
80
80
|
{cls: ['neo-absolute', 'neo-item-bottom-position'], cn: [
|
81
81
|
{tag: 'a', cls: ['neo-title'], href: record.url, target: '_blank', cn: [
|
82
82
|
{flag: 'name', html: record.name.replace(List.nameRegEx, "$1")}
|
@@ -103,7 +103,7 @@ class List extends BaseList {
|
|
103
103
|
}
|
104
104
|
|
105
105
|
if (record.selectedInto.length > 0) {
|
106
|
-
vdomCn[0].cn[
|
106
|
+
vdomCn[0].cn[0].cn.splice(1, 0,
|
107
107
|
{cls: ['neo-absolute', 'neo-item-top-position'], cn: [
|
108
108
|
{html: `Officially selected by ${record.provider} into`},
|
109
109
|
{cls: ['neo-bold'], html: record.selectedInto.join('</br>')}
|
@@ -73,10 +73,10 @@ class List extends BaseList {
|
|
73
73
|
|
74
74
|
const vdomCn = [
|
75
75
|
{cls: ['content'], cn: [
|
76
|
-
{cls: ['neo-full-size', 'preview-image'], style: {
|
77
|
-
backgroundImage: `url('${basePath}/blog/${record.image}'), linear-gradient(#777, #333)`}
|
78
|
-
},
|
79
76
|
{cls: ['neo-relative'], cn: [
|
77
|
+
{cls: ['neo-full-size', 'preview-image'], style: {
|
78
|
+
backgroundImage: `url('${basePath}/blog/${record.image}'), linear-gradient(#777, #333)`}
|
79
|
+
},
|
80
80
|
{cls: ['neo-absolute', 'neo-item-bottom-position'], cn: [
|
81
81
|
{tag: 'a', cls: ['neo-title'], href: record.url, target: '_blank', cn: [
|
82
82
|
{flag: 'name', html: record.name.replace(List.nameRegEx, "$1")}
|
@@ -103,7 +103,7 @@ class List extends BaseList {
|
|
103
103
|
}
|
104
104
|
|
105
105
|
if (record.selectedInto.length > 0) {
|
106
|
-
vdomCn[0].cn[
|
106
|
+
vdomCn[0].cn[0].cn.splice(1, 0,
|
107
107
|
{cls: ['neo-absolute', 'neo-item-top-position'], cn: [
|
108
108
|
{html: `Officially selected by ${record.provider} into`},
|
109
109
|
{cls: ['neo-bold'], html: record.selectedInto.join('</br>')}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "neo.mjs",
|
3
|
-
"version": "6.16.
|
3
|
+
"version": "6.16.5",
|
4
4
|
"description": "The webworkers driven UI framework",
|
5
5
|
"type": "module",
|
6
6
|
"repository": {
|
@@ -53,15 +53,15 @@
|
|
53
53
|
"fs-extra": "^11.2.0",
|
54
54
|
"highlightjs-line-numbers.js": "^2.8.0",
|
55
55
|
"inquirer": "^9.2.23",
|
56
|
-
"marked": "^
|
56
|
+
"marked": "^13.0.0",
|
57
57
|
"monaco-editor": "^0.49.0",
|
58
58
|
"neo-jsdoc": "1.0.1",
|
59
59
|
"neo-jsdoc-x": "1.0.5",
|
60
60
|
"postcss": "^8.4.38",
|
61
|
-
"sass": "^1.77.
|
61
|
+
"sass": "^1.77.5",
|
62
62
|
"siesta-lite": "5.5.2",
|
63
63
|
"url": "^0.11.3",
|
64
|
-
"webpack": "^5.
|
64
|
+
"webpack": "^5.92.0",
|
65
65
|
"webpack-cli": "^5.1.4",
|
66
66
|
"webpack-dev-server": "^5.0.4",
|
67
67
|
"webpack-hook-plugin": "^1.0.7",
|