@instantdb/components 0.22.91-experimental.btnfix.20319876432.1 → 0.22.91-experimental.btnfix.20320360874.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@instantdb/components",
3
3
  "private": false,
4
- "version": "0.22.91-experimental.btnfix.20319876432.1",
4
+ "version": "0.22.91-experimental.btnfix.20320360874.1",
5
5
  "type": "module",
6
6
  "description": "Instant's UI components",
7
7
  "homepage": "https://github.com/instantdb/instant/tree/main/client/packages/components",
@@ -93,11 +93,11 @@
93
93
  "swr": "^2.2.4",
94
94
  "tailwind-merge": "^2.2.1",
95
95
  "uuid": "^11.1.0",
96
- "@instantdb/core": "0.22.91-experimental.btnfix.20319876432.1",
97
- "@instantdb/admin": "0.22.91-experimental.btnfix.20319876432.1",
98
- "@instantdb/platform": "0.22.91-experimental.btnfix.20319876432.1",
99
- "@instantdb/react": "0.22.91-experimental.btnfix.20319876432.1",
100
- "@instantdb/version": "0.22.91-experimental.btnfix.20319876432.1"
96
+ "@instantdb/core": "0.22.91-experimental.btnfix.20320360874.1",
97
+ "@instantdb/platform": "0.22.91-experimental.btnfix.20320360874.1",
98
+ "@instantdb/admin": "0.22.91-experimental.btnfix.20320360874.1",
99
+ "@instantdb/version": "0.22.91-experimental.btnfix.20320360874.1",
100
+ "@instantdb/react": "0.22.91-experimental.btnfix.20320360874.1"
101
101
  },
102
102
  "scripts": {
103
103
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -703,6 +703,12 @@ export function Dialog({
703
703
  }}
704
704
  open={open}
705
705
  >
706
+ <VisuallyHidden>
707
+ <DialogTitle>{title}</DialogTitle>
708
+ <DialogPrimitive.DialogDescription>
709
+ {title}
710
+ </DialogPrimitive.DialogDescription>
711
+ </VisuallyHidden>
706
712
  <DialogContent
707
713
  title={title}
708
714
  onFocusCapture={(e) => {