@bigbinary/neeto-molecules 3.16.30 → 3.16.31
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.
|
|
3
|
+
"version": "3.16.31",
|
|
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>",
|
package/src/translations/en.json
CHANGED
|
@@ -741,8 +741,8 @@
|
|
|
741
741
|
},
|
|
742
742
|
"elementPopup": {
|
|
743
743
|
"title": "Popup via custom trigger",
|
|
744
|
-
"callout": "Make sure
|
|
745
|
-
"elementId": "Element
|
|
744
|
+
"callout": "Make sure the element on your webpage has an \"id\" that matches the value entered above.",
|
|
745
|
+
"elementId": "Element ID",
|
|
746
746
|
"label": "Click to open popup",
|
|
747
747
|
"warning": "Please provide an \"id\" to see popup"
|
|
748
748
|
},
|