neo.mjs 4.3.28 → 4.3.29

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": "neo.mjs",
3
- "version": "4.3.28",
3
+ "version": "4.3.29",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
package/src/list/Base.mjs CHANGED
@@ -305,7 +305,7 @@ class Base extends Component {
305
305
  selectionModel = me.selectionModel,
306
306
  item;
307
307
 
308
- isHeader && cls.push('neo-header');
308
+ isHeader && cls.push('neo-list-header');
309
309
 
310
310
  if (!me.disableSelection && selectionModel) {
311
311
  if (selectionModel.isSelected(itemId)) {