@kitconcept/volto-light-theme 7.4.0 → 7.5.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,11 +1,7 @@
1
- ## 7.4.0 (2025-10-28)
2
-
3
- ### Feature
4
-
5
- - To reduce the size of the main VLT repository, snapshots for visual regression testing are now stored in a separate repository (kitconcept/vlt-visual-regression). @sneridagh [#690](https://github.com/kitconcept/volto-light-theme/pull/690)
1
+ ## 7.5.1 (2025-10-31)
6
2
 
7
3
  ### Bugfix
8
4
 
9
- - Fixed corner case when creating an element in the ObjectList widget the element was not being syncronized with the view part. @sneridagh [#696](https://github.com/kitconcept/volto-light-theme/pull/696)
5
+ - [#705](https://github.com/kitconcept/volto-light-theme/pull/705)
10
6
 
11
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 7.5.1 (2025-10-31)
12
+
13
+ ### Bugfix
14
+
15
+ - [#705](https://github.com/kitconcept/volto-light-theme/pull/705)
16
+
17
+ ## 7.5.0 (2025-10-31)
18
+
19
+ ### Internal
20
+
21
+ - Better pinned versions. Use volto-button-block 4.0.0 final. @sneridagh
22
+
11
23
  ## 7.4.0 (2025-10-28)
12
24
 
13
25
  ### Feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "7.4.0",
3
+ "version": "7.5.1",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -45,33 +45,33 @@
45
45
  "release-it": "^19.0.3",
46
46
  "typescript": "^5.7.3",
47
47
  "vitest": "^3.1.2",
48
- "@plone/types": "2.0.0-alpha.7"
48
+ "@plone/types": "1.4.5"
49
49
  },
50
50
  "dependencies": {
51
51
  "@dnd-kit/core": "6.0.8",
52
52
  "@dnd-kit/sortable": "7.0.2",
53
53
  "@dnd-kit/utilities": "3.2.2",
54
+ "@plone/components": "^3.0.2",
54
55
  "embla-carousel-autoplay": "^8.0.0",
55
56
  "embla-carousel-react": "^8.0.0",
56
57
  "react-animate-height": "^3.2.3",
57
58
  "react-aria-components": "^1.7.0",
58
59
  "react-colorful": "^5.6.1",
59
- "uuid": "^11.0.0",
60
- "@plone/components": "^4.0.0-alpha.1"
60
+ "uuid": "^11.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@eeacms/volto-accordion-block": "^10.4.6",
64
64
  "@kitconcept/volto-banner-block": "^1.1.0",
65
65
  "@kitconcept/volto-bm3-compat": "^1.0.0-alpha.1",
66
- "@kitconcept/volto-button-block": "^4.0.0-alpha.0",
66
+ "@kitconcept/volto-button-block": "^4.0.0",
67
67
  "@kitconcept/volto-carousel-block": "^2.0.0-alpha.3",
68
68
  "@kitconcept/volto-dsgvo-banner": "^2.5.1",
69
69
  "@kitconcept/volto-heading-block": "^2.5.0",
70
- "@kitconcept/volto-highlight-block": "^4.4.0",
70
+ "@kitconcept/volto-highlight-block": "^4.5.0",
71
71
  "@kitconcept/volto-introduction-block": "^1.1.0",
72
- "@kitconcept/volto-logos-block": "^3.0.0-alpha.1",
72
+ "@kitconcept/volto-logos-block": "^3.0.0-alpha.2",
73
73
  "@kitconcept/volto-separator-block": "^4.2.1",
74
- "@kitconcept/volto-slider-block": "^6.4.0",
74
+ "@kitconcept/volto-slider-block": "^6.4.1",
75
75
  "@plonegovbr/volto-social-media": "^2.0.0-alpha.10",
76
76
  "classnames": "^2.2.6",
77
77
  "lodash": "4.17.21",
@@ -471,3 +471,8 @@
471
471
  }
472
472
  }
473
473
  }
474
+
475
+ .listing-item .headline span:not(:last-child)::after {
476
+ margin: 0 10px;
477
+ content: '|';
478
+ }