@aortl/admin-react 0.20.0 → 0.20.1

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.mjs CHANGED
@@ -1269,6 +1269,7 @@ function SelectPopup({ className, sideOffset = 4, children, ...rest }) {
1269
1269
  return /* @__PURE__ */ jsx(Select$1.Portal, {
1270
1270
  container: portalContainer ?? void 0,
1271
1271
  children: /* @__PURE__ */ jsx(Select$1.Positioner, {
1272
+ className: cn("popup-layer", void 0),
1272
1273
  sideOffset,
1273
1274
  alignItemWithTrigger: false,
1274
1275
  children: /* @__PURE__ */ jsx(Select$1.Popup, {
@@ -2475,6 +2476,7 @@ function TooltipPopup({ size = "md", side = "top", align = "center", sideOffset
2475
2476
  return /* @__PURE__ */ jsx(Tooltip$1.Portal, {
2476
2477
  container: portalContainer ?? void 0,
2477
2478
  children: /* @__PURE__ */ jsx(Tooltip$1.Positioner, {
2479
+ className: cn("popup-layer", void 0),
2478
2480
  sideOffset,
2479
2481
  side,
2480
2482
  align,