tecitheme 0.14.4 → 0.14.6

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.
@@ -52,7 +52,9 @@
52
52
  <a class="relative flex h-full flex-col overflow-hidden shadow ring-1 ring-black/5 {item.url ? "hover:scale-105 transition ease-in-out delay-75" : ""}" href={item.url} rel="external">
53
53
 
54
54
  <!-- Image -->
55
- <img class="h-80 object-cover object-left mask-image-b mask-image-start-90 mask-image-end-100" src={getTeciImageURL(item.image.url)} alt={item.image.alt}>
55
+ {#if item.image}
56
+ <img class="h-80 object-cover object-left mask-image-b mask-image-start-90 mask-image-end-100" src={getTeciImageURL(item.image.url)} alt={item.image.alt}>
57
+ {/if}
56
58
 
57
59
  <!-- Text -->
58
60
  <div class="p-10 pt-4">
@@ -123,7 +123,7 @@
123
123
  in:conditionalTransition={{ fn: fade, condition: animate, delay: 200, duration: 1250, easing:cubicInOut, x: textPosition == "left" ? '100%' : '-100%'}}
124
124
  out:conditionalTransition={{fn: fade, condition: animate, delay: 200, duration: 1250, easing:cubicInOut, x: textPosition == "left" ? '100%' : '-100%'}}
125
125
  >
126
- <img class="w-full shadow-xl ring-1 ring-black/5 lg:absolute {textPosition == "left" ? "lg:left-0" : "right-0"} lg:h-full lg:w-auto lg:max-w-none" src="https://files.thunderheadeng.com/www/images/{image.url}?fmt=auto" alt={image.alt}>
126
+ <img class="w-full shadow-xl ring-1 ring-black/5 lg:absolute {textPosition == "left" ? "lg:left-0" : "right-0"} lg:h-full lg:w-auto lg:max-w-none" src="https://files.thunderheadeng.com/www/images/{image.url}" alt={image.alt}>
127
127
  </div>
128
128
  {:else if animate}
129
129
  <div
@@ -208,7 +208,7 @@
208
208
  Ventus
209
209
  </p>
210
210
  <p class="mt-1 text-sm">
211
- Create 3D pressurization models of smoke control solutions for stairwells, atria, and underground spaces.
211
+ Build fast Pressure Zone models for buildings, including stairwells, shafts, atriums and underground facilities.
212
212
  </p>
213
213
  </div>
214
214
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.14.4",
3
+ "version": "0.14.6",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev",