aleman 1.1.37 → 1.1.38

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/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.08.30, v1.1.38
2
+
3
+ fix:
4
+ - c235f46 aleman: menu: submenu
5
+
1
6
  2025.08.29, v1.1.37
2
7
 
3
8
  fix:
@@ -82,7 +82,7 @@ function setSubmenu(menuItem) {
82
82
 
83
83
  for (const attr of attributes) {
84
84
  if (attr.name.name === 'className') {
85
- attr.value.value += ' menu-submenu';
85
+ setLiteralValue(attr.value, `${attr.value.value} menu-submenu`);
86
86
  break;
87
87
  }
88
88
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aleman",
3
- "version": "1.1.37",
3
+ "version": "1.1.38",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout-based framework for web",