@thebuoyant-tsdev/mui-ts-library 2.0.0 → 2.0.1

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.
package/README.de.md CHANGED
@@ -4,8 +4,6 @@
4
4
 
5
5
  Eine typsichere React-Komponentenbibliothek auf Basis von **TypeScript** und **MUI (Material UI v9)**. Die Komponenten folgen MUI's Design-Sprache, unterstützen Dark Mode und Theming von Haus aus und werden mit vollständigen TypeScript-Typen, Storybook-Stories und Unit-Tests ausgeliefert.
6
6
 
7
- **[→ Live-Storybook](https://thebuoyant.github.io/mui-ts-library/)** — interaktive Demos für jede Komponente und jedes Feature, immer aktuell mit `main`.
8
-
9
7
  ---
10
8
 
11
9
  ## Komponenten
package/README.md CHANGED
@@ -4,8 +4,6 @@
4
4
 
5
5
  A type-safe React component library built on **TypeScript** and **MUI (Material UI v9)**. Components follow MUI's design language, support dark mode and theming out of the box, and ship with complete TypeScript types, Storybook stories, and unit tests.
6
6
 
7
- **[→ Live Storybook](https://thebuoyant.github.io/mui-ts-library/)** — interactive demos for every component and feature, always up to date with `main`.
8
-
9
7
  ---
10
8
 
11
9
  ## Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thebuoyant-tsdev/mui-ts-library",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "private": false,
5
5
  "description": "Type-safe React component library for MUI v9. Confirm dialog with useConfirm hook, Gantt chart with drag & drop, multi-tag selector, WYSIWYG rich text editor (TipTap v3), SQL code editor (CodeMirror 6), JSON editor with real-time validation (CodeMirror 6), and password strength meter. Full TypeScript, dark mode, i18n.",
6
6
  "author": {
@@ -113,7 +113,6 @@
113
113
  "preview": "vite preview",
114
114
  "storybook": "storybook dev -p 6006",
115
115
  "build-storybook": "storybook build",
116
- "preview-storybook": "http-server storybook-static -p 6007 -o --cors",
117
116
  "build-storybook-docker": "bash scripts/build-storybook-docker.sh",
118
117
  "test": "vitest",
119
118
  "test:run": "vitest run",
@@ -172,7 +171,6 @@
172
171
  "eslint-plugin-react-refresh": "^0.5.2",
173
172
  "eslint-plugin-storybook": "^10.3.4",
174
173
  "globals": "^17.4.0",
175
- "http-server": "^14.1.1",
176
174
  "jsdom": "^29.0.1",
177
175
  "storybook": "^10.3.4",
178
176
  "typescript": "~5.9.3",