@leuffen/themejs1 8.2.61 → 8.2.62

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.
@@ -10,7 +10,7 @@
10
10
  "author": "",
11
11
  "dependencies": {
12
12
  "@leuffen/themejs1": "^8.0.6",
13
- "@nextrap/nte-nav": "^0.2.25",
13
+ "@nextrap/nte-nav": "^1.0.4",
14
14
  "@nextrap/style-base": "^1.1.5"
15
15
  },
16
16
  "devDependencies": {
@@ -0,0 +1,7 @@
1
+ @import "../themes/_vendor/font-metropolis";
2
+
3
+ $font-family-base: 'Metropolis', sans-serif !default;
4
+ $font-size-base: 1.1rem !default;
5
+
6
+ $font-family-headeer: $font-family-base !default;
7
+ $font-size-header: 3.8rem !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "8.2.61",
3
+ "version": "8.2.62",
4
4
  "description": "",
5
5
  "license": "proprietary",
6
6
  "main": "./index.js",
@@ -7,10 +7,10 @@
7
7
  --layout-desktop-overlay2-background: none;
8
8
  --layout-desktop-overlay3-background: none;
9
9
  --layout-desktop-image-mask: none;
10
-
10
+ --fullsize-modifier: 250px;
11
11
  --layout-desktop-top-space: 200px;
12
12
  --layout-desktop-min-height: 600px;
13
- --layout-desktop-max-height: 1100px;
13
+ --layout-destkop-max-height: 1200px;
14
14
 
15
15
  --joda-class: ":: mobile :xl: desktop";
16
16
  --layout-image-ratio: 16 / 10;
@@ -97,7 +97,7 @@
97
97
  min-height: var(--layout-desktop-min-height);
98
98
  position: relative;
99
99
  &.tjs__hero-max--autoheight {
100
- height: calc(100vh - var(--t-fullsize-modifier, 50px));
100
+ height: calc(100vh - var(--fullsize-modifier, 50px));
101
101
  min-height: var(--layout-desktop-min-height);
102
102
  max-height: var(--layout-destkop-max-height);
103
103
  }
@@ -0,0 +1,28 @@
1
+ @font-face {
2
+ font-family: "Metropolis";
3
+ src: url("https://cdn.leuffen.de/global/fonts/metropolis/Metropolis-Regular.woff2") format("woff2");
4
+ font-weight: 300;
5
+ font-style: normal;
6
+ font-display: swap;
7
+ }
8
+
9
+ /* END Light */
10
+ /* BEGIN Light Italic */
11
+ @font-face {
12
+ font-family: "Metropolis";
13
+ src: url("https://cdn.leuffen.de/global/fonts/metropolis/Metropolis-Light.woff2") format("woff2");
14
+ font-weight: 100;
15
+ font-style: normal;
16
+ font-display: swap;
17
+ }
18
+
19
+ /* END Light Italic */
20
+ /* BEGIN Regular */
21
+ @font-face {
22
+ font-family: "Metropolis";
23
+ src: url("https://cdn.leuffen.de/global/fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2");
24
+ font-weight: bold;
25
+ font-style: normal;
26
+ font-display: swap;
27
+ }
28
+