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 +5 -1
- package/dist/components/icon/material-icon-names.d.ts +2 -2
- package/dist/components/icon/material-icon-names.d.ts.map +1 -1
- package/dist/components/statistic/Statistic.d.ts +21 -2
- package/dist/components/statistic/Statistic.d.ts.map +1 -1
- package/dist/components/statistic/index.d.ts +1 -1
- package/dist/components/statistic/index.d.ts.map +1 -1
- package/dist/components/statistic/tone-defaults.d.ts +7 -0
- package/dist/components/statistic/tone-defaults.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.es.css +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.js +4 -4
- package/docs/Statistic.md +156 -36
- package/llms.txt +4 -4
- package/package.json +1 -1
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`, `
|
|
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
|
|