@imiobe/plonetheme-smartweb-base 0.3.7 → 0.3.8
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 +14 -0
- package/dist/css/theme.css +5 -0
- package/dist/js/theme.js +1 -2291
- package/package.json +1 -1
- package/src/scss/_general.scss +1 -1
- package/src/scss/_trucaverif.scss +0 -11
- package/src/scss/common/_com-edition.scss +8 -21
- package/src/scss/common/_com-faceted.scss +20 -9
- package/src/scss/common/_com-footer.scss +4 -0
- package/src/scss/variables.scss +4 -4
- package/theme.zip +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [0.3.8](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.7...v0.3.8) (2026-02-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* add unstashed files for sommeleuze ([4cb5190](https://github.com/IMIO/imio_smartweb_themes/commit/4cb51903eb404baeb67a8b609b043337ea4cf033))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* base theme for assesse ([b625815](https://github.com/IMIO/imio_smartweb_themes/commit/b62581507b2d1a118e1bfc8576e980c8688e25e8))
|
|
14
|
+
* base theme for chaumontgistoux ([cb5348e](https://github.com/IMIO/imio_smartweb_themes/commit/cb5348e3b52edb4278d290e110b1bb0f8652922a))
|
|
15
|
+
* base theme for clavier ([c0d4551](https://github.com/IMIO/imio_smartweb_themes/commit/c0d4551b51a455f2c401fd6e34ed6c3e8969c942))
|
|
16
|
+
|
|
3
17
|
## [0.3.7](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.6...v0.3.7) (2025-12-16)
|
|
4
18
|
|
|
5
19
|
|