@bigbinary/neeto-molecules 4.0.118 → 4.0.120

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": "4.0.118",
3
+ "version": "4.0.120",
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>",
@@ -341,6 +341,7 @@
341
341
  "updatedRole_one": "{{performedBy, anyCase}} <Semibold>updated</Semibold> <Code>{{roleName}}</Code> role with <Code>{{addedPermissionsText}}</Code> permission on {{productSuffix, anyCase}}",
342
342
  "deletedRole": "{{performedBy, anyCase}} <Semibold>deleted</Semibold> <Code>{{roleName}}</Code> role on {{productSuffix, anyCase}}",
343
343
  "performedAction": "{{performedBy, anyCase}} <Semibold>performed</Semibold> an action on {{productSuffix, anyCase}}",
344
+ "updatedFields": "<Semibold>{{field}}</Semibold>",
344
345
  "updatedFieldsWithPreviousValue": "<Semibold>{{field}}</Semibold>: from <Code>{{from, anyCase}}</Code> to <Code>{{to, anyCase}}</Code>",
345
346
  "updatedFieldsWithNewValue": "<Semibold>{{field}}</Semibold>: to <Code>{{to, anyCase}}</Code>",
346
347
  "connectedGoogleCalender": "{{performedBy, anyCase}} <Semibold>connected to Google Calendar</Semibold> using account <Code>{{emailAddress}}</Code> on {{productSuffix, anyCase}}",