@kitconcept/volto-light-theme 7.6.0 → 7.6.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,16 +1,13 @@
|
|
|
1
|
-
## 7.6.
|
|
2
|
-
|
|
3
|
-
### Feature
|
|
4
|
-
|
|
5
|
-
- Recoverable Block Error Boundaries. @sneridagh [#708](https://github.com/kitconcept/volto-light-theme/pull/708)
|
|
1
|
+
## 7.6.2 (2025-11-17)
|
|
6
2
|
|
|
7
3
|
### Bugfix
|
|
8
4
|
|
|
9
|
-
-
|
|
5
|
+
- Fixed Accordion arrow/buttons no longer shrink when the title text becomes too long. @jnptk
|
|
6
|
+
- Fixes text in the sticky menu if the text was long enough to wrap. @jnptk
|
|
7
|
+
- Identify intranet header with a className in `header header-intranet` div. @sneridagh
|
|
10
8
|
|
|
11
9
|
### Internal
|
|
12
10
|
|
|
13
|
-
-
|
|
14
|
-
- Use Volto 18.29.1. @sneridagh
|
|
11
|
+
- Use `volto-carousel-block` latest version. @sneridagh
|
|
15
12
|
|
|
16
13
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,25 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 7.6.2 (2025-11-17)
|
|
12
|
+
|
|
13
|
+
### Bugfix
|
|
14
|
+
|
|
15
|
+
- Fixed Accordion arrow/buttons no longer shrink when the title text becomes too long. @jnptk
|
|
16
|
+
- Fixes text in the sticky menu if the text was long enough to wrap. @jnptk
|
|
17
|
+
- Identify intranet header with a className in `header header-intranet` div. @sneridagh
|
|
18
|
+
|
|
19
|
+
### Internal
|
|
20
|
+
|
|
21
|
+
- Use `volto-carousel-block` latest version. @sneridagh
|
|
22
|
+
|
|
23
|
+
## 7.6.1 (2025-11-05)
|
|
24
|
+
|
|
25
|
+
### Internal
|
|
26
|
+
|
|
27
|
+
- Use volto-dsgvo-banner series 3.x
|
|
28
|
+
Use volto-logos0-block series 3.x final. @sneridagh
|
|
29
|
+
|
|
11
30
|
## 7.6.0 (2025-11-04)
|
|
12
31
|
|
|
13
32
|
### Feature
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitconcept/volto-light-theme",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2",
|
|
4
4
|
"description": "Volto Light Theme by kitconcept",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"@kitconcept/volto-banner-block": "^1.1.0",
|
|
65
65
|
"@kitconcept/volto-bm3-compat": "^1.0.0-alpha.1",
|
|
66
66
|
"@kitconcept/volto-button-block": "^4.0.0",
|
|
67
|
-
"@kitconcept/volto-carousel-block": "^2.0.0
|
|
68
|
-
"@kitconcept/volto-dsgvo-banner": "^
|
|
67
|
+
"@kitconcept/volto-carousel-block": "^2.0.0",
|
|
68
|
+
"@kitconcept/volto-dsgvo-banner": "^3.0.1",
|
|
69
69
|
"@kitconcept/volto-heading-block": "^2.5.0",
|
|
70
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
|
|
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",
|
|
75
75
|
"@plonegovbr/volto-social-media": "^2.0.0-alpha.10",
|
|
@@ -21,7 +21,9 @@ body.cms-ui .sticky-menu {
|
|
|
21
21
|
flex-direction: column;
|
|
22
22
|
padding: 0;
|
|
23
23
|
margin: 0;
|
|
24
|
+
gap: 1px;
|
|
24
25
|
list-style: none;
|
|
26
|
+
text-align: center;
|
|
25
27
|
|
|
26
28
|
li a {
|
|
27
29
|
display: flex;
|
|
@@ -34,16 +36,17 @@ body.cms-ui .sticky-menu {
|
|
|
34
36
|
font-size: 10px;
|
|
35
37
|
font-style: normal;
|
|
36
38
|
font-weight: 700;
|
|
37
|
-
line-height:
|
|
39
|
+
line-height: 12px;
|
|
38
40
|
text-transform: capitalize;
|
|
39
41
|
}
|
|
40
42
|
|
|
41
43
|
li {
|
|
42
44
|
display: flex;
|
|
43
|
-
height:
|
|
45
|
+
min-height: 97px;
|
|
44
46
|
flex-direction: column;
|
|
45
47
|
align-items: center;
|
|
46
48
|
justify-content: center;
|
|
49
|
+
padding: 5px 10px;
|
|
47
50
|
margin-bottom: 2px;
|
|
48
51
|
background: var(--sticky-menu-color, #555);
|
|
49
52
|
color: var(--sticky-menu-foreground-color, #fff);
|
|
@@ -51,7 +54,7 @@ body.cms-ui .sticky-menu {
|
|
|
51
54
|
font-size: 10px;
|
|
52
55
|
font-style: normal;
|
|
53
56
|
font-weight: 700;
|
|
54
|
-
line-height:
|
|
57
|
+
line-height: 12px;
|
|
55
58
|
text-transform: capitalize;
|
|
56
59
|
}
|
|
57
60
|
|