@pathscale/ui 0.0.74 → 0.0.75
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 +0 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6969,12 +6969,8 @@ const Dropdown = (props)=>{
|
|
|
6969
6969
|
"aria-labelledby"
|
|
6970
6970
|
]);
|
|
6971
6971
|
const dropdownCtx = useDropdown(local.hover ? "hover" : "click");
|
|
6972
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createEffect)(()=>{
|
|
6973
|
-
console.log("Dropdown open state:", dropdownCtx.open());
|
|
6974
|
-
});
|
|
6975
6972
|
const classes = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>{
|
|
6976
6973
|
const isOpen = local.open ?? dropdownCtx.open();
|
|
6977
|
-
console.log("Computing dropdown classes, open:", isOpen);
|
|
6978
6974
|
return twMerge("dropdown", local.class, local.className, clsx({
|
|
6979
6975
|
"dropdown-left": "left" === local.horizontal,
|
|
6980
6976
|
"dropdown-right": "right" === local.horizontal,
|