@kitconcept/volto-light-theme 7.6.4 → 7.6.5

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,9 @@
1
- ## 7.6.4 (2025-12-01)
1
+ ## 7.6.5 (2025-12-08)
2
2
 
3
3
  ### Bugfix
4
4
 
5
- - Fixed problem with the description not showing in rendering if the description was undefined. @sneridagh
5
+ - Add classname for unauthorized page. Update Volto 18.30.1. @sneridagh
6
+ - Cross language support for blocks chooser search. Fixed highlight block ENTER, create a new block consistently. Update highlight block to 4.5.1. Update Volto 18.30.0. @sneridagh
7
+ - Fixed error on pressing ENTER in introduction block. Update add-on to 1.2.0. @sneridagh
6
8
 
7
9
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 7.6.5 (2025-12-08)
12
+
13
+ ### Bugfix
14
+
15
+ - Add classname for unauthorized page. Update Volto 18.30.1. @sneridagh
16
+ - Cross language support for blocks chooser search. Fixed highlight block ENTER, create a new block consistently. Update highlight block to 4.5.1. Update Volto 18.30.0. @sneridagh
17
+ - Fixed error on pressing ENTER in introduction block. Update add-on to 1.2.0. @sneridagh
18
+
11
19
  ## 7.6.4 (2025-12-01)
12
20
 
13
21
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "7.6.4",
3
+ "version": "7.6.5",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -45,7 +45,7 @@
45
45
  "release-it": "^19.0.3",
46
46
  "typescript": "^5.7.3",
47
47
  "vitest": "^3.1.2",
48
- "@plone/types": "1.5.0"
48
+ "@plone/types": "1.5.1"
49
49
  },
50
50
  "dependencies": {
51
51
  "@dnd-kit/core": "6.0.8",
@@ -67,8 +67,8 @@
67
67
  "@kitconcept/volto-carousel-block": "^2.0.0",
68
68
  "@kitconcept/volto-dsgvo-banner": "^3.0.1",
69
69
  "@kitconcept/volto-heading-block": "^2.5.0",
70
- "@kitconcept/volto-highlight-block": "^4.5.0",
71
- "@kitconcept/volto-introduction-block": "^1.1.0",
70
+ "@kitconcept/volto-highlight-block": "^4.5.1",
71
+ "@kitconcept/volto-introduction-block": "^1.2.0",
72
72
  "@kitconcept/volto-logos-block": "^3.0.0",
73
73
  "@kitconcept/volto-separator-block": "^4.2.1",
74
74
  "@kitconcept/volto-slider-block": "^6.4.1",
@@ -1,4 +1,5 @@
1
1
  .view-editview.is-anonymous,
2
+ .view-unauthorized,
2
3
  .page-not-found {
3
4
  .content-area {
4
5
  @include default-container-width();