@leuffen/themejs1 6.0.4 → 6.1.0
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/_tpl/pages/index.de.md
CHANGED
|
@@ -15,7 +15,7 @@ _schiller_instructions: "Ändere die Texte und Bilder. Füge am Ende die CTA ein
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
17
|
# Willkommen bei Ihrer <br>Augenpraxis B. Mustermann
|
|
18
|
-
{: layout="use: #hero-max; cols:
|
|
18
|
+
{: layout="use: #hero-max; cols:6; class: box"}
|
|
19
19
|
|
|
20
20
|

|
|
21
21
|
{: .background}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: ""
|
|
3
3
|
icon: bi bi-phone
|
|
4
|
-
image:
|
|
4
|
+
image: hhttps://cdn.leuffen.de//leu-stock/v2/59/72-35_gfedcba/calendar-flat-lay-dates-and-schedules-2022-11-08-05-25-21-utc.webp
|
|
5
5
|
lang: de
|
|
6
6
|
layout: article
|
|
7
7
|
order: 71
|
|
@@ -18,7 +18,7 @@ type: article
|
|
|
18
18
|
|
|
19
19
|
> Jetzt Termin anfragen
|
|
20
20
|
|
|
21
|
-

|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
[Termin für Vorsorgekoloskopie / Lebersprechstunde über ClickDoc online buchen](https://clickdoc.de/cd-de/institution/Eberswalde/Gastroenterologische%20Praxis%20Eberswalde/ab6becf5-bdef-4a8b-880f-685f135b5591){: target="_blanc"}.
|
package/_variables.scss
CHANGED
|
@@ -8,8 +8,8 @@ jodastyle_1.Joda.registerTemplate("hero-max",
|
|
|
8
8
|
<section class="tjs__hero-max [[layout.class]] [[layout.autoheight === false ? '' : 'tjs__hero-max--autoheight' ]] :: mobile :xxl: desktop">
|
|
9
9
|
<slot data-select="img.background, :scope>.content>p.background>img" class="slideshow"></slot>
|
|
10
10
|
<div class="tjs__hero-max--out-wrapper ">
|
|
11
|
-
<div class="tjs__hero-max--container [[layout.container]]">
|
|
12
|
-
<div class="tjs__hero-max--inner-wrapper">
|
|
11
|
+
<div class="tjs__hero-max--container [[layout.container]] ">
|
|
12
|
+
<div class="tjs__hero-max--inner-wrapper :: :xxl: col-[[layout.cols]]">
|
|
13
13
|
<div class="tjs__hero-max--section-text">
|
|
14
14
|
<slot></slot>
|
|
15
15
|
</div>
|
|
@@ -19,4 +19,6 @@ jodastyle_1.Joda.registerTemplate("hero-max",
|
|
|
19
19
|
</div>
|
|
20
20
|
</section>
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
`, {
|
|
23
|
+
cols: "6",
|
|
24
|
+
});
|
package/package.json
CHANGED
|
@@ -8,8 +8,8 @@ Joda.registerTemplate("hero-max",
|
|
|
8
8
|
<section class="tjs__hero-max [[layout.class]] [[layout.autoheight === false ? '' : 'tjs__hero-max--autoheight' ]] :: mobile :xxl: desktop">
|
|
9
9
|
<slot data-select="img.background, :scope>.content>p.background>img" class="slideshow"></slot>
|
|
10
10
|
<div class="tjs__hero-max--out-wrapper ">
|
|
11
|
-
<div class="tjs__hero-max--container [[layout.container]]">
|
|
12
|
-
<div class="tjs__hero-max--inner-wrapper">
|
|
11
|
+
<div class="tjs__hero-max--container [[layout.container]] ">
|
|
12
|
+
<div class="tjs__hero-max--inner-wrapper :: :xxl: col-[[layout.cols]]">
|
|
13
13
|
<div class="tjs__hero-max--section-text">
|
|
14
14
|
<slot></slot>
|
|
15
15
|
</div>
|
|
@@ -19,4 +19,6 @@ Joda.registerTemplate("hero-max",
|
|
|
19
19
|
</div>
|
|
20
20
|
</section>
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
`, {
|
|
23
|
+
cols: "6",
|
|
24
|
+
});
|