@lax-wp/design-system 0.11.36 → 0.11.38
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -84055,7 +84055,7 @@ const BO = ({
|
|
|
84055
84055
|
}) => /* @__PURE__ */ A(
|
|
84056
84056
|
"div",
|
|
84057
84057
|
{
|
|
84058
|
-
className: "bg-white dark:bg-black-
|
|
84058
|
+
className: "bg-white dark:bg-black-800 border border-neutral-200 dark:border-black-600 rounded-[8px] shadow flex flex-col gap-1 p-1",
|
|
84059
84059
|
style: { minWidth: r },
|
|
84060
84060
|
children: t?.map((n, i) => n ? "type" in n && n.type === "divider" ? /* @__PURE__ */ A(
|
|
84061
84061
|
"div",
|
|
@@ -84104,7 +84104,7 @@ const BO = ({
|
|
|
84104
84104
|
t.disabled ? "opacity-50 cursor-not-allowed" : "",
|
|
84105
84105
|
t.className
|
|
84106
84106
|
), d = xn(
|
|
84107
|
-
"flex items-center justify-between gap-3 rounded-[4px] cursor-pointer select-none w-full transition-colors duration-100",
|
|
84107
|
+
"flex items-center justify-between gap-3 rounded-[4px] cursor-pointer select-none w-full transition-colors duration-100 dark:bg-black-800",
|
|
84108
84108
|
r ? "pl-9 pr-1 py-2 min-h-[36px]" : "px-3 py-2",
|
|
84109
84109
|
t.disabled ? "opacity-50 cursor-not-allowed" : "",
|
|
84110
84110
|
t.className
|