@vuu-ui/vuu-layout 0.8.24-debug → 0.8.25-debug
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/cjs/index.js +1 -0
- package/cjs/index.js.map +2 -2
- package/esm/index.js +1 -0
- package/esm/index.js.map +2 -2
- package/index.css +1 -8
- package/index.css.map +2 -2
- package/package.json +8 -8
package/cjs/index.js
CHANGED
|
@@ -5439,6 +5439,7 @@ var Stack = (0, import_react34.forwardRef)(function Stack2({
|
|
|
5439
5439
|
style
|
|
5440
5440
|
}, ref) {
|
|
5441
5441
|
var _a;
|
|
5442
|
+
console.log({ TabstripProps: TabstripProps2 });
|
|
5442
5443
|
const id = (0, import_vuu_utils12.useId)(idProp);
|
|
5443
5444
|
const tabLabels = (0, import_react34.useRef)([]);
|
|
5444
5445
|
const {
|