@loafmarkets/ui 0.1.421 → 0.1.422

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
@@ -8782,7 +8782,7 @@ var LoginPopup = ({
8782
8782
  }
8783
8783
  return null;
8784
8784
  };
8785
- var Overlay2 = styled10.div`
8785
+ var Overlay2 = styled10.div.attrs({ role: "dialog", "aria-modal": "true" })`
8786
8786
  position: fixed;
8787
8787
  top: 0;
8788
8788
  left: 0;