nodebb-theme-harmony 2.1.17 → 2.1.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.1.17",
3
+ "version": "2.1.19",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -37,11 +37,11 @@
37
37
  "url": "https://github.com/NodeBB/nodebb-theme-harmony/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@fontsource/inter": "5.0.15",
41
- "@fontsource/poppins": "5.0.8"
40
+ "@fontsource/inter": "5.2.6",
41
+ "@fontsource/poppins": "5.2.6"
42
42
  },
43
43
  "devDependencies": {
44
- "eslint": "9.33.0",
44
+ "eslint": "9.35.0",
45
45
  "eslint-config-nodebb": "^1.1.4"
46
46
  }
47
47
  }
@@ -86,7 +86,7 @@
86
86
  </div>
87
87
 
88
88
  <div class="d-flex p-0 col-lg-5 col-12 align-content-stretch">
89
- <div class="meta stats d-none d-lg-grid col-6 gap-1 pe-2 text-muted" style="grid-template-columns: 1fr 1fr 1fr;">
89
+ <div class="meta stats d-none d-lg-grid col-6 gap-1 pe-2 text-muted" style="grid-template-columns: {{{ if !reputation:disabled }}}1fr{{{ end }}} 1fr 1fr;">
90
90
  {{{ if !reputation:disabled }}}
91
91
  <div class="stats-votes card card-header border-0 p-2 overflow-hidden rounded-1 d-flex flex-column align-items-center">
92
92
  <span class="fs-5 ff-secondary lh-1" title="{./votes}">{humanReadableNumber(./votes, 0)}</span>
package/.eslintrc DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "extends": "nodebb"
3
- }