@mx-cartographer/experiences 6.4.0-alpha.bb1 → 6.4.0-alpha.bb2
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,3 +1,16 @@
|
|
1
|
+
## [6.4.0] - 06-12-2025
|
2
|
+
|
3
|
+
- **UPDATED** - All Card & Paper components to use the default MXUI border radius
|
4
|
+
- **UPDATED** - Client Theme creation to set fonts for all font variants
|
5
|
+
|
6
|
+
## [6.3.16] - 06-12-2025
|
7
|
+
|
8
|
+
- **UPDATED** - Phone verification success toast logic.
|
9
|
+
|
10
|
+
## [6.3.15] - 06-12-2025
|
11
|
+
|
12
|
+
- **REMOVED** - Extra date icon above the date range selector.
|
13
|
+
|
1
14
|
## [6.3.14] - 06-12-2025
|
2
15
|
|
3
16
|
- **CHANGED** - Recurring Transactions header to show current month info
|
@@ -21,7 +21,6 @@ export interface DateRangeSelectorProps {
|
|
21
21
|
copy: DateRangeSelectorCopy;
|
22
22
|
range?: DateRange<Date>;
|
23
23
|
shouldShrinkToIcon?: boolean;
|
24
|
-
toolTipContent?: string;
|
25
24
|
variant?: 'outlined' | 'text' | 'readonly' | 'timeframebuttons' | 'timeframetabs';
|
26
25
|
}
|
27
26
|
export type Timeframe = {
|