cozy-ui 123.0.0 → 123.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/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/react/MuiCozyTheme/overrides/makeLightNormalOverrides.js +1099 -188
- package/transpiled/react/MuiCozyTheme/overrides/makeDarkInvertedOverrides.d.ts +85 -235
- package/transpiled/react/MuiCozyTheme/overrides/makeDarkNormalOverrides.d.ts +85 -235
- package/transpiled/react/MuiCozyTheme/overrides/makeLightInvertedOverrides.d.ts +85 -235
- package/transpiled/react/MuiCozyTheme/overrides/makeLightNormalOverrides.d.ts +85 -235
- package/transpiled/react/MuiCozyTheme/overrides/makeLightNormalOverrides.js +1045 -182
- package/react/MuiCozyTheme/overrides/makeLightNormalCozyOverrides.js +0 -1087
- package/transpiled/react/MuiCozyTheme/overrides/makeLightNormalCozyOverrides.d.ts +0 -1580
- package/transpiled/react/MuiCozyTheme/overrides/makeLightNormalCozyOverrides.js +0 -1025
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [123.1.0](https://github.com/cozy/cozy-ui/compare/v123.0.0...v123.1.0) (2025-05-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Merge Old cozy Theme and new Twake theme overrides ([f784646](https://github.com/cozy/cozy-ui/commit/f784646))
|
|
7
|
+
|
|
1
8
|
# [123.0.0](https://github.com/cozy/cozy-ui/compare/v122.14.1...v123.0.0) (2025-05-14)
|
|
2
9
|
|
|
3
10
|
|