@bigbinary/neeto-molecules 1.0.53 → 1.0.54

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.53",
3
+ "version": "1.0.54",
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>",
@@ -139,7 +139,7 @@
139
139
  },
140
140
  "body": {
141
141
  "values": {
142
- "embedCode": "<p>Hi,</p> <p>We are going to use {{val, list}}.</p> <p>Please find the code snippet for the installation of the {{val, list}} widget.</p> <p>You can find the documentation regarding this at <configureLink>{{neetoKbUrl}}</configureLink>.</p> <p>If you still need help then send an email to <mail>{{helpEmail}}</mail>.</p>",
142
+ "embedCode": "<p>Hi,</p> <p>We are going to use {{val, list}}.</p> <p>Please find the code snippet for the installation of the {{val, list}} widget.</p> <p>If you need help then send an email to <mail>{{helpEmail}}</mail>.</p>",
143
143
  "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>",
144
144
  "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>"
145
145
  }