@kitconcept/volto-light-theme 8.0.0-alpha.26 → 8.0.0-alpha.27

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,12 +1,3 @@
1
- ## 8.0.0-alpha.26 (2026-05-12)
2
-
3
- ### Bugfix
4
-
5
- - Fix Mobile layout of social media icons @iRohitSingh [#852](https://github.com/kitconcept/volto-light-theme/pull/852)
6
- - Fix social media icon color @iRohitSingh [#854](https://github.com/kitconcept/volto-light-theme/pull/854)
7
- - Fix loading of inherited site customization fields on error views. @davisagli
8
- - Fixed not working combinations with the richtext-widget in the text-block and updated line-height of ToC block according to figma. @TimoBroeskamp
9
- - Update Volto to 19a36.
10
- See https://github.com/plone/volto/releases/tag/19.0.0-alpha.36 @sneridagh
1
+ ## 8.0.0-alpha.27 (2026-05-12)
11
2
 
12
3
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 8.0.0-alpha.27 (2026-05-12)
12
+
11
13
  ## 8.0.0-alpha.26 (2026-05-12)
12
14
 
13
15
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "8.0.0-alpha.26",
3
+ "version": "8.0.0-alpha.27",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -47,7 +47,7 @@
47
47
  "release-it": "^19.0.3",
48
48
  "typescript": "^5.7.3",
49
49
  "vitest": "^3.1.2",
50
- "@plone/types": "2.0.0-alpha.19"
50
+ "@plone/types": "2.0.0-alpha.18"
51
51
  },
52
52
  "dependencies": {
53
53
  "@dnd-kit/core": "6.0.8",
@@ -59,7 +59,7 @@
59
59
  "react-aria-components": "^1.17.0",
60
60
  "react-colorful": "^5.6.1",
61
61
  "uuid": "^11.0.0",
62
- "@plone/components": "^4.0.0-alpha.8",
62
+ "@plone/components": "^4.0.0-alpha.7",
63
63
  "@kitconcept/volto-bm3-compat": "^1.0.0-alpha.1"
64
64
  },
65
65
  "peerDependencies": {