@lax-wp/design-system 0.11.54 → 0.11.55
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -84218,7 +84218,7 @@ const XO = ({
|
|
|
84218
84218
|
s(!1), n?.();
|
|
84219
84219
|
}, [n]), h = Fr(
|
|
84220
84220
|
"flex items-center justify-between rounded-[4px] cursor-pointer select-none w-full transition-colors duration-100",
|
|
84221
|
-
r ? "pl-9 pr-1
|
|
84221
|
+
r ? "pl-9 pr-1 min-h-[36px]" : "px-1 py-0.5",
|
|
84222
84222
|
!d && "overflow-hidden",
|
|
84223
84223
|
t.disabled ? "opacity-50 cursor-not-allowed" : "",
|
|
84224
84224
|
t.className
|