@thebuoyant-tsdev/mui-ts-library 3.0.0 → 3.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/dist/index.cjs +1 -1
- package/dist/index.js +143 -133
- package/package.json +1 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thebuoyant-tsdev/mui-ts-library",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"private": false,
|
|
5
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), tag selector, and password strength meter. Full TypeScript, dark mode, i18n.",
|
|
6
6
|
"author": {
|
|
@@ -58,7 +58,6 @@
|
|
|
58
58
|
"i18n",
|
|
59
59
|
"a11y",
|
|
60
60
|
"storybook",
|
|
61
|
-
|
|
62
61
|
"gantt",
|
|
63
62
|
"gantt-chart",
|
|
64
63
|
"react-gantt",
|
|
@@ -72,7 +71,6 @@
|
|
|
72
71
|
"virtualization",
|
|
73
72
|
"dependency-chart",
|
|
74
73
|
"critical-path",
|
|
75
|
-
|
|
76
74
|
"rich-text-editor",
|
|
77
75
|
"wysiwyg",
|
|
78
76
|
"tiptap",
|
|
@@ -81,7 +79,6 @@
|
|
|
81
79
|
"markdown",
|
|
82
80
|
"emoji-picker",
|
|
83
81
|
"table-editor",
|
|
84
|
-
|
|
85
82
|
"sql-editor",
|
|
86
83
|
"sql",
|
|
87
84
|
"codemirror",
|
|
@@ -92,23 +89,19 @@
|
|
|
92
89
|
"postgresql",
|
|
93
90
|
"mysql",
|
|
94
91
|
"sqlite",
|
|
95
|
-
|
|
96
92
|
"json-editor",
|
|
97
93
|
"json-viewer",
|
|
98
94
|
"json-formatter",
|
|
99
95
|
"json-validator",
|
|
100
96
|
"json-schema",
|
|
101
|
-
|
|
102
97
|
"tag-input",
|
|
103
98
|
"tag-selector",
|
|
104
99
|
"multi-select",
|
|
105
100
|
"autocomplete",
|
|
106
101
|
"chip-input",
|
|
107
|
-
|
|
108
102
|
"password-strength",
|
|
109
103
|
"password-strength-meter",
|
|
110
104
|
"password-validator",
|
|
111
|
-
|
|
112
105
|
"d3",
|
|
113
106
|
"d3-chart",
|
|
114
107
|
"d3-visualization",
|