@lax-wp/design-system 0.3.23 → 0.3.24
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.es.js +1 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -16764,9 +16764,8 @@ const Uj = ({
|
|
|
16764
16764
|
"div",
|
|
16765
16765
|
{
|
|
16766
16766
|
className: j(
|
|
16767
|
-
"w-full
|
|
16767
|
+
"w-full rounded-lg",
|
|
16768
16768
|
"py-2.5 px-3 min-h-[calc(2.5rem*var(--rows,8))] max-h-[calc(1rem*var(--rows,8))]",
|
|
16769
|
-
"border-gray-300 dark:border-gray-600",
|
|
16770
16769
|
"overflow-y-auto text-sm",
|
|
16771
16770
|
c
|
|
16772
16771
|
),
|