@recursica/mantine-adapter 0.50.0 → 0.50.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @recursica/mantine-adapter
2
2
 
3
+ ## 0.50.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f34665a: Modal close button now matches the Button component's styling (radius, padding, color tokens, hover/focus states, icon sizing).
8
+ - f34665a: Modal title now truncates with an ellipsis instead of wrapping when it's too long, and mantine-adapter's Modal width scales with content again instead of being pinned at 440px. Added an open-by-default `LongTitle` story to both adapters.
9
+
10
+ ## 0.50.1
11
+
12
+ ### Patch Changes
13
+
14
+ - a41c9ce: Fix DatePicker calendar day focus ring using the browser's default blue outline instead of a Recursica token.
15
+
3
16
  ## 0.50.0
4
17
 
5
18
  ### Minor Changes