@leuffen/themejs1 3.0.8 → 3.0.10

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.
@@ -11,7 +11,7 @@
11
11
  height: 100%;
12
12
  }
13
13
 
14
- --aspect-ratio: 16 / 9;
14
+ --aspect-ratio: var(--layout-aspect-ratio, 16 / 9);
15
15
 
16
16
  .tjs__e-card-default__img {
17
17
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "",
5
5
  "license": "proprietary",
6
6
  "main": "./dist/index.js",
@@ -162,6 +162,18 @@
162
162
  }
163
163
 
164
164
 
165
+ .brand {
166
+ display: grid;
167
+ min-height: var(--height);
168
+ place-items: center;
169
+ a {
170
+ font-size: 1.4em;
171
+ line-height: 1.0em;
172
+ color: black;
173
+ text-decoration: none;
174
+ }
175
+ }
176
+
165
177
  .sidenav-positioner {
166
178
  position: relative;
167
179
  }
@@ -12,7 +12,7 @@ Joda.registerTemplate("sec-card-2col",
12
12
  <slot></slot>
13
13
  </div>
14
14
  <div class="tjs__sec-card-2col--col-end image-side ">
15
- <slot class="[[layout.slideshow === true ? 'slideshow' : '']]" data-select="img, .children > .section-hr.aside" [[layout.slideshow !== true ? 'data-limit="1"' : '' ]]></slot>
15
+ <slot class="[[layout.slideshow === true ? 'slideshow' : '']]" data-select="img, .children > .section-hr.aside, ul.aside" [[layout.slideshow !== true ? 'data-limit="1"' : '' ]]></slot>
16
16
  </div>
17
17
  </div>
18
18
  </div>