@bigbinary/neeto-molecules 3.16.26 → 3.16.27

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": "3.16.26",
3
+ "version": "3.16.27",
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>",
@@ -164,8 +164,11 @@
164
164
  "selectedChatWidget": "<p>Place the embed code in your HTML file. This will embed <fontBold>{{widgetList, anyCase}}</fontBold> in your website. Alternatively, for react applications you can use <widgetNpmLink>react-use-neeto-widget</widgetNpmLink> package to install the NeetoChat widget. <Link>View help article</Link> for more information.</p>",
165
165
  "noneOfThese": "<p>This will not embed <fontBold>any of the widgets</fontBold> in your website. <Link>View help article</Link> for more information.</p>"
166
166
  },
167
- "userIdentity": "<p>Specify user identity information. This information is used to classify NeetoChat conversations and neetoReplay sessions. <Link>View help article</Link> for more information.</p>",
168
- "sessionContext": "<p>Save contextual data for the neetoReplay sessions. Sessions can be filtered by this data. <Link>View help article</Link> for more information.</p>"
167
+ "userIdentity": {
168
+ "chat": "<p>Specify user identity information. This information is used to classify NeetoChat conversations. <Link>View help article</Link> for more information.</p>",
169
+ "replay": "<p>Specify user identity information. This information is used to classify NeetoReplay sessions. <Link>View help article</Link> for more information.</p>"
170
+ },
171
+ "sessionContext": "<p>Save contextual data for the NeetoReplay sessions. Sessions can be filtered by this data. <Link>View help article</Link> for more information.</p>"
169
172
  },
170
173
  "enabled": "{{productName}} widget enabled successfully",
171
174
  "disabled": "{{productName}} widget disabled successfully"
@@ -183,8 +186,8 @@
183
186
  "label": "Subject",
184
187
  "values": {
185
188
  "embedCode": "{{widgetList, anyCase}} Installation Instructions",
186
- "userIdentity": "neetoWidget user identity object to specify user details",
187
- "sessionContext": "neetoReplay session context object to save contextual information"
189
+ "userIdentity": "Widget user identity object to specify user details",
190
+ "sessionContext": "NeetoReplay session context object to save contextual information"
188
191
  }
189
192
  }
190
193
  },
@@ -194,7 +197,7 @@
194
197
  "description": {
195
198
  "engage": "NeetoEngage to keep customers informed about the new features",
196
199
  "chat": "NeetoChat to provide live chat support",
197
- "replay": "neetoReplay to capture user sessions"
200
+ "replay": "NeetoReplay to capture user sessions"
198
201
  },
199
202
  "mainText": "<p>Hi,</p> <p>We are going to use {{val, list}}.</p>",
200
203
  "supportText": "<p>If you need help then send an email to <mail>{{helpEmail}}</mail>.</p>",
@@ -202,8 +205,8 @@
202
205
  "chatHelp": "<p>For help installing NeetoChat, please refer to <a>{{helpLink}}</a>.</p>",
203
206
  "replayHelp": "<p>For help installing NeetoReplay, please refer to <a>{{helpLink}}</a>.</p>"
204
207
  },
205
- "userIdentity": "<p>Hi,</p> <p>This is the object structure that you can use to specify the user identity for neetoWidget.</p> <p>You can find the documentation at <configureLink>{{userIdentityKbUrl}}</configureLink>.</p>",
206
- "sessionContext": "<p>Hi,</p> <p>This is the object structure that you can use to specify the contextual values for neetoReplay sessions.</p> <p>You can find the documentation at <configureLink>{{sessionContextKbUrl}}</configureLink>.</p>"
208
+ "userIdentity": "<p>Hi,</p> <p>This is the object structure that you can use to specify the user identity for widget.</p> <p>You can find the documentation at <configureLink>{{userIdentityKbUrl}}</configureLink>.</p>",
209
+ "sessionContext": "<p>Hi,</p> <p>This is the object structure that you can use to specify the contextual values for NeetoReplay sessions.</p> <p>You can find the documentation at <configureLink>{{sessionContextKbUrl}}</configureLink>.</p>"
207
210
  }
208
211
  },
209
212
  "actions": {