@kitconcept/core 1.0.0-beta.7 → 2.0.0-alpha.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,11 @@
1
- ## 1.0.0-beta.7 (2025-11-04)
1
+ ## 2.0.0-alpha.1 (2025-11-11)
2
+
3
+ ### Feature
4
+
5
+ - New styleDefinitions registry powered. Improved ColorSwatch component. @sneridagh [#vlt8a5](https://github.com/kitconcept/kitconcept-core/issue/vlt8a5)
2
6
 
3
7
  ### Bugfix
4
8
 
5
- - Several bugfixes. @sneridagh
9
+ - Fixed intranet header. Fixed sticky menu. @sneridagh [#vlt8a5](https://github.com/kitconcept/kitconcept-core/issue/vlt8a5)
6
10
 
7
11
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,22 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 2.0.0-alpha.1 (2025-11-11)
12
+
13
+ ### Feature
14
+
15
+ - New styleDefinitions registry powered. Improved ColorSwatch component. @sneridagh [#vlt8a5](https://github.com/kitconcept/kitconcept-core/issue/vlt8a5)
16
+
17
+ ### Bugfix
18
+
19
+ - Fixed intranet header. Fixed sticky menu. @sneridagh [#vlt8a5](https://github.com/kitconcept/kitconcept-core/issue/vlt8a5)
20
+
21
+ ## 2.0.0-alpha.0 (2025-11-04)
22
+
23
+ ### Internal
24
+
25
+ - Use Volto 19.0.0a3, vlt 8a3. @sneridagh
26
+
11
27
  ## 1.0.0-beta.7 (2025-11-04)
12
28
 
13
29
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-beta.7",
3
+ "version": "2.0.0-alpha.1",
4
4
  "description": "Core setup for kitconcept GmbH distributions built on top of Plone",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",
@@ -19,25 +19,9 @@
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  },
22
- "addons": [
23
- "@eeacms/volto-accordion-block",
24
- "@kitconcept/volto-banner-block",
25
- "@kitconcept/volto-button-block",
26
- "@kitconcept/volto-carousel-block",
27
- "@kitconcept/volto-heading-block",
28
- "@kitconcept/volto-highlight-block",
29
- "@kitconcept/volto-introduction-block",
30
- "@kitconcept/volto-logos-block",
31
- "@kitconcept/volto-separator-block",
32
- "@kitconcept/volto-slider-block",
33
- "@mbarde/volto-image-crop-widget",
34
- "@plonegovbr/volto-social-media",
35
- "@plone-collective/volto-authomatic",
36
- "@kitconcept/volto-light-theme"
37
- ],
38
22
  "dependencies": {
39
23
  "@plone-collective/volto-authomatic": "3.0.0-alpha.6",
40
- "@kitconcept/volto-light-theme": "7.6.0",
24
+ "@kitconcept/volto-light-theme": "^8.0.0-alpha.5",
41
25
  "@mbarde/volto-image-crop-widget": "^0.5.1"
42
26
  },
43
27
  "peerDependencies": {
@@ -55,7 +39,7 @@
55
39
  "release-it": "^19.0.4",
56
40
  "typescript": "^5.7.3",
57
41
  "vitest": "^3.1.2",
58
- "@plone/types": "1.5.0"
42
+ "@plone/types": "2.0.0-alpha.10"
59
43
  },
60
44
  "scripts": {
61
45
  "i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",