@xylabs/react-pixel-debugger 7.1.5 → 7.1.7
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.
|
@@ -2,7 +2,7 @@ import type { Meta } from '@storybook/react-vite';
|
|
|
2
2
|
import type { BusyBoxProps } from '@xylabs/react-flexbox';
|
|
3
3
|
import { PixelDebuggerToggle } from './PixelDebuggerToggle.tsx';
|
|
4
4
|
declare const StorybookEntry: Meta<typeof PixelDebuggerToggle>;
|
|
5
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
+
declare const Default: import(".store/storybook-virtual-3654e45878/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, BusyBoxProps>;
|
|
6
6
|
export { Default };
|
|
7
7
|
export default StorybookEntry;
|
|
8
8
|
//# sourceMappingURL=PixelDebugger.stories.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/react-pixel-debugger",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.7",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"packages/*"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xylabs/pixel": "~5.0.
|
|
45
|
-
"@xylabs/react-button": "~7.1.
|
|
46
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
47
|
-
"@xylabs/react-pixel": "~7.1.
|
|
48
|
-
"@xylabs/react-portal": "~7.1.
|
|
49
|
-
"@xylabs/react-shared": "~7.1.
|
|
44
|
+
"@xylabs/pixel": "~5.0.14",
|
|
45
|
+
"@xylabs/react-button": "~7.1.7",
|
|
46
|
+
"@xylabs/react-flexbox": "~7.1.7",
|
|
47
|
+
"@xylabs/react-pixel": "~7.1.7",
|
|
48
|
+
"@xylabs/react-portal": "~7.1.7",
|
|
49
|
+
"@xylabs/react-shared": "~7.1.7"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@mui/material": "~7.3.4",
|
|
53
53
|
"@storybook/react-vite": "~9.1.13",
|
|
54
54
|
"@types/react": "~19.2.2",
|
|
55
|
-
"@xylabs/object": "~5.0.
|
|
55
|
+
"@xylabs/object": "~5.0.14",
|
|
56
56
|
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
57
57
|
"@xylabs/tsconfig": "~7.1.8",
|
|
58
58
|
"@xylabs/tsconfig-dom": "~7.1.8",
|
|
59
59
|
"@xylabs/tsconfig-react": "~7.1.8",
|
|
60
60
|
"react": "~19.2.0",
|
|
61
61
|
"react-dom": "~19.2.0",
|
|
62
|
-
"storybook": "~9.1.
|
|
62
|
+
"storybook": "~9.1.16",
|
|
63
63
|
"typescript": "~5.9.3",
|
|
64
|
-
"vite": "~7.1.
|
|
64
|
+
"vite": "~7.1.12"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@mui/material": ">=6 <8",
|