@kitconcept/volto-light-theme 7.6.6 → 7.6.7

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,8 +1,7 @@
1
- ## 7.6.6 (2026-01-13)
1
+ ## 7.6.7 (2026-01-15)
2
2
 
3
3
  ### Bugfix
4
4
 
5
- - Fix sticky menu cut off at the bottom on smaller screens @iRohitSingh
6
- - Fixed double navigation in cards that contains inner links in its body. @sneridagh
5
+ - - fix bug where markdown inline links in descriptions are rendered as a separate paragraph [#751](https://github.com/kitconcept/volto-light-theme/pull/751)
7
6
 
8
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 7.6.7 (2026-01-15)
12
+
13
+ ### Bugfix
14
+
15
+ - - fix bug where markdown inline links in descriptions are rendered as a separate paragraph [#751](https://github.com/kitconcept/volto-light-theme/pull/751)
16
+
11
17
  ## 7.6.6 (2026-01-13)
12
18
 
13
19
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "7.6.6",
3
+ "version": "7.6.7",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -50,6 +50,10 @@
50
50
  img {
51
51
  object-fit: cover;
52
52
  }
53
+
54
+ .card-inner a {
55
+ display: inline;
56
+ }
53
57
  }
54
58
 
55
59
  h2.headline {