@bigbinary/neeto-molecules 1.0.20 → 1.0.21

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.20",
3
+ "version": "1.0.21",
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>",
@@ -103,7 +103,9 @@
103
103
  "placement": "Place the embed code in your HTML file. This will embed <fontBold>{{selectedWidgets}}</fontBold> in your website.",
104
104
  "userIdentity": "Specify user identity information. This information is used to classify neetoChat conversations and neetoReplay sessions.",
105
105
  "sessionContext": "Save contextual data for the neetoReplay sessions. Sessions can be filtered by this data."
106
- }
106
+ },
107
+ "enabled": "{{productName}} widget enabled successfully",
108
+ "disabled": "{{productName}} widget disabled successfully"
107
109
  },
108
110
  "email": {
109
111
  "title": "Widget installation instructions",
@@ -90,7 +90,7 @@ type AddNewProps = {
90
90
  * Subtitle
91
91
  * </Typography>
92
92
  * </MenuBar.SubTitle>
93
- * <MenuBar.Search collapse={isSearchCollapsed} onCollapse={() => {}} />
93
+ * <MenuBar.Search isCollapsed={isSearchCollapsed} onCollapse={() => {}} />
94
94
  * <MenuBar.AddNew label="Add new button" />
95
95
  * <MenuBar.Item
96
96
  * description="An Item which can have a subheading and heading"