@imiobe/plonetheme-smartweb-base 0.2.0 → 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.
Files changed (35) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/icons/android-chrome-144x144.png +0 -0
  3. package/icons/android-chrome-192x192.png +0 -0
  4. package/icons/android-chrome-256x256.png +0 -0
  5. package/icons/android-chrome-36x36.png +0 -0
  6. package/icons/android-chrome-384x384.png +0 -0
  7. package/icons/android-chrome-48x48.png +0 -0
  8. package/icons/android-chrome-512x512.png +0 -0
  9. package/icons/android-chrome-72x72.png +0 -0
  10. package/icons/android-chrome-96x96.png +0 -0
  11. package/icons/apple-touch-icon-1024x1024.png +0 -0
  12. package/icons/apple-touch-icon-114x114.png +0 -0
  13. package/icons/apple-touch-icon-120x120.png +0 -0
  14. package/icons/apple-touch-icon-144x144.png +0 -0
  15. package/icons/apple-touch-icon-152x152.png +0 -0
  16. package/icons/apple-touch-icon-167x167.png +0 -0
  17. package/icons/apple-touch-icon-180x180.png +0 -0
  18. package/icons/apple-touch-icon-57x57.png +0 -0
  19. package/icons/apple-touch-icon-60x60.png +0 -0
  20. package/icons/apple-touch-icon-72x72.png +0 -0
  21. package/icons/apple-touch-icon-76x76.png +0 -0
  22. package/icons/apple-touch-icon-precomposed.png +0 -0
  23. package/icons/apple-touch-icon.png +0 -0
  24. package/icons/favicon-16x16.png +0 -0
  25. package/icons/favicon-32x32.png +0 -0
  26. package/icons/favicon-48x48.png +0 -0
  27. package/icons/favicon.ico +0 -0
  28. package/icons/logo.png +0 -0
  29. package/icons/manifest.webmanifest +65 -0
  30. package/package.json +5 -3
  31. package/src/scss/_trucaverif.scss +0 -4
  32. package/src/scss/common/_com-edition.scss +0 -1
  33. package/src/scss/common/_com-footer.scss +4 -0
  34. package/src/scss/homepage/_actualites.scss +12 -0
  35. package/src/scss/homepage/_events.scss +12 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
 
2
2
 
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
+
3
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
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/icons/logo.png ADDED
Binary file
@@ -0,0 +1,65 @@
1
+ {
2
+ "dir": "auto",
3
+ "lang": "en-US",
4
+ "display": "standalone",
5
+ "orientation": "any",
6
+ "start_url": "/?homescreen=1",
7
+ "background_color": "#fff",
8
+ "theme_color": "#fff",
9
+ "icons": [
10
+ {
11
+ "src": "android-chrome-36x36.png",
12
+ "sizes": "36x36",
13
+ "type": "image/png",
14
+ "purpose": "any"
15
+ },
16
+ {
17
+ "src": "android-chrome-48x48.png",
18
+ "sizes": "48x48",
19
+ "type": "image/png",
20
+ "purpose": "any"
21
+ },
22
+ {
23
+ "src": "android-chrome-72x72.png",
24
+ "sizes": "72x72",
25
+ "type": "image/png",
26
+ "purpose": "any"
27
+ },
28
+ {
29
+ "src": "android-chrome-96x96.png",
30
+ "sizes": "96x96",
31
+ "type": "image/png",
32
+ "purpose": "any"
33
+ },
34
+ {
35
+ "src": "android-chrome-144x144.png",
36
+ "sizes": "144x144",
37
+ "type": "image/png",
38
+ "purpose": "any"
39
+ },
40
+ {
41
+ "src": "android-chrome-192x192.png",
42
+ "sizes": "192x192",
43
+ "type": "image/png",
44
+ "purpose": "any"
45
+ },
46
+ {
47
+ "src": "android-chrome-256x256.png",
48
+ "sizes": "256x256",
49
+ "type": "image/png",
50
+ "purpose": "any"
51
+ },
52
+ {
53
+ "src": "android-chrome-384x384.png",
54
+ "sizes": "384x384",
55
+ "type": "image/png",
56
+ "purpose": "any"
57
+ },
58
+ {
59
+ "src": "android-chrome-512x512.png",
60
+ "sizes": "512x512",
61
+ "type": "image/png",
62
+ "purpose": "any"
63
+ }
64
+ ]
65
+ }
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "plone",
24
24
  "smartweb"
25
25
  ],
26
- "version": "0.2.0",
26
+ "version": "0.2.1",
27
27
  "license": "GPL version 2",
28
28
  "scripts": {
29
29
  "stylelint": "npx stylelint 'src/**/*.{css,less}' 'src/**/*.{css,less}",
@@ -41,12 +41,14 @@
41
41
  "plugins": {
42
42
  "@release-it/conventional-changelog": {
43
43
  "preset": "angular",
44
- "infile": "CHANGELOG.md"
44
+ "infile": "CHANGELOG.md",
45
+ "path": "base"
45
46
  }
46
47
  },
47
48
  "git": {
48
49
  "commitMessage": "chore: release ${version}",
49
- "tagName": "v${version}"
50
+ "tagName": "v${version}",
51
+ "changelog": "git log --pretty=format:\"* %s (%h)\" $(git describe --tags --abbrev=0)...HEAD -- base/"
50
52
  },
51
53
  "npm": {
52
54
  "publish": true
@@ -33,10 +33,6 @@ div#formfield-form-widgets-basic_cookies {
33
33
  order: 0;
34
34
  }
35
35
 
36
- div#formfield-form-widgets-basic_analytics {
37
- order: 1;
38
- }
39
-
40
36
  //---//
41
37
 
42
38
  // Pour react
@@ -2,7 +2,6 @@
2
2
  padding: 0.5rem;
3
3
  border-radius: 0;
4
4
  border: 1px solid #ddd;
5
- text-align: center;
6
5
  }
7
6
 
8
7
  .manage-section a {
@@ -7,3 +7,7 @@
7
7
  footer li {
8
8
  list-style: none;
9
9
  }
10
+
11
+ #portal-footer-wrapper {
12
+ padding: 0;
13
+ }
@@ -72,6 +72,18 @@
72
72
  }
73
73
  }
74
74
 
75
+ .auth_source_container_title {
76
+ margin: $actu-category-margin;
77
+ display: block;
78
+ padding: $actu-category-padding;
79
+ color: $actu-category-color;
80
+ background: $actu-category-bg-color;
81
+ font-size: $actu-category-font-size;
82
+ font-weight: $actu-category-font-weight;
83
+ text-transform: $actu-category-text-transform;
84
+ border-radius: $actu-category-radius;
85
+ }
86
+
75
87
  .swiper_date {
76
88
  padding: $actu-date-padding;
77
89
  margin: $actu-date-margin;
@@ -72,6 +72,18 @@
72
72
  }
73
73
  }
74
74
 
75
+ .auth_source_container_title {
76
+ margin: $event-category-margin;
77
+ display: block;
78
+ padding: $event-category-padding;
79
+ color: $event-category-color;
80
+ background: $event-category-bg-color;
81
+ font-size: $event-category-font-size;
82
+ font-weight: $event-category-font-weight;
83
+ text-transform: $event-category-text-transform;
84
+ border-radius: $event-category-radius;
85
+ }
86
+
75
87
  .swiper_date {
76
88
  padding: $event-date-padding;
77
89
  margin: $event-date-margin;