@pathscale/ui 0.0.146 → 0.0.147
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10884,7 +10884,7 @@ const GlassPanel = (props)=>{
|
|
|
10884
10884
|
if (!isControlled()) setInternalOpen(next);
|
|
10885
10885
|
local.onToggle?.(next);
|
|
10886
10886
|
};
|
|
10887
|
-
const containerClasses = ()=>twMerge("glass-panel", "rounded-xl", "backdrop-blur-
|
|
10887
|
+
const containerClasses = ()=>twMerge("glass-panel", "rounded-xl", "backdrop-blur-sm", "transition-all duration-200 ease-in-out", clsx({
|
|
10888
10888
|
"border-l-2": !!local.accent,
|
|
10889
10889
|
[ACCENT_BORDER[local.accent ?? ""]]: !!local.accent
|
|
10890
10890
|
}), local.class, local.className);
|