@dxos/react-ui 0.6.13 → 0.6.14-main.7bd9c89

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 (73) hide show
  1. package/dist/lib/browser/index.mjs +34 -29
  2. package/dist/lib/browser/index.mjs.map +3 -3
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/lib/node/index.cjs +2395 -0
  5. package/dist/lib/node/index.cjs.map +7 -0
  6. package/dist/lib/node/meta.json +1 -0
  7. package/dist/lib/node-esm/index.mjs +2396 -0
  8. package/dist/lib/node-esm/index.mjs.map +7 -0
  9. package/dist/lib/node-esm/meta.json +1 -0
  10. package/dist/types/src/components/Buttons/Button.stories.d.ts +12 -17
  11. package/dist/types/src/components/Buttons/Button.stories.d.ts.map +1 -1
  12. package/dist/types/src/components/DensityProvider/DensityProvider.d.ts.map +1 -1
  13. package/dist/types/src/components/Input/Input.d.ts.map +1 -1
  14. package/dist/types/src/components/Lists/Treegrid.stories.d.ts +3 -2
  15. package/dist/types/src/components/Lists/Treegrid.stories.d.ts.map +1 -1
  16. package/dist/types/src/components/Select/Select.d.ts.map +1 -1
  17. package/dist/types/src/components/Select/Select.stories.d.ts +10 -11
  18. package/dist/types/src/components/Select/Select.stories.d.ts.map +1 -1
  19. package/dist/types/src/components/Status/Status.stories.d.ts +0 -3
  20. package/dist/types/src/components/Status/Status.stories.d.ts.map +1 -1
  21. package/dist/types/src/components/ThemeProvider/ThemeProvider.d.ts +4 -5
  22. package/dist/types/src/components/ThemeProvider/ThemeProvider.d.ts.map +1 -1
  23. package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts +4 -4
  24. package/dist/types/src/components/Toast/Toast.d.ts.map +1 -1
  25. package/dist/types/src/components/Toolbar/Toolbar.d.ts +4 -2
  26. package/dist/types/src/components/Toolbar/Toolbar.d.ts.map +1 -1
  27. package/dist/types/src/hooks/useThemeContext.d.ts.map +1 -1
  28. package/dist/types/src/playground/Controls.stories.d.ts +2 -6
  29. package/dist/types/src/playground/Controls.stories.d.ts.map +1 -1
  30. package/dist/types/src/testing/decorators/index.d.ts +1 -0
  31. package/dist/types/src/testing/decorators/index.d.ts.map +1 -1
  32. package/dist/types/src/testing/decorators/withVariants.d.ts +13 -0
  33. package/dist/types/src/testing/decorators/withVariants.d.ts.map +1 -0
  34. package/package.json +19 -14
  35. package/src/components/Avatars/Avatar.stories.tsx +1 -1
  36. package/src/components/Avatars/AvatarGroup.stories.tsx +1 -1
  37. package/src/components/Breadcrumb/Breadcrumb.stories.tsx +1 -1
  38. package/src/components/Buttons/Button.stories.tsx +34 -63
  39. package/src/components/Buttons/Toggle.stories.tsx +1 -1
  40. package/src/components/Buttons/ToggleGroup.stories.tsx +1 -1
  41. package/src/components/DensityProvider/DensityProvider.tsx +1 -1
  42. package/src/components/Dialogs/AlertDialog.stories.tsx +1 -1
  43. package/src/components/Dialogs/Dialog.stories.tsx +1 -1
  44. package/src/components/Input/Input.stories.tsx +1 -1
  45. package/src/components/Link/Link.stories.tsx +1 -1
  46. package/src/components/Lists/List.stories.tsx +1 -1
  47. package/src/components/Lists/Tree.stories.tsx +1 -1
  48. package/src/components/Lists/Treegrid.stories.tsx +7 -5
  49. package/src/components/Main/Main.stories.tsx +1 -1
  50. package/src/components/Menus/ContextMenu.stories.tsx +1 -1
  51. package/src/components/Menus/DropdownMenu.stories.tsx +1 -1
  52. package/src/components/Message/Message.stories.tsx +1 -1
  53. package/src/components/Popover/Popover.stories.tsx +1 -1
  54. package/src/components/ScrollArea/ScrollArea.stories.tsx +1 -1
  55. package/src/components/Select/Select.stories.tsx +14 -31
  56. package/src/components/Select/Select.tsx +9 -10
  57. package/src/components/Status/Status.stories.tsx +1 -2
  58. package/src/components/Tag/Tag.stories.tsx +1 -1
  59. package/src/components/ThemeProvider/ThemeProvider.tsx +17 -18
  60. package/src/components/Toast/Toast.stories.tsx +1 -1
  61. package/src/components/Toast/Toast.tsx +1 -4
  62. package/src/components/Toolbar/Toolbar.stories.tsx +1 -1
  63. package/src/components/Toolbar/Toolbar.tsx +21 -1
  64. package/src/components/Tooltip/Tooltip.stories.tsx +1 -1
  65. package/src/hooks/useThemeContext.ts +3 -1
  66. package/src/playground/Controls.stories.tsx +7 -10
  67. package/src/playground/Surfaces.stories.tsx +1 -1
  68. package/src/playground/Typography.stories.tsx +1 -1
  69. package/src/testing/decorators/index.ts +1 -0
  70. package/src/testing/decorators/withVariants.tsx +45 -0
  71. package/dist/types/src/playground/helpers.d.ts +0 -6
  72. package/dist/types/src/playground/helpers.d.ts.map +0 -1
  73. package/src/playground/helpers.tsx +0 -32
@@ -0,0 +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":2567,"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":8926,"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/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":690,"imports":[{"path":"packages/ui/react-ui/src/components/Buttons/Button.tsx","kind":"import-statement","original":"./Button"},{"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/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/Dialogs/Dialog.tsx":{"bytes":13895,"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":15101,"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":15072,"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/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"format":"esm"},"packages/ui/react-ui/src/components/Menus/DropdownMenu.tsx":{"bytes":16582,"imports":[{"path":"@radix-ui/react-dropdown-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/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"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":32217,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-checkbox","kind":"import-statement","external":true},{"path":"@radix-ui/react-switch","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"}],"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/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/Lists/List.tsx":{"bytes":15854,"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/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/Tree.tsx":{"bytes":6361,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/ui/react-ui/src/components/Lists/List.tsx","kind":"import-statement","original":"./List"}],"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":43182,"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"},{"path":"packages/ui/react-ui/src/components/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"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":10577,"imports":[{"path":"@radix-ui/react-popover","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/ElevationProvider/index.ts","kind":"import-statement","original":"../ElevationProvider"}],"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":3555,"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":20536,"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":12985,"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":10531,"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/Tooltip/Tooltip.tsx":{"bytes":6968,"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/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/ThemeProvider/ThemeProvider.tsx":{"bytes":6952,"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/index.ts":{"bytes":2557,"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/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":210027},"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":"@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":"@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":"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/react-dropdown-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":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"@radix-ui/react-checkbox","kind":"import-statement","external":true},{"path":"@radix-ui/react-switch","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":"@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/react-popover","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-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},{"path":"@radix-ui/react-tooltip","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"keyborg","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"exports":["AlertDialog","AnchoredOverflow","Avatar","AvatarGroup","AvatarGroupItem","BUTTON_GROUP_NAME","Breadcrumb","Button","ButtonGroup","ContextMenu","DensityContext","DensityProvider","Dialog","DropdownMenu","ElevationContext","ElevationProvider","Icon","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","hasIosKeyboard","isLabel","toLocalizedString","useAvatarContext","useButtonGroupContext","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":448},"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":1928},"packages/ui/react-ui/src/components/Buttons/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Buttons/Toggle.tsx":{"bytesInOutput":480},"packages/ui/react-ui/src/components/Buttons/ToggleGroup.tsx":{"bytesInOutput":914},"packages/ui/react-ui/src/components/Dialogs/Dialog.tsx":{"bytesInOutput":3025},"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/Dialogs/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Dialogs/AlertDialog.tsx":{"bytesInOutput":3274},"packages/ui/react-ui/src/components/Menus/ContextMenu.tsx":{"bytesInOutput":3436},"packages/ui/react-ui/src/components/Menus/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Menus/DropdownMenu.tsx":{"bytesInOutput":3650},"packages/ui/react-ui/src/components/Input/Input.tsx":{"bytesInOutput":7724},"packages/ui/react-ui/src/components/Input/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Lists/List.tsx":{"bytesInOutput":3531},"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/Lists/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Lists/Tree.tsx":{"bytesInOutput":1159},"packages/ui/react-ui/src/components/Lists/Treegrid.tsx":{"bytesInOutput":3294},"packages/ui/react-ui/src/components/Main/Main.tsx":{"bytesInOutput":11021},"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":2493},"packages/ui/react-ui/src/components/Message/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Popover/Popover.tsx":{"bytesInOutput":2214},"packages/ui/react-ui/src/components/Popover/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Status/Status.tsx":{"bytesInOutput":707},"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":4988},"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":3022},"packages/ui/react-ui/src/components/Toast/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Toolbar/Toolbar.tsx":{"bytesInOutput":2502},"packages/ui/react-ui/src/components/Toolbar/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/Tooltip/Tooltip.tsx":{"bytesInOutput":1364},"packages/ui/react-ui/src/components/Tooltip/index.ts":{"bytesInOutput":0},"packages/ui/react-ui/src/components/ThemeProvider/ThemeProvider.tsx":{"bytesInOutput":1340},"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/ThemeProvider/index.ts":{"bytesInOutput":0}},"bytes":90114}}}
@@ -1,23 +1,10 @@
1
1
  import '@dxos-theme';
2
2
  import React from 'react';
3
3
  import { type ButtonProps } from './Button';
4
- declare const _default: {
5
- title: string;
6
- component: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
7
- decorators: import("@storybook/react/*").Decorator[];
8
- parameters: {
9
- chromatic: {
10
- disableSnapshot: boolean;
11
- };
12
- };
13
- };
14
- export default _default;
15
4
  export declare const Default: {
16
- render: ({ children, ...args }: Omit<ButtonProps, "ref">) => React.JSX.Element;
17
5
  args: {
18
- children: string;
19
- disabled: boolean;
20
6
  variant: string;
7
+ children: string;
21
8
  };
22
9
  };
23
10
  export declare const Primary: {
@@ -25,27 +12,35 @@ export declare const Primary: {
25
12
  variant: string;
26
13
  children: string;
27
14
  };
28
- render: ({ children, ...args }: Omit<ButtonProps, "ref">) => React.JSX.Element;
29
15
  };
30
16
  export declare const Destructive: {
31
17
  args: {
32
18
  variant: string;
33
19
  children: string;
34
20
  };
35
- render: ({ children, ...args }: Omit<ButtonProps, "ref">) => React.JSX.Element;
36
21
  };
37
22
  export declare const Outline: {
38
23
  args: {
39
24
  variant: string;
40
25
  children: string;
41
26
  };
42
- render: ({ children, ...args }: Omit<ButtonProps, "ref">) => React.JSX.Element;
43
27
  };
44
28
  export declare const Ghost: {
45
29
  args: {
46
30
  variant: string;
47
31
  children: string;
48
32
  };
33
+ };
34
+ declare const _default: {
35
+ title: string;
36
+ component: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
37
+ decorators: import("@storybook/react/*").Decorator[];
49
38
  render: ({ children, ...args }: Omit<ButtonProps, "ref">) => React.JSX.Element;
39
+ parameters: {
40
+ chromatic: {
41
+ disableSnapshot: boolean;
42
+ };
43
+ };
50
44
  };
45
+ export default _default;
51
46
  //# sourceMappingURL=Button.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Buttons/Button.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAGrB,OAAO,KAAiC,MAAM,OAAO,CAAC;AAItD,OAAO,EAAuB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;AAKjE,wBAKE;AAyCF,eAAO,MAAM,OAAO;oCACc,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;;;;;;CAmBzD,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;oCArBc,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;CAqB4B,CAAC;AAEvF,eAAO,MAAM,WAAW;;;;;oCAvBU,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;CAuBqC,CAAC;AAEhG,eAAO,MAAM,OAAO;;;;;oCAzBc,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;CAyB4B,CAAC;AAEvF,eAAO,MAAM,KAAK;;;;;oCA3BgB,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;CA2BwB,CAAC"}
1
+ {"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Buttons/Button.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAGrB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAuB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AA0BjE,eAAO,MAAM,OAAO;;;;;CAEnB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;CAEnB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;CAEvB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;CAEnB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;CAEjB,CAAC;;;;;oCAzC2C,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;;;;;;;AA2CrE,wBAME"}
@@ -1 +1 @@
1
- {"version":3,"file":"DensityProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/DensityProvider/DensityProvider.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAiB,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAErE,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,CAAC;IACnD,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,oCAA4D,CAAC;AAExF,eAAO,MAAM,eAAe,0BAA2B,oBAAoB,sBAE1E,CAAC"}
1
+ {"version":3,"file":"DensityProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/DensityProvider/DensityProvider.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAiB,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAErE,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,CAAC;IACnD,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,oCAA0D,CAAC;AAEtF,eAAO,MAAM,eAAe,0BAA2B,oBAAoB,sBAE1E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAS,KAAK,UAAU,EAAS,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAEL,KAAK,aAAa,IAAI,sBAAsB,EAE7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAGL,KAAK,WAAW,IAAI,oBAAoB,EACzC,MAAM,wBAAwB,CAAC;AAEhC,OAAO,KAA4E,MAAM,OAAO,CAAC;AAEjG,OAAO,EAEL,KAAK,cAAc,EAEnB,KAAK,aAAa,IAAI,sBAAsB,EAE5C,KAAK,cAAc,IAAI,uBAAuB,EAE9C,KAAK,aAAa,IAAI,sBAAsB,EAG5C,KAAK,gBAAgB,EAGrB,KAAK,6BAA6B,IAAI,sCAAsC,EAC5E,KAAK,gBAAgB,IAAI,yBAAyB,EAElD,KAAK,UAAU,IAAI,mBAAmB,EAEtC,KAAK,eAAe,IAAI,wBAAwB,EACjD,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAGpG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,KAAK,YAAY,GAAG,SAAS,GAAG,SAAS,CAAC;AAE1C,KAAK,gBAAgB,GAAG,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,SAAS,CAAC;IAAC,OAAO,EAAE,YAAY,CAAA;CAAE,CAAC,CAAC;AAEnG,KAAK,UAAU,GAAG,eAAe,CAAC,mBAAmB,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAW9E,KAAK,gBAAgB,GAAG,eAAe,CAAC,yBAAyB,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAiB1F,KAAK,eAAe,GAAG,eAAe,CAAC,wBAAwB,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAuBxF,KAAK,6BAA6B,GAAG,eAAe,CAAC,sCAAsC,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAiBpH,KAAK,aAAa,GAAG,gBAAgB,GACnC,IAAI,CAAC,sBAAsB,EAAE,kBAAkB,GAAG,gBAAgB,CAAC,GAAG;IACpE,gBAAgB,CAAC,EAAE,cAAc,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,CAAC;AAoDJ,KAAK,cAAc,GAAG,gBAAgB,GAAG,eAAe,CAAC,uBAAuB,CAAC,CAAC;AAkClF,KAAK,aAAa,GAAG,gBAAgB,GAAG,eAAe,CAAC,sBAAsB,CAAC,CAAC;AAgChF,KAAK,aAAa,GAAG,eAAe,CAAC,IAAI,CAAC,sBAAsB,EAAE,UAAU,CAAC,CAAC,GAAG;IAAE,IAAI,CAAC,EAAE,IAAI,CAAC;IAAC,MAAM,CAAC,EAAE,UAAU,CAAA;CAAE,CAAC;AAwDtH,KAAK,WAAW,GAAG,eAAe,CAAC,IAAI,CAAC,oBAAoB,EAAE,UAAU,CAAC,CAAC,GAAG;IAAE,IAAI,CAAC,EAAE,IAAI,CAAA;CAAE,CAAC;AAgD7F,eAAO,MAAM,KAAK;;;;;;;;;;;;;;CAWjB,CAAC;AAEF,YAAY,EACV,YAAY,EACZ,cAAc,EACd,aAAa,EACb,cAAc,EACd,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,6BAA6B,GAC9B,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAS,KAAK,UAAU,EAAS,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAEL,KAAK,aAAa,IAAI,sBAAsB,EAE7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAGL,KAAK,WAAW,IAAI,oBAAoB,EACzC,MAAM,wBAAwB,CAAC;AAEhC,OAAO,KAA4E,MAAM,OAAO,CAAC;AAEjG,OAAO,EAEL,KAAK,cAAc,EAEnB,KAAK,aAAa,IAAI,sBAAsB,EAE5C,KAAK,cAAc,IAAI,uBAAuB,EAE9C,KAAK,aAAa,IAAI,sBAAsB,EAG5C,KAAK,gBAAgB,EAGrB,KAAK,6BAA6B,IAAI,sCAAsC,EAC5E,KAAK,gBAAgB,IAAI,yBAAyB,EAElD,KAAK,UAAU,IAAI,mBAAmB,EAEtC,KAAK,eAAe,IAAI,wBAAwB,EACjD,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAGpG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,KAAK,YAAY,GAAG,SAAS,GAAG,SAAS,CAAC;AAE1C,KAAK,gBAAgB,GAAG,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,SAAS,CAAC;IAAC,OAAO,EAAE,YAAY,CAAA;CAAE,CAAC,CAAC;AAEnG,KAAK,UAAU,GAAG,eAAe,CAAC,mBAAmB,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAW9E,KAAK,gBAAgB,GAAG,eAAe,CAAC,yBAAyB,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAiB1F,KAAK,eAAe,GAAG,eAAe,CAAC,wBAAwB,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAuBxF,KAAK,6BAA6B,GAAG,eAAe,CAAC,sCAAsC,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAiBpH,KAAK,aAAa,GAAG,gBAAgB,GACnC,IAAI,CAAC,sBAAsB,EAAE,kBAAkB,GAAG,gBAAgB,CAAC,GAAG;IACpE,gBAAgB,CAAC,EAAE,cAAc,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,CAAC;AAoDJ,KAAK,cAAc,GAAG,gBAAgB,GAAG,eAAe,CAAC,uBAAuB,CAAC,CAAC;AAkClF,KAAK,aAAa,GAAG,gBAAgB,GAAG,eAAe,CAAC,sBAAsB,CAAC,CAAC;AAgChF,KAAK,aAAa,GAAG,eAAe,CAAC,IAAI,CAAC,sBAAsB,EAAE,UAAU,CAAC,CAAC,GAAG;IAAE,IAAI,CAAC,EAAE,IAAI,CAAC;IAAC,MAAM,CAAC,EAAE,UAAU,CAAA;CAAE,CAAC;AAwDtH,KAAK,WAAW,GAAG,eAAe,CAAC,IAAI,CAAC,oBAAoB,EAAE,UAAU,CAAC,CAAC,GAAG;IAAE,IAAI,CAAC,EAAE,IAAI,CAAA;CAAE,CAAC;AAgD7F,eAAO,MAAM,KAAK;;uLAxTO,GAAG,CAAC,OAAO;;;;;;;;;;;;CAmUnC,CAAC;AAEF,YAAY,EACV,YAAY,EACZ,cAAc,EACd,aAAa,EACb,cAAc,EACd,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,6BAA6B,GAC9B,CAAC"}
@@ -1,9 +1,10 @@
1
1
  import React from 'react';
2
+ export declare const Default: {};
2
3
  declare const _default: {
3
4
  title: string;
4
- component: () => React.JSX.Element;
5
+ component: React.ForwardRefExoticComponent<Omit<import("./Treegrid").TreegridRootProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
+ render: () => React.JSX.Element;
5
7
  decorators: import("@storybook/react/*").Decorator[];
6
8
  };
7
9
  export default _default;
8
- export declare const Treegrid: () => React.JSX.Element;
9
10
  //# sourceMappingURL=Treegrid.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Treegrid.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Lists/Treegrid.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;AA2I1B,wBAIE;AAEF,eAAO,MAAM,QAAQ,yBAA8B,CAAC"}
1
+ {"version":3,"file":"Treegrid.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Lists/Treegrid.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2I1B,eAAO,MAAM,OAAO,IAAK,CAAC;;;;;;;AAE1B,wBAKE"}
@@ -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;AAEtD,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;AAqBnH,KAAK,kBAAkB,GAAG,eAAe,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAAC;AAiB9E,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,mBAAmB,CAAC;AAI/D,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;AAc1E,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;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;AAkB9E,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,mBAAmB,CAAC;AAI/D,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,10 +1,17 @@
1
1
  import '@dxos-theme';
2
+ import { type StoryObj } from '@storybook/react';
2
3
  import React from 'react';
4
+ type ItemProps = {
5
+ id: string;
6
+ text: string;
7
+ };
8
+ type StoryProps = {
9
+ items: ItemProps[];
10
+ };
11
+ export declare const Default: StoryObj<StoryProps>;
3
12
  declare const _default: {
4
13
  title: string;
5
- component: ({ ...props }: {
6
- [x: string]: any;
7
- }) => React.JSX.Element;
14
+ render: ({ items }: StoryProps) => React.JSX.Element;
8
15
  decorators: import("@storybook/react/*").Decorator[];
9
16
  parameters: {
10
17
  chromatic: {
@@ -13,12 +20,4 @@ declare const _default: {
13
20
  };
14
21
  };
15
22
  export default _default;
16
- export declare const Default: {
17
- args: {
18
- items: {
19
- id: string;
20
- text: string;
21
- }[];
22
- };
23
- };
24
23
  //# sourceMappingURL=Select.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Select.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,KAAoD,MAAM,OAAO,CAAC;;;;;;;;;;;;;AAsDzE,wBAKE;AAEF,eAAO,MAAM,OAAO;;;;;;;CAInB,CAAC"}
1
+ {"version":3,"file":"Select.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Select.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,KAAK,SAAS,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAE9C,KAAK,UAAU,GAAG;IAAE,KAAK,EAAE,SAAS,EAAE,CAAA;CAAE,CAAC;AAyBzC,eAAO,MAAM,OAAO,EAAE,QAAQ,CAAC,UAAU,CAIxC,CAAC;;;wBA3BoC,UAAU;;;;;;;;AA6BhD,wBAKE"}
@@ -3,9 +3,6 @@ import React from 'react';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: React.ForwardRefExoticComponent<Omit<import("./Status").StatusProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
6
- actions: {
7
- argTypesRegex: string;
8
- };
9
6
  decorators: import("@storybook/react/*").Decorator[];
10
7
  parameters: {
11
8
  chromatic: {
@@ -1 +1 @@
1
- {"version":3,"file":"Status.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Status/Status.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;;;;AAK1B,wBAME;AAEF,eAAO,MAAM,MAAM,UAAW,GAAG,sBAShC,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,GAAG,sBAMvC,CAAC"}
1
+ {"version":3,"file":"Status.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Status/Status.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;AAK1B,wBAKE;AAEF,eAAO,MAAM,MAAM,UAAW,GAAG,sBAShC,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,GAAG,sBAMvC,CAAC"}
@@ -2,15 +2,14 @@ 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
4
  export type ThemeMode = 'light' | 'dark';
5
- export interface ThemeContextValue {
5
+ export type ThemeContextValue = {
6
6
  tx: ThemeFunction<any>;
7
7
  themeMode: ThemeMode;
8
8
  hasIosKeyboard: boolean;
9
- }
9
+ };
10
10
  export type ThemeProviderProps = Omit<TranslationsProviderProps, 'children'> & Partial<ThemeContextValue> & PropsWithChildren<{
11
- rootElevation?: Elevation;
12
11
  rootDensity?: Density;
12
+ rootElevation?: Elevation;
13
13
  }>;
14
- export declare const ThemeContext: React.Context<ThemeContextValue>;
15
- export declare const ThemeProvider: ({ children, fallback, resourceExtensions, appNs, tx, themeMode, rootElevation, rootDensity, }: ThemeProviderProps) => React.JSX.Element;
14
+ export declare const ThemeProvider: ({ children, fallback, resourceExtensions, appNs, tx, themeMode, rootDensity, rootElevation, }: ThemeProviderProps) => React.JSX.Element;
16
15
  //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -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,WAAW,iBAAiB;IAChC,EAAE,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,yBAAyB,EAAE,UAAU,CAAC,GAC1E,OAAO,CAAC,iBAAiB,CAAC,GAC1B,iBAAiB,CAAC;IAChB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC,CAAC;AAEL,eAAO,MAAM,YAAY,kCAIvB,CAAC;AAUH,eAAO,MAAM,aAAa,kGASvB,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,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;CACzB,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,kGASvB,kBAAkB,sBAwBpB,CAAC"}
@@ -66,9 +66,9 @@ export declare const useTranslation: (ns?: string | string[] | readonly string[]
66
66
  findIndex(predicate: (value: boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>, index: number, obj: (boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>)[]) => unknown, thisArg?: any): number;
67
67
  fill(value: boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>, start?: number, end?: number): import("react-i18next").UseTranslationResponse<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>;
68
68
  copyWithin(target: number, start: number, end?: number): import("react-i18next").UseTranslationResponse<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>;
69
- entries(): IterableIterator<[number, boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>]>;
70
- keys(): IterableIterator<number>;
71
- values(): IterableIterator<boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>>;
69
+ entries(): ArrayIterator<[number, boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>]>;
70
+ keys(): ArrayIterator<number>;
71
+ values(): ArrayIterator<boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>>;
72
72
  includes(searchElement: boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>, fromIndex?: number): boolean;
73
73
  flatMap<U, This = undefined>(callback: (this: This, value: boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>, index: number, array: (boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>)[]) => U | readonly U[], thisArg?: This | undefined): U[];
74
74
  flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
@@ -81,7 +81,7 @@ export declare const useTranslation: (ns?: string | string[] | readonly string[]
81
81
  toSpliced(start: number, deleteCount: number, ...items: (boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>)[]): (boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>)[];
82
82
  toSpliced(start: number, deleteCount?: number): (boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>)[];
83
83
  with(index: number, value: boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>): (boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>)[];
84
- [Symbol.iterator](): IterableIterator<boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>>;
84
+ [Symbol.iterator](): ArrayIterator<boolean | import("i18next").i18n | import("react-i18next").TFunction<import("react-i18next").Namespace<string>, import("react-i18next").KeyPrefix<import("react-i18next").Namespace<string>>>>;
85
85
  [Symbol.unscopables]: {
86
86
  [x: number]: boolean | undefined;
87
87
  length?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../../src/components/Toast/Toast.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAEL,KAAK,kBAAkB,IAAI,2BAA2B,EAEtD,KAAK,kBAAkB,IAAI,2BAA2B,EAEtD,KAAK,UAAU,IAAI,uBAAuB,EAE1C,KAAK,eAAe,IAAI,wBAAwB,EAEhD,KAAK,qBAAqB,IAAI,8BAA8B,EAE5D,KAAK,gBAAgB,IAAI,yBAAyB,EAElD,KAAK,eAAe,IAAI,wBAAwB,EACjD,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,EAAE,KAAK,qBAAqB,EAAsC,MAAM,OAAO,CAAC;AAG9F,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAIlD,KAAK,kBAAkB,GAAG,2BAA2B,CAAC;AAItD,KAAK,kBAAkB,GAAG,eAAe,CAAC,2BAA2B,CAAC,CAAC;AASvE,KAAK,cAAc,GAAG,eAAe,CAAC,uBAAuB,CAAC,CAAC;AAa/D,KAAK,cAAc,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;AAQnF,KAAK,eAAe,GAAG,eAAe,CAAC,wBAAwB,CAAC,CAAC;AAUjE,KAAK,qBAAqB,GAAG,eAAe,CAAC,8BAA8B,CAAC,CAAC;AAY7E,KAAK,iBAAiB,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;AAUtF,KAAK,gBAAgB,GAAG,yBAAyB,CAAC;AAIlD,KAAK,eAAe,GAAG,wBAAwB,CAAC;AAIhD,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;CAUjB,CAAC;AAEF,YAAY,EACV,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,eAAe,EACf,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,eAAe,GAChB,CAAC"}
1
+ {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../../src/components/Toast/Toast.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAEL,KAAK,kBAAkB,IAAI,2BAA2B,EAEtD,KAAK,kBAAkB,IAAI,2BAA2B,EAEtD,KAAK,UAAU,IAAI,uBAAuB,EAE1C,KAAK,eAAe,IAAI,wBAAwB,EAEhD,KAAK,qBAAqB,IAAI,8BAA8B,EAE5D,KAAK,gBAAgB,IAAI,yBAAyB,EAElD,KAAK,eAAe,IAAI,wBAAwB,EACjD,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,EAAE,KAAK,qBAAqB,EAAsC,MAAM,OAAO,CAAC;AAG9F,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAGlD,KAAK,kBAAkB,GAAG,2BAA2B,CAAC;AAItD,KAAK,kBAAkB,GAAG,eAAe,CAAC,2BAA2B,CAAC,CAAC;AASvE,KAAK,cAAc,GAAG,eAAe,CAAC,uBAAuB,CAAC,CAAC;AAW/D,KAAK,cAAc,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;AAQnF,KAAK,eAAe,GAAG,eAAe,CAAC,wBAAwB,CAAC,CAAC;AAUjE,KAAK,qBAAqB,GAAG,eAAe,CAAC,8BAA8B,CAAC,CAAC;AAY7E,KAAK,iBAAiB,GAAG,eAAe,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;AAUtF,KAAK,gBAAgB,GAAG,yBAAyB,CAAC;AAIlD,KAAK,eAAe,GAAG,wBAAwB,CAAC;AAIhD,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;CAUjB,CAAC;AAEF,YAAY,EACV,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,eAAe,EACf,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,eAAe,GAChB,CAAC"}
@@ -1,11 +1,12 @@
1
1
  import * as ToolbarPrimitive from '@radix-ui/react-toolbar';
2
2
  import React from 'react';
3
3
  import { type ThemedClassName } from '../../util';
4
- import { type ButtonGroupProps, type ButtonProps, type ToggleGroupItemProps } from '../Buttons';
4
+ import { type ButtonGroupProps, type ButtonProps, type ToggleGroupItemProps, type ToggleProps } from '../Buttons';
5
5
  import { type LinkProps } from '../Link';
6
6
  import { type SeparatorProps } from '../Separator';
7
7
  type ToolbarRootProps = ThemedClassName<ToolbarPrimitive.ToolbarProps>;
8
8
  type ToolbarButtonProps = ButtonProps;
9
+ type ToolbarToggleProps = ToggleProps;
9
10
  type ToolbarLinkProps = LinkProps;
10
11
  type ToolbarToggleGroupProps = (Omit<ToolbarPrimitive.ToolbarToggleGroupSingleProps, 'className'> | Omit<ToolbarPrimitive.ToolbarToggleGroupMultipleProps, 'className'>) & ButtonGroupProps;
11
12
  type ToolbarToggleGroupItemProps = ToggleGroupItemProps;
@@ -16,6 +17,7 @@ export declare const Toolbar: {
16
17
  } & React.RefAttributes<HTMLDivElement>>;
17
18
  Button: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
18
19
  Link: React.ForwardRefExoticComponent<Omit<LinkProps, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
20
+ Toggle: React.ForwardRefExoticComponent<Omit<ToggleProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
19
21
  ToggleGroup: React.ForwardRefExoticComponent<(Omit<Omit<ToolbarPrimitive.ToolbarToggleGroupSingleProps, "className"> & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
20
22
  ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
21
23
  } & {
@@ -38,5 +40,5 @@ export declare const Toolbar: {
38
40
  ToggleGroupItem: React.ForwardRefExoticComponent<Omit<ToggleGroupItemProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
39
41
  Separator: (props: SeparatorProps) => React.JSX.Element;
40
42
  };
41
- export type { ToolbarRootProps, ToolbarButtonProps, ToolbarLinkProps, ToolbarToggleGroupProps, ToolbarToggleGroupItemProps, ToolbarSeparatorProps, };
43
+ export type { ToolbarRootProps, ToolbarButtonProps, ToolbarLinkProps, ToolbarToggleProps, ToolbarToggleGroupProps, ToolbarToggleGroupItemProps, ToolbarSeparatorProps, };
42
44
  //# sourceMappingURL=Toolbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Toolbar/Toolbar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAAuB,KAAK,gBAAgB,EAAE,KAAK,WAAW,EAAE,KAAK,oBAAoB,EAAE,MAAM,YAAY,CAAC;AACrH,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9D,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC,YAAY,CAAC,CAAC;AAWvE,KAAK,kBAAkB,GAAG,WAAW,CAAC;AAUtC,KAAK,gBAAgB,GAAG,SAAS,CAAC;AAUlC,KAAK,uBAAuB,GAAG,CAC3B,IAAI,CAAC,gBAAgB,CAAC,6BAA6B,EAAE,WAAW,CAAC,GACjE,IAAI,CAAC,gBAAgB,CAAC,+BAA+B,EAAE,WAAW,CAAC,CACtE,GACC,gBAAgB,CAAC;AAYnB,KAAK,2BAA2B,GAAG,oBAAoB,CAAC;AAYxD,KAAK,qBAAqB,GAAG,cAAc,CAAC;AAU5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;uBARa,cAAc;CAe9C,CAAC;AAEF,YAAY,EACV,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EACvB,2BAA2B,EAC3B,qBAAqB,GACtB,CAAC"}
1
+ {"version":3,"file":"Toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Toolbar/Toolbar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAGL,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAEhB,KAAK,oBAAoB,EACzB,KAAK,WAAW,EACjB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9D,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC,YAAY,CAAC,CAAC;AAWvE,KAAK,kBAAkB,GAAG,WAAW,CAAC;AAUtC,KAAK,kBAAkB,GAAG,WAAW,CAAC;AAUtC,KAAK,gBAAgB,GAAG,SAAS,CAAC;AAUlC,KAAK,uBAAuB,GAAG,CAC3B,IAAI,CAAC,gBAAgB,CAAC,6BAA6B,EAAE,WAAW,CAAC,GACjE,IAAI,CAAC,gBAAgB,CAAC,+BAA+B,EAAE,WAAW,CAAC,CACtE,GACC,gBAAgB,CAAC;AAYnB,KAAK,2BAA2B,GAAG,oBAAoB,CAAC;AAYxD,KAAK,qBAAqB,GAAG,cAAc,CAAC;AAU5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;uBARa,cAAc;CAgB9C,CAAC;AAEF,YAAY,EACV,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,uBAAuB,EACvB,2BAA2B,EAC3B,qBAAqB,GACtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useThemeContext.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useThemeContext.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe,iDAAiC,CAAC"}
1
+ {"version":3,"file":"useThemeContext.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useThemeContext.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe,iDAA6E,CAAC"}
@@ -1,8 +1,9 @@
1
1
  import '@dxos-theme';
2
2
  import React from 'react';
3
+ export declare const Default: {};
3
4
  declare const _default: {
4
5
  title: string;
5
- component: () => React.JSX.Element;
6
+ render: () => React.JSX.Element;
6
7
  decorators: import("@storybook/react/*").Decorator[];
7
8
  parameters: {
8
9
  chromatic: {
@@ -11,9 +12,4 @@ declare const _default: {
11
12
  };
12
13
  };
13
14
  export default _default;
14
- export declare const Default: {
15
- render: ({ ...props }: {
16
- [x: string]: any;
17
- }) => React.JSX.Element;
18
- };
19
15
  //# sourceMappingURL=Controls.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Controls.stories.d.ts","sourceRoot":"","sources":["../../../../src/playground/Controls.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAGrB,OAAO,KAAmB,MAAM,OAAO,CAAC;;;;;;;;;;;AA6ExC,wBAKE;AAEF,eAAO,MAAM,OAAO;;;;CAEnB,CAAC"}
1
+ {"version":3,"file":"Controls.stories.d.ts","sourceRoot":"","sources":["../../../../src/playground/Controls.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAGrB,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4ExC,eAAO,MAAM,OAAO,IAAK,CAAC;;;;;;;;;;;AAE1B,wBAKE"}
@@ -1,2 +1,3 @@
1
1
  export * from './withTheme';
2
+ export * from './withVariants';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/testing/decorators/index.ts"],"names":[],"mappings":"AAIA,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/testing/decorators/index.ts"],"names":[],"mappings":"AAIA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import '@dxos-theme';
2
+ import { type Decorator } from '@storybook/react';
3
+ import { type Density, type Elevation } from '@dxos/react-ui-types';
4
+ type Config = {
5
+ elevations?: {
6
+ elevation: Elevation;
7
+ surface?: string;
8
+ }[];
9
+ densities?: Density[];
10
+ };
11
+ export declare const withVariants: ({ elevations, densities, }?: Config) => Decorator;
12
+ export {};
13
+ //# sourceMappingURL=withVariants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"withVariants.d.ts","sourceRoot":"","sources":["../../../../../src/testing/decorators/withVariants.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAIpE,KAAK,MAAM,GAAG;IACZ,UAAU,CAAC,EAAE;QAAE,SAAS,EAAE,SAAS,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC1D,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,YAAY,gCAOtB,MAAM,KAAQ,SAkBhB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/react-ui",
3
- "version": "0.6.13",
3
+ "version": "0.6.14-main.7bd9c89",
4
4
  "description": "Low-level React components for DXOS, applying a theme to a core group of primitives",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -9,6 +9,10 @@
9
9
  "exports": {
10
10
  ".": {
11
11
  "browser": "./dist/lib/browser/index.mjs",
12
+ "node": {
13
+ "require": "./dist/lib/node/index.cjs",
14
+ "default": "./dist/lib/node-esm/index.mjs"
15
+ },
12
16
  "types": "./dist/types/src/index.d.ts"
13
17
  }
14
18
  },
@@ -49,12 +53,13 @@
49
53
  "i18next": "^21.10.0",
50
54
  "keyborg": "^2.5.0",
51
55
  "react-i18next": "^11.18.6",
52
- "@dxos/react-hooks": "0.6.13",
53
- "@dxos/log": "0.6.13",
54
- "@dxos/react-ui-types": "0.6.13",
55
- "@dxos/react-list": "0.6.13",
56
- "@dxos/util": "0.6.13",
57
- "@dxos/react-input": "0.6.13"
56
+ "@dxos/debug": "0.6.14-main.7bd9c89",
57
+ "@dxos/log": "0.6.14-main.7bd9c89",
58
+ "@dxos/react-hooks": "0.6.14-main.7bd9c89",
59
+ "@dxos/react-input": "0.6.14-main.7bd9c89",
60
+ "@dxos/util": "0.6.14-main.7bd9c89",
61
+ "@dxos/react-list": "0.6.14-main.7bd9c89",
62
+ "@dxos/react-ui-types": "0.6.14-main.7bd9c89"
58
63
  },
59
64
  "devDependencies": {
60
65
  "@dnd-kit/core": "^6.0.5",
@@ -65,16 +70,16 @@
65
70
  "@types/react-dom": "~18.2.0",
66
71
  "react": "~18.2.0",
67
72
  "react-dom": "~18.2.0",
68
- "vite": "^5.3.4",
69
- "@dxos/react-ui-theme": "0.6.13",
70
- "@dxos/random": "0.6.13",
71
- "@dxos/util": "0.6.13"
73
+ "vite": "5.4.7",
74
+ "@dxos/random": "0.6.14-main.7bd9c89",
75
+ "@dxos/react-ui-theme": "0.6.14-main.7bd9c89",
76
+ "@dxos/util": "0.6.14-main.7bd9c89"
72
77
  },
73
78
  "peerDependencies": {
74
79
  "@phosphor-icons/react": "^2.1.5",
75
- "date-fns": "^3.3.1",
76
- "react": "^18.0.0",
77
- "react-dom": "^18.0.0"
80
+ "react": "~18.2.0",
81
+ "react-dom": "~18.2.0",
82
+ "@dxos/react-ui-theme": "0.6.14-main.7bd9c89"
78
83
  },
79
84
  "publishConfig": {
80
85
  "access": "public"
@@ -57,7 +57,7 @@ const StorybookAvatar = (props: PropsWithChildren<StorybookAvatarProps>) => {
57
57
  };
58
58
 
59
59
  export default {
60
- title: 'react-ui/Avatar',
60
+ title: 'ui/react-ui/Avatar',
61
61
  component: StorybookAvatar,
62
62
  decorators: [withTheme],
63
63
  parameters: { chromatic: { disableSnapshot: false } },
@@ -44,7 +44,7 @@ const StorybookAvatarGroup = () => {
44
44
  };
45
45
 
46
46
  export default {
47
- title: 'react-ui/Avatar Group',
47
+ title: 'ui/react-ui/Avatar Group',
48
48
  component: StorybookAvatarGroup,
49
49
  decorators: [withTheme],
50
50
  parameters: { chromatic: { disableSnapshot: false } },