@bigbinary/neeto-molecules 3.16.29 → 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/dist/Builder.js +46 -51
- package/dist/Builder.js.map +1 -1
- package/dist/ProductEmbed.js +2 -5
- package/dist/ProductEmbed.js.map +1 -1
- package/dist/cjs/Builder.js +46 -51
- package/dist/cjs/Builder.js.map +1 -1
- package/dist/cjs/ProductEmbed.js +2 -5
- package/dist/cjs/ProductEmbed.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +6 -4
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
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"help": "Help",
|
|
109
109
|
"goBack": "Go back",
|
|
110
110
|
"productSwitcher": "Product switcher",
|
|
111
|
-
"neetoProducts": "
|
|
111
|
+
"neetoProducts": "Neeto products",
|
|
112
112
|
"currentPlan": "Current plan: <strong>{{subscriptionPlan,anyCase}} plan</strong>",
|
|
113
113
|
"helpLinks": {
|
|
114
114
|
"liveChat": "Chat with Support",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
},
|
|
134
134
|
"productSwitcher": {
|
|
135
135
|
"noApps": "No apps found",
|
|
136
|
-
"chooseNeetoProduct": "Choose your
|
|
136
|
+
"chooseNeetoProduct": "Choose your Neeto product",
|
|
137
137
|
"searchProducts": "Search products"
|
|
138
138
|
},
|
|
139
139
|
"alert": {
|
|
@@ -586,6 +586,8 @@
|
|
|
586
586
|
"element_one": "Element",
|
|
587
587
|
"element_other": "Elements",
|
|
588
588
|
"addNewElement": "Add new element",
|
|
589
|
+
"addNewElementDescription": "To add elements, click or drag them onto the preview.",
|
|
590
|
+
"elementsReorderDescription": "You can reorder the elements either from here or directly within the preview.",
|
|
589
591
|
"addAllElements": "Add all elements",
|
|
590
592
|
"searchElements": "Search elements",
|
|
591
593
|
"myElements": "My elements",
|
|
@@ -739,8 +741,8 @@
|
|
|
739
741
|
},
|
|
740
742
|
"elementPopup": {
|
|
741
743
|
"title": "Popup via custom trigger",
|
|
742
|
-
"callout": "Make sure
|
|
743
|
-
"elementId": "Element
|
|
744
|
+
"callout": "Make sure the element on your webpage has an \"id\" that matches the value entered above.",
|
|
745
|
+
"elementId": "Element ID",
|
|
744
746
|
"label": "Click to open popup",
|
|
745
747
|
"warning": "Please provide an \"id\" to see popup"
|
|
746
748
|
},
|