@bigbinary/neeto-molecules 1.0.76 → 1.0.77-beta

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": "@bigbinary/neeto-molecules",
3
- "version": "1.0.76",
3
+ "version": "1.0.77-beta",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -51,7 +51,7 @@
51
51
  "@bigbinary/neeto-commons-frontend": "2.0.106",
52
52
  "@bigbinary/neeto-editor": "1.27.0-beta.1",
53
53
  "@bigbinary/neeto-filters-frontend": "^2.11.15",
54
- "@bigbinary/neeto-icons": "^1.12.3",
54
+ "@bigbinary/neeto-icons": "^1.14.0",
55
55
  "@bigbinary/neeto-molecules": "^1.0.5",
56
56
  "@bigbinary/neetoui": "^5.0.9",
57
57
  "@faker-js/faker": "7.6.0",
@@ -67,12 +67,16 @@
67
67
  "logout": "Log out",
68
68
  "help": "Help",
69
69
  "productSwitcher": "Product switcher",
70
+ "neetoProducts": "neeto products",
70
71
  "helpLinks": {
71
72
  "liveChat": "Live chat",
72
73
  "helpCenter": "Help center",
73
74
  "whatsNew": "What's new",
74
- "keyboardShortcuts": "Keyboard shortcuts"
75
- }
75
+ "keyboardShortcuts": "Keyboard shortcuts",
76
+ "helpArticles": "Help articles"
77
+ },
78
+ "showMenu": "Show menu",
79
+ "hideMenu": "Hide menu"
76
80
  },
77
81
  "appSwitcher": {
78
82
  "noApps": "No apps found",
@@ -24,7 +24,7 @@ interface ProfileInfo {
24
24
  interface HelpLinks {
25
25
  liveChatProps?: LinkType;
26
26
  helpCenterProps?: LinkType;
27
- changelogProps?: LinkType;
27
+ changelogProps?: ChangeLogPropsType;
28
28
  keyboardShortcutProps?: LinkType;
29
29
  }
30
30
  /**