@bigbinary/neeto-molecules 4.0.69 → 4.0.71
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/NeetoWidget.js +1 -0
- package/dist/NeetoWidget.js.map +1 -1
- package/dist/cjs/NeetoWidget.js +1 -0
- package/dist/cjs/NeetoWidget.js.map +1 -1
- package/package.json +25 -20
- package/src/translations/ar.json +3 -3
- package/src/translations/bg.json +4 -4
- package/src/translations/ca.json +3 -3
- package/src/translations/cs.json +4 -4
- package/src/translations/da.json +3 -3
- package/src/translations/de.json +18 -18
- package/src/translations/es-MX.json +2 -2
- package/src/translations/es.json +18 -18
- package/src/translations/et.json +3 -3
- package/src/translations/fi.json +3 -3
- package/src/translations/fil.json +4 -4
- package/src/translations/fr.json +20 -20
- package/src/translations/hi.json +3 -3
- package/src/translations/hr.json +3 -3
- package/src/translations/id.json +3 -3
- package/src/translations/it.json +4 -4
- package/src/translations/ja.json +3 -3
- package/src/translations/ko.json +2 -2
- package/src/translations/nl.json +21 -21
- package/src/translations/pl.json +22 -22
- package/src/translations/pt-BR.json +3 -3
- package/src/translations/pt.json +17 -17
- package/src/translations/ro.json +2 -2
- package/src/translations/ru.json +4 -4
- package/src/translations/sk.json +4 -4
- package/src/translations/sl.json +4 -4
- package/src/translations/sv.json +2 -2
- package/src/translations/th.json +2 -2
- package/src/translations/tr.json +4 -4
- package/src/translations/uk.json +4 -4
- package/src/translations/vi.json +3 -3
- package/src/translations/zh-CN.json +4 -4
- package/src/translations/zh-TW.json +2 -2
package/dist/NeetoWidget.js
CHANGED
|
@@ -2687,6 +2687,7 @@ var EmbedCode = function EmbedCode(_ref) {
|
|
|
2687
2687
|
className: "mb-8 w-full flex-grow flex-col items-center justify-start",
|
|
2688
2688
|
children: [/*#__PURE__*/jsx("div", {
|
|
2689
2689
|
className: "mx-auto mb-2 w-full",
|
|
2690
|
+
"data-cy": "embed-code-block",
|
|
2690
2691
|
"data-testid": "embed-code-block",
|
|
2691
2692
|
children: /*#__PURE__*/jsx(CodeBlock, {
|
|
2692
2693
|
className: "neeto-ui-rounded-lg",
|