@blerp/design 1.2.28 → 1.2.29

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 CHANGED
@@ -1729,6 +1729,8 @@ var UsernameWithPopout$1 = function UsernameWithPopout(_ref) {
1729
1729
  vertical: "top",
1730
1730
  horizontal: "left"
1731
1731
  },
1732
+ disableAutoFocus: true,
1733
+ disableRestoreFocus: true,
1732
1734
  disablePortal: true,
1733
1735
  hideBackdrop: true,
1734
1736
  sx: {
package/dist/index.esm.js CHANGED
@@ -1653,6 +1653,8 @@ var UsernameWithPopout$1 = function UsernameWithPopout(_ref) {
1653
1653
  vertical: "top",
1654
1654
  horizontal: "left"
1655
1655
  },
1656
+ disableAutoFocus: true,
1657
+ disableRestoreFocus: true,
1656
1658
  disablePortal: true,
1657
1659
  hideBackdrop: true,
1658
1660
  sx: {
package/dist/index.umd.js CHANGED
@@ -1674,6 +1674,8 @@
1674
1674
  vertical: "top",
1675
1675
  horizontal: "left"
1676
1676
  },
1677
+ disableAutoFocus: true,
1678
+ disableRestoreFocus: true,
1677
1679
  disablePortal: true,
1678
1680
  hideBackdrop: true,
1679
1681
  sx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {