@bigbinary/neeto-molecules 4.0.9 → 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 +749 -1
- package/src/translations/ca.json +749 -1
- package/src/translations/cs.json +749 -1
- package/src/translations/da.json +749 -1
- package/src/translations/es-MX.json +749 -1
- package/src/translations/et.json +749 -1
- package/src/translations/fi.json +544 -0
- package/src/translations/fil.json +749 -1
- package/src/translations/hr.json +747 -1
- package/src/translations/id.json +749 -1
- package/src/translations/it.json +749 -1
- package/src/translations/ja.json +749 -1
- package/src/translations/ko.json +749 -1
- package/src/translations/pt-BR.json +749 -1
- package/src/translations/ro.json +749 -1
- package/src/translations/ru.json +755 -1
- package/src/translations/sk.json +749 -1
- package/src/translations/sl.json +749 -1
- package/src/translations/sv.json +749 -1
- package/src/translations/th.json +478 -3
- package/src/translations/tr.json +749 -1
- package/src/translations/vi.json +749 -1
- package/src/translations/zh-CN.json +749 -1
- package/src/translations/zh-TW.json +749 -1
package/dist/cjs/ProductEmbed.js
CHANGED
|
@@ -155,7 +155,7 @@ var iframeEmbedCode$1 = function iframeEmbedCode(_ref6) {
|
|
|
155
155
|
iframeUrl: iframeUrl,
|
|
156
156
|
queryParams: queryParams
|
|
157
157
|
});
|
|
158
|
-
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
|
|
158
|
+
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 -->");
|
|
159
159
|
};
|
|
160
160
|
var htmlCodeGenerators = {
|
|
161
161
|
inline: inlineEmbedCode$1,
|
|
@@ -242,7 +242,7 @@ var iframeEmbedCode = function iframeEmbedCode(_ref6) {
|
|
|
242
242
|
iframeUrl: iframeUrl,
|
|
243
243
|
queryParams: queryParams
|
|
244
244
|
});
|
|
245
|
-
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
|
|
245
|
+
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 ");
|
|
246
246
|
};
|
|
247
247
|
var reactCodeGenerators = {
|
|
248
248
|
inline: inlineEmbedCode,
|