@bigbinary/neeto-molecules 1.0.33 → 1.0.34

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.33",
3
+ "version": "1.0.34",
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>",
@@ -74,10 +74,10 @@
74
74
  "keyboardShortcuts": "Keyboard shortcuts",
75
75
  "productSwitcher": "Product switcher",
76
76
  "helpLinks": {
77
- "documentation": "Documentation",
78
- "keyboardShortcuts": "Keyboard shortcuts",
79
- "chatWithUs": "Chat with us",
80
- "whatsNew": "What's new"
77
+ "liveChat": "Live chat",
78
+ "helpCenter": "Help center",
79
+ "whatsNew": "What's new",
80
+ "keyboardShortcuts": "Keyboard shortcuts"
81
81
  }
82
82
  },
83
83
  "appSwitcher": {
@@ -10,14 +10,12 @@ interface ProfileInfo {
10
10
  changelogProps?: LinkType;
11
11
  helpProps?: LinkType;
12
12
  }
13
- ;
14
13
  interface HelpLinks {
15
- documentationProps?: LinkType;
16
- keyboardShortcutProps?: LinkType;
17
14
  liveChatProps?: LinkType;
15
+ helpCenterProps?: LinkType;
18
16
  changelogProps?: LinkType;
17
+ keyboardShortcutProps?: LinkType;
19
18
  }
20
- ;
21
19
  /**
22
20
  *
23
21
  * Used in neeto products for showing options like: settings, profile, whats new,