@thebuoyant-tsdev/mui-ts-library 2.4.0 → 2.6.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,8 +1,8 @@
1
1
  {
2
2
  "name": "@thebuoyant-tsdev/mui-ts-library",
3
- "version": "2.4.0",
3
+ "version": "2.6.0",
4
4
  "private": false,
5
- "description": "Type-safe React component library for MUI v9. Confirm dialog, Gantt chart, tag selector, rich text editor, SQL editor, JSON editor, password strength meter, and D3 charts (SunburstChart). Full TypeScript, dark mode, i18n.",
5
+ "description": "Type-safe React component library for MUI v9. Gantt chart with drag & drop, WYSIWYG rich text editor (TipTap), SQL & JSON code editors (CodeMirror 6), D3 data visualizations (Sunburst, Chord, RadialTree, CirclePacking, HorizontalTree), confirm dialog, tag selector, and password strength meter. Full TypeScript, dark mode, i18n.",
6
6
  "author": {
7
7
  "name": "Thomas Schlender",
8
8
  "email": "thebuoyant@gmail.com"
@@ -42,65 +42,103 @@
42
42
  "sideEffects": false,
43
43
  "keywords": [
44
44
  "react",
45
+ "react-19",
45
46
  "typescript",
46
47
  "mui",
47
48
  "material-ui",
49
+ "mui-v9",
48
50
  "mui-components",
49
51
  "material-design",
50
52
  "component-library",
53
+ "ui-library",
51
54
  "ui-components",
52
55
  "react-components",
53
- "form-components",
54
56
  "dark-mode",
57
+ "theming",
55
58
  "i18n",
56
- "accessibility",
57
59
  "a11y",
60
+ "storybook",
61
+
58
62
  "gantt",
59
63
  "gantt-chart",
60
64
  "react-gantt",
61
- "react-gantt-chart",
62
65
  "project-management",
63
66
  "project-timeline",
64
67
  "task-management",
65
68
  "timeline",
66
69
  "milestones",
67
70
  "drag-and-drop",
68
- "drag-drop",
69
71
  "resizable",
70
72
  "virtualization",
73
+ "dependency-chart",
74
+ "critical-path",
75
+
71
76
  "rich-text-editor",
72
- "react-rich-text-editor",
73
- "rich-text",
74
- "text-editor",
75
77
  "wysiwyg",
76
78
  "tiptap",
77
79
  "prosemirror",
78
- "tag-selection",
79
- "react-tags",
80
- "react-tag-input",
81
- "tag-input",
82
- "autocomplete",
83
- "multi-select",
84
- "password-strength",
85
- "password-strength-meter",
80
+ "text-editor",
81
+ "markdown",
82
+ "emoji-picker",
83
+ "table-editor",
84
+
86
85
  "sql-editor",
87
86
  "sql",
88
87
  "codemirror",
89
88
  "codemirror-6",
90
89
  "code-editor",
91
- "sql-formatter",
92
90
  "syntax-highlighting",
93
91
  "sql-autocomplete",
92
+ "postgresql",
93
+ "mysql",
94
+ "sqlite",
95
+
96
+ "json-editor",
97
+ "json-viewer",
98
+ "json-formatter",
99
+ "json-validator",
100
+ "json-schema",
101
+
94
102
  "confirm-dialog",
95
- "confirm",
96
103
  "dialog",
97
104
  "modal",
98
105
  "alert-dialog",
99
- "json-editor",
100
- "json",
101
- "json-viewer",
102
- "json-formatter",
103
- "json-validator"
106
+ "countdown",
107
+
108
+ "tag-input",
109
+ "tag-selector",
110
+ "multi-select",
111
+ "autocomplete",
112
+ "chip-input",
113
+
114
+ "password-strength",
115
+ "password-strength-meter",
116
+ "password-validator",
117
+
118
+ "d3",
119
+ "d3-chart",
120
+ "d3-visualization",
121
+ "data-visualization",
122
+ "data-viz",
123
+ "chart",
124
+ "charts",
125
+ "react-chart",
126
+ "hierarchy",
127
+ "hierarchical-data",
128
+ "sunburst",
129
+ "sunburst-chart",
130
+ "chord-diagram",
131
+ "chord-chart",
132
+ "circle-packing",
133
+ "bubble-chart",
134
+ "radial-tree",
135
+ "radial-chart",
136
+ "tree-chart",
137
+ "horizontal-tree",
138
+ "tree-diagram",
139
+ "org-chart",
140
+ "dashboard",
141
+ "analytics"
104
142
  ],
105
143
  "scripts": {
106
144
  "dev": "vite",