@thebuoyant-tsdev/mui-ts-library 3.29.1 → 3.29.2

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.
Files changed (3) hide show
  1. package/README.de.md +10 -0
  2. package/README.md +10 -0
  3. package/package.json +1 -1
package/README.de.md CHANGED
@@ -458,6 +458,9 @@ import type {
458
458
  // GanttChart
459
459
  GanttTask, GanttTranslations, GanttTheme, GanttToolbarConfig,
460
460
 
461
+ // DateRangePicker
462
+ DateRange, DateRangeEntry, DateRangeInput, DateRangePickerProps, DateRangePickerTranslation,
463
+
461
464
  // TagSelection
462
465
  TagSelectionItem,
463
466
 
@@ -511,6 +514,13 @@ Dieses Projekt folgt [Semantic Versioning](https://semver.org/):
511
514
 
512
515
  ## Changelog
513
516
 
517
+ ### [3.29.2] — 2026-07-16
518
+
519
+ **Behoben**
520
+ - `README.md` / `README.de.md`: fehlende `DateRangePicker`-Typen im TypeScript-Import-Block nachgetragen. Siehe [Vollständiger Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.de.md) für Details.
521
+
522
+ ---
523
+
514
524
  ### [3.29.1] — 2026-07-16
515
525
 
516
526
  **Behoben**
package/README.md CHANGED
@@ -458,6 +458,9 @@ import type {
458
458
  // GanttChart
459
459
  GanttTask, GanttTranslations, GanttTheme, GanttToolbarConfig,
460
460
 
461
+ // DateRangePicker
462
+ DateRange, DateRangeEntry, DateRangeInput, DateRangePickerProps, DateRangePickerTranslation,
463
+
461
464
  // TagSelection
462
465
  TagSelectionItem,
463
466
 
@@ -511,6 +514,13 @@ This project follows [Semantic Versioning](https://semver.org/):
511
514
 
512
515
  ## Changelog
513
516
 
517
+ ### [3.29.2] — 2026-07-16
518
+
519
+ **Fixed**
520
+ - `README.md` / `README.de.md`: added missing `DateRangePicker` types to the TypeScript import block. See [Full Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.md) for details.
521
+
522
+ ---
523
+
514
524
  ### [3.29.1] — 2026-07-16
515
525
 
516
526
  **Fixed**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thebuoyant-tsdev/mui-ts-library",
3
- "version": "3.29.1",
3
+ "version": "3.29.2",
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, RadialStackedBar), tag selector, password strength meter, and a color picker. Full TypeScript, dark mode, i18n.",
6
6
  "author": {