not-bulma 1.2.41 → 1.2.42

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": "not-bulma",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "description": "not-* family UI components on Bulma CSS Framework",
5
5
  "main": "src/index.js",
6
6
  "svelte": "src/index.js",
@@ -665,6 +665,7 @@ class notController extends notBase {
665
665
  static getCommonMenu(childConstructor) {
666
666
  return [
667
667
  {
668
+ section: childConstructor.MODULE_NAME,
668
669
  title: childConstructor.LABELS.plural,
669
670
  url: `/${notCommon.lowerFirstLetter(
670
671
  childConstructor.MODULE_NAME