@dxos/react-ui-list 0.7.5-staging.b81e783 → 0.7.5-staging.e6154f3
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.
|
@@ -13,12 +13,12 @@ export declare const List: {
|
|
|
13
13
|
item: T;
|
|
14
14
|
}) => import("react").ReactNode;
|
|
15
15
|
}) => import("react").ReactPortal | null;
|
|
16
|
-
ItemWrapper: ({ classNames, children }: import("
|
|
16
|
+
ItemWrapper: ({ classNames, children }: import("@dxos/react-ui").ThemedClassName<import("react").PropsWithChildren>) => import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
ItemDragHandle: () => import("react/jsx-runtime").JSX.Element;
|
|
18
18
|
ItemDeleteButton: ({ autoHide, classNames, disabled, ...props }: Omit<IconButtonProps, "icon"> & {
|
|
19
19
|
autoHide?: boolean;
|
|
20
20
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
ItemTitle: ({ classNames, children, ...props }: import("
|
|
21
|
+
ItemTitle: ({ classNames, children, ...props }: import("@dxos/react-ui").ThemedClassName<import("react").PropsWithChildren<import("react").ComponentProps<"div">>>) => import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
IconButton: import("react").ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
23
23
|
};
|
|
24
24
|
type ListItem = ListItemRecord;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/react-ui-list",
|
|
3
|
-
"version": "0.7.5-staging.
|
|
3
|
+
"version": "0.7.5-staging.e6154f3",
|
|
4
4
|
"description": "A list component.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
|
28
28
|
"@preact/signals-core": "^1.6.0",
|
|
29
29
|
"@radix-ui/react-context": "1.1.1",
|
|
30
|
-
"@dxos/
|
|
31
|
-
"@dxos/
|
|
32
|
-
"@dxos/
|
|
33
|
-
"@dxos/log": "0.7.5-staging.
|
|
34
|
-
"@dxos/react-ui-attention": "0.7.5-staging.
|
|
35
|
-
"@dxos/
|
|
36
|
-
"@dxos/react-ui-types": "0.7.5-staging.
|
|
37
|
-
"@dxos/util": "0.7.5-staging.
|
|
38
|
-
"@dxos/
|
|
30
|
+
"@dxos/debug": "0.7.5-staging.e6154f3",
|
|
31
|
+
"@dxos/echo-schema": "0.7.5-staging.e6154f3",
|
|
32
|
+
"@dxos/invariant": "0.7.5-staging.e6154f3",
|
|
33
|
+
"@dxos/log": "0.7.5-staging.e6154f3",
|
|
34
|
+
"@dxos/react-ui-attention": "0.7.5-staging.e6154f3",
|
|
35
|
+
"@dxos/live-object": "0.7.5-staging.e6154f3",
|
|
36
|
+
"@dxos/react-ui-types": "0.7.5-staging.e6154f3",
|
|
37
|
+
"@dxos/util": "0.7.5-staging.e6154f3",
|
|
38
|
+
"@dxos/react-ui-text-tooltip": "0.7.5-staging.e6154f3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@phosphor-icons/react": "^2.1.5",
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"react": "~18.2.0",
|
|
46
46
|
"react-dom": "~18.2.0",
|
|
47
47
|
"vite": "5.4.7",
|
|
48
|
-
"@dxos/random": "0.7.5-staging.
|
|
49
|
-
"@dxos/react-ui": "0.7.5-staging.
|
|
50
|
-
"@dxos/react-ui-theme": "0.7.5-staging.
|
|
51
|
-
"@dxos/storybook-utils": "0.7.5-staging.
|
|
48
|
+
"@dxos/random": "0.7.5-staging.e6154f3",
|
|
49
|
+
"@dxos/react-ui": "0.7.5-staging.e6154f3",
|
|
50
|
+
"@dxos/react-ui-theme": "0.7.5-staging.e6154f3",
|
|
51
|
+
"@dxos/storybook-utils": "0.7.5-staging.e6154f3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@phosphor-icons/react": "^2.1.5",
|
|
55
55
|
"effect": "^3.12.3",
|
|
56
56
|
"react": "~18.2.0",
|
|
57
57
|
"react-dom": "~18.2.0",
|
|
58
|
-
"@dxos/react-ui": "0.7.5-staging.
|
|
59
|
-
"@dxos/react-ui-theme": "0.7.5-staging.
|
|
58
|
+
"@dxos/react-ui": "0.7.5-staging.e6154f3",
|
|
59
|
+
"@dxos/react-ui-theme": "0.7.5-staging.e6154f3"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|