@dxos/react-ui 0.3.11-main.d56f337 → 0.3.11-main.da09c3c

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 (27) hide show
  1. package/dist/lib/browser/index.mjs +3 -3
  2. package/dist/lib/browser/index.mjs.map +2 -2
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/types/src/components/List/List.d.ts.map +1 -0
  5. package/dist/types/src/components/{Lists → List}/List.stories.d.ts +3 -1
  6. package/dist/types/src/components/List/List.stories.d.ts.map +1 -0
  7. package/dist/types/src/components/List/Tree.d.ts.map +1 -0
  8. package/dist/types/src/components/List/Tree.stories.d.ts.map +1 -0
  9. package/dist/types/src/components/List/index.d.ts.map +1 -0
  10. package/dist/types/src/components/index.d.ts +1 -1
  11. package/dist/types/src/components/index.d.ts.map +1 -1
  12. package/package.json +7 -6
  13. package/src/components/{Lists → List}/List.stories.tsx +38 -2
  14. package/src/components/index.ts +1 -1
  15. package/dist/types/src/components/Lists/List.d.ts.map +0 -1
  16. package/dist/types/src/components/Lists/List.stories.d.ts.map +0 -1
  17. package/dist/types/src/components/Lists/Tree.d.ts.map +0 -1
  18. package/dist/types/src/components/Lists/Tree.stories.d.ts.map +0 -1
  19. package/dist/types/src/components/Lists/index.d.ts.map +0 -1
  20. package/dist/types/src/components/{Lists → List}/List.d.ts +0 -0
  21. package/dist/types/src/components/{Lists → List}/Tree.d.ts +0 -0
  22. package/dist/types/src/components/{Lists → List}/Tree.stories.d.ts +0 -0
  23. package/dist/types/src/components/{Lists → List}/index.d.ts +0 -0
  24. package/src/components/{Lists → List}/List.tsx +0 -0
  25. package/src/components/{Lists → List}/Tree.stories.tsx +0 -0
  26. package/src/components/{Lists → List}/Tree.tsx +1 -1
  27. /package/src/components/{Lists → List}/index.ts +0 -0
@@ -1088,7 +1088,7 @@ var Input = {
1088
1088
  DescriptionAndValidation
1089
1089
  };
1090
1090
 
1091
- // packages/ui/react-ui/src/components/Lists/List.tsx
1091
+ // packages/ui/react-ui/src/components/List/List.tsx
1092
1092
  import { CaretDown, CaretRight } from "@phosphor-icons/react";
1093
1093
  import { Slot as Slot8 } from "@radix-ui/react-slot";
1094
1094
  import React17, { forwardRef as forwardRef14 } from "react";
@@ -1105,7 +1105,7 @@ var DensityProvider = ({ density, children }) => /* @__PURE__ */ React16.createE
1105
1105
  }
1106
1106
  }, children);
1107
1107
 
1108
- // packages/ui/react-ui/src/components/Lists/List.tsx
1108
+ // packages/ui/react-ui/src/components/List/List.tsx
1109
1109
  var List = /* @__PURE__ */ forwardRef14(({ classNames, children, ...props }, forwardedRef) => {
1110
1110
  const { tx } = useThemeContext();
1111
1111
  const density = useDensityContext(props.density);
@@ -1191,7 +1191,7 @@ var ListItem = {
1191
1191
  MockOpenTrigger: MockListItemOpenTrigger
1192
1192
  };
1193
1193
 
1194
- // packages/ui/react-ui/src/components/Lists/Tree.tsx
1194
+ // packages/ui/react-ui/src/components/List/Tree.tsx
1195
1195
  import React18, { forwardRef as forwardRef15 } from "react";
1196
1196
  var TreeRoot = /* @__PURE__ */ forwardRef15((props, forwardedRef) => {
1197
1197
  return /* @__PURE__ */ React18.createElement(List, {