@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.
@@ -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:2; class: box"}
18
+ {: layout="use: #hero-max; cols:6; class: box"}
19
19
 
20
20
  ![](cdn:///leu-stock/v/26/1920x1280_1200x800_992x661_768x512_480x320_256x256/AdobeStock_114414482.avif_jpeg)
21
21
  {: .background}
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: ""
3
3
  icon: bi bi-phone
4
- image: https://cdn.leuffen.de//leu-stock/v2/93/c_gfedcba/AdobeStock_57857048_1_.webp
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
- ![](https://cdn.leuffen.de//leu-stock/v2/93/c_gfedcba/AdobeStock_57857048_1_.webp)
21
+ ![](https://cdn.leuffen.de//leu-stock/v2/58/140-89_gfedcba/calendar-2022-11-14-06-54-22-utc.webp)
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
@@ -44,7 +44,7 @@ $text-footer: $text-color !default;
44
44
  $background-footer: $background !default;
45
45
 
46
46
 
47
- $background-dark: #000 !default;
47
+ $background-dark: #3b3b3b !default;
48
48
  $text-dark: #fff !default;
49
49
  $border-color: #999 !default;
50
50
 
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "6.0.4",
3
+ "version": "6.1.0",
4
4
 
5
5
  "description": "",
6
6
  "license": "proprietary",
@@ -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
+ });