@kitconcept/volto-light-theme 7.5.0 → 7.5.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,7 +1,7 @@
1
- ## 7.5.0 (2025-10-31)
1
+ ## 7.5.1 (2025-10-31)
2
2
 
3
- ### Internal
3
+ ### Bugfix
4
4
 
5
- - Better pinned versions. Use volto-button-block 4.0.0 final. @sneridagh
5
+ - [#705](https://github.com/kitconcept/volto-light-theme/pull/705)
6
6
 
7
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 7.5.1 (2025-10-31)
12
+
13
+ ### Bugfix
14
+
15
+ - [#705](https://github.com/kitconcept/volto-light-theme/pull/705)
16
+
11
17
  ## 7.5.0 (2025-10-31)
12
18
 
13
19
  ### Internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "7.5.0",
3
+ "version": "7.5.1",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -471,3 +471,8 @@
471
471
  }
472
472
  }
473
473
  }
474
+
475
+ .listing-item .headline span:not(:last-child)::after {
476
+ margin: 0 10px;
477
+ content: '|';
478
+ }