@kitconcept/volto-light-theme 6.0.0 → 6.0.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.draft CHANGED
@@ -1,3 +1,7 @@
1
- ## 6.0.0 (2025-05-14)
1
+ ## 6.0.1 (2025-05-15)
2
+
3
+ ### Bugfix
4
+
5
+ - Removed background color specification in the whole footer. We only want it in some areas of it, and depending if some sections are present or not. @sneridagh
2
6
 
3
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 6.0.1 (2025-05-15)
12
+
13
+ ### Bugfix
14
+
15
+ - Removed background color specification in the whole footer. We only want it in some areas of it, and depending if some sections are present or not. @sneridagh
16
+
11
17
  ## 6.0.0 (2025-05-14)
12
18
 
13
19
  ## 6.0.0-alpha.25 (2025-05-14)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -1,6 +1,5 @@
1
1
  #footer {
2
2
  padding-top: $footer-vertical-spacing-top;
3
- background: var(--footer-background);
4
3
  text-align: center;
5
4
 
6
5
  .container {