@imiobe/plonetheme-smartweb-base 0.1.6 → 0.2.1
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 +18 -1
- package/dist/css/theme.css +5 -0
- package/dist/fonts/roboto-bold..eot +0 -0
- package/dist/fonts/roboto-bold..ttf +0 -0
- package/dist/fonts/roboto-bold..woff +0 -0
- package/dist/fonts/roboto-bold..woff2 +0 -0
- package/dist/fonts/roboto-bolditalic..eot +0 -0
- package/dist/fonts/roboto-bolditalic..ttf +0 -0
- package/dist/fonts/roboto-bolditalic..woff +0 -0
- package/dist/fonts/roboto-bolditalic..woff2 +0 -0
- package/dist/fonts/roboto-italic..eot +0 -0
- package/dist/fonts/roboto-italic..ttf +0 -0
- package/dist/fonts/roboto-italic..woff +0 -0
- package/dist/fonts/roboto-italic..woff2 +0 -0
- package/dist/fonts/roboto-light..eot +0 -0
- package/dist/fonts/roboto-light..ttf +0 -0
- package/dist/fonts/roboto-light..woff +0 -0
- package/dist/fonts/roboto-light..woff2 +0 -0
- package/dist/fonts/roboto-lightitalic..eot +0 -0
- package/dist/fonts/roboto-lightitalic..ttf +0 -0
- package/dist/fonts/roboto-lightitalic..woff +0 -0
- package/dist/fonts/roboto-lightitalic..woff2 +0 -0
- package/dist/fonts/roboto-medium..eot +0 -0
- package/dist/fonts/roboto-medium..ttf +0 -0
- package/dist/fonts/roboto-medium..woff +0 -0
- package/dist/fonts/roboto-medium..woff2 +0 -0
- package/dist/fonts/roboto-mediumitalic..eot +0 -0
- package/dist/fonts/roboto-mediumitalic..ttf +0 -0
- package/dist/fonts/roboto-mediumitalic..woff +0 -0
- package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
- package/dist/fonts/roboto-regular..eot +0 -0
- package/dist/fonts/roboto-regular..ttf +0 -0
- package/dist/fonts/roboto-regular..woff +0 -0
- package/dist/fonts/roboto-regular..woff2 +0 -0
- package/dist/fonts/robotocondensed-light..eot +0 -0
- package/dist/fonts/robotocondensed-light..ttf +0 -0
- package/dist/fonts/robotocondensed-light..woff +0 -0
- package/dist/fonts/robotocondensed-light..woff2 +0 -0
- package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
- package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
- package/dist/js/theme.js +1 -2424
- package/icons/android-chrome-144x144.png +0 -0
- package/icons/android-chrome-192x192.png +0 -0
- package/icons/android-chrome-256x256.png +0 -0
- package/icons/android-chrome-36x36.png +0 -0
- package/icons/android-chrome-384x384.png +0 -0
- package/icons/android-chrome-48x48.png +0 -0
- package/icons/android-chrome-512x512.png +0 -0
- package/icons/android-chrome-72x72.png +0 -0
- package/icons/android-chrome-96x96.png +0 -0
- package/icons/apple-touch-icon-1024x1024.png +0 -0
- package/icons/apple-touch-icon-114x114.png +0 -0
- package/icons/apple-touch-icon-120x120.png +0 -0
- package/icons/apple-touch-icon-144x144.png +0 -0
- package/icons/apple-touch-icon-152x152.png +0 -0
- package/icons/apple-touch-icon-167x167.png +0 -0
- package/icons/apple-touch-icon-180x180.png +0 -0
- package/icons/apple-touch-icon-57x57.png +0 -0
- package/icons/apple-touch-icon-60x60.png +0 -0
- package/icons/apple-touch-icon-72x72.png +0 -0
- package/icons/apple-touch-icon-76x76.png +0 -0
- package/icons/apple-touch-icon-precomposed.png +0 -0
- package/icons/apple-touch-icon.png +0 -0
- package/icons/favicon-16x16.png +0 -0
- package/icons/favicon-32x32.png +0 -0
- package/icons/favicon-48x48.png +0 -0
- package/icons/favicon.ico +0 -0
- package/icons/logo.png +0 -0
- package/icons/manifest.webmanifest +65 -0
- package/package.json +5 -3
- package/src/scss/_trucaverif.scss +0 -4
- package/src/scss/common/_com-edition.scss +0 -1
- package/src/scss/common/_com-footer.scss +4 -0
- package/src/scss/homepage/_actualites.scss +12 -0
- package/src/scss/homepage/_events.scss +12 -0
- package/src/scss/sections/_se-contact.scss +4 -0
- package/theme.zip +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
## [0.1
|
|
3
|
+
## [0.2.1](https://github.com/IMIO/imio_smartweb_themes/compare/v0.2.0...v0.2.1) (2025-04-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* pin prettier version ([983579a](https://github.com/IMIO/imio_smartweb_themes/commit/983579a66a0c91ebcb794ba5a1c88cd15a17b5d0))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* base theme for musson ([842a377](https://github.com/IMIO/imio_smartweb_themes/commit/842a377ab30329da3576210f5824aa77fd8c80f4))
|
|
14
|
+
* grez doiceau ([2fe8b43](https://github.com/IMIO/imio_smartweb_themes/commit/2fe8b43e62bdd062e46189abcc37b250b03119ff))
|
|
15
|
+
* lasne ([bf45e38](https://github.com/IMIO/imio_smartweb_themes/commit/bf45e38c7a10b30358158b74704197e4638e637d))
|
|
16
|
+
|
|
17
|
+
# [0.2.0](https://github.com/IMIO/imio_smartweb_themes/compare/v0.1.5...v0.2.0) (2025-01-02)
|
|
4
18
|
|
|
5
19
|
|
|
6
20
|
### Bug Fixes
|
|
@@ -11,14 +25,17 @@
|
|
|
11
25
|
|
|
12
26
|
### Features
|
|
13
27
|
|
|
28
|
+
* arlon base theme [quick] ([de534b1](https://github.com/IMIO/imio_smartweb_themes/commit/de534b13b02006906a7217d71d47ae4c46db9ec5))
|
|
14
29
|
* base theme for dour ([a036471](https://github.com/IMIO/imio_smartweb_themes/commit/a036471c72a45e577ce99dc3f0d05c7a88d8b21f))
|
|
15
30
|
* bump smartweb-base-theme on verlaine ([08793bc](https://github.com/IMIO/imio_smartweb_themes/commit/08793bc0026eb3037d5ed96229adeabe9b3f3fb7))
|
|
16
31
|
* **ci/cd:** fancier notifications ([ff11b8d](https://github.com/IMIO/imio_smartweb_themes/commit/ff11b8daf6533e16b0403cba53ccfde90d9ac9e8))
|
|
17
32
|
* **ci/cd:** fancier notifications [skip ci] ([4f1ad42](https://github.com/IMIO/imio_smartweb_themes/commit/4f1ad422ff3fa7b4e8c963ef5b4c722c117576f9))
|
|
18
33
|
* **ci/cd:** fix avatar size in notification [skip ci] ([50e1ba3](https://github.com/IMIO/imio_smartweb_themes/commit/50e1ba325536e548381cd5a821ab9535a331b92c))
|
|
19
34
|
* mep heron ([29186d8](https://github.com/IMIO/imio_smartweb_themes/commit/29186d81a902b6b37e7b2b81bda13d8665983c07))
|
|
35
|
+
* seneffe base theme ([11b9ff0](https://github.com/IMIO/imio_smartweb_themes/commit/11b9ff08120b03d9fece7bb8c09fdcbe8710cb09))
|
|
20
36
|
* update rixensart url [skip ci] ([144001e](https://github.com/IMIO/imio_smartweb_themes/commit/144001e89d39cc58b864ea981f5513d424144bf5))
|
|
21
37
|
* update verlaine to test ci ([70434ad](https://github.com/IMIO/imio_smartweb_themes/commit/70434adb838f7ed1dbbb1cf8e4d3d3be45fbe56b))
|
|
38
|
+
* waremme base theme ([ab97433](https://github.com/IMIO/imio_smartweb_themes/commit/ab97433a1138c7e21d41ef832d8f8751232cfa62))
|
|
22
39
|
|
|
23
40
|
## [0.1.5](https://github.com/IMIO/imio_smartweb_themes/compare/v0.1.4...v0.1.5) (2024-08-28)
|
|
24
41
|
|