cleanplate 0.3.32 → 0.3.34

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
@@ -6,7 +6,11 @@
6
6
 
7
7
  - **`Drawer`**: slide-in overlay panel (`placement`, mobile bottom sheet at ≤768px, optional header/footer, `dataTestId`). See `docs/Drawer.md`.
8
8
  - **`FeedbackState`**: unified empty/error region component (`variant`, consumer `illustration` URL or `icon`, `primaryAction` / `secondaryAction`, `onRetry`, `errorDetails`). See `docs/FeedbackState.md`.
9
- - **`Statistic`**: labeled numeric KPI display (`title`, `value`, `precision`, `prefix`/`suffix`, `valueTone`, `size`, `loading`). See `docs/Statistic.md`. `Statistic.Timer` is planned for a future release.
9
+ - **`Statistic`**: labeled numeric KPI display (`title`, `value`, `precision`, `prefix`/`suffix`, `tone`, `size`, `loading`, `variant` plain|card, `icon`, `description`, `progress`, `footer`). See `docs/Statistic.md`. `Statistic.Timer` is planned for a future release.
10
+
11
+ ### Breaking
12
+
13
+ - **`Statistic`**: `valueTone` (`default` | `positive` | `negative`) replaced by `tone` (`neutral` | `success` | `warning` | `danger` | `muted`). Tone drives icon, value, card surface, and default progress/badge styling.
10
14
 
11
15
  ### Breaking
12
16