@leuffen/themejs1 6.0.3 → 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 +4 -2
- package/_tpl/pages/ueber-uns.de.md +2 -1
- package/_tpl/service/online-rezept.de.md +1 -1
- package/_tpl/service/online-termin.de.md +2 -2
- package/_variables.scss +7 -1
- package/dist/sections/hero-max/hero-max.js +6 -4
- package/dist/sections/infobox/infobox.d.ts +1 -0
- package/dist/sections/infobox/infobox.js +18 -0
- package/dist/sections/sections.d.ts +1 -0
- package/dist/sections/sections.js +1 -0
- package/elements/_background-color.scss +17 -0
- package/elements/_list-style.scss +81 -0
- package/elements/elements.scss +2 -0
- package/late.scss +1 -0
- package/package.json +1 -1
- package/sections/hero-max/hero-max.scss +7 -2
- package/sections/hero-max/hero-max.ts +6 -4
- package/sections/infobox/infobox.scss +13 -0
- package/sections/infobox/infobox.ts +18 -0
- package/sections/sec-card-2col/sec-card-2col.scss +11 -0
- package/sections/sections.scss +1 -0
- package/sections/sections.ts +1 -0
- package/themes/_vendor/font-opensans-condensed.scss +30 -0
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}
|
|
@@ -92,9 +92,11 @@ Unsere Lasertherapie wird zur Behandlung von verschiedenen Augenerkrankungen ein
|
|
|
92
92
|
## Ein erfahrener Augenarzt für Ihre Gesundheit
|
|
93
93
|
{: layout="use: #sec-card-2col"}
|
|
94
94
|
|
|
95
|
+
> Ihr vertrauensvoller Ansprechpartner
|
|
96
|
+
|
|
95
97
|

|
|
96
98
|
|
|
97
|
-
|
|
99
|
+
|
|
98
100
|
|
|
99
101
|
Dr. Osman ist ein erfahrener Facharzt für Augenheilkunde und spezialisiert auf die Behandlung von Makuladegeneration und anderen Netzhauterkrankungen.
|
|
100
102
|
|
|
@@ -19,9 +19,10 @@ type: article
|
|
|
19
19
|
## Ein kompetentes Team für Ihre Augengesundheit
|
|
20
20
|
{: layout="use: #sec-card-2col"}
|
|
21
21
|
|
|
22
|
+
> Ein Team mit Leidenschaft
|
|
23
|
+
|
|
22
24
|

|
|
23
25
|
|
|
24
|
-
> Ein Team mit Leidenschaft
|
|
25
26
|
|
|
26
27
|
In unserer Praxis werden Sie von Augenarzt Bassel Osman behandelt. Er ist ein erfahrener Facharzt für Augenheilkunde. Unterstützt wird er durch ein intensiv geschultes und langjährig erfahrenes Team von medizinischen Fachangestellten, spezialisiert auf Makuladiagnostik und Lasertherapie.
|
|
27
28
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: ""
|
|
3
3
|
icon: bi bi-phone
|
|
4
|
-
image: https://cdn.leuffen.de//leu-stock/v2/
|
|
4
|
+
image: https://cdn.leuffen.de//leu-stock/v2/94/c_gfedcba/AdobeStock_102663778.webp
|
|
5
5
|
lang: de
|
|
6
6
|
layout: article
|
|
7
7
|
order: 70
|
|
@@ -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
|
@@ -13,6 +13,12 @@ $danger: #bf1c0a !default;
|
|
|
13
13
|
$warning: #bf760a !default;
|
|
14
14
|
$dark: #006837 !default;
|
|
15
15
|
|
|
16
|
+
$soft-primary: lighten($primary, 40%) !default;
|
|
17
|
+
$soft-success: lighten($success, 40%) !default;
|
|
18
|
+
$soft-danger: lighten($danger, 50%) !default;
|
|
19
|
+
$soft-warning: lighten($warning, 50%) !default;
|
|
20
|
+
$soft-dark: lighten($dark, 40%) !default;
|
|
21
|
+
|
|
16
22
|
$background: rgba(217, 217, 217, 0.24) !default;
|
|
17
23
|
$background-primary: #b7eaf9 !default;
|
|
18
24
|
$background-accent: #ddd !default;
|
|
@@ -38,7 +44,7 @@ $text-footer: $text-color !default;
|
|
|
38
44
|
$background-footer: $background !default;
|
|
39
45
|
|
|
40
46
|
|
|
41
|
-
$background-dark: #
|
|
47
|
+
$background-dark: #3b3b3b !default;
|
|
42
48
|
$text-dark: #fff !default;
|
|
43
49
|
$border-color: #999 !default;
|
|
44
50
|
|
|
@@ -5,11 +5,11 @@ jodastyle_1.Joda.registerTemplate("hero-max",
|
|
|
5
5
|
// language=HTML
|
|
6
6
|
`
|
|
7
7
|
|
|
8
|
-
<section class="tjs__hero-max [[layout.class]] [[layout.autoheight === false ? '' : 'tjs__hero-max--autoheight' ]] :: mobile :
|
|
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
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jodastyle_1 = require("@leuffen/jodastyle");
|
|
4
|
+
jodastyle_1.Joda.registerTemplate("infobox",
|
|
5
|
+
// language=HTML
|
|
6
|
+
`
|
|
7
|
+
|
|
8
|
+
<div class="tjs-infobox alert bg-soft-[[layout.type]] d-flex mb-3" tabindex="0">
|
|
9
|
+
<i style="width: 48px; height: 48px" class="text-[[layout.type]] me-3 bi [[layout.icon]] h1"></i>
|
|
10
|
+
<div>
|
|
11
|
+
<slot></slot>
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
`, {
|
|
17
|
+
type: "success", icon: "bi-info-circle-fill"
|
|
18
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
.bg-soft-primary {
|
|
4
|
+
background-color: $soft-primary !important;
|
|
5
|
+
}
|
|
6
|
+
.bg-soft-success {
|
|
7
|
+
background-color: $soft-success !important;
|
|
8
|
+
}
|
|
9
|
+
.bg-soft-danger {
|
|
10
|
+
background-color: $soft-danger !important;
|
|
11
|
+
}
|
|
12
|
+
.bg-soft-warning {
|
|
13
|
+
background-color: $soft-warning !important;
|
|
14
|
+
}
|
|
15
|
+
.bg-soft-dark {
|
|
16
|
+
background-color: $soft-dark !important;
|
|
17
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
|
|
2
|
+
.list-check-circle, ul.list-check-circle {
|
|
3
|
+
padding-left: 1.25rem;
|
|
4
|
+
|
|
5
|
+
ul {
|
|
6
|
+
padding-left: 1.26rem;
|
|
7
|
+
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
li {
|
|
11
|
+
font-size: inherit;
|
|
12
|
+
line-height: inherit;
|
|
13
|
+
padding-left: 1rem;
|
|
14
|
+
list-style-type: none;
|
|
15
|
+
position: relative;
|
|
16
|
+
|
|
17
|
+
&:not(&:nth-last-child(1)) {
|
|
18
|
+
margin-bottom: 10px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&:before {
|
|
22
|
+
content: " ";
|
|
23
|
+
display: block;
|
|
24
|
+
border: solid 12px $primary;
|
|
25
|
+
border-radius: 12px;
|
|
26
|
+
height: 0;
|
|
27
|
+
width: 0;
|
|
28
|
+
position: absolute;
|
|
29
|
+
left: -20px;
|
|
30
|
+
top: 40%;
|
|
31
|
+
margin-top: -9px;
|
|
32
|
+
}
|
|
33
|
+
&:after {
|
|
34
|
+
content: " ";
|
|
35
|
+
display: block;
|
|
36
|
+
width: 7px;
|
|
37
|
+
height: 14px;
|
|
38
|
+
border: solid #fff;
|
|
39
|
+
border-width: 0 0.2em 0.2em 0;
|
|
40
|
+
position: absolute;
|
|
41
|
+
left: -12px;
|
|
42
|
+
top: 40%;
|
|
43
|
+
margin-top: -5px;
|
|
44
|
+
transform: rotate(45deg);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.list-check, ul.list-check {
|
|
50
|
+
padding-left: 1.25rem;
|
|
51
|
+
|
|
52
|
+
ul {
|
|
53
|
+
padding-left: 1.26rem;
|
|
54
|
+
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
li {
|
|
58
|
+
font-size: inherit;
|
|
59
|
+
line-height: inherit;
|
|
60
|
+
padding-left: 1rem;
|
|
61
|
+
list-style-type: none;
|
|
62
|
+
position: relative;
|
|
63
|
+
|
|
64
|
+
&:not(&:nth-last-child(1)) {
|
|
65
|
+
margin-bottom: 10px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
&:before {
|
|
69
|
+
content: "";
|
|
70
|
+
position: absolute;
|
|
71
|
+
left: -12px;
|
|
72
|
+
top: 40%;
|
|
73
|
+
margin-top: -5px;
|
|
74
|
+
width: 7px;
|
|
75
|
+
height: 14px;
|
|
76
|
+
border: solid $primary;
|
|
77
|
+
border-width: 0 2px 2px 0;
|
|
78
|
+
transform: rotate(45deg);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
package/elements/elements.scss
CHANGED
package/late.scss
CHANGED
package/package.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
&>slot {
|
|
11
11
|
display: block;
|
|
12
12
|
position: relative;
|
|
13
|
+
min-height: 66vh;
|
|
13
14
|
aspect-ratio: var(--layout-image-ratio, 5 / 4);
|
|
14
15
|
}
|
|
15
16
|
& > slot > img {
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
}
|
|
41
|
-
|
|
42
|
+
min-height: var(--layout-min-height, 400px);
|
|
42
43
|
position: relative;
|
|
43
44
|
&.tjs__hero-max--autoheight {
|
|
44
45
|
height: calc(100vh - var(--t-fullsize-modifier, 200px));
|
|
@@ -85,6 +86,9 @@
|
|
|
85
86
|
font-size: calc(1.5em + 1vw);
|
|
86
87
|
}
|
|
87
88
|
|
|
89
|
+
.slideshow:empty {
|
|
90
|
+
display: none;
|
|
91
|
+
}
|
|
88
92
|
|
|
89
93
|
h1.glow {
|
|
90
94
|
color: white;
|
|
@@ -100,10 +104,11 @@
|
|
|
100
104
|
|
|
101
105
|
|
|
102
106
|
.tjs__hero-max--section-text {
|
|
103
|
-
--joda-class: "col-12 col-lg-7";
|
|
104
107
|
}
|
|
105
108
|
|
|
106
109
|
.offsetmodifier {
|
|
107
110
|
height: 100px;
|
|
108
111
|
}
|
|
112
|
+
|
|
113
|
+
|
|
109
114
|
}
|
|
@@ -5,11 +5,11 @@ Joda.registerTemplate("hero-max",
|
|
|
5
5
|
// language=HTML
|
|
6
6
|
`
|
|
7
7
|
|
|
8
|
-
<section class="tjs__hero-max [[layout.class]] [[layout.autoheight === false ? '' : 'tjs__hero-max--autoheight' ]] :: mobile :
|
|
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
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import {Joda} from "@leuffen/jodastyle";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
Joda.registerTemplate("infobox",
|
|
5
|
+
// language=HTML
|
|
6
|
+
`
|
|
7
|
+
|
|
8
|
+
<div class="tjs-infobox alert bg-soft-[[layout.type]] d-flex mb-3" tabindex="0">
|
|
9
|
+
<i style="width: 48px; height: 48px" class="text-[[layout.type]] me-3 bi [[layout.icon]] h1"></i>
|
|
10
|
+
<div>
|
|
11
|
+
<slot></slot>
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
`, {
|
|
17
|
+
type: "success", icon: "bi-info-circle-fill"
|
|
18
|
+
});
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
background: var(--t-section-background);
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
.tjs__sec-card-2col--col-start > slot > .children > *:last-child {
|
|
9
|
+
margin-bottom: 0 !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
8
13
|
map.aside {
|
|
9
14
|
--joda-class: "";
|
|
10
15
|
display: block;
|
|
@@ -67,6 +72,12 @@
|
|
|
67
72
|
padding: 0;
|
|
68
73
|
}
|
|
69
74
|
|
|
75
|
+
h3 {
|
|
76
|
+
margin-top: 1.5rem;
|
|
77
|
+
font-size: 1.2em;
|
|
78
|
+
font-weight: 600;
|
|
79
|
+
}
|
|
80
|
+
|
|
70
81
|
}
|
|
71
82
|
|
|
72
83
|
.tjs__sec-card-2col.desktop:nth-of-type(odd) .row {
|
package/sections/sections.scss
CHANGED
package/sections/sections.ts
CHANGED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Open Sans Condensed";
|
|
3
|
+
src: url("https://cdn.leuffen.de/global/fonts/opensans/condensed/OpenSans_Condensed-Light.woff?v=1.101") format("woff");
|
|
4
|
+
font-weight: 300;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/* END Light */
|
|
11
|
+
/* BEGIN Light Italic */
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: "Open Sans Condensed";
|
|
14
|
+
src: url("https://cdn.leuffen.de/global/fonts/opensans/condensed/OpenSans_Condensed-LightItalic.woff?v=1.101") format("woff");
|
|
15
|
+
font-weight: 300;
|
|
16
|
+
font-style: italic;
|
|
17
|
+
font-display: swap;
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* END Light Italic */
|
|
22
|
+
/* BEGIN Regular */
|
|
23
|
+
@font-face {
|
|
24
|
+
font-family: "Open Sans Condensed";
|
|
25
|
+
src: url("https://cdn.leuffen.de/global/fonts/opensans/condensed/OpenSans_Condensed-Regular.woff?v=1.101") format("woff");
|
|
26
|
+
font-weight: normal;
|
|
27
|
+
font-style: normal;
|
|
28
|
+
font-display: swap;
|
|
29
|
+
|
|
30
|
+
}
|