@kitconcept/volto-light-theme 3.0.0 → 3.0.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.
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
4
  env:
5
5
  ADDON_NAME: "@kitconcept/volto-light-theme"
6
6
  ADDON_PATH: "volto-light-theme"
7
- VOLTO_VERSION: "17.12.1"
7
+ VOLTO_VERSION: "17.15.1"
8
8
 
9
9
  jobs:
10
10
 
@@ -11,7 +11,7 @@ on:
11
11
  env:
12
12
  ENVIRONMENT: "light-theme.kitconcept.io"
13
13
  IMAGE_NAME: "ghcr.io/kitconcept/voltolighttheme-frontend"
14
- VOLTO_VERSION: "17.12.1"
14
+ VOLTO_VERSION: "17.15.1"
15
15
 
16
16
  jobs:
17
17
  meta:
package/CHANGELOG.md CHANGED
@@ -8,6 +8,17 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 3.0.1 (2024-03-04)
12
+
13
+ ### Bugfix
14
+
15
+ - Fix image gallery opacity. @robgietema [#347](https://github.com/kitconcept/volto-light-theme/pull/347)
16
+ - Fix teaser styles on add view. @davisagli [#354](https://github.com/kitconcept/volto-light-theme/pull/354)
17
+
18
+ ### Internal
19
+
20
+ - Update to Volto 17.15.1 @sneridagh [#348](https://github.com/kitconcept/volto-light-theme/pull/348)
21
+
11
22
  ## 3.0.0 (2024-02-14)
12
23
 
13
24
  ### Feature
package/Makefile CHANGED
@@ -22,7 +22,7 @@ RESET=`tput sgr0`
22
22
  YELLOW=`tput setaf 3`
23
23
 
24
24
  PLONE_VERSION=6.0.9
25
- VOLTO_VERSION=17.12.1
25
+ VOLTO_VERSION=17.15.1
26
26
 
27
27
  ADDON_NAME='@kitconcept/volto-light-theme'
28
28
  ADDON_PATH='volto-light-theme'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.js",
6
6
  "repository": {
@@ -72,6 +72,6 @@
72
72
  "@kitconcept/volto-introduction-block": "^1.0.0",
73
73
  "@kitconcept/volto-separator-block": "^4.0.0",
74
74
  "@kitconcept/volto-slider-block": "^6.1.0",
75
- "@plone/volto": "^17.12.1"
75
+ "@plone/volto": "^17.15.1"
76
76
  }
77
77
  }
@@ -1,5 +1,6 @@
1
1
  .block.gridBlock,
2
- #page-edit .block-editor-gridBlock .block.gridBlock {
2
+ #page-edit .block-editor-gridBlock .block.gridBlock,
3
+ #page-add .block-editor-gridBlock .block.gridBlock {
3
4
  margin-top: 0;
4
5
  margin-bottom: 0;
5
6
 
@@ -304,7 +304,7 @@
304
304
  .image-gallery-thumbnail {
305
305
  border: 0;
306
306
  margin-left: 20px;
307
- opacity: 50%;
307
+ opacity: 0.5;
308
308
 
309
309
  &.active,
310
310
  &:hover,