-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade and adapt the theme to
volto-slider-block
6.0.0 add-on (#288)
Co-authored-by: ichim-david <[email protected]>
- Loading branch information
1 parent
e5bcda2
commit 15cda79
Showing
7 changed files
with
65 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Upgraded the dependency on `@kitconcept/volto-slider-block` to use `6.0.0`. | ||
|
||
This is a drop-in replacement, so no action is required for the existing slider blocks you may have already in your sites. | ||
However, the CSS classes of the structural slider block elements changed in this version. | ||
The inner (visible objects) CSS classes remain unchanged. | ||
If you have customized them in your project, you may have to update them, although the structural class names are rarely customized aside from vertical spacing properties. | ||
They are mapped 1:1 with the previous ones, following this table correspondence: | ||
|
||
| Old className | New className | | ||
| --------------- | ---------------- | | ||
| slick-slider | slider-wrapper | | ||
| slick-list | slider-viewport | | ||
| slick-track | slider-container | | ||
| slick-slide | slider-slide | | ||
| slick-arrow | slider-button | | ||
| slick-prev | slider-button-prev | | ||
| slick-next | slider-slide-next | | ||
| slick-next | slider-slide-next | | ||
| slick-dots | slider-dots | | ||
| slick-dot | slider-dot | | ||
|
||
For more information, please check the https://github.com/kitconcept/volto-slider-block/blob/main/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters