@storybook/tanstack-react 10.4.4 → 10.4.6
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,7 @@
|
|
|
1
1
|
import "../_browser-chunks/chunk-4BE7D4DS.js";
|
|
2
2
|
|
|
3
3
|
// src/export-mocks/start-storage-context.ts
|
|
4
|
-
var START_CONTEXT_SYMBOL = Symbol.for("storybook.tanstack-react.start-storage-context"), browserGlobals = globalThis;
|
|
4
|
+
var START_CONTEXT_SYMBOL = /* @__PURE__ */ Symbol.for("storybook.tanstack-react.start-storage-context"), browserGlobals = globalThis;
|
|
5
5
|
function createFallbackStartContext() {
|
|
6
6
|
if (!(browserGlobals.__TSR_ROUTER__ === void 0 && browserGlobals.__TSS_START_OPTIONS__ === void 0))
|
|
7
7
|
return {
|
|
@@ -8,7 +8,7 @@ import React from "react";
|
|
|
8
8
|
import { fn } from "storybook/test";
|
|
9
9
|
export * from "@tanstack/start-client-core";
|
|
10
10
|
export * from "@tanstack/react-start";
|
|
11
|
-
var START_SERVER_STATE_SYMBOL = Symbol.for("storybook.tanstack-react.start-server.state"), browserGlobals = globalThis, HEADERS = {
|
|
11
|
+
var START_SERVER_STATE_SYMBOL = /* @__PURE__ */ Symbol.for("storybook.tanstack-react.start-server.state"), browserGlobals = globalThis, HEADERS = {
|
|
12
12
|
TSS_SHELL: "X-TSS_SHELL"
|
|
13
13
|
}, VIRTUAL_MODULES = {
|
|
14
14
|
startManifest: "tanstack-start-manifest:v",
|
package/dist/node/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_gdj5wuq2am9 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_gdj5wuq2am9 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_gdj5wuq2am9 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_gdj5wuq2am9.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_gdj5wuq2am9.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_gdj5wuq2am9.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
package/dist/preset.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_gdj5wuq2am9 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_gdj5wuq2am9 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_gdj5wuq2am9 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_gdj5wuq2am9.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_gdj5wuq2am9.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_gdj5wuq2am9.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/tanstack-react",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.6",
|
|
4
4
|
"description": "Storybook for TanStack (React, Vite): Router and Start ready Storybook framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"!src/**/*"
|
|
76
76
|
],
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@storybook/builder-vite": "10.4.
|
|
79
|
-
"@storybook/react": "10.4.
|
|
80
|
-
"@storybook/react-vite": "10.4.
|
|
78
|
+
"@storybook/builder-vite": "10.4.6",
|
|
79
|
+
"@storybook/react": "10.4.6",
|
|
80
|
+
"@storybook/react-vite": "10.4.6"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@tanstack/react-router": "^1.168.10",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@tanstack/start-client-core": "^1.167.9",
|
|
96
96
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
97
97
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
98
|
-
"storybook": "^10.4.
|
|
98
|
+
"storybook": "^10.4.6",
|
|
99
99
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependenciesMeta": {
|