@kitconcept/volto-light-theme 7.0.0-alpha.1 → 7.0.0-alpha.2

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,11 +1,11 @@
1
- ## 7.0.0-alpha.1 (2025-05-16)
1
+ ## 7.0.0-alpha.2 (2025-05-19)
2
2
 
3
3
  ### Breaking
4
4
 
5
- - Move the `Card` component to `primitives` folder. @sneridagh [#548](https://github.com/kitconcept/volto-light-theme/pull/548)
5
+ - Update to use `volto-button-block` 4a0. @sneridagh [#553](https://github.com/kitconcept/volto-light-theme/pull/553)
6
6
 
7
- ### Bugfix
7
+ ### Feature
8
8
 
9
- - Fix condition on showing the card or not if the placeholder is present. @sneridagh [#548](https://github.com/kitconcept/volto-light-theme/pull/548)
9
+ - Added the `volto-logos-block` and `volto-carousel-block` as recommended add-ons. @sneridagh [#550](https://github.com/kitconcept/volto-light-theme/pull/550)
10
10
 
11
11
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,16 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 7.0.0-alpha.2 (2025-05-19)
12
+
13
+ ### Breaking
14
+
15
+ - Update to use `volto-button-block` 4a0. @sneridagh [#553](https://github.com/kitconcept/volto-light-theme/pull/553)
16
+
17
+ ### Feature
18
+
19
+ - Added the `volto-logos-block` and `volto-carousel-block` as recommended add-ons. @sneridagh [#550](https://github.com/kitconcept/volto-light-theme/pull/550)
20
+
11
21
  ## 7.0.0-alpha.1 (2025-05-16)
12
22
 
13
23
  ### Breaking
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "7.0.0-alpha.1",
3
+ "version": "7.0.0-alpha.2",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -49,11 +49,13 @@
49
49
  "peerDependencies": {
50
50
  "@eeacms/volto-accordion-block": "^10.4.6",
51
51
  "@kitconcept/volto-banner-block": "^1.0.1",
52
- "@kitconcept/volto-button-block": "^3.0.3",
52
+ "@kitconcept/volto-button-block": "^4.0.0-alpha.0",
53
+ "@kitconcept/volto-carousel-block": "^2.0.0-alpha.0",
53
54
  "@kitconcept/volto-dsgvo-banner": "^2.3.2",
54
55
  "@kitconcept/volto-heading-block": "^2.4.0",
55
56
  "@kitconcept/volto-highlight-block": "^4.1.0",
56
57
  "@kitconcept/volto-introduction-block": "^1.0.0",
58
+ "@kitconcept/volto-logos-block": "^3.0.0-alpha.0",
57
59
  "@kitconcept/volto-separator-block": "^4.1.2",
58
60
  "@kitconcept/volto-slider-block": "^6.3.1",
59
61
  "@plonegovbr/volto-social-media": "^2.0.0-alpha.5",