@imiobe/plonetheme-smartweb-base 0.0.6 → 0.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.
Files changed (95) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/dist/css/theme.css +5 -0
  3. package/dist/fonts/roboto-bold..eot +0 -0
  4. package/dist/fonts/roboto-bold..ttf +0 -0
  5. package/dist/fonts/roboto-bold..woff +0 -0
  6. package/dist/fonts/roboto-bold..woff2 +0 -0
  7. package/dist/fonts/roboto-bolditalic..eot +0 -0
  8. package/dist/fonts/roboto-bolditalic..ttf +0 -0
  9. package/dist/fonts/roboto-bolditalic..woff +0 -0
  10. package/dist/fonts/roboto-bolditalic..woff2 +0 -0
  11. package/dist/fonts/roboto-italic..eot +0 -0
  12. package/dist/fonts/roboto-italic..ttf +0 -0
  13. package/dist/fonts/roboto-italic..woff +0 -0
  14. package/dist/fonts/roboto-italic..woff2 +0 -0
  15. package/dist/fonts/roboto-light..eot +0 -0
  16. package/dist/fonts/roboto-light..ttf +0 -0
  17. package/dist/fonts/roboto-light..woff +0 -0
  18. package/dist/fonts/roboto-light..woff2 +0 -0
  19. package/dist/fonts/roboto-lightitalic..eot +0 -0
  20. package/dist/fonts/roboto-lightitalic..ttf +0 -0
  21. package/dist/fonts/roboto-lightitalic..woff +0 -0
  22. package/dist/fonts/roboto-lightitalic..woff2 +0 -0
  23. package/dist/fonts/roboto-medium..eot +0 -0
  24. package/dist/fonts/roboto-medium..ttf +0 -0
  25. package/dist/fonts/roboto-medium..woff +0 -0
  26. package/dist/fonts/roboto-medium..woff2 +0 -0
  27. package/dist/fonts/roboto-mediumitalic..eot +0 -0
  28. package/dist/fonts/roboto-mediumitalic..ttf +0 -0
  29. package/dist/fonts/roboto-mediumitalic..woff +0 -0
  30. package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
  31. package/dist/fonts/roboto-regular..eot +0 -0
  32. package/dist/fonts/roboto-regular..ttf +0 -0
  33. package/dist/fonts/roboto-regular..woff +0 -0
  34. package/dist/fonts/roboto-regular..woff2 +0 -0
  35. package/dist/fonts/robotocondensed-light..eot +0 -0
  36. package/dist/fonts/robotocondensed-light..ttf +0 -0
  37. package/dist/fonts/robotocondensed-light..woff +0 -0
  38. package/dist/fonts/robotocondensed-light..woff2 +0 -0
  39. package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
  40. package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
  41. package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
  42. package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
  43. package/dist/images/roboto-bolde46805ee..svg +1 -0
  44. package/dist/images/roboto-bolditalic4be90c03..svg +1 -0
  45. package/dist/images/roboto-italic2332d1c3..svg +1 -0
  46. package/dist/images/roboto-light054c1c8a..svg +1 -0
  47. package/dist/images/roboto-lightitalic2df589e4..svg +1 -0
  48. package/dist/images/roboto-medium832a5157..svg +1 -0
  49. package/dist/images/roboto-mediumitalicf09fad24..svg +1 -0
  50. package/dist/images/roboto-regulare788ed65..svg +1 -0
  51. package/dist/images/robotocondensed-light04ff367e..svg +1 -0
  52. package/dist/images/robotocondensed-lightitalic97b23821..svg +1 -0
  53. package/dist/js/theme.js +1 -0
  54. package/package.json +20 -2
  55. package/src/index.js +60 -14
  56. package/src/scss/_breadcrum.scss +1 -0
  57. package/src/scss/_fonts.scss +6 -5
  58. package/src/scss/_general.scss +73 -65
  59. package/src/scss/_header.scss +33 -13
  60. package/src/scss/_mixin.scss +43 -35
  61. package/src/scss/_sitenav.scss +326 -259
  62. package/src/scss/_sub-sitenav.scss +113 -65
  63. package/src/scss/_swiper.scss +17 -10
  64. package/src/scss/_trucaverif.scss +630 -555
  65. package/src/scss/common/_com-cookies.scss +86 -75
  66. package/src/scss/common/_com-edition.scss +36 -24
  67. package/src/scss/common/_com-faceted.scss +153 -132
  68. package/src/scss/common/_com-footer.scss +9 -5
  69. package/src/scss/common/_com-list-image.scss +17 -15
  70. package/src/scss/common/_com-react.scss +62 -57
  71. package/src/scss/common/_messviewlet.scss +77 -60
  72. package/src/scss/homepage/_a-la-une.scss +30 -19
  73. package/src/scss/homepage/_actualites.scss +137 -111
  74. package/src/scss/homepage/_album.scss +87 -75
  75. package/src/scss/homepage/_banner.scss +38 -41
  76. package/src/scss/homepage/_events.scss +42 -20
  77. package/src/scss/homepage/_general-home.scss +47 -43
  78. package/src/scss/homepage/_newsletter.scss +30 -24
  79. package/src/scss/homepage/_quick-access.scss +14 -4
  80. package/src/scss/list/_list-block-img.scss +53 -49
  81. package/src/scss/list/_list-block.scss +70 -64
  82. package/src/scss/list/_list-img.scss +21 -14
  83. package/src/scss/list/_list.scss +55 -53
  84. package/src/scss/main.scss +17 -9
  85. package/src/scss/sections/_se-contact.scss +229 -158
  86. package/src/scss/sections/_se-file.scss +188 -158
  87. package/src/scss/sections/_se-gallery.scss +16 -14
  88. package/src/scss/sections/_se-link.scss +141 -135
  89. package/src/scss/sections/_se-linked-content.scss +4 -4
  90. package/src/scss/sections/_se-plan-geo.scss +92 -74
  91. package/src/scss/sections/_se-plan.scss +2 -2
  92. package/src/scss/sections/_se-postit.scss +19 -17
  93. package/src/scss/sections/_se-textes.scss +35 -41
  94. package/src/scss/variables.scss +159 -138
  95. package/theme.zip +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,78 @@
1
+
2
+
3
+ # [0.1.0](https://github.com/IMIO/imio_smartweb_themes/compare/0.0.6...v0.1.0) (2024-08-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * : remove debug div ([7cf60e2](https://github.com/IMIO/imio_smartweb_themes/commit/7cf60e2c22ef782d781dcd713f9ef126f453a7d9))
9
+ * card-body height and icon [quick] ([4b67ef5](https://github.com/IMIO/imio_smartweb_themes/commit/4b67ef58129780e9d52756fb6a323ca1a1b0ac32))
10
+ * change procedure btn icon no displauy [skip ci] ([3cd3ff6](https://github.com/IMIO/imio_smartweb_themes/commit/3cd3ff6ec45fb1b8ec4eed5a9e935df5adfdac76))
11
+ * **ci/cd:** ERR_PNPM_OUTDATED_LOCKFILE ([3ce1928](https://github.com/IMIO/imio_smartweb_themes/commit/3ce1928c34b590c9295e94e26f2800748b451985))
12
+ * **ci/cd:** ERR_PNPM_OUTDATED_LOCKFILE (2) ([3a47022](https://github.com/IMIO/imio_smartweb_themes/commit/3a4702213a762c4f310ec9f27e12a7efdd4cc74a))
13
+ * **ci/cd:** use hash of package.json ([8d61443](https://github.com/IMIO/imio_smartweb_themes/commit/8d61443da5f8bd17e61969a904037d8039cccd0e))
14
+ * **ci:** environment vars are not available there ([f1c7562](https://github.com/IMIO/imio_smartweb_themes/commit/f1c7562378a8c51b4edad0ff84d76d8563e4b2c2))
15
+ * **ci:** id for summary step ([5123585](https://github.com/IMIO/imio_smartweb_themes/commit/5123585984e63ac7ab798683e3fba21a90cfa0dd))
16
+ * pettier fix [quick] ([83c28b8](https://github.com/IMIO/imio_smartweb_themes/commit/83c28b8c3d2c41c10f01f2e0c0faaf4bbbfd92bf))
17
+ * pettier fix [skip ci] ([e9fd7e6](https://github.com/IMIO/imio_smartweb_themes/commit/e9fd7e6b514fc922075d01ed33fbf5ca7bb501bc))
18
+ * **typo:** cat instead of echo ([9494c73](https://github.com/IMIO/imio_smartweb_themes/commit/9494c731437f1a69fca963943f74fa1886ae9e11))
19
+ * **typo:** missing " ([622ca75](https://github.com/IMIO/imio_smartweb_themes/commit/622ca75b8a8dd72bf647babada0d0dd68e09dfbf))
20
+
21
+
22
+ ### Features
23
+
24
+ * awans base theme ([9788148](https://github.com/IMIO/imio_smartweb_themes/commit/97881487e178dfc5baf650271f645e043a27a901))
25
+ * awans base theme ([7d9e292](https://github.com/IMIO/imio_smartweb_themes/commit/7d9e2926695480ac2f96efb914494bb01e1d9986))
26
+ * base theme for beauvechain [quick] ([a3ebe3c](https://github.com/IMIO/imio_smartweb_themes/commit/a3ebe3cd773af7f02fe55420689ef0fe2a352bec))
27
+ * base theme for beauvechain [quick] ([0c6dc83](https://github.com/IMIO/imio_smartweb_themes/commit/0c6dc83eef175448dc5affbe9835a73c48139763))
28
+ * base theme for florennes [quick] ([28bfe5d](https://github.com/IMIO/imio_smartweb_themes/commit/28bfe5d2ecfab6f39657db20df8a96f1a322513d))
29
+ * base theme for florennes [quick] ([c783b92](https://github.com/IMIO/imio_smartweb_themes/commit/c783b92f1c7f8924825babe130f817089f152c35))
30
+ * base theme for montsaintguibert [quick] ([c631f6a](https://github.com/IMIO/imio_smartweb_themes/commit/c631f6ad6150632f22615ff2184215e45109aca8))
31
+ * base theme for montsaintguibert [quick] ([89e0680](https://github.com/IMIO/imio_smartweb_themes/commit/89e06808e749f7888697b482ffbd905dde6e70f3))
32
+ * base theme for montsaintguibert [quick] ([e6c0bc5](https://github.com/IMIO/imio_smartweb_themes/commit/e6c0bc5b46758b57861ef445795cee9c76cf6ed5))
33
+ * base theme for morlanwelz [quick] ([5710c63](https://github.com/IMIO/imio_smartweb_themes/commit/5710c6311c277918175045549996893fb1d61b25))
34
+ * base theme for mouscron [quick] ([9759c39](https://github.com/IMIO/imio_smartweb_themes/commit/9759c39b120364b0678884351cb393a873426fd9))
35
+ * base theme for pecq ([437fd1a](https://github.com/IMIO/imio_smartweb_themes/commit/437fd1af73d69c48fb886ccee36afd9c3f76fb6c))
36
+ * base theme for perwez [quick] ([27aa1a8](https://github.com/IMIO/imio_smartweb_themes/commit/27aa1a8d6ced18aa2dd6247b1d33a18138807a70))
37
+ * base theme for perwez quaregnon trooz ([587a7ed](https://github.com/IMIO/imio_smartweb_themes/commit/587a7ed43bbd958c58e58e319d42ad93a75f26b7))
38
+ * base theme for tintigny ([12c86da](https://github.com/IMIO/imio_smartweb_themes/commit/12c86daff672c89fa90a21c6fe6f6b4214d94547))
39
+ * base theme for tintigny ([967f9c8](https://github.com/IMIO/imio_smartweb_themes/commit/967f9c856cddfa9dc88cf240ee9b638d6af6a8cf))
40
+ * base theme for trooz [quick] ([68b8ac0](https://github.com/IMIO/imio_smartweb_themes/commit/68b8ac00dcb5960f889b6d19e8202ef1a061222f))
41
+ * base theme for verlain [quick] ([211a161](https://github.com/IMIO/imio_smartweb_themes/commit/211a161e98da78a97ac048981db08257a2045362))
42
+ * beauvechain florennes base theme ([56ad619](https://github.com/IMIO/imio_smartweb_themes/commit/56ad619bc0cd491ad498a82a7ccbe02bafb4569c))
43
+ * **ci/cd:** also cache pnpm-lock.yaml ([67819ef](https://github.com/IMIO/imio_smartweb_themes/commit/67819efca01d97faf404df0a84a1003230384726))
44
+ * **ci/cd:** bump mattermost-notify and rundeck-notify ([d09144c](https://github.com/IMIO/imio_smartweb_themes/commit/d09144ca2e66b0c905d120ee0e8d8029225beb1b))
45
+ * **ci/cd:** cache node_modules to speedup workflow ([50e5cf1](https://github.com/IMIO/imio_smartweb_themes/commit/50e5cf19167d22aabf195489e1aa138712c39b1f))
46
+ * **ci/cd:** cannot skip this in a monorepo ([a5ea207](https://github.com/IMIO/imio_smartweb_themes/commit/a5ea207867b6ffd474e3c5edd0eea06aa5335516))
47
+ * **ci/cd:** exclude some path from changed-directories ([0226915](https://github.com/IMIO/imio_smartweb_themes/commit/0226915a6a500c07f0e3673b9434498063df970e))
48
+ * **ci/cd:** ignore template folder ([b94319c](https://github.com/IMIO/imio_smartweb_themes/commit/b94319cf05d138fd837913fa5bd621d70b3d8f1a))
49
+ * **ci/cd:** lint ([f0de4cf](https://github.com/IMIO/imio_smartweb_themes/commit/f0de4cf058af76ff393fd73b44b7134a9037c25d))
50
+ * **ci/cd:** only install devdependecies if cache has not been restored ([61141d6](https://github.com/IMIO/imio_smartweb_themes/commit/61141d65f0b4ae7fe87371797c102d2f6bb67bde))
51
+ * **ci:** add a way to skip review and quick deploy ([49d05be](https://github.com/IMIO/imio_smartweb_themes/commit/49d05be35a2af9693f000171c27e21d24af840ee))
52
+ * **ci:** cat upload urls in workflow log and upload artifact ([b701eb3](https://github.com/IMIO/imio_smartweb_themes/commit/b701eb38e87aebea373ccea3a2ea90f923711c46))
53
+ * **ci:** notify on mattermost when pending review ([17998a6](https://github.com/IMIO/imio_smartweb_themes/commit/17998a663d59f925c81e1a18f50a853c49f6f6f3))
54
+ * **ci:** pin mattermost-notify v3.6 ([9bd3bfa](https://github.com/IMIO/imio_smartweb_themes/commit/9bd3bfaf502513319277e34ab529756b37a8b9ea))
55
+ * doische base theme [quick] ([a7d8bcb](https://github.com/IMIO/imio_smartweb_themes/commit/a7d8bcb87b3abbb5f02f00f47a39a4c01f692104))
56
+ * doische base theme [quick] ([ea24d1c](https://github.com/IMIO/imio_smartweb_themes/commit/ea24d1c2c4f4cbe13736d454e2df3a2a7bd1e5ad))
57
+ * **gha:** add paths-ignore and disable workflow dispatch ([2165ceb](https://github.com/IMIO/imio_smartweb_themes/commit/2165cebabdef56c92a2c8ba954cd8c406ccaad6a))
58
+ * **gha:** build base theme ([c4bb25d](https://github.com/IMIO/imio_smartweb_themes/commit/c4bb25d95ea616dd1e593fd7375b723f7197f09d))
59
+ * **gha:** push in pecq to launch workflow ([dca9ca9](https://github.com/IMIO/imio_smartweb_themes/commit/dca9ca9dc2bbab318f98c5729ea05550b17272a4))
60
+ * **gha:** upload base theme ([2506d47](https://github.com/IMIO/imio_smartweb_themes/commit/2506d47ff58f7b9eb6955f86c63c51c5cce99c49))
61
+ * **gha:** upload modified theme [skip ci] ([46fe8e5](https://github.com/IMIO/imio_smartweb_themes/commit/46fe8e58ac6af345b0bbdce290077d1701c0d1b9))
62
+ * **lint:** ignore scss/load-partial-extension ([aaf45e8](https://github.com/IMIO/imio_smartweb_themes/commit/aaf45e8b19f36d9cd0231277b2fdce45dbced0cb))
63
+ * morlanwelz base theme ([e4ba8d6](https://github.com/IMIO/imio_smartweb_themes/commit/e4ba8d622b95e48f1fc2b13a43256358f7f54ed0))
64
+ * sambreville base theme ([908e6d7](https://github.com/IMIO/imio_smartweb_themes/commit/908e6d76a12a9407cd16143845adb47db98362e7))
65
+ * sambreville base theme ([ce98edc](https://github.com/IMIO/imio_smartweb_themes/commit/ce98edc0e1ce2ea306484804eb2aebaf2f46dfa5))
66
+ * set homepages batch 1 ([5712daf](https://github.com/IMIO/imio_smartweb_themes/commit/5712dafe0dd7b307e7003a7660ffeed2dfc6dd9e))
67
+ * set homepages batch 2 [skip ci] ([a8f6350](https://github.com/IMIO/imio_smartweb_themes/commit/a8f63507839433490931abf6ee518b132fbddc35))
68
+ * set homepages batch 3 [skip ci] ([daad22c](https://github.com/IMIO/imio_smartweb_themes/commit/daad22cdc5a971f643890c5798aabe144a529827))
69
+ * set pecq instance url ([8d5df95](https://github.com/IMIO/imio_smartweb_themes/commit/8d5df95726a6c2722b6b9c62cb98267a6ac07ea0))
70
+ * soignies base theme ([393ce0c](https://github.com/IMIO/imio_smartweb_themes/commit/393ce0c22aa8e16c82222a0d181cb212bc61506c))
71
+ * soignies base theme ([4f9f538](https://github.com/IMIO/imio_smartweb_themes/commit/4f9f538172594557dbc4458c8162262d01a55de0))
72
+ * verlaine base theme ([d68fad8](https://github.com/IMIO/imio_smartweb_themes/commit/d68fad8cb8ff4a24330425560aee7b62fabd7b33))
73
+ * viroinval base theme ([3601ce9](https://github.com/IMIO/imio_smartweb_themes/commit/3601ce9544096c6ded9779737d4167270be197f5))
74
+ * walhain base theme [quick] ([1872ee2](https://github.com/IMIO/imio_smartweb_themes/commit/1872ee278da47e6851b53486c8b71db3a1d76db6))
75
+
76
+
77
+
78
+ ## 0.0.6 (2023-03-07)