@espressif/dashboard-ui-components 1.0.0 → 1.1.0

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/README.md CHANGED
@@ -444,7 +444,7 @@ Re-run after upgrading the library to pick up guidance changes. Commit the copie
444
444
  | Dialog / ConfirmationDialog / FullscreenDialog | Modal dialogs |
445
445
  | Pagination | Page navigation controls |
446
446
  | Badge | Status and label badges |
447
- | Alert | Alert banners |
447
+ | Alert | Alert banners (optionally dismissible) |
448
448
  | Link | Styled anchor element |
449
449
  | Code | Syntax-highlighted code blocks |
450
450
  | MarkdownContent | Renders a markdown string with library primitives (GFM, heading anchors; raw HTML is escaped, not parsed) |
@@ -455,6 +455,7 @@ Re-run after upgrading the library to pick up guidance changes. Commit the copie
455
455
  | PreviewCard | Content preview card |
456
456
  | PageContainer | Page wrapper with header |
457
457
  | DynamicList | Dynamic item list |
458
+ | RequirementList | Met/unmet checklist (password rules, prerequisites); check for satisfied rows, muted circle for outstanding ones, with screen-reader state labels |
458
459
  | TogglableItemsList | Toggleable item list |
459
460
  | GlitchText / GradientText / HighlightText / ShimmeringText | Text effects |
460
461
  | LottieAnimationContainer | Lottie animation wrapper |