@breadstone/mosaik-elements-angular 0.0.214 → 0.0.215

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,15 @@
1
+ ## 0.0.215 (2026-01-04)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **order-management): add order management component with list and table views feat(drawer): implement full-screen mode for drawer component fix(drawer): update drawer styles for full-screen support in themes refactor(toast): adjust toast component to handle enter animations correctly chore(package:** update postbuild:dev script to include wca analysis ([0992db6a46](https://github.com/RueDeRennes/mosaik/commit/0992db6a46))
6
+ - **dialog): implement responsive dialog and drawer behaviors with breakpoints feat(drawer): add divider height property and update styles for header style(dialog): enforce centering with !important in CSS for dialog themes style(drawer:** enhance drawer themes with divider styles and improve layout ([f5bd0057c6](https://github.com/RueDeRennes/mosaik/commit/f5bd0057c6))
7
+ - **dialog): replace DialogBreakpointObserverBehavior with DialogBreakpointBehavior feat(drawer:** add DrawerBreakpointBehavior for responsive drawer sizing refactor: update imports and configurations for breakpoint behaviors ([25c0c1899e](https://github.com/RueDeRennes/mosaik/commit/25c0c1899e))
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **resize:** standardize resize event names to camelCase and update related components ([a9cc1df0a7](https://github.com/RueDeRennes/mosaik/commit/a9cc1df0a7))
12
+
1
13
  ## 0.0.214 (2026-01-02)
2
14
 
3
15
  ### 🚀 Features