@dxos/react-ui 0.7.5-main.9d26e3a → 0.7.5-main.9d2a38b

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 (52) hide show
  1. package/dist/lib/browser/index.mjs +213 -140
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/lib/node/index.cjs +589 -520
  5. package/dist/lib/node/index.cjs.map +4 -4
  6. package/dist/lib/node/meta.json +1 -1
  7. package/dist/lib/node-esm/index.mjs +213 -140
  8. package/dist/lib/node-esm/index.mjs.map +4 -4
  9. package/dist/lib/node-esm/meta.json +1 -1
  10. package/dist/types/src/components/Buttons/IconButton.d.ts +4 -2
  11. package/dist/types/src/components/Buttons/IconButton.d.ts.map +1 -1
  12. package/dist/types/src/components/Dialogs/Dialog.d.ts.map +1 -1
  13. package/dist/types/src/components/Main/Main.d.ts +0 -2
  14. package/dist/types/src/components/Main/Main.d.ts.map +1 -1
  15. package/dist/types/src/components/Menus/ContextMenu.d.ts.map +1 -1
  16. package/dist/types/src/components/Menus/DropdownMenu.d.ts.map +1 -1
  17. package/dist/types/src/components/Popover/Popover.d.ts.map +1 -1
  18. package/dist/types/src/components/Select/Select.d.ts.map +1 -1
  19. package/dist/types/src/components/Separator/Separator.d.ts +3 -1
  20. package/dist/types/src/components/Separator/Separator.d.ts.map +1 -1
  21. package/dist/types/src/components/ThemeProvider/ThemeProvider.d.ts +3 -1
  22. package/dist/types/src/components/ThemeProvider/ThemeProvider.d.ts.map +1 -1
  23. package/dist/types/src/components/Toolbar/Toolbar.d.ts +15 -5
  24. package/dist/types/src/components/Toolbar/Toolbar.d.ts.map +1 -1
  25. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts +7 -2
  26. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts.map +1 -1
  27. package/dist/types/src/components/Tooltip/Tooltip.d.ts.map +1 -1
  28. package/dist/types/src/hooks/index.d.ts +1 -0
  29. package/dist/types/src/hooks/index.d.ts.map +1 -1
  30. package/dist/types/src/hooks/useSafeArea.d.ts +9 -0
  31. package/dist/types/src/hooks/useSafeArea.d.ts.map +1 -0
  32. package/dist/types/src/hooks/useSafeCollisionPadding.d.ts +10 -0
  33. package/dist/types/src/hooks/useSafeCollisionPadding.d.ts.map +1 -0
  34. package/dist/types/src/hooks/useVisualViewport.d.ts +1 -1
  35. package/dist/types/src/hooks/useVisualViewport.d.ts.map +1 -1
  36. package/dist/types/tsconfig.tsbuildinfo +1 -1
  37. package/package.json +12 -12
  38. package/src/components/Buttons/IconButton.tsx +22 -5
  39. package/src/components/Dialogs/Dialog.tsx +1 -9
  40. package/src/components/Main/Main.tsx +0 -36
  41. package/src/components/Menus/ContextMenu.tsx +4 -2
  42. package/src/components/Menus/DropdownMenu.tsx +4 -2
  43. package/src/components/Popover/Popover.tsx +4 -0
  44. package/src/components/Select/Select.tsx +4 -1
  45. package/src/components/Separator/Separator.tsx +14 -11
  46. package/src/components/ThemeProvider/ThemeProvider.tsx +12 -3
  47. package/src/components/Toolbar/Toolbar.tsx +40 -10
  48. package/src/components/Tooltip/Tooltip.tsx +17 -13
  49. package/src/hooks/index.ts +1 -0
  50. package/src/hooks/useSafeArea.ts +25 -0
  51. package/src/hooks/useSafeCollisionPadding.ts +39 -0
  52. package/src/hooks/useVisualViewport.ts +11 -12
@@ -1 +1 @@
1
- {"inputs":{"packages/ui/react-ui/src/hooks/useDensityContext.ts":{"bytes":1376,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/index.ts","kind":"import-statement","original":"../components"}],"format":"esm"},"packages/ui/react-ui/src/hooks/useElevationContext.ts":{"bytes":1432,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/index.ts","kind":"import-statement","original":"../components"}],"format":"esm"},"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx":{"bytes":10365,"imports":[{"path":"date-fns/locale","kind":"import-statement","external":true},{"path":"i18next","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-i18next","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/hooks/useTranslationsContext.ts":{"bytes":1142,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx","kind":"import-statement","original":"../components/ThemeProvider/TranslationsProvider"}],"format":"esm"},"packages/ui/react-ui/src/hooks/useThemeContext.ts":{"bytes":1256,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/index.ts","kind":"import-statement","original":"../components"}],"format":"esm"},"packages/ui/react-ui/src/hooks/useVisualViewport.ts":{"bytes":2862,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/hooks/index.ts":{"bytes":984,"imports":[{"path":"packages/ui/react-ui/src/hooks/useDensityContext.ts","kind":"import-statement","original":"./useDensityContext"},{"path":"packages/ui/react-ui/src/hooks/useElevationContext.ts","kind":"import-statement","original":"./useElevationContext"},{"path":"packages/ui/react-ui/src/hooks/useTranslationsContext.ts","kind":"import-statement","original":"./useTranslationsContext"},{"path":"packages/ui/react-ui/src/hooks/useThemeContext.ts","kind":"import-statement","original":"./useThemeContext"},{"path":"packages/ui/react-ui/src/hooks/useVisualViewport.ts","kind":"import-statement","original":"./useVisualViewport"}],"format":"esm"},"packages/ui/react-ui/src/components/AnchoredOverflow/AnchoredOverflow.tsx":{"bytes":5180,"imports":[{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/AnchoredOverflow/index.ts":{"bytes":540,"imports":[{"path":"packages/ui/react-ui/src/components/AnchoredOverflow/AnchoredOverflow.tsx","kind":"import-statement","original":"./AnchoredOverflow"}],"format":"esm"},"packages/ui/react-ui/src/components/Icon/Icon.tsx":{"bytes":3203,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Icon/index.ts":{"bytes":500,"imports":[{"path":"packages/ui/react-ui/src/components/Icon/Icon.tsx","kind":"import-statement","original":"./Icon"}],"format":"esm"},"packages/ui/react-ui/src/components/Avatars/Avatar.tsx":{"bytes":28848,"imports":[{"path":"@radix-ui/react-avatar","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"}],"format":"esm"},"packages/ui/react-ui/src/components/Avatars/AvatarGroup.tsx":{"bytes":10550,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Avatars/Avatar.tsx","kind":"import-statement","original":"./Avatar"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Avatars/index.ts":{"bytes":604,"imports":[{"path":"packages/ui/react-ui/src/components/Avatars/Avatar.tsx","kind":"import-statement","original":"./Avatar"},{"path":"packages/ui/react-ui/src/components/Avatars/AvatarGroup.tsx","kind":"import-statement","original":"./AvatarGroup"}],"format":"esm"},"packages/ui/react-ui/src/components/Link/Link.tsx":{"bytes":2784,"imports":[{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Link/index.ts":{"bytes":500,"imports":[{"path":"packages/ui/react-ui/src/components/Link/Link.tsx","kind":"import-statement","original":"./Link"}],"format":"esm"},"packages/ui/react-ui/src/components/Breadcrumb/Breadcrumb.tsx":{"bytes":11123,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Link/index.ts","kind":"import-statement","original":"../Link"}],"format":"esm"},"packages/ui/react-ui/src/components/Breadcrumb/index.ts":{"bytes":520,"imports":[{"path":"packages/ui/react-ui/src/components/Breadcrumb/Breadcrumb.tsx","kind":"import-statement","original":"./Breadcrumb"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/Button.tsx":{"bytes":9200,"imports":[{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Tooltip/Tooltip.tsx":{"bytes":7269,"imports":[{"path":"@radix-ui/react-tooltip","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Tooltip/index.ts":{"bytes":510,"imports":[{"path":"packages/ui/react-ui/src/components/Tooltip/Tooltip.tsx","kind":"import-statement","original":"./Tooltip"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/IconButton.tsx":{"bytes":6836,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"},{"path":"packages/ui/react-ui/src/components/Tooltip/index.ts","kind":"import-statement","original":"../Tooltip"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/Toggle.tsx":{"bytes":2468,"imports":[{"path":"@radix-ui/react-toggle","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/ToggleGroup.tsx":{"bytes":4442,"imports":[{"path":"@radix-ui/react-toggle-group","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/index.ts":{"bytes":784,"imports":[{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"},{"path":"packages/ui/react-ui/src/components/Buttons/IconButton.tsx","kind":"import-statement","original":"./IconButton"},{"path":"packages/ui/react-ui/src/components/Buttons/Toggle.tsx","kind":"import-statement","original":"./Toggle"},{"path":"packages/ui/react-ui/src/components/Buttons/ToggleGroup.tsx","kind":"import-statement","original":"./ToggleGroup"}],"format":"esm"},"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx":{"bytes":3269,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/util/hasIosKeyboard.ts":{"bytes":1296,"imports":[],"format":"esm"},"packages/ui/react-ui/src/util/ThemedClassName.ts":{"bytes":663,"imports":[],"format":"esm"},"packages/ui/react-ui/src/util/index.ts":{"bytes":622,"imports":[{"path":"packages/ui/react-ui/src/util/hasIosKeyboard.ts","kind":"import-statement","original":"./hasIosKeyboard"},{"path":"packages/ui/react-ui/src/util/ThemedClassName.ts","kind":"import-statement","original":"./ThemedClassName"}],"format":"esm"},"packages/ui/react-ui/src/components/DensityProvider/DensityProvider.tsx":{"bytes":1902,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/DensityProvider/index.ts":{"bytes":538,"imports":[{"path":"packages/ui/react-ui/src/components/DensityProvider/DensityProvider.tsx","kind":"import-statement","original":"./DensityProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/ElevationProvider/ElevationProvider.tsx":{"bytes":1974,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/ElevationProvider/index.ts":{"bytes":546,"imports":[{"path":"packages/ui/react-ui/src/components/ElevationProvider/ElevationProvider.tsx","kind":"import-statement","original":"./ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/ThemeProvider/ThemeProvider.tsx":{"bytes":6963,"imports":[{"path":"keyborg","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx","kind":"import-statement","original":"./TranslationsProvider"},{"path":"packages/ui/react-ui/src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"packages/ui/react-ui/src/components/DensityProvider/index.ts","kind":"import-statement","original":"../DensityProvider"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/ThemeProvider/index.ts":{"bytes":883,"imports":[{"path":"packages/ui/react-ui/src/components/ThemeProvider/ThemeProvider.tsx","kind":"import-statement","original":"./ThemeProvider"},{"path":"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx","kind":"import-statement","original":"./TranslationsProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Clipboard/CopyButton.tsx":{"bytes":9675,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx","kind":"import-statement","original":"./ClipboardProvider"},{"path":"packages/ui/react-ui/src/components/Buttons/index.ts","kind":"import-statement","original":"../Buttons"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"},{"path":"packages/ui/react-ui/src/components/ThemeProvider/index.ts","kind":"import-statement","original":"../ThemeProvider"},{"path":"packages/ui/react-ui/src/components/Tooltip/index.ts","kind":"import-statement","original":"../Tooltip"}],"format":"esm"},"packages/ui/react-ui/src/components/Clipboard/index.ts":{"bytes":1503,"imports":[{"path":"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx","kind":"import-statement","original":"./ClipboardProvider"},{"path":"packages/ui/react-ui/src/components/Clipboard/CopyButton.tsx","kind":"import-statement","original":"./CopyButton"},{"path":"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx","kind":"import-statement","original":"./ClipboardProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Dialogs/Dialog.tsx":{"bytes":14042,"imports":[{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dialog","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Dialogs/AlertDialog.tsx":{"bytes":15921,"imports":[{"path":"@radix-ui/react-alert-dialog","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Dialogs/index.ts":{"bytes":604,"imports":[{"path":"packages/ui/react-ui/src/components/Dialogs/Dialog.tsx","kind":"import-statement","original":"./Dialog"},{"path":"packages/ui/react-ui/src/components/Dialogs/AlertDialog.tsx","kind":"import-statement","original":"./AlertDialog"}],"format":"esm"},"packages/ui/react-ui/src/components/Menus/ContextMenu.tsx":{"bytes":14944,"imports":[{"path":"@radix-ui/react-context-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Menus/DropdownMenu.tsx":{"bytes":69536,"imports":[{"path":"@radix-ui/primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-id","kind":"import-statement","external":true},{"path":"@radix-ui/react-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Menus/index.ts":{"bytes":620,"imports":[{"path":"packages/ui/react-ui/src/components/Menus/ContextMenu.tsx","kind":"import-statement","original":"./ContextMenu"},{"path":"packages/ui/react-ui/src/components/Menus/DropdownMenu.tsx","kind":"import-statement","original":"./DropdownMenu"}],"format":"esm"},"packages/ui/react-ui/src/components/Input/Input.tsx":{"bytes":30631,"imports":[{"path":"@radix-ui/react-checkbox","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-input","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"}],"format":"esm"},"packages/ui/react-ui/src/components/Input/index.ts":{"bytes":502,"imports":[{"path":"packages/ui/react-ui/src/components/Input/Input.tsx","kind":"import-statement","original":"./Input"}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/ListDropIndicator.tsx":{"bytes":6953,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/List.tsx":{"bytes":16245,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-list","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Lists/ListDropIndicator.tsx","kind":"import-statement","original":"./ListDropIndicator"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/DensityProvider/index.ts","kind":"import-statement","original":"../DensityProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/TreeDropIndicator.tsx":{"bytes":8488,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/Tree.tsx":{"bytes":6752,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Lists/List.tsx","kind":"import-statement","original":"./List"},{"path":"packages/ui/react-ui/src/components/Lists/TreeDropIndicator.tsx","kind":"import-statement","original":"./TreeDropIndicator"}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/Treegrid.tsx":{"bytes":14420,"imports":[{"path":"@fluentui/react-tabster","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/index.ts":{"bytes":669,"imports":[{"path":"packages/ui/react-ui/src/components/Lists/List.tsx","kind":"import-statement","original":"./List"},{"path":"packages/ui/react-ui/src/components/Lists/Tree.tsx","kind":"import-statement","original":"./Tree"},{"path":"packages/ui/react-ui/src/components/Lists/Treegrid.tsx","kind":"import-statement","original":"./Treegrid"}],"format":"esm"},"packages/ui/react-ui/src/components/Main/useSwipeToDismiss.ts":{"bytes":10479,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/Main/Main.tsx":{"bytes":42754,"imports":[{"path":"@fluentui/react-tabster","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dialog","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Main/useSwipeToDismiss.ts","kind":"import-statement","original":"./useSwipeToDismiss"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Main/index.ts":{"bytes":500,"imports":[{"path":"packages/ui/react-ui/src/components/Main/Main.tsx","kind":"import-statement","original":"./Main"}],"format":"esm"},"packages/ui/react-ui/src/components/Message/Message.tsx":{"bytes":10458,"imports":[{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Message/index.ts":{"bytes":510,"imports":[{"path":"packages/ui/react-ui/src/components/Message/Message.tsx","kind":"import-statement","original":"./Message"}],"format":"esm"},"packages/ui/react-ui/src/components/Popover/Popover.tsx":{"bytes":60067,"imports":[{"path":"@radix-ui/primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dismissable-layer","kind":"import-statement","external":true},{"path":"@radix-ui/react-focus-guards","kind":"import-statement","external":true},{"path":"@radix-ui/react-focus-scope","kind":"import-statement","external":true},{"path":"@radix-ui/react-id","kind":"import-statement","external":true},{"path":"@radix-ui/react-popper","kind":"import-statement","external":true},{"path":"@radix-ui/react-popper","kind":"import-statement","external":true},{"path":"@radix-ui/react-portal","kind":"import-statement","external":true},{"path":"@radix-ui/react-presence","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"aria-hidden","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-remove-scroll","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Popover/index.ts":{"bytes":510,"imports":[{"path":"packages/ui/react-ui/src/components/Popover/Popover.tsx","kind":"import-statement","original":"./Popover"}],"format":"esm"},"packages/ui/react-ui/src/components/Status/Status.tsx":{"bytes":3742,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Status/index.ts":{"bytes":504,"imports":[{"path":"packages/ui/react-ui/src/components/Status/Status.tsx","kind":"import-statement","original":"./Status"}],"format":"esm"},"packages/ui/react-ui/src/components/ScrollArea/ScrollArea.tsx":{"bytes":9549,"imports":[{"path":"@radix-ui/react-scroll-area","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/ScrollArea/index.ts":{"bytes":520,"imports":[{"path":"packages/ui/react-ui/src/components/ScrollArea/ScrollArea.tsx","kind":"import-statement","original":"./ScrollArea"}],"format":"esm"},"packages/ui/react-ui/src/components/Select/Select.tsx":{"bytes":21996,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-select","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Buttons/index.ts","kind":"import-statement","original":"../Buttons"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"}],"format":"esm"},"packages/ui/react-ui/src/components/Select/index.ts":{"bytes":504,"imports":[{"path":"packages/ui/react-ui/src/components/Select/Select.tsx","kind":"import-statement","original":"./Select"}],"format":"esm"},"packages/ui/react-ui/src/components/Separator/Separator.tsx":{"bytes":2477,"imports":[{"path":"@radix-ui/react-separator","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Separator/index.ts":{"bytes":514,"imports":[{"path":"packages/ui/react-ui/src/components/Separator/Separator.tsx","kind":"import-statement","original":"./Separator"}],"format":"esm"},"packages/ui/react-ui/src/components/Tag/Tag.tsx":{"bytes":2922,"imports":[{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Tag/index.ts":{"bytes":494,"imports":[{"path":"packages/ui/react-ui/src/components/Tag/Tag.tsx","kind":"import-statement","original":"./Tag"}],"format":"esm"},"packages/ui/react-ui/src/components/Toast/Toast.tsx":{"bytes":12984,"imports":[{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-toast","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Toast/index.ts":{"bytes":502,"imports":[{"path":"packages/ui/react-ui/src/components/Toast/Toast.tsx","kind":"import-statement","original":"./Toast"}],"format":"esm"},"packages/ui/react-ui/src/components/Toolbar/Toolbar.tsx":{"bytes":10919,"imports":[{"path":"@radix-ui/react-toolbar","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Buttons/index.ts","kind":"import-statement","original":"../Buttons"},{"path":"packages/ui/react-ui/src/components/Link/index.ts","kind":"import-statement","original":"../Link"},{"path":"packages/ui/react-ui/src/components/Separator/index.ts","kind":"import-statement","original":"../Separator"}],"format":"esm"},"packages/ui/react-ui/src/components/Toolbar/index.ts":{"bytes":510,"imports":[{"path":"packages/ui/react-ui/src/components/Toolbar/Toolbar.tsx","kind":"import-statement","original":"./Toolbar"}],"format":"esm"},"packages/ui/react-ui/src/components/index.ts":{"bytes":2650,"imports":[{"path":"packages/ui/react-ui/src/components/AnchoredOverflow/index.ts","kind":"import-statement","original":"./AnchoredOverflow"},{"path":"packages/ui/react-ui/src/components/Avatars/index.ts","kind":"import-statement","original":"./Avatars"},{"path":"packages/ui/react-ui/src/components/Breadcrumb/index.ts","kind":"import-statement","original":"./Breadcrumb"},{"path":"packages/ui/react-ui/src/components/Buttons/index.ts","kind":"import-statement","original":"./Buttons"},{"path":"packages/ui/react-ui/src/components/Clipboard/index.ts","kind":"import-statement","original":"./Clipboard"},{"path":"packages/ui/react-ui/src/components/Dialogs/index.ts","kind":"import-statement","original":"./Dialogs"},{"path":"packages/ui/react-ui/src/components/Menus/index.ts","kind":"import-statement","original":"./Menus"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"./Icon"},{"path":"packages/ui/react-ui/src/components/Input/index.ts","kind":"import-statement","original":"./Input"},{"path":"packages/ui/react-ui/src/components/Link/index.ts","kind":"import-statement","original":"./Link"},{"path":"packages/ui/react-ui/src/components/Lists/index.ts","kind":"import-statement","original":"./Lists"},{"path":"packages/ui/react-ui/src/components/Main/index.ts","kind":"import-statement","original":"./Main"},{"path":"packages/ui/react-ui/src/components/Message/index.ts","kind":"import-statement","original":"./Message"},{"path":"packages/ui/react-ui/src/components/Popover/index.ts","kind":"import-statement","original":"./Popover"},{"path":"packages/ui/react-ui/src/components/Status/index.ts","kind":"import-statement","original":"./Status"},{"path":"packages/ui/react-ui/src/components/ScrollArea/index.ts","kind":"import-statement","original":"./ScrollArea"},{"path":"packages/ui/react-ui/src/components/Select/index.ts","kind":"import-statement","original":"./Select"},{"path":"packages/ui/react-ui/src/components/Separator/index.ts","kind":"import-statement","original":"./Separator"},{"path":"packages/ui/react-ui/src/components/Tag/index.ts","kind":"import-statement","original":"./Tag"},{"path":"packages/ui/react-ui/src/components/Toast/index.ts","kind":"import-statement","original":"./Toast"},{"path":"packages/ui/react-ui/src/components/Toolbar/index.ts","kind":"import-statement","original":"./Toolbar"},{"path":"packages/ui/react-ui/src/components/Tooltip/index.ts","kind":"import-statement","original":"./Tooltip"},{"path":"packages/ui/react-ui/src/components/DensityProvider/index.ts","kind":"import-statement","original":"./DensityProvider"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"./ElevationProvider"},{"path":"packages/ui/react-ui/src/components/ThemeProvider/index.ts","kind":"import-statement","original":"./ThemeProvider"}],"format":"esm"},"packages/ui/react-ui/src/index.ts":{"bytes":1087,"imports":[{"path":"react-i18next","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/react-ui-types","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/index.ts","kind":"import-statement","original":"./components"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"./hooks"},{"path":"packages/ui/react-ui/src/util/index.ts","kind":"import-statement","original":"./util"}],"format":"esm"}},"outputs":{"packages/ui/react-ui/dist/lib/node-esm/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":283424},"packages/ui/react-ui/dist/lib/node-esm/index.mjs":{"imports":[{"path":"react-i18next","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/react-ui-types","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"date-fns/locale","kind":"import-statement","external":true},{"path":"i18next","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-i18next","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-avatar","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-tooltip","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-toggle","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-toggle-group","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"keyborg","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dialog","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-alert-dialog","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-context-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-id","kind":"import-statement","external":true},{"path":"@radix-ui/react-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-checkbox","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-input","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-list","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@fluentui/react-tabster","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@fluentui/react-tabster","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dialog","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@radix-ui/primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dismissable-layer","kind":"import-statement","external":true},{"path":"@radix-ui/react-focus-guards","kind":"import-statement","external":true},{"path":"@radix-ui/react-focus-scope","kind":"import-statement","external":true},{"path":"@radix-ui/react-id","kind":"import-statement","external":true},{"path":"@radix-ui/react-popper","kind":"import-statement","external":true},{"path":"@radix-ui/react-popper","kind":"import-statement","external":true},{"path":"@radix-ui/react-portal","kind":"import-statement","external":true},{"path":"@radix-ui/react-presence","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"aria-hidden","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-remove-scroll","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-scroll-area","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-select","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-separator","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-toast","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-toolbar","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"exports":["AlertDialog","AnchoredOverflow","Avatar","AvatarGroup","AvatarGroupItem","BUTTON_GROUP_NAME","Breadcrumb","Button","ButtonGroup","Clipboard","ContextMenu","DensityContext","DensityProvider","Dialog","DropdownMenu","ElevationContext","ElevationProvider","Icon","IconButton","Input","LIST_ITEM_NAME","LIST_NAME","Link","List","ListItem","Main","Message","Popover","ScrollArea","Select","Separator","Status","Tag","ThemeContext","ThemeProvider","Toast","Toggle","ToggleGroup","ToggleGroupItem","Toolbar","Tooltip","Trans","Tree","TreeItem","Treegrid","createDropdownMenuScope","createPopoverScope","hasIosKeyboard","isLabel","toLocalizedString","useAvatarContext","useButtonGroupContext","useClipboard","useDensityContext","useDropdownMenuContext","useDropdownMenuMenuScope","useElevationContext","useListContext","useListItemContext","useMainContext","useSidebars","useThemeContext","useTranslation","useTranslationsContext","useVisualViewport"],"entryPoint":"packages/ui/react-ui/src/index.ts","inputs":{"packages/ui/react-ui/src/index.ts":{"bytesInOutput":112},"packages/ui/react-ui/src/components/AnchoredOverflow/AnchoredOverflow.tsx":{"bytesInOutput":1063},"packages/ui/react-ui/src/hooks/useDensityContext.ts":{"bytesInOutput":167},"packages/ui/react-ui/src/hooks/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/hooks/useElevationContext.ts":{"bytesInOutput":195},"packages/ui/react-ui/src/hooks/useTranslationsContext.ts":{"bytesInOutput":120},"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx":{"bytesInOutput":2086},"packages/ui/react-ui/src/hooks/useThemeContext.ts":{"bytesInOutput":187},"packages/ui/react-ui/src/hooks/useVisualViewport.ts":{"bytesInOutput":633},"packages/ui/react-ui/src/components/AnchoredOverflow/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Avatars/Avatar.tsx":{"bytesInOutput":6957},"packages/ui/react-ui/src/components/Icon/Icon.tsx":{"bytesInOutput":616},"packages/ui/react-ui/src/components/Icon/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Avatars/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Avatars/AvatarGroup.tsx":{"bytesInOutput":2342},"packages/ui/react-ui/src/components/Breadcrumb/Breadcrumb.tsx":{"bytesInOutput":2627},"packages/ui/react-ui/src/components/Link/Link.tsx":{"bytesInOutput":545},"packages/ui/react-ui/src/components/Link/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Breadcrumb/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Buttons/Button.tsx":{"bytesInOutput":1966},"packages/ui/react-ui/src/components/Buttons/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Buttons/IconButton.tsx":{"bytesInOutput":1573},"packages/ui/react-ui/src/components/Tooltip/Tooltip.tsx":{"bytesInOutput":1422},"packages/ui/react-ui/src/components/Tooltip/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Buttons/Toggle.tsx":{"bytesInOutput":485},"packages/ui/react-ui/src/components/Buttons/ToggleGroup.tsx":{"bytesInOutput":917},"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx":{"bytesInOutput":714},"packages/ui/react-ui/src/components/Clipboard/CopyButton.tsx":{"bytesInOutput":2569},"packages/ui/react-ui/src/components/ThemeProvider/ThemeProvider.tsx":{"bytesInOutput":1331},"packages/ui/react-ui/src/util/hasIosKeyboard.ts":{"bytesInOutput":96},"packages/ui/react-ui/src/util/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/DensityProvider/DensityProvider.tsx":{"bytesInOutput":297},"packages/ui/react-ui/src/components/DensityProvider/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/ElevationProvider/ElevationProvider.tsx":{"bytesInOutput":309},"packages/ui/react-ui/src/components/ElevationProvider/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/ThemeProvider/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Clipboard/index.ts":{"bytesInOutput":107},"packages/ui/react-ui/src/components/Dialogs/Dialog.tsx":{"bytesInOutput":3078},"packages/ui/react-ui/src/components/Dialogs/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Dialogs/AlertDialog.tsx":{"bytesInOutput":3508},"packages/ui/react-ui/src/components/Menus/ContextMenu.tsx":{"bytesInOutput":3411},"packages/ui/react-ui/src/components/Menus/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Menus/DropdownMenu.tsx":{"bytesInOutput":14032},"packages/ui/react-ui/src/components/Input/Input.tsx":{"bytesInOutput":7321},"packages/ui/react-ui/src/components/Input/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Lists/List.tsx":{"bytesInOutput":3567},"packages/ui/react-ui/src/components/Lists/ListDropIndicator.tsx":{"bytesInOutput":1687},"packages/ui/react-ui/src/components/Lists/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Lists/Tree.tsx":{"bytesInOutput":1195},"packages/ui/react-ui/src/components/Lists/TreeDropIndicator.tsx":{"bytesInOutput":2118},"packages/ui/react-ui/src/components/Lists/Treegrid.tsx":{"bytesInOutput":3318},"packages/ui/react-ui/src/components/Main/Main.tsx":{"bytesInOutput":10949},"packages/ui/react-ui/src/components/Main/useSwipeToDismiss.ts":{"bytesInOutput":2632},"packages/ui/react-ui/src/components/Main/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Message/Message.tsx":{"bytesInOutput":2495},"packages/ui/react-ui/src/components/Message/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Popover/Popover.tsx":{"bytesInOutput":12899},"packages/ui/react-ui/src/components/Popover/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Status/Status.tsx":{"bytesInOutput":746},"packages/ui/react-ui/src/components/Status/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/ScrollArea/ScrollArea.tsx":{"bytesInOutput":2175},"packages/ui/react-ui/src/components/ScrollArea/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Select/Select.tsx":{"bytesInOutput":5369},"packages/ui/react-ui/src/components/Select/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Separator/Separator.tsx":{"bytesInOutput":416},"packages/ui/react-ui/src/components/Separator/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Tag/Tag.tsx":{"bytesInOutput":553},"packages/ui/react-ui/src/components/Tag/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Toast/Toast.tsx":{"bytesInOutput":3021},"packages/ui/react-ui/src/components/Toast/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Toolbar/Toolbar.tsx":{"bytesInOutput":2630},"packages/ui/react-ui/src/components/Toolbar/index.ts":{"bytesInOutput":0}},"bytes":121182}}}
1
+ {"inputs":{"packages/ui/react-ui/src/hooks/useDensityContext.ts":{"bytes":1376,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/index.ts","kind":"import-statement","original":"../components"}],"format":"esm"},"packages/ui/react-ui/src/hooks/useElevationContext.ts":{"bytes":1432,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/index.ts","kind":"import-statement","original":"../components"}],"format":"esm"},"packages/ui/react-ui/src/hooks/useSafeArea.ts":{"bytes":3600,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx":{"bytes":10365,"imports":[{"path":"date-fns/locale","kind":"import-statement","external":true},{"path":"i18next","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-i18next","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/hooks/useTranslationsContext.ts":{"bytes":1142,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx","kind":"import-statement","original":"../components/ThemeProvider/TranslationsProvider"}],"format":"esm"},"packages/ui/react-ui/src/hooks/useThemeContext.ts":{"bytes":1256,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/index.ts","kind":"import-statement","original":"../components"}],"format":"esm"},"packages/ui/react-ui/src/hooks/useVisualViewport.ts":{"bytes":2429,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/hooks/index.ts":{"bytes":1083,"imports":[{"path":"packages/ui/react-ui/src/hooks/useDensityContext.ts","kind":"import-statement","original":"./useDensityContext"},{"path":"packages/ui/react-ui/src/hooks/useElevationContext.ts","kind":"import-statement","original":"./useElevationContext"},{"path":"packages/ui/react-ui/src/hooks/useSafeArea.ts","kind":"import-statement","original":"./useSafeArea"},{"path":"packages/ui/react-ui/src/hooks/useTranslationsContext.ts","kind":"import-statement","original":"./useTranslationsContext"},{"path":"packages/ui/react-ui/src/hooks/useThemeContext.ts","kind":"import-statement","original":"./useThemeContext"},{"path":"packages/ui/react-ui/src/hooks/useVisualViewport.ts","kind":"import-statement","original":"./useVisualViewport"}],"format":"esm"},"packages/ui/react-ui/src/components/AnchoredOverflow/AnchoredOverflow.tsx":{"bytes":5180,"imports":[{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/AnchoredOverflow/index.ts":{"bytes":540,"imports":[{"path":"packages/ui/react-ui/src/components/AnchoredOverflow/AnchoredOverflow.tsx","kind":"import-statement","original":"./AnchoredOverflow"}],"format":"esm"},"packages/ui/react-ui/src/components/Icon/Icon.tsx":{"bytes":3203,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Icon/index.ts":{"bytes":500,"imports":[{"path":"packages/ui/react-ui/src/components/Icon/Icon.tsx","kind":"import-statement","original":"./Icon"}],"format":"esm"},"packages/ui/react-ui/src/components/Avatars/Avatar.tsx":{"bytes":28848,"imports":[{"path":"@radix-ui/react-avatar","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"}],"format":"esm"},"packages/ui/react-ui/src/components/Avatars/AvatarGroup.tsx":{"bytes":10550,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Avatars/Avatar.tsx","kind":"import-statement","original":"./Avatar"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Avatars/index.ts":{"bytes":604,"imports":[{"path":"packages/ui/react-ui/src/components/Avatars/Avatar.tsx","kind":"import-statement","original":"./Avatar"},{"path":"packages/ui/react-ui/src/components/Avatars/AvatarGroup.tsx","kind":"import-statement","original":"./AvatarGroup"}],"format":"esm"},"packages/ui/react-ui/src/components/Link/Link.tsx":{"bytes":2784,"imports":[{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Link/index.ts":{"bytes":500,"imports":[{"path":"packages/ui/react-ui/src/components/Link/Link.tsx","kind":"import-statement","original":"./Link"}],"format":"esm"},"packages/ui/react-ui/src/components/Breadcrumb/Breadcrumb.tsx":{"bytes":11123,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Link/index.ts","kind":"import-statement","original":"../Link"}],"format":"esm"},"packages/ui/react-ui/src/components/Breadcrumb/index.ts":{"bytes":520,"imports":[{"path":"packages/ui/react-ui/src/components/Breadcrumb/Breadcrumb.tsx","kind":"import-statement","original":"./Breadcrumb"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/Button.tsx":{"bytes":9200,"imports":[{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/hooks/useSafeCollisionPadding.ts":{"bytes":4426,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/useThemeContext.ts","kind":"import-statement","original":"./useThemeContext"}],"format":"esm"},"packages/ui/react-ui/src/components/Tooltip/Tooltip.tsx":{"bytes":7945,"imports":[{"path":"@radix-ui/react-tooltip","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/hooks/useSafeCollisionPadding.ts","kind":"import-statement","original":"../../hooks/useSafeCollisionPadding"}],"format":"esm"},"packages/ui/react-ui/src/components/Tooltip/index.ts":{"bytes":510,"imports":[{"path":"packages/ui/react-ui/src/components/Tooltip/Tooltip.tsx","kind":"import-statement","original":"./Tooltip"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/IconButton.tsx":{"bytes":8867,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"},{"path":"packages/ui/react-ui/src/components/Tooltip/index.ts","kind":"import-statement","original":"../Tooltip"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/Toggle.tsx":{"bytes":2468,"imports":[{"path":"@radix-ui/react-toggle","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/ToggleGroup.tsx":{"bytes":4442,"imports":[{"path":"@radix-ui/react-toggle-group","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"}],"format":"esm"},"packages/ui/react-ui/src/components/Buttons/index.ts":{"bytes":784,"imports":[{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"},{"path":"packages/ui/react-ui/src/components/Buttons/IconButton.tsx","kind":"import-statement","original":"./IconButton"},{"path":"packages/ui/react-ui/src/components/Buttons/Toggle.tsx","kind":"import-statement","original":"./Toggle"},{"path":"packages/ui/react-ui/src/components/Buttons/ToggleGroup.tsx","kind":"import-statement","original":"./ToggleGroup"}],"format":"esm"},"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx":{"bytes":3269,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/util/hasIosKeyboard.ts":{"bytes":1296,"imports":[],"format":"esm"},"packages/ui/react-ui/src/util/ThemedClassName.ts":{"bytes":663,"imports":[],"format":"esm"},"packages/ui/react-ui/src/util/index.ts":{"bytes":622,"imports":[{"path":"packages/ui/react-ui/src/util/hasIosKeyboard.ts","kind":"import-statement","original":"./hasIosKeyboard"},{"path":"packages/ui/react-ui/src/util/ThemedClassName.ts","kind":"import-statement","original":"./ThemedClassName"}],"format":"esm"},"packages/ui/react-ui/src/components/DensityProvider/DensityProvider.tsx":{"bytes":1902,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/DensityProvider/index.ts":{"bytes":538,"imports":[{"path":"packages/ui/react-ui/src/components/DensityProvider/DensityProvider.tsx","kind":"import-statement","original":"./DensityProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/ElevationProvider/ElevationProvider.tsx":{"bytes":1974,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/ElevationProvider/index.ts":{"bytes":546,"imports":[{"path":"packages/ui/react-ui/src/components/ElevationProvider/ElevationProvider.tsx","kind":"import-statement","original":"./ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/ThemeProvider/ThemeProvider.tsx":{"bytes":7915,"imports":[{"path":"keyborg","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx","kind":"import-statement","original":"./TranslationsProvider"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"packages/ui/react-ui/src/components/DensityProvider/index.ts","kind":"import-statement","original":"../DensityProvider"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/ThemeProvider/index.ts":{"bytes":883,"imports":[{"path":"packages/ui/react-ui/src/components/ThemeProvider/ThemeProvider.tsx","kind":"import-statement","original":"./ThemeProvider"},{"path":"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx","kind":"import-statement","original":"./TranslationsProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Clipboard/CopyButton.tsx":{"bytes":9675,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx","kind":"import-statement","original":"./ClipboardProvider"},{"path":"packages/ui/react-ui/src/components/Buttons/index.ts","kind":"import-statement","original":"../Buttons"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"},{"path":"packages/ui/react-ui/src/components/ThemeProvider/index.ts","kind":"import-statement","original":"../ThemeProvider"},{"path":"packages/ui/react-ui/src/components/Tooltip/index.ts","kind":"import-statement","original":"../Tooltip"}],"format":"esm"},"packages/ui/react-ui/src/components/Clipboard/index.ts":{"bytes":1503,"imports":[{"path":"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx","kind":"import-statement","original":"./ClipboardProvider"},{"path":"packages/ui/react-ui/src/components/Clipboard/CopyButton.tsx","kind":"import-statement","original":"./CopyButton"},{"path":"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx","kind":"import-statement","original":"./ClipboardProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Dialogs/Dialog.tsx":{"bytes":13597,"imports":[{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dialog","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Dialogs/AlertDialog.tsx":{"bytes":15921,"imports":[{"path":"@radix-ui/react-alert-dialog","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Dialogs/index.ts":{"bytes":604,"imports":[{"path":"packages/ui/react-ui/src/components/Dialogs/Dialog.tsx","kind":"import-statement","original":"./Dialog"},{"path":"packages/ui/react-ui/src/components/Dialogs/AlertDialog.tsx","kind":"import-statement","original":"./AlertDialog"}],"format":"esm"},"packages/ui/react-ui/src/components/Menus/ContextMenu.tsx":{"bytes":15580,"imports":[{"path":"@radix-ui/react-context-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/hooks/useSafeCollisionPadding.ts","kind":"import-statement","original":"../../hooks/useSafeCollisionPadding"}],"format":"esm"},"packages/ui/react-ui/src/components/Menus/DropdownMenu.tsx":{"bytes":70289,"imports":[{"path":"@radix-ui/primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-id","kind":"import-statement","external":true},{"path":"@radix-ui/react-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/hooks/useSafeCollisionPadding.ts","kind":"import-statement","original":"../../hooks/useSafeCollisionPadding"}],"format":"esm"},"packages/ui/react-ui/src/components/Menus/index.ts":{"bytes":620,"imports":[{"path":"packages/ui/react-ui/src/components/Menus/ContextMenu.tsx","kind":"import-statement","original":"./ContextMenu"},{"path":"packages/ui/react-ui/src/components/Menus/DropdownMenu.tsx","kind":"import-statement","original":"./DropdownMenu"}],"format":"esm"},"packages/ui/react-ui/src/components/Input/Input.tsx":{"bytes":30631,"imports":[{"path":"@radix-ui/react-checkbox","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-input","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"}],"format":"esm"},"packages/ui/react-ui/src/components/Input/index.ts":{"bytes":502,"imports":[{"path":"packages/ui/react-ui/src/components/Input/Input.tsx","kind":"import-statement","original":"./Input"}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/ListDropIndicator.tsx":{"bytes":6953,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/List.tsx":{"bytes":16245,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-list","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Lists/ListDropIndicator.tsx","kind":"import-statement","original":"./ListDropIndicator"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/DensityProvider/index.ts","kind":"import-statement","original":"../DensityProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/TreeDropIndicator.tsx":{"bytes":8488,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/Tree.tsx":{"bytes":6752,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Lists/List.tsx","kind":"import-statement","original":"./List"},{"path":"packages/ui/react-ui/src/components/Lists/TreeDropIndicator.tsx","kind":"import-statement","original":"./TreeDropIndicator"}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/Treegrid.tsx":{"bytes":14420,"imports":[{"path":"@fluentui/react-tabster","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Lists/index.ts":{"bytes":669,"imports":[{"path":"packages/ui/react-ui/src/components/Lists/List.tsx","kind":"import-statement","original":"./List"},{"path":"packages/ui/react-ui/src/components/Lists/Tree.tsx","kind":"import-statement","original":"./Tree"},{"path":"packages/ui/react-ui/src/components/Lists/Treegrid.tsx","kind":"import-statement","original":"./Treegrid"}],"format":"esm"},"packages/ui/react-ui/src/components/Main/useSwipeToDismiss.ts":{"bytes":10479,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/ui/react-ui/src/components/Main/Main.tsx":{"bytes":39213,"imports":[{"path":"@fluentui/react-tabster","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dialog","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Main/useSwipeToDismiss.ts","kind":"import-statement","original":"./useSwipeToDismiss"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Main/index.ts":{"bytes":500,"imports":[{"path":"packages/ui/react-ui/src/components/Main/Main.tsx","kind":"import-statement","original":"./Main"}],"format":"esm"},"packages/ui/react-ui/src/components/Message/Message.tsx":{"bytes":10458,"imports":[{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Message/index.ts":{"bytes":510,"imports":[{"path":"packages/ui/react-ui/src/components/Message/Message.tsx","kind":"import-statement","original":"./Message"}],"format":"esm"},"packages/ui/react-ui/src/components/Popover/Popover.tsx":{"bytes":60848,"imports":[{"path":"@radix-ui/primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dismissable-layer","kind":"import-statement","external":true},{"path":"@radix-ui/react-focus-guards","kind":"import-statement","external":true},{"path":"@radix-ui/react-focus-scope","kind":"import-statement","external":true},{"path":"@radix-ui/react-id","kind":"import-statement","external":true},{"path":"@radix-ui/react-popper","kind":"import-statement","external":true},{"path":"@radix-ui/react-popper","kind":"import-statement","external":true},{"path":"@radix-ui/react-portal","kind":"import-statement","external":true},{"path":"@radix-ui/react-presence","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"aria-hidden","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-remove-scroll","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/hooks/useSafeCollisionPadding.ts","kind":"import-statement","original":"../../hooks/useSafeCollisionPadding"}],"format":"esm"},"packages/ui/react-ui/src/components/Popover/index.ts":{"bytes":510,"imports":[{"path":"packages/ui/react-ui/src/components/Popover/Popover.tsx","kind":"import-statement","original":"./Popover"}],"format":"esm"},"packages/ui/react-ui/src/components/Status/Status.tsx":{"bytes":3742,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Status/index.ts":{"bytes":504,"imports":[{"path":"packages/ui/react-ui/src/components/Status/Status.tsx","kind":"import-statement","original":"./Status"}],"format":"esm"},"packages/ui/react-ui/src/components/ScrollArea/ScrollArea.tsx":{"bytes":9549,"imports":[{"path":"@radix-ui/react-scroll-area","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/ScrollArea/index.ts":{"bytes":520,"imports":[{"path":"packages/ui/react-ui/src/components/ScrollArea/ScrollArea.tsx","kind":"import-statement","original":"./ScrollArea"}],"format":"esm"},"packages/ui/react-ui/src/components/Select/Select.tsx":{"bytes":22757,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-select","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/hooks/useSafeCollisionPadding.ts","kind":"import-statement","original":"../../hooks/useSafeCollisionPadding"},{"path":"packages/ui/react-ui/src/components/Buttons/index.ts","kind":"import-statement","original":"../Buttons"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"../Icon"}],"format":"esm"},"packages/ui/react-ui/src/components/Select/index.ts":{"bytes":504,"imports":[{"path":"packages/ui/react-ui/src/components/Select/Select.tsx","kind":"import-statement","original":"./Select"}],"format":"esm"},"packages/ui/react-ui/src/components/Separator/Separator.tsx":{"bytes":2800,"imports":[{"path":"@radix-ui/react-separator","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Separator/index.ts":{"bytes":514,"imports":[{"path":"packages/ui/react-ui/src/components/Separator/Separator.tsx","kind":"import-statement","original":"./Separator"}],"format":"esm"},"packages/ui/react-ui/src/components/Tag/Tag.tsx":{"bytes":2922,"imports":[{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/ui/react-ui/src/components/Tag/index.ts":{"bytes":494,"imports":[{"path":"packages/ui/react-ui/src/components/Tag/Tag.tsx","kind":"import-statement","original":"./Tag"}],"format":"esm"},"packages/ui/react-ui/src/components/Toast/Toast.tsx":{"bytes":12984,"imports":[{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-toast","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Toast/index.ts":{"bytes":502,"imports":[{"path":"packages/ui/react-ui/src/components/Toast/Toast.tsx","kind":"import-statement","original":"./Toast"}],"format":"esm"},"packages/ui/react-ui/src/components/Toolbar/Toolbar.tsx":{"bytes":14392,"imports":[{"path":"@radix-ui/react-toolbar","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/ui/react-ui/src/components/Buttons/index.ts","kind":"import-statement","original":"../Buttons"},{"path":"packages/ui/react-ui/src/components/Link/index.ts","kind":"import-statement","original":"../Link"},{"path":"packages/ui/react-ui/src/components/Separator/index.ts","kind":"import-statement","original":"../Separator"}],"format":"esm"},"packages/ui/react-ui/src/components/Toolbar/index.ts":{"bytes":510,"imports":[{"path":"packages/ui/react-ui/src/components/Toolbar/Toolbar.tsx","kind":"import-statement","original":"./Toolbar"}],"format":"esm"},"packages/ui/react-ui/src/components/index.ts":{"bytes":2650,"imports":[{"path":"packages/ui/react-ui/src/components/AnchoredOverflow/index.ts","kind":"import-statement","original":"./AnchoredOverflow"},{"path":"packages/ui/react-ui/src/components/Avatars/index.ts","kind":"import-statement","original":"./Avatars"},{"path":"packages/ui/react-ui/src/components/Breadcrumb/index.ts","kind":"import-statement","original":"./Breadcrumb"},{"path":"packages/ui/react-ui/src/components/Buttons/index.ts","kind":"import-statement","original":"./Buttons"},{"path":"packages/ui/react-ui/src/components/Clipboard/index.ts","kind":"import-statement","original":"./Clipboard"},{"path":"packages/ui/react-ui/src/components/Dialogs/index.ts","kind":"import-statement","original":"./Dialogs"},{"path":"packages/ui/react-ui/src/components/Menus/index.ts","kind":"import-statement","original":"./Menus"},{"path":"packages/ui/react-ui/src/components/Icon/index.ts","kind":"import-statement","original":"./Icon"},{"path":"packages/ui/react-ui/src/components/Input/index.ts","kind":"import-statement","original":"./Input"},{"path":"packages/ui/react-ui/src/components/Link/index.ts","kind":"import-statement","original":"./Link"},{"path":"packages/ui/react-ui/src/components/Lists/index.ts","kind":"import-statement","original":"./Lists"},{"path":"packages/ui/react-ui/src/components/Main/index.ts","kind":"import-statement","original":"./Main"},{"path":"packages/ui/react-ui/src/components/Message/index.ts","kind":"import-statement","original":"./Message"},{"path":"packages/ui/react-ui/src/components/Popover/index.ts","kind":"import-statement","original":"./Popover"},{"path":"packages/ui/react-ui/src/components/Status/index.ts","kind":"import-statement","original":"./Status"},{"path":"packages/ui/react-ui/src/components/ScrollArea/index.ts","kind":"import-statement","original":"./ScrollArea"},{"path":"packages/ui/react-ui/src/components/Select/index.ts","kind":"import-statement","original":"./Select"},{"path":"packages/ui/react-ui/src/components/Separator/index.ts","kind":"import-statement","original":"./Separator"},{"path":"packages/ui/react-ui/src/components/Tag/index.ts","kind":"import-statement","original":"./Tag"},{"path":"packages/ui/react-ui/src/components/Toast/index.ts","kind":"import-statement","original":"./Toast"},{"path":"packages/ui/react-ui/src/components/Toolbar/index.ts","kind":"import-statement","original":"./Toolbar"},{"path":"packages/ui/react-ui/src/components/Tooltip/index.ts","kind":"import-statement","original":"./Tooltip"},{"path":"packages/ui/react-ui/src/components/DensityProvider/index.ts","kind":"import-statement","original":"./DensityProvider"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"./ElevationProvider"},{"path":"packages/ui/react-ui/src/components/ThemeProvider/index.ts","kind":"import-statement","original":"./ThemeProvider"}],"format":"esm"},"packages/ui/react-ui/src/index.ts":{"bytes":1087,"imports":[{"path":"react-i18next","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/react-ui-types","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/index.ts","kind":"import-statement","original":"./components"},{"path":"packages/ui/react-ui/src/hooks/index.ts","kind":"import-statement","original":"./hooks"},{"path":"packages/ui/react-ui/src/util/index.ts","kind":"import-statement","original":"./util"}],"format":"esm"}},"outputs":{"packages/ui/react-ui/dist/lib/node-esm/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":290718},"packages/ui/react-ui/dist/lib/node-esm/index.mjs":{"imports":[{"path":"react-i18next","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/react-ui-types","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"date-fns/locale","kind":"import-statement","external":true},{"path":"i18next","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-i18next","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@radix-ui/react-avatar","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-tooltip","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-toggle","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-toggle-group","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"keyborg","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dialog","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-alert-dialog","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-context-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-id","kind":"import-statement","external":true},{"path":"@radix-ui/react-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-menu","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-checkbox","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-input","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-list","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@fluentui/react-tabster","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@fluentui/react-tabster","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dialog","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@radix-ui/primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-compose-refs","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"@radix-ui/react-dismissable-layer","kind":"import-statement","external":true},{"path":"@radix-ui/react-focus-guards","kind":"import-statement","external":true},{"path":"@radix-ui/react-focus-scope","kind":"import-statement","external":true},{"path":"@radix-ui/react-id","kind":"import-statement","external":true},{"path":"@radix-ui/react-popper","kind":"import-statement","external":true},{"path":"@radix-ui/react-popper","kind":"import-statement","external":true},{"path":"@radix-ui/react-portal","kind":"import-statement","external":true},{"path":"@radix-ui/react-presence","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-use-controllable-state","kind":"import-statement","external":true},{"path":"aria-hidden","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-remove-scroll","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-scroll-area","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-select","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-separator","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-primitive","kind":"import-statement","external":true},{"path":"@radix-ui/react-slot","kind":"import-statement","external":true},{"path":"@radix-ui/react-toast","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@radix-ui/react-toolbar","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"exports":["AlertDialog","AnchoredOverflow","Avatar","AvatarGroup","AvatarGroupItem","BUTTON_GROUP_NAME","Breadcrumb","Button","ButtonGroup","Clipboard","ContextMenu","DensityContext","DensityProvider","Dialog","DropdownMenu","ElevationContext","ElevationProvider","Icon","IconButton","Input","LIST_ITEM_NAME","LIST_NAME","Link","List","ListItem","Main","Message","Popover","ScrollArea","Select","Separator","Status","Tag","ThemeContext","ThemeProvider","Toast","Toggle","ToggleGroup","ToggleGroupItem","Toolbar","Tooltip","Trans","Tree","TreeItem","Treegrid","createDropdownMenuScope","createPopoverScope","hasIosKeyboard","initialSafeArea","isLabel","toLocalizedString","useAvatarContext","useButtonGroupContext","useClipboard","useDensityContext","useDropdownMenuContext","useDropdownMenuMenuScope","useElevationContext","useListContext","useListItemContext","useMainContext","useSafeArea","useSidebars","useThemeContext","useTranslation","useTranslationsContext","useVisualViewport"],"entryPoint":"packages/ui/react-ui/src/index.ts","inputs":{"packages/ui/react-ui/src/index.ts":{"bytesInOutput":112},"packages/ui/react-ui/src/components/AnchoredOverflow/AnchoredOverflow.tsx":{"bytesInOutput":1063},"packages/ui/react-ui/src/hooks/useDensityContext.ts":{"bytesInOutput":167},"packages/ui/react-ui/src/hooks/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/hooks/useElevationContext.ts":{"bytesInOutput":195},"packages/ui/react-ui/src/hooks/useSafeArea.ts":{"bytesInOutput":808},"packages/ui/react-ui/src/hooks/useTranslationsContext.ts":{"bytesInOutput":120},"packages/ui/react-ui/src/components/ThemeProvider/TranslationsProvider.tsx":{"bytesInOutput":2100},"packages/ui/react-ui/src/hooks/useThemeContext.ts":{"bytesInOutput":187},"packages/ui/react-ui/src/hooks/useVisualViewport.ts":{"bytesInOutput":519},"packages/ui/react-ui/src/components/AnchoredOverflow/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Avatars/Avatar.tsx":{"bytesInOutput":6957},"packages/ui/react-ui/src/components/Icon/Icon.tsx":{"bytesInOutput":616},"packages/ui/react-ui/src/components/Icon/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Avatars/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Avatars/AvatarGroup.tsx":{"bytesInOutput":2342},"packages/ui/react-ui/src/components/Breadcrumb/Breadcrumb.tsx":{"bytesInOutput":2627},"packages/ui/react-ui/src/components/Link/Link.tsx":{"bytesInOutput":545},"packages/ui/react-ui/src/components/Link/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Breadcrumb/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Buttons/Button.tsx":{"bytesInOutput":1966},"packages/ui/react-ui/src/components/Buttons/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Buttons/IconButton.tsx":{"bytesInOutput":2092},"packages/ui/react-ui/src/components/Tooltip/Tooltip.tsx":{"bytesInOutput":1537},"packages/ui/react-ui/src/hooks/useSafeCollisionPadding.ts":{"bytesInOutput":845},"packages/ui/react-ui/src/components/Tooltip/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Buttons/Toggle.tsx":{"bytesInOutput":485},"packages/ui/react-ui/src/components/Buttons/ToggleGroup.tsx":{"bytesInOutput":917},"packages/ui/react-ui/src/components/Clipboard/ClipboardProvider.tsx":{"bytesInOutput":731},"packages/ui/react-ui/src/components/Clipboard/CopyButton.tsx":{"bytesInOutput":2569},"packages/ui/react-ui/src/components/ThemeProvider/ThemeProvider.tsx":{"bytesInOutput":1519},"packages/ui/react-ui/src/util/hasIosKeyboard.ts":{"bytesInOutput":96},"packages/ui/react-ui/src/util/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/DensityProvider/DensityProvider.tsx":{"bytesInOutput":297},"packages/ui/react-ui/src/components/DensityProvider/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/ElevationProvider/ElevationProvider.tsx":{"bytesInOutput":309},"packages/ui/react-ui/src/components/ElevationProvider/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/ThemeProvider/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Clipboard/index.ts":{"bytesInOutput":107},"packages/ui/react-ui/src/components/Dialogs/Dialog.tsx":{"bytesInOutput":2945},"packages/ui/react-ui/src/components/Dialogs/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Dialogs/AlertDialog.tsx":{"bytesInOutput":3508},"packages/ui/react-ui/src/components/Menus/ContextMenu.tsx":{"bytesInOutput":3526},"packages/ui/react-ui/src/components/Menus/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Menus/DropdownMenu.tsx":{"bytesInOutput":14172},"packages/ui/react-ui/src/components/Input/Input.tsx":{"bytesInOutput":7321},"packages/ui/react-ui/src/components/Input/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Lists/List.tsx":{"bytesInOutput":3567},"packages/ui/react-ui/src/components/Lists/ListDropIndicator.tsx":{"bytesInOutput":1687},"packages/ui/react-ui/src/components/Lists/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Lists/Tree.tsx":{"bytesInOutput":1195},"packages/ui/react-ui/src/components/Lists/TreeDropIndicator.tsx":{"bytesInOutput":2118},"packages/ui/react-ui/src/components/Lists/Treegrid.tsx":{"bytesInOutput":3318},"packages/ui/react-ui/src/components/Main/Main.tsx":{"bytesInOutput":10054},"packages/ui/react-ui/src/components/Main/useSwipeToDismiss.ts":{"bytesInOutput":2632},"packages/ui/react-ui/src/components/Main/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Message/Message.tsx":{"bytesInOutput":2495},"packages/ui/react-ui/src/components/Message/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Popover/Popover.tsx":{"bytesInOutput":13017},"packages/ui/react-ui/src/components/Popover/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Status/Status.tsx":{"bytesInOutput":746},"packages/ui/react-ui/src/components/Status/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/ScrollArea/ScrollArea.tsx":{"bytesInOutput":2175},"packages/ui/react-ui/src/components/ScrollArea/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Select/Select.tsx":{"bytesInOutput":5509},"packages/ui/react-ui/src/components/Select/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Separator/Separator.tsx":{"bytesInOutput":515},"packages/ui/react-ui/src/components/Separator/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Tag/Tag.tsx":{"bytesInOutput":553},"packages/ui/react-ui/src/components/Tag/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Toast/Toast.tsx":{"bytesInOutput":3021},"packages/ui/react-ui/src/components/Toast/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Toolbar/Toolbar.tsx":{"bytesInOutput":3525},"packages/ui/react-ui/src/components/Toolbar/index.ts":{"bytesInOutput":0}},"bytes":124259}}}
@@ -1,13 +1,15 @@
1
- import React from 'react';
1
+ import React, { type ReactNode, type MutableRefObject } from 'react';
2
2
  import { type ButtonProps } from './Button';
3
3
  import { type ThemedClassName } from '../../util';
4
4
  import { type IconProps } from '../Icon';
5
5
  type IconButtonProps = Omit<ButtonProps, 'children'> & Pick<IconProps, 'icon' | 'size'> & {
6
- label: string;
6
+ label: NonNullable<ReactNode>;
7
7
  iconOnly?: boolean;
8
+ caretDown?: boolean;
8
9
  iconClassNames?: ThemedClassName<any>['classNames'];
9
10
  tooltipPortal?: boolean;
10
11
  tooltipZIndex?: string;
12
+ suppressNextTooltip?: MutableRefObject<boolean>;
11
13
  };
12
14
  declare const IconButton: React.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
13
15
  export { IconButton };
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Buttons/IconButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAG/C,KAAK,eAAe,GAAG,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,GAClD,IAAI,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,cAAc,CAAC,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC;IACpD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAiCJ,QAAA,MAAM,UAAU,wGAMf,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Buttons/IconButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAc,KAAK,SAAS,EAAE,KAAK,gBAAgB,EAAY,MAAM,OAAO,CAAC;AAE3F,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAG/C,KAAK,eAAe,GAAG,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,GAClD,IAAI,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG;IACjC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,cAAc,CAAC,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC;IACpD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;CACjD,CAAC;AAgDJ,QAAA,MAAM,UAAU,wGAMf,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialogs/Dialog.tsx"],"names":[],"mappings":"AAKA,OAAO,EACL,KAAK,WAAW,IAAI,wBAAwB,EAG5C,KAAK,kBAAkB,IAAI,2BAA2B,EAEtD,KAAK,iBAAiB,IAAI,0BAA0B,EAEpD,KAAK,kBAAkB,IAAI,2BAA2B,EAEtD,KAAK,gBAAgB,IAAI,yBAAyB,EAElD,KAAK,sBAAsB,IAAI,+BAA+B,EAE9D,KAAK,gBAAgB,IAAI,yBAAyB,EAElD,KAAK,kBAAkB,IAAI,2BAA2B,EACvD,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAA6E,MAAM,OAAO,CAAC;AAGlG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAGlD,KAAK,eAAe,GAAG,wBAAwB,CAAC;AAQhD,KAAK,kBAAkB,GAAG,2BAA2B,CAAC;AAItD,KAAK,iBAAiB,GAAG,0BAA0B,CAAC;AAIpD,KAAK,gBAAgB,GAAG,eAAe,CAAC,yBAAyB,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAe1F,KAAK,sBAAsB,GAAG,eAAe,CAAC,+BAA+B,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAgBtG,KAAK,gBAAgB,GAAG,yBAAyB,CAAC;AAWlD,KAAK,kBAAkB,GAAG,eAAe,CAAC,2BAA2B,CAAC,GAAG;IAAE,UAAU,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;CAAE,CAAC;AA6B7G,KAAK,kBAAkB,GAAG,eAAe,CAAC,2BAA2B,CAAC,CAAC;AAqBvE,eAAO,MAAM,MAAM;;;;;;;;;CASlB,CAAC;AAEF,YAAY,EACV,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACtB,gBAAgB,GACjB,CAAC"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialogs/Dialog.tsx"],"names":[],"mappings":"AAKA,OAAO,EACL,KAAK,WAAW,IAAI,wBAAwB,EAG5C,KAAK,kBAAkB,IAAI,2BAA2B,EAEtD,KAAK,iBAAiB,IAAI,0BAA0B,EAEpD,KAAK,kBAAkB,IAAI,2BAA2B,EAEtD,KAAK,gBAAgB,IAAI,yBAAyB,EAElD,KAAK,sBAAsB,IAAI,+BAA+B,EAE9D,KAAK,gBAAgB,IAAI,yBAAyB,EAElD,KAAK,kBAAkB,IAAI,2BAA2B,EACvD,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAA6E,MAAM,OAAO,CAAC;AAGlG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAGlD,KAAK,eAAe,GAAG,wBAAwB,CAAC;AAQhD,KAAK,kBAAkB,GAAG,2BAA2B,CAAC;AAItD,KAAK,iBAAiB,GAAG,0BAA0B,CAAC;AAIpD,KAAK,gBAAgB,GAAG,eAAe,CAAC,yBAAyB,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAe1F,KAAK,sBAAsB,GAAG,eAAe,CAAC,+BAA+B,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAgBtG,KAAK,gBAAgB,GAAG,yBAAyB,CAAC;AAWlD,KAAK,kBAAkB,GAAG,eAAe,CAAC,2BAA2B,CAAC,GAAG;IAAE,UAAU,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;CAAE,CAAC;AAqB7G,KAAK,kBAAkB,GAAG,eAAe,CAAC,2BAA2B,CAAC,CAAC;AAqBvE,eAAO,MAAM,MAAM;;;;;;;;;CASlB,CAAC;AAEF,YAAY,EACV,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACtB,gBAAgB,GACjB,CAAC"}
@@ -45,7 +45,6 @@ type MainProps = ThemedClassName<ComponentPropsWithRef<typeof Primitive.div>> &
45
45
  handlesFocus?: boolean;
46
46
  };
47
47
  type MainOverlayProps = ThemedClassName<Omit<ComponentPropsWithRef<typeof Primitive.div>, 'children'>>;
48
- type MainNotchProps = ThemedClassName<ComponentPropsWithRef<typeof Primitive.div>>;
49
48
  export declare const Main: {
50
49
  Root: {
51
50
  ({ navigationSidebarOpen: propsNavigationSidebarOpen, defaultNavigationSidebarOpen, onNavigationSidebarOpenChange, complementarySidebarOpen: propsComplementarySidebarOpen, defaultComplementarySidebarOpen, onComplementarySidebarOpenChange, children, ...props }: MainRootProps): React.JSX.Element;
@@ -55,7 +54,6 @@ export declare const Main: {
55
54
  Overlay: React.ForwardRefExoticComponent<Omit<MainOverlayProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
56
55
  NavigationSidebar: React.ForwardRefExoticComponent<Omit<MainNavigationSidebarProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
57
56
  ComplementarySidebar: React.ForwardRefExoticComponent<Omit<MainComplementarySidebarProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
58
- Notch: React.ForwardRefExoticComponent<Omit<MainNotchProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
59
57
  };
60
58
  export { useMainContext, useSidebars };
61
59
  export type { MainRootProps, MainProps, MainOverlayProps, MainNavigationSidebarProps };
@@ -1 +1 @@
1
- {"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/Main/Main.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAsB,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAGtD,OAAO,KAAK,EAAE,EACZ,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EAEb,KAAK,iBAAiB,EACtB,KAAK,cAAc,EAOpB,MAAM,OAAO,CAAC;AAOf,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAQlD,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,wBAAwB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC;IACxE,wBAAwB,EAAE,OAAO,CAAC;IAClC,2BAA2B,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC;CAC5E,CAAC;AA8BF,QAAA,MAAqB,cAAc,4CAYjC,CAAC;AAEH,QAAA,MAAM,WAAW;;;;;;;;;;;CAqBhB,CAAC;AAEF,KAAK,aAAa,GAAG,iBAAiB,CAAC;IACrC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,6BAA6B,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5D,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,gCAAgC,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAChE,CAAC,CAAC;AAmEH,KAAK,gBAAgB,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,aAAa,CAAC,CAAC,GAAG;IACrF,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC;IACvD,IAAI,EAAE,cAAc,GAAG,YAAY,CAAC;CACrC,CAAC;AA4CF,KAAK,0BAA0B,GAAG,IAAI,CAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAoBtF,KAAK,6BAA6B,GAAG,IAAI,CAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAqBzF,KAAK,SAAS,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG;IAC9E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AA4BF,KAAK,gBAAgB,GAAG,eAAe,CAAC,IAAI,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC;AA2BvG,KAAK,cAAc,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;AAkCnF,eAAO,MAAM,IAAI;;6QA9Od,aAAa;;;;;;;;CAqPf,CAAC;AAEF,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC;AAEvC,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,CAAC"}
1
+ {"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/Main/Main.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAsB,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAGtD,OAAO,KAAK,EAAE,EACZ,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EAEb,KAAK,iBAAiB,EACtB,KAAK,cAAc,EAOpB,MAAM,OAAO,CAAC;AAOf,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAQlD,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,wBAAwB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC;IACxE,wBAAwB,EAAE,OAAO,CAAC;IAClC,2BAA2B,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC;CAC5E,CAAC;AA8BF,QAAA,MAAqB,cAAc,4CAYjC,CAAC;AAEH,QAAA,MAAM,WAAW;;;;;;;;;;;CAqBhB,CAAC;AAEF,KAAK,aAAa,GAAG,iBAAiB,CAAC;IACrC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,6BAA6B,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5D,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,gCAAgC,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAChE,CAAC,CAAC;AAmEH,KAAK,gBAAgB,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,aAAa,CAAC,CAAC,GAAG;IACrF,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC;IACvD,IAAI,EAAE,cAAc,GAAG,YAAY,CAAC;CACrC,CAAC;AA4CF,KAAK,0BAA0B,GAAG,IAAI,CAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAoBtF,KAAK,6BAA6B,GAAG,IAAI,CAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAqBzF,KAAK,SAAS,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG;IAC9E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AA4BF,KAAK,gBAAgB,GAAG,eAAe,CAAC,IAAI,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC;AA2BvG,eAAO,MAAM,IAAI;;6QA5Md,aAAa;;;;;;;CAkNf,CAAC;AAEF,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC;AAEvC,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Menus/ContextMenu.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,KAAK,EAAE,EAAE,KAAK,qBAAqB,EAAc,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,KAAK,oBAAoB,GAAG,oBAAoB,CAAC,gBAAgB,CAAC;AAIlE,KAAK,uBAAuB,GAAG,oBAAoB,CAAC,uBAAuB,CAAC;AAI5E,KAAK,sBAAsB,GAAG,oBAAoB,CAAC,sBAAsB,CAAC;AAI1E,KAAK,uBAAuB,GAAG,eAAe,CAAC,oBAAoB,CAAC,uBAAuB,CAAC,GAAG;IAC7F,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAmBF,KAAK,wBAAwB,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG;IAC7F,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAcF,KAAK,qBAAqB,GAAG,eAAe,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;AAazF,KAAK,qBAAqB,GAAG,oBAAoB,CAAC,qBAAqB,CAAC;AAIxE,KAAK,6BAA6B,GAAG,oBAAoB,CAAC,6BAA6B,CAAC;AAIxF,KAAK,oBAAoB,GAAG,eAAe,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;AAevF,KAAK,4BAA4B,GAAG,eAAe,CAAC,oBAAoB,CAAC,4BAA4B,CAAC,CAAC;AAevG,KAAK,yBAAyB,GAAG,eAAe,CAAC,oBAAoB,CAAC,yBAAyB,CAAC,CAAC;AAejG,KAAK,0BAA0B,GAAG,eAAe,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;AAe9F,eAAO,MAAM,WAAW;;;;;;;6BArHD,OAAO;;;;;;;;;;;;;;;;;;;;CAkI7B,CAAC;AAEF,YAAY,EACV,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,4BAA4B,EAC5B,6BAA6B,EAC7B,yBAAyB,EACzB,0BAA0B,GAC3B,CAAC"}
1
+ {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Menus/ContextMenu.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,KAAK,EAAE,EAAE,KAAK,qBAAqB,EAAc,MAAM,OAAO,CAAC;AAItE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,KAAK,oBAAoB,GAAG,oBAAoB,CAAC,gBAAgB,CAAC;AAIlE,KAAK,uBAAuB,GAAG,oBAAoB,CAAC,uBAAuB,CAAC;AAI5E,KAAK,sBAAsB,GAAG,oBAAoB,CAAC,sBAAsB,CAAC;AAI1E,KAAK,uBAAuB,GAAG,eAAe,CAAC,oBAAoB,CAAC,uBAAuB,CAAC,GAAG;IAC7F,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAoBF,KAAK,wBAAwB,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG;IAC7F,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAcF,KAAK,qBAAqB,GAAG,eAAe,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;AAazF,KAAK,qBAAqB,GAAG,oBAAoB,CAAC,qBAAqB,CAAC;AAIxE,KAAK,6BAA6B,GAAG,oBAAoB,CAAC,6BAA6B,CAAC;AAIxF,KAAK,oBAAoB,GAAG,eAAe,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;AAevF,KAAK,4BAA4B,GAAG,eAAe,CAAC,oBAAoB,CAAC,4BAA4B,CAAC,CAAC;AAevG,KAAK,yBAAyB,GAAG,eAAe,CAAC,oBAAoB,CAAC,yBAAyB,CAAC,CAAC;AAejG,KAAK,0BAA0B,GAAG,eAAe,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;AAe9F,eAAO,MAAM,WAAW;;;;;;;6BAtHD,OAAO;;;;;;;;;;;;;;;;;;;;CAmI7B,CAAC;AAEF,YAAY,EACV,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,4BAA4B,EAC5B,6BAA6B,EAC7B,yBAAyB,EACzB,0BAA0B,GAC3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Menus/DropdownMenu.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Menus/DropdownMenu.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAErE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAEzD,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEnE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAItD,OAAO,KAAK,EAAE,EACZ,KAAK,qBAAqB,EAE1B,KAAK,UAAU,EACf,KAAK,SAAS,EACd,KAAK,SAAS,EAGd,KAAK,wBAAwB,EAK9B,MAAM,OAAO,CAAC;AAKf,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAQlD,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,GAAG;IAAE,cAAc,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AACrD,QAAA,MAA6B,kBAAkB,+CAAyD,CAAC;AAiBzG,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AA0CD,KAAK,iBAAiB,GAAG,wBAAwB,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,CAAC;AACjF,UAAU,kBAAmB,SAAQ,iBAAiB;CAAG;AA0BzD,KAAK,qBAAqB,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC;AACjE,KAAK,oBAAoB,GAAG,wBAAwB,CAAC,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC;AAC9E,UAAU,mBAAoB,SAAQ,oBAAoB;CAAG;AAwC7D,UAAU,0BAA0B;IAClC,UAAU,EAAE,SAAS,CAAC,qBAAqB,CAAC,CAAC;CAC9C;AA2BD,KAAK,WAAW,GAAG,wBAAwB,CAAC,OAAO,eAAe,CAAC,CAAC;AACpE,UAAU,kBAAkB;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC;IACrC;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC;CACnB;AAwBD,UAAU,mBAAoB,SAAQ,uBAAuB;IAC3D;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC;CACnB;AAyBD,UAAU,uBAAwB,SAAQ,IAAI,CAAC,uBAAuB,EAAE,WAAW,GAAG,6BAA6B,CAAC;CAAG;AAmHvH,KAAK,eAAe,GAAG,wBAAwB,CAAC,OAAO,UAAU,CAAC,CAAC;AACnE,KAAK,qBAAqB,GAAG,wBAAwB,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC/E,KAAK,kBAAkB,GAAG,eAAe,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC;AACpG,UAAU,uBACR,SAAQ,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,EAC1C,IAAI,CAAC,qBAAqB,EAAE,WAAW,CAAC;IAC1C;;;OAGG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;IAEvC;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAAC;IAEtD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC;CAC1D;AA+ED,UAAU,iBAAkB,SAAQ,oBAAoB;CAAG;AA0B3D,KAAK,gBAAgB,GAAG,eAAe,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC;AAChG,UAAU,iBAAkB,SAAQ,gBAAgB;CAAG;AAwBvD,KAAK,oBAAoB,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG;IACzF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAsBF,eAAO,MAAM,OAAO;;;;;gBAlYkB,WAAW,CAAC,0BAA0B,CAAC;;;;;;;;CA4Y5E,CAAC;AAEF,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAE9B,YAAY,EACV,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACnB,0BAA0B,EAC1B,kBAAkB,EAClB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,oBAAoB,GACrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,YAAY,CAAC;AAGtD,KAAK,eAAe,GAAG,eAAe,CAAC,WAAW,CAAC;AAInD,KAAK,kBAAkB,GAAG,eAAe,CAAC,kBAAkB,CAAC;AAI7D,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC;AAIzD,KAAK,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAIvD,KAAK,iBAAiB,GAAG,eAAe,CAAC,iBAAiB,CAAC;AAI3D,KAAK,wBAAwB,GAAG,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,GAAG,IAAI,CAAC,gBAAgB,EAAE,aAAa,GAAG,UAAU,CAAC,CAAC;AAmBnH,KAAK,kBAAkB,GAAG,eAAe,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAAC;AAmB9E,KAAK,yBAAyB,GAAG,eAAe,CAAC,eAAe,CAAC,yBAAyB,CAAC,CAAC;AAiB5F,KAAK,2BAA2B,GAAG,eAAe,CAAC,eAAe,CAAC,2BAA2B,CAAC,CAAC;AAiBhG,KAAK,mBAAmB,GAAG,eAAe,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;AAiBhF,KAAK,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC,eAAe,CAAC,CAAC;AAOxE,KAAK,mBAAmB,GAAG,eAAe,CAAC,mBAAmB,CAAC;AAI/D,KAAK,wBAAwB,GAAG,eAAe,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAAC;AAiB1F,KAAK,iBAAiB,GAAG,eAAe,CAAC;AAezC,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC;AAIzD,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC;AAIzD,KAAK,oBAAoB,GAAG,eAAe,CAAC,eAAe,CAAC,oBAAoB,CAAC,CAAC;AAalF,KAAK,gBAAgB,GAAG,eAAe,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC;AAa1E,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBlB,CAAC;AAEF,YAAY,EACV,eAAe,EACf,kBAAkB,EAClB,wBAAwB,EACxB,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,yBAAyB,EACzB,2BAA2B,EAC3B,mBAAmB,EACnB,eAAe,EACf,mBAAmB,EACnB,wBAAwB,EACxB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,GACjB,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,YAAY,CAAC;AAGtD,KAAK,eAAe,GAAG,eAAe,CAAC,WAAW,CAAC;AAInD,KAAK,kBAAkB,GAAG,eAAe,CAAC,kBAAkB,CAAC;AAI7D,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC;AAIzD,KAAK,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAIvD,KAAK,iBAAiB,GAAG,eAAe,CAAC,iBAAiB,CAAC;AAI3D,KAAK,wBAAwB,GAAG,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,GAAG,IAAI,CAAC,gBAAgB,EAAE,aAAa,GAAG,UAAU,CAAC,CAAC;AAmBnH,KAAK,kBAAkB,GAAG,eAAe,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAAC;AAqB9E,KAAK,yBAAyB,GAAG,eAAe,CAAC,eAAe,CAAC,yBAAyB,CAAC,CAAC;AAiB5F,KAAK,2BAA2B,GAAG,eAAe,CAAC,eAAe,CAAC,2BAA2B,CAAC,CAAC;AAiBhG,KAAK,mBAAmB,GAAG,eAAe,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;AAiBhF,KAAK,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC,eAAe,CAAC,CAAC;AAOxE,KAAK,mBAAmB,GAAG,eAAe,CAAC,mBAAmB,CAAC;AAI/D,KAAK,wBAAwB,GAAG,eAAe,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAAC;AAiB1F,KAAK,iBAAiB,GAAG,eAAe,CAAC;AAezC,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC;AAIzD,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC;AAIzD,KAAK,oBAAoB,GAAG,eAAe,CAAC,eAAe,CAAC,oBAAoB,CAAC,CAAC;AAalF,KAAK,gBAAgB,GAAG,eAAe,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC;AAa1E,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBlB,CAAC;AAEF,YAAY,EACV,eAAe,EACf,kBAAkB,EAClB,wBAAwB,EACxB,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,yBAAyB,EACzB,2BAA2B,EAC3B,mBAAmB,EACnB,eAAe,EACf,mBAAmB,EACnB,wBAAwB,EACxB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,GACjB,CAAC"}
@@ -2,7 +2,9 @@ import { type SeparatorProps as SeparatorPrimitiveProps } from '@radix-ui/react-
2
2
  import React from 'react';
3
3
  import { type ThemedClassName } from '../../util';
4
4
  type SeparatorProps = ThemedClassName<SeparatorPrimitiveProps>;
5
- declare const Separator: ({ classNames, orientation, ...props }: SeparatorProps) => React.JSX.Element;
5
+ declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitiveProps, "className"> & {
6
+ classNames?: import("packages/ui/react-ui-types/dist/types/src").ClassNameValue;
7
+ } & React.RefAttributes<HTMLDivElement>>;
6
8
  export type { SeparatorProps };
7
9
  export { Separator };
8
10
  //# sourceMappingURL=Separator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../../../../../src/components/Separator/Separator.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,cAAc,IAAI,uBAAuB,EAC/C,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,KAAK,cAAc,GAAG,eAAe,CAAC,uBAAuB,CAAC,CAAC;AAE/D,QAAA,MAAM,SAAS,0CAA0D,cAAc,sBAStF,CAAC;AAEF,YAAY,EAAE,cAAc,EAAE,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../../../../../src/components/Separator/Separator.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,cAAc,IAAI,uBAAuB,EAC/C,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,KAAK,cAAc,GAAG,eAAe,CAAC,uBAAuB,CAAC,CAAC;AAE/D,QAAA,MAAM,SAAS;;wCAYd,CAAC;AAEF,YAAY,EAAE,cAAc,EAAE,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,14 +1,16 @@
1
1
  import React, { type PropsWithChildren } from 'react';
2
2
  import { type Density, type Elevation, type ThemeFunction } from '@dxos/react-ui-types';
3
3
  import { type TranslationsProviderProps } from './TranslationsProvider';
4
+ import { type SafeAreaPadding } from '../../hooks';
4
5
  export type ThemeMode = 'light' | 'dark';
5
6
  export type ThemeContextValue = {
6
7
  tx: ThemeFunction<any>;
7
8
  themeMode: ThemeMode;
8
9
  hasIosKeyboard: boolean;
10
+ safeAreaPadding?: SafeAreaPadding;
9
11
  noCache?: boolean;
10
12
  };
11
- export type ThemeProviderProps = Omit<TranslationsProviderProps, 'children'> & Partial<ThemeContextValue> & PropsWithChildren<{
13
+ export type ThemeProviderProps = Omit<TranslationsProviderProps, 'children'> & Partial<Omit<ThemeContextValue, 'safeAreaPadding'>> & PropsWithChildren<{
12
14
  rootDensity?: Density;
13
15
  rootElevation?: Elevation;
14
16
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/ThemeProvider/ThemeProvider.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAiB,KAAK,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAEhF,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAExF,OAAO,EAAwB,KAAK,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAK9F,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAEzC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAOF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,yBAAyB,EAAE,UAAU,CAAC,GAC1E,OAAO,CAAC,iBAAiB,CAAC,GAC1B,iBAAiB,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B,CAAC,CAAC;AAEL,eAAO,MAAM,aAAa,2FASvB,kBAAkB,sBAwBpB,CAAC"}
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/ThemeProvider/ThemeProvider.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAiB,KAAK,iBAAiB,EAAsB,MAAM,OAAO,CAAC;AAEzF,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAExF,OAAO,EAAwB,KAAK,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAC9F,OAAO,EAAE,KAAK,eAAe,EAAe,MAAM,aAAa,CAAC;AAKhE,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAEzC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAOF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,yBAAyB,EAAE,UAAU,CAAC,GAC1E,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,GACnD,iBAAiB,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B,CAAC,CAAC;AAEL,eAAO,MAAM,aAAa,2FASvB,kBAAkB,sBA+BpB,CAAC"}