@bigbinary/neeto-molecules 3.16.49 → 3.16.51
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.51",
|
|
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
|
@@ -724,7 +724,8 @@
|
|
|
724
724
|
"width": "Width",
|
|
725
725
|
"height": "Height",
|
|
726
726
|
"elementId": "Element id",
|
|
727
|
-
"sizeOfEmbedWindow": "Size of embed window"
|
|
727
|
+
"sizeOfEmbedWindow": "Size of embed window",
|
|
728
|
+
"elementIdError": "Please enter a valid element ID to embed the content."
|
|
728
729
|
},
|
|
729
730
|
"floatingPopup": {
|
|
730
731
|
"title": "Popup via sticky button",
|
|
@@ -733,7 +734,8 @@
|
|
|
733
734
|
"text": "Button text",
|
|
734
735
|
"color": "Button color",
|
|
735
736
|
"pos": "Button position",
|
|
736
|
-
"textColor": "Button text color"
|
|
737
|
+
"textColor": "Button text color",
|
|
738
|
+
"textError": "Please enter text for the popup button."
|
|
737
739
|
},
|
|
738
740
|
"position": {
|
|
739
741
|
"bottomLeft": "Bottom left",
|
|
@@ -745,7 +747,7 @@
|
|
|
745
747
|
"callout": "Make sure the element on your webpage has an \"id\" that matches the value entered above.",
|
|
746
748
|
"elementId": "Element ID",
|
|
747
749
|
"label": "Click to open popup",
|
|
748
|
-
"
|
|
750
|
+
"elementIdError": "Please enter a valid element ID to embed the content."
|
|
749
751
|
},
|
|
750
752
|
"queryParam": {
|
|
751
753
|
"label": "Query params",
|