@tldraw/tldraw 4.6.0-internal.e29318c66fb0 → 4.6.0-next.0eb36d65eec3

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-cjs/index.js CHANGED
@@ -19,7 +19,7 @@ var import_tldraw = require("tldraw");
19
19
  __reExport(index_exports, require("tldraw"), module.exports);
20
20
  (0, import_tldraw.registerTldrawLibraryVersion)(
21
21
  "@tldraw/tldraw",
22
- "4.6.0-internal.e29318c66fb0",
22
+ "4.6.0-next.0eb36d65eec3",
23
23
  "cjs"
24
24
  );
25
25
  //# sourceMappingURL=index.js.map
@@ -2,7 +2,7 @@ import { registerTldrawLibraryVersion } from "tldraw";
2
2
  export * from "tldraw";
3
3
  registerTldrawLibraryVersion(
4
4
  "@tldraw/tldraw",
5
- "4.6.0-internal.e29318c66fb0",
5
+ "4.6.0-next.0eb36d65eec3",
6
6
  "esm"
7
7
  );
8
8
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/tldraw",
3
3
  "description": "A tiny little drawing editor.",
4
- "version": "4.6.0-internal.e29318c66fb0",
4
+ "version": "4.6.0-next.0eb36d65eec3",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -47,7 +47,7 @@
47
47
  "src"
48
48
  ],
49
49
  "dependencies": {
50
- "tldraw": "4.6.0-internal.e29318c66fb0"
50
+ "tldraw": "4.6.0-next.0eb36d65eec3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^18.2.0 || ^19.2.1",
package/tldraw.css CHANGED
@@ -2841,6 +2841,14 @@ it from receiving any pointer events or affecting the cursor. */
2841
2841
  left: 8px;
2842
2842
  }
2843
2843
 
2844
+ /*
2845
+ * focusing skip-to-main-content hide top ui buttons to make sure we avoid
2846
+ * z-index clashes on hover (see issue #8328)
2847
+ */
2848
+ .tl-skip-to-main-content:focus + .tlui-layout__top .tlui-helper-buttons {
2849
+ display: none;
2850
+ }
2851
+
2844
2852
  /* ---------------- Offline indicator --------------- */
2845
2853
 
2846
2854
  .tlui-offline-indicator {