vibe-design-system 2.5.48 → 2.5.49

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.
Files changed (2) hide show
  1. package/bin/init.js +0 -10
  2. package/package.json +1 -1
package/bin/init.js CHANGED
@@ -48,18 +48,9 @@ export default config;
48
48
 
49
49
  const STORYBOOK_PREVIEW_TS = `import type { Preview } from "@storybook/react";
50
50
  import React from "react";
51
- import { MemoryRouter } from "react-router-dom";
52
51
  // Uygulamanızla aynı stiller için: index.css + kullandığınız diğer global CSS dosyalarını ekleyin (örn. "../src/App.css").
53
52
  import "../src/index.css";
54
53
 
55
- const withRouter = (Story: any) => {
56
- try {
57
- return React.createElement(MemoryRouter, null, React.createElement(Story));
58
- } catch {
59
- return React.createElement(Story);
60
- }
61
- };
62
-
63
54
  const preview: Preview = {
64
55
  parameters: {
65
56
  layout: "fullscreen",
@@ -77,7 +68,6 @@ const preview: Preview = {
77
68
  },
78
69
  },
79
70
  },
80
- decorators: [withRouter],
81
71
  };
82
72
 
83
73
  export default preview;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-design-system",
3
- "version": "2.5.48",
3
+ "version": "2.5.49",
4
4
  "description": "Auto-generate design systems for vibe coding projects",
5
5
  "type": "module",
6
6
  "bin": {