@bigbinary/neeto-molecules 3.16.30 → 3.16.32

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.30",
3
+ "version": "3.16.32",
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>",
@@ -593,7 +593,8 @@
593
593
  "myElements": "My elements",
594
594
  "back": "Back",
595
595
  "noQuestionProperties": "This element doesn't have any properties to configure.",
596
- "emptyQuestionProperties": "The configuration will be displayed here after you add/select an element from the left hand side panel."
596
+ "emptyQuestionProperties": "The configuration will be displayed here after you add/select an element from the left hand side panel.",
597
+ "noElements": "No elements found"
597
598
  },
598
599
  "emailForm": {
599
600
  "errors": {
@@ -741,8 +742,8 @@
741
742
  },
742
743
  "elementPopup": {
743
744
  "title": "Popup via custom trigger",
744
- "callout": "Make sure to set the \"id\" attribute of the element in the host app with the following \"Element Id\" value",
745
- "elementId": "Element Id",
745
+ "callout": "Make sure the element on your webpage has an \"id\" that matches the value entered above.",
746
+ "elementId": "Element ID",
746
747
  "label": "Click to open popup",
747
748
  "warning": "Please provide an \"id\" to see popup"
748
749
  },