@xyo-network/react-shared 5.3.2 → 5.3.4
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.
|
@@ -1,7 +1,17 @@
|
|
|
1
|
-
export declare const ListModeContext: import("react").Context<{
|
|
1
|
+
export declare const ListModeContext: import("react").Context<({
|
|
2
2
|
listMode: import("../../index.ts").ListMode;
|
|
3
3
|
setListMode?: import("react").Dispatch<import("../../index.ts").ListMode>;
|
|
4
4
|
} & {
|
|
5
5
|
provided: true;
|
|
6
|
-
}
|
|
6
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
|
|
7
|
+
listMode: import("../../index.ts").ListMode;
|
|
8
|
+
setListMode?: import("react").Dispatch<import("../../index.ts").ListMode>;
|
|
9
|
+
}>, never> & {
|
|
10
|
+
provided: false;
|
|
11
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
|
|
12
|
+
listMode: import("../../index.ts").ListMode;
|
|
13
|
+
setListMode?: import("react").Dispatch<import("../../index.ts").ListMode>;
|
|
14
|
+
}>, never> & {
|
|
15
|
+
provided: false;
|
|
16
|
+
})>;
|
|
7
17
|
//# sourceMappingURL=Context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ListMode/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ListMode/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;GAA0C,CAAA"}
|
|
@@ -3,5 +3,5 @@ export declare const useListMode: (required?: boolean) => Omit<{
|
|
|
3
3
|
setListMode?: import("react").Dispatch<import("../../index.ts").ListMode>;
|
|
4
4
|
} & {
|
|
5
5
|
provided: true;
|
|
6
|
-
}, "provided"> | Omit<
|
|
6
|
+
}, "provided"> | Omit<import("@xylabs/react-shared").NotProvidedContextExState<import("./State.ts").ListModeContextState>, "provided">;
|
|
7
7
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ListMode/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,GAAI,kBAAgB;;;;;
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ListMode/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,GAAI,kBAAgB;;;;;sIAE3C,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-shared",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,22 +39,22 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/assert": "^4.9.
|
|
43
|
-
"@xylabs/decimal-precision": "^4.9.
|
|
44
|
-
"@xylabs/hex": "^4.9.
|
|
45
|
-
"@xylabs/react-appbar": "^6.3.
|
|
46
|
-
"@xylabs/react-button": "^6.3.
|
|
47
|
-
"@xylabs/react-flexbox": "^6.3.
|
|
48
|
-
"@xylabs/react-hooks": "^6.3.
|
|
49
|
-
"@xylabs/react-link": "^6.3.
|
|
50
|
-
"@xylabs/react-promise": "^6.3.
|
|
51
|
-
"@xylabs/react-shared": "^6.3.
|
|
52
|
-
"@xylabs/react-theme": "^6.3.
|
|
53
|
-
"@xyo-network/boundwitness-model": "^3.15.
|
|
54
|
-
"@xyo-network/boundwitness-validator": "^3.15.
|
|
55
|
-
"@xyo-network/payload-builder": "^3.15.
|
|
56
|
-
"@xyo-network/payload-model": "^3.15.
|
|
57
|
-
"@xyo-network/react-event": "^5.3.
|
|
42
|
+
"@xylabs/assert": "^4.9.18",
|
|
43
|
+
"@xylabs/decimal-precision": "^4.9.18",
|
|
44
|
+
"@xylabs/hex": "^4.9.18",
|
|
45
|
+
"@xylabs/react-appbar": "^6.3.1",
|
|
46
|
+
"@xylabs/react-button": "^6.3.1",
|
|
47
|
+
"@xylabs/react-flexbox": "^6.3.1",
|
|
48
|
+
"@xylabs/react-hooks": "^6.3.1",
|
|
49
|
+
"@xylabs/react-link": "^6.3.1",
|
|
50
|
+
"@xylabs/react-promise": "^6.3.1",
|
|
51
|
+
"@xylabs/react-shared": "^6.3.1",
|
|
52
|
+
"@xylabs/react-theme": "^6.3.1",
|
|
53
|
+
"@xyo-network/boundwitness-model": "^3.15.10",
|
|
54
|
+
"@xyo-network/boundwitness-validator": "^3.15.10",
|
|
55
|
+
"@xyo-network/payload-builder": "^3.15.10",
|
|
56
|
+
"@xyo-network/payload-model": "^3.15.10",
|
|
57
|
+
"@xyo-network/react-event": "^5.3.4",
|
|
58
58
|
"react-router-dom": "^7.6.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@mui/material": "^7.1.0",
|
|
63
63
|
"@storybook/react": "^8.6.12",
|
|
64
64
|
"@types/react": "^19.1.4",
|
|
65
|
-
"@xylabs/react-quick-tip-button": "^6.3.
|
|
66
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
67
|
-
"@xylabs/tsconfig-react": "^6.5.
|
|
65
|
+
"@xylabs/react-quick-tip-button": "^6.3.1",
|
|
66
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.6",
|
|
67
|
+
"@xylabs/tsconfig-react": "^6.5.6",
|
|
68
68
|
"react": "^19.1.0",
|
|
69
69
|
"react-dom": "^19.1.0",
|
|
70
70
|
"storybook": "^8.6.12",
|