@thebuoyant-tsdev/mui-ts-library 3.14.0 → 3.15.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.d.cts CHANGED
@@ -22,3 +22,5 @@ export * from "./components/horizontal-tree-chart/HorizontalTreeChart";
22
22
  export * from "./components/horizontal-tree-chart/HorizontalTreeChart.types";
23
23
  export * from "./components/color-picker/ColorPicker";
24
24
  export * from "./components/color-picker/ColorPicker.types";
25
+ export * from "./components/radial-stacked-bar-chart/RadialStackedBarChart";
26
+ export * from "./components/radial-stacked-bar-chart/RadialStackedBarChart.types";
package/dist/index.d.ts CHANGED
@@ -22,3 +22,5 @@ export * from "./components/horizontal-tree-chart/HorizontalTreeChart";
22
22
  export * from "./components/horizontal-tree-chart/HorizontalTreeChart.types";
23
23
  export * from "./components/color-picker/ColorPicker";
24
24
  export * from "./components/color-picker/ColorPicker.types";
25
+ export * from "./components/radial-stacked-bar-chart/RadialStackedBarChart";
26
+ export * from "./components/radial-stacked-bar-chart/RadialStackedBarChart.types";
package/dist/index.js CHANGED
@@ -22,4 +22,6 @@ import { DEFAULT_HORIZONTAL_TREE_TRANSLATION as k } from "./components/horizonta
22
22
  import { HorizontalTreeChart as A } from "./components/horizontal-tree-chart/HorizontalTreeChart.js";
23
23
  import { DEFAULT_COLOR_PICKER_TRANSLATION as j } from "./components/color-picker/ColorPicker.types.js";
24
24
  import { ColorPicker as M } from "./components/color-picker/ColorPicker.js";
25
- export { w as ChordChart, O as CirclePackingChart, M as ColorPicker, l as DEFAULT_CHECK_COLORS, C as DEFAULT_CHORD_CHART_TRANSLATION, D as DEFAULT_CIRCLE_PACKING_TRANSLATION, j as DEFAULT_COLOR_PICKER_TRANSLATION, r as DEFAULT_GANTT_TRANSLATIONS, k as DEFAULT_HORIZONTAL_TREE_TRANSLATION, e as DEFAULT_JSON_EDITOR_TOOLBAR_CONFIG, t as DEFAULT_JSON_EDITOR_TRANSLATION, u as DEFAULT_METER_COLORS, d as DEFAULT_PASSWORD_TRANSLATIONS, T as DEFAULT_RADIAL_TREE_CHART_TRANSLATION, h as DEFAULT_RICH_TEXT_EDITOR_TOOLBAR_CONFIG, g as DEFAULT_RICH_TEXT_EDITOR_TRANSLATION, v as DEFAULT_SQL_EDITOR_TOOLBAR_CONFIG, y as DEFAULT_SQL_EDITOR_TRANSLATION, x as DEFAULT_SUNBURST_CHART_TRANSLATION, p as DEFAULT_TAG_SELECTION_TRANSLATION, i as GanttChart, A as HorizontalTreeChart, n as JsonEditor, f as PasswordStrengthMeter, E as RadialTreeChart, _ as RichTextEditor, b as SqlEditor, S as SunburstChart, m as TagSelection, a as useGanttChartStore, o as useGanttTheme, s as useGanttTranslations, c as useRawGanttChartStore };
25
+ import { DEFAULT_RADIAL_STACKED_BAR_CHART_TRANSLATION as N } from "./components/radial-stacked-bar-chart/RadialStackedBarChart.types.js";
26
+ import { RadialStackedBarChart as P } from "./components/radial-stacked-bar-chart/RadialStackedBarChart.js";
27
+ export { w as ChordChart, O as CirclePackingChart, M as ColorPicker, l as DEFAULT_CHECK_COLORS, C as DEFAULT_CHORD_CHART_TRANSLATION, D as DEFAULT_CIRCLE_PACKING_TRANSLATION, j as DEFAULT_COLOR_PICKER_TRANSLATION, r as DEFAULT_GANTT_TRANSLATIONS, k as DEFAULT_HORIZONTAL_TREE_TRANSLATION, e as DEFAULT_JSON_EDITOR_TOOLBAR_CONFIG, t as DEFAULT_JSON_EDITOR_TRANSLATION, u as DEFAULT_METER_COLORS, d as DEFAULT_PASSWORD_TRANSLATIONS, N as DEFAULT_RADIAL_STACKED_BAR_CHART_TRANSLATION, T as DEFAULT_RADIAL_TREE_CHART_TRANSLATION, h as DEFAULT_RICH_TEXT_EDITOR_TOOLBAR_CONFIG, g as DEFAULT_RICH_TEXT_EDITOR_TRANSLATION, v as DEFAULT_SQL_EDITOR_TOOLBAR_CONFIG, y as DEFAULT_SQL_EDITOR_TRANSLATION, x as DEFAULT_SUNBURST_CHART_TRANSLATION, p as DEFAULT_TAG_SELECTION_TRANSLATION, i as GanttChart, A as HorizontalTreeChart, n as JsonEditor, f as PasswordStrengthMeter, P as RadialStackedBarChart, E as RadialTreeChart, _ as RichTextEditor, b as SqlEditor, S as SunburstChart, m as TagSelection, a as useGanttChartStore, o as useGanttTheme, s as useGanttTranslations, c as useRawGanttChartStore };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@thebuoyant-tsdev/mui-ts-library",
3
- "version": "3.14.0",
3
+ "version": "3.15.0",
4
4
  "private": false,
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, password strength meter, and a color picker. 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, RadialStackedBar), tag selector, password strength meter, and a color picker. Full TypeScript, dark mode, i18n.",
6
6
  "author": {
7
7
  "name": "Thomas Schlender",
8
8
  "email": "thebuoyant@gmail.com"