@wandelbots/wandelbots-js-react-components 2.54.2 → 2.54.3
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 +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/TabBar.tsx +2 -5
package/dist/index.js
CHANGED
|
@@ -34299,7 +34299,8 @@ const I$ = Ge(
|
|
|
34299
34299
|
transform: "none"
|
|
34300
34300
|
}
|
|
34301
34301
|
}
|
|
34302
|
-
}
|
|
34302
|
+
},
|
|
34303
|
+
h.id
|
|
34303
34304
|
);
|
|
34304
34305
|
return S ? /* @__PURE__ */ g.jsx(
|
|
34305
34306
|
t0,
|
|
@@ -34322,7 +34323,7 @@ const I$ = Ge(
|
|
|
34322
34323
|
children: w
|
|
34323
34324
|
},
|
|
34324
34325
|
h.id
|
|
34325
|
-
) :
|
|
34326
|
+
) : w;
|
|
34326
34327
|
})
|
|
34327
34328
|
}
|
|
34328
34329
|
)
|