bianic-ui 1.16.0-alpha.8 → 1.16.0-alpha.9
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/cjs/index.js +2 -0
- package/dist/esm/index.js +2 -0
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -2520,6 +2520,8 @@ var DropdownContainer = function (propsComp) {
|
|
|
2520
2520
|
if (!(anchorRef === null || anchorRef === void 0 ? void 0 : anchorRef.current)) {
|
|
2521
2521
|
return {};
|
|
2522
2522
|
}
|
|
2523
|
+
console.log('anchorRef current', anchorRef.current);
|
|
2524
|
+
console.log('positionStyle', positionStyle);
|
|
2523
2525
|
return __assign({ zIndex: zIndex + 10, minWidth: (anchorRef === null || anchorRef === void 0 ? void 0 : anchorRef.current)
|
|
2524
2526
|
? (_a = anchorRef === null || anchorRef === void 0 ? void 0 : anchorRef.current) === null || _a === void 0 ? void 0 : _a.offsetWidth
|
|
2525
2527
|
: undefined }, positionStyle);
|
package/dist/esm/index.js
CHANGED
|
@@ -2518,6 +2518,8 @@ var DropdownContainer = function (propsComp) {
|
|
|
2518
2518
|
if (!(anchorRef === null || anchorRef === void 0 ? void 0 : anchorRef.current)) {
|
|
2519
2519
|
return {};
|
|
2520
2520
|
}
|
|
2521
|
+
console.log('anchorRef current', anchorRef.current);
|
|
2522
|
+
console.log('positionStyle', positionStyle);
|
|
2521
2523
|
return __assign({ zIndex: zIndex + 10, minWidth: (anchorRef === null || anchorRef === void 0 ? void 0 : anchorRef.current)
|
|
2522
2524
|
? (_a = anchorRef === null || anchorRef === void 0 ? void 0 : anchorRef.current) === null || _a === void 0 ? void 0 : _a.offsetWidth
|
|
2523
2525
|
: undefined }, positionStyle);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"@biaenergi:registry": "https://gitlab.com/api/v4/projects/50905269/packages/npm/"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.0-alpha.
|
|
6
|
+
"version": "1.16.0-alpha.9",
|
|
7
7
|
"description": "Design Language System develop by BIAENERGI",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"rollup": "rollup -c",
|