tldraw 3.16.0-canary.f60032f16651 → 3.16.0-canary.ffc5da6dc09f

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.
Files changed (460) hide show
  1. package/dist-cjs/index.d.ts +322 -105
  2. package/dist-cjs/index.js +45 -14
  3. package/dist-cjs/index.js.map +2 -2
  4. package/dist-cjs/lib/Tldraw.js +12 -2
  5. package/dist-cjs/lib/Tldraw.js.map +2 -2
  6. package/dist-cjs/lib/canvas/TldrawScribble.js +1 -1
  7. package/dist-cjs/lib/canvas/TldrawScribble.js.map +2 -2
  8. package/dist-cjs/lib/defaultExternalContentHandlers.js +5 -4
  9. package/dist-cjs/lib/defaultExternalContentHandlers.js.map +2 -2
  10. package/dist-cjs/lib/shapes/arrow/ArrowShapeUtil.js +3 -3
  11. package/dist-cjs/lib/shapes/arrow/ArrowShapeUtil.js.map +2 -2
  12. package/dist-cjs/lib/shapes/arrow/arrowLabel.js +6 -0
  13. package/dist-cjs/lib/shapes/arrow/arrowLabel.js.map +3 -3
  14. package/dist-cjs/lib/shapes/arrow/elbow/ElbowArrowDebug.js +3 -3
  15. package/dist-cjs/lib/shapes/arrow/elbow/ElbowArrowDebug.js.map +1 -1
  16. package/dist-cjs/lib/shapes/draw/DrawShapeUtil.js +3 -3
  17. package/dist-cjs/lib/shapes/draw/DrawShapeUtil.js.map +2 -2
  18. package/dist-cjs/lib/shapes/embed/EmbedShapeUtil.js +1 -1
  19. package/dist-cjs/lib/shapes/embed/EmbedShapeUtil.js.map +1 -1
  20. package/dist-cjs/lib/shapes/frame/FrameShapeUtil.js +18 -12
  21. package/dist-cjs/lib/shapes/frame/FrameShapeUtil.js.map +2 -2
  22. package/dist-cjs/lib/shapes/frame/components/FrameHeading.js +1 -1
  23. package/dist-cjs/lib/shapes/frame/components/FrameHeading.js.map +2 -2
  24. package/dist-cjs/lib/shapes/geo/GeoShapeUtil.js +2 -2
  25. package/dist-cjs/lib/shapes/geo/GeoShapeUtil.js.map +2 -2
  26. package/dist-cjs/lib/shapes/geo/components/GeoShapeBody.js +2 -1
  27. package/dist-cjs/lib/shapes/geo/components/GeoShapeBody.js.map +2 -2
  28. package/dist-cjs/lib/shapes/highlight/HighlightShapeUtil.js +5 -1
  29. package/dist-cjs/lib/shapes/highlight/HighlightShapeUtil.js.map +2 -2
  30. package/dist-cjs/lib/shapes/image/ImageShapeUtil.js +6 -3
  31. package/dist-cjs/lib/shapes/image/ImageShapeUtil.js.map +2 -2
  32. package/dist-cjs/lib/shapes/line/LineShapeUtil.js +5 -1
  33. package/dist-cjs/lib/shapes/line/LineShapeUtil.js.map +2 -2
  34. package/dist-cjs/lib/shapes/note/NoteShapeUtil.js +4 -4
  35. package/dist-cjs/lib/shapes/note/NoteShapeUtil.js.map +2 -2
  36. package/dist-cjs/lib/shapes/shared/PlainTextLabel.js +1 -3
  37. package/dist-cjs/lib/shapes/shared/PlainTextLabel.js.map +2 -2
  38. package/dist-cjs/lib/shapes/shared/ShapeFill.js +4 -4
  39. package/dist-cjs/lib/shapes/shared/ShapeFill.js.map +2 -2
  40. package/dist-cjs/lib/shapes/shared/freehand/svg.js.map +2 -2
  41. package/dist-cjs/lib/shapes/shared/useEditablePlainText.js +0 -2
  42. package/dist-cjs/lib/shapes/shared/useEditablePlainText.js.map +2 -2
  43. package/dist-cjs/lib/shapes/shared/useImageOrVideoAsset.js +0 -2
  44. package/dist-cjs/lib/shapes/shared/useImageOrVideoAsset.js.map +2 -2
  45. package/dist-cjs/lib/shapes/shared/usePrefersReducedMotion.js +10 -1
  46. package/dist-cjs/lib/shapes/shared/usePrefersReducedMotion.js.map +2 -2
  47. package/dist-cjs/lib/shapes/text/TextShapeUtil.js +2 -2
  48. package/dist-cjs/lib/shapes/text/TextShapeUtil.js.map +2 -2
  49. package/dist-cjs/lib/shapes/video/VideoShapeUtil.js +3 -3
  50. package/dist-cjs/lib/shapes/video/VideoShapeUtil.js.map +1 -1
  51. package/dist-cjs/lib/tools/EraserTool/childStates/Erasing.js +25 -1
  52. package/dist-cjs/lib/tools/EraserTool/childStates/Erasing.js.map +2 -2
  53. package/dist-cjs/lib/tools/EraserTool/childStates/Pointing.js +12 -0
  54. package/dist-cjs/lib/tools/EraserTool/childStates/Pointing.js.map +2 -2
  55. package/dist-cjs/lib/ui/TldrawUi.js +27 -12
  56. package/dist-cjs/lib/ui/TldrawUi.js.map +3 -3
  57. package/dist-cjs/lib/ui/assetUrls.js +13 -10
  58. package/dist-cjs/lib/ui/assetUrls.js.map +2 -2
  59. package/dist-cjs/lib/ui/components/AccessibilityMenu.js +35 -0
  60. package/dist-cjs/lib/ui/components/AccessibilityMenu.js.map +7 -0
  61. package/dist-cjs/lib/ui/components/ActionsMenu/DefaultActionsMenu.js +12 -3
  62. package/dist-cjs/lib/ui/components/ActionsMenu/DefaultActionsMenu.js.map +2 -2
  63. package/dist-cjs/lib/ui/components/{FollowingIndicator.js → DefaultFollowingIndicator.js} +6 -6
  64. package/dist-cjs/lib/ui/components/DefaultFollowingIndicator.js.map +7 -0
  65. package/dist-cjs/lib/ui/components/DefaultMenuPanel.js +3 -2
  66. package/dist-cjs/lib/ui/components/DefaultMenuPanel.js.map +2 -2
  67. package/dist-cjs/lib/ui/components/KeyboardShortcutsDialog/DefaultKeyboardShortcutsDialogContent.js +6 -6
  68. package/dist-cjs/lib/ui/components/KeyboardShortcutsDialog/DefaultKeyboardShortcutsDialogContent.js.map +1 -1
  69. package/dist-cjs/lib/ui/components/MainMenu/DefaultMainMenuContent.js +3 -3
  70. package/dist-cjs/lib/ui/components/MainMenu/DefaultMainMenuContent.js.map +2 -2
  71. package/dist-cjs/lib/ui/components/Minimap/MinimapManager.js +4 -4
  72. package/dist-cjs/lib/ui/components/Minimap/MinimapManager.js.map +2 -2
  73. package/dist-cjs/lib/ui/components/MobileStylePanel.js +5 -3
  74. package/dist-cjs/lib/ui/components/MobileStylePanel.js.map +2 -2
  75. package/dist-cjs/lib/ui/components/NavigationPanel/DefaultNavigationPanel.js +1 -1
  76. package/dist-cjs/lib/ui/components/NavigationPanel/DefaultNavigationPanel.js.map +2 -2
  77. package/dist-cjs/lib/ui/components/PageMenu/DefaultPageMenu.js +2 -1
  78. package/dist-cjs/lib/ui/components/PageMenu/DefaultPageMenu.js.map +2 -2
  79. package/dist-cjs/lib/ui/components/SharePanel/PeopleMenuItem.js +3 -2
  80. package/dist-cjs/lib/ui/components/SharePanel/PeopleMenuItem.js.map +2 -2
  81. package/dist-cjs/lib/ui/components/SharePanel/UserPresenceColorPicker.js +2 -2
  82. package/dist-cjs/lib/ui/components/SharePanel/UserPresenceColorPicker.js.map +2 -2
  83. package/dist-cjs/lib/ui/components/StylePanel/DefaultStylePanel.js +11 -4
  84. package/dist-cjs/lib/ui/components/StylePanel/DefaultStylePanel.js.map +2 -2
  85. package/dist-cjs/lib/ui/components/StylePanel/DefaultStylePanelContent.js +249 -279
  86. package/dist-cjs/lib/ui/components/StylePanel/DefaultStylePanelContent.js.map +2 -2
  87. package/dist-cjs/lib/ui/components/{primitives/TldrawUiButtonPicker.js → StylePanel/StylePanelButtonPicker.js} +52 -56
  88. package/dist-cjs/lib/ui/components/StylePanel/StylePanelButtonPicker.js.map +7 -0
  89. package/dist-cjs/lib/ui/components/StylePanel/StylePanelContext.js +68 -0
  90. package/dist-cjs/lib/ui/components/StylePanel/StylePanelContext.js.map +7 -0
  91. package/dist-cjs/lib/ui/components/StylePanel/{DoubleDropdownPicker.js → StylePanelDoubleDropdownPicker.js} +26 -25
  92. package/dist-cjs/lib/ui/components/StylePanel/StylePanelDoubleDropdownPicker.js.map +7 -0
  93. package/dist-cjs/lib/ui/components/StylePanel/{DropdownPicker.js → StylePanelDropdownPicker.js} +47 -43
  94. package/dist-cjs/lib/ui/components/StylePanel/StylePanelDropdownPicker.js.map +7 -0
  95. package/dist-cjs/lib/ui/components/StylePanel/StylePanelSubheading.js +28 -0
  96. package/dist-cjs/lib/ui/components/StylePanel/StylePanelSubheading.js.map +7 -0
  97. package/dist-cjs/lib/ui/components/Toolbar/AltTextEditor.js +3 -2
  98. package/dist-cjs/lib/ui/components/Toolbar/AltTextEditor.js.map +2 -2
  99. package/dist-cjs/lib/ui/components/Toolbar/DefaultImageToolbarContent.js +39 -10
  100. package/dist-cjs/lib/ui/components/Toolbar/DefaultImageToolbarContent.js.map +2 -2
  101. package/dist-cjs/lib/ui/components/Toolbar/DefaultToolbar.js +66 -21
  102. package/dist-cjs/lib/ui/components/Toolbar/DefaultToolbar.js.map +3 -3
  103. package/dist-cjs/lib/ui/components/Toolbar/DefaultVideoToolbarContent.js +15 -3
  104. package/dist-cjs/lib/ui/components/Toolbar/DefaultVideoToolbarContent.js.map +2 -2
  105. package/dist-cjs/lib/ui/components/Toolbar/LinkEditor.js +3 -3
  106. package/dist-cjs/lib/ui/components/Toolbar/LinkEditor.js.map +2 -2
  107. package/dist-cjs/lib/ui/components/Toolbar/OverflowingToolbar.js +189 -80
  108. package/dist-cjs/lib/ui/components/Toolbar/OverflowingToolbar.js.map +3 -3
  109. package/dist-cjs/lib/ui/components/Toolbar/ToggleToolLockedButton.js +5 -4
  110. package/dist-cjs/lib/ui/components/Toolbar/ToggleToolLockedButton.js.map +2 -2
  111. package/dist-cjs/lib/ui/components/menu-items.js +6 -0
  112. package/dist-cjs/lib/ui/components/menu-items.js.map +2 -2
  113. package/dist-cjs/lib/ui/components/primitives/TldrawUiContextualToolbar.js +10 -1
  114. package/dist-cjs/lib/ui/components/primitives/TldrawUiContextualToolbar.js.map +2 -2
  115. package/dist-cjs/lib/ui/components/primitives/TldrawUiPopover.js +3 -2
  116. package/dist-cjs/lib/ui/components/primitives/TldrawUiPopover.js.map +3 -3
  117. package/dist-cjs/lib/ui/components/primitives/TldrawUiSlider.js +17 -4
  118. package/dist-cjs/lib/ui/components/primitives/TldrawUiSlider.js.map +2 -2
  119. package/dist-cjs/lib/ui/components/primitives/TldrawUiToolbar.js +32 -7
  120. package/dist-cjs/lib/ui/components/primitives/TldrawUiToolbar.js.map +2 -2
  121. package/dist-cjs/lib/ui/components/primitives/TldrawUiTooltip.js +269 -0
  122. package/dist-cjs/lib/ui/components/primitives/TldrawUiTooltip.js.map +7 -0
  123. package/dist-cjs/lib/ui/components/primitives/layout.js +76 -0
  124. package/dist-cjs/lib/ui/components/primitives/layout.js.map +7 -0
  125. package/dist-cjs/lib/ui/components/primitives/menus/TldrawUiMenuContext.js.map +2 -2
  126. package/dist-cjs/lib/ui/components/primitives/menus/TldrawUiMenuGroup.js +25 -12
  127. package/dist-cjs/lib/ui/components/primitives/menus/TldrawUiMenuGroup.js.map +2 -2
  128. package/dist-cjs/lib/ui/components/primitives/menus/TldrawUiMenuItem.js +12 -26
  129. package/dist-cjs/lib/ui/components/primitives/menus/TldrawUiMenuItem.js.map +2 -2
  130. package/dist-cjs/lib/ui/context/TldrawUiContextProvider.js +3 -2
  131. package/dist-cjs/lib/ui/context/TldrawUiContextProvider.js.map +2 -2
  132. package/dist-cjs/lib/ui/context/actions.js +38 -10
  133. package/dist-cjs/lib/ui/context/actions.js.map +2 -2
  134. package/dist-cjs/lib/ui/context/components.js +2 -0
  135. package/dist-cjs/lib/ui/context/components.js.map +2 -2
  136. package/dist-cjs/lib/ui/context/events.js.map +2 -2
  137. package/dist-cjs/lib/ui/hooks/useExportAs.js +3 -2
  138. package/dist-cjs/lib/ui/hooks/useExportAs.js.map +2 -2
  139. package/dist-cjs/lib/ui/hooks/useTools.js +22 -4
  140. package/dist-cjs/lib/ui/hooks/useTools.js.map +2 -2
  141. package/dist-cjs/lib/ui/hooks/useTranslation/TLUiTranslationKey.js.map +1 -1
  142. package/dist-cjs/lib/ui/hooks/useTranslation/defaultTranslation.js +5 -0
  143. package/dist-cjs/lib/ui/hooks/useTranslation/defaultTranslation.js.map +2 -2
  144. package/dist-cjs/lib/ui/kbd-utils.js +9 -3
  145. package/dist-cjs/lib/ui/kbd-utils.js.map +2 -2
  146. package/dist-cjs/lib/ui/version.js +3 -3
  147. package/dist-cjs/lib/ui/version.js.map +1 -1
  148. package/dist-cjs/lib/utils/export/copyAs.js +1 -2
  149. package/dist-cjs/lib/utils/export/copyAs.js.map +2 -2
  150. package/dist-cjs/lib/utils/export/export.js +0 -20
  151. package/dist-cjs/lib/utils/export/export.js.map +2 -2
  152. package/dist-cjs/lib/utils/export/exportAs.js +1 -2
  153. package/dist-cjs/lib/utils/export/exportAs.js.map +2 -2
  154. package/dist-esm/index.d.mts +322 -105
  155. package/dist-esm/index.mjs +83 -29
  156. package/dist-esm/index.mjs.map +2 -2
  157. package/dist-esm/lib/Tldraw.mjs +14 -4
  158. package/dist-esm/lib/Tldraw.mjs.map +2 -2
  159. package/dist-esm/lib/canvas/TldrawScribble.mjs +1 -1
  160. package/dist-esm/lib/canvas/TldrawScribble.mjs.map +2 -2
  161. package/dist-esm/lib/defaultExternalContentHandlers.mjs +5 -4
  162. package/dist-esm/lib/defaultExternalContentHandlers.mjs.map +2 -2
  163. package/dist-esm/lib/shapes/arrow/ArrowShapeUtil.mjs +4 -3
  164. package/dist-esm/lib/shapes/arrow/ArrowShapeUtil.mjs.map +2 -2
  165. package/dist-esm/lib/shapes/arrow/arrowLabel.mjs +6 -0
  166. package/dist-esm/lib/shapes/arrow/arrowLabel.mjs.map +3 -3
  167. package/dist-esm/lib/shapes/arrow/elbow/ElbowArrowDebug.mjs +3 -3
  168. package/dist-esm/lib/shapes/arrow/elbow/ElbowArrowDebug.mjs.map +1 -1
  169. package/dist-esm/lib/shapes/draw/DrawShapeUtil.mjs +4 -3
  170. package/dist-esm/lib/shapes/draw/DrawShapeUtil.mjs.map +2 -2
  171. package/dist-esm/lib/shapes/embed/EmbedShapeUtil.mjs +1 -1
  172. package/dist-esm/lib/shapes/embed/EmbedShapeUtil.mjs.map +1 -1
  173. package/dist-esm/lib/shapes/frame/FrameShapeUtil.mjs +19 -12
  174. package/dist-esm/lib/shapes/frame/FrameShapeUtil.mjs.map +2 -2
  175. package/dist-esm/lib/shapes/frame/components/FrameHeading.mjs +1 -1
  176. package/dist-esm/lib/shapes/frame/components/FrameHeading.mjs.map +2 -2
  177. package/dist-esm/lib/shapes/geo/GeoShapeUtil.mjs +3 -2
  178. package/dist-esm/lib/shapes/geo/GeoShapeUtil.mjs.map +2 -2
  179. package/dist-esm/lib/shapes/geo/components/GeoShapeBody.mjs +2 -1
  180. package/dist-esm/lib/shapes/geo/components/GeoShapeBody.mjs.map +2 -2
  181. package/dist-esm/lib/shapes/highlight/HighlightShapeUtil.mjs +6 -1
  182. package/dist-esm/lib/shapes/highlight/HighlightShapeUtil.mjs.map +2 -2
  183. package/dist-esm/lib/shapes/image/ImageShapeUtil.mjs +6 -3
  184. package/dist-esm/lib/shapes/image/ImageShapeUtil.mjs.map +2 -2
  185. package/dist-esm/lib/shapes/line/LineShapeUtil.mjs +6 -1
  186. package/dist-esm/lib/shapes/line/LineShapeUtil.mjs.map +2 -2
  187. package/dist-esm/lib/shapes/note/NoteShapeUtil.mjs +5 -4
  188. package/dist-esm/lib/shapes/note/NoteShapeUtil.mjs.map +2 -2
  189. package/dist-esm/lib/shapes/shared/PlainTextLabel.mjs +1 -3
  190. package/dist-esm/lib/shapes/shared/PlainTextLabel.mjs.map +2 -2
  191. package/dist-esm/lib/shapes/shared/ShapeFill.mjs +5 -4
  192. package/dist-esm/lib/shapes/shared/ShapeFill.mjs.map +2 -2
  193. package/dist-esm/lib/shapes/shared/freehand/svg.mjs.map +2 -2
  194. package/dist-esm/lib/shapes/shared/useEditablePlainText.mjs +0 -2
  195. package/dist-esm/lib/shapes/shared/useEditablePlainText.mjs.map +2 -2
  196. package/dist-esm/lib/shapes/shared/useImageOrVideoAsset.mjs +0 -2
  197. package/dist-esm/lib/shapes/shared/useImageOrVideoAsset.mjs.map +2 -2
  198. package/dist-esm/lib/shapes/shared/usePrefersReducedMotion.mjs +10 -1
  199. package/dist-esm/lib/shapes/shared/usePrefersReducedMotion.mjs.map +2 -2
  200. package/dist-esm/lib/shapes/text/TextShapeUtil.mjs +3 -2
  201. package/dist-esm/lib/shapes/text/TextShapeUtil.mjs.map +2 -2
  202. package/dist-esm/lib/shapes/video/VideoShapeUtil.mjs +3 -3
  203. package/dist-esm/lib/shapes/video/VideoShapeUtil.mjs.map +1 -1
  204. package/dist-esm/lib/tools/EraserTool/childStates/Erasing.mjs +26 -1
  205. package/dist-esm/lib/tools/EraserTool/childStates/Erasing.mjs.map +2 -2
  206. package/dist-esm/lib/tools/EraserTool/childStates/Pointing.mjs +13 -0
  207. package/dist-esm/lib/tools/EraserTool/childStates/Pointing.mjs.map +2 -2
  208. package/dist-esm/lib/ui/TldrawUi.mjs +29 -14
  209. package/dist-esm/lib/ui/TldrawUi.mjs.map +3 -3
  210. package/dist-esm/lib/ui/assetUrls.mjs +13 -10
  211. package/dist-esm/lib/ui/assetUrls.mjs.map +2 -2
  212. package/dist-esm/lib/ui/components/AccessibilityMenu.mjs +19 -0
  213. package/dist-esm/lib/ui/components/AccessibilityMenu.mjs.map +7 -0
  214. package/dist-esm/lib/ui/components/ActionsMenu/DefaultActionsMenu.mjs +12 -3
  215. package/dist-esm/lib/ui/components/ActionsMenu/DefaultActionsMenu.mjs.map +2 -2
  216. package/dist-esm/lib/ui/components/{FollowingIndicator.mjs → DefaultFollowingIndicator.mjs} +3 -3
  217. package/dist-esm/lib/ui/components/DefaultFollowingIndicator.mjs.map +7 -0
  218. package/dist-esm/lib/ui/components/DefaultMenuPanel.mjs +3 -2
  219. package/dist-esm/lib/ui/components/DefaultMenuPanel.mjs.map +2 -2
  220. package/dist-esm/lib/ui/components/KeyboardShortcutsDialog/DefaultKeyboardShortcutsDialogContent.mjs +6 -6
  221. package/dist-esm/lib/ui/components/KeyboardShortcutsDialog/DefaultKeyboardShortcutsDialogContent.mjs.map +1 -1
  222. package/dist-esm/lib/ui/components/MainMenu/DefaultMainMenuContent.mjs +3 -5
  223. package/dist-esm/lib/ui/components/MainMenu/DefaultMainMenuContent.mjs.map +2 -2
  224. package/dist-esm/lib/ui/components/Minimap/MinimapManager.mjs +4 -4
  225. package/dist-esm/lib/ui/components/Minimap/MinimapManager.mjs.map +2 -2
  226. package/dist-esm/lib/ui/components/MobileStylePanel.mjs +6 -3
  227. package/dist-esm/lib/ui/components/MobileStylePanel.mjs.map +2 -2
  228. package/dist-esm/lib/ui/components/NavigationPanel/DefaultNavigationPanel.mjs +1 -1
  229. package/dist-esm/lib/ui/components/NavigationPanel/DefaultNavigationPanel.mjs.map +2 -2
  230. package/dist-esm/lib/ui/components/PageMenu/DefaultPageMenu.mjs +2 -1
  231. package/dist-esm/lib/ui/components/PageMenu/DefaultPageMenu.mjs.map +2 -2
  232. package/dist-esm/lib/ui/components/SharePanel/PeopleMenuItem.mjs +3 -2
  233. package/dist-esm/lib/ui/components/SharePanel/PeopleMenuItem.mjs.map +2 -2
  234. package/dist-esm/lib/ui/components/SharePanel/UserPresenceColorPicker.mjs +2 -2
  235. package/dist-esm/lib/ui/components/SharePanel/UserPresenceColorPicker.mjs.map +2 -2
  236. package/dist-esm/lib/ui/components/StylePanel/DefaultStylePanel.mjs +16 -5
  237. package/dist-esm/lib/ui/components/StylePanel/DefaultStylePanel.mjs.map +2 -2
  238. package/dist-esm/lib/ui/components/StylePanel/DefaultStylePanelContent.mjs +251 -283
  239. package/dist-esm/lib/ui/components/StylePanel/DefaultStylePanelContent.mjs.map +2 -2
  240. package/dist-esm/lib/ui/components/StylePanel/StylePanelButtonPicker.mjs +126 -0
  241. package/dist-esm/lib/ui/components/StylePanel/StylePanelButtonPicker.mjs.map +7 -0
  242. package/dist-esm/lib/ui/components/StylePanel/StylePanelContext.mjs +48 -0
  243. package/dist-esm/lib/ui/components/StylePanel/StylePanelContext.mjs.map +7 -0
  244. package/dist-esm/lib/ui/components/StylePanel/{DoubleDropdownPicker.mjs → StylePanelDoubleDropdownPicker.mjs} +23 -22
  245. package/dist-esm/lib/ui/components/StylePanel/StylePanelDoubleDropdownPicker.mjs.map +7 -0
  246. package/dist-esm/lib/ui/components/StylePanel/{DropdownPicker.mjs → StylePanelDropdownPicker.mjs} +44 -40
  247. package/dist-esm/lib/ui/components/StylePanel/StylePanelDropdownPicker.mjs.map +7 -0
  248. package/dist-esm/lib/ui/components/StylePanel/StylePanelSubheading.mjs +8 -0
  249. package/dist-esm/lib/ui/components/StylePanel/StylePanelSubheading.mjs.map +7 -0
  250. package/dist-esm/lib/ui/components/Toolbar/AltTextEditor.mjs +3 -2
  251. package/dist-esm/lib/ui/components/Toolbar/AltTextEditor.mjs.map +2 -2
  252. package/dist-esm/lib/ui/components/Toolbar/DefaultImageToolbarContent.mjs +39 -10
  253. package/dist-esm/lib/ui/components/Toolbar/DefaultImageToolbarContent.mjs.map +2 -2
  254. package/dist-esm/lib/ui/components/Toolbar/DefaultToolbar.mjs +56 -21
  255. package/dist-esm/lib/ui/components/Toolbar/DefaultToolbar.mjs.map +2 -2
  256. package/dist-esm/lib/ui/components/Toolbar/DefaultVideoToolbarContent.mjs +15 -3
  257. package/dist-esm/lib/ui/components/Toolbar/DefaultVideoToolbarContent.mjs.map +2 -2
  258. package/dist-esm/lib/ui/components/Toolbar/LinkEditor.mjs +3 -3
  259. package/dist-esm/lib/ui/components/Toolbar/LinkEditor.mjs.map +2 -2
  260. package/dist-esm/lib/ui/components/Toolbar/OverflowingToolbar.mjs +192 -81
  261. package/dist-esm/lib/ui/components/Toolbar/OverflowingToolbar.mjs.map +3 -3
  262. package/dist-esm/lib/ui/components/Toolbar/ToggleToolLockedButton.mjs +5 -4
  263. package/dist-esm/lib/ui/components/Toolbar/ToggleToolLockedButton.mjs.map +2 -2
  264. package/dist-esm/lib/ui/components/menu-items.mjs +6 -0
  265. package/dist-esm/lib/ui/components/menu-items.mjs.map +2 -2
  266. package/dist-esm/lib/ui/components/primitives/TldrawUiContextualToolbar.mjs +10 -1
  267. package/dist-esm/lib/ui/components/primitives/TldrawUiContextualToolbar.mjs.map +2 -2
  268. package/dist-esm/lib/ui/components/primitives/TldrawUiPopover.mjs +3 -2
  269. package/dist-esm/lib/ui/components/primitives/TldrawUiPopover.mjs.map +2 -2
  270. package/dist-esm/lib/ui/components/primitives/TldrawUiSlider.mjs +17 -4
  271. package/dist-esm/lib/ui/components/primitives/TldrawUiSlider.mjs.map +2 -2
  272. package/dist-esm/lib/ui/components/primitives/TldrawUiToolbar.mjs +32 -7
  273. package/dist-esm/lib/ui/components/primitives/TldrawUiToolbar.mjs.map +2 -2
  274. package/dist-esm/lib/ui/components/primitives/TldrawUiTooltip.mjs +246 -0
  275. package/dist-esm/lib/ui/components/primitives/TldrawUiTooltip.mjs.map +7 -0
  276. package/dist-esm/lib/ui/components/primitives/layout.mjs +46 -0
  277. package/dist-esm/lib/ui/components/primitives/layout.mjs.map +7 -0
  278. package/dist-esm/lib/ui/components/primitives/menus/TldrawUiMenuContext.mjs.map +2 -2
  279. package/dist-esm/lib/ui/components/primitives/menus/TldrawUiMenuGroup.mjs +25 -12
  280. package/dist-esm/lib/ui/components/primitives/menus/TldrawUiMenuGroup.mjs.map +2 -2
  281. package/dist-esm/lib/ui/components/primitives/menus/TldrawUiMenuItem.mjs +12 -26
  282. package/dist-esm/lib/ui/components/primitives/menus/TldrawUiMenuItem.mjs.map +2 -2
  283. package/dist-esm/lib/ui/context/TldrawUiContextProvider.mjs +3 -2
  284. package/dist-esm/lib/ui/context/TldrawUiContextProvider.mjs.map +2 -2
  285. package/dist-esm/lib/ui/context/actions.mjs +38 -10
  286. package/dist-esm/lib/ui/context/actions.mjs.map +2 -2
  287. package/dist-esm/lib/ui/context/components.mjs +2 -0
  288. package/dist-esm/lib/ui/context/components.mjs.map +2 -2
  289. package/dist-esm/lib/ui/context/events.mjs.map +2 -2
  290. package/dist-esm/lib/ui/hooks/useExportAs.mjs +3 -2
  291. package/dist-esm/lib/ui/hooks/useExportAs.mjs.map +2 -2
  292. package/dist-esm/lib/ui/hooks/useTools.mjs +23 -4
  293. package/dist-esm/lib/ui/hooks/useTools.mjs.map +2 -2
  294. package/dist-esm/lib/ui/hooks/useTranslation/defaultTranslation.mjs +5 -0
  295. package/dist-esm/lib/ui/hooks/useTranslation/defaultTranslation.mjs.map +2 -2
  296. package/dist-esm/lib/ui/kbd-utils.mjs +9 -3
  297. package/dist-esm/lib/ui/kbd-utils.mjs.map +2 -2
  298. package/dist-esm/lib/ui/version.mjs +3 -3
  299. package/dist-esm/lib/ui/version.mjs.map +1 -1
  300. package/dist-esm/lib/utils/export/copyAs.mjs +1 -2
  301. package/dist-esm/lib/utils/export/copyAs.mjs.map +2 -2
  302. package/dist-esm/lib/utils/export/export.mjs +0 -20
  303. package/dist-esm/lib/utils/export/export.mjs.map +2 -2
  304. package/dist-esm/lib/utils/export/exportAs.mjs +1 -2
  305. package/dist-esm/lib/utils/export/exportAs.mjs.map +2 -2
  306. package/package.json +11 -34
  307. package/src/index.ts +62 -22
  308. package/src/lib/Tldraw.tsx +15 -2
  309. package/src/lib/canvas/TldrawScribble.tsx +1 -1
  310. package/src/lib/defaultExternalContentHandlers.ts +12 -4
  311. package/src/lib/shapes/arrow/ArrowShapeOptions.test.ts +2 -1
  312. package/src/lib/shapes/arrow/ArrowShapeTool.test.ts +4 -3
  313. package/src/lib/shapes/arrow/ArrowShapeUtil.test.ts +7 -6
  314. package/src/lib/shapes/arrow/ArrowShapeUtil.tsx +4 -3
  315. package/src/lib/shapes/arrow/arrowLabel.ts +8 -0
  316. package/src/lib/shapes/arrow/elbow/ElbowArrowDebug.tsx +3 -3
  317. package/src/lib/shapes/draw/DrawShapeTool.test.ts +0 -5
  318. package/src/lib/shapes/draw/DrawShapeUtil.tsx +4 -3
  319. package/src/lib/shapes/embed/EmbedShapeUtil.tsx +1 -1
  320. package/src/lib/shapes/frame/FrameShapeUtil.tsx +29 -14
  321. package/src/lib/shapes/frame/components/FrameHeading.tsx +1 -1
  322. package/src/lib/shapes/geo/GeoShapeUtil.tsx +3 -2
  323. package/src/lib/shapes/geo/components/GeoShapeBody.tsx +2 -2
  324. package/src/lib/shapes/highlight/HighlightShapeUtil.tsx +7 -1
  325. package/src/lib/shapes/image/ImageShapeUtil.tsx +6 -3
  326. package/src/lib/shapes/line/LineShapeUtil.test.tsx +4 -3
  327. package/src/lib/shapes/line/LineShapeUtil.tsx +6 -1
  328. package/src/lib/shapes/line/__snapshots__/LineShapeUtil.test.tsx.snap +2 -2
  329. package/src/lib/shapes/note/NoteShapeUtil.tsx +9 -4
  330. package/src/lib/shapes/shared/PlainTextLabel.tsx +0 -6
  331. package/src/lib/shapes/shared/ShapeFill.tsx +5 -4
  332. package/src/lib/shapes/shared/freehand/svg.ts +2 -0
  333. package/src/lib/shapes/shared/useEditablePlainText.ts +0 -6
  334. package/src/lib/shapes/shared/useImageOrVideoAsset.ts +0 -7
  335. package/src/lib/shapes/shared/usePrefersReducedMotion.tsx +11 -1
  336. package/src/lib/shapes/text/TextShapeTool.test.ts +6 -5
  337. package/src/lib/shapes/text/TextShapeUtil.tsx +3 -2
  338. package/src/lib/shapes/video/VideoShapeUtil.tsx +3 -3
  339. package/src/lib/tools/EraserTool/childStates/Erasing.ts +34 -1
  340. package/src/lib/tools/EraserTool/childStates/Pointing.ts +20 -0
  341. package/src/lib/ui/TldrawUi.tsx +33 -12
  342. package/src/lib/ui/assetUrls.ts +13 -10
  343. package/src/lib/ui/components/AccessibilityMenu.tsx +20 -0
  344. package/src/lib/ui/components/ActionsMenu/DefaultActionsMenu.tsx +15 -3
  345. package/src/lib/ui/components/{FollowingIndicator.tsx → DefaultFollowingIndicator.tsx} +2 -1
  346. package/src/lib/ui/components/DefaultMenuPanel.tsx +4 -3
  347. package/src/lib/ui/components/KeyboardShortcutsDialog/DefaultKeyboardShortcutsDialogContent.tsx +6 -6
  348. package/src/lib/ui/components/MainMenu/DefaultMainMenuContent.tsx +4 -4
  349. package/src/lib/ui/components/Minimap/MinimapManager.ts +4 -4
  350. package/src/lib/ui/components/MobileStylePanel.tsx +9 -6
  351. package/src/lib/ui/components/NavigationPanel/DefaultNavigationPanel.tsx +1 -1
  352. package/src/lib/ui/components/PageMenu/DefaultPageMenu.tsx +3 -2
  353. package/src/lib/ui/components/SharePanel/PeopleMenuItem.tsx +4 -3
  354. package/src/lib/ui/components/SharePanel/UserPresenceColorPicker.tsx +3 -3
  355. package/src/lib/ui/components/StylePanel/DefaultStylePanel.tsx +28 -12
  356. package/src/lib/ui/components/StylePanel/DefaultStylePanelContent.tsx +261 -343
  357. package/src/lib/ui/components/{primitives/TldrawUiButtonPicker.tsx → StylePanel/StylePanelButtonPicker.tsx} +66 -50
  358. package/src/lib/ui/components/StylePanel/StylePanelContext.tsx +63 -0
  359. package/src/lib/ui/components/StylePanel/{DoubleDropdownPicker.tsx → StylePanelDoubleDropdownPicker.tsx} +31 -22
  360. package/src/lib/ui/components/StylePanel/StylePanelDropdownPicker.tsx +119 -0
  361. package/src/lib/ui/components/StylePanel/StylePanelSubheading.tsx +9 -0
  362. package/src/lib/ui/components/Toolbar/AltTextEditor.tsx +4 -3
  363. package/src/lib/ui/components/Toolbar/DefaultImageToolbarContent.tsx +33 -16
  364. package/src/lib/ui/components/Toolbar/DefaultToolbar.tsx +55 -23
  365. package/src/lib/ui/components/Toolbar/DefaultVideoToolbarContent.tsx +12 -4
  366. package/src/lib/ui/components/Toolbar/LinkEditor.tsx +5 -5
  367. package/src/lib/ui/components/Toolbar/OverflowingToolbar.tsx +212 -61
  368. package/src/lib/ui/components/Toolbar/ToggleToolLockedButton.tsx +14 -11
  369. package/src/lib/ui/components/menu-items.tsx +8 -0
  370. package/src/lib/ui/components/primitives/TldrawUiContextualToolbar.tsx +6 -1
  371. package/src/lib/ui/components/primitives/TldrawUiPopover.tsx +4 -2
  372. package/src/lib/ui/components/primitives/TldrawUiSlider.tsx +50 -30
  373. package/src/lib/ui/components/primitives/TldrawUiToolbar.tsx +54 -12
  374. package/src/lib/ui/components/primitives/TldrawUiTooltip.tsx +335 -0
  375. package/src/lib/ui/components/primitives/layout.tsx +107 -0
  376. package/src/lib/ui/components/primitives/menus/TldrawUiMenuContext.tsx +0 -1
  377. package/src/lib/ui/components/primitives/menus/TldrawUiMenuGroup.tsx +29 -16
  378. package/src/lib/ui/components/primitives/menus/TldrawUiMenuItem.tsx +18 -27
  379. package/src/lib/ui/context/TldrawUiContextProvider.tsx +23 -20
  380. package/src/lib/ui/context/actions.tsx +38 -10
  381. package/src/lib/ui/context/components.tsx +3 -0
  382. package/src/lib/ui/context/events.tsx +2 -1
  383. package/src/lib/ui/hooks/useExportAs.ts +3 -2
  384. package/src/lib/ui/hooks/useTools.tsx +26 -4
  385. package/src/lib/ui/hooks/useTranslation/TLUiTranslationKey.ts +5 -0
  386. package/src/lib/ui/hooks/useTranslation/defaultTranslation.ts +5 -0
  387. package/src/lib/ui/kbd-utils.ts +10 -3
  388. package/src/lib/ui/version.ts +3 -3
  389. package/src/lib/ui.css +424 -293
  390. package/src/lib/utils/excalidraw/__snapshots__/putExcalidrawContent.test.tsx.snap +5 -5
  391. package/src/lib/utils/export/copyAs.ts +1 -24
  392. package/src/lib/utils/export/export.ts +0 -36
  393. package/src/lib/utils/export/exportAs.ts +1 -32
  394. package/src/lib/utils/tldr/__snapshots__/buildFromV1Document.test.ts.snap +4 -4
  395. package/src/test/A11y.test.tsx +3 -2
  396. package/src/test/ClickManager.test.ts +7 -6
  397. package/src/test/Editor.test.tsx +20 -19
  398. package/src/test/EraserTool.test.ts +184 -13
  399. package/src/test/HandTool.test.ts +10 -9
  400. package/src/test/HighlightShape.test.ts +2 -1
  401. package/src/test/SelectTool.test.ts +3 -2
  402. package/src/test/TLUserPreferences.test.ts +4 -3
  403. package/src/test/TestEditor.ts +13 -15
  404. package/src/test/TldrawEditor.test.tsx +11 -10
  405. package/src/test/ZoomTool.test.ts +7 -6
  406. package/src/test/__snapshots__/drawing.test.ts.snap +2 -2
  407. package/src/test/__snapshots__/groups.test.tsx.snap +6 -6
  408. package/src/test/__snapshots__/resizing.test.ts.snap +2 -2
  409. package/src/test/arrows-megabus.test.tsx +5 -4
  410. package/src/test/bindings.test.tsx +24 -37
  411. package/src/test/bookmark-shapes.test.ts +1 -8
  412. package/src/test/commands/__snapshots__/getSvgString.test.ts.snap +23 -7
  413. package/src/test/commands/__snapshots__/packShapes.test.ts.snap +8 -8
  414. package/src/test/commands/__snapshots__/zoomToFit.test.ts.snap +2 -2
  415. package/src/test/commands/alignShapes.test.tsx +25 -24
  416. package/src/test/commands/animationSpeed.test.ts +2 -1
  417. package/src/test/commands/centerOnPoint.test.ts +3 -2
  418. package/src/test/commands/clipboard.test.ts +3 -2
  419. package/src/test/commands/createShapes.test.ts +2 -1
  420. package/src/test/commands/deleteShapes.test.ts +2 -1
  421. package/src/test/commands/distributeShapes.test.tsx +11 -10
  422. package/src/test/commands/getSvgString.test.ts +2 -1
  423. package/src/test/commands/packShapes.test.ts +5 -4
  424. package/src/test/commands/resizeShape.test.ts +2 -1
  425. package/src/test/commands/rotateShapes.test.ts +7 -6
  426. package/src/test/commands/setCamera.test.ts +4 -3
  427. package/src/test/commands/setCurrentPage.test.ts +3 -2
  428. package/src/test/commands/stackShapes.test.ts +11 -10
  429. package/src/test/commands/stretch.test.tsx +13 -12
  430. package/src/test/createDeepLink.test.tsx +2 -1
  431. package/src/test/cropping.test.ts +3 -2
  432. package/src/test/custom-clipping.test.ts +436 -0
  433. package/src/test/drawing.test.ts +2 -1
  434. package/src/test/flipShapes.test.ts +4 -3
  435. package/src/test/frames.test.ts +25 -24
  436. package/src/test/getCulledShapes.test.tsx +3 -2
  437. package/src/test/groups.test.tsx +1 -1
  438. package/src/test/handleDeepLink.test.tsx +2 -1
  439. package/src/test/maxShapes.test.ts +3 -2
  440. package/src/test/modifiers.test.ts +5 -4
  441. package/src/test/navigation.test.ts +12 -11
  442. package/src/test/panning.test.ts +2 -1
  443. package/src/test/perf/perf.test.ts +2 -1
  444. package/src/test/registerDeepLinkListener.test.tsx +10 -9
  445. package/src/test/resizing.test.ts +39 -38
  446. package/src/test/select.test.tsx +4 -3
  447. package/src/test/selection-omnibus.test.ts +11 -10
  448. package/src/test/shapeutils.test.ts +4 -3
  449. package/src/test/translating.test.ts +9 -8
  450. package/tldraw.css +732 -583
  451. package/dist-cjs/lib/ui/components/FollowingIndicator.js.map +0 -7
  452. package/dist-cjs/lib/ui/components/StylePanel/DoubleDropdownPicker.js.map +0 -7
  453. package/dist-cjs/lib/ui/components/StylePanel/DropdownPicker.js.map +0 -7
  454. package/dist-cjs/lib/ui/components/primitives/TldrawUiButtonPicker.js.map +0 -7
  455. package/dist-esm/lib/ui/components/FollowingIndicator.mjs.map +0 -7
  456. package/dist-esm/lib/ui/components/StylePanel/DoubleDropdownPicker.mjs.map +0 -7
  457. package/dist-esm/lib/ui/components/StylePanel/DropdownPicker.mjs.map +0 -7
  458. package/dist-esm/lib/ui/components/primitives/TldrawUiButtonPicker.mjs +0 -115
  459. package/dist-esm/lib/ui/components/primitives/TldrawUiButtonPicker.mjs.map +0 -7
  460. package/src/lib/ui/components/StylePanel/DropdownPicker.tsx +0 -109
@@ -0,0 +1,246 @@
1
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
2
+ import { assert, atom, uniqueId, useMaybeEditor, useValue } from "@tldraw/editor";
3
+ import { Tooltip as _Tooltip } from "radix-ui";
4
+ import React, {
5
+ createContext,
6
+ forwardRef,
7
+ useContext,
8
+ useEffect,
9
+ useRef,
10
+ useState
11
+ } from "react";
12
+ import { useTldrawUiOrientation } from "./layout.mjs";
13
+ const DEFAULT_TOOLTIP_DELAY_MS = 700;
14
+ class TooltipManager {
15
+ static instance = null;
16
+ currentTooltip = atom("current tooltip", null);
17
+ destroyTimeoutId = null;
18
+ static getInstance() {
19
+ if (!TooltipManager.instance) {
20
+ TooltipManager.instance = new TooltipManager();
21
+ }
22
+ return TooltipManager.instance;
23
+ }
24
+ showTooltip(tooltipId, content, targetElement, side, sideOffset, showOnMobile, delayDuration) {
25
+ if (this.destroyTimeoutId) {
26
+ clearTimeout(this.destroyTimeoutId);
27
+ this.destroyTimeoutId = null;
28
+ }
29
+ this.currentTooltip.set({
30
+ id: tooltipId,
31
+ content,
32
+ side,
33
+ sideOffset,
34
+ showOnMobile,
35
+ targetElement,
36
+ delayDuration
37
+ });
38
+ }
39
+ hideTooltip(editor, tooltipId, instant = false) {
40
+ const hide = () => {
41
+ if (this.currentTooltip.get()?.id === tooltipId) {
42
+ this.currentTooltip.set(null);
43
+ this.destroyTimeoutId = null;
44
+ }
45
+ };
46
+ if (editor && !instant) {
47
+ this.destroyTimeoutId = editor.timers.setTimeout(hide, 300);
48
+ } else {
49
+ hide();
50
+ }
51
+ }
52
+ hideAllTooltips() {
53
+ this.currentTooltip.set(null);
54
+ this.destroyTimeoutId = null;
55
+ }
56
+ getCurrentTooltipData() {
57
+ const currentTooltip = this.currentTooltip.get();
58
+ if (!currentTooltip) return null;
59
+ if (!this.supportsHover() && !currentTooltip.showOnMobile) return null;
60
+ return currentTooltip;
61
+ }
62
+ supportsHoverAtom = null;
63
+ supportsHover() {
64
+ if (!this.supportsHoverAtom) {
65
+ const mediaQuery = window.matchMedia("(hover: hover)");
66
+ const supportsHover = atom("has hover", mediaQuery.matches);
67
+ this.supportsHoverAtom = supportsHover;
68
+ mediaQuery.addEventListener("change", (e) => {
69
+ supportsHover.set(e.matches);
70
+ });
71
+ }
72
+ return this.supportsHoverAtom.get();
73
+ }
74
+ }
75
+ const tooltipManager = TooltipManager.getInstance();
76
+ const TooltipSingletonContext = createContext(false);
77
+ function TldrawUiTooltipProvider({ children }) {
78
+ return /* @__PURE__ */ jsx(_Tooltip.Provider, { skipDelayDuration: 700, children: /* @__PURE__ */ jsxs(TooltipSingletonContext.Provider, { value: true, children: [
79
+ children,
80
+ /* @__PURE__ */ jsx(TooltipSingleton, {})
81
+ ] }) });
82
+ }
83
+ function TooltipSingleton() {
84
+ const [isOpen, setIsOpen] = useState(false);
85
+ const triggerRef = useRef(null);
86
+ const isFirstShowRef = useRef(true);
87
+ const editor = useMaybeEditor();
88
+ const currentTooltip = useValue(
89
+ "current tooltip",
90
+ () => tooltipManager.getCurrentTooltipData(),
91
+ []
92
+ );
93
+ const cameraState = useValue("camera state", () => editor?.getCameraState(), [editor]);
94
+ useEffect(() => {
95
+ if (cameraState === "moving" && isOpen && currentTooltip) {
96
+ tooltipManager.hideTooltip(editor, currentTooltip.id, true);
97
+ }
98
+ }, [cameraState, isOpen, currentTooltip, editor]);
99
+ useEffect(() => {
100
+ let timer = null;
101
+ if (currentTooltip && triggerRef.current) {
102
+ const activeRect = currentTooltip.targetElement.getBoundingClientRect();
103
+ const trigger = triggerRef.current;
104
+ trigger.style.position = "fixed";
105
+ trigger.style.left = `${activeRect.left}px`;
106
+ trigger.style.top = `${activeRect.top}px`;
107
+ trigger.style.width = `${activeRect.width}px`;
108
+ trigger.style.height = `${activeRect.height}px`;
109
+ trigger.style.pointerEvents = "none";
110
+ trigger.style.zIndex = "9999";
111
+ if (isFirstShowRef.current) {
112
+ timer = setTimeout(() => {
113
+ setIsOpen(true);
114
+ isFirstShowRef.current = false;
115
+ }, currentTooltip.delayDuration);
116
+ } else {
117
+ setIsOpen(true);
118
+ }
119
+ } else {
120
+ setIsOpen(false);
121
+ isFirstShowRef.current = true;
122
+ }
123
+ return () => {
124
+ if (timer !== null) {
125
+ clearTimeout(timer);
126
+ }
127
+ };
128
+ }, [currentTooltip]);
129
+ if (!currentTooltip) {
130
+ return null;
131
+ }
132
+ return /* @__PURE__ */ jsxs(_Tooltip.Root, { open: isOpen, delayDuration: 0, children: [
133
+ /* @__PURE__ */ jsx(_Tooltip.Trigger, { asChild: true, children: /* @__PURE__ */ jsx("div", { ref: triggerRef }) }),
134
+ /* @__PURE__ */ jsxs(
135
+ _Tooltip.Content,
136
+ {
137
+ className: "tlui-tooltip",
138
+ side: currentTooltip.side,
139
+ sideOffset: currentTooltip.sideOffset,
140
+ avoidCollisions: true,
141
+ collisionPadding: 8,
142
+ dir: "ltr",
143
+ children: [
144
+ currentTooltip.content,
145
+ /* @__PURE__ */ jsx(_Tooltip.Arrow, { className: "tlui-tooltip__arrow" })
146
+ ]
147
+ }
148
+ )
149
+ ] });
150
+ }
151
+ const TldrawUiTooltip = forwardRef(
152
+ ({
153
+ children,
154
+ content,
155
+ side,
156
+ sideOffset = 5,
157
+ disabled = false,
158
+ showOnMobile = false,
159
+ delayDuration
160
+ }, ref) => {
161
+ const editor = useMaybeEditor();
162
+ const tooltipId = useRef(uniqueId());
163
+ const hasProvider = useContext(TooltipSingletonContext);
164
+ const orientationCtx = useTldrawUiOrientation();
165
+ const sideToUse = side ?? orientationCtx.tooltipSide;
166
+ useEffect(() => {
167
+ const currentTooltipId = tooltipId.current;
168
+ return () => {
169
+ if (hasProvider) {
170
+ tooltipManager.hideTooltip(editor, currentTooltipId, true);
171
+ }
172
+ };
173
+ }, [editor, hasProvider]);
174
+ if (disabled || !content) {
175
+ return /* @__PURE__ */ jsx(Fragment, { children });
176
+ }
177
+ const delayDurationToUse = delayDuration ?? (editor?.options.tooltipDelayMs || DEFAULT_TOOLTIP_DELAY_MS);
178
+ if (!hasProvider) {
179
+ return /* @__PURE__ */ jsxs(_Tooltip.Root, { delayDuration: delayDurationToUse, disableHoverableContent: true, children: [
180
+ /* @__PURE__ */ jsx(_Tooltip.Trigger, { asChild: true, ref, children }),
181
+ /* @__PURE__ */ jsxs(
182
+ _Tooltip.Content,
183
+ {
184
+ className: "tlui-tooltip",
185
+ side: sideToUse,
186
+ sideOffset,
187
+ avoidCollisions: true,
188
+ collisionPadding: 8,
189
+ dir: "ltr",
190
+ children: [
191
+ content,
192
+ /* @__PURE__ */ jsx(_Tooltip.Arrow, { className: "tlui-tooltip__arrow" })
193
+ ]
194
+ }
195
+ )
196
+ ] });
197
+ }
198
+ const child = React.Children.only(children);
199
+ assert(React.isValidElement(child), "TldrawUiTooltip children must be a single element");
200
+ const handleMouseEnter = (event) => {
201
+ child.props.onMouseEnter?.(event);
202
+ tooltipManager.showTooltip(
203
+ tooltipId.current,
204
+ content,
205
+ event.currentTarget,
206
+ sideToUse,
207
+ sideOffset,
208
+ showOnMobile,
209
+ delayDurationToUse
210
+ );
211
+ };
212
+ const handleMouseLeave = (event) => {
213
+ child.props.onMouseLeave?.(event);
214
+ tooltipManager.hideTooltip(editor, tooltipId.current);
215
+ };
216
+ const handleFocus = (event) => {
217
+ child.props.onFocus?.(event);
218
+ tooltipManager.showTooltip(
219
+ tooltipId.current,
220
+ content,
221
+ event.currentTarget,
222
+ sideToUse,
223
+ sideOffset,
224
+ showOnMobile,
225
+ delayDurationToUse
226
+ );
227
+ };
228
+ const handleBlur = (event) => {
229
+ child.props.onBlur?.(event);
230
+ tooltipManager.hideTooltip(editor, tooltipId.current);
231
+ };
232
+ const childrenWithHandlers = React.cloneElement(children, {
233
+ onMouseEnter: handleMouseEnter,
234
+ onMouseLeave: handleMouseLeave,
235
+ onFocus: handleFocus,
236
+ onBlur: handleBlur
237
+ });
238
+ return childrenWithHandlers;
239
+ }
240
+ );
241
+ export {
242
+ TldrawUiTooltip,
243
+ TldrawUiTooltipProvider,
244
+ tooltipManager
245
+ };
246
+ //# sourceMappingURL=TldrawUiTooltip.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../../src/lib/ui/components/primitives/TldrawUiTooltip.tsx"],
4
+ "sourcesContent": ["import { assert, Atom, atom, Editor, uniqueId, useMaybeEditor, useValue } from '@tldraw/editor'\nimport { Tooltip as _Tooltip } from 'radix-ui'\nimport React, {\n\tcreateContext,\n\tforwardRef,\n\tReactNode,\n\tuseContext,\n\tuseEffect,\n\tuseRef,\n\tuseState,\n} from 'react'\nimport { useTldrawUiOrientation } from './layout'\n\nconst DEFAULT_TOOLTIP_DELAY_MS = 700\n\n/** @public */\nexport interface TldrawUiTooltipProps {\n\tchildren: React.ReactNode\n\tcontent?: string | React.ReactNode\n\tside?: 'top' | 'right' | 'bottom' | 'left'\n\tsideOffset?: number\n\tdisabled?: boolean\n\tshowOnMobile?: boolean\n\tdelayDuration?: number\n}\n\n// Singleton tooltip manager\nclass TooltipManager {\n\tprivate static instance: TooltipManager | null = null\n\tprivate currentTooltip = atom<{\n\t\tid: string\n\t\tcontent: ReactNode\n\t\tside: 'top' | 'right' | 'bottom' | 'left'\n\t\tsideOffset: number\n\t\tshowOnMobile: boolean\n\t\ttargetElement: HTMLElement\n\t\tdelayDuration: number\n\t} | null>('current tooltip', null)\n\tprivate destroyTimeoutId: number | null = null\n\n\tstatic getInstance(): TooltipManager {\n\t\tif (!TooltipManager.instance) {\n\t\t\tTooltipManager.instance = new TooltipManager()\n\t\t}\n\t\treturn TooltipManager.instance\n\t}\n\n\tshowTooltip(\n\t\ttooltipId: string,\n\t\tcontent: string | React.ReactNode,\n\t\ttargetElement: HTMLElement,\n\t\tside: 'top' | 'right' | 'bottom' | 'left',\n\t\tsideOffset: number,\n\t\tshowOnMobile: boolean,\n\t\tdelayDuration: number\n\t) {\n\t\t// Clear any existing destroy timeout\n\t\tif (this.destroyTimeoutId) {\n\t\t\tclearTimeout(this.destroyTimeoutId)\n\t\t\tthis.destroyTimeoutId = null\n\t\t}\n\n\t\t// Update current tooltip\n\t\tthis.currentTooltip.set({\n\t\t\tid: tooltipId,\n\t\t\tcontent,\n\t\t\tside,\n\t\t\tsideOffset,\n\t\t\tshowOnMobile,\n\t\t\ttargetElement,\n\t\t\tdelayDuration,\n\t\t})\n\t}\n\n\thideTooltip(editor: Editor | null, tooltipId: string, instant: boolean = false) {\n\t\tconst hide = () => {\n\t\t\t// Only hide if this is the current tooltip\n\t\t\tif (this.currentTooltip.get()?.id === tooltipId) {\n\t\t\t\tthis.currentTooltip.set(null)\n\t\t\t\tthis.destroyTimeoutId = null\n\t\t\t}\n\t\t}\n\n\t\tif (editor && !instant) {\n\t\t\t// Start destroy timeout (1 second)\n\t\t\tthis.destroyTimeoutId = editor.timers.setTimeout(hide, 300)\n\t\t} else {\n\t\t\thide()\n\t\t}\n\t}\n\n\thideAllTooltips() {\n\t\tthis.currentTooltip.set(null)\n\t\tthis.destroyTimeoutId = null\n\t}\n\n\tgetCurrentTooltipData() {\n\t\tconst currentTooltip = this.currentTooltip.get()\n\t\tif (!currentTooltip) return null\n\t\tif (!this.supportsHover() && !currentTooltip.showOnMobile) return null\n\t\treturn currentTooltip\n\t}\n\n\tprivate supportsHoverAtom: Atom<boolean> | null = null\n\tsupportsHover() {\n\t\tif (!this.supportsHoverAtom) {\n\t\t\tconst mediaQuery = window.matchMedia('(hover: hover)')\n\t\t\tconst supportsHover = atom('has hover', mediaQuery.matches)\n\t\t\tthis.supportsHoverAtom = supportsHover\n\t\t\tmediaQuery.addEventListener('change', (e) => {\n\t\t\t\tsupportsHover.set(e.matches)\n\t\t\t})\n\t\t}\n\t\treturn this.supportsHoverAtom.get()\n\t}\n}\n\nexport const tooltipManager = TooltipManager.getInstance()\n\n// Context for the tooltip singleton\nconst TooltipSingletonContext = createContext<boolean>(false)\n\n/** @public */\nexport interface TldrawUiTooltipProviderProps {\n\tchildren: React.ReactNode\n}\n\n/** @public @react */\nexport function TldrawUiTooltipProvider({ children }: TldrawUiTooltipProviderProps) {\n\treturn (\n\t\t<_Tooltip.Provider skipDelayDuration={700}>\n\t\t\t<TooltipSingletonContext.Provider value={true}>\n\t\t\t\t{children}\n\t\t\t\t<TooltipSingleton />\n\t\t\t</TooltipSingletonContext.Provider>\n\t\t</_Tooltip.Provider>\n\t)\n}\n\n// The singleton tooltip component that renders once\nfunction TooltipSingleton() {\n\tconst [isOpen, setIsOpen] = useState(false)\n\tconst triggerRef = useRef<HTMLDivElement>(null)\n\tconst isFirstShowRef = useRef(true)\n\tconst editor = useMaybeEditor()\n\n\tconst currentTooltip = useValue(\n\t\t'current tooltip',\n\t\t() => tooltipManager.getCurrentTooltipData(),\n\t\t[]\n\t)\n\n\tconst cameraState = useValue('camera state', () => editor?.getCameraState(), [editor])\n\n\t// Hide tooltip when camera is moving (panning/zooming)\n\tuseEffect(() => {\n\t\tif (cameraState === 'moving' && isOpen && currentTooltip) {\n\t\t\ttooltipManager.hideTooltip(editor, currentTooltip.id, true)\n\t\t}\n\t}, [cameraState, isOpen, currentTooltip, editor])\n\n\t// Update open state and trigger position\n\tuseEffect(() => {\n\t\tlet timer: ReturnType<typeof setTimeout> | null = null\n\t\tif (currentTooltip && triggerRef.current) {\n\t\t\t// Position the invisible trigger element over the active element\n\t\t\tconst activeRect = currentTooltip.targetElement.getBoundingClientRect()\n\t\t\tconst trigger = triggerRef.current\n\n\t\t\ttrigger.style.position = 'fixed'\n\t\t\ttrigger.style.left = `${activeRect.left}px`\n\t\t\ttrigger.style.top = `${activeRect.top}px`\n\t\t\ttrigger.style.width = `${activeRect.width}px`\n\t\t\ttrigger.style.height = `${activeRect.height}px`\n\t\t\ttrigger.style.pointerEvents = 'none'\n\t\t\ttrigger.style.zIndex = '9999'\n\n\t\t\t// Handle delay for first show\n\t\t\tif (isFirstShowRef.current) {\n\t\t\t\t// eslint-disable-next-line no-restricted-globals\n\t\t\t\ttimer = setTimeout(() => {\n\t\t\t\t\tsetIsOpen(true)\n\t\t\t\t\tisFirstShowRef.current = false\n\t\t\t\t}, currentTooltip.delayDuration)\n\t\t\t} else {\n\t\t\t\t// Subsequent tooltips show immediately\n\t\t\t\tsetIsOpen(true)\n\t\t\t}\n\t\t} else {\n\t\t\t// Hide tooltip immediately\n\t\t\tsetIsOpen(false)\n\t\t\t// Reset first show state after tooltip is hidden\n\t\t\tisFirstShowRef.current = true\n\t\t}\n\n\t\treturn () => {\n\t\t\tif (timer !== null) {\n\t\t\t\tclearTimeout(timer)\n\t\t\t}\n\t\t}\n\t}, [currentTooltip])\n\n\tif (!currentTooltip) {\n\t\treturn null\n\t}\n\n\treturn (\n\t\t<_Tooltip.Root open={isOpen} delayDuration={0}>\n\t\t\t<_Tooltip.Trigger asChild>\n\t\t\t\t<div ref={triggerRef} />\n\t\t\t</_Tooltip.Trigger>\n\t\t\t<_Tooltip.Content\n\t\t\t\tclassName=\"tlui-tooltip\"\n\t\t\t\tside={currentTooltip.side}\n\t\t\t\tsideOffset={currentTooltip.sideOffset}\n\t\t\t\tavoidCollisions\n\t\t\t\tcollisionPadding={8}\n\t\t\t\tdir=\"ltr\"\n\t\t\t>\n\t\t\t\t{currentTooltip.content}\n\t\t\t\t<_Tooltip.Arrow className=\"tlui-tooltip__arrow\" />\n\t\t\t</_Tooltip.Content>\n\t\t</_Tooltip.Root>\n\t)\n}\n\n/** @public @react */\nexport const TldrawUiTooltip = forwardRef<HTMLButtonElement, TldrawUiTooltipProps>(\n\t(\n\t\t{\n\t\t\tchildren,\n\t\t\tcontent,\n\t\t\tside,\n\t\t\tsideOffset = 5,\n\t\t\tdisabled = false,\n\t\t\tshowOnMobile = false,\n\t\t\tdelayDuration,\n\t\t},\n\t\tref\n\t) => {\n\t\tconst editor = useMaybeEditor()\n\t\tconst tooltipId = useRef<string>(uniqueId())\n\t\tconst hasProvider = useContext(TooltipSingletonContext)\n\n\t\tconst orientationCtx = useTldrawUiOrientation()\n\t\tconst sideToUse = side ?? orientationCtx.tooltipSide\n\n\t\tuseEffect(() => {\n\t\t\tconst currentTooltipId = tooltipId.current\n\t\t\treturn () => {\n\t\t\t\tif (hasProvider) {\n\t\t\t\t\ttooltipManager.hideTooltip(editor, currentTooltipId, true)\n\t\t\t\t}\n\t\t\t}\n\t\t}, [editor, hasProvider])\n\n\t\t// Don't show tooltip if disabled, no content, or UI labels are disabled\n\t\tif (disabled || !content) {\n\t\t\treturn <>{children}</>\n\t\t}\n\n\t\tconst delayDurationToUse =\n\t\t\tdelayDuration ?? (editor?.options.tooltipDelayMs || DEFAULT_TOOLTIP_DELAY_MS)\n\n\t\t// Fallback to old behavior if no provider\n\t\tif (!hasProvider) {\n\t\t\treturn (\n\t\t\t\t<_Tooltip.Root delayDuration={delayDurationToUse} disableHoverableContent>\n\t\t\t\t\t<_Tooltip.Trigger asChild ref={ref}>\n\t\t\t\t\t\t{children}\n\t\t\t\t\t</_Tooltip.Trigger>\n\t\t\t\t\t<_Tooltip.Content\n\t\t\t\t\t\tclassName=\"tlui-tooltip\"\n\t\t\t\t\t\tside={sideToUse}\n\t\t\t\t\t\tsideOffset={sideOffset}\n\t\t\t\t\t\tavoidCollisions\n\t\t\t\t\t\tcollisionPadding={8}\n\t\t\t\t\t\tdir=\"ltr\"\n\t\t\t\t\t>\n\t\t\t\t\t\t{content}\n\t\t\t\t\t\t<_Tooltip.Arrow className=\"tlui-tooltip__arrow\" />\n\t\t\t\t\t</_Tooltip.Content>\n\t\t\t\t</_Tooltip.Root>\n\t\t\t)\n\t\t}\n\n\t\tconst child = React.Children.only(children)\n\t\tassert(React.isValidElement(child), 'TldrawUiTooltip children must be a single element')\n\n\t\tconst handleMouseEnter = (event: React.MouseEvent<HTMLElement>) => {\n\t\t\tchild.props.onMouseEnter?.(event)\n\t\t\ttooltipManager.showTooltip(\n\t\t\t\ttooltipId.current,\n\t\t\t\tcontent,\n\t\t\t\tevent.currentTarget as HTMLElement,\n\t\t\t\tsideToUse,\n\t\t\t\tsideOffset,\n\t\t\t\tshowOnMobile,\n\t\t\t\tdelayDurationToUse\n\t\t\t)\n\t\t}\n\n\t\tconst handleMouseLeave = (event: React.MouseEvent<HTMLElement>) => {\n\t\t\tchild.props.onMouseLeave?.(event)\n\t\t\ttooltipManager.hideTooltip(editor, tooltipId.current)\n\t\t}\n\n\t\tconst handleFocus = (event: React.FocusEvent<HTMLElement>) => {\n\t\t\tchild.props.onFocus?.(event)\n\t\t\ttooltipManager.showTooltip(\n\t\t\t\ttooltipId.current,\n\t\t\t\tcontent,\n\t\t\t\tevent.currentTarget as HTMLElement,\n\t\t\t\tsideToUse,\n\t\t\t\tsideOffset,\n\t\t\t\tshowOnMobile,\n\t\t\t\tdelayDurationToUse\n\t\t\t)\n\t\t}\n\n\t\tconst handleBlur = (event: React.FocusEvent<HTMLElement>) => {\n\t\t\tchild.props.onBlur?.(event)\n\t\t\ttooltipManager.hideTooltip(editor, tooltipId.current)\n\t\t}\n\n\t\tconst childrenWithHandlers = React.cloneElement(children as React.ReactElement, {\n\t\t\tonMouseEnter: handleMouseEnter,\n\t\t\tonMouseLeave: handleMouseLeave,\n\t\t\tonFocus: handleFocus,\n\t\t\tonBlur: handleBlur,\n\t\t})\n\n\t\treturn childrenWithHandlers\n\t}\n)\n"],
5
+ "mappings": "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",
6
+ "names": []
7
+ }
@@ -0,0 +1,46 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import classNames from "classnames";
3
+ import { Slot } from "radix-ui";
4
+ import { createContext, forwardRef, useContext } from "react";
5
+ const TldrawUiOrientationContext = createContext({
6
+ orientation: "horizontal",
7
+ tooltipSide: "bottom"
8
+ });
9
+ function TldrawUiOrientationProvider({
10
+ children,
11
+ orientation,
12
+ tooltipSide
13
+ }) {
14
+ const prevContext = useTldrawUiOrientation();
15
+ const tooltipSideToUse = tooltipSide ?? (orientation === prevContext.orientation ? prevContext.tooltipSide : orientation === "horizontal" ? "bottom" : "right");
16
+ return /* @__PURE__ */ jsx(TldrawUiOrientationContext.Provider, { value: { orientation, tooltipSide: tooltipSideToUse }, children });
17
+ }
18
+ function useTldrawUiOrientation() {
19
+ return useContext(TldrawUiOrientationContext);
20
+ }
21
+ const TldrawUiRow = forwardRef(
22
+ ({ asChild, className, tooltipSide, ...props }, ref) => {
23
+ const Component = asChild ? Slot.Root : "div";
24
+ return /* @__PURE__ */ jsx(TldrawUiOrientationProvider, { orientation: "horizontal", tooltipSide, children: /* @__PURE__ */ jsx(Component, { ref, className: classNames("tlui-row", className), ...props }) });
25
+ }
26
+ );
27
+ const TldrawUiColumn = forwardRef(
28
+ ({ asChild, className, tooltipSide, ...props }, ref) => {
29
+ const Component = asChild ? Slot.Root : "div";
30
+ return /* @__PURE__ */ jsx(TldrawUiOrientationProvider, { orientation: "vertical", tooltipSide, children: /* @__PURE__ */ jsx(Component, { ref, className: classNames("tlui-column", className), ...props }) });
31
+ }
32
+ );
33
+ const TldrawUiGrid = forwardRef(
34
+ ({ asChild, className, tooltipSide, ...props }, ref) => {
35
+ const Component = asChild ? Slot.Root : "div";
36
+ return /* @__PURE__ */ jsx(TldrawUiOrientationProvider, { orientation: "horizontal", tooltipSide, children: /* @__PURE__ */ jsx(Component, { ref, className: classNames("tlui-grid", className), ...props }) });
37
+ }
38
+ );
39
+ export {
40
+ TldrawUiColumn,
41
+ TldrawUiGrid,
42
+ TldrawUiOrientationProvider,
43
+ TldrawUiRow,
44
+ useTldrawUiOrientation
45
+ };
46
+ //# sourceMappingURL=layout.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../../src/lib/ui/components/primitives/layout.tsx"],
4
+ "sourcesContent": ["import classNames from 'classnames'\nimport { Slot } from 'radix-ui'\nimport { HTMLAttributes, ReactNode, createContext, forwardRef, useContext } from 'react'\n\n/** @public */\nexport interface TldrawUiOrientationContext {\n\torientation: 'horizontal' | 'vertical'\n\ttooltipSide: 'top' | 'right' | 'bottom' | 'left'\n}\n\nconst TldrawUiOrientationContext = createContext<TldrawUiOrientationContext>({\n\torientation: 'horizontal',\n\ttooltipSide: 'bottom',\n})\n\n/** @public */\nexport interface TldrawUiOrientationProviderProps {\n\tchildren: ReactNode\n\torientation: 'horizontal' | 'vertical'\n\ttooltipSide?: 'top' | 'right' | 'bottom' | 'left'\n}\n/** @public @react */\nexport function TldrawUiOrientationProvider({\n\tchildren,\n\torientation,\n\ttooltipSide,\n}: TldrawUiOrientationProviderProps) {\n\tconst prevContext = useTldrawUiOrientation()\n\t// generally, we want tooltip side to cascade down through the layout - apart from when the\n\t// orientation changes. If the tooltip side is \"bottom\", and then I include some vertical layout\n\t// elements, keeping the tooltip side as bottom will cause the tooltip to overlap elements\n\t// stacked on top of each other. In the absence of a tooltip side, we pick a default side based\n\t// on the orientation whenever the orientation changes.\n\tconst tooltipSideToUse =\n\t\ttooltipSide ??\n\t\t(orientation === prevContext.orientation\n\t\t\t? prevContext.tooltipSide\n\t\t\t: orientation === 'horizontal'\n\t\t\t\t? 'bottom'\n\t\t\t\t: 'right')\n\n\treturn (\n\t\t<TldrawUiOrientationContext.Provider value={{ orientation, tooltipSide: tooltipSideToUse }}>\n\t\t\t{children}\n\t\t</TldrawUiOrientationContext.Provider>\n\t)\n}\n\n/** @public */\nexport function useTldrawUiOrientation() {\n\treturn useContext(TldrawUiOrientationContext)\n}\n\n/** @public */\nexport interface TLUiLayoutProps extends HTMLAttributes<HTMLDivElement> {\n\tchildren: ReactNode\n\ttooltipSide?: 'top' | 'right' | 'bottom' | 'left'\n\tasChild?: boolean\n}\n\n/**\n * A row, usually of UI controls like buttons, select dropdown, checkboxes, etc.\n *\n * @public @react\n */\nexport const TldrawUiRow = forwardRef<HTMLDivElement, TLUiLayoutProps>(\n\t({ asChild, className, tooltipSide, ...props }, ref) => {\n\t\tconst Component = asChild ? Slot.Root : 'div'\n\t\treturn (\n\t\t\t<TldrawUiOrientationProvider orientation=\"horizontal\" tooltipSide={tooltipSide}>\n\t\t\t\t<Component ref={ref} className={classNames('tlui-row', className)} {...props} />\n\t\t\t</TldrawUiOrientationProvider>\n\t\t)\n\t}\n)\n\n/**\n * A column, usually of UI controls like buttons, select dropdown, checkboxes, etc.\n *\n * @public @react\n */\nexport const TldrawUiColumn = forwardRef<HTMLDivElement, TLUiLayoutProps>(\n\t({ asChild, className, tooltipSide, ...props }, ref) => {\n\t\tconst Component = asChild ? Slot.Root : 'div'\n\t\treturn (\n\t\t\t<TldrawUiOrientationProvider orientation=\"vertical\" tooltipSide={tooltipSide}>\n\t\t\t\t<Component ref={ref} className={classNames('tlui-column', className)} {...props} />\n\t\t\t</TldrawUiOrientationProvider>\n\t\t)\n\t}\n)\n\n/**\n * A tight grid 4 elements wide, usually of UI controls like buttons, select dropdown, checkboxes,\n * etc.\n *\n * @public @react */\nexport const TldrawUiGrid = forwardRef<HTMLDivElement, TLUiLayoutProps>(\n\t({ asChild, className, tooltipSide, ...props }, ref) => {\n\t\tconst Component = asChild ? Slot.Root : 'div'\n\t\treturn (\n\t\t\t<TldrawUiOrientationProvider orientation=\"horizontal\" tooltipSide={tooltipSide}>\n\t\t\t\t<Component ref={ref} className={classNames('tlui-grid', className)} {...props} />\n\t\t\t</TldrawUiOrientationProvider>\n\t\t)\n\t}\n)\n"],
5
+ "mappings": "AA0CE;AA1CF,OAAO,gBAAgB;AACvB,SAAS,YAAY;AACrB,SAAoC,eAAe,YAAY,kBAAkB;AAQjF,MAAM,6BAA6B,cAA0C;AAAA,EAC5E,aAAa;AAAA,EACb,aAAa;AACd,CAAC;AASM,SAAS,4BAA4B;AAAA,EAC3C;AAAA,EACA;AAAA,EACA;AACD,GAAqC;AACpC,QAAM,cAAc,uBAAuB;AAM3C,QAAM,mBACL,gBACC,gBAAgB,YAAY,cAC1B,YAAY,cACZ,gBAAgB,eACf,WACA;AAEL,SACC,oBAAC,2BAA2B,UAA3B,EAAoC,OAAO,EAAE,aAAa,aAAa,iBAAiB,GACvF,UACF;AAEF;AAGO,SAAS,yBAAyB;AACxC,SAAO,WAAW,0BAA0B;AAC7C;AAcO,MAAM,cAAc;AAAA,EAC1B,CAAC,EAAE,SAAS,WAAW,aAAa,GAAG,MAAM,GAAG,QAAQ;AACvD,UAAM,YAAY,UAAU,KAAK,OAAO;AACxC,WACC,oBAAC,+BAA4B,aAAY,cAAa,aACrD,8BAAC,aAAU,KAAU,WAAW,WAAW,YAAY,SAAS,GAAI,GAAG,OAAO,GAC/E;AAAA,EAEF;AACD;AAOO,MAAM,iBAAiB;AAAA,EAC7B,CAAC,EAAE,SAAS,WAAW,aAAa,GAAG,MAAM,GAAG,QAAQ;AACvD,UAAM,YAAY,UAAU,KAAK,OAAO;AACxC,WACC,oBAAC,+BAA4B,aAAY,YAAW,aACnD,8BAAC,aAAU,KAAU,WAAW,WAAW,eAAe,SAAS,GAAI,GAAG,OAAO,GAClF;AAAA,EAEF;AACD;AAOO,MAAM,eAAe;AAAA,EAC3B,CAAC,EAAE,SAAS,WAAW,aAAa,GAAG,MAAM,GAAG,QAAQ;AACvD,UAAM,YAAY,UAAU,KAAK,OAAO;AACxC,WACC,oBAAC,+BAA4B,aAAY,cAAa,aACrD,8BAAC,aAAU,KAAU,WAAW,WAAW,aAAa,SAAS,GAAI,GAAG,OAAO,GAChF;AAAA,EAEF;AACD;",
6
+ "names": []
7
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../src/lib/ui/components/primitives/menus/TldrawUiMenuContext.tsx"],
4
- "sourcesContent": ["import { createContext, useContext } from 'react'\nimport { TLUiEventSource } from '../../../context/events'\n\n/** @public */\nexport type TLUiMenuContextType =\n\t| 'panel'\n\t| 'menu'\n\t| 'small-icons'\n\t| 'context-menu'\n\t| 'icons'\n\t| 'keyboard-shortcuts'\n\t| 'helper-buttons'\n\t| 'toolbar'\n\t| 'toolbar-overflow'\n\nconst menuContext = createContext<{\n\ttype: TLUiMenuContextType\n\tsourceId: TLUiEventSource\n} | null>(null)\n\n/** @public */\nexport function useTldrawUiMenuContext() {\n\tconst context = useContext(menuContext)\n\tif (!context) {\n\t\tthrow new Error('useTldrawUiMenuContext must be used within a TldrawUiMenuContextProvider')\n\t}\n\treturn context\n}\n\n/** @public */\nexport interface TLUiMenuContextProviderProps {\n\ttype: TLUiMenuContextType\n\tsourceId: TLUiEventSource\n\tchildren: React.ReactNode\n}\n\n/** @public @react */\nexport function TldrawUiMenuContextProvider({\n\ttype,\n\tsourceId,\n\tchildren,\n}: TLUiMenuContextProviderProps) {\n\treturn <menuContext.Provider value={{ type, sourceId }}>{children}</menuContext.Provider>\n}\n"],
5
- "mappings": "AA0CQ;AA1CR,SAAS,eAAe,kBAAkB;AAe1C,MAAM,cAAc,cAGV,IAAI;AAGP,SAAS,yBAAyB;AACxC,QAAM,UAAU,WAAW,WAAW;AACtC,MAAI,CAAC,SAAS;AACb,UAAM,IAAI,MAAM,0EAA0E;AAAA,EAC3F;AACA,SAAO;AACR;AAUO,SAAS,4BAA4B;AAAA,EAC3C;AAAA,EACA;AAAA,EACA;AACD,GAAiC;AAChC,SAAO,oBAAC,YAAY,UAAZ,EAAqB,OAAO,EAAE,MAAM,SAAS,GAAI,UAAS;AACnE;",
4
+ "sourcesContent": ["import { createContext, useContext } from 'react'\nimport { TLUiEventSource } from '../../../context/events'\n\n/** @public */\nexport type TLUiMenuContextType =\n\t| 'menu'\n\t| 'small-icons'\n\t| 'context-menu'\n\t| 'icons'\n\t| 'keyboard-shortcuts'\n\t| 'helper-buttons'\n\t| 'toolbar'\n\t| 'toolbar-overflow'\n\nconst menuContext = createContext<{\n\ttype: TLUiMenuContextType\n\tsourceId: TLUiEventSource\n} | null>(null)\n\n/** @public */\nexport function useTldrawUiMenuContext() {\n\tconst context = useContext(menuContext)\n\tif (!context) {\n\t\tthrow new Error('useTldrawUiMenuContext must be used within a TldrawUiMenuContextProvider')\n\t}\n\treturn context\n}\n\n/** @public */\nexport interface TLUiMenuContextProviderProps {\n\ttype: TLUiMenuContextType\n\tsourceId: TLUiEventSource\n\tchildren: React.ReactNode\n}\n\n/** @public @react */\nexport function TldrawUiMenuContextProvider({\n\ttype,\n\tsourceId,\n\tchildren,\n}: TLUiMenuContextProviderProps) {\n\treturn <menuContext.Provider value={{ type, sourceId }}>{children}</menuContext.Provider>\n}\n"],
5
+ "mappings": "AAyCQ;AAzCR,SAAS,eAAe,kBAAkB;AAc1C,MAAM,cAAc,cAGV,IAAI;AAGP,SAAS,yBAAyB;AACxC,QAAM,UAAU,WAAW,WAAW;AACtC,MAAI,CAAC,SAAS;AACb,UAAM,IAAI,MAAM,0EAA0E;AAAA,EAC3F;AACA,SAAO;AACR;AAUO,SAAS,4BAA4B;AAAA,EAC3C;AAAA,EACA;AAAA,EACA;AACD,GAAiC;AAChC,SAAO,oBAAC,YAAY,UAAZ,EAAqB,OAAO,EAAE,MAAM,SAAS,GAAI,UAAS;AACnE;",
6
6
  "names": []
7
7
  }
@@ -2,44 +2,57 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import classNames from "classnames";
3
3
  import { unwrapLabel } from "../../../context/actions.mjs";
4
4
  import { useTranslation } from "../../../hooks/useTranslation/useTranslation.mjs";
5
+ import { TldrawUiColumn, TldrawUiGrid, TldrawUiRow, useTldrawUiOrientation } from "../layout.mjs";
5
6
  import { TldrawUiDropdownMenuGroup } from "../TldrawUiDropdownMenu.mjs";
6
7
  import { useTldrawUiMenuContext } from "./TldrawUiMenuContext.mjs";
7
8
  function TldrawUiMenuGroup({ id, label, className, children }) {
8
- const { type: menuType, sourceId } = useTldrawUiMenuContext();
9
+ const menu = useTldrawUiMenuContext();
10
+ const { orientation } = useTldrawUiOrientation();
9
11
  const msg = useTranslation();
10
- const labelToUse = unwrapLabel(label, menuType);
12
+ const labelToUse = unwrapLabel(label, menu.type);
11
13
  const labelStr = labelToUse ? msg(labelToUse) : void 0;
12
- switch (menuType) {
13
- case "panel": {
14
+ switch (menu.type) {
15
+ case "menu": {
14
16
  return /* @__PURE__ */ jsx(
15
- "div",
17
+ TldrawUiDropdownMenuGroup,
16
18
  {
17
- className: classNames("tlui-menu__group", className),
18
- "data-testid": `${sourceId}-group.${id}`,
19
+ className,
20
+ "data-testid": `${menu.sourceId}-group.${id}`,
19
21
  children
20
22
  }
21
23
  );
22
24
  }
23
- case "menu": {
24
- return /* @__PURE__ */ jsx(TldrawUiDropdownMenuGroup, { className, "data-testid": `${sourceId}-group.${id}`, children });
25
- }
26
25
  case "context-menu": {
27
26
  return /* @__PURE__ */ jsx(
28
27
  "div",
29
28
  {
30
29
  dir: "ltr",
31
30
  className: classNames("tlui-menu__group", className),
32
- "data-testid": `${sourceId}-group.${id}`,
31
+ "data-testid": `${menu.sourceId}-group.${id}`,
33
32
  children
34
33
  }
35
34
  );
36
35
  }
37
36
  case "keyboard-shortcuts": {
38
- return /* @__PURE__ */ jsxs("div", { className: "tlui-shortcuts-dialog__group", "data-testid": `${sourceId}-group.${id}`, children: [
37
+ return /* @__PURE__ */ jsxs("div", { className: "tlui-shortcuts-dialog__group", "data-testid": `${menu.sourceId}-group.${id}`, children: [
39
38
  /* @__PURE__ */ jsx("h2", { className: "tlui-shortcuts-dialog__group__title", children: labelStr }),
40
39
  /* @__PURE__ */ jsx("div", { className: "tlui-shortcuts-dialog__group__content", children })
41
40
  ] });
42
41
  }
42
+ case "toolbar": {
43
+ const Layout = orientation === "horizontal" ? TldrawUiRow : TldrawUiColumn;
44
+ return /* @__PURE__ */ jsx(Layout, { className: "tlui-main-toolbar__group", "data-testid": `${menu.sourceId}-group.${id}`, children });
45
+ }
46
+ case "toolbar-overflow": {
47
+ return /* @__PURE__ */ jsx(
48
+ TldrawUiGrid,
49
+ {
50
+ className: "tlui-main-toolbar__group",
51
+ "data-testid": `${menu.sourceId}-group.${id}`,
52
+ children
53
+ }
54
+ );
55
+ }
43
56
  default: {
44
57
  return children;
45
58
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../src/lib/ui/components/primitives/menus/TldrawUiMenuGroup.tsx"],
4
- "sourcesContent": ["import classNames from 'classnames'\nimport { ReactNode } from 'react'\nimport { unwrapLabel } from '../../../context/actions'\nimport { TLUiTranslationKey } from '../../../hooks/useTranslation/TLUiTranslationKey'\nimport { useTranslation } from '../../../hooks/useTranslation/useTranslation'\nimport { TldrawUiDropdownMenuGroup } from '../TldrawUiDropdownMenu'\nimport { useTldrawUiMenuContext } from './TldrawUiMenuContext'\n\n/** @public */\nexport interface TLUiMenuGroupProps<TranslationKey extends string = string> {\n\tid: string\n\t/**\n\t * The label to display on the item. If it's a string, it will be translated. If it's an object, the keys will be used as the language keys and the values will be translated.\n\t */\n\tlabel?: TranslationKey | { [key: string]: TranslationKey }\n\tclassName?: string\n\tchildren?: ReactNode\n}\n\n/** @public @react */\nexport function TldrawUiMenuGroup({ id, label, className, children }: TLUiMenuGroupProps) {\n\tconst { type: menuType, sourceId } = useTldrawUiMenuContext()\n\tconst msg = useTranslation()\n\tconst labelToUse = unwrapLabel(label, menuType)\n\tconst labelStr = labelToUse ? msg(labelToUse as TLUiTranslationKey) : undefined\n\n\tswitch (menuType) {\n\t\tcase 'panel': {\n\t\t\treturn (\n\t\t\t\t<div\n\t\t\t\t\tclassName={classNames('tlui-menu__group', className)}\n\t\t\t\t\tdata-testid={`${sourceId}-group.${id}`}\n\t\t\t\t>\n\t\t\t\t\t{children}\n\t\t\t\t</div>\n\t\t\t)\n\t\t}\n\t\tcase 'menu': {\n\t\t\treturn (\n\t\t\t\t<TldrawUiDropdownMenuGroup className={className} data-testid={`${sourceId}-group.${id}`}>\n\t\t\t\t\t{children}\n\t\t\t\t</TldrawUiDropdownMenuGroup>\n\t\t\t)\n\t\t}\n\t\tcase 'context-menu': {\n\t\t\treturn (\n\t\t\t\t<div\n\t\t\t\t\tdir=\"ltr\"\n\t\t\t\t\tclassName={classNames('tlui-menu__group', className)}\n\t\t\t\t\tdata-testid={`${sourceId}-group.${id}`}\n\t\t\t\t>\n\t\t\t\t\t{children}\n\t\t\t\t</div>\n\t\t\t)\n\t\t}\n\t\tcase 'keyboard-shortcuts': {\n\t\t\t// todo: if groups need a label, let's give em a label\n\t\t\treturn (\n\t\t\t\t<div className=\"tlui-shortcuts-dialog__group\" data-testid={`${sourceId}-group.${id}`}>\n\t\t\t\t\t<h2 className=\"tlui-shortcuts-dialog__group__title\">{labelStr}</h2>\n\t\t\t\t\t<div className=\"tlui-shortcuts-dialog__group__content\">{children}</div>\n\t\t\t\t</div>\n\t\t\t)\n\t\t}\n\t\tdefault: {\n\t\t\treturn children\n\t\t}\n\t}\n}\n"],
5
- "mappings": "AA6BI,cA6BA,YA7BA;AA7BJ,OAAO,gBAAgB;AAEvB,SAAS,mBAAmB;AAE5B,SAAS,sBAAsB;AAC/B,SAAS,iCAAiC;AAC1C,SAAS,8BAA8B;AAchC,SAAS,kBAAkB,EAAE,IAAI,OAAO,WAAW,SAAS,GAAuB;AACzF,QAAM,EAAE,MAAM,UAAU,SAAS,IAAI,uBAAuB;AAC5D,QAAM,MAAM,eAAe;AAC3B,QAAM,aAAa,YAAY,OAAO,QAAQ;AAC9C,QAAM,WAAW,aAAa,IAAI,UAAgC,IAAI;AAEtE,UAAQ,UAAU;AAAA,IACjB,KAAK,SAAS;AACb,aACC;AAAA,QAAC;AAAA;AAAA,UACA,WAAW,WAAW,oBAAoB,SAAS;AAAA,UACnD,eAAa,GAAG,QAAQ,UAAU,EAAE;AAAA,UAEnC;AAAA;AAAA,MACF;AAAA,IAEF;AAAA,IACA,KAAK,QAAQ;AACZ,aACC,oBAAC,6BAA0B,WAAsB,eAAa,GAAG,QAAQ,UAAU,EAAE,IACnF,UACF;AAAA,IAEF;AAAA,IACA,KAAK,gBAAgB;AACpB,aACC;AAAA,QAAC;AAAA;AAAA,UACA,KAAI;AAAA,UACJ,WAAW,WAAW,oBAAoB,SAAS;AAAA,UACnD,eAAa,GAAG,QAAQ,UAAU,EAAE;AAAA,UAEnC;AAAA;AAAA,MACF;AAAA,IAEF;AAAA,IACA,KAAK,sBAAsB;AAE1B,aACC,qBAAC,SAAI,WAAU,gCAA+B,eAAa,GAAG,QAAQ,UAAU,EAAE,IACjF;AAAA,4BAAC,QAAG,WAAU,uCAAuC,oBAAS;AAAA,QAC9D,oBAAC,SAAI,WAAU,yCAAyC,UAAS;AAAA,SAClE;AAAA,IAEF;AAAA,IACA,SAAS;AACR,aAAO;AAAA,IACR;AAAA,EACD;AACD;",
4
+ "sourcesContent": ["import classNames from 'classnames'\nimport { ReactNode } from 'react'\nimport { unwrapLabel } from '../../../context/actions'\nimport { TLUiTranslationKey } from '../../../hooks/useTranslation/TLUiTranslationKey'\nimport { useTranslation } from '../../../hooks/useTranslation/useTranslation'\nimport { TldrawUiColumn, TldrawUiGrid, TldrawUiRow, useTldrawUiOrientation } from '../layout'\nimport { TldrawUiDropdownMenuGroup } from '../TldrawUiDropdownMenu'\nimport { useTldrawUiMenuContext } from './TldrawUiMenuContext'\n\n/** @public */\nexport interface TLUiMenuGroupProps<TranslationKey extends string = string> {\n\tid: string\n\t/**\n\t * The label to display on the item. If it's a string, it will be translated. If it's an object, the keys will be used as the language keys and the values will be translated.\n\t */\n\tlabel?: TranslationKey | { [key: string]: TranslationKey }\n\tclassName?: string\n\tchildren?: ReactNode\n}\n\n/** @public @react */\nexport function TldrawUiMenuGroup({ id, label, className, children }: TLUiMenuGroupProps) {\n\tconst menu = useTldrawUiMenuContext()\n\tconst { orientation } = useTldrawUiOrientation()\n\tconst msg = useTranslation()\n\tconst labelToUse = unwrapLabel(label, menu.type)\n\tconst labelStr = labelToUse ? msg(labelToUse as TLUiTranslationKey) : undefined\n\n\tswitch (menu.type) {\n\t\tcase 'menu': {\n\t\t\treturn (\n\t\t\t\t<TldrawUiDropdownMenuGroup\n\t\t\t\t\tclassName={className}\n\t\t\t\t\tdata-testid={`${menu.sourceId}-group.${id}`}\n\t\t\t\t>\n\t\t\t\t\t{children}\n\t\t\t\t</TldrawUiDropdownMenuGroup>\n\t\t\t)\n\t\t}\n\t\tcase 'context-menu': {\n\t\t\treturn (\n\t\t\t\t<div\n\t\t\t\t\tdir=\"ltr\"\n\t\t\t\t\tclassName={classNames('tlui-menu__group', className)}\n\t\t\t\t\tdata-testid={`${menu.sourceId}-group.${id}`}\n\t\t\t\t>\n\t\t\t\t\t{children}\n\t\t\t\t</div>\n\t\t\t)\n\t\t}\n\t\tcase 'keyboard-shortcuts': {\n\t\t\t// todo: if groups need a label, let's give em a label\n\t\t\treturn (\n\t\t\t\t<div className=\"tlui-shortcuts-dialog__group\" data-testid={`${menu.sourceId}-group.${id}`}>\n\t\t\t\t\t<h2 className=\"tlui-shortcuts-dialog__group__title\">{labelStr}</h2>\n\t\t\t\t\t<div className=\"tlui-shortcuts-dialog__group__content\">{children}</div>\n\t\t\t\t</div>\n\t\t\t)\n\t\t}\n\t\tcase 'toolbar': {\n\t\t\tconst Layout = orientation === 'horizontal' ? TldrawUiRow : TldrawUiColumn\n\t\t\treturn (\n\t\t\t\t<Layout className=\"tlui-main-toolbar__group\" data-testid={`${menu.sourceId}-group.${id}`}>\n\t\t\t\t\t{children}\n\t\t\t\t</Layout>\n\t\t\t)\n\t\t}\n\t\tcase 'toolbar-overflow': {\n\t\t\treturn (\n\t\t\t\t<TldrawUiGrid\n\t\t\t\t\tclassName=\"tlui-main-toolbar__group\"\n\t\t\t\t\tdata-testid={`${menu.sourceId}-group.${id}`}\n\t\t\t\t>\n\t\t\t\t\t{children}\n\t\t\t\t</TldrawUiGrid>\n\t\t\t)\n\t\t}\n\t\tdefault: {\n\t\t\treturn children\n\t\t}\n\t}\n}\n"],
5
+ "mappings": "AA+BI,cAsBA,YAtBA;AA/BJ,OAAO,gBAAgB;AAEvB,SAAS,mBAAmB;AAE5B,SAAS,sBAAsB;AAC/B,SAAS,gBAAgB,cAAc,aAAa,8BAA8B;AAClF,SAAS,iCAAiC;AAC1C,SAAS,8BAA8B;AAchC,SAAS,kBAAkB,EAAE,IAAI,OAAO,WAAW,SAAS,GAAuB;AACzF,QAAM,OAAO,uBAAuB;AACpC,QAAM,EAAE,YAAY,IAAI,uBAAuB;AAC/C,QAAM,MAAM,eAAe;AAC3B,QAAM,aAAa,YAAY,OAAO,KAAK,IAAI;AAC/C,QAAM,WAAW,aAAa,IAAI,UAAgC,IAAI;AAEtE,UAAQ,KAAK,MAAM;AAAA,IAClB,KAAK,QAAQ;AACZ,aACC;AAAA,QAAC;AAAA;AAAA,UACA;AAAA,UACA,eAAa,GAAG,KAAK,QAAQ,UAAU,EAAE;AAAA,UAExC;AAAA;AAAA,MACF;AAAA,IAEF;AAAA,IACA,KAAK,gBAAgB;AACpB,aACC;AAAA,QAAC;AAAA;AAAA,UACA,KAAI;AAAA,UACJ,WAAW,WAAW,oBAAoB,SAAS;AAAA,UACnD,eAAa,GAAG,KAAK,QAAQ,UAAU,EAAE;AAAA,UAExC;AAAA;AAAA,MACF;AAAA,IAEF;AAAA,IACA,KAAK,sBAAsB;AAE1B,aACC,qBAAC,SAAI,WAAU,gCAA+B,eAAa,GAAG,KAAK,QAAQ,UAAU,EAAE,IACtF;AAAA,4BAAC,QAAG,WAAU,uCAAuC,oBAAS;AAAA,QAC9D,oBAAC,SAAI,WAAU,yCAAyC,UAAS;AAAA,SAClE;AAAA,IAEF;AAAA,IACA,KAAK,WAAW;AACf,YAAM,SAAS,gBAAgB,eAAe,cAAc;AAC5D,aACC,oBAAC,UAAO,WAAU,4BAA2B,eAAa,GAAG,KAAK,QAAQ,UAAU,EAAE,IACpF,UACF;AAAA,IAEF;AAAA,IACA,KAAK,oBAAoB;AACxB,aACC;AAAA,QAAC;AAAA;AAAA,UACA,WAAU;AAAA,UACV,eAAa,GAAG,KAAK,QAAQ,UAAU,EAAE;AAAA,UAExC;AAAA;AAAA,MACF;AAAA,IAEF;AAAA,IACA,SAAS;AACR,aAAO;AAAA,IACR;AAAA,EACD;AACD;",
6
6
  "names": []
7
7
  }
@@ -19,6 +19,7 @@ import { TldrawUiButtonLabel } from "../Button/TldrawUiButtonLabel.mjs";
19
19
  import { TldrawUiDropdownMenuItem } from "../TldrawUiDropdownMenu.mjs";
20
20
  import { TldrawUiKbd } from "../TldrawUiKbd.mjs";
21
21
  import { TldrawUiToolbarButton } from "../TldrawUiToolbar.mjs";
22
+ import { tooltipManager } from "../TldrawUiTooltip.mjs";
22
23
  import { useTldrawUiMenuContext } from "./TldrawUiMenuContext.mjs";
23
24
  function TldrawUiMenuItem({
24
25
  disabled = false,
@@ -51,7 +52,6 @@ function TldrawUiMenuItem({
51
52
  type: "menu",
52
53
  "data-testid": `${sourceId}.${id}`,
53
54
  disabled,
54
- title: titleStr,
55
55
  onClick: (e) => {
56
56
  if (noClose) {
57
57
  preventDefault(e);
@@ -76,7 +76,6 @@ function TldrawUiMenuItem({
76
76
  _ContextMenu.Item,
77
77
  {
78
78
  dir: "ltr",
79
- title: titleStr,
80
79
  draggable: false,
81
80
  className: "tlui-button tlui-button__menu",
82
81
  "data-testid": `${sourceId}.${id}`,
@@ -97,22 +96,6 @@ function TldrawUiMenuItem({
97
96
  }
98
97
  );
99
98
  }
100
- case "panel": {
101
- return /* @__PURE__ */ jsxs(
102
- TldrawUiButton,
103
- {
104
- "data-testid": `${sourceId}.${id}`,
105
- type: "menu",
106
- title: titleStr,
107
- disabled,
108
- onClick: () => onSelect(sourceId),
109
- children: [
110
- /* @__PURE__ */ jsx(TldrawUiButtonLabel, { children: labelStr }),
111
- spinner ? /* @__PURE__ */ jsx(Spinner, {}) : icon && /* @__PURE__ */ jsx(TldrawUiButtonIcon, { icon })
112
- ]
113
- }
114
- );
115
- }
116
99
  case "small-icons":
117
100
  case "icons": {
118
101
  return /* @__PURE__ */ jsx(
@@ -203,7 +186,6 @@ function TldrawUiMenuItem({
203
186
  "aria-label": labelStr,
204
187
  "aria-pressed": isSelected ? "true" : "false",
205
188
  isActive: isSelected,
206
- className: "tlui-button-grid__button",
207
189
  "data-testid": `tools.more.${id}`,
208
190
  "data-value": id,
209
191
  disabled,
@@ -226,35 +208,39 @@ function useDraggableEvents(onDragStart, onSelect) {
226
208
  function handlePointerDown(e) {
227
209
  state = {
228
210
  name: "pointing",
229
- start: editor.inputs.currentPagePoint.clone()
211
+ screenSpaceStart: { x: e.clientX, y: e.clientY }
230
212
  };
231
213
  e.currentTarget.setPointerCapture(e.pointerId);
232
214
  }
233
215
  function handlePointerMove(e) {
234
216
  if (e.isSpecialRedispatchedEvent) return;
235
217
  if (state.name === "pointing") {
236
- const distance = Vec.Dist2(state.start, editor.inputs.currentPagePoint);
237
- if (distance > (editor.getInstanceState().isCoarsePointer ? editor.options.coarseDragDistanceSquared : editor.options.dragDistanceSquared)) {
238
- const start = state.start;
218
+ const distanceSq = Vec.Dist2(state.screenSpaceStart, { x: e.clientX, y: e.clientY });
219
+ if (distanceSq > (editor.getInstanceState().isCoarsePointer ? editor.options.uiCoarseDragDistanceSquared : editor.options.uiDragDistanceSquared)) {
220
+ const screenSpaceStart = state.screenSpaceStart;
239
221
  state = {
240
222
  name: "dragging",
241
- start
223
+ screenSpaceStart
242
224
  };
243
225
  editor.run(() => {
226
+ editor.setCurrentTool("select");
244
227
  editor.dispatch({
245
228
  type: "pointer",
246
229
  target: "canvas",
247
230
  name: "pointer_down",
248
231
  ...getPointerInfo(e),
249
- point: start
232
+ point: screenSpaceStart
250
233
  });
251
234
  editor.selectNone();
252
235
  onDragStart?.("toolbar", {
253
236
  type: "pointer",
254
237
  target: "canvas",
255
238
  name: "pointer_move",
256
- ...getPointerInfo(e)
239
+ ...getPointerInfo(e),
240
+ point: screenSpaceStart
257
241
  });
242
+ tooltipManager.hideAllTooltips();
243
+ editor.getContainer().focus();
258
244
  });
259
245
  }
260
246
  }