@wandelbots/wandelbots-js-react-components 1.18.0 → 1.18.1

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/index.js CHANGED
@@ -2240,7 +2240,10 @@ Ui.use(ac).init({
2240
2240
  }
2241
2241
  },
2242
2242
  ns: ["translations"],
2243
- defaultNS: "translations"
2243
+ defaultNS: "translations",
2244
+ detection: {
2245
+ order: ["navigator", "htmlTag"]
2246
+ }
2244
2247
  });
2245
2248
  function rn(e) {
2246
2249
  return (n) => /* @__PURE__ */ o.jsx(td, { children: /* @__PURE__ */ o.jsx(e, { ...n }) });