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

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/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.1.0",
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",
@@ -139,15 +138,17 @@
139
138
  "@lezer/highlight": "^1.2.3",
140
139
  "@replit/codemirror-minimap": "^0.5.2",
141
140
  "@tanstack/react-virtual": "^3.13.24",
142
- "@tiptap/extension-character-count": "^3.23.4",
143
- "@tiptap/extension-color": "^3.23.4",
144
- "@tiptap/extension-highlight": "^3.23.4",
145
- "@tiptap/extension-link": "^3.23.4",
146
- "@tiptap/extension-placeholder": "^3.23.4",
147
- "@tiptap/extension-text-style": "^3.23.4",
148
- "@tiptap/extension-underline": "^3.23.4",
149
- "@tiptap/react": "^3.23.4",
150
- "@tiptap/starter-kit": "^3.23.4",
141
+ "@tiptap/extension-character-count": "^3.23.6",
142
+ "@tiptap/extension-color": "^3.23.6",
143
+ "@tiptap/extension-highlight": "^3.23.6",
144
+ "@tiptap/extension-image": "^3.23.6",
145
+ "@tiptap/extension-link": "^3.23.6",
146
+ "@tiptap/extension-placeholder": "^3.23.6",
147
+ "@tiptap/extension-table": "^3.23.6",
148
+ "@tiptap/extension-text-style": "^3.23.6",
149
+ "@tiptap/extension-underline": "^3.23.6",
150
+ "@tiptap/react": "^3.23.6",
151
+ "@tiptap/starter-kit": "^3.23.6",
151
152
  "sql-formatter": "^15.8.0",
152
153
  "tiptap-markdown": "^0.9.0",
153
154
  "zustand": "^5.0.12"
@@ -172,7 +173,6 @@
172
173
  "eslint-plugin-react-refresh": "^0.5.2",
173
174
  "eslint-plugin-storybook": "^10.3.4",
174
175
  "globals": "^17.4.0",
175
- "http-server": "^14.1.1",
176
176
  "jsdom": "^29.0.1",
177
177
  "storybook": "^10.3.4",
178
178
  "typescript": "~5.9.3",