@wandelbots/wandelbots-js-react-components 2.54.2-pr.bugfix-dont-leak-dom-elements.402.34851fb → 2.54.2-pr.fix-pre-commit-nvm.401.4428254
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/components/TabBar.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/TabBar.tsx +5 -2
package/dist/index.js
CHANGED
|
@@ -34299,8 +34299,7 @@ const I$ = Ge(
|
|
|
34299
34299
|
transform: "none"
|
|
34300
34300
|
}
|
|
34301
34301
|
}
|
|
34302
|
-
}
|
|
34303
|
-
h.id
|
|
34302
|
+
}
|
|
34304
34303
|
);
|
|
34305
34304
|
return S ? /* @__PURE__ */ g.jsx(
|
|
34306
34305
|
t0,
|
|
@@ -34323,7 +34322,7 @@ const I$ = Ge(
|
|
|
34323
34322
|
children: w
|
|
34324
34323
|
},
|
|
34325
34324
|
h.id
|
|
34326
|
-
) : w;
|
|
34325
|
+
) : /* @__PURE__ */ g.jsx(re, { sx: { display: "inline-flex" }, children: w }, h.id);
|
|
34327
34326
|
})
|
|
34328
34327
|
}
|
|
34329
34328
|
)
|