cozy-ui 124.2.0 → 125.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [125.0.0](https://github.com/cozy/cozy-ui/compare/v124.2.0...v125.0.0) (2025-06-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * **Dialogs:** Add 50ms delay before showing backdrop ([868c2b7](https://github.com/cozy/cozy-ui/commit/868c2b7))
7
+ * **Layout:** Add refs on. Layout, Main and Content ([98ab20e](https://github.com/cozy/cozy-ui/commit/98ab20e))
8
+ * **Layout:** Always use background-color for Content ([f510fd0](https://github.com/cozy/cozy-ui/commit/f510fd0))
9
+ * **Layout:** Move style into sidebar and isolate layout styles ([f9045e9](https://github.com/cozy/cozy-ui/commit/f9045e9))
10
+
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ * **Layout:** Layout doesn't apply style on Main and Content anymore, they have their own styles now. So if you didn't use these components but, for example, `<main>` instead of `<Main>` and `<div role="main">` instead of `<Content>`, you could have a style problem. So prefer `Main` and `Content` components.
15
+
1
16
  # [124.2.0](https://github.com/cozy/cozy-ui/compare/v124.1.1...v124.2.0) (2025-06-02)
2
17
 
3
18