@mastra/playground-ui 24.0.0-alpha.5 → 24.0.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.es.js
CHANGED
|
@@ -13692,7 +13692,7 @@ function DateTimeRangePicker({
|
|
|
13692
13692
|
onDateChange,
|
|
13693
13693
|
disabled,
|
|
13694
13694
|
presets,
|
|
13695
|
-
size = "
|
|
13695
|
+
size = "default"
|
|
13696
13696
|
}) {
|
|
13697
13697
|
const visiblePresets = presets ? DATE_PRESETS$1.filter((p) => presets.includes(p.value)) : DATE_PRESETS$1;
|
|
13698
13698
|
const fallbackPreset = visiblePresets.find((p) => p.value !== "custom")?.value ?? "all";
|