@manuscripts/style-guide 2.0.31-LEAN-4096.1 → 2.0.31-LEAN-4096.2

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.
@@ -101,9 +101,7 @@ const SubmenuLabel = ({ menu, handleClick }) => {
101
101
  handleClick([]);
102
102
  } },
103
103
  react_1.default.createElement(Active, null, activeContent(menu)),
104
- react_1.default.createElement(exports.Text, null,
105
- menu.label,
106
- " HOVNO"),
104
+ react_1.default.createElement(exports.Text, null, menu.label),
107
105
  menu.submenu && react_1.default.createElement(Arrow, null),
108
106
  menu.shortcut && react_1.default.createElement(Shortcut_1.Shortcut, { shortcut: menu.shortcut })));
109
107
  };
@@ -95,9 +95,7 @@ export const SubmenuLabel = ({ menu, handleClick }) => {
95
95
  handleClick([]);
96
96
  } },
97
97
  React.createElement(Active, null, activeContent(menu)),
98
- React.createElement(Text, null,
99
- menu.label,
100
- " HOVNO"),
98
+ React.createElement(Text, null, menu.label),
101
99
  menu.submenu && React.createElement(Arrow, null),
102
100
  menu.shortcut && React.createElement(Shortcut, { shortcut: menu.shortcut })));
103
101
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "2.0.31-LEAN-4096.1",
4
+ "version": "2.0.31-LEAN-4096.2",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",