@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.
- package/dist/lib/browser/index.mjs +3 -3
- package/dist/lib/browser/index.mjs.map +2 -2
- package/dist/lib/browser/meta.json +1 -1
- package/dist/types/src/components/List/List.d.ts.map +1 -0
- package/dist/types/src/components/{Lists → List}/List.stories.d.ts +3 -1
- package/dist/types/src/components/List/List.stories.d.ts.map +1 -0
- package/dist/types/src/components/List/Tree.d.ts.map +1 -0
- package/dist/types/src/components/List/Tree.stories.d.ts.map +1 -0
- package/dist/types/src/components/List/index.d.ts.map +1 -0
- package/dist/types/src/components/index.d.ts +1 -1
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/package.json +7 -6
- package/src/components/{Lists → List}/List.stories.tsx +38 -2
- package/src/components/index.ts +1 -1
- package/dist/types/src/components/Lists/List.d.ts.map +0 -1
- package/dist/types/src/components/Lists/List.stories.d.ts.map +0 -1
- package/dist/types/src/components/Lists/Tree.d.ts.map +0 -1
- package/dist/types/src/components/Lists/Tree.stories.d.ts.map +0 -1
- package/dist/types/src/components/Lists/index.d.ts.map +0 -1
- package/dist/types/src/components/{Lists → List}/List.d.ts +0 -0
- package/dist/types/src/components/{Lists → List}/Tree.d.ts +0 -0
- package/dist/types/src/components/{Lists → List}/Tree.stories.d.ts +0 -0
- package/dist/types/src/components/{Lists → List}/index.d.ts +0 -0
- package/src/components/{Lists → List}/List.tsx +0 -0
- package/src/components/{Lists → List}/Tree.stories.tsx +0 -0
- package/src/components/{Lists → List}/Tree.tsx +1 -1
- /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/
|
|
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/
|
|
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/
|
|
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, {
|