pne-ui 4.0.34 → 4.0.35

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.
@@ -31,7 +31,7 @@ const WidgetBoardItem = ({ item, definition, heightMode, isCollapsed, isInteract
31
31
  } },
32
32
  react_1.default.createElement(material_1.Typography, { component: 'h3', sx: {
33
33
  fontSize: 18,
34
- fontWeight: 700,
34
+ fontWeight: 600,
35
35
  lineHeight: '24px',
36
36
  color: 'rgba(78, 93, 120, 1)',
37
37
  } }, definition.title)));
@@ -27,7 +27,7 @@ export const WidgetBoardItem = ({ item, definition, heightMode, isCollapsed, isI
27
27
  } },
28
28
  React.createElement(Typography, { component: 'h3', sx: {
29
29
  fontSize: 18,
30
- fontWeight: 700,
30
+ fontWeight: 600,
31
31
  lineHeight: '24px',
32
32
  color: 'rgba(78, 93, 120, 1)',
33
33
  } }, definition.title)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pne-ui",
3
- "version": "4.0.34",
3
+ "version": "4.0.35",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",