@mastra/playground-ui 24.0.0-alpha.4 → 24.0.0-alpha.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 24.0.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed the logs date filter button height to match other filter controls. ([#15801](https://github.com/mastra-ai/mastra/pull/15801))
8
+
9
+ - Updated dependencies [[`c1ae974`](https://github.com/mastra-ai/mastra/commit/c1ae97491f6e57378ce880c3a397778c42adcdf1), [`13b4d7c`](https://github.com/mastra-ai/mastra/commit/13b4d7c16de34dff9095d1cd80f22f544b6cfe75), [`6c8c6c7`](https://github.com/mastra-ai/mastra/commit/6c8c6c71518394321a4692614aa4b11f3bb0a343), [`5a4b1ee`](https://github.com/mastra-ai/mastra/commit/5a4b1ee80212969621228104995589c0fa59e575), [`5a4b1ee`](https://github.com/mastra-ai/mastra/commit/5a4b1ee80212969621228104995589c0fa59e575), [`5a4b1ee`](https://github.com/mastra-ai/mastra/commit/5a4b1ee80212969621228104995589c0fa59e575), [`6c8c6c7`](https://github.com/mastra-ai/mastra/commit/6c8c6c71518394321a4692614aa4b11f3bb0a343), [`5a4b1ee`](https://github.com/mastra-ai/mastra/commit/5a4b1ee80212969621228104995589c0fa59e575), [`ec4cb26`](https://github.com/mastra-ai/mastra/commit/ec4cb26919972eb2031fea510f8f013e1d5b7ee2)]:
10
+ - @mastra/client-js@1.15.0-alpha.6
11
+ - @mastra/core@1.29.0-alpha.6
12
+ - @mastra/react@0.2.30-alpha.6
13
+
14
+ ## 24.0.0-alpha.5
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`28caa5b`](https://github.com/mastra-ai/mastra/commit/28caa5b032358545af2589ed90636eccb4dd9d2f), [`7d056b6`](https://github.com/mastra-ai/mastra/commit/7d056b6ecf603cacaa0f663ff1df025ed885b6c1), [`26f1f94`](https://github.com/mastra-ai/mastra/commit/26f1f9490574b864ba1ecedf2c9632e0767a23bd)]:
19
+ - @mastra/core@1.29.0-alpha.5
20
+ - @mastra/client-js@1.15.0-alpha.5
21
+ - @mastra/react@0.2.30-alpha.5
22
+
3
23
  ## 24.0.0-alpha.4
4
24
 
5
25
  ### Minor Changes
package/dist/index.cjs.js CHANGED
@@ -13726,7 +13726,7 @@ function DateTimeRangePicker({
13726
13726
  onDateChange,
13727
13727
  disabled,
13728
13728
  presets,
13729
- size = "md"
13729
+ size = "default"
13730
13730
  }) {
13731
13731
  const visiblePresets = presets ? DATE_PRESETS$1.filter((p) => presets.includes(p.value)) : DATE_PRESETS$1;
13732
13732
  const fallbackPreset = visiblePresets.find((p) => p.value !== "custom")?.value ?? "all";