nexaas-ui-components 1.0.92 → 1.0.93
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2374,7 +2374,7 @@ var FilterSelect = ({
|
|
|
2374
2374
|
react.PopoverPanel,
|
|
2375
2375
|
{
|
|
2376
2376
|
className: clsx9__default.default(
|
|
2377
|
-
"whitespace-nowrap bg-surface rounded-lg shadow-dropdown border-[0.5px] border-neutral-200",
|
|
2377
|
+
"whitespace-nowrap bg-surface rounded-lg shadow-dropdown border-[0.5px] border-neutral-200 outline-none focus:outline-none",
|
|
2378
2378
|
panelClassName
|
|
2379
2379
|
),
|
|
2380
2380
|
children: ({ close }) => {
|