@imiobe/plonetheme-smartweb-base 0.2.0 → 0.3.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/css/theme.css +1 -1
  3. package/icons/android-chrome-144x144.png +0 -0
  4. package/icons/android-chrome-192x192.png +0 -0
  5. package/icons/android-chrome-256x256.png +0 -0
  6. package/icons/android-chrome-36x36.png +0 -0
  7. package/icons/android-chrome-384x384.png +0 -0
  8. package/icons/android-chrome-48x48.png +0 -0
  9. package/icons/android-chrome-512x512.png +0 -0
  10. package/icons/android-chrome-72x72.png +0 -0
  11. package/icons/android-chrome-96x96.png +0 -0
  12. package/icons/apple-touch-icon-1024x1024.png +0 -0
  13. package/icons/apple-touch-icon-114x114.png +0 -0
  14. package/icons/apple-touch-icon-120x120.png +0 -0
  15. package/icons/apple-touch-icon-144x144.png +0 -0
  16. package/icons/apple-touch-icon-152x152.png +0 -0
  17. package/icons/apple-touch-icon-167x167.png +0 -0
  18. package/icons/apple-touch-icon-180x180.png +0 -0
  19. package/icons/apple-touch-icon-57x57.png +0 -0
  20. package/icons/apple-touch-icon-60x60.png +0 -0
  21. package/icons/apple-touch-icon-72x72.png +0 -0
  22. package/icons/apple-touch-icon-76x76.png +0 -0
  23. package/icons/apple-touch-icon-precomposed.png +0 -0
  24. package/icons/apple-touch-icon.png +0 -0
  25. package/icons/favicon-16x16.png +0 -0
  26. package/icons/favicon-32x32.png +0 -0
  27. package/icons/favicon-48x48.png +0 -0
  28. package/icons/favicon.ico +0 -0
  29. package/icons/logo.png +0 -0
  30. package/icons/manifest.webmanifest +65 -0
  31. package/package.json +5 -3
  32. package/src/scss/_general.scss +31 -4
  33. package/src/scss/_trucaverif.scss +0 -24
  34. package/src/scss/common/_com-edition.scss +0 -1
  35. package/src/scss/common/_com-footer.scss +4 -0
  36. package/src/scss/homepage/_actualites.scss +12 -0
  37. package/src/scss/homepage/_events.scss +12 -0
  38. package/theme.zip +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
 
2
2
 
3
+ # [0.3.0](https://github.com/IMIO/imio_smartweb_themes/compare/v0.2.1...v0.3.0) (2025-06-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * base theme for berloz and ouffet [quick] ([c7d0e14](https://github.com/IMIO/imio_smartweb_themes/commit/c7d0e14d9ef0bb8216379a80058d7c336e757ebc))
9
+ * base theme for oreye [quick] ([942583d](https://github.com/IMIO/imio_smartweb_themes/commit/942583dc2aa57fb9cc0d8dcdd946e6bb0eb43a56))
10
+ * montdelenclus base theme [quick] ([5f60ba2](https://github.com/IMIO/imio_smartweb_themes/commit/5f60ba27c09eab0bd5a69d7ae517f4cdcd9546bb))
11
+ * waimes and fleurus base theme [quick] ([55587c3](https://github.com/IMIO/imio_smartweb_themes/commit/55587c39ae2660ccf4c8ae9f1c4daa2cd967dd5c))
12
+
13
+ ## [0.2.1](https://github.com/IMIO/imio_smartweb_themes/compare/v0.2.0...v0.2.1) (2025-04-07)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * pin prettier version ([983579a](https://github.com/IMIO/imio_smartweb_themes/commit/983579a66a0c91ebcb794ba5a1c88cd15a17b5d0))
19
+
20
+
21
+ ### Features
22
+
23
+ * base theme for musson ([842a377](https://github.com/IMIO/imio_smartweb_themes/commit/842a377ab30329da3576210f5824aa77fd8c80f4))
24
+ * grez doiceau ([2fe8b43](https://github.com/IMIO/imio_smartweb_themes/commit/2fe8b43e62bdd062e46189abcc37b250b03119ff))
25
+ * lasne ([bf45e38](https://github.com/IMIO/imio_smartweb_themes/commit/bf45e38c7a10b30358158b74704197e4638e637d))
26
+
3
27
  # [0.2.0](https://github.com/IMIO/imio_smartweb_themes/compare/v0.1.5...v0.2.0) (2025-01-02)
4
28
 
5
29