@bigbinary/neeto-molecules 4.0.8 → 4.0.10
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/ProductEmbed.js +2 -2
- package/dist/ProductEmbed.js.map +1 -1
- package/dist/cjs/ProductEmbed.js +2 -2
- package/dist/cjs/ProductEmbed.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/ar.json +864 -0
- package/src/translations/bg.json +110 -0
- package/src/translations/ca.json +864 -0
- package/src/translations/cs.json +864 -0
- package/src/translations/da.json +864 -0
- package/src/translations/es-MX.json +864 -0
- package/src/translations/et.json +864 -0
- package/src/translations/fi.json +660 -0
- package/src/translations/fil.json +864 -0
- package/src/translations/hi.json +110 -0
- package/src/translations/hr.json +862 -0
- package/src/translations/id.json +864 -0
- package/src/translations/it.json +864 -0
- package/src/translations/ja.json +864 -0
- package/src/translations/ko.json +864 -0
- package/src/translations/pt-BR.json +864 -0
- package/src/translations/ro.json +864 -0
- package/src/translations/ru.json +864 -0
- package/src/translations/sk.json +864 -0
- package/src/translations/sl.json +864 -0
- package/src/translations/sv.json +864 -0
- package/src/translations/th.json +864 -0
- package/src/translations/tr.json +864 -0
- package/src/translations/uk.json +116 -0
- package/src/translations/vi.json +864 -0
- package/src/translations/zh-CN.json +864 -0
- package/src/translations/zh-TW.json +864 -0
package/dist/ProductEmbed.js
CHANGED
|
@@ -153,7 +153,7 @@ var iframeEmbedCode$1 = function iframeEmbedCode(_ref6) {
|
|
|
153
153
|
iframeUrl: iframeUrl,
|
|
154
154
|
queryParams: queryParams
|
|
155
155
|
});
|
|
156
|
-
return "\n <!-- ".concat(globalProps.appName, " iframe embed code begins -->\n <iframe\n allowfullscreen\n height=\"").concat(height, "\"\n width=\"").concat(width, "\"\n frameborder=\"0\"\n title=\"").concat(iframeTitle, "\"\n src=\"").concat(iframeSrc, "\"\n
|
|
156
|
+
return "\n <!-- ".concat(globalProps.appName, " iframe embed code begins -->\n <iframe\n allowfullscreen\n height=\"").concat(height, "\"\n width=\"").concat(width, "\"\n frameborder=\"0\"\n title=\"").concat(iframeTitle, "\"\n src=\"").concat(iframeSrc, "\"\n ></iframe>\n <!-- ").concat(globalProps.appName, " iframe embed code ends -->");
|
|
157
157
|
};
|
|
158
158
|
var htmlCodeGenerators = {
|
|
159
159
|
inline: inlineEmbedCode$1,
|
|
@@ -240,7 +240,7 @@ var iframeEmbedCode = function iframeEmbedCode(_ref6) {
|
|
|
240
240
|
iframeUrl: iframeUrl,
|
|
241
241
|
queryParams: queryParams
|
|
242
242
|
});
|
|
243
|
-
return "\n const App = () => {\n return (\n <>\n {/* ".concat(globalProps.appName, " iframe embed code begins */}\n <iframe\n allowFullScreen\n height=\"").concat(height, "\"\n width=\"").concat(width, "\"\n frameBorder=\"0\"\n title=\"").concat(iframeTitle, "\"\n src=\"").concat(iframeSrc, "\"\n
|
|
243
|
+
return "\n const App = () => {\n return (\n <>\n {/* ".concat(globalProps.appName, " iframe embed code begins */}\n <iframe\n allowFullScreen\n height=\"").concat(height, "\"\n width=\"").concat(width, "\"\n frameBorder=\"0\"\n title=\"").concat(iframeTitle, "\"\n src=\"").concat(iframeSrc, "\"\n ></iframe>\n {/* ").concat(globalProps.appName, " iframe embed code ends */}\n </>\n );\n };\n ");
|
|
244
244
|
};
|
|
245
245
|
var reactCodeGenerators = {
|
|
246
246
|
inline: inlineEmbedCode,
|