Skip to content

Commit

Permalink
Merge pull request #39 from Sofatraining/v11-dev
Browse files Browse the repository at this point in the history
V11 dev to V11 main
  • Loading branch information
Sofatraining authored Sep 20, 2023
2 parents 36e06fb + 32b706c commit 0a4d904
Show file tree
Hide file tree
Showing 20 changed files with 77 additions and 18 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
## TYPO3 11.5 LTS
Description: This TYPO3-LTSv11-Sitepackage will install flux, vhs and image_autoresize. Install Mask, powermail and news as you needed. It contains section-, container- and flux-templates for a bootstrap5 site, various menu-types and many more.

### Possible incompatibility between flux >= 10.0.0 and MASK Version 8 - TESTS NEEDED


See all features on -> https://v10.lieps.de/

### CHANGELOG
Expand Down Expand Up @@ -69,7 +72,7 @@ Change from bootstrap.min.js to bootstrap.bundel.min.js
Adding Timeline-Element, Cleaning Depends in emconf.php, Adding Autostart-Modalbox with Cookie-Handling (Disable after Closing for 5 Minutes), Adding new Menutypes and Chancing via Constants
***
#### v2.0.9
Column-Elemente überarbeitet (Spaltenbreiten für jede Spalte in allen Viewports anpassbar.)
Column-Elemente überarbeitet (Spaltenbreiten für jede Spalte in allen Viewports anpassbar.), Update to BS 5.3.0, JQuery 3.7.0 and Font Awesome Free 6.4.0

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
<f:render partial="Offcanvasnavigation-canvas-from-left-01" arguments="{_all}" />
</header>
<v:asset.style name="navbar-style" path="EXT:liepstypo3defaults/Resources/Public/Css/mainnavigation-canvas-from-left-01.css" />
<v:asset.script name="navbar" path="EXT:liepstypo3defaults/Resources/Public/Js/mainnavigation-canvas-from-left-01.js" />
<v:asset.script name="navbar-canvas-from-left-01" path="EXT:liepstypo3defaults/Resources/Public/Js/mainnavigation-canvas-from-left-01.js" />
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Page/Header-classic-bs5.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
</div>
</header>
<v:asset.style name="navbar-style" path="EXT:liepstypo3defaults/Resources/Public/Css/mainnavigation-classic.css" />
<v:asset.script name="navbar" path="EXT:liepstypo3defaults/Resources/Public/Js/mainnavigation-classic.js" />
<v:asset.script name="navbar-classic" path="EXT:liepstypo3defaults/Resources/Public/Js/mainnavigation-classic.js" />
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Page/Header-modal-full-01.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
</div>
</header>
<v:asset.style name="navbar-style" path="EXT:liepstypo3defaults/Resources/Public/Css/mainnavigation-modal-full-01.css" />
<v:asset.script name="navbar" path="EXT:liepstypo3defaults/Resources/Public/Js/mainnavigation-modal-full-01.js" />
<v:asset.script name="navbar-modal-full-01" path="EXT:liepstypo3defaults/Resources/Public/Js/mainnavigation-modal-full-01.js" />
9 changes: 6 additions & 3 deletions Resources/Public/Css/fa-all.min.css

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions Resources/Public/Css/mainnavigation-canvas-from-left-01.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,59 @@
border-bottom: 1px solid var(--bs-secondary) !important;
color: var(--bs-secondary) !important;
}
.navbar-toggler {
border: none;
padding: 0;
outline: none;
color: transparent !important;
}
.navbar-toggler .hamburger-toggle {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
z-index: 11;
}
.navbar-toggler .hamburger-toggle .hamburger {
position: absolute;
transform: translate(-50%, -50%) rotate(0deg);
left: 50%;
top: 50%;
width: 50%;
height: 50%;
pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
background: var(--bs-primary);
}
.navbar-toggler .hamburger-toggle .hamburger span {
width: 100%;
height: 2px;
position: absolute;
background: #333;
border-radius: 2px;
z-index: 1;
transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
top: 10%;
transform-origin: 50% 50%;
transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
top: 50%;
transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
left: 0px;
top: auto;
bottom: 10%;
transform-origin: 50% 50%;
}
.btn-close:focus {
box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}

/* SEARCHMONITOR */
.searchmonitor {
Expand Down
Binary file modified Resources/Public/Fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified Resources/Public/Fonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified Resources/Public/Fonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified Resources/Public/Fonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified Resources/Public/Fonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified Resources/Public/Fonts/fa-solid-900.woff2
Binary file not shown.
Binary file modified Resources/Public/Fonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file modified Resources/Public/Fonts/fa-v4compatibility.woff2
Binary file not shown.
6 changes: 3 additions & 3 deletions Resources/Public/Js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Js/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Resources/Public/Js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Js/bootstrap.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/Public/Js/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'author_company' => 'LIEPS GmbH',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '2.0.8',
'version' => '2.0.9',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
Expand Down

0 comments on commit 0a4d904

Please sign in to comment.